mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
libdvdread: update to 4.2.0.
This commit is contained in:
parent
288c781f69
commit
37401db33b
2 changed files with 7 additions and 9 deletions
|
@ -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 glibc-devel
|
Add_dependency run glibc-devel
|
||||||
Add_dependency run libdvdread
|
Add_dependency run libdvdread
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,13 @@
|
||||||
# Template file for 'libdvdread'
|
# Template file for 'libdvdread'
|
||||||
pkgname=libdvdread
|
pkgname=libdvdread
|
||||||
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="DVD access library"
|
short_desc="DVD access library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=07c39907beccd141adb710403c4704a1e1fe2f3f61d1e5a74fc5bcb7679819b4
|
license="GPL-2"
|
||||||
|
checksum=0bea15da842a4b04a482b009d72dcc6d9c9524ccc1bf67e5748319ec5ada8097
|
||||||
long_desc="
|
long_desc="
|
||||||
libdvdread is a library that provides an interface to make life
|
libdvdread is a library that provides an interface to make life
|
||||||
for programs that access DVDs a little easier."
|
for programs that access DVDs a little easier."
|
||||||
|
@ -14,7 +15,6 @@ long_desc="
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
Add_dependency build automake
|
Add_dependency build automake
|
||||||
|
|
||||||
pre_configure()
|
pre_configure() {
|
||||||
{
|
./autogen.sh
|
||||||
cd ${wrksrc} && autoreconf -vi
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue