[oe-commits] Andreas Oberritter : cdtextinfo: initial recipe

git version control git at git.openembedded.org
Sat Oct 16 20:37:58 UTC 2010


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

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Fri Oct 15 02:16:01 2010 +0000

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 at opendreambox.org>
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>

---

 recipes/cdtextinfo/cdtextinfo_0.1.bb |   13 +++++++++++++
 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 0000000..22da5b5
--- /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 at 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





More information about the Openembedded-commits mailing list