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

Gaetan Bisson bisson at archlinux.org
Thu Oct 9 17:35:19 UTC 2014


    Date: Thursday, October 9, 2014 @ 19:35:18
  Author: bisson
Revision: 224156

upstream update

Modified:
  hugin/trunk/PKGBUILD
Deleted:
  hugin/trunk/build.patch

-------------+
 PKGBUILD    |   13 +++++--------
 build.patch |   11 -----------
 2 files changed, 5 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-10-09 16:54:08 UTC (rev 224155)
+++ PKGBUILD	2014-10-09 17:35:18 UTC (rev 224156)
@@ -5,8 +5,8 @@
 # Contributor: Dominik Ryba <domryba at post.pl>
 
 pkgname=hugin
-pkgver=2013.0.0
-pkgrel=11
+pkgver=2014.0.0
+pkgrel=1
 pkgdesc='Panorama photo stitcher'
 url='http://hugin.sourceforge.net/'
 license=('GPL')
@@ -17,17 +17,14 @@
          'lensfun' 'lapack' 'make' 'perl-image-exiftool' 'desktop-file-utils')
 optdepends=('python2: for scripting and plugin interface support')
 source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgname}-${pkgver%.*}/${pkgname}-${pkgver/r/_r}.tar.bz2"
-        "http://downloads.sourceforge.net/boost/boost_1_55_0.tar.bz2"
-		"build.patch")
-sha1sums=('0e0689cf2ca0c4a2730cffe06380eda976b6772d'
-          'cef9a0cc7084b1d639e06cd3bc34e4251524c840'
-          '45a8d8f5ee9b3c013cbc1ae3cfad14a2705c0dd4')
+        "http://downloads.sourceforge.net/boost/boost_1_55_0.tar.bz2")
+sha1sums=('7b4ae181f664b9e0a68f55f298cdaa210fa09aa9'
+          'cef9a0cc7084b1d639e06cd3bc34e4251524c840')
 
 install=install
 
 prepare() {
 	cd "${srcdir}/${pkgname}-${pkgver/rc?}"
-	patch -p1 -i ../build.patch
 
 	# We take the module "spirit" from boost 1.55 and use it instead of the one
 	# that is provided by boost 1.56+ because hugin doesn't compile with the

Deleted: build.patch
===================================================================
--- build.patch	2014-10-09 16:54:08 UTC (rev 224155)
+++ build.patch	2014-10-09 17:35:18 UTC (rev 224156)
@@ -1,11 +0,0 @@
---- a/src/hugin1/ptbatcher/PTBatcherGUI.cpp
-+++ b/src/hugin1/ptbatcher/PTBatcherGUI.cpp
-@@ -150,7 +150,7 @@
-         { wxCMD_LINE_SWITCH, "v", "verbose",  "show verbose output when processing projects" },
-         { wxCMD_LINE_SWITCH, "a", "assistant", "run the assistant on the given projects" },
-         {
--            wxCMD_LINE_PARAM,  NULL, NULL, _("stitch_project.pto [output prefix]|assistant_project.pto"),
-+            wxCMD_LINE_PARAM,  NULL, NULL, "stitch_project.pto [output prefix]|assistant_project.pto",
-             wxCMD_LINE_VAL_STRING, wxCMD_LINE_PARAM_OPTIONAL + wxCMD_LINE_PARAM_MULTIPLE
-         },
-         { wxCMD_LINE_NONE }



More information about the arch-commits mailing list