summaryrefslogtreecommitdiff
path: root/community/fbv/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/fbv/PKGBUILD')
-rw-r--r--community/fbv/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/fbv/PKGBUILD b/community/fbv/PKGBUILD
index aef9871e8..a9535a81f 100644
--- a/community/fbv/PKGBUILD
+++ b/community/fbv/PKGBUILD
@@ -1,26 +1,26 @@
-# $Id: PKGBUILD 98028 2013-10-04 09:54:24Z spupykin $
+# $Id: PKGBUILD 113159 2014-06-14 19:22:12Z andyrtr $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Aectann <aectann@infoline.su>
pkgname=fbv
pkgver=1.0b
-pkgrel=8
+pkgrel=9
pkgdesc="FrameBuffer image viewer"
arch=('i686' 'x86_64')
url="http://s-tech.elsat.net.pl/fbv/"
license=('GPL')
depends=('libpng' 'giflib' 'libjpeg')
source=(http://s-tech.elsat.net.pl/fbv/$pkgname-$pkgver.tar.gz
- giflib-5.0.patch)
+ giflib-5.1.patch)
md5sums=('3e466375b930ec22be44f1041e77b55d'
- '6310899c97c4226352ad409c1c7fefb3')
+ 'f91404fb82f0b6b9fc0e0716f0c182c0')
build() {
cd $srcdir/$pkgname-$pkgver
./configure --prefix=/usr --mandir=/usr/share/man
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
+ patch -Np1 -i ../giflib-5.1.patch
make
}