Re: [Cin] ilmbase/openexr crashes recovery

2021-11-18 Thread Phyllis Smith via Cin
Georgy, > Just to be sure, or if the compiled cingg crashes because of openexr on > some > system, it is possible to rename temporarily /usr/include/OpenEXR and the > relevant .so files while building cin, so that only the thirdparty version > will be found. > I am going to test this suggestion

Re: [Cin] arm/termux series (possibly broken on x86)

2021-11-18 Thread Phyllis Smith via Cin
As always, thanks. I checked the change in to GIT -- I learn something new every day ! ...Phyllis > > > CPUS=`nproc` > > > > Is that correct? > > > > Yes, please change it to > > CPUS=nproc > > > > The single quotes are not needed, those are to prevent shell expansion > > within the

Re: [Cin] arm/termux series (possibly broken on x86)

2021-11-18 Thread Georgy Salnikov via Cin
On Thu, 18 Nov 2021, mnieuw--- via Cin wrote: > > > CPUS=`nproc` > > > Is that correct? > > Yes, please change it to > CPUS=nproc > > The single quotes are not needed, those are to prevent shell expansion > within the quotes. Attention, it is absolutely not the same, whether in

Re: [Cin] Formats and Codecs in CinGG

2021-11-18 Thread Terje J. Hanssen via Cin
Den 15.11.2021 15:18, skrev Andrea paz via Cin: I present a first draft to create Appendix section about formats and codecs supported by CinGG. I don't know DV; DVD; BLU RAY and RAW formats. If anyone uses them and can provide better info, it would be my pleasure. Also the info on MOV as a

Re: [Cin] render profiles

2021-11-18 Thread Phyllis Smith via Cin
Terje, did you see the email on November 25 from Andrea titled "Formats and Codecs in CinGG"? There was an attached formats.txt file there too. > > The AVC profile names and the first table lines could be a sample for > furher documentation: > >

Re: [Cin] render profiles

2021-11-18 Thread Terje J. Hanssen via Cin
Den 10.11.2021 20:10, skrev Andrew Randrianasulu via Cin: On Wednesday, November 10, 2021, Phyllis Smith via Cin mailto:cin@lists.cinelerra-gg.org>> wrote: The manual has been updated in GIT for clarification which was sorely needed as I could never get it done right. THANKS!

Re: [Cin] arm/termux series (possibly broken on x86)

2021-11-18 Thread Andrew Randrianasulu via Cin
On Thursday, November 18, 2021, Phyllis Smith via Cin < cin@lists.cinelerra-gg.org> wrote: > Checked into GIT just now: > 1) MatN improvement to configure.ac with CPUS=nproc > 2) more Andrew mostly related to Termux on Android from RANDRIK19 > - 0003-libzmpeg-TERMUX-ifdefs.patch (0004 randrik18)

Re: [Cin] arm/termux series (possibly broken on x86)

2021-11-18 Thread Phyllis Smith via Cin
Checked into GIT just now: 1) MatN improvement to configure.ac with CPUS=nproc 2) more Andrew mostly related to Termux on Android from RANDRIK19 - 0003-libzmpeg-TERMUX-ifdefs.patch (0004 randrik18) - added new file blds/termux.bld which was previously named my_config in the following patches:

Re: [Cin] arm emulation on qemu links

2021-11-18 Thread Andrew Randrianasulu via Cin
On Thursday, November 18, 2021, mnieuw--- via Cin < cin@lists.cinelerra-gg.org> wrote: > On Mon, 15 Nov 2021 17:14:28 +0300 > Andrew Randrianasulu wrote: > > > > > > thanks a lot for detailed writeup! (currently am a bit short on > > storage for trying proot-distro - with normal glibc and such,

Re: [Cin] arm/termux series (possibly broken on x86)

2021-11-18 Thread Andrew Randrianasulu via Cin
On Thursday, November 18, 2021, mnieuw--- via Cin < cin@lists.cinelerra-gg.org> wrote: > > On Wed, 17 Nov 2021 01:07:05 -0700 > > Phyllis Smith via Cin wrote: > > > > > > > > Also, the detection of the number of cpus (about line 143) is done > > > > by a very specific Linux method /proc/cpuinfo)

Re: [Cin] arm/termux series (possibly broken on x86)

2021-11-18 Thread Andrew Randrianasulu via Cin
On Thursday, November 18, 2021, mnieuw--- via Cin < cin@lists.cinelerra-gg.org> wrote: > > On Wed, 17 Nov 2021 01:07:05 -0700 > > Phyllis Smith via Cin wrote: > > > > > > > > Also, the detection of the number of cpus (about line 143) is done > > > > by a very specific Linux method /proc/cpuinfo)

Re: [Cin] arm/termux series (possibly broken on x86)

2021-11-18 Thread mnieuw--- via Cin
> On Wed, 17 Nov 2021 01:07:05 -0700 > Phyllis Smith via Cin wrote: > > > > > > Also, the detection of the number of cpus (about line 143) is done > > > by a very specific Linux method /proc/cpuinfo) , which does not > > > work on FreeBSD and macOS. > > > > > So I do an exact replacement

Re: [Cin] ilmbase/openexr crashes recovery

2021-11-18 Thread Georgy Salnikov via Cin
On Wed, 17 Nov 2021, Georgy Salnikov via Cin wrote: > inspect FLAGS in *_config, *akefile on -I/usr/include/OpenEXR > change -I/usr/include/OpenEXR to -I$(includedir)/OpenEXR > > fgrep -l I/usr/include/OpenEXR `find . -name '*akefile' -print` I have grepped throuhg the build tree of some cingg