1
0
forked from ports/contrib

libdvdread: 4.2.0 -> 6.0.2

This commit is contained in:
Danny Rawlins 2019-10-14 19:32:50 +11:00
parent 07e2f42110
commit 9aff19bcc7
3 changed files with 16 additions and 18 deletions

View File

@ -1,6 +1,4 @@
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
@ -12,13 +10,13 @@ drwxr-xr-x root/root usr/include/dvdread/
-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
-rw-r--r-- root/root usr/include/dvdread/version.h
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.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
lrwxrwxrwx root/root usr/lib/libdvdread.so -> libdvdread.so.7.0.0
lrwxrwxrwx root/root usr/lib/libdvdread.so.7 -> libdvdread.so.7.0.0
-rwxr-xr-x root/root usr/lib/libdvdread.so.7.0.0
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

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF32ZTpxN3TWHIC5f6VMgb0SYDCEnps3Sqwgm5Eih7xR7xxhDAcMuVQCI1/7c+8OnFFkPfqRac+4f3c9k0urXYrw8=
SHA256 (Pkgfile) = 7e51c278619d49ec325131a237cc194c5f7ab61a18eb8f914fb01fb8edd9577c
SHA256 (.footprint) = 8490348d40e83e0bb4c5a017011e513206873c4276a2ea4248201fca657b6e62
SHA256 (libdvdread-4.2.0.tar.bz2) = 0bea15da842a4b04a482b009d72dcc6d9c9524ccc1bf67e5748319ec5ada8097
RWSagIOpLGJF343jGTyoENd2T4wQ6cTJ469/O0YgE8PCp/s9ryoEBR5sJTG292a1j59oqKTRbsHIKpnm0gfjc30bjFWc3VFNZAY=
SHA256 (Pkgfile) = a57271fdbaf304d8d78e848542ac9cb6b98cbbd49a8fbcbff66a13f4e4916c96
SHA256 (.footprint) = d9f20e45d76bc4009ec616799273f659cb473b70902f62f73cd3416853cd1b74
SHA256 (libdvdread-6.0.2.tar.bz2) = f91401af213b219cdde24b46c50a57f29301feb7f965678f1d7ed4632cc6feb0

View File

@ -1,13 +1,12 @@
# Description: DVD reading library.
# URL: http://dvdnav.mplayerhq.hu
# URL: https://www.videolan.org/developers/libdvdread.html
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Danny Rawlins, crux at romster dot me
# Depends on: libdvdcss
name=libdvdread
version=4.2.0
version=6.0.2
release=1
source=(http://dvdnav.mplayerhq.hu/releases/$name-$version.tar.bz2)
source=(https://download.videolan.org/pub/videolan/$name/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
@ -16,9 +15,10 @@ build() {
./configure \
--prefix=/usr \
--mandir=/usr/man \
--disable-dependency-tracking
--disable-apidoc
make CFLAGS="$CFLAGS"
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share/doc
}