[Lunar-commits] <moonbase> opal: Version bump to 3.10.2 and adding a patch for a ffmpeg related build

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Tue Nov 29 15:23:53 CET 2011


commit fc7be911431d01b7af36c070358cd14d310cb843
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Tue Nov 29 09:23:53 2011 -0500

    opal:  Version bump to 3.10.2 and adding a patch for a ffmpeg related build
    
    failure. Also addin an optional_depends.
---
 net/opal/BUILD   |    2 ++
 net/opal/DEPENDS |    6 ++----
 net/opal/DETAILS |   12 +++++++-----
 3 files changed, 11 insertions(+), 9 deletions(-)

diff --git a/net/opal/BUILD b/net/opal/BUILD
index d11125d..972af6f 100644
--- a/net/opal/BUILD
+++ b/net/opal/BUILD
@@ -1,5 +1,7 @@
 (
 
+  patch_it $SOURCE2 0 &&
+
 #Revisit on next bump.
   export CFLAGS="$CFLAGS -D__STDC_CONSTANT_MACROS" &&
 
diff --git a/net/opal/DEPENDS b/net/opal/DEPENDS
index d3d6887..29d90c2 100644
--- a/net/opal/DEPENDS
+++ b/net/opal/DEPENDS
@@ -1,6 +1,4 @@
 depends ptlib
 
-optional_depends swig              \
-                 "--enable-java"   \
-                 "--disable-java"  \
-                 "enable JAVA JNI support"
+optional_depends swig "--enable-java" "--disable-java" "enable JAVA JNI support"
+optional_depends ruby "--enable-ruby" "--disable-ruby" "for ruby support"
diff --git a/net/opal/DETAILS b/net/opal/DETAILS
index 3c38b82..d920edc 100644
--- a/net/opal/DETAILS
+++ b/net/opal/DETAILS
@@ -1,12 +1,14 @@
           MODULE=opal
-           MAJOR=3.8
-         VERSION=$MAJOR.3
+         VERSION=3.10.2
           SOURCE=$MODULE-$VERSION.tar.bz2
-      SOURCE_URL=$GNOME_URL/sources/$MODULE/$MAJOR
-      SOURCE_VFY=sha1:7d04530162338bf067f99271bb8bf5b37f05171f
+         SOURCE2=opal-3.10.2-MPEG4-ffmpeg.01.patch
+      SOURCE_URL=$GNOME_URL/sources/$MODULE/${VERSION%.*}
+     SOURCE2_URL=$PATCH_URL
+      SOURCE_VFY=sha1:de679d230f6bc2e9c11da187f5a73edc0752d489
+     SOURCE2_VFY=sha1:39f8304a16c8a18702cc4d726965269b69d6be42
         WEB_SITE=http://www.ekiga.org
          ENTERED=20070316
-         UPDATED=20110210
+         UPDATED=20111129
            SHORT="Open Phone Abstraction Library"
 
 cat << EOF


More information about the Lunar-commits mailing list