summaryrefslogtreecommitdiff
path: root/extra/cinepaint/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/cinepaint/PKGBUILD')
-rw-r--r--extra/cinepaint/PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/extra/cinepaint/PKGBUILD b/extra/cinepaint/PKGBUILD
index 50dfc9f94..5947712f9 100644
--- a/extra/cinepaint/PKGBUILD
+++ b/extra/cinepaint/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 156562 2012-04-21 01:56:35Z eric $
+# $Id: PKGBUILD 161773 2012-06-13 17:38:02Z andyrtr $
# Maintainer: tobias [tobias.archlinux.org]
# Contributor: tobias [tobias.justdreams.de]
pkgname=cinepaint
pkgver=1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Sophisticated graphics manipulation programm supporting > 8bit pictures"
arch=('i686' 'x86_64')
license=('LGPL' 'GPL' 'MIT')
url="http://www.cinepaint.org"
depends=('gtk2' 'openexr' 'lcms' 'libxpm' 'fltk' 'ftgl' 'libxxf86vm')
-makedepends=('python2' 'gutenprint')
+makedepends=('python2' 'gutenprint>=5.2.8')
optdepends=('python2: for python plug-ins'
'gutenprint: for print plug-ins'
'ghostscript: for pdf plug-ins')
@@ -30,8 +30,10 @@ build() {
find plug-ins/pygimp -type f -exec sed -i 's#env python#env python2#' {} +
sed -i 's|$(LDFLAGS) -o|$(LDFLAGS) $(GTK_LIBS) -o|' lib/Makefile.in
- aclocal -I aclocal
- autoconf
+# aclocal -I aclocal
+# autoconf
+ sh autogen.sh
+
LIBS+="-lstdc++ -lm -lX11" ./configure --prefix=/usr --libdir=/usr/lib --mandir=/usr/share/man \
--enable-gtk2 --enable-pygimp --with-python=/usr/bin/python2
sed -i 's/-Wl,,/-Wl,/' lib/fl_i18n/Makefile plug-ins/bracketing_to_hdr/Makefile \