# ffmpegthumbnailer/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. A procedure similar to the one shown in the "git- fetch" block was used. #--------------------------------------------------------------------- [gitfetch] OUTBASE=ffmpegthumbnailer YYMMDD=180513 DIR=$OUTBASE-git-$YYMMDD URL=https://github.com/dirkvdb/ffmpegthumbnailer.git rm -fr $OUTBASE $DIR $DIR.tar* git clone $URL $DIR tar cf - $DIR | pbzip2 -c > $DIR.tar.bz2 tardate $DIR.tar.bz2 #--------------------------------------------------------------------- [buildtimes] 00.01 hours (or 000.70 minutes) - HP EliteBook 8560w 32GB RAM 00.01 hours (or 000.70 minutes) - ThinkPad E540 i7 4x2 16GB RAM 00.01 hours (or 000.72 minutes) - ThinkPad W530 i7 4x2 32GB RAM #--------------------------------------------------------------------- [settings] dontfind = ffmpeg2, ffmpeg3 ldbefore = -ldl -lc license = See "license*.txt" in installed tree licfile = COPYING setpaths = ffmpeg4, ffmpegthumbnailer, jpeg, libpng, zlib tmpsize = 8M #--------------------------------------------------------------------- [depends] actools cmake ffmpeg4 gawk grep jpeg sed libpng pkgconf #--------------------------------------------------------------------- [configure] ETCDIR=$PKGDIR_PROD/etc LIBDIR=$PKGDIR_PROD/lib MANBASE=$PKGDIR_PROD/man mkdir -p $ETCDIR $LIBDIR $MANBASE mkdir obj && cd obj && cmake \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=$PKGDIR_PROD \ -DCMAKE_INSTALL_LIBDIR=lib \ -DENABLE_GIO=ON \ -DENABLE_THUMBNAILER=ON \ .. #--------------------------------------------------------------------- [build] cd obj && smpmake && smpmake install #--------------------------------------------------------------------- # 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 = http://packages.debian.org/unstable/source/\ ffmpegthumbnailer url_home = https://github.com/dirkvdb/ffmpegthumbnailer url_lfs = n/a when last checked url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 170812 Updated from 2.0.7 to 2.1.1 180513 Updated from 2.1.1 to 180513