summaryrefslogtreecommitdiff
path: root/extra/gegl/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/gegl/PKGBUILD')
-rw-r--r--extra/gegl/PKGBUILD18
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