diff options
author | Mario Domenech Goulart <mario@ossystems.com.br> | 2013-03-07 18:35:43 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-03-13 17:21:53 +0100 |
commit | 4f2ae6f5bdd14bf56ae115f8fce16674af3e04bd (patch) | |
tree | e62dd0649ed6af4220db2a748e267aef053efe6c /meta-oe/recipes-multimedia | |
parent | d928d6c88530f60d9db6b19a1046fc1dc5e575ae (diff) | |
download | meta-openembedded-4f2ae6f5bdd14bf56ae115f8fce16674af3e04bd.tar.gz |
libdvdread: update to version 4.2.0
The previous version (4.1.3-10) was unbuildable due to this issue:
WARNING: Failed to fetch URL git://git.debian-maintainers.org/git/daniel/libdvdread.git;protocol=git;branch=debian,
attempting MIRRORS if available
ERROR: Fetcher failure: Fetch command failed with exit code 128, output:
Cloning into bare repository <snip>/downloads//git2/git.debian-maintainers.org.git.daniel.libdvdread.git...
fatal: Unable to look up git.debian-maintainers.org (port 9418) (Name or service not known)
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia')
-rw-r--r-- | meta-oe/recipes-multimedia/libdvdread/libdvdread_4.1.3-10.bb | 16 | ||||
-rw-r--r-- | meta-oe/recipes-multimedia/libdvdread/libdvdread_4.2.0.bb | 17 |
2 files changed, 17 insertions, 16 deletions
diff --git a/meta-oe/recipes-multimedia/libdvdread/libdvdread_4.1.3-10.bb b/meta-oe/recipes-multimedia/libdvdread/libdvdread_4.1.3-10.bb deleted file mode 100644 index f17043b15..000000000 --- a/meta-oe/recipes-multimedia/libdvdread/libdvdread_4.1.3-10.bb +++ /dev/null | |||
@@ -1,16 +0,0 @@ | |||
1 | DESCRIPTION = "DVD access multimeda library" | ||
2 | SECTION = "libs/multimedia" | ||
3 | LICENSE = "GPLv2+" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
5 | SRC_URI = "git://git.debian-maintainers.org/git/daniel/${PN}.git;protocol=git;branch=debian" | ||
6 | |||
7 | SRCREV = "e465b500c12be5b4c0b6918a9b98038611f66c57" | ||
8 | S = "${WORKDIR}/git" | ||
9 | |||
10 | inherit autotools lib_package binconfig pkgconfig | ||
11 | |||
12 | do_unpackpost() { | ||
13 | QUILT_PATCHES=debian/patches quilt push -a | ||
14 | } | ||
15 | |||
16 | addtask unpackpost after do_unpack before do_patch | ||
diff --git a/meta-oe/recipes-multimedia/libdvdread/libdvdread_4.2.0.bb b/meta-oe/recipes-multimedia/libdvdread/libdvdread_4.2.0.bb new file mode 100644 index 000000000..d5695ca46 --- /dev/null +++ b/meta-oe/recipes-multimedia/libdvdread/libdvdread_4.2.0.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | DESCRIPTION = "DVD access multimeda library" | ||
2 | SECTION = "libs/multimedia" | ||
3 | LICENSE = "GPLv2+" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=64e753fa7d1ca31632bc383da3b57c27" | ||
5 | SRC_URI = "http://dvdnav.mplayerhq.hu/releases/libdvdread-${PV}.tar.bz2" | ||
6 | |||
7 | SRC_URI[md5sum] = "ab7a19d3ab1a437ae754ef477d6231a4" | ||
8 | SRC_URI[sha256sum] = "0bea15da842a4b04a482b009d72dcc6d9c9524ccc1bf67e5748319ec5ada8097" | ||
9 | |||
10 | inherit autotools lib_package binconfig pkgconfig | ||
11 | |||
12 | CONFIGUREOPTS := "${@d.getVar('CONFIGUREOPTS', True).replace('--disable-silent-rules', ' ')}" | ||
13 | |||
14 | do_configure_prepend() { | ||
15 | # For some weird reason, libdvdread only provides a `configure2' script... | ||
16 | cp ${S}/configure2 ${S}/configure | ||
17 | } | ||