libdvdnav: update to 5.0.3
This commit is contained in:
parent
1de650f03d
commit
9ef948e257
|
@ -1,20 +1,19 @@
|
||||||
# Template file for 'libdvdnav'
|
# Template file for 'libdvdnav'
|
||||||
pkgname=libdvdnav
|
pkgname=libdvdnav
|
||||||
version=5.0.1
|
version=5.0.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-dvdread-config=/bin/true"
|
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libdvdread-devel"
|
makedepends="libdvdread-devel"
|
||||||
short_desc="Library to navigate DVDs"
|
short_desc="Library to navigate DVDs"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://dvdnav.mplayerhq.hu/"
|
homepage="https://www.videolan.org/developers/libdvdnav.html"
|
||||||
distfiles="http://download.videolan.org/pub/videolan/libdvdnav/${version}/libdvdnav-${version}.tar.bz2"
|
distfiles="https://download.videolan.org/pub/videolan/libdvdnav/${version}/libdvdnav-${version}.tar.bz2"
|
||||||
checksum=72b1cb8266f163d4a1481b92c7b6c53e6dc9274d2a6befb08ffc351fe7a4a2a9
|
checksum=5097023e3d2b36944c763f1df707ee06b19dc639b2b68fb30113a5f2cbf60b6d
|
||||||
|
|
||||||
libdvdnav-devel_package() {
|
libdvdnav-devel_package() {
|
||||||
depends="libdvdread-devel libdvdnav>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Reference in New Issue