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

Gaetan Bisson bisson at archlinux.org
Tue Dec 11 23:38:32 UTC 2012


    Date: Tuesday, December 11, 2012 @ 18:38:31
  Author: bisson
Revision: 173165

fix FS#33051

Modified:
  hugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-12-11 22:33:51 UTC (rev 173164)
+++ PKGBUILD	2012-12-11 23:38:31 UTC (rev 173165)
@@ -13,7 +13,7 @@
 arch=('i686' 'x86_64')
 depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c'
          'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
-makedepends=('cmake' 'boost' 'tclap' 'mesa' 'python' 'swig')
+makedepends=('cmake' 'boost' 'tclap' 'mesa')
 source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2")
 sha1sums=('53f97d030716e66dc5a49c7e786686a9d5262b8d')
 
@@ -26,7 +26,8 @@
 		-DCMAKE_BUILD_TYPE=Release \
 		-DCMAKE_INSTALL_PREFIX=/usr \
 		-DCMAKE_EXE_LINKER_FLAGS="-lpthread" \
-		-DENABLE_LAPACK=yes
+		-DENABLE_LAPACK=yes \
+		-DBUILD_HSI=no
 	make
 }
 




More information about the arch-commits mailing list