ab26aff16f
0.9.3: - optionally use libv4l to support more cameras - fix installation directory of plugins for x64 systems - fix scaling of ogg/theora video - use categories for v4l2 properties 0.9.2: - Severall small bug fixes and improvements ( see ChangeLog ) - The EeePC packages got updated
37 lines
1.1 KiB
Makefile
37 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.5 2009/01/08 01:08:37 jmcneill Exp $
|
|
|
|
DISTNAME= unicap-0.9.3
|
|
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 msgfmt
|
|
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"
|