summaryrefslogtreecommitdiff
path: root/nonworking
diff options
context:
space:
mode:
authorTim Ansell <mithro@mithis.com>2004-09-24 08:40:57 +0000
committerTim Ansell <mithro@mithis.com>2004-09-24 08:40:57 +0000
commitf47062860727ef46ffe7dc6d81e4dd1d310915b1 (patch)
treeb44df8b94d8605722454ae06ceeae9ded5e37eb2 /nonworking
parent840a08cab6489f4639a9519eede514b4bd6272e1 (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages
into mithis.com:/cc/packages 2004/09/24 18:10:28+09:30 mithis.com!mithro Working mplayer. 2004/09/24 18:06:24+09:30 mithis.com!mithro The accelerated graphics driver. BKrev: 4153dd998L756a9qAU1inUHuxY7Riw
Diffstat (limited to 'nonworking')
-rw-r--r--nonworking/mplayer/mplayer-1.0pre3try2/Makefile.patch22
-rw-r--r--nonworking/mplayer/mplayer_1.0pre3try2.oe54
2 files changed, 76 insertions, 0 deletions
diff --git a/nonworking/mplayer/mplayer-1.0pre3try2/Makefile.patch b/nonworking/mplayer/mplayer-1.0pre3try2/Makefile.patch
index e69de29bb2..eb9a07d4f8 100644
--- a/nonworking/mplayer/mplayer-1.0pre3try2/Makefile.patch
+++ b/nonworking/mplayer/mplayer-1.0pre3try2/Makefile.patch
@@ -0,0 +1,22 @@
+--- ./Makefile~Makefile.patch 2003-12-09 08:03:31.000000000 +1030
++++ ./Makefile 2004-09-24 02:08:50.000000000 +0930
+@@ -10,10 +10,6 @@
+ PRG_CFG = codec-cfg
+ PRG_MENCODER = mencoder
+
+-# Do not strip the binaries at installation
+-ifeq ($(STRIPBINARIES),yes)
+-INSTALLSTRIP = -s
+-endif
+
+ # These subdirectories require installation due to binaries within them.
+ ifeq ($(VIDIX),yes)
+@@ -246,7 +242,7 @@
+ $(MENCODER_DEP): version.h
+
+ $(PRG_CFG): version.h codec-cfg.c codec-cfg.h
+- $(CC) $(CFLAGS) -g codec-cfg.c mp_msg.c -o $(PRG_CFG) -DCODECS2HTML $(EXTRA_LIB) $(I18NLIBS)
++ $(BUILD_CC) $(CFLAGS) -g codec-cfg.c mp_msg.c -o $(PRG_CFG) -DCODECS2HTML $(EXTRA_LIB) $(I18NLIBS)
+
+ install: $(ALL_PRG)
+ ifeq ($(VIDIX),yes)
diff --git a/nonworking/mplayer/mplayer_1.0pre3try2.oe b/nonworking/mplayer/mplayer_1.0pre3try2.oe
index e69de29bb2..ac3f6029e2 100644
--- a/nonworking/mplayer/mplayer_1.0pre3try2.oe
+++ b/nonworking/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}
+}
+