pkgsrc/x11/xvidcap-gtk2/Makefile
reed e9fe984acd Add patch for ffmpeg update. And update patch for png update.
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.
2006-05-17 01:53:17 +00:00

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"