libcdio: add 0.82
authorKoen Kooi <koen@dominion.thruhere.net>
Fri, 16 Dec 2011 14:33:29 +0000 (15:33 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:17:27 +0000 (08:17 -0800)
(From meta-openembedded rev: 7a20673d7a65f71d3b45c13d92b1ea94392a10d7)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-multimedia/libcdio/libcdio_0.82.bb [new file with mode: 0644]

diff --git a/meta-openembedded/meta-oe/recipes-multimedia/libcdio/libcdio_0.82.bb b/meta-openembedded/meta-oe/recipes-multimedia/libcdio/libcdio_0.82.bb
new file mode 100644 (file)
index 0000000..3d231e0
--- /dev/null
@@ -0,0 +1,28 @@
+DESCRIPTION = "The GNU Compact Disc Input and Control library (libcdio) contains a library for CD-ROM and CD image access."
+HOMEPAGE = "http://www.gnu.org/software/libcdio/"
+SECTION = "libs"
+
+LICENSE = "GPLv3+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+
+DEPENDS = "ncurses"
+
+SRC_URI = "${GNU_MIRROR}/${PN}/${P}.tar.gz"
+SRC_URI[md5sum] = "1c29b18e01ab2b966162bc727bf3c360"
+SRC_URI[sha256sum] = "1acb3de8e0927906ade7a34c5853173d3068b87b02dfba80d0bf11e47f0b5d39"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "ac_cv_member_struct_tm_tm_gmtoff=no --disable-rpath"
+DEBUG_OPTIMIZATION_thumb = "-Os -fno-omit-frame-pointer -g"
+
+PACKAGES += "${PN}-utils"
+
+FILES_${PN} = "${libdir}/${PN}${SOLIB}"
+FILES_${PN}-utils = "${bindir}/*"
+
+python populate_packages_prepend () {
+        glibdir = bb.data.expand('${libdir}', d)
+        do_split_packages(d, glibdir, '^lib(.*)\.so\..*', 'lib%s', 'gstreamer %s library', extra_depends='', allow_links=True)
+}
+