diff options
Diffstat (limited to 'extra/jasper/PKGBUILD')
-rw-r--r-- | extra/jasper/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/jasper/PKGBUILD b/extra/jasper/PKGBUILD index fac3b03c0..83df195b9 100644 --- a/extra/jasper/PKGBUILD +++ b/extra/jasper/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 149364 2012-02-07 08:11:39Z eric $ +# $Id: PKGBUILD 168605 2012-10-13 11:47:31Z andyrtr $ # Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgname=jasper pkgver=1.900.1 -pkgrel=7 +pkgrel=8 pkgdesc="A software-based implementation of the codec specified in the emerging JPEG-2000 Part-1 standard" arch=('i686' 'x86_64') url="http://www.ece.uvic.ca/~mdadams/jasper/" license=('custom:JasPer2.0') -depends=('libjpeg' 'freeglut' 'libxmu') +depends=('libjpeg' 'freeglut' 'libxmu' 'glu') options=('!libtool') source=(http://www.ece.uvic.ca/~mdadams/${pkgname}/software/${pkgname}-${pkgver}.zip jpc_dec.c.patch patch-libjasper-stepsizes-overflow.diff jasper-1.900.1-CVE-2008-3520.patch |