From: Michael Lauer Date: Wed, 12 Jul 2006 17:21:53 +0000 (+0000) Subject: add libdvdread, a library to read dvds (sic!) X-Git-Tag: Release-2010-05/1~9453^2~1239 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6919e508e8405131736d4fa6f1f577f7afdd28a;p=openembedded.git add libdvdread, a library to read dvds (sic!) --- diff --git a/packages/libdvdread/.mtn2git_empty b/packages/libdvdread/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/libdvdread/libdvdread_0.9.6.bb b/packages/libdvdread/libdvdread_0.9.6.bb new file mode 100644 index 0000000000..a328e35680 --- /dev/null +++ b/packages/libdvdread/libdvdread_0.9.6.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "libdvdread provides a simple foundation for reading DVD video disks. \ +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" +SECTION = "libs/multimedia" + +SRC_URI = "http://www.dtek.chalmers.se/groups/dvd/dist/libdvdread-${PV}.tar.gz" + +inherit autotools + +do_stage() { + autotools_stage_all +} +