summaryrefslogtreecommitdiff
path: root/mplayer/mplayer-w100_1.0pre3try2.oe
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2004-09-24 12:50:38 +0000
committerChris Lord <chris@openedhand.com>2004-09-24 12:50:38 +0000
commit94af4cbac737ce5e035f03924bbf5f1ca4931c95 (patch)
tree82c3e75320c9289e47f439f039fa78a790216f74 /mplayer/mplayer-w100_1.0pre3try2.oe
parent4b7993d765944a2c6a0ab954079e4ac98b66dbe3 (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into chris.(none):/home/cwiiis/oe/packages 2004/09/24 22:12:50+09:30 mithis.com!mithro Working mplayer which uses the w100 vidix driver. BKrev: 4154181exwDpZri1n7fC1jg_GwfqtA
Diffstat (limited to 'mplayer/mplayer-w100_1.0pre3try2.oe')
-rw-r--r--mplayer/mplayer-w100_1.0pre3try2.oe59
1 files changed, 59 insertions, 0 deletions
diff --git a/mplayer/mplayer-w100_1.0pre3try2.oe b/mplayer/mplayer-w100_1.0pre3try2.oe
index e69de29bb2..4b36ba0934 100644
--- a/mplayer/mplayer-w100_1.0pre3try2.oe
+++ b/mplayer/mplayer-w100_1.0pre3try2.oe
@@ -0,0 +1,59 @@
+DESCRIPTION = "Open Source multimedia player."
+SECTION = "opie/games"
+PRIORITY = "optional"
+DEPENDS = "libsdl-qpe libmad tremor-20030325 libogg libvorbis zlib libpng jpeg"
+
+SRC_URI = "http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-${PV}.tar.bz2 \
+ file://mplayer-w100_1.0pre3.1.modified.diff;patch=1 \
+ file://Makefile.patch;patch=0 \
+ file://Makefile-vidix.patch;patch=0 \
+ file://sdl.patch;patch=0 \
+ file://zlib.patch;patch=0 "
+S = "${WORKDIR}/MPlayer-${PV}"
+
+FILES_${PN} = " \
+ /usr/local/bin/mplayer \
+ /usr/local/lib/mplayer/vidix/w100_vid.so "
+
+inherit autotools
+
+EXTRA_OECONF = " \
+ --target=arm \
+ \
+ --disable-win32 \
+ --disable-macosx \
+ --disable-dvdread \
+ --disable-mpdvdkit \
+ --disable-tv \
+ --disable-tv-v4l \
+ --disable-tv-v4l2 \
+ --disable-tv-bsdbt848 \
+ --disable-mencoder \
+ \
+ --enable-dynamic-plugins \
+ --enable-fbdev \
+ --enable-vidix \
+ --enable-sdl \
+ --with-sdl-config=${STAGING_BINDIR}/sdl-config \
+ \
+ --enable-mad \
+ --enable-tremor \
+ --enable-vorbis \
+ \
+ --enable-ossaudio \
+ \
+ --with-extralibdir=${STAGING_LIBDIR} "
+
+# --enable-static \
+# --enable-live \
+# --with-livelibdir=/Projects/armbuild/live \
+# --host=${HOST} \
+# --cc=arm-linux-gcc \
+# --disable-dvdnav \
+
+# CFLAGS += " -ljpeg -lpng -lts "
+
+do_configure() {
+ ./configure ${EXTRA_OECONF}
+}
+