diff options
author | reed <reed@pkgsrc.org> | 2005-01-12 19:52:37 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-01-12 19:52:37 +0000 |
commit | 371119538435ecdeee5bcfc91c14b8739d71ea9a (patch) | |
tree | 3f5deb580341b8dc63cb4d1eacd6e791c0dc2fd7 /x11/xvidcap-gtk2/Makefile | |
parent | c8b6109e7e274bc488e282d3cd8ba0f557cd029f (diff) | |
download | pkgsrc-371119538435ecdeee5bcfc91c14b8739d71ea9a.tar.gz |
Import of xvidcap-gtk2 package. Previously GTK2 support for xvidcap
was done by setting make variable XVIDCAP_GTK2_GUI=YES and building
x11/xvidcap.
This uses new x11/xvidcap/Makefile.common. It doesn't share patches
directory because some are different.
The developer told me that later the gtk2 will be extended to add GNOME
bloat, so this may become xvidcap-gnome later.
The DESCRiption:
gvidcap is a tool (like Lotus ScreenCam and Camtasia) that captures
movement on a selected area of an X11 screen to files. Frame output
formats include: XWD, PPM, PNG, MNG, JPEG and MPEG.
This is the GTK2 version of xvidcap.
Diffstat (limited to 'x11/xvidcap-gtk2/Makefile')
-rw-r--r-- | x11/xvidcap-gtk2/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/x11/xvidcap-gtk2/Makefile b/x11/xvidcap-gtk2/Makefile new file mode 100644 index 00000000000..faf6d47abca --- /dev/null +++ b/x11/xvidcap-gtk2/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/01/12 19:52:37 reed Exp $ +# + +.include "../../x11/xvidcap/Makefile.common" + +PKGNAME= ${DISTNAME:S/-/-gtk2-/} +COMMENT= Capture X display to individual frames or MPEG video (GTK2 version) + +CONFLICTS+= xvidcap<1.1.3nb3 + +CONFIGURE_ARGS+= --with-gtk2 + +.include "../../x11/gtk2/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |