From 43c48572819d616605463d861fe8db0b6f3530cf Mon Sep 17 00:00:00 2001 From: branch-fixup Date: Wed, 17 Sep 2008 15:28:16 +0000 Subject: [PATCH] Add files from parent branch HEAD: graphics/unicap/Makefile --- graphics/unicap/Makefile | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 graphics/unicap/Makefile diff --git a/graphics/unicap/Makefile b/graphics/unicap/Makefile new file mode 100644 index 00000000000..9f783dbc8b4 --- /dev/null +++ b/graphics/unicap/Makefile @@ -0,0 +1,37 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/09/09 11:50:18 jmcneill Exp $ + +DISTNAME= unicap-0.9.1 +CATEGORIES= graphics +MASTER_SITES= http://unicap-imaging.org/downloads/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://unicap-imaging.org/ +COMMENT= Uniform interface to video capture devices + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_TOOLS+= perl pkg-config gmake intltool +USE_LIBTOOL= yes +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes + +CONFIGURE_ARGS+= --disable-v4l +CONFIGURE_ARGS+= --disable-vid21394 +CONFIGURE_ARGS+= --enable-ucil-theora +#CONFIGURE_ARGS+= --enable-ucil-avcodec + +.if exists(/usr/include/sys/videoio.h) +CONFIGURE_ARGS+= --enable-v4l2 +.else +CONFIGURE_ARGS+= --disable-v4l2 +.endif + +.include "../../devel/pango/buildlink3.mk" +.include "../../graphics/png/buildlink3.mk" +#.include "../../multimedia/ffmpeg/buildlink3.mk" +.include "../../multimedia/libtheora/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" +.include "../../x11/libICE/buildlink3.mk" +.include "../../x11/libXv/buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" -- 2.41.0