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

Gaetan Bisson bisson at nymeria.archlinux.org
Tue Jul 9 07:29:20 UTC 2013


    Date: Tuesday, July 9, 2013 @ 09:29:20
  Author: bisson
Revision: 189837

rebuild for boost-1.54.0

Modified:
  hugin/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-08 22:03:32 UTC (rev 189836)
+++ PKGBUILD	2013-07-09 07:29:20 UTC (rev 189837)
@@ -6,7 +6,7 @@
 
 pkgname=hugin
 pkgver=2012.0.0
-pkgrel=6
+pkgrel=7
 pkgdesc='Panorama photo stitcher'
 url='http://hugin.sourceforge.net/'
 license=('GPL')
@@ -19,6 +19,12 @@
 
 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" 




More information about the arch-commits mailing list