From 4bd82af1d44ba69bc7c38e62564017600d2fccdc Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Tue, 5 Apr 2005 17:37:03 +0000 Subject: Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into cimmeria.(none):/home/dp/zaurus/openembedded 2005/04/05 17:35:57+00:00 (none)!XorA Fix small DEPENDS bug BKrev: 4252ccbfKX3C39rwFFbmrO5GrX7q7Q --- packages/mplayer/mplayer_1.0pre3try2.bb | 2 +- packages/mplayer/mplayer_1.0pre6a.bb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/mplayer') 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 \ -- cgit v1.2.3