diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-08-27 13:36:25 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-08-27 13:36:25 +0000 |
commit | 635b401681c2afbe405b8abea883f58d4b595f66 (patch) | |
tree | e2846067d7b41ac624786afbc7bd2bf2c9c44927 /libxine/libxine_1.0.0-beta12.oe | |
parent | b082cbe63f70eca39e5fd46c51a7432ab38845ce (diff) |
libxine: make it compile the oss audio plugin
BKrev: 412f38d9FpkVet15B5ewEhcwpmJi6w
Diffstat (limited to 'libxine/libxine_1.0.0-beta12.oe')
-rw-r--r-- | libxine/libxine_1.0.0-beta12.oe | 13 |
1 files changed, 8 insertions, 5 deletions
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" |