libcdio_0.82.bb 954 B

12345678910111213141516171819202122232425262728
  1. ESCRIPTION = "The GNU Compact Disc Input and Control library (libcdio) contains a library for CD-ROM and CD image access."
  2. HOMEPAGE = "http://www.gnu.org/software/libcdio/"
  3. SECTION = "libs"
  4. LICENSE = "GPLv3+"
  5. LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
  6. DEPENDS = "ncurses"
  7. SRC_URI = "${GNU_MIRROR}/${BPN}/${BP}.tar.gz"
  8. SRC_URI[md5sum] = "1c29b18e01ab2b966162bc727bf3c360"
  9. SRC_URI[sha256sum] = "1acb3de8e0927906ade7a34c5853173d3068b87b02dfba80d0bf11e47f0b5d39"
  10. inherit autotools pkgconfig
  11. EXTRA_OECONF = "ac_cv_member_struct_tm_tm_gmtoff=no --disable-rpath"
  12. DEBUG_OPTIMIZATION_thumb = "-Os -fno-omit-frame-pointer -g"
  13. PACKAGES += "${PN}-utils"
  14. FILES_${PN} = "${libdir}/${PN}${SOLIB}"
  15. FILES_${PN}-utils = "${bindir}/*"
  16. python populate_packages_prepend () {
  17. glibdir = d.expand('${libdir}')
  18. do_split_packages(d, glibdir, '^lib(.*)\.so\..*', 'lib%s', 'gstreamer %s library', extra_depends='', allow_links=True)
  19. }