summaryrefslogtreecommitdiff
path: root/packages/mplayer/mplayer-atty_1.1.5.bb
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2005-11-08 15:33:09 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-11-08 15:33:09 +0000
commitb3a31833e37a8134294fb0c9a2f66aab74859813 (patch)
tree54a1495c18e54ad1095e2021740b339708a4cf38 /packages/mplayer/mplayer-atty_1.1.5.bb
parent64774693864c744434c5cf608d9f1a896a0db485 (diff)
mplayer-atty-1.1.5 : Enable ALSA
A small hack required to the configure file as it tries to run a program to determine which version of alsa is installed. Have put this to a fixed version as OE only has 1.0+ in it.
Diffstat (limited to 'packages/mplayer/mplayer-atty_1.1.5.bb')
-rw-r--r--packages/mplayer/mplayer-atty_1.1.5.bb8
1 files changed, 5 insertions, 3 deletions
diff --git a/packages/mplayer/mplayer-atty_1.1.5.bb b/packages/mplayer/mplayer-atty_1.1.5.bb
index 1ee4a49936..eb8d8ad124 100644
--- a/packages/mplayer/mplayer-atty_1.1.5.bb
+++ b/packages/mplayer/mplayer-atty_1.1.5.bb
@@ -2,18 +2,19 @@ DESCRIPTION = "Open Source multimedia player."
SECTION = "opie/multimedia"
PRIORITY = "optional"
HOMEPAGE = "http://atty.jp/?Zaurus%2Fmplayer"
-DEPENDS = "virtual/libsdl freetype libmad libogg libvorbis zlib libpng jpeg"
+DEPENDS = "virtual/libsdl freetype libmad libogg libvorbis zlib libpng jpeg alsa-lib"
LICENSE = "GPL"
RCONFLICTS = "mplayer"
MAINTAINER = "Graeme Gregory <dp@xora.org.uk>"
-PR = "r2"
+PR = "r3"
SRC_URI = "http://www.xora.org.uk/oe/mplayer-${PV}.tar.gz \
file://Makefile.patch;patch=1;pnum=0 \
file://sdl.patch;patch=1 \
file://Makefile-libs.patch;patch=1 \
file://libmpdemux-ogg-include.patch;patch=1 \
- file://libmpcodecs-ogg-include.patch;patch=1 "
+ file://libmpcodecs-ogg-include.patch;patch=1 \
+ file://alsa-configure.patch;patch=1 "
PARALLEL_MAKE = ""
@@ -54,6 +55,7 @@ EXTRA_OECONF = " \
--enable-dynamic-plugins \
--enable-fbdev \
--enable-sdl \
+ --enable-alsa \
--with-sdl-config=${STAGING_BINDIR}/sdl-config \
\
--enable-mad \