diff options
author | cube <cube@pkgsrc.org> | 2009-02-24 00:08:09 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2009-02-24 00:08:09 +0000 |
commit | 7d5de853b8e250828aabd7c9280f9414143517d3 (patch) | |
tree | a6c0a8c7c2f35c3a0edec17b0dcc8412a099cd36 /graphics | |
parent | 3983f2b72e2c4ea45e7a135c96ed4915c2fa406b (diff) | |
download | pkgsrc-7d5de853b8e250828aabd7c9280f9414143517d3.tar.gz |
Remove nvtv-gtk2. There's no need to support both versions of the toolkit,
and if someone really insists on it, they can add an option to
graphics/nvtv.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 3 | ||||
-rw-r--r-- | graphics/nvtv-gtk2/DESCR | 13 | ||||
-rw-r--r-- | graphics/nvtv-gtk2/Makefile | 16 |
3 files changed, 1 insertions, 31 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index ef144ae0c51..0fdbfb957c7 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.513 2009/02/18 21:20:36 ahoka Exp $ +# $NetBSD: Makefile,v 1.514 2009/02/24 00:08:09 cube Exp $ # COMMENT= Graphics tools and libraries @@ -225,7 +225,6 @@ SUBDIR+= ncview SUBDIR+= netpbm SUBDIR+= ns-cult3d SUBDIR+= nvtv -SUBDIR+= nvtv-gtk2 SUBDIR+= ocrad SUBDIR+= opencv SUBDIR+= opendis diff --git a/graphics/nvtv-gtk2/DESCR b/graphics/nvtv-gtk2/DESCR deleted file mode 100644 index 692cf76a187..00000000000 --- a/graphics/nvtv-gtk2/DESCR +++ /dev/null @@ -1,13 +0,0 @@ -Nvtv can enable, activate and configure the TV output of most NVidia cards, -and some others, such as some 3dfx ones. Nvtv probes and uses the PCI bus -directly, thus does not need any kernel support, and allows a very low-level -access to the multiple TV encoder chips supported. Then you have a direct -control over the registers of the chip, and can use all the resolutions and -sizes the board supports. - -Most of the accesses done by Nvtv need root privileges, and a daemon is -provided to allow non-privileged users control the TV output of the graphics -card. - -This package uses version 2 of the GTK+ toolkit. If you want to use GTK+ 1 -interface, install graphics/nvtv package instead. diff --git a/graphics/nvtv-gtk2/Makefile b/graphics/nvtv-gtk2/Makefile deleted file mode 100644 index 7851954b739..00000000000 --- a/graphics/nvtv-gtk2/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# $NetBSD: Makefile,v 1.12 2008/11/03 22:05:50 bjs Exp $ - -PKGNAME= ${DISTNAME:S/-/-gtk2-/} -PKGREVISION= 5 -.include "../../graphics/nvtv/Makefile.common" - -CONFLICTS= nvtv-[0-9]* - -DISTINFO_FILE= ${.CURDIR}/../../graphics/nvtv/distinfo -FILESDIR= ${.CURDIR}/../../graphics/nvtv/files -PLIST_SRC= ${.CURDIR}/../../graphics/nvtv/PLIST -PATCHDIR= ${.CURDIR}/../../graphics/nvtv/patches - -.include "../../x11/gtk2/buildlink3.mk" - -.include "../../mk/bsd.pkg.mk" |