$ git clone --depth 1 "git://git.cinelerra-gg.org/goodguy/cinelerra.git" cinelerra5 Clone in 'cinelerra5' in corso... remote: Enumerating objects: 11909, done. remote: Counting objects: 100% (11909/11909), done. remote: Compressing objects: 100% (8946/8946), done. remote: Total 11909 (delta 3395), reused 10174 (delta 2752), pack-reused 0 Ricezione degli oggetti: 100% (11909/11909), 164.04 MiB | 11.90 MiB/s, fatto. Risoluzione dei delta: 100% (3395/3395), fatto. [paz@arch-paz ~]$ cd /home/paz/cinelerra5/cinelerra-5.1 [paz@arch-paz cinelerra-5.1]$ git am /home/paz/patch/*.patch Applicazione in corso: Add AC_CONFIG_MACRO_DIRS([m4]) for configure.ac to fix Andrea's Arch Applicazione in corso: TEST Simpler unlimited float overlay Applicazione in corso: Allow negative numbers in overlayer Applicazione in corso: Disable ffmpeg's documentation generation [paz@arch-paz cinelerra-5.1]$ ./autogen.sh + rm -f global_config configure Makefile Makefile.in + rm -f aclocal.m4 depcomp compile install-sh ltmain.sh + rm -f config.log config.guess config.h config.h.in config.sub config.status missing + rm -rf autom4te.cache m4 + '[' '' = clean ']' + mkdir m4 + autoreconf --install libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'm4'. libtoolize: copying file 'm4/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:10: installing 'm4/compile' configure.ac:10: installing 'm4/config.guess' configure.ac:10: installing 'm4/config.sub' configure.ac:9: installing 'm4/install-sh' configure.ac:9: installing 'm4/missing' ++ uname -o + '[' GNU/Linux = Android ']' + '[' -e /system/bin/app_process ']' [paz@arch-paz cinelerra-5.1]$ ./configure --with-single-user --with-config-dir=/home/paz/.bcast6 --with-booby checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking whether make supports the include directive... yes (GNU style) checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... none checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for file... file checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for ar... ar checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking dependency style of gcc... none checking for g++... g++ checking whether the compiler supports GNU C++... yes checking whether g++ accepts -g... yes checking for g++ option to enable C++11 features... none needed checking dependency style of g++... none checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for makeinfo... ${SHELL} '/home/paz/cinelerra5/cinelerra-5.1/m4/missing' makeinfo checking for gettext... gettext checking for libtool... $(SHELL) $(top_builddir)/libtool checking for gtk_init in -lm... yes checking for nasm... yes checking nasm x264 compatible... yes checking for yasm... yes checking for objcopy... yes checking for pactl... yes checking for gcc options needed to detect all undeclared functions... none needed checking whether X_HAVE_UTF8_STRING is declared... yes checking for XOpenDisplay in -lX11... yes checking for X11/X.h... yes checking X11 headers... yes checking for X11/keysym.h... yes checking X11 headers... yes checking for XShmQueryExtension in -lXext... yes checking for X11/Xlib.h... yes checking Xlib XShm extention... yes checking for XineramaQueryExtension in -lXinerama... yes checking for X11/extensions/Xinerama.h... yes checking Xinerama headers... yes checking for XFixesQueryVersion in -lXfixes... yes checking for BZ2_bzDecompress in -lbz2... yes checking for FcInit in -lfontconfig... yes checking for FT_Init_FreeType in -lfreetype... yes checking for lzma_version_number in -llzma... yes checking for png_read_png in -lpng... yes checking for pthread_create in -lpthread... yes checking for gzopen in -lz... yes checking for fftw3.h... yes checking fftw headers... yes checking for uuid/uuid.h... yes checking uuid headers... yes checking for linux/cdrom.h... yes checking linux cdrom headers... yes checking for sys/ioctl.h... yes checking linux sys... yes checking for FLAC/stream_decoder.h... yes checking FLAC headers... yes checking for lame/lame.h... yes checking lame headers... yes checking for stdio.h... (cached) yes checking jpeg headers... yes checking for openjpeg.h... no checking openjpeg headers... no checking for sndfile.h... yes checking sndfile headers... yes checking for ImfOpenInputFile in -lIlmImf... no checking for ImfOpenInputFile in -lImath... no checking for vpx/vpx_decoder.h... yes checking vpx headers... yes checking for mjpegtools/mjpeg_types.h... yes checking mjpegtools headers... yes checking for tiff.h... yes checking tiff headers... yes checking for twolame.h... yes checking twolame headers... yes checking for stdint.h... (cached) yes checking x264 headers... yes checking for x265.h... yes checking x265 headers... yes checking for opus/opus_multistream.h... yes checking libopus headers... yes checking for aom/aom.h... yes checking libaom headers... yes checking for dav1d/dav1d.h... yes checking libdav1d headers... yes checking for webp/encode.h... yes checking libwebp headers... yes checking for stdint.h... (cached) yes checking a52 headers... yes checking for encore.h... no checking encore headers... no checking for gif_lib.h... yes checking gif lib headers... yes checking for jbg_dec_init in -ljbig... yes checking for vdp_device_create_x11 in -lvdpau... yes checking for vaInitialize in -lva... yes checking for va/va_x11.h... yes checking va x11 headers... yes checking for vaGetDisplay in -lva-x11... yes checking for va/va_drm.h... yes checking va drm headers... yes checking for vaGetDisplayDRM in -lva-drm... yes checking for glUseProgram in -lGL... yes checking for gluOrtho2D in -lGLU... yes checking for GL/gl.h... yes checking opengl headers... yes checking for XvQueryExtension in -lXv... yes checking for X11/Xlib.h... (cached) yes checking Xlib Xv extention... yes checking for sys/soundcard.h... yes checking oss headers... yes checking for XftInit in -lXft... yes checking for X11/Xlib.h... (cached) yes checking Xft/freetype headers... yes checking for snd_pcm_open in -lasound... yes checking for alsa/asoundlib.h... yes checking asound headers... yes checking for ogg/ogg.h... yes checking ogg headers... yes checking for theora/theoraenc.h... yes checking threora headers... yes checking for vorbis/vorbisenc.h... yes checking vorbis encoders headers... yes checking for vorbis/vorbisfile.h... yes checking vorbis file headers... yes checking for libavc1394/avc1394.h... yes checking libavc1394 headers... yes checking for libavc1394/rom1394.h... yes checking librom1394 headers... yes checking for libiec61883/iec61883.h... yes checking libiec61883 headers... yes checking for libraw1394/raw1394.h... yes checking libraw1394 headers... yes checking for libdv/dv.h... yes checking libdv headers... yes checking for linux/dvb/dmx.h... yes checking dvb device headers... yes checking for linux/kernel.h... yes checking v4l2 system headers... yes checking for X11/Xlib.h... (cached) yes checking XF86VM headers... yes checking for esd.h... no checking esound headers... no checking for audiofile.h... no checking audiofile headers... no checking for pa_simple_new in -lpulse-simple... yes checking for pulse/simple.h... yes checking pulse-simple headers... yes checking for pa_context_new in -lpulse... yes checking for pulse/error.h... yes checking pulse headers... yes checking for linux/isofs.h... no checking isofs headers... no checking for X11/keysymdef.h... yes checking x11 keysym defs... yes checking for libusb_init in -lusb-1.0... yes checking for libusb-1.0/libusb.h... yes checking libusb headers... yes checking for lv2 availability... checking for lilv/lilv.h... yes checking lilv headers... yes checking for serd/serd.h... yes checking serd headers... yes checking for sord/sord.h... yes checking sord headers... yes checking for sratom/sratom.h... yes checking sratom headers... yes checking for suil/suil.h... yes checking suil headers... yes checking for /usr/local/cuda/include/cuda.h... no checking cuda sdk... no checking for dlopen in -ldl... yes checking for numa_alloc in -lnuma... yes checking for openexr available... yes Reason Package ------ ------- static libbthread forced a52dec forced djbfft disabled encore disabled audiofile disabled esound forced ffmpeg static fftw static flac forced giflib static ilmBase static ladspa forced lame static libavc1394 forced libraw1394 static libiec61883 static libdv static libjpeg forced libogg static libsndfile forced libtheora forced libuuid forced libvorbis forced mjpegtools static libaom static dav1d static libwebp static openExr static openexr forced openjpeg static tiff forced twolame forced x264 forced x265 static libvpx static opus static lv2 static lilv static sratom static serd static sord static suil static ffnvcodec static libdpx system -lX11 system -lXext system -lXinerama system -lXfixes system -lbz2 system -lfontconfig system -lfreetype system -llzma system -lpng system -lpthread system -lz system -ljbig system -lvdpau system -lva system -lva-x11 system -lva-drm system -lGL system -lGLU system -lXv system -lXft system -lasound system -lpulse-simple system -lpulse system -lusb-1.0 system -ldl system -lnuma using: with-gl using: with-xft using: with-xxf86vm using: with-oss using: with-alsa using: with-firewire using: with-ogg using: with-dv using: with-dvb using: with-ladspa using: with-video4linux2 using: without-esound using: with-pulse using: with-pactl using: with-openexr using: with-lv2 using: without-commercial using: with-giflib using: with-libzmpeg using: with-libdpx using: with-shuttle using: with-shuttle_usb using: with-xv using: with-vaapi using: with-vdpau using: without-cuda using: with-nv using: with-wintv using: with-x10tv using: with-jobs = 38 using: exec-name = cin using: with-cinlib = $$CIN_PATH using: with-cindat = $$CIN_PATH using: with-config-dir = /home/paz/.bcast6 using: with-nested-dir = $$HOME/Videos using: with-snap-dir = $$HOME/Pictures using: with-browser = firefox using: with-plugin-dir = $$CIN_LIB/plugins using: with-ladspa-dir = $$CIN_LIB/ladspa using: with-opencv = no using: with-git-ffmpeg = no using: with-noelision = auto using: with-booby = yes using: with-clang = no using: thirdparty build = yes using: single-user = yes using: static-build = yes using: ladspa-build = yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: executing depfiles commands config.status: executing libtool commands