diff options
author | drochner <drochner@pkgsrc.org> | 2010-04-19 15:33:25 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2010-04-19 15:33:25 +0000 |
commit | 550a595f97f833f962da48568e21fd70cd352c17 (patch) | |
tree | 9d22792d2d7af49c65d0897f457df39c1e988a13 /multimedia/xine-v4l | |
parent | 8c2e8eb062cf8280d3b63d4836873605708fb1e7 (diff) | |
download | pkgsrc-550a595f97f833f962da48568e21fd70cd352c17.tar.gz |
split out xine's v4l support
Diffstat (limited to 'multimedia/xine-v4l')
-rw-r--r-- | multimedia/xine-v4l/DESCR | 7 | ||||
-rw-r--r-- | multimedia/xine-v4l/Makefile | 26 | ||||
-rw-r--r-- | multimedia/xine-v4l/PLIST | 2 |
3 files changed, 35 insertions, 0 deletions
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 |