[oe-commits] org.oe.dev add libid3, (yet) another library for reading out id3 tags

mickeyl commit openembedded-commits at lists.openembedded.org
Thu Jun 21 10:09:41 UTC 2007


add libid3, (yet) another library for reading out id3 tags

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: fe6e384f0c2f7164e87c9bef15a6ba4666827e05
ViewMTN: http://monotone.openembedded.org/revision.psp?id=fe6e384f0c2f7164e87c9bef15a6ba4666827e05
Files:
1
packages/libid3
packages/libid3/libid3_1.1.bb
Diffs:

#
# mt diff -r3543fa4aaa5f07ff77ae69c6724d4e466b02ae8c -rfe6e384f0c2f7164e87c9bef15a6ba4666827e05
#
# 
# 
# add_dir "packages/libid3"
# 
# add_file "packages/libid3/libid3_1.1.bb"
#  content [988ba101e3cf7752ee5116a60ec5c0bd1a1031f7]
# 
============================================================
--- packages/libid3/libid3_1.1.bb	988ba101e3cf7752ee5116a60ec5c0bd1a1031f7
+++ packages/libid3/libid3_1.1.bb	988ba101e3cf7752ee5116a60ec5c0bd1a1031f7
@@ -0,0 +1,13 @@
+DESCRIPTION = "libID3 is a small C library to parse ID3 tags. \
+It uses as little memory as possible, and has both DOM- and SAX-like models."
+SECTION = "libs/multimedia"
+LICENSE = "LGPL"
+
+SRC_URI = "http://download.tangent.org/libid3-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+do_stage() {
+    autotools_stage_all
+}
+






More information about the Openembedded-commits mailing list