Date: Monday, January 6, 2014 @ 06:02:16 Author: bisson Revision: 203231
rebuild for wxgtk-3.0.0 Modified: hugin/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-01-06 02:58:31 UTC (rev 203230) +++ PKGBUILD 2014-01-06 05:02:16 UTC (rev 203231) @@ -6,14 +6,15 @@ pkgname=hugin pkgver=2013.0.0 -pkgrel=3 +pkgrel=4 pkgdesc='Panorama photo stitcher' url='http://hugin.sourceforge.net/' license=('GPL') arch=('i686' 'x86_64') +optdepends=('python2: bindings and plugins') +makedepends=('cmake' 'boost' 'tclap' 'mesa' 'python2' 'swig') depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'libpano13' 'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils') -makedepends=('cmake' 'boost' 'tclap' 'mesa') source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2") sha1sums=('0e0689cf2ca0c4a2730cffe06380eda976b6772d') @@ -24,8 +25,7 @@ cmake . \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DENABLE_LAPACK=yes \ - -DBUILD_HSI=no + -DENABLE_LAPACK=yes make }
