pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics Remove nvtv-gtk2. There's no need to support...
details: https://anonhg.NetBSD.org/pkgsrc/rev/06b1907a2ff4
branches: trunk
changeset: 555050:06b1907a2ff4
user: cube <cube%pkgsrc.org@localhost>
date: Tue Feb 24 00:08:09 2009 +0000
description:
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:
graphics/Makefile | 3 +--
graphics/nvtv-gtk2/DESCR | 13 -------------
graphics/nvtv-gtk2/Makefile | 16 ----------------
3 files changed, 1 insertions(+), 31 deletions(-)
diffs (54 lines):
diff -r 52d69270ab6a -r 06b1907a2ff4 graphics/Makefile
--- a/graphics/Makefile Tue Feb 24 00:06:54 2009 +0000
+++ b/graphics/Makefile Tue Feb 24 00:08:09 2009 +0000
@@ -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+= netpbm
SUBDIR+= ns-cult3d
SUBDIR+= nvtv
-SUBDIR+= nvtv-gtk2
SUBDIR+= ocrad
SUBDIR+= opencv
SUBDIR+= opendis
diff -r 52d69270ab6a -r 06b1907a2ff4 graphics/nvtv-gtk2/DESCR
--- a/graphics/nvtv-gtk2/DESCR Tue Feb 24 00:06:54 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 52d69270ab6a -r 06b1907a2ff4 graphics/nvtv-gtk2/Makefile
--- a/graphics/nvtv-gtk2/Makefile Tue Feb 24 00:06:54 2009 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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"
Home |
Main Index |
Thread Index |
Old Index