> i was assuming you used 'git apply -v dir/*.patch' from cingg's source dir, 
> where dir/  inside cingg src  root, with my patches. just 'git apply -v' 
> probably wait for std. input or something...

My fault, of course!
I append git-apply results.
$ git apply -v /home/paz/cinelerra5/cinelerra-5.1/cinelerra/*.patch

/home/paz/cinelerra5/cinelerra-5.1/cinelerra/0035-Add-timecode-to-output-mov-mxf.patch:19:
 trailing whitespace.

/home/paz/cinelerra5/cinelerra-5.1/cinelerra/0035-Add-timecode-to-output-mov-mxf.patch:26:
 trailing whitespace.

/home/paz/cinelerra5/cinelerra-5.1/cinelerra/0035-Add-timecode-to-output-mov-mxf.patch:46:
 trailing whitespace.

/home/paz/cinelerra5/cinelerra-5.1/cinelerra/0035-Add-timecode-to-output-mov-mxf.patch:50:
 trailing whitespace.

Controllo della patch cinelerra-5.1/cinelerra/ffmpeg.C in corso...
error: durante la ricerca di:
                        vid->width = asset->width;
                        vid->height = asset->height;
                        vid->frame_rate = asset->frame_rate;
                        if( (vid->color_range = asset->ff_color_range) < 0 )
                                vid->color_range = 
file_base->file->preferences->yuv_color_range;
                        switch( vid->color_range ) {

error: patch non riuscita: cinelerra-5.1/cinelerra/ffmpeg.C:2894
error: cinelerra-5.1/cinelerra/ffmpeg.C: la patch non si applica correttamente
Controllo della patch cinelerra-5.1/cinelerra/render.C in corso...
error: durante la ricerca di:
                File::renders_video(&asset) ) {
                asset.video_data = 1;
                asset.layers = 1;
                asset.width = edl->session->output_w;
                asset.height = edl->session->output_h;
                asset.interlace_mode = edl->session->interlace_mode;

error: patch non riuscita: cinelerra-5.1/cinelerra/render.C:419
error: cinelerra-5.1/cinelerra/render.C: la patch non si applica correttamente





$ git apply -v /home/paz/cinelerra5/cinelerra-5.1/thirdparty/*.patch

Controllo della patch cinelerra-5.1/thirdparty/Makefile in corso...
error: durante la ricerca di:
 $(call if_npkg,libwebp,--disable-webp)
twolame.cfg_params?=--enable-shared=no
x264.cfg_params?= --enable-static --enable-pic
x265.cfg_vars?=$(call cmake_config,source)
x265.cfg_params?= -DENABLE_SHARED=no
libvpx.cfg_params?= --enable-pic --disable-avx512

DS:=$$$$$$$$

error: patch non riuscita: cinelerra-5.1/thirdparty/Makefile:252
error: cinelerra-5.1/thirdparty/Makefile: la patch non si applica correttamente
Controllo della patch cinelerra-5.1/thirdparty/src/x265_3.4.patch1 in corso...
Controllo della patch cinelerra-5.1/thirdparty/src/x265_3.4.patch2 in corso...
Controllo della patch cinelerra-5.1/thirdparty/src/x265_3.4.patch3 in corso...





$ git apply -v /home/paz/cinelerra5/cinelerra-5.1/thirdparty/src/*.patch

/home/paz/cinelerra5/cinelerra-5.1/thirdparty/src/0036-Hack-pix_fmts-for-yuv4mpegpipe-muxer-encoder-allow-f.patch:25:
 trailing whitespace.
 
/home/paz/cinelerra5/cinelerra-5.1/thirdparty/src/0036-Hack-pix_fmts-for-yuv4mpegpipe-muxer-encoder-allow-f.patch:47:
 trailing whitespace.
+    AV_PIX_FMT_YUV444P16,    
/home/paz/cinelerra5/cinelerra-5.1/thirdparty/src/0036-Hack-pix_fmts-for-yuv4mpegpipe-muxer-encoder-allow-f.patch:65:
 trailing whitespace.
 
Controllo della patch cinelerra-5.1/thirdparty/src/ffmpeg-4.4.patchZ1 in 
corso...
error: cinelerra-5.1/thirdparty/src/ffmpeg-4.4.patchZ1: esiste già nella 
directory di lavoro
Controllo della patch cinelerra-5.1/thirdparty/src/ffmpeg-4.4.patchZ2 in 
corso...
error: cinelerra-5.1/thirdparty/src/ffmpeg-4.4.patchZ2: esiste già nella 
directory di lavoro




-- 
Cin mailing list
[email protected]
https://lists.cinelerra-gg.org/mailman/listinfo/cin

Reply via email to