because Debian 8.11/ppc only have giflib4, and Cingg fails to use it/compile with it.
Am building now (but I don't have to watch paint dry) and if all goes well, will check these 3 into GIT later today as they are benign. On Wed, Apr 6, 2022 at 2:53 PM Andrew Randrianasulu via Cin < [email protected]> wrote:
because Debian 8.11/ppc only have giflib4, and Cingg fails to use it/compile with it.
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
These have been checked into GIT. On Wed, Apr 6, 2022 at 2:53 PM Andrew Randrianasulu via Cin < [email protected]> wrote:
because Debian 8.11/ppc only have giflib4, and Cingg fails to use it/compile with it.
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
I think you missed patch 0003? while yes, logically it only supposed to prevent impossible choice in probe order window when it comes to mpeg and dpx. On Thursday, April 7, 2022, Phyllis Smith <[email protected]> wrote:
These have been checked into GIT.
On Wed, Apr 6, 2022 at 2:53 PM Andrew Randrianasulu via Cin < [email protected]> wrote:
because Debian 8.11/ppc only have giflib4, and Cingg fails to use it/compile with it.
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
Thanks for checking -- yes, I forgot to copy over the updated file.C. Will do tomorrow. On Wed, Apr 6, 2022 at 7:44 PM Andrew Randrianasulu <[email protected]> wrote:
I think you missed patch 0003? while yes, logically it only supposed to prevent impossible choice in probe order window when it comes to mpeg and dpx.
On Thursday, April 7, 2022, Phyllis Smith <[email protected]> wrote:
These have been checked into GIT.
On Wed, Apr 6, 2022 at 2:53 PM Andrew Randrianasulu via Cin < [email protected]> wrote:
because Debian 8.11/ppc only have giflib4, and Cingg fails to use it/compile with it.
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
I think I missed this part: index 67297d4e..7e377065 100644 --- a/cinelerra-5.1/configure.ac +++ b/cinelerra-5.1/configure.ac @@ -70,6 +70,7 @@ CHECK_WITH([vdpau],[video decode+presentation api for unix],[VDPAU],[yes]) CHECK_WITH([nv],[nvenc/nvdec ffnvcodec api],[NV],[yes]) CHECK_WITH([cuda],[nv cuda plugins],[CUDA],[auto]) CHECK_WITH([clang],[use clang instead of gcc/g++],[CLANG],[no]) +CHECK_WITH([filegif],[enable filegif i/o], [GIFLIB],[yes]) if test "x$WANT_LV2" != "xno"; then GTK2_LIBS=`pkg-config --libs gtk+-2.0` @@ -955,7 +956,7 @@ PKG_PROVIDE([esound],[$WANT_ESOUND]) PKG_PROVIDE([ffmpeg]) PKG_PROVIDE([fftw]) PKG_PROVIDE([flac]) -PKG_PROVIDE([giflib]) +PKG_PROVIDE([giflib], [$WANT_GIFLIB]) PKG_PROVIDE([ilmBase], [$WANT_OPENEXR]) PKG_PROVIDE([ladspa],[$WANT_LADSPA_BUILD]) PKG_PROVIDE([lame]) @@ -1014,7 +1015,7 @@ if test "x$WANT_CIN_3RDPARTY" != "xno"; then fi for v in GL XFT XXF86VM OSS ALSA FIREWIRE OGG DV DVB LADSPA \ VIDEO4LINUX2 ESOUND PULSE PACTL OPENEXR LV2 \ - COMMERCIAL LIBZMPEG LIBDPX SHUTTLE SHUTTLE_USB XV \ + COMMERCIAL GIFLIB LIBZMPEG LIBDPX SHUTTLE SHUTTLE_USB XV \ VAAPI VDPAU CUDA NV WINTV X10TV; do eval vv="\$WANT_$v" if test "x$vv" != "xno"; then -- 2.35.1 so it actually show up in ./configure --help output and works as intended.. On Thursday, April 7, 2022, Phyllis Smith <[email protected]> wrote:
Thanks for checking -- yes, I forgot to copy over the updated file.C. Will do tomorrow.
On Wed, Apr 6, 2022 at 7:44 PM Andrew Randrianasulu < [email protected]> wrote:
I think you missed patch 0003? while yes, logically it only supposed to prevent impossible choice in probe order window when it comes to mpeg and dpx.
On Thursday, April 7, 2022, Phyllis Smith <[email protected]> wrote:
These have been checked into GIT.
On Wed, Apr 6, 2022 at 2:53 PM Andrew Randrianasulu via Cin < [email protected]> wrote:
because Debian 8.11/ppc only have giflib4, and Cingg fails to use it/compile with it.
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
Andrew,
I think I missed this part:
No, YOU did not miss this part -- I did. I have to be more careful because I am making too make mistakes. So checked into GIT the fixup for file.C I missed earlier and the corresponding changes for configure.ac related to GIF. Next I am checking the ac st11 thingy. Thank you for taking the time to review my checkins.
index 67297d4e..7e377065 100644 --- a/cinelerra-5.1/configure.ac +++ b/cinelerra-5.1/configure.ac @@ -70,6 +70,7 @@ CHECK_WITH([vdpau],[video decode+presentation api for unix],[VDPAU],[yes]) CHECK_WITH([nv],[nvenc/nvdec ffnvcodec api],[NV],[yes]) CHECK_WITH([cuda],[nv cuda plugins],[CUDA],[auto]) CHECK_WITH([clang],[use clang instead of gcc/g++],[CLANG],[no]) +CHECK_WITH([filegif],[enable filegif i/o], [GIFLIB],[yes])
if test "x$WANT_LV2" != "xno"; then GTK2_LIBS=`pkg-config --libs gtk+-2.0` @@ -955,7 +956,7 @@ PKG_PROVIDE([esound],[$WANT_ESOUND]) PKG_PROVIDE([ffmpeg]) PKG_PROVIDE([fftw]) PKG_PROVIDE([flac]) -PKG_PROVIDE([giflib]) +PKG_PROVIDE([giflib], [$WANT_GIFLIB]) PKG_PROVIDE([ilmBase], [$WANT_OPENEXR]) PKG_PROVIDE([ladspa],[$WANT_LADSPA_BUILD]) PKG_PROVIDE([lame]) @@ -1014,7 +1015,7 @@ if test "x$WANT_CIN_3RDPARTY" != "xno"; then fi for v in GL XFT XXF86VM OSS ALSA FIREWIRE OGG DV DVB LADSPA \ VIDEO4LINUX2 ESOUND PULSE PACTL OPENEXR LV2 \ - COMMERCIAL LIBZMPEG LIBDPX SHUTTLE SHUTTLE_USB XV \ + COMMERCIAL GIFLIB LIBZMPEG LIBDPX SHUTTLE SHUTTLE_USB XV \ VAAPI VDPAU CUDA NV WINTV X10TV; do eval vv="\$WANT_$v" if test "x$vv" != "xno"; then -- 2.35.1
so it actually show up in ./configure --help output and works as intended..
On Thursday, April 7, 2022, Phyllis Smith <[email protected]> wrote:
Thanks for checking -- yes, I forgot to copy over the updated file.C. Will do tomorrow.
On Wed, Apr 6, 2022 at 7:44 PM Andrew Randrianasulu < [email protected]> wrote:
I think you missed patch 0003? while yes, logically it only supposed to prevent impossible choice in probe order window when it comes to mpeg and dpx.
On Thursday, April 7, 2022, Phyllis Smith <[email protected]> wrote:
These have been checked into GIT.
On Wed, Apr 6, 2022 at 2:53 PM Andrew Randrianasulu via Cin < [email protected]> wrote:
because Debian 8.11/ppc only have giflib4, and Cingg fails to use it/compile with it.
-- Cin mailing list [email protected] https://lists.cinelerra-gg.org/mailman/listinfo/cin
participants (2)
-
Andrew Randrianasulu -
Phyllis Smith