aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2001-12-01 04:19:16 +0800
committernobutaka <nobutaka@FreeBSD.org>2001-12-01 04:19:16 +0800
commite620fef38b92ff56483b4a462b9d14201a08ec07 (patch)
tree8b88f623d371227c699477d15b12f9e91bb5025f /multimedia
parent53d74751dc145e2db5ca7f25e9c4534014c1e0a1 (diff)
downloadfreebsd-ports-gnome-e620fef38b92ff56483b4a462b9d14201a08ec07.tar.gz
freebsd-ports-gnome-e620fef38b92ff56483b4a462b9d14201a08ec07.tar.zst
freebsd-ports-gnome-e620fef38b92ff56483b4a462b9d14201a08ec07.zip
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 'multimedia')
-rw-r--r--multimedia/xine_d4d_plugin/Makefile24
-rw-r--r--multimedia/xine_d4d_plugin/distinfo1
-rw-r--r--multimedia/xine_d4d_plugin/pkg-comment1
-rw-r--r--multimedia/xine_d4d_plugin/pkg-descr3
-rw-r--r--multimedia/xine_d4d_plugin/pkg-message11
-rw-r--r--multimedia/xine_d4d_plugin/pkg-plist3
6 files changed, 43 insertions, 0 deletions
diff --git a/multimedia/xine_d4d_plugin/Makefile b/multimedia/xine_d4d_plugin/Makefile
new file mode 100644
index 000000000000..755472e9ea86
--- /dev/null
+++ b/multimedia/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/multimedia/xine_d4d_plugin/distinfo b/multimedia/xine_d4d_plugin/distinfo
new file mode 100644
index 000000000000..00e57d8df6b7
--- /dev/null
+++ b/multimedia/xine_d4d_plugin/distinfo
@@ -0,0 +1 @@
+MD5 (xine_d4d_plugin-0.3.0.tar.gz) = 5d9d4f35571505a79b5f6dc81c03c82e
diff --git a/multimedia/xine_d4d_plugin/pkg-comment b/multimedia/xine_d4d_plugin/pkg-comment
new file mode 100644
index 000000000000..a573f7873fc8
--- /dev/null
+++ b/multimedia/xine_d4d_plugin/pkg-comment
@@ -0,0 +1 @@
+A dvd input plugin for xine
diff --git a/multimedia/xine_d4d_plugin/pkg-descr b/multimedia/xine_d4d_plugin/pkg-descr
new file mode 100644
index 000000000000..c2b5c41aa305
--- /dev/null
+++ b/multimedia/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/multimedia/xine_d4d_plugin/pkg-message b/multimedia/xine_d4d_plugin/pkg-message
new file mode 100644
index 000000000000..50fce67e8b50
--- /dev/null
+++ b/multimedia/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/multimedia/xine_d4d_plugin/pkg-plist b/multimedia/xine_d4d_plugin/pkg-plist
new file mode 100644
index 000000000000..6ff9851fb2c5
--- /dev/null
+++ b/multimedia/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