diff options
Diffstat (limited to 'testing/hugin/PKGBUILD')
-rw-r--r-- | testing/hugin/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/hugin/PKGBUILD b/testing/hugin/PKGBUILD index 71876466c..c76a7bfeb 100644 --- a/testing/hugin/PKGBUILD +++ b/testing/hugin/PKGBUILD @@ -1,18 +1,18 @@ -# $Id: PKGBUILD 164679 2012-08-02 15:21:40Z andrea $ +# $Id: PKGBUILD 169638 2012-10-25 01:35:06Z eric $ # Maintainer: Tobias Kieslich <tobias@archlinux.org> # Contributor: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Dominik Ryba <domryba@post.pl> pkgname=hugin pkgver=2011.4.0 -pkgrel=5 +pkgrel=7 pkgdesc="A frontend to the panorama-tools" arch=('i686' 'x86_64') url="http://hugin.sourceforge.net/" license=('GPL') depends=('wxgtk' 'boost-libs' 'enblend-enfuse' 'exiv2' 'autopano-sift-c' 'lapack' 'desktop-file-utils' 'make' 'perl-image-exiftool') -makedepends=('zip' 'cmake' 'boost' 'tclap') +makedepends=('zip' 'cmake' 'boost' 'tclap' 'mesa') install=hugin.install source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2" gcc47.patch) |