summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authordrochner <drochner>2009-04-06 11:37:13 +0000
committerdrochner <drochner>2009-04-06 11:37:13 +0000
commit39f1bbb2ef026e571f78233064eb626d70198153 (patch)
tree18229e8bb057326e47f9998c053076d6b873f778 /x11
parent853c10b00915dc31d04abc4398d0750576362a12 (diff)
downloadpkgsrc-39f1bbb2ef026e571f78233064eb626d70198153.tar.gz
add the "xine-xcb" plugin for xine-lib, from Mark Davies per pkgsrc-wip
(needed for KDE4)
Diffstat (limited to 'x11')
-rw-r--r--x11/xine-xcb/DESCR7
-rw-r--r--x11/xine-xcb/Makefile29
-rw-r--r--x11/xine-xcb/PLIST3
3 files changed, 39 insertions, 0 deletions
diff --git a/x11/xine-xcb/DESCR b/x11/xine-xcb/DESCR
new file mode 100644
index 00000000000..c831f005775
--- /dev/null
+++ b/x11/xine-xcb/DESCR
@@ -0,0 +1,7 @@
+Xine is a free multimedia player library for playing back CDs, DVDs,
+and VCDs. It also decodes multimedia files like AVI, MOV, WMV, and MP3
+from local disk drives, and displays multimedia streamed over the
+Internet. It interprets many of the most common multimedia formats
+available -- and some of the most uncommon formats, too.
+
+This package provides the XCB video output plugins for xine-lib.
diff --git a/x11/xine-xcb/Makefile b/x11/xine-xcb/Makefile
new file mode 100644
index 00000000000..84980366400
--- /dev/null
+++ b/x11/xine-xcb/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/04/06 11:37:13 drochner Exp $
+#
+
+.include "../../multimedia/xine-lib/Makefile.common"
+
+PKGNAME= ${XINE_PKGNAME:S/lib/xcb/}
+CATEGORIES= multimedia
+COMMENT= The XCB video output plugins for xine-lib
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib
+
+BUILD_DIRS= ${WRKSRC}/src/video_out
+CONFIGURE_ARGS+= --with-xcb
+CONFIGURE_ARGS+= --without-x
+
+INSTALLATION_DIRS= lib/xine/plugins/${XINE_MOD_DIR_VER}
+
+do-install:
+ cd ${WRKSRC}/src/video_out && \
+ ${LIBTOOL} --mode=install ${INSTALL_DATA} \
+ xineplug_vo_out_xcbshm.la ${DESTDIR}${PREFIX}/lib/xine/plugins/${XINE_MOD_DIR_VER}
+ cd ${WRKSRC}/src/video_out && \
+ ${LIBTOOL} --mode=install ${INSTALL_DATA} \
+ xineplug_vo_out_xcbxv.la ${DESTDIR}${PREFIX}/lib/xine/plugins/${XINE_MOD_DIR_VER}
+
+.include "../../x11/libxcb/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/x11/xine-xcb/PLIST b/x11/xine-xcb/PLIST
new file mode 100644
index 00000000000..c27d16a2b21
--- /dev/null
+++ b/x11/xine-xcb/PLIST
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/04/06 11:37:13 drochner Exp $
+lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_vo_out_xcbshm.la
+lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_vo_out_xcbxv.la