pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xine-xcb add the "xine-xcb" plugin for xine-lib, f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2adfd98d4532
branches:  trunk
changeset: 556912:2adfd98d4532
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Apr 06 11:37:13 2009 +0000

description:
add the "xine-xcb" plugin for xine-lib, from Mark Davies per pkgsrc-wip
(needed for KDE4)

diffstat:

 x11/xine-xcb/DESCR    |   7 +++++++
 x11/xine-xcb/Makefile |  29 +++++++++++++++++++++++++++++
 x11/xine-xcb/PLIST    |   3 +++
 3 files changed, 39 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r 100447b1a630 -r 2adfd98d4532 x11/xine-xcb/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xine-xcb/DESCR        Mon Apr 06 11:37:13 2009 +0000
@@ -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 -r 100447b1a630 -r 2adfd98d4532 x11/xine-xcb/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xine-xcb/Makefile     Mon Apr 06 11:37:13 2009 +0000
@@ -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 -r 100447b1a630 -r 2adfd98d4532 x11/xine-xcb/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xine-xcb/PLIST        Mon Apr 06 11:37:13 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index