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."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run libdvdread-devel
|
||||
Add_dependency run libdvdnav
|
||||
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'libdvdnav'
|
||||
pkgname=libdvdnav
|
||||
version=4.1.3
|
||||
revision=2
|
||||
distfiles="http://www.mplayerhq.hu/MPlayer/releases/dvdnav/$pkgname-$version.tar.bz2"
|
||||
version=4.2.0
|
||||
homepage="http://dvdnav.mplayerhq.hu/"
|
||||
distfiles="http://dvdnav.mplayerhq.hu/releases/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
short_desc="Library to navigate DVDs"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=e82a3d7b3c342a895a332fc0fb2281f40ff9978cb8cbb8bf1343fcad0063759d
|
||||
license="GPL-2"
|
||||
checksum=8c971b08276c89ddcecd26fc44204460fd250dc57346f03476d3077188c47550
|
||||
long_desc="
|
||||
libdvdnav is a library that allows easy use of sophisticated DVD navigation
|
||||
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 libdvdread-devel
|
||||
|
||||
pre_configure()
|
||||
{
|
||||
cd ${wrksrc} && autoreconf -vi
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user