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