# cinelerra-cve/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The sources were obtained as follows: rm -fr gitdir ocgitfetch --run --notar \ https://github.com/vanakala/cinelerra-cve.git pushd gitdir BASE=cinelerra-cve-git-`cat githash.txt` cd $BASE autoreconf -fi ./configure --prefix=$PKGDIR_PROD cd .. tar jcf $BASE.tar.bz2 $BASE tardate $BASE.tar.bz2 popd #--------------------------------------------------------------------- [buildtimes] 00.18 hours (or 011.05 minutes) - ThinkPad W530 i7 4x2 32GB RAM #--------------------------------------------------------------------- [settings] build = default license = See "license*.txt" in installed tree licfile = COPYING tmpsize = 508M setpaths = cinelerra-cve libvpx114 xorg #--------------------------------------------------------------------- [depends] alsa brotli bzip2 cairo cpan-xml-parser expat fftw fontconfig freetype2 fribidi gettext graphite2 gtkcore intltool jpeg lame libbsd libcroco libffi libicu libogg libpng libva libvorbis libvpx114 libwebp libxml2 mpv # Not used except to pull in dependencies nasm2 ncurses numactl openssl opus texinfo theora tiff util-linux x264 x265 xorg xzutils zlib zstd #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] BINDIR=$PKGDIR_PROD/bin SPCDIR=$PKGDIR_SPECIAL PROGBASE=cinelerra-cve cd $BINDIR mv cinelerracve $PROGBASE.bin cp -p $SPCDIR/$PROGBASE.wrapper.in $PROGBASE chmod 755 $PROGBASE ln -nsf $PROGBASE cinellera #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian_page = tbd url_home = tbd url_lfs = tbd url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 211021 Added package. Started with 7b31c455b ("git" hash).