From 550a595f97f833f962da48568e21fd70cd352c17 Mon Sep 17 00:00:00 2001 From: drochner Date: Mon, 19 Apr 2010 15:33:25 +0000 Subject: split out xine's v4l support --- multimedia/xine-v4l/DESCR | 7 +++++++ multimedia/xine-v4l/Makefile | 26 ++++++++++++++++++++++++++ multimedia/xine-v4l/PLIST | 2 ++ 3 files changed, 35 insertions(+) create mode 100644 multimedia/xine-v4l/DESCR create mode 100644 multimedia/xine-v4l/Makefile create mode 100644 multimedia/xine-v4l/PLIST (limited to 'multimedia/xine-v4l') diff --git a/multimedia/xine-v4l/DESCR b/multimedia/xine-v4l/DESCR new file mode 100644 index 00000000000..b8acce6eebc --- /dev/null +++ b/multimedia/xine-v4l/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 v4l input plugin for xine-lib. diff --git a/multimedia/xine-v4l/Makefile b/multimedia/xine-v4l/Makefile new file mode 100644 index 00000000000..02d6dc3a19e --- /dev/null +++ b/multimedia/xine-v4l/Makefile @@ -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 --git a/multimedia/xine-v4l/PLIST b/multimedia/xine-v4l/PLIST new file mode 100644 index 00000000000..a3388905155 --- /dev/null +++ b/multimedia/xine-v4l/PLIST @@ -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 -- cgit v1.2.3