libdvdnav: update to 4.2.0.
This commit is contained in:
parent
37401db33b
commit
f6de454ccc
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=1
|
|
||||||
|
|
||||||
Add_dependency run libdvdread-devel
|
Add_dependency run libdvdread-devel
|
||||||
Add_dependency run libdvdnav
|
Add_dependency run libdvdnav
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'libdvdnav'
|
# Template file for 'libdvdnav'
|
||||||
pkgname=libdvdnav
|
pkgname=libdvdnav
|
||||||
version=4.1.3
|
version=4.2.0
|
||||||
revision=2
|
homepage="http://dvdnav.mplayerhq.hu/"
|
||||||
distfiles="http://www.mplayerhq.hu/MPlayer/releases/dvdnav/$pkgname-$version.tar.bz2"
|
distfiles="http://dvdnav.mplayerhq.hu/releases/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Library to navigate DVDs"
|
short_desc="Library to navigate DVDs"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=e82a3d7b3c342a895a332fc0fb2281f40ff9978cb8cbb8bf1343fcad0063759d
|
license="GPL-2"
|
||||||
|
checksum=8c971b08276c89ddcecd26fc44204460fd250dc57346f03476d3077188c47550
|
||||||
long_desc="
|
long_desc="
|
||||||
libdvdnav is a library that allows easy use of sophisticated DVD navigation
|
libdvdnav is a library that allows easy use of sophisticated DVD navigation
|
||||||
features such as DVD menus, multiangle playback and even interactive DVD
|
features such as DVD menus, multiangle playback and even interactive DVD
|
||||||
|
@ -22,7 +23,6 @@ subpackages="$pkgname-devel"
|
||||||
Add_dependency build automake
|
Add_dependency build automake
|
||||||
Add_dependency build libdvdread-devel
|
Add_dependency build libdvdread-devel
|
||||||
|
|
||||||
pre_configure()
|
pre_configure() {
|
||||||
{
|
./autogen.sh
|
||||||
cd ${wrksrc} && autoreconf -vi
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue