[Lunar-commits] <moonbase> schroedinger: fix compile with gstreamer-10 0.10.24

Paul Bredbury brebs at lunar-linux.org
Sun Sep 6 11:45:58 CEST 2009


commit 9d061dc544f0bf5ce2dd74f513e1164a8035f24d
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Sun Sep 6 16:45:58 2009 +0700

    schroedinger: fix compile with gstreamer-10 0.10.24
---
 libs/schroedinger/BUILD   |    5 ++++-
 libs/schroedinger/DETAILS |   10 ++++++++--
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/libs/schroedinger/BUILD b/libs/schroedinger/BUILD
index ad230c1..0479416 100644
--- a/libs/schroedinger/BUILD
+++ b/libs/schroedinger/BUILD
@@ -1,6 +1,9 @@
 (
 
-  OPTS="$OPTS --enable-orc --enable-gstreamer"
+  # Compile with gstreamer-10 0.10.24
+  patch_it $SOURCE_CACHE/$SOURCE2 1  &&
+
+  OPTS+=" --enable-orc --enable-gstreamer"  &&
 
   default_build
 
diff --git a/libs/schroedinger/DETAILS b/libs/schroedinger/DETAILS
index f1b0679..d68fee1 100644
--- a/libs/schroedinger/DETAILS
+++ b/libs/schroedinger/DETAILS
@@ -1,13 +1,19 @@
           MODULE=schroedinger
          VERSION=1.0.7
           SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=schroedinger-1.0.7-gst_adapter_masked_scan_uint32.patch.bz2
       SOURCE_URL=http://diracvideo.org/download/schroedinger/
+     SOURCE2_URL=$PATCH_URL
       SOURCE_VFY=sha1:87da84f942668249f96a42d4b85c13743e8b2c07
+     SOURCE2_VFY=sha1:34fcce692e8983b958bbc8766ae6da836b6342a2
         WEB_SITE=http://diracvideo.org/
          ENTERED=20090311
-         UPDATED=20090610
+         UPDATED=20090905
            SHORT="library for encoding/decoding of Dirac video streams"
 
 cat << EOF
-library for encoding/decoding of Dirac video streams
+Schrodinger (or "schro" for short) is a cross-platform implementation
+of the Dirac video compression specification as a C library. Many media
+frameworks such as GStreamer and ffmpeg use schro to encode and decode
+Dirac video.
 EOF


More information about the Lunar-commits mailing list