pkgsrc-wip/zapping/Makefile
Thomas Klausner 5dd75a32d9 Initial import of zapping-0.9.6:
Some time ago Inaki G. Etxebarria, the original author of this
program, bought a TV card for his computer.  In his Linux box there
were only a few TV viewing programs, and none of them for Gnome.
So he built a TV viewer following V4L2 spec (at that time not part
of stable kernels), trying to make it as complete as possible. This
is the latest version of that software.

Zapping requires an analog TV card, with a driver supporting the
- V4L or V4L2 API on Linux, or the
- BKTR API on FreeBSD, or the
- XVideo API.

TODO:

Needs to be tested on hardware -- send success/failure reports
to pkgsrc-wip-discuss@lists or thomasklausner@users.
2005-07-24 23:48:57 +00:00

42 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/07/24 23:48:57 thomasklausner Exp $
#
DISTNAME= zapping-0.9.6
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zapping/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://zapping.sourceforge.net/
COMMENT= TV viewer for the Gnome desktop
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
USE_DIRS+= xdg-dirs-1.2 gnome-dirs-1.5
USE_TOOLS+= gmake perl
CONFIGURE_ARGS+= --disable-rebuild-man
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
CONFIGURE_ENV+= GCONF_SCHEMA_FILE_DIR="${PREFIX}/share/gconf/schemas/"
MAKE_ENV+= GCONF_SCHEMA_FILE_DIR="${PREFIX}/share/gconf/schemas/"
GCONF2_SCHEMAS+= zapping.schemas
.include "../../devel/GConf2/schemas.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"
.include "../../devel/libgnomeui/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../x11/gtk2/buildlink3.mk"
# not used with bktr(4)
#.include "../../wip/rte/buildlink3.mk"
.include "../../wip/zvbi/buildlink3.mk"
.include "../../mk/ossaudio.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"