mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
libdvdread: update to 5.0.3
* libdvdread > 4.9 required for vlc 2.2.1 Signed-off-by: Tim Orling <TicoTimo@gmail.com>
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
SUMMARY = "DVD access multimeda library"
|
||||
SECTION = "libs/multimedia"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=64e753fa7d1ca31632bc383da3b57c27"
|
||||
SRC_URI = "http://dvdnav.mplayerhq.hu/releases/libdvdread-${PV}.tar.bz2"
|
||||
|
||||
SRC_URI[md5sum] = "ab7a19d3ab1a437ae754ef477d6231a4"
|
||||
SRC_URI[sha256sum] = "0bea15da842a4b04a482b009d72dcc6d9c9524ccc1bf67e5748319ec5ada8097"
|
||||
|
||||
inherit autotools lib_package binconfig pkgconfig
|
||||
|
||||
CONFIGUREOPTS_remove = "--disable-silent-rules"
|
||||
|
||||
do_configure_prepend() {
|
||||
# For some weird reason, libdvdread only provides a `configure2' script...
|
||||
cp ${S}/configure2 ${S}/configure
|
||||
}
|
||||
13
meta-oe/recipes-multimedia/libdvdread/libdvdread_5.0.3.bb
Normal file
13
meta-oe/recipes-multimedia/libdvdread/libdvdread_5.0.3.bb
Normal file
@@ -0,0 +1,13 @@
|
||||
SUMMARY = "DVD access multimeda library"
|
||||
SECTION = "libs/multimedia"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=64e753fa7d1ca31632bc383da3b57c27"
|
||||
SRC_URI = "http://download.videolan.org/pub/videolan/libdvdread/${PV}/libdvdread-${PV}.tar.bz2"
|
||||
|
||||
SRC_URI[md5sum] = "b7b7d2a782087ed2a913263087083715"
|
||||
SRC_URI[sha256sum] = "321cdf2dbdc83c96572bc583cd27d8c660ddb540ff16672ecb28607d018ed82b"
|
||||
|
||||
inherit autotools lib_package binconfig pkgconfig
|
||||
|
||||
CONFIGUREOPTS_remove = "--disable-silent-rules"
|
||||
|
||||
Reference in New Issue
Block a user