summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorMANTANI Nobutaka <nobutaka@FreeBSD.org>2001-11-30 20:19:16 +0000
committerMANTANI Nobutaka <nobutaka@FreeBSD.org>2001-11-30 20:19:16 +0000
commit5c64c97799e8bd1ee627797067b4622bec425515 (patch)
tree52422272928fe236b748767225da68c0f58299b3 /graphics
parentUpdate xine and libxine to 0.9.6. (diff)
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
Notes
Notes: svn path=/head/; revision=50774
Diffstat (limited to 'graphics')
-rw-r--r--graphics/Makefile1
-rw-r--r--graphics/xine_d4d_plugin/Makefile24
-rw-r--r--graphics/xine_d4d_plugin/distinfo1
-rw-r--r--graphics/xine_d4d_plugin/pkg-comment1
-rw-r--r--graphics/xine_d4d_plugin/pkg-descr3
-rw-r--r--graphics/xine_d4d_plugin/pkg-message11
-rw-r--r--graphics/xine_d4d_plugin/pkg-plist3
7 files changed, 44 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 37069b92144f..4d281f21a3b5 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 000000000000..755472e9ea86
--- /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 000000000000..00e57d8df6b7
--- /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 000000000000..a573f7873fc8
--- /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 000000000000..c2b5c41aa305
--- /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 000000000000..50fce67e8b50
--- /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 000000000000..6ff9851fb2c5
--- /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