From 709c4d66e0b107ca606941b988bad717c0b45d9b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 17 Mar 2009 14:32:59 -0400 Subject: rename packages/ to recipes/ per earlier agreement See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko Acked-by: Mike Westerhof Acked-by: Philip Balister Acked-by: Khem Raj Acked-by: Marcin Juszkiewicz Acked-by: Koen Kooi Acked-by: Frans Meulenbroeks --- recipes/libdvdread/libdvdread_0.9.6.bb | 15 +++++++++++++++ recipes/libdvdread/libdvdread_0.9.7.bb | 22 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 recipes/libdvdread/libdvdread_0.9.6.bb create mode 100644 recipes/libdvdread/libdvdread_0.9.7.bb (limited to 'recipes/libdvdread') diff --git a/recipes/libdvdread/libdvdread_0.9.6.bb b/recipes/libdvdread/libdvdread_0.9.6.bb new file mode 100644 index 0000000000..a328e35680 --- /dev/null +++ b/recipes/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 +} + diff --git a/recipes/libdvdread/libdvdread_0.9.7.bb b/recipes/libdvdread/libdvdread_0.9.7.bb new file mode 100644 index 0000000000..9c9f7efc8f --- /dev/null +++ b/recipes/libdvdread/libdvdread_0.9.7.bb @@ -0,0 +1,22 @@ +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" +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 +} + -- cgit 1.2.3-korg