[Lunar-commits] <moonbase-other> opal: Adding a BUILD to fix a compile failure with ffmpeg-1.0. The patch

stumbles stumbles at lunar-linux.org
Sat Oct 20 11:34:01 CEST 2012


commit 1e03eaab42c0a9ff717c18da1545eb7a47e82aa0
Author: stumbles <stumbles at lunar-linux.org>
Date: Sat, 20 Oct 2012 02:34:01 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/1e03eaab42c0a9ff717c18da1545eb7a47e82aa0

opal: Adding a BUILD to fix a compile failure with ffmpeg-1.0. The patch

and sedit are taken from;

http://svnweb.mageia.org/packages/cauldron/opal3/current/SOURCES/?diff_format=s&pathrev=294226
---
  net/opal/BUILD   | +9/-0     
  net/opal/DETAILS | +4/-1     
  2 files changed, 13 insertions(+), 1 deletion(-)

--- /dev/null
+++ b/net/opal/BUILD
@@ -0,0 +1,9 @@
+(
+
+  patch_it $SOURCE2 0 &&
+
+  sedit "s:\$(OBJECTS) \$(LIBS):\$(OBJECTS) \$(LIBS) -lpthread:" plugins/plugin-inc.mak.in &&
+
+  default_build
+
+) > $C_FIFO 2>&1
--- a/net/opal/DETAILS
+++ b/net/opal/DETAILS
@@ -1,11 +1,14 @@
           MODULE=opal
          VERSION=3.10.7
           SOURCE=$MODULE-$VERSION.tar.xz
+         SOURCE2=opal-3.10.7-ffmpeg-0.11.patch
       SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+     SOURCE2_URL=$MIRROR_URL
       SOURCE_VFY=sha1:e48d3295a73d6c3254823f09eb00a266916de94d
+     SOURCE2_VFY=sha1:549e903e2ffd9fc6640c8b9f60c51a8d8d832e4e
         WEB_SITE=http://www.ekiga.org
          ENTERED=20070316
-         UPDATED=20120929
+         UPDATED=20121020
            SHORT="Open Phone Abstraction Library"
 
 cat << EOF




More information about the Lunar-commits mailing list