Date: Wednesday, October 30, 2013 @ 04:01:09 Author: bisson Revision: 197778
upstream update Modified: hugin/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2013-10-30 02:07:55 UTC (rev 197777) +++ PKGBUILD 2013-10-30 03:01:09 UTC (rev 197778) @@ -5,8 +5,8 @@ # Contributor: Dominik Ryba <[email protected]> pkgname=hugin -pkgver=2012.0.0 -pkgrel=8 +pkgver=2013.0.0 +pkgrel=1 pkgdesc='Panorama photo stitcher' url='http://hugin.sourceforge.net/' license=('GPL') @@ -15,23 +15,15 @@ '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=('53f97d030716e66dc5a49c7e786686a9d5262b8d') +sha1sums=('0e0689cf2ca0c4a2730cffe06380eda976b6772d') install=install -prepare() { - cd "${srcdir}/${pkgname}-${pkgver}" - sed 's/Luk.... Jirkovsk../Lukas Jirkovsky/g' -i doc/deghosting_mask.pod - # pod2man limitation (makepkg uses LC_ALL=C and Unicode chars take two bytes) -} - build() { cd "${srcdir}/${pkgname}-${pkgver}" - export CXXFLAGS+=" -fpermissive" cmake . \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_EXE_LINKER_FLAGS="-lpthread" \ -DENABLE_LAPACK=yes \ -DBUILD_HSI=no make
