aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/mplayer
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2011-01-18 07:41:36 -0800
committerKoen Kooi <koen@openembedded.org>2011-05-08 20:24:20 +0200
commitee81224a4fa5fc6809daf148da6a6fd514545b92 (patch)
tree2501386fa64cdc976c38275517ca40832452e05d /recipes/mplayer
parent981dd00235906f99795209d2c42a5c33e25a6012 (diff)
downloadopenembedded-ee81224a4fa5fc6809daf148da6a6fd514545b92.tar.gz
mplayer: Add libdvdcss to DEPENDS and RRECOMMENDS
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/mplayer')
-rw-r--r--recipes/mplayer/mplayer_svn.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/mplayer/mplayer_svn.bb b/recipes/mplayer/mplayer_svn.bb
index 9eaf2006d4..7ebe3f2fcb 100644
--- a/recipes/mplayer/mplayer_svn.bb
+++ b/recipes/mplayer/mplayer_svn.bb
@@ -2,10 +2,12 @@ DESCRIPTION = "Open Source multimedia player."
SECTION = "multimedia"
PRIORITY = "optional"
HOMEPAGE = "http://www.mplayerhq.hu/"
-DEPENDS = "libvpx live555 libdvdread libtheora virtual/libsdl ffmpeg xsp zlib libpng jpeg liba52 freetype fontconfig alsa-lib lzo ncurses lame libxv virtual/libx11 virtual/kernel \
+DEPENDS = "libvpx live555 libdvdread libdvdcss libtheora virtual/libsdl ffmpeg xsp zlib libpng jpeg liba52 freetype fontconfig alsa-lib lzo ncurses lame libxv virtual/libx11 virtual/kernel \
${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad liba52 lame', d)}"
RDEPENDS_${PN} = "mplayer-common"
+RRECOMMENDS_${PN} = "libdvdcss"
+
LICENSE = "GPL"
SRC_URI = "svn://svn.mplayerhq.hu/mplayer;module=trunk \
file://makefile-nostrip-svn.patch \
@@ -47,7 +49,7 @@ RCONFLICTS_${PN} = "mplayer-atty"
RREPLACES_${PN} = "mplayer-atty"
PV = "0.0+1.0rc3+svnr${SRCPV}"
-PR = "r27"
+PR = "r29"
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_angstrom = "1"
DEFAULT_PREFERENCE_shr = "1"