access to dvds without getting through the isofs, which is currently too
slow.
This commit is contained in:
parent
efd4dbf618
commit
3e5e9f6c9a
20
devel/libdvdread/Makefile
Normal file
20
devel/libdvdread/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
#$OpenBSD: Makefile,v 1.1.1.1 2001/10/14 15:24:50 espie Exp $
|
||||
CATEGORIES= devel
|
||||
NEED_VERSION= 1.474
|
||||
|
||||
COMMENT= "accessing DVD files"
|
||||
DISTNAME= libdvdread-0.9.2
|
||||
MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/
|
||||
HOMEPAGE= http://www.dtek.chalmers.se/groups/dvd/
|
||||
|
||||
MAINTAINER= Marc Espie <espie@openbsd.org>
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
# GPL
|
||||
PERMIT_DISTFILES_CDROM=Yes
|
||||
PERMIT_DISTFILES_FTP=Yes
|
||||
PERMIT_PACKAGE_CDROM=Yes
|
||||
PERMIT_PACKAGE_FTP=Yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/libdvdread/files/md5
Normal file
3
devel/libdvdread/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (libdvdread-0.9.2.tar.gz) = 8898bad22d8183233f5c3d814fff5151
|
||||
RMD160 (libdvdread-0.9.2.tar.gz) = 55f8694d3e90c1abb562a644d6e9a26a20f15130
|
||||
SHA1 (libdvdread-0.9.2.tar.gz) = 68fbd4a583b82b052f8a766c918f7814e805ae28
|
19
devel/libdvdread/pkg/DESCR
Normal file
19
devel/libdvdread/pkg/DESCR
Normal file
@ -0,0 +1,19 @@
|
||||
libdvdread provides a simple foundation for reading DVD-Video images.
|
||||
It offers DVD applications:
|
||||
|
||||
1. A simple abstraction for reading the files on a DVD image
|
||||
(dvd_reader.h).
|
||||
2. A simple library for parsing the information (IFO) files
|
||||
(ifo_read.h/ifo_types.h).
|
||||
3. A simple library for parsing the navigation (NAV) packets
|
||||
(nav_read.h/nav_types.h).
|
||||
|
||||
This allows application designers to access some of the more advanced
|
||||
features of the DVD format.
|
||||
|
||||
libdvdread currently uses libdl to dynamically probe for libdvdcss at
|
||||
runtime. If libdvdcss is found, then it will be used to decrypt the
|
||||
encrypted sections of a DVD.
|
||||
|
||||
|
||||
WWW: ${HOMEPAGE}
|
3
devel/libdvdread/pkg/PFRAG.shared
Normal file
3
devel/libdvdread/pkg/PFRAG.shared
Normal file
@ -0,0 +1,3 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2001/10/14 15:24:50 espie Exp $
|
||||
lib/libdvdread.so.2.1
|
||||
DYNLIBDIR(%D/lib)
|
12
devel/libdvdread/pkg/PLIST
Normal file
12
devel/libdvdread/pkg/PLIST
Normal file
@ -0,0 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/10/14 15:24:50 espie Exp $
|
||||
include/dvdread/dvd_reader.h
|
||||
include/dvdread/ifo_print.h
|
||||
include/dvdread/ifo_read.h
|
||||
include/dvdread/ifo_types.h
|
||||
include/dvdread/nav_print.h
|
||||
include/dvdread/nav_read.h
|
||||
include/dvdread/nav_types.h
|
||||
lib/libdvdread.a
|
||||
lib/libdvdread.la
|
||||
%%SHARED%%
|
||||
@dirrm include/dvdread
|
Loading…
Reference in New Issue
Block a user