Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=kdebump.git;a=commitdiff;h=5135d7ebd756b1ffc0fde6bfdf7c193c9f126f3b
commit 5135d7ebd756b1ffc0fde6bfdf7c193c9f126f3b Author: James Buren <[email protected]> Date: Thu Dec 13 16:52:11 2012 -0600 fbv-1.0b-3-x86_64 * enable usage of GIF files diff --git a/source/apps-extra/fbv/FrugalBuild b/source/apps-extra/fbv/FrugalBuild index cb06557..ddeaeab 100644 --- a/source/apps-extra/fbv/FrugalBuild +++ b/source/apps-extra/fbv/FrugalBuild @@ -3,21 +3,21 @@ pkgname=fbv pkgver=1.0b -pkgrel=2 +pkgrel=3 pkgdesc="A simple image viewer for the framebuffer." url="http://s-tech.elsat.net.pl" -depends=('libjpeg' 'libpng>=1.4.3') +depends=('libjpeg' 'libpng>=1.4.3' 'libgif') groups=('apps-extra') archs=('i686' 'x86_64') up2date="Flasttar $url/$pkgname" source=($url/$pkgname/$pkgname-$pkgver.tar.gz) sha1sums=('96eb6d345286b50d32a985b7e447e2f9f7c96bed') -Fconfopts="--without-libungif" build() { Fsed "-O2" "${CFLAGS}" Makefile + Fsed "-lungif" "-lgif" configure Fmkdir /usr/{bin,share/man/man1} - Fbuild + Fbuild } # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
