# ffms2/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: ocgitfetch --run \ https://github.com/FFMS/ffms2.git #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.47 minutes) - ThinkPad W530 i7 4x2 32GB RAM #--------------------------------------------------------------------- [settings] build = default defer = glibc64 license = See "license*.txt" in installed tree strip = no setpaths = ffmpeg7 #--------------------------------------------------------------------- [depends] actools brotli bzip2 cairo cryptsetup dav1d expat fdk-aac ffmpeg7 fontconfig freetype2 fribidi gawk gnutls3 graphite2 grep gtkcore jpeg jsonc lame lcms2 libaom libbluray libbsd libcroco libffi libgcrypt libgmp libgpg-error libgsm libicu libidn2 libjxl libogg libpng librtmp libsoxr libssh libunistring libva libvorbis libvpx114 libwebp libxml2 lvm2 ncurses nettle3 numactl openh264 openjpeg openssl opus p11kit pcre2 sed speex svt-av1 theora twolame util-linux vapoursynth-base:strict x264 x265 xorg xvidcore xzutils zlib zstd #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE NOCONFIGURE=yes ./autogen.sh bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE #--------------------------------------------------------------------- [postbuild] DOCDIR=$PKGDIR_PROD/doc LIBDIR=$PKGDIR_PROD/lib VSDIR=$PRODTREE/vapoursynth VSDOCDIR=$VSDIR/doc VSPLUGDIR=$VSDIR/plugins VSSHADIR=$VSDIR/share mkdir -p $DOCDIR $VSDOCDIR $VSPLUGDIR cp -p COPYING $DOCDIR/license-ffms2.txt cp -p COPYING $VSDOCDIR/license-ffms2.txt mv $VSSHADIR/doc/* $VSDOCDIR/ 2> /dev/null || true rm -fr $VSSHADIR/doc rm -fr $VSPLUGDIR/libffms2* cp -p $LIBDIR/libffms2.so \ $VSPLUGDIR/ strip -g $VSPLUGDIR/libffms2.so #--------------------------------------------------------------------- # 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 = tbd url_home = tbd url_lfs = tbd url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 251227 Added package 251227 Started with adf56fb4c ("git" hash)