# libvideogfx/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. This package's "ffmpeg"-related code is very old. It can't present- ly be used. #--------------------------------------------------------------------- 2. 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=libvideogfx YYMMDD=180824 DIR=$OUTBASE-git-$YYMMDD URL=https://github.com/farindk/libvideogfx.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.02 hours (or 001.05 minutes) - 2021 dedi 00.02 hours (or 001.43 minutes) - ThinkPad E540 i7 4x2 16GB RAM #--------------------------------------------------------------------- [settings] build = default license = See "license*.txt" in installed tree licfile = COPYING setpaths = xorg tmpsize = 29M #--------------------------------------------------------------------- [depends] actools gawk grep jpeg libpng pkgconf sed xorg #--------------------------------------------------------------------- [configure] MANBASE=$PKGDIR_PROD/man mkdir -p $MANBASE ./autogen.sh bash ./configure \ --prefix=$PKGDIR_PROD \ --build=$LACARCHBUILD \ --host=$LACARCHHOST \ --disable-dependency-tracking \ --enable-shared=yes \ --enable-static=no \ --mandir=$MANBASE #--------------------------------------------------------------------- # 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] 180824 Added package. Started with 180824 ("git"-based).