[oe-commits] org.oe.dev gst-plugins-ugly: add gstsid_autofoo_HACK.patch to make gst-plugins-ugly build the sid plugin

mickeyl commit openembedded-commits at lists.openembedded.org
Mon Oct 22 17:06:08 UTC 2007


gst-plugins-ugly: add gstsid_autofoo_HACK.patch to make gst-plugins-ugly build the sid plugin

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: af88183f8a1fc8ac383ef392272c0f8dde354024
ViewMTN: http://monotone.openembedded.org/revision/info/af88183f8a1fc8ac383ef392272c0f8dde354024
Files:
1
packages/gstreamer/gst-plugins-ugly/gstsid_autofoo_HACK.patch
packages/gstreamer/gst-plugins-ugly_0.10.6.bb
Diffs:

#
# mt diff -r24ea0c0ad0952d90844bd5db868a7191a399b045 -raf88183f8a1fc8ac383ef392272c0f8dde354024
#
# 
# 
# add_file "packages/gstreamer/gst-plugins-ugly/gstsid_autofoo_HACK.patch"
#  content [bbdf150742e8abb6487527ca9112227eb51cd398]
# 
# patch "packages/gstreamer/gst-plugins-ugly_0.10.6.bb"
#  from [8b11fa9ba4867340cb4c951c7c42cd8789cfc273]
#    to [0ae18af7d536bef9d7e0e9378b0f134ee108a0cd]
# 
============================================================
--- packages/gstreamer/gst-plugins-ugly/gstsid_autofoo_HACK.patch	bbdf150742e8abb6487527ca9112227eb51cd398
+++ packages/gstreamer/gst-plugins-ugly/gstsid_autofoo_HACK.patch	bbdf150742e8abb6487527ca9112227eb51cd398
@@ -0,0 +1,20 @@
+Index: gst-plugins-ugly-0.10.6/m4/gst-sid.m4
+===================================================================
+--- gst-plugins-ugly-0.10.6.orig/m4/gst-sid.m4
++++ gst-plugins-ugly-0.10.6/m4/gst-sid.m4
+@@ -16,14 +16,7 @@ if test $HAVE_SIDPLAY = "yes"; then
+ 
+   LIBS="-lsidplay"
+ 
+-  AC_TRY_RUN([
+-    #include <sidplay/player.h>
+-    int main()
+-    { sidTune tune = sidTune(0);  }
+-    ],
+-    HAVE_SIDPLAY="yes",
+-    HAVE_SIDPLAY="no",
+-    HAVE_SIDPLAY="no")
++  HAVE_SIDPLAY="yes"
+ 
+   LIBS="$ac_libs_safe"
+ 
============================================================
--- packages/gstreamer/gst-plugins-ugly_0.10.6.bb	8b11fa9ba4867340cb4c951c7c42cd8789cfc273
+++ packages/gstreamer/gst-plugins-ugly_0.10.6.bb	0ae18af7d536bef9d7e0e9378b0f134ee108a0cd
@@ -1,7 +1,9 @@ DEPENDS += "gst-plugins-base mpeg2dec li
 require gst-plugins.inc
 
 DEPENDS += "gst-plugins-base mpeg2dec libsidplay"
-PR = "r2"
+PR = "r3"
 
 SRC_URI += "file://cross-compile.patch;patch=1 \
+            file://gstmad_16bit.patch;patch=1 \
+            file://gstsid_autofoo_HACK.patch;patch=1"
+
-            file://gstmad_16bit.patch;patch=1"






More information about the Openembedded-commits mailing list