[arch-commits] Commit in enblend-enfuse/trunk (PKGBUILD)

Eric Bélanger eric at archlinux.org
Sat Jul 28 04:44:09 UTC 2012


    Date: Saturday, July 28, 2012 @ 00:44:08
  Author: eric
Revision: 164240

upgpkg: enblend-enfuse 4.0-6

Rebuilt against glew 1.8, Add boost-libs depends

Modified:
  enblend-enfuse/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-07-28 04:20:09 UTC (rev 164239)
+++ PKGBUILD	2012-07-28 04:44:08 UTC (rev 164240)
@@ -4,12 +4,12 @@
 
 pkgname=enblend-enfuse
 pkgver=4.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Intelligent blend tool for overlapping picture"
 arch=("i686" "x86_64")
 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 @@
   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
 }
 




More information about the arch-commits mailing list