From 6768c115af3c5f0772bcf7b02f34a88a880876c0 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 12 Dec 2012 02:49:40 -0800 Subject: Wed Dec 12 02:43:53 PST 2012 --- extra/hugin/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'extra/hugin') diff --git a/extra/hugin/PKGBUILD b/extra/hugin/PKGBUILD index 3c34d8e9a..9262d49d7 100644 --- a/extra/hugin/PKGBUILD +++ b/extra/hugin/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 172786 2012-12-06 00:11:28Z bisson $ +# $Id: PKGBUILD 173184 2012-12-12 00:37:13Z bisson $ # Maintainer: Gaetan Bisson # Contributor: Tobias Kieslich # Contributor: Giovanni Scafora @@ -6,14 +6,14 @@ pkgname=hugin pkgver=2012.0.0 -pkgrel=1 +pkgrel=2 pkgdesc='Panorama photo stitcher' url='http://hugin.sourceforge.net/' license=('GPL') 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 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_EXE_LINKER_FLAGS="-lpthread" \ - -DENABLE_LAPACK=yes + -DENABLE_LAPACK=yes \ + -DBUILD_HSI=no make } -- cgit v1.2.3-54-g00ecf