Re: [Cin] another patch series

2021-12-21 Thread Andrew Randrianasulu via Cin
On Tuesday, December 21, 2021, Phyllis Smith via Cin < cin@lists.cinelerra-gg.org> wrote: > Andrew, some problems/feedback and I have attached the > thirdparty/Makefile based on current GIT + 0004-TEST (some manual editing) > so you can see > What are all of these changes with "autoreconf" for?

Re: [Cin] another patch series

2021-12-21 Thread Phyllis Smith via Cin
Andrew, some problems/feedback and I have attached the thirdparty/Makefile based on current GIT + 0004-TEST (some manual editing) so you can see What are all of these changes with "autoreconf" for? This builds, BUT I have no way to test them: *0002-Test-try-to-fix-autoreconf-in-libav1394.patch

Re: [Cin] another patch series

2021-12-17 Thread Andrew Randrianasulu via Cin
On Friday, December 17, 2021, Phyllis Smith via Cin < cin@lists.cinelerra-gg.org> wrote: > Andrew, if I choose Render Audio of m2ts_pcm.m2ts using the patch set of: > 0004-ffmpeg-4.4-bluray-lpcm-encoder.patch > 0005-Fix-ffmpeg-4.4-bluray-lpcm-patch-for-5.1.patch >

Re: [Cin] another patch series

2021-12-17 Thread Andrew Randrianasulu via Cin
On Friday, December 17, 2021, Phyllis Smith via Cin < cin@lists.cinelerra-gg.org> wrote: > Andrew, I do not want to undo a previous patch so do not plan on applying > these patches (see last line below): > - 0011-Less-build-in-openexr-2.4.1.patch > - 0010-Less-build-in-openexr-2.4.1.patch > -

Re: [Cin] another patch series

2021-12-17 Thread Phyllis Smith via Cin
Andrew, I do not want to undo a previous patch so do not plan on applying these patches (see last line below): - 0011-Less-build-in-openexr-2.4.1.patch - 0010-Less-build-in-openexr-2.4.1.patch - 0011-correctly-named-less-build-in-openexr-2.4.1-patch.patch *Previous patch* from Release Notes

Re: [Cin] another patch series

2021-12-17 Thread Phyllis Smith via Cin
Andrew, if I choose Render Audio of m2ts_pcm.m2ts using the patch set of: 0004-ffmpeg-4.4-bluray-lpcm-encoder.patch 0005-Fix-ffmpeg-4.4-bluray-lpcm-patch-for-5.1.patch 0006-Add-simple-m2ts-lpcm-profile.patch 0001-EXPERIMENT-update-bdwrite-for-lpcm-hevc.patch (only with Audio of m2ts_pcm.m2ts) I

Re: [Cin] another patch series

2021-12-15 Thread Andrew Randrianasulu via Cin
On Wednesday, December 15, 2021, Andrea paz wrote: > With method 1) I think I did something wrong and it doesn't compile. > With method 2), that is not applying patch 10, everything is OK. > I attach the config.log corresponding to the cin5-2.log, that is > before I tried methods 1) and 2). >

Re: [Cin] another patch series

2021-12-15 Thread Andrea paz via Cin
With method 1) I think I did something wrong and it doesn't compile. With method 2), that is not applying patch 10, everything is OK. I attach the config.log corresponding to the cin5-2.log, that is before I tried methods 1) and 2). config.tar.gz Description: application/gzip -- Cin mailing

Re: [Cin] another patch series

2021-12-15 Thread Andrew Randrianasulu via Cin
ah, probably 0010-configure .. it updates configure.ac for new libjpeg-turbo but source tarall in thirdparty/src was too big for making patch out of it. so you can 1) upgrade libjpeg-turbo to 2.1.2 manually (by putting downloaded from their github tar.gz release into thirdparty/src and moving

Re: [Cin] another patch series

2021-12-15 Thread Andrew Randrianasulu via Cin
... can I see configure.log from mjpegtools? On Wednesday, December 15, 2021, Andrea paz wrote: > I didn't quite understand what to do. I have installed all the patches > in the third series without editing anything manually. Still errors in > the compilation. > -- Cin mailing list

Re: [Cin] another patch series

2021-12-15 Thread Andrew Randrianasulu via Cin
you probably can just remove 'less build in openexr 2.4.1' patch from folder with patches and add 0011 from this series .. sorry for trouble (it seems clang-13 compiles this just fine..) On Wednesday, December 15, 2021, Andrew Randrianasulu < randrianas...@gmail.com> wrote: > ow, this is

Re: [Cin] another patch series

2021-12-15 Thread Andrew Randrianasulu via Cin
ow, this is https://www.cinelerra-gg.org/bugtracker/view.php?id=543 resurfacing i probably named my openexr patch wrongly. can you remove (unapply) openexr part of series? On Wednesday, December 15, 2021, Andrea paz wrote: > Build error (not the same). > -- Cin mailing list

Re: [Cin] another patch series

2021-12-15 Thread Andrew Randrianasulu via Cin
I removed this patch and tried to reset/reapply with $ git am --whitespace=fix new_series2/*.patch new series attached. On Wednesday, December 15, 2021, Andrew Randrianasulu < randrianas...@gmail.com> wrote: > > > On Wednesday, December 15, 2021, Andrea paz > wrote: > >> I tried applying

Re: [Cin] another patch series

2021-12-15 Thread Andrew Randrianasulu via Cin
On Wednesday, December 15, 2021, Andrea paz wrote: > I tried applying the 11 new patches. I used git without the other old > patches that I had tried lately. Applying the patches gives these > messages to the terminal: > > git am /home/paz/Download/patch/*.patch > Applicazione in corso: Add

Re: [Cin] another patch series

2021-12-15 Thread Andrea paz via Cin
I tried applying the 11 new patches. I used git without the other old patches that I had tried lately. Applying the patches gives these messages to the terminal: git am /home/paz/Download/patch/*.patch Applicazione in corso: Add libavc1394 termux patch, mod thirdparty/Makefile for regen

[Cin] another patch series

2021-12-12 Thread Andrew Randrianasulu via Cin
basically my lpcm + truehd ffmpeg patches, autoreconf for thirdoarty libs, fix for thirdparty/Makefile, less build in openexr, ah and filegif crash fix From f3769d18b0c68d18381c8531069a97d474361a54 Mon Sep 17 00:00:00 2001 From: Andrew Randrianasulu Date: Fri, 26 Nov 2021 17:28:45 +0300 Subject: