diff options
author | nobutaka <nobutaka@FreeBSD.org> | 2001-11-30 20:19:16 +0000 |
---|---|---|
committer | nobutaka <nobutaka@FreeBSD.org> | 2001-11-30 20:19:16 +0000 |
commit | e620fef38b92ff56483b4a462b9d14201a08ec07 (patch) | |
tree | 8b88f623d371227c699477d15b12f9e91bb5025f /graphics | |
parent | 53d74751dc145e2db5ca7f25e9c4534014c1e0a1 (diff) | |
download | FreeBSD-ports-e620fef38b92ff56483b4a462b9d14201a08ec07.zip FreeBSD-ports-e620fef38b92ff56483b4a462b9d14201a08ec07.tar.gz |
Add xine_d4d_plugin, a DVD input plugin for xine.
Submitted by: HIYAMA Takeshi <gibbon@cocoa.freemail.ne.jp>
Obtained from: ports-jp mailing list
Reviewed by: knu
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/xine_d4d_plugin/Makefile | 24 | ||||
-rw-r--r-- | graphics/xine_d4d_plugin/distinfo | 1 | ||||
-rw-r--r-- | graphics/xine_d4d_plugin/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/xine_d4d_plugin/pkg-descr | 3 | ||||
-rw-r--r-- | graphics/xine_d4d_plugin/pkg-message | 11 | ||||
-rw-r--r-- | graphics/xine_d4d_plugin/pkg-plist | 3 |
7 files changed, 44 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 37069b9..4d281f2 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -320,6 +320,7 @@ SUBDIR += xfractint SUBDIR += xgrasp SUBDIR += xine + SUBDIR += xine_d4d_plugin SUBDIR += xli SUBDIR += xmagv SUBDIR += xmandel diff --git a/graphics/xine_d4d_plugin/Makefile b/graphics/xine_d4d_plugin/Makefile new file mode 100644 index 0000000..755472e --- /dev/null +++ b/graphics/xine_d4d_plugin/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: xine_d4d_plugin +# Date created: 28 Aug 2001 +# Whom: HIYAMA Takeshi <gibbon@cocoa.freemail.ne.jp> +# +# $FreeBSD$ +# + +PORTNAME= xine_d4d_plugin +PORTVERSION= 0.3.0 +CATEGORIES= graphics +MASTER_SITES= http://www.geocities.com/captain_css/ + +MAINTAINER= gibbon@cocoa.freemail.ne.jp + +LIB_DEPENDS= xine.5:${PORTSDIR}/graphics/libxine + +GNU_CONFIGURE= yes +USE_X_PREFIX= yes +INSTALLS_SHLIB= yes + +post-install: + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/graphics/xine_d4d_plugin/distinfo b/graphics/xine_d4d_plugin/distinfo new file mode 100644 index 0000000..00e57d8 --- /dev/null +++ b/graphics/xine_d4d_plugin/distinfo @@ -0,0 +1 @@ +MD5 (xine_d4d_plugin-0.3.0.tar.gz) = 5d9d4f35571505a79b5f6dc81c03c82e diff --git a/graphics/xine_d4d_plugin/pkg-comment b/graphics/xine_d4d_plugin/pkg-comment new file mode 100644 index 0000000..a573f78 --- /dev/null +++ b/graphics/xine_d4d_plugin/pkg-comment @@ -0,0 +1 @@ +A dvd input plugin for xine diff --git a/graphics/xine_d4d_plugin/pkg-descr b/graphics/xine_d4d_plugin/pkg-descr new file mode 100644 index 0000000..c2b5c41 --- /dev/null +++ b/graphics/xine_d4d_plugin/pkg-descr @@ -0,0 +1,3 @@ +A dvd input plugin for xine. + +WWW: http://www.geocities.com/captain_css/ diff --git a/graphics/xine_d4d_plugin/pkg-message b/graphics/xine_d4d_plugin/pkg-message new file mode 100644 index 0000000..50fce67 --- /dev/null +++ b/graphics/xine_d4d_plugin/pkg-message @@ -0,0 +1,11 @@ +********************************************************** +* Before using xine_d4d_plugin, you must create symbolic * +* links to specify the device nodes of your DVD drive. * +* * +* example: * +* ln -s /dev/acd0c /dev/dvd * +* ln -s /dev/racd0c /dev/rdvd (on -stable) * +* * +* ln -s /dev/acd0c /dev/dvd * +* ln -s /dev/acd0c /dev/rdvd (on -current) * +********************************************************** diff --git a/graphics/xine_d4d_plugin/pkg-plist b/graphics/xine_d4d_plugin/pkg-plist new file mode 100644 index 0000000..6ff9851 --- /dev/null +++ b/graphics/xine_d4d_plugin/pkg-plist @@ -0,0 +1,3 @@ +lib/xine/plugins/xineplug_inp_d4d.la +lib/xine/plugins/xineplug_inp_d4d.so +@unexec rmdir %D/lib/xine/plugins 2>/dev/null || true |