aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libxine/libxine-fb_1.0.bb
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2006-03-19 22:33:59 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-19 22:33:59 +0000
commitf192d71b439c706796b4fd3876720b8614e16bcb (patch)
treec30b2262be8458a22e982e43813b65e79cdcc7d4 /packages/libxine/libxine-fb_1.0.bb
parentdbc441f78f44380fb31d944cf73e08dfd15cf98a (diff)
downloadopenembedded-f192d71b439c706796b4fd3876720b8614e16bcb.tar.gz
libxine-fb 1.0: apply gcc4 patch
Diffstat (limited to 'packages/libxine/libxine-fb_1.0.bb')
-rw-r--r--packages/libxine/libxine-fb_1.0.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/packages/libxine/libxine-fb_1.0.bb b/packages/libxine/libxine-fb_1.0.bb
index 668a2176fb..62f1ac393e 100644
--- a/packages/libxine/libxine-fb_1.0.bb
+++ b/packages/libxine/libxine-fb_1.0.bb
@@ -5,11 +5,11 @@ PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS = "zlib libogg tremor libmad libmodplug"
PROVIDES = "virtual/libxine"
-PR = "r0"
+PR = "r1"
inherit autotools pkgconfig gettext
-SRC_URI = "http://heanet.dl.sourceforge.net/sourceforge/xine/xine-lib-${PV}.tar.gz \
+SRC_URI = "${SOURCEFORGE_MIRROR}/xine/xine-lib-${PV}.tar.gz \
file://cpu-${PV}.patch;patch=1 \
file://configure-${PV}.patch;patch=1 \
file://demuxogg.patch;patch=1 \
@@ -20,7 +20,8 @@ SRC_URI = "http://heanet.dl.sourceforge.net/sourceforge/xine/xine-lib-${PV}.tar.
file://libxine-tremor-autoconf.patch;patch=1 \
file://mpegvideo-static-inlinine.patch;patch=1 \
file://libxine-arm-configure.patch;patch=1 \
- file://no-caca.patch;patch=1 "
+ file://no-caca.patch;patch=1 \
+ file://libxine-gcc4.patch;patch=1"
S = "${WORKDIR}/xine-lib-${PV}"
SOV = "1.0.7"