forked from ports/contrib
libdvdread: new dependncy for libdvdnav
This commit is contained in:
parent
d2b71d4820
commit
7a2e6a8a8f
libdvdread
24
libdvdread/.footprint
Normal file
24
libdvdread/.footprint
Normal file
@ -0,0 +1,24 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/dvdread-config
|
||||
drwxr-xr-x root/root usr/include/
|
||||
drwxr-xr-x root/root usr/include/dvdread/
|
||||
-rw-r--r-- root/root usr/include/dvdread/bitreader.h
|
||||
-rw-r--r-- root/root usr/include/dvdread/dvd_reader.h
|
||||
-rw-r--r-- root/root usr/include/dvdread/dvd_udf.h
|
||||
-rw-r--r-- root/root usr/include/dvdread/ifo_print.h
|
||||
-rw-r--r-- root/root usr/include/dvdread/ifo_read.h
|
||||
-rw-r--r-- root/root usr/include/dvdread/ifo_types.h
|
||||
-rw-r--r-- root/root usr/include/dvdread/nav_print.h
|
||||
-rw-r--r-- root/root usr/include/dvdread/nav_read.h
|
||||
-rw-r--r-- root/root usr/include/dvdread/nav_types.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rwxr-xr-x root/root usr/lib/libdvdread.la
|
||||
lrwxrwxrwx root/root usr/lib/libdvdread.so -> libdvdread.so.4.1.2
|
||||
lrwxrwxrwx root/root usr/lib/libdvdread.so.4 -> libdvdread.so.4.1.2
|
||||
-rwxr-xr-x root/root usr/lib/libdvdread.so.4.1.2
|
||||
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||
-rw-r--r-- root/root usr/lib/pkgconfig/dvdread.pc
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/aclocal/
|
||||
-rw-r--r-- root/root usr/share/aclocal/dvdread.m4
|
1
libdvdread/.md5sum
Normal file
1
libdvdread/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
593af2ff8167b0dc6d599ae408bf1e19 libdvdread-20090202-r1166.tar.bz2
|
23
libdvdread/Pkgfile
Normal file
23
libdvdread/Pkgfile
Normal file
@ -0,0 +1,23 @@
|
||||
# Description: DVD reading library.
|
||||
# URL: http://dvd.sourceforge.net/
|
||||
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
|
||||
# Packager: Danny Rawlins, monster dot romster at gmail dot com
|
||||
# Depends on: libdvdcss
|
||||
|
||||
name=libdvdread
|
||||
version=20090202
|
||||
release=1
|
||||
source=(http://www.dcaf-security.org/distfiles/$name-$version-r1166.tar.bz2)
|
||||
|
||||
build() {
|
||||
cd $name
|
||||
autoreconf -i
|
||||
rm -r missing
|
||||
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=/usr/man \
|
||||
--disable-dependency-tracking
|
||||
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user