summaryrefslogtreecommitdiffstats
path: root/recipes/taglib
diff options
context:
space:
mode:
authorStuart Gray <stuartgray@simpleaudio.co.uk>2010-09-06 16:42:00 +0200
committerKoen Kooi <koen@openembedded.org>2010-09-08 18:06:07 +0200
commit8400dfe735cd72b4b955260dd7c37d18c9fec6dc (patch)
tree26a046fe42be1ab6906ad070799b191bbd4f9295 /recipes/taglib
parenta8c64519f8ca82166cdb1d69c120d5103c18f6be (diff)
downloadopenembedded-8400dfe735cd72b4b955260dd7c37d18c9fec6dc.tar.gz
taglib: add 1.6.3
Diffstat (limited to 'recipes/taglib')
-rw-r--r--recipes/taglib/taglib_1.6.3.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/taglib/taglib_1.6.3.bb b/recipes/taglib/taglib_1.6.3.bb
new file mode 100644
index 0000000000..7be337601c
--- /dev/null
+++ b/recipes/taglib/taglib_1.6.3.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "TagLib is a library for reading and editing the meta-data of several popular audio formats"
+SECTION = "libs/multimedia"
+HOMEPAGE = "http://developer.kde.org/~wheeler/taglib.html"
+LICENSE = "LGPL"
+
+SRC_URI = "http://developer.kde.org/~wheeler/files/src/taglib-${PV}.tar.gz \
+ "
+SRC_URI[md5sum] = "ddf02f4e1d2dc30f76734df806e613eb"
+SRC_URI[sha256sum] = "a9ba089cc2c6d26d266bad492de31cadaeb878dea858e22ae3196091718f284b"
+
+inherit cmake pkgconfig binconfig
+
+EXTRA_OECMAKE = "-DWITH_MP4=1"
+
+LEAD_SONAME = "libtag.so.1"
+
+PACKAGES =+ "${PN}-c"
+
+FILES_${PN} = "${libdir}/libtag.so.*"
+FILES_${PN}-c = "${libdir}/libtag_c.so.*"