[Lunar-commits] <moonbase-other> hugin fix build with boost 1.56

v4hn me at v4hn.de
Fri Sep 12 02:55:40 CEST 2014


commit 5665d75857bdbd3bc94c319599b97f94250ebd3e
Author: v4hn <me at v4hn.de>
Date: Fri, 12 Sep 2014 02:55:04 +0200
URL: https://github.com/lunar-linux/moonbase-other/commit/5665d75857bdbd3bc94c319599b97f94250ebd3e

hugin fix build with boost 1.56

See https://bugs.launchpad.net/hugin/+bug/1368478
---
  graphics/hugin/BUILD     | +1/-6     
  graphics/hugin/DETAILS   | +3/-0     
  graphics/hugin/PRE_BUILD | +7/-0     
  3 files changed, 11 insertions(+), 6 deletions(-)

--- a/graphics/hugin/BUILD
+++ b/graphics/hugin/BUILD
@@ -1,6 +1 @@
-
-# The make barfs on some non-ascii character, don't know what it should be
-# but just delete the offender.
-  sedit "90d" doc/deghosting_mask.pod &&
-
-  default_cmake_build
+default_cmake_build
--- a/graphics/hugin/DETAILS
+++ b/graphics/hugin/DETAILS
@@ -1,8 +1,11 @@
           MODULE=hugin
          VERSION=2013.0.0
           SOURCE=$MODULE-$VERSION.tar.bz2
+         SOURCE2=hugin-2013-boost-156.diff
       SOURCE_URL=$SFORGE_URL/hugin/hugin/
+     SOURCE2_URL=$PATCH_URL
       SOURCE_VFY=sha1:0e0689cf2ca0c4a2730cffe06380eda976b6772d
+     SOURCE2_VFY=sha1:6b5c54ac9acc272ef5e14ef06e7b9a98b6737293
         WEB_SITE=http://hugin.sourceforge.net
          ENTERED=20060720
          UPDATED=20140401
--- /dev/null
+++ b/graphics/hugin/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+
+# The make barfs on some non-ascii character, don't know what it should be
+# but just delete the offender.
+sedit "90d" doc/deghosting_mask.pod &&
+
+patch_it $SOURCE2 1




More information about the Lunar-commits mailing list