From: Michael Lauer Date: Fri, 27 Aug 2004 13:36:25 +0000 (+0000) Subject: libxine: make it compile the oss audio plugin X-Git-Tag: Release-2010-05/1~17513 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=635b401681c2afbe405b8abea883f58d4b595f66;p=openembedded.git libxine: make it compile the oss audio plugin BKrev: 412f38d9FpkVet15B5ewEhcwpmJi6w --- 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 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"