[oe-commits] Koen Kooi : libdvdcss: add 1.2.10

GIT User account git at amethyst.openembedded.net
Wed Jan 14 15:08:20 UTC 2009


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

Author: Koen Kooi <koen at openembedded.org>
Date:   Wed Jan 14 16:07:17 2009 +0100

libdvdcss: add 1.2.10

---

 packages/vlc/libdvdcss_1.2.10.bb |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/packages/vlc/libdvdcss_1.2.10.bb b/packages/vlc/libdvdcss_1.2.10.bb
new file mode 100644
index 0000000..ca471c2
--- /dev/null
+++ b/packages/vlc/libdvdcss_1.2.10.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "libdvdcss is a simple library designed for accessing DVDs like a block device without having to bother about the decryption."
+LICENSE = "GPLv2"
+
+SRC_URI = "http://download.videolan.org/pub/libdvdcss/${PV}/libdvdcss-${PV}.tar.bz2"
+
+inherit autotools
+
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+do_stage() {
+	autotools_stage_all
+}
+
+
+
+
+





More information about the Openembedded-commits mailing list