From 94af4cbac737ce5e035f03924bbf5f1ca4931c95 Mon Sep 17 00:00:00 2001 From: Chris Lord Date: Fri, 24 Sep 2004 12:50:38 +0000 Subject: 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 --- mplayer/mplayer-w100_1.0pre3try2.oe | 59 +++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) (limited to 'mplayer/mplayer-w100_1.0pre3try2.oe') 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} +} + -- cgit v1.2.3