pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/multimedia split out xine's v4l support
details: https://anonhg.NetBSD.org/pkgsrc/rev/505424fe8d4b
branches: trunk
changeset: 574542:505424fe8d4b
user: drochner <drochner%pkgsrc.org@localhost>
date: Mon Apr 19 15:33:25 2010 +0000
description:
split out xine's v4l support
diffstat:
multimedia/xine-v4l/DESCR | 7 +++++++
multimedia/xine-v4l/Makefile | 26 ++++++++++++++++++++++++++
multimedia/xine-v4l/PLIST | 2 ++
multimedia/xine-v4l2/DESCR | 7 +++++++
multimedia/xine-v4l2/Makefile | 26 ++++++++++++++++++++++++++
multimedia/xine-v4l2/PLIST | 2 ++
6 files changed, 70 insertions(+), 0 deletions(-)
diffs (94 lines):
diff -r 237b67b96420 -r 505424fe8d4b multimedia/xine-v4l/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/xine-v4l/DESCR Mon Apr 19 15:33:25 2010 +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 v4l input plugin for xine-lib.
diff -r 237b67b96420 -r 505424fe8d4b multimedia/xine-v4l/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/xine-v4l/Makefile Mon Apr 19 15:33:25 2010 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2010/04/19 15:33:25 drochner Exp $
+#
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../multimedia/xine-lib/Makefile.common"
+
+PKGNAME= ${XINE_PKGNAME:S/lib/v4l2/}
+CATEGORIES= multimedia
+COMMENT= The v4l input plugin for xine-lib
+
+DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib
+
+BUILD_DIRS= ${WRKSRC}/src/input
+CONFIGURE_ARGS+= --without-x
+
+INSTALLATION_DIRS= lib/xine/plugins/${XINE_MOD_DIR_VER}
+
+do-install:
+ cd ${WRKSRC}/src/input && \
+ ${LIBTOOL} --mode=install ${INSTALL_DATA} \
+ xineplug_inp_v4l.la \
+ ${DESTDIR}${PREFIX}/lib/xine/plugins/${XINE_MOD_DIR_VER}
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 237b67b96420 -r 505424fe8d4b multimedia/xine-v4l/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/xine-v4l/PLIST Mon Apr 19 15:33:25 2010 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2010/04/19 15:33:25 drochner Exp $
+lib/xine/plugins/1.28/xineplug_inp_v4l.la
diff -r 237b67b96420 -r 505424fe8d4b multimedia/xine-v4l2/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/xine-v4l2/DESCR Mon Apr 19 15:33:25 2010 +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 v4l2 input plugin for xine-lib.
diff -r 237b67b96420 -r 505424fe8d4b multimedia/xine-v4l2/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/xine-v4l2/Makefile Mon Apr 19 15:33:25 2010 +0000
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2010/04/19 15:33:25 drochner Exp $
+#
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../multimedia/xine-lib/Makefile.common"
+
+PKGNAME= ${XINE_PKGNAME:S/lib/v4l2/}
+CATEGORIES= multimedia
+COMMENT= The v4l2 input plugin for xine-lib
+
+DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib
+
+BUILD_DIRS= ${WRKSRC}/src/input
+CONFIGURE_ARGS+= --without-x
+
+INSTALLATION_DIRS= lib/xine/plugins/${XINE_MOD_DIR_VER}
+
+do-install:
+ cd ${WRKSRC}/src/input && \
+ ${LIBTOOL} --mode=install ${INSTALL_DATA} \
+ xineplug_inp_v4l2.la \
+ ${DESTDIR}${PREFIX}/lib/xine/plugins/${XINE_MOD_DIR_VER}
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 237b67b96420 -r 505424fe8d4b multimedia/xine-v4l2/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/multimedia/xine-v4l2/PLIST Mon Apr 19 15:33:25 2010 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2010/04/19 15:33:25 drochner Exp $
+lib/xine/plugins/1.28/xineplug_inp_v4l2.la
Home |
Main Index |
Thread Index |
Old Index