Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame^] | 1 | SUMMARY = "DVD access multimeda library" |
| 2 | SECTION = "libs/multimedia" |
| 3 | LICENSE = "GPLv2+" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=64e753fa7d1ca31632bc383da3b57c27" |
| 5 | |
| 6 | SRC_URI = "http://download.videolan.org/pub/videolan/libdvdread/${PV}/libdvdread-${PV}.tar.bz2" |
| 7 | SRC_URI[md5sum] = "09c7423568fb679279fd2a2bc6b10b6e" |
| 8 | SRC_URI[sha256sum] = "3e357309a17c5be3731385b9eabda6b7e3fa010f46022a06f104553bf8e21796" |
| 9 | |
| 10 | inherit autotools lib_package binconfig pkgconfig |
| 11 | |
| 12 | CONFIGUREOPTS_remove = "--disable-silent-rules" |