libxine: make it compile the oss audio plugin
authorMichael Lauer <mickey@vanille-media.de>
Fri, 27 Aug 2004 13:36:25 +0000 (13:36 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Fri, 27 Aug 2004 13:36:25 +0000 (13:36 +0000)
BKrev: 412f38d9FpkVet15B5ewEhcwpmJi6w

libxine/libxine-1.0.0-beta12/oss.patch [new file with mode: 0644]
libxine/libxine_1.0.0-beta12.oe

diff --git a/libxine/libxine-1.0.0-beta12/oss.patch b/libxine/libxine-1.0.0-beta12/oss.patch
new file mode 100644 (file)
index 0000000..e69de29
index 3503200..4171227 100644 (file)
@@ -7,16 +7,19 @@ and some of the most uncommon formats, too."
 SECTION = "libs"
 PRIORITY = "optional"
 DEPENDS = "zlib libogg tremor libmad"
-PR = "r1"
+RRECOMMENDS = "libxine-plugins"
+PR = "r2"
 
 inherit autotools pkgconfig binconfig
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/xine/xine-lib-1-beta12.tar.gz \
           file://full.patch;patch=1 \
-          file://libvorbis.patch;patch=0 \
-          file://demux_ogg.patch;patch=0 \
-          file://configure.ac.patch;patch=0 \
-          file://vo_scale.patch;patch=0 \
+          file://libvorbis.patch;patch=1 \
+          file://demux_ogg.patch;patch=1 \
+          file://configure.ac.patch;patch=1 \
+          file://vo_scale.patch;patch=1 \
+          file://oss.patch;patch=1;pnum=0 \
+          file://fix-oss-plugin.patch;patch=1 \
           file://mpegvideo-static-inlining.patch;patch=1 \
           file://fix-syntax-xine-vorbis-decoder.patch;patch=1 \
           file://fftscope-static-inlining.patch;patch=1"