1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

New port libdvdplay version 1.0.0: Portable abstraction library for

DVD navigation
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2003-02-08 01:12:08 +00:00
parent 98639dd3e6
commit b97da0c710
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75077
7 changed files with 62 additions and 0 deletions

View File

@ -18,6 +18,7 @@
SUBDIR += libdivxencore
SUBDIR += libdv
SUBDIR += libdvdcss
SUBDIR += libdvdplay
SUBDIR += libdvdread
SUBDIR += libmovtar
SUBDIR += libmpeg2

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: libdvdplay
# Date created: Sat Feb 8 00:47:21 UTC 2003
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libdvdplay
PORTVERSION= 1.0.0
CATEGORIES= multimedia
MASTER_SITES= http://www.videolan.org/pub/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTVERSION}
MAINTAINER= lioux@FreeBSD.org
LIB_DEPENDS= dvdread.2:${PORTSDIR}/multimedia/libdvdread
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-dvdread-tree=${LOCALBASE}/include
INSTALLS_SHLIB= yes
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (libdvdplay-1.0.0.tar.bz2) = a4f01a198840505eebb2717155089037

View File

@ -0,0 +1,16 @@
--- ltmain.sh.orig Tue Apr 16 17:17:17 2002
+++ ltmain.sh Tue Apr 16 17:17:55 2002
@@ -4246,11 +4246,13 @@
IFS="$save_ifs"
fi
+ if /usr/bin/false; then
# Install the pseudo-library for information purposes.
name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
instname="$dir/$name"i
$show "$install_prog $instname $destdir/$name"
$run eval "$install_prog $instname $destdir/$name" || exit $?
+ fi
# Maybe install the static library, too.
test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"

View File

@ -0,0 +1 @@
Portable abstraction library for DVD navigation

View File

@ -0,0 +1,12 @@
[ excerpt from developers' README ]
libdvdplay is an attempt to make a library from ogle dvd navigation
code so that a simple API provides access to both DVD Video data
and DVD information to a reader application.
libdvdplay is a layer over libdvdread. As a consequence it provides
read, seek for DVD media. But it also provides the client application
with a set of access functions needed to create an interface for
the DVD reader (audio, subtitles, titles ...).
WWW: http://developers.videolan.org/libdvdplay/

View File

@ -0,0 +1,8 @@
include/dvdplay/dvdplay.h
include/dvdplay/info.h
include/dvdplay/nav.h
include/dvdplay/state.h
lib/libdvdplay.a
lib/libdvdplay.so
lib/libdvdplay.so.0
@dirrm include/dvdplay