summaryrefslogtreecommitdiff
path: root/extra/hugin
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-31 01:12:24 -0700
committerroot <root@rshg054.dnsready.net>2013-10-31 01:12:24 -0700
commitb2a6f1b28b7fa31088cab9a90b0f5ab97948534d (patch)
treeafa7b467e44b704b69c66862852a8c3118b8e308 /extra/hugin
parent7c151ac5589d3dbef5972f69a62b847ecf565bfa (diff)
Thu Oct 31 01:09:50 PDT 2013
Diffstat (limited to 'extra/hugin')
-rw-r--r--extra/hugin/PKGBUILD18
1 files changed, 5 insertions, 13 deletions
diff --git a/extra/hugin/PKGBUILD b/extra/hugin/PKGBUILD
index 0e8829631..887b04258 100644
--- a/extra/hugin/PKGBUILD
+++ b/extra/hugin/PKGBUILD
@@ -1,37 +1,29 @@
-# $Id: PKGBUILD 191897 2013-08-01 06:53:30Z bpiotrowski $
+# $Id: PKGBUILD 198592 2013-10-30 16:39:01Z bisson $
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
# Contributor: Tobias Kieslich <tobias@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Dominik Ryba <domryba@post.pl>
pkgname=hugin
-pkgver=2012.0.0
-pkgrel=8
+pkgver=2013.0.0
+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'
+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=('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