diff options
author | root <root@rshg054.dnsready.net> | 2011-12-10 23:14:51 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-10 23:14:51 +0000 |
commit | e37e888e9ecdc23a004eb19d72c64c02c5af3249 (patch) | |
tree | 19ab9633db499218c0eaf69356525133fd2c4e7f /extra/gegl/PKGBUILD | |
parent | d22b68a6758c4f29a8e50a7be467374a53c68415 (diff) |
Sat Dec 10 23:14:51 UTC 2011
Diffstat (limited to 'extra/gegl/PKGBUILD')
-rw-r--r-- | extra/gegl/PKGBUILD | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/extra/gegl/PKGBUILD b/extra/gegl/PKGBUILD index 64ea9e89c..701e9d5f5 100644 --- a/extra/gegl/PKGBUILD +++ b/extra/gegl/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 142624 2011-11-12 17:15:18Z ibiru $ +# $Id: PKGBUILD 144902 2011-12-09 12:21:40Z eric $ # Maintainer: Eric BĂ©langer <eric@archlinux.org> pkgname=gegl -pkgver=0.1.6 -pkgrel=2 +pkgver=0.1.8 +pkgrel=1 pkgdesc="Graph based image processing framework" arch=('i686' 'x86_64') url="http://www.gegl.org/" @@ -15,19 +15,21 @@ optdepends=('openexr: for using the openexr plugin' \ 'librsvg: for using the svg plugin' \ 'jasper: for using the jasper plugin') options=('!libtool') -source=(ftp://ftp.gimp.org/pub/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2 \ - 0.1.6-ffmpeg.patch) -sha1sums=('27bedcfd077da7a6913b82966dbec904b22c121d' - 'd62d4987f1c0fc256f5968271fc65cce0cc4c195') +source=(ftp://ftp.gimp.org/pub/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) +sha1sums=('3d4d902580f5c5122b01b5188b6b5da03089ecac') build() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -p1 -i "${srcdir}/0.1.6-ffmpeg.patch" ./configure --prefix=/usr --with-sdl --with-openexr --with-librsvg \ --with-libavformat --with-jasper --disable-docs make } +#check() { +# cd "${srcdir}/${pkgname}-${pkgver}" +# make check +#} + package() { cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install |