summaryrefslogtreecommitdiff
path: root/community/fbv/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-05 01:28:55 -0700
committerroot <root@rshg054.dnsready.net>2013-10-05 01:28:55 -0700
commit9478c3c735c37ebdda0eb99126f5925790fb3e55 (patch)
tree15eefbfb45c57203f177ece35f81ae6fe4cf1cdb /community/fbv/PKGBUILD
parenta1e8649c27451ac75f05b9b520d52b78e9f2913d (diff)
Sat Oct 5 01:28:41 PDT 2013
Diffstat (limited to 'community/fbv/PKGBUILD')
-rw-r--r--community/fbv/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/fbv/PKGBUILD b/community/fbv/PKGBUILD
index be75edd40..aef9871e8 100644
--- a/community/fbv/PKGBUILD
+++ b/community/fbv/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 94921 2013-08-01 07:01:11Z bpiotrowski $
+# $Id: PKGBUILD 98028 2013-10-04 09:54:24Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Aectann <aectann@infoline.su>
pkgname=fbv
pkgver=1.0b
-pkgrel=7
+pkgrel=8
pkgdesc="FrameBuffer image viewer"
arch=('i686' 'x86_64')
url="http://s-tech.elsat.net.pl/fbv/"
license=('GPL')
-depends=('libpng' 'libungif' 'libjpeg')
+depends=('libpng' 'giflib' 'libjpeg')
source=(http://s-tech.elsat.net.pl/fbv/$pkgname-$pkgver.tar.gz
giflib-5.0.patch)
md5sums=('3e466375b930ec22be44f1041e77b55d'
@@ -18,7 +18,7 @@ md5sums=('3e466375b930ec22be44f1041e77b55d'
build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr --mandir=/usr/share/man
- sed -i 's|LIBS.*|LIBS=-lpng -ljpeg -lungif -lgif|' Make.conf
+ sed -i 's|LIBS.*|LIBS=-lpng -ljpeg -lgif|' Make.conf
sed -i 's|setjmp(png_ptr->jmpbuf)|setjmp(png_jmpbuf(png_ptr))|' png.c
patch -Np1 -i ../giflib-5.0.patch
make