summaryrefslogtreecommitdiff
path: root/mplayer/mplayer_1.0pre3try2.oe
diff options
context:
space:
mode:
authorTim Ansell <mithro@mithis.com>2004-09-24 12:56:39 +0000
committerTim Ansell <mithro@mithis.com>2004-09-24 12:56:39 +0000
commitc9763529cff3cf381608b22250de282220887eed (patch)
treeea151d99f0c1523cf7af676f4cde5c5833b8a625 /mplayer/mplayer_1.0pre3try2.oe
parent94af4cbac737ce5e035f03924bbf5f1ca4931c95 (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into mithis.com:/cc/packages 2004/09/24 22:25:17+09:30 mithis.com!mithro Moved it back into working because it compiles and works. BKrev: 415419876Cz_qiJqEaL8I0sgCy6CTA
Diffstat (limited to 'mplayer/mplayer_1.0pre3try2.oe')
-rw-r--r--mplayer/mplayer_1.0pre3try2.oe54
1 files changed, 54 insertions, 0 deletions
diff --git a/mplayer/mplayer_1.0pre3try2.oe b/mplayer/mplayer_1.0pre3try2.oe
new file mode 100644
index 0000000000..ac3f6029e2
--- /dev/null
+++ b/mplayer/mplayer_1.0pre3try2.oe
@@ -0,0 +1,54 @@
+DESCRIPTION = "Open Source multimedia player."
+SECTION = "opie/games"
+PRIORITY = "optional"
+DEPENDS = "libsdl-qpe libmad tremor-20030325 libogg libvorbis zlib"
+
+SRC_URI = "http://www1.mplayerhq.hu/MPlayer/releases/MPlayer-${PV}.tar.bz2 \
+ file://Makefile.patch;patch=0 \
+ file://zlib.patch;patch=0 "
+S = "${WORKDIR}/MPlayer-${PV}"
+
+FILES_${PN} = " \
+ /usr/local/bin/mplayer \
+ /usr/local/man/man1/mplayer.1 "
+
+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-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 \
+
+
+do_configure() {
+ ./configure ${EXTRA_OECONF}
+}
+