diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-10-08 19:02:02 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-10-08 19:02:02 +0000 |
commit | 1af370b104970e452f326373eaa1a2c9ddc5a9ea (patch) | |
tree | 39de33365cb5147ed5fe0ebc4a3da62219c655c3 /mplayer/mplayer_1.0pre3try2.oe | |
parent | 0bfeb6589a328ab138c35ce7e398538d7c59ebc8 (diff) |
merged mplayer and mplayer-w100 into one
BKrev: 4166e42aCwMQKx1NsKLjVXfLQMwXfg
Diffstat (limited to 'mplayer/mplayer_1.0pre3try2.oe')
-rw-r--r-- | mplayer/mplayer_1.0pre3try2.oe | 30 |
1 files changed, 26 insertions, 4 deletions
diff --git a/mplayer/mplayer_1.0pre3try2.oe b/mplayer/mplayer_1.0pre3try2.oe index 5809042d84..5f783cba2e 100644 --- a/mplayer/mplayer_1.0pre3try2.oe +++ b/mplayer/mplayer_1.0pre3try2.oe @@ -1,15 +1,37 @@ DESCRIPTION = "Open Source multimedia player." -SECTION = "opie/games" +SECTION = "opie/multimedia" PRIORITY = "optional" -DEPENDS = "libsdl-qpe libmad tremor-20030325 libogg libvorbis zlib libpng jpeg sharp-aticore" +HOMEPAGE = "http://www.mplayerhq.hu/" +DEPENDS = "libsdl-qpe libmad tremor-20030325 libogg libvorbis zlib libpng jpeg" +PR = "r1" SRC_URI = "http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-${PV}.tar.bz2 \ file://Makefile.patch;patch=0 \ file://sdl.patch;patch=0 \ file://zlib.patch;patch=0 " + +DEPENDS_corgi += "sharp-aticore" +DEPENDS_shepherd += "sharp-aticore" +DEPENDS_husky += "sharp-aticore" +DEPENDS_tosa += "sharp-aticore" + +PACKAGE_ARCH_corgi = "${MACHINE}" +PACKAGE_ARCH_shepherd = "${MACHINE}" +PACKAGE_ARCH_husky = "${MACHINE}" +PACKAGE_ARCH_tosa = "${MACHINE}" + +SRC_URI_append_corgi = "file://mplayer-w100_1.0pre3.1.modified.diff;patch=1 \ + file://Makefile-vidix.patch;patch=0 " +SRC_URI_shepherd += "file://mplayer-w100_1.0pre3.1.modified.diff;patch=1 \ + file://Makefile-vidix.patch;patch=0 " +SRC_URI_husky += "file://mplayer-w100_1.0pre3.1.modified.diff;patch=1 \ + file://Makefile-vidix.patch;patch=0 " +SRC_URI_tosa += "file://mplayer-w100_1.0pre3.1.modified.diff;patch=1 \ + file://Makefile-vidix.patch;patch=0 " + S = "${WORKDIR}/MPlayer-${PV}" -PACKAGES="${PN} postproc postproc-dev" +PACKAGES =+ "postproc postproc-dev" FILES_${PN} = "/usr/bin/mplayer" @@ -20,7 +42,7 @@ inherit autotools EXTRA_OECONF = " \ --prefix=/usr \ - --target=${PACKAGE_ARCH} \ + --target=${TARGET_ARCH} \ --enable-shared-pp \ \ --disable-win32 \ |