[Lunar-commits] <moonbase-other> hugin: Adding a gcc related patch.
stumbles
stumbles at lunar-linux.org
Wed Oct 17 19:09:18 CEST 2012
commit df11a10fb95ad9f7a0a1d2502567a384714012c4
Author: stumbles <stumbles at lunar-linux.org>
Date: Wed, 17 Oct 2012 10:09:18 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/df11a10fb95ad9f7a0a1d2502567a384714012c4
hugin: Adding a gcc related patch.
---
graphics/hugin/BUILD | +2/-0
graphics/hugin/DETAILS | +5/-3
2 files changed, 7 insertions(+), 3 deletions(-)
--- a/graphics/hugin/BUILD
+++ b/graphics/hugin/BUILD
@@ -1,5 +1,7 @@
(
+ patch_it $SOURCE2 1 &&
+
if ! in_depends wxGTK mesa-lib ; then
message "${PROBLEM_COLOR}Error: ${DEFAULT_COLOR}Compile wxGTK with OpenGL support"
exit 1;
--- a/graphics/hugin/DETAILS
+++ b/graphics/hugin/DETAILS
@@ -1,9 +1,11 @@
MODULE=hugin
- MAJOR=2011.4
- VERSION=$MAJOR.0
+ VERSION=2011.4.0
SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=$SFORGE_URL/hugin/hugin/hugin-$MAJOR
+ SOURCE2=hugin-2011.4.0-gcc47.patch
+ SOURCE_URL=$SFORGE_URL/hugin/hugin/
+ SOURCE2_URL=http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/media-gfx/hugin/files/
SOURCE_VFY=sha1:21ec7331d5e196aca2a8771d3c9101dd181ad93b
+ SOURCE2_VFY=sha1:165a118045334343a5effe320a66b3a1ee63c32a
WEB_SITE=http://hugin.sourceforge.net
MAINTAINER=perldude at lunar-linux.org
ENTERED=20060720
More information about the Lunar-commits
mailing list