e9fe984acd
Thank you Joerg! Bump PKREVISION for these. Also use --without-forced-embedded-ffmpeg (even though it is the default when the ffmpeg is detected). TODO: just use a common patches directory for these two packages.
16 lines
391 B
Makefile
16 lines
391 B
Makefile
# $NetBSD: Makefile,v 1.6 2006/05/17 01:53:18 reed Exp $
|
|
#
|
|
|
|
.include "../../x11/xvidcap/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-gtk2-/}
|
|
PKGREVISION= 4
|
|
COMMENT= Capture X display to individual frames or MPEG video (GTK2 version)
|
|
|
|
CONFLICTS+= xvidcap<1.1.3nb3
|
|
|
|
CONFIGURE_ARGS+= --with-gtk2
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|