summaryrefslogtreecommitdiff
path: root/libxine
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-08-27 13:36:25 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-08-27 13:36:25 +0000
commit635b401681c2afbe405b8abea883f58d4b595f66 (patch)
treee2846067d7b41ac624786afbc7bd2bf2c9c44927 /libxine
parentb082cbe63f70eca39e5fd46c51a7432ab38845ce (diff)
libxine: make it compile the oss audio plugin
BKrev: 412f38d9FpkVet15B5ewEhcwpmJi6w
Diffstat (limited to 'libxine')
-rw-r--r--libxine/libxine-1.0.0-beta12/oss.patch0
-rw-r--r--libxine/libxine_1.0.0-beta12.oe13
2 files changed, 8 insertions, 5 deletions
diff --git a/libxine/libxine-1.0.0-beta12/oss.patch b/libxine/libxine-1.0.0-beta12/oss.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/libxine/libxine-1.0.0-beta12/oss.patch
diff --git a/libxine/libxine_1.0.0-beta12.oe b/libxine/libxine_1.0.0-beta12.oe
index 3503200245..4171227224 100644
--- a/libxine/libxine_1.0.0-beta12.oe
+++ b/libxine/libxine_1.0.0-beta12.oe
@@ -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"