taglib: add 1.6.3
authorStuart Gray <stuartgray@simpleaudio.co.uk>
Mon, 6 Sep 2010 14:42:00 +0000 (16:42 +0200)
committerKoen Kooi <koen@openembedded.org>
Wed, 8 Sep 2010 16:06:07 +0000 (18:06 +0200)
recipes/taglib/taglib_1.6.3.bb [new file with mode: 0644]

diff --git a/recipes/taglib/taglib_1.6.3.bb b/recipes/taglib/taglib_1.6.3.bb
new file mode 100644 (file)
index 0000000..7be3376
--- /dev/null
@@ -0,0 +1,20 @@
+DESCRIPTION = "TagLib is a library for reading and editing the meta-data of several popular audio formats"\r
+SECTION = "libs/multimedia"\r
+HOMEPAGE = "http://developer.kde.org/~wheeler/taglib.html"\r
+LICENSE = "LGPL"\r
\r
+SRC_URI = "http://developer.kde.org/~wheeler/files/src/taglib-${PV}.tar.gz \\r
+         "\r
+SRC_URI[md5sum] = "ddf02f4e1d2dc30f76734df806e613eb"\r
+SRC_URI[sha256sum] = "a9ba089cc2c6d26d266bad492de31cadaeb878dea858e22ae3196091718f284b"\r
+\r
+inherit cmake pkgconfig binconfig\r
+\r
+EXTRA_OECMAKE = "-DWITH_MP4=1"\r
+\r
+LEAD_SONAME = "libtag.so.1"\r
+\r
+PACKAGES =+ "${PN}-c"\r
+\r
+FILES_${PN} = "${libdir}/libtag.so.*"\r
+FILES_${PN}-c = "${libdir}/libtag_c.so.*"\r