SOURCES: gstreamer-plugins-base-theora.patch (NEW) - it seems PKG_CHECK_MOD...

sls sls at pld-linux.org
Mon Oct 13 13:46:15 CEST 2008


Author: sls                          Date: Mon Oct 13 11:46:15 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- it seems PKG_CHECK_MODULES thinks 1.0RC < 1.0alpha5

---- Files affected:
SOURCES:
   gstreamer-plugins-base-theora.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gstreamer-plugins-base-theora.patch
diff -u /dev/null SOURCES/gstreamer-plugins-base-theora.patch:1.1
--- /dev/null	Mon Oct 13 13:46:16 2008
+++ SOURCES/gstreamer-plugins-base-theora.patch	Mon Oct 13 13:46:10 2008
@@ -0,0 +1,11 @@
+--- gst-plugins-base-0.10.20/configure.ac.orig	2008-10-13 03:01:03.048685758 +0200
++++ gst-plugins-base-0.10.20/configure.ac	2008-10-13 03:01:32.046692790 +0200
+@@ -508,7 +508,7 @@
+ AG_GST_CHECK_FEATURE(THEORA, [Xiph Theora video codec], theora, [
+   dnl this check will work as long as theora uses 1.0.x or similar for the
+   dnl first post-alpha release and not just 1.0
+-  AG_GST_PKG_CHECK_MODULES(THEORA, theora >= 1.0alpha5)
++  AG_GST_PKG_CHECK_MODULES(THEORA, theora >= 1.0RC1)
+ ])
+ 
+ dnl *** vorbis ***
================================================================


More information about the pld-cvs-commit mailing list