diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2011-12-12 18:26:02 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2011-12-12 18:26:02 +0100 |
commit | 320410f103f52cbb71eb6a39d6335e24a9a79495 (patch) | |
tree | c6590e20b2c787d45458747a8e55aac24c810a13 /extra/gegl/PKGBUILD | |
parent | fd4efab9cfe55b35fdc659aa5777faa1917f2fd6 (diff) | |
parent | 22b0fa480661b6247dabf39059fe629e1d233a9a (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/nsd/PKGBUILD
community/python-pymongo/PKGBUILD
core/krb5/PKGBUILD
extra/pidgin/PKGBUILD
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 808942a8a..93a8cbd50 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' 'mips64el') 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 |