[oe-commits] Koen Kooi : vlc: add dvd support

GIT User account git at amethyst.openembedded.net
Thu Jan 15 07:54:32 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 53166d22e1dd24efe36ef55500c7d23a7d555c24
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=53166d22e1dd24efe36ef55500c7d23a7d555c24

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Jan 15 08:53:07 2009 +0100

vlc: add dvd support

---

 packages/vlc/vlc_0.9.8a.bb |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/packages/vlc/vlc_0.9.8a.bb b/packages/vlc/vlc_0.9.8a.bb
index 0fa8612..70311b1 100644
--- a/packages/vlc/vlc_0.9.8a.bb
+++ b/packages/vlc/vlc_0.9.8a.bb
@@ -1,12 +1,14 @@
-DESCRIPTION = "Video player and streamer - davinci edition"
+DESCRIPTION = "Video player and streamer"
 HOMEPAGE = "http://www.videolan.org"
 LICENSE = "GPL"
 PRIORITY = "optional"
 SECTION = "multimedia"
 
+PR = "r1"
+
 # ffmpeg from git (library version => 52) is required
 # libtool-native must be >= 2.2.4
-DEPENDS = "libfribidi libtool hal gettext libgcrypt schroedinger libsdl-x11 qt4-x11-free dbus libxml2 gnutls tremor faad2 ffmpeg flac \
+DEPENDS = "libdvdcss libdvdread libfribidi libtool hal gettext libgcrypt schroedinger libsdl-x11 qt4-x11-free dbus libxml2 gnutls tremor faad2 ffmpeg flac \
            ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad libid3tag liba52 mpeg2dec', d)}"
 
 SRC_URI = "http://download.videolan.org/pub/videolan/vlc/${PV}/vlc-${PV}.tar.bz2"
@@ -16,10 +18,11 @@ inherit autotools
 EXTRA_OECONF = "\
 	--enable-libtool \
 	--with-contrib \
-	--disable-dvdread \
+	--enable-dvdread \
 	--disable-wxwidgets \
 	--enable-x11 --enable-xvideo \ 
 	--disable-screen --disable-caca \
+	--enable-run-as-root \
 	--enable-httpd --enable-vlm \
 	--enable-freetype \
 	--enable-sdl \ 





More information about the Openembedded-commits mailing list