[oe-commits] Andreas Oberritter : dvdauthor-0.6.18: initial recipe

git version control git at git.openembedded.org
Mon Oct 25 17:46:58 UTC 2010


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

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Mon Oct 25 03:00:36 2010 +0000

dvdauthor-0.6.18: initial recipe

* v2: updated DESCRIPTION, SECTION and PRIORITY

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/dvdauthor/dvdauthor_0.6.18.bb |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/recipes/dvdauthor/dvdauthor_0.6.18.bb b/recipes/dvdauthor/dvdauthor_0.6.18.bb
new file mode 100644
index 0000000..24f3a74
--- /dev/null
+++ b/recipes/dvdauthor/dvdauthor_0.6.18.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "A set of tools to help you generate DVD files to be played back on a standalone DVD player"
+SECTION = "console/multimedia"
+PRIORITY = "optional"
+LICENSE = "GPLv2"
+DEPENDS = "freetype libdvdread libfribidi libpng libxml2 zlib"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz"
+SRC_URI[md5sum] = "ded5373800ac6448ff044606f5047550"
+SRC_URI[sha256sum] = "0e21c2d9c09f7e347c4c9bd7b691455f524ec2e91bcafc18b84d7b7fb3a9cb26"
+
+S = "${WORKDIR}/${PN}"
+
+inherit autotools





More information about the Openembedded-commits mailing list