diff options
author | drochner <drochner@pkgsrc.org> | 2012-03-24 13:21:43 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-03-24 13:21:43 +0000 |
commit | 5be3054107b8e361d28e081b4a4ffc0e363788a5 (patch) | |
tree | 8b4ad7429aa28599bab8379059e2d773686fb881 /multimedia/xine-v4l2 | |
parent | dbffc7900628d49043512153b29e969eb574ff1b (diff) | |
download | pkgsrc-5be3054107b8e361d28e081b4a4ffc0e363788a5.tar.gz |
fix duplication of v4l2 plugins, should fix DragonFly build (reported
by John Marino)
Diffstat (limited to 'multimedia/xine-v4l2')
-rw-r--r-- | multimedia/xine-v4l2/Makefile | 8 | ||||
-rw-r--r-- | multimedia/xine-v4l2/PLIST | 3 |
2 files changed, 8 insertions, 3 deletions
diff --git a/multimedia/xine-v4l2/Makefile b/multimedia/xine-v4l2/Makefile index 6d940576eb8..9790534accf 100644 --- a/multimedia/xine-v4l2/Makefile +++ b/multimedia/xine-v4l2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2011/11/17 18:22:27 drochner Exp $ +# $NetBSD: Makefile,v 1.5 2012/03/24 13:21:43 drochner Exp $ # PKG_DESTDIR_SUPPORT= user-destdir @@ -12,7 +12,8 @@ COMMENT= The v4l2 input plugin for xine-lib DEPENDS+= xine-lib>=1rc3a:../../multimedia/xine-lib BUILD_DIRS= ${WRKSRC}/src/input -CONFIGURE_ARGS+= --without-x +CONFIGURE_ARGS+= --without-x --disable-xinerama +CONFIGURE_ARGS+= --disable-vcd INSTALLATION_DIRS= lib/xine/plugins/${XINE_MOD_DIR_VER} @@ -20,6 +21,9 @@ do-install: cd ${WRKSRC}/src/input && \ ${LIBTOOL} --mode=install ${INSTALL_DATA} \ xineplug_inp_v4l2.la \ + ${DESTDIR}${PREFIX}/lib/xine/plugins/${XINE_MOD_DIR_VER}; \ + ${LIBTOOL} --mode=install ${INSTALL_DATA} \ + xineplug_inp_pvr.la \ ${DESTDIR}${PREFIX}/lib/xine/plugins/${XINE_MOD_DIR_VER} .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/multimedia/xine-v4l2/PLIST b/multimedia/xine-v4l2/PLIST index 15196781093..e7488c86d31 100644 --- a/multimedia/xine-v4l2/PLIST +++ b/multimedia/xine-v4l2/PLIST @@ -1,2 +1,3 @@ -@comment $NetBSD: PLIST,v 1.3 2011/11/17 18:22:27 drochner Exp $ +@comment $NetBSD: PLIST,v 1.4 2012/03/24 13:21:43 drochner Exp $ +lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_pvr.la lib/xine/plugins/${XINE_MOD_DIR_VER}/xineplug_inp_v4l2.la |