summaryrefslogtreecommitdiff
path: root/extra/enblend-enfuse
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-08-02 15:48:44 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-08-02 15:48:44 +0200
commit72658c2308ab6c5ec52a590f6c7b9a2b389b7f29 (patch)
treeb949e009e881cbc19e64debea1068c56952b4b44 /extra/enblend-enfuse
parent04770005a02cc2a41550a57143af22c9d951bf6f (diff)
parentf003ac1c96d76f4e3a2b93f988e1effce6771052 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/tp_smapi/PKGBUILD community/fish/PKGBUILD community/supertux/PKGBUILD extra/gvfs/PKGBUILD multilib/wine/PKGBUILD testing/e2fsprogs/PKGBUILD testing/iptables/PKGBUILD testing/krb5/PKGBUILD testing/lm_sensors/PKGBUILD testing/lm_sensors/healthd testing/lm_sensors/healthd.rc
Diffstat (limited to 'extra/enblend-enfuse')
-rw-r--r--extra/enblend-enfuse/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/enblend-enfuse/PKGBUILD b/extra/enblend-enfuse/PKGBUILD
index 1af79a5f0..c93b469f8 100644
--- a/extra/enblend-enfuse/PKGBUILD
+++ b/extra/enblend-enfuse/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 148706 2012-02-05 11:47:41Z ibiru $
+# $Id: PKGBUILD 164362 2012-07-31 19:42:40Z eric $
# Maintainer: tobias <tobias@archlinux.org>
# Contributor: Dominik Ryba <domryba@post.pl>
pkgname=enblend-enfuse
pkgver=4.0
-pkgrel=5
+pkgrel=6
pkgdesc="Intelligent blend tool for overlapping picture"
arch=("i686" "x86_64" 'mips64el')
license=('GPL')
url="http://enblend.sourceforge.net"
-depends=('openexr' 'glew>=1.5' 'libxmi' 'freeglut' 'lcms' 'libpng')
+depends=('openexr' 'glew' 'libxmi' 'freeglut' 'lcms' 'libpng' 'boost-libs')
makedepends=('boost')
replaces=('enblend')
conflicts=('enblend')
@@ -27,7 +27,7 @@ build() {
sed -i 's/info.arith_code = TRUE/info.arith_code = FALSE/' src/vigra_impex/jpeg.cxx
patch -p1 -i ../libpng-1.4.patch
patch -p0 -i ../enblend-4.0-libpng15.patch
- ./configure --prefix=/usr
+ LIBS="-lboost_system" ./configure --prefix=/usr
make
}