[oe-commits] Koen Kooi : libdvdread: enable libdvdcss

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


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

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

libdvdread: enable libdvdcss

---

 packages/libdvdread/libdvdread_0.9.7.bb |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/packages/libdvdread/libdvdread_0.9.7.bb b/packages/libdvdread/libdvdread_0.9.7.bb
index a328e35..9c9f7ef 100644
--- a/packages/libdvdread/libdvdread_0.9.7.bb
+++ b/packages/libdvdread/libdvdread_0.9.7.bb
@@ -3,12 +3,19 @@ It provides the functionality that is required to access many DVDs. \
 It parses IFO files, reads NAV-blocks, and performs CSS authentication and descrambling."
 HOMEPAGE = "http://www.dtek.chalmers.se/groups/dvd/development.shtml"
 LICENSE = "GPL"
+DEPENDS = "libdvdcss"
 SECTION = "libs/multimedia"
 
+PR = "r1"
+
 SRC_URI = "http://www.dtek.chalmers.se/groups/dvd/dist/libdvdread-${PV}.tar.gz"
 
 inherit autotools
 
+EXTRA_OECONF = " --with-libdvdcss-includes=${STAGING_INCDIR} \
+                 --with-libdvdcss-libs=${STAGING_LIBDIR} \
+"
+
 do_stage() {
 	autotools_stage_all
 }





More information about the Openembedded-commits mailing list