libdvdread 0.9.4, bookmark support.
This commit is contained in:
parent
47d8f7be77
commit
b43dade7cb
@ -1,8 +1,8 @@
|
||||
#$OpenBSD: Makefile,v 1.5 2002/12/29 20:19:11 fgsch Exp $
|
||||
#$OpenBSD: Makefile,v 1.6 2003/02/24 22:54:03 espie Exp $
|
||||
CATEGORIES= devel
|
||||
|
||||
COMMENT= "accessing DVD files"
|
||||
DISTNAME= libdvdread-0.9.3
|
||||
DISTNAME= libdvdread-0.9.4
|
||||
HOMEPAGE= http://www.dtek.chalmers.se/groups/dvd/
|
||||
MASTER_SITES= ${HOMEPAGE}dist/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (libdvdread-0.9.3.tar.gz) = 761db1225098c0834485396d9285e5ff
|
||||
RMD160 (libdvdread-0.9.3.tar.gz) = 5c2cc223eb19a938240228c3929d4d68aef98516
|
||||
SHA1 (libdvdread-0.9.3.tar.gz) = 8098fd5f03e3b521b58ac1a5eb838b2e5ceb0426
|
||||
MD5 (libdvdread-0.9.4.tar.gz) = 06353d7b14541ff8b431e69ad404db84
|
||||
RMD160 (libdvdread-0.9.4.tar.gz) = 9f7f82e14fb5d458686e5cb2e5f364bad19dd08e
|
||||
SHA1 (libdvdread-0.9.4.tar.gz) = a4b626e49ba8bd33857693c3abe8b34196bc3360
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-dvdread_dvd_input_c,v 1.1 2002/05/28 14:14:15 espie Exp $
|
||||
--- dvdread/dvd_input.c.orig Thu May 9 23:32:46 2002
|
||||
+++ dvdread/dvd_input.c Tue May 28 16:05:10 2002
|
||||
@@ -237,6 +237,32 @@ static int file_close(dvd_input_t dev)
|
||||
$OpenBSD: patch-dvdread_dvd_input_c,v 1.2 2003/02/24 22:54:03 espie Exp $
|
||||
--- dvdread/dvd_input.c.orig Thu Feb 13 22:48:24 2003
|
||||
+++ dvdread/dvd_input.c Mon Feb 24 23:37:30 2003
|
||||
@@ -257,6 +257,32 @@ static int file_close(dvd_input_t dev)
|
||||
return 0;
|
||||
}
|
||||
|
||||
@ -34,9 +34,9 @@ $OpenBSD: patch-dvdread_dvd_input_c,v 1.1 2002/05/28 14:14:15 espie Exp $
|
||||
|
||||
/**
|
||||
* Setup read functions with either libdvdcss or minimal DVD access.
|
||||
@@ -247,6 +273,10 @@ int DVDInputSetup(void)
|
||||
char **dvdcss_version = NULL;
|
||||
|
||||
@@ -275,6 +301,10 @@ int dvdinput_setup(void)
|
||||
#else
|
||||
/* dlopening libdvdcss */
|
||||
dvdcss_library = dlopen("libdvdcss.so.2", RTLD_LAZY);
|
||||
+#if defined(__OpenBSD__)
|
||||
+ if (!dvdcss_library)
|
||||
|
@ -1,3 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2002/05/28 14:14:15 espie Exp $
|
||||
lib/libdvdread.so.2.2
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.3 2003/02/24 22:54:03 espie Exp $
|
||||
lib/libdvdread.so.3.0
|
||||
DYNLIBDIR(%D/lib)
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2002/05/28 14:14:15 espie Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2003/02/24 22:54:03 espie Exp $
|
||||
include/dvdread/dvd_reader.h
|
||||
include/dvdread/ifo_print.h
|
||||
include/dvdread/ifo_read.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user