summaryrefslogtreecommitdiff
path: root/mplayer/mplayer_1.0pre3try2.oe
diff options
context:
space:
mode:
authorTim Ansell <mithro@mithis.com>2004-09-26 16:18:58 +0000
committerTim Ansell <mithro@mithis.com>2004-09-26 16:18:58 +0000
commitaf15d336ac814889700735b1cdeac880e29211b2 (patch)
treece0e67eb8cc6bbccae10d97428aafe6caec57495 /mplayer/mplayer_1.0pre3try2.oe
parent782d58916701d9a1d60005730783f1050e923049 (diff)
SDL now works for the non w100 mplayer version
BKrev: 4156ebf2yhfpWgyEDqBjN6Ux_kwPfQ
Diffstat (limited to 'mplayer/mplayer_1.0pre3try2.oe')
-rw-r--r--mplayer/mplayer_1.0pre3try2.oe13
1 files changed, 9 insertions, 4 deletions
diff --git a/mplayer/mplayer_1.0pre3try2.oe b/mplayer/mplayer_1.0pre3try2.oe
index ac3f6029e2..1873bbd8ab 100644
--- a/mplayer/mplayer_1.0pre3try2.oe
+++ b/mplayer/mplayer_1.0pre3try2.oe
@@ -1,21 +1,26 @@
DESCRIPTION = "Open Source multimedia player."
SECTION = "opie/games"
PRIORITY = "optional"
-DEPENDS = "libsdl-qpe libmad tremor-20030325 libogg libvorbis zlib"
+DEPENDS = "libsdl-qpe libmad tremor-20030325 libogg libvorbis zlib libpng jpeg sharp-aticore"
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 "
S = "${WORKDIR}/MPlayer-${PV}"
+PACKAGES="${PN} postproc postproc-dev"
+
FILES_${PN} = " \
- /usr/local/bin/mplayer \
- /usr/local/man/man1/mplayer.1 "
+ /usr/local/bin/mplayer "
+
+FILES_postproc = ""
inherit autotools
EXTRA_OECONF = " \
- --target=arm \
+ --prefix=/usr \
+ --target=${PACKAGE_ARCH} \
\
--disable-win32 \
--disable-macosx \