diff options
-rw-r--r-- | packages/mplayer/mplayer_1.0pre3try2.bb | 2 | ||||
-rw-r--r-- | packages/mplayer/mplayer_1.0pre6a.bb | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/mplayer/mplayer_1.0pre3try2.bb b/packages/mplayer/mplayer_1.0pre3try2.bb index 5ec9345057..90d6255d67 100644 --- a/packages/mplayer/mplayer_1.0pre3try2.bb +++ b/packages/mplayer/mplayer_1.0pre3try2.bb @@ -10,7 +10,7 @@ SRC_URI = "http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-${PV}.tar.bz2 \ file://sdl.patch;patch=0 \ file://zlib.patch;patch=0 " -DEPENDS_c7x0 += "sharp-aticore" +DEPENDS_append_c7x0 = " sharp-aticore" PACKAGE_ARCH_c7x0 = "${MACHINE_ARCH}" SRC_URI_append_c7x0 = "file://mplayer-w100_1.0pre3.1.modified.diff;patch=1 \ file://Makefile-vidix.patch;patch=0 " diff --git a/packages/mplayer/mplayer_1.0pre6a.bb b/packages/mplayer/mplayer_1.0pre6a.bb index aa798b427c..002631bdf3 100644 --- a/packages/mplayer/mplayer_1.0pre6a.bb +++ b/packages/mplayer/mplayer_1.0pre6a.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Open Source multimedia player." SECTION = "opie/multimedia" PRIORITY = "optional" HOMEPAGE = "http://www.mplayerhq.hu/" -DEPENDS = "virtual/libsdl libmad tremor libogg libvorbis zlib libpng jpeg" +DEPENDS = "virtual/libsdl libmad tremor-20021126 libogg libvorbis zlib libpng jpeg" LICENSE = "GPL" SRC_URI = "http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-${PV}.tar.bz2 \ file://Makefile.patch;patch=1 \ @@ -13,7 +13,7 @@ PR = "r2" DEFAULT_PREFERENCE = "-1" PARALLEL_MAKE = "" -DEPENDS_c7x0 += "sharp-aticore" +DEPENDS_append_c7x0 = " sharp-aticore" PACKAGE_ARCH_c7x0 = "${MACHINE_ARCH}" SRC_URI_append_c7x0 = "file://mplayer-w100_1.0pre3.1.modified.diff;patch=1 \ file://Makefile-vidix.patch;patch=0 \ |