aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dvdauthor
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-10-25 03:00:36 +0000
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-25 18:43:37 +0200
commit585c3c07c85f0b98c6dfcddc31dbb6802301fda0 (patch)
tree4bab0ff2775e3922a439cb6c4ad2a1ca88ec299e /recipes/dvdauthor
parentc8ff94f2ab4f9d8ad0367ea22c3efb7747313c46 (diff)
downloadopenembedded-585c3c07c85f0b98c6dfcddc31dbb6802301fda0.tar.gz
dvdauthor-0.6.18: initial recipe
* v2: updated DESCRIPTION, SECTION and PRIORITY Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/dvdauthor')
-rw-r--r--recipes/dvdauthor/dvdauthor_0.6.18.bb13
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 0000000000..24f3a74292
--- /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