[arch-commits] Commit in hugin/trunk (PKGBUILD hugin-gcc46.patch)

Eric Bélanger eric at archlinux.org
Wed May 25 06:37:47 UTC 2011


    Date: Wednesday, May 25, 2011 @ 02:37:46
  Author: eric
Revision: 124912

upgpkg: hugin 2010.4.0-3
Rebuilt against boost 1.46.1, Added build patch

Added:
  hugin/trunk/hugin-gcc46.patch
Modified:
  hugin/trunk/PKGBUILD

-------------------+
 PKGBUILD          |   12 +++++++-----
 hugin-gcc46.patch |   16 ++++++++++++++++
 2 files changed, 23 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-05-25 04:36:35 UTC (rev 124911)
+++ PKGBUILD	2011-05-25 06:37:46 UTC (rev 124912)
@@ -5,7 +5,7 @@
 
 pkgname=hugin
 pkgver=2010.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A frontend to the panorama-tools"
 arch=('i686' 'x86_64')
 url="http://hugin.sourceforge.net/"
@@ -14,13 +14,15 @@
          '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)
-md5sums=('bfd716655461987312b2f2f00c90dcc5')
-sha1sums=('47f25c0a8b97c27108e567bcd22203c87f268d07')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2 hugin-gcc46.patch)
+md5sums=('bfd716655461987312b2f2f00c90dcc5'
+         '4393c7b31da60f230c85e63a6a2e43a0')
+sha1sums=('47f25c0a8b97c27108e567bcd22203c87f268d07'
+          '52798a155a037f853f41402f797e8a4cb6bb3e07')
 
 build() {
   cd "${srcdir}"
-
+  (cd ${pkgname}-${pkgver}; patch -p1 -i ../hugin-gcc46.patch)
   mkdir build && cd build
 
   cmake "${srcdir}/${pkgname}-${pkgver}" \

Added: hugin-gcc46.patch
===================================================================
--- hugin-gcc46.patch	                        (rev 0)
+++ hugin-gcc46.patch	2011-05-25 06:37:46 UTC (rev 124912)
@@ -0,0 +1,16 @@
+
+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