libdvdread: update to 4.2.0.
This commit is contained in:
parent
288c781f69
commit
37401db33b
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
|
||||
Add_dependency run glibc-devel
|
||||
Add_dependency run libdvdread
|
||||
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
# Template file for 'libdvdread'
|
||||
pkgname=libdvdread
|
||||
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="DVD access library"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=07c39907beccd141adb710403c4704a1e1fe2f3f61d1e5a74fc5bcb7679819b4
|
||||
license="GPL-2"
|
||||
checksum=0bea15da842a4b04a482b009d72dcc6d9c9524ccc1bf67e5748319ec5ada8097
|
||||
long_desc="
|
||||
libdvdread is a library that provides an interface to make life
|
||||
for programs that access DVDs a little easier."
|
||||
|
@ -14,7 +15,6 @@ long_desc="
|
|||
subpackages="$pkgname-devel"
|
||||
Add_dependency build automake
|
||||
|
||||
pre_configure()
|
||||
{
|
||||
cd ${wrksrc} && autoreconf -vi
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user