libdvdread: adopted, updated to version 0.9.7

This commit is contained in:
Matt Housh 2006-10-10 03:27:30 +00:00
parent 555166b9a5
commit a992834dc3
3 changed files with 11 additions and 12 deletions

View File

@ -12,6 +12,6 @@ drwxr-xr-x root/root usr/include/dvdread/
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libdvdread.a
-rwxr-xr-x root/root usr/lib/libdvdread.la
lrwxrwxrwx root/root usr/lib/libdvdread.so -> libdvdread.so.3.2.0
lrwxrwxrwx root/root usr/lib/libdvdread.so.3 -> libdvdread.so.3.2.0
-rwxr-xr-x root/root usr/lib/libdvdread.so.3.2.0
lrwxrwxrwx root/root usr/lib/libdvdread.so -> libdvdread.so.3.2.1
lrwxrwxrwx root/root usr/lib/libdvdread.so.3 -> libdvdread.so.3.2.1
-rwxr-xr-x root/root usr/lib/libdvdread.so.3.2.1

View File

@ -1 +1 @@
329401b84ad0b00aaccaad58f2fc393c libdvdread-0.9.6.tar.gz
078788c9241ae16763529e1235502337 libdvdread-0.9.7.tar.gz

View File

@ -1,16 +1,15 @@
# Description: Add's dvd support to mplayer and Xine
# Description: A simple foundation for reading DVD discs
# URL: http://www.dtek.chalmers.se/groups/dvd
# Maintainer: sten, nick dot steeves at shaw dot ca
# Packager:
# Maintainer: Matt Housh, jaeger at crux dot nu
name=libdvdread
version=0.9.6
version=0.9.7
release=1
source=(http://www.dtek.chalmers.se/groups/dvd/dist/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}