diff options
author | Chris Lord <chris@openedhand.com> | 2005-04-14 10:47:30 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2005-04-14 10:47:30 +0000 |
commit | 7997e9575b3c3f5fd6721302a89f2c998d9e9f61 (patch) | |
tree | aef474cda485aa7180f66692ab07566585ce4324 /packages/libxine/libxine_1.0.bb | |
parent | 8b47bcea42c3344099a7536c966c6d0818c684c6 (diff) |
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded/
into cwiiisdesktop.(none):/home/cwiiis/Dev/oe/openembedded
2005/04/14 11:46:57+01:00 (none)!cwiiis
Fix libxine 1.0 to use recent tremor
BKrev: 425e4a42DQuQcPdShq8mrn7PcviqGg
Diffstat (limited to 'packages/libxine/libxine_1.0.bb')
-rw-r--r-- | packages/libxine/libxine_1.0.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/libxine/libxine_1.0.bb b/packages/libxine/libxine_1.0.bb index c8fa4aedbe..9b1328ceff 100644 --- a/packages/libxine/libxine_1.0.bb +++ b/packages/libxine/libxine_1.0.bb @@ -6,7 +6,7 @@ PRIORITY = "optional" MAINTAINER = "Pawel Osiczko <p.osiczko@tetrapyloctomy.org>" DEPENDS = "zlib libogg tremor libmad esound-gpe" PROVIDES = "virtual/libxine" -PR = "r1" +PR = "r2" inherit autotools pkgconfig gettext @@ -20,7 +20,8 @@ SRC_URI = "http://heanet.dl.sourceforge.net/sourceforge/xine/xine-lib-${PV}.tar. file://libxine-ffmpeg-enable-arm.patch;patch=1 \ file://no-caca-no-aalib.patch;patch=1 \ file://dont-have-xv.patch;patch=1 \ - file://restore-esd.patch;patch=1" + file://restore-esd.patch;patch=1 \ + file://fix-syntax-xine-vorbis-decoder.patch;patch=1" SOV = "1.0.7" |