aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cdtextinfo
diff options
context:
space:
mode:
authorAndreas Oberritter <obi@opendreambox.org>2010-10-15 02:16:01 +0000
committerFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-10-16 22:32:30 +0200
commitbeec49df850ca634719457595ec7a658a649f6ee (patch)
tree2f9ed1530239aff8edfdf139319af9a456a54a66 /recipes/cdtextinfo
parent71ca5dc3be72f3becebb1e68ef3388ac1d0ce75d (diff)
downloadopenembedded-beec49df850ca634719457595ec7a658a649f6ee.tar.gz
cdtextinfo: initial recipe
* cdtextinfo queries information about an Audio-CD from CD-Text or CDDB. It outputs queried data as XML. Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/cdtextinfo')
-rw-r--r--recipes/cdtextinfo/cdtextinfo_0.1.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/cdtextinfo/cdtextinfo_0.1.bb b/recipes/cdtextinfo/cdtextinfo_0.1.bb
new file mode 100644
index 0000000000..22da5b5b3d
--- /dev/null
+++ b/recipes/cdtextinfo/cdtextinfo_0.1.bb
@@ -0,0 +1,13 @@
+DESCRIPTION = "Query CD-Text or information from CDDB"
+AUTHOR = "Andreas Frisch <andreas.frisch@multimedia-labs.de>"
+SECTION = "console"
+PRIORITY = "optional"
+LICENSE = "GPLv3"
+DEPENDS = "libcddb libcdio"
+
+SRC_URI = "http://dreamboxupdate.com/download/sources/${P}.tar.bz2"
+
+SRC_URI[md5sum] = "8fa7eeae52093bb90c1453ca4b8a29c9"
+SRC_URI[sha256sum] = "62498d3db29c5de2e9e9119b315d2c8d7558c5a45264f26aabcf1f989437af33"
+
+inherit autotools