[arch-commits] Commit in hugin/trunk (PKGBUILD hugin-gcc46.patch)
Eric Bélanger
eric at archlinux.org
Sun Jun 5 04:38:18 UTC 2011
Date: Sunday, June 5, 2011 @ 00:38:18
Author: eric
Revision: 126376
upgpkg: hugin 2011.0.0-1
Upstream update, Removed old patch
Modified:
hugin/trunk/PKGBUILD
Deleted:
hugin/trunk/hugin-gcc46.patch
-------------------+
PKGBUILD | 15 +++++----------
hugin-gcc46.patch | 16 ----------------
2 files changed, 5 insertions(+), 26 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-06-05 01:53:25 UTC (rev 126375)
+++ PKGBUILD 2011-06-05 04:38:18 UTC (rev 126376)
@@ -4,8 +4,8 @@
# Contributor: Dominik Ryba <domryba at post.pl>
pkgname=hugin
-pkgver=2010.4.0
-pkgrel=4
+pkgver=2011.0.0
+pkgrel=1
pkgdesc="A frontend to the panorama-tools"
arch=('i686' 'x86_64')
url="http://hugin.sourceforge.net/"
@@ -14,23 +14,18 @@
'autopano-sift-c' 'lapack' 'desktop-file-utils' 'make' 'perl-exiftool')
makedepends=('zip' 'cmake' 'boost')
install=${pkgname}.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2 hugin-gcc46.patch)
-md5sums=('bfd716655461987312b2f2f00c90dcc5'
- '4393c7b31da60f230c85e63a6a2e43a0')
-sha1sums=('47f25c0a8b97c27108e567bcd22203c87f268d07'
- '52798a155a037f853f41402f797e8a4cb6bb3e07')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+md5sums=('ac8a129b4c3021233df6d9368c8164cf')
+sha1sums=('22e1ad3846291a9bbe58570683e213921a6f0116')
build() {
cd "${srcdir}"
- (cd ${pkgname}-${pkgver}; patch -p1 -i ../hugin-gcc46.patch)
mkdir build && cd build
-
cmake "${srcdir}/${pkgname}-${pkgver}" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_EXE_LINKER_FLAGS="-lpthread" \
-DENABLE_LAPACK=yes
-
make
}
Deleted: hugin-gcc46.patch
===================================================================
--- hugin-gcc46.patch 2011-06-05 01:53:25 UTC (rev 126375)
+++ hugin-gcc46.patch 2011-06-05 04:38:18 UTC (rev 126376)
@@ -1,16 +0,0 @@
-
-diff -r 0377a1af6110 -r 1fc6ad6e7c7a src/foreign/vigra/vigra/multi_iterator.hxx
---- a/src/foreign/vigra/vigra/multi_iterator.hxx Mon Jun 25 16:36:21 2007 +0000
-+++ b/src/foreign/vigra/vigra/multi_iterator.hxx Tue Jan 25 21:14:13 2011 +0000
-@@ -41,6 +41,7 @@
- #define VIGRA_MULTI_ITERATOR_HXX
-
- #include <sys/types.h>
-+#include <stddef.h>
- #include "tinyvector.hxx"
- #include "iteratortags.hxx"
-
-
-
-
-
More information about the arch-commits
mailing list