summaryrefslogtreecommitdiff
path: root/graphics/nvtv-gtk2
diff options
context:
space:
mode:
authorcube <cube@pkgsrc.org>2003-10-06 12:55:36 +0000
committercube <cube@pkgsrc.org>2003-10-06 12:55:36 +0000
commit9151d229407a817703cb55edb4f038b629a4d381 (patch)
treecfcdc1325fed8f7ed2a5a0a77bc653f4cd1a27e4 /graphics/nvtv-gtk2
parent37cec2c730317d63ca904444f719583d4dc3c8ee (diff)
downloadpkgsrc-9151d229407a817703cb55edb4f038b629a4d381.tar.gz
Grammar and punctation nits.
Provide a DESCR file for nvtv-gtk2, this is more helpful for the user wanting to choose between GTK+1 or GTK+2 interface. Provided by salo@.
Diffstat (limited to 'graphics/nvtv-gtk2')
-rw-r--r--graphics/nvtv-gtk2/DESCR13
-rw-r--r--graphics/nvtv-gtk2/Makefile3
2 files changed, 14 insertions, 2 deletions
diff --git a/graphics/nvtv-gtk2/DESCR b/graphics/nvtv-gtk2/DESCR
new file mode 100644
index 00000000000..692cf76a187
--- /dev/null
+++ b/graphics/nvtv-gtk2/DESCR
@@ -0,0 +1,13 @@
+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
index c99015b6245..2320be6fca9 100644
--- a/graphics/nvtv-gtk2/Makefile
+++ b/graphics/nvtv-gtk2/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2003/10/05 13:13:06 cube Exp $
+# $NetBSD: Makefile,v 1.4 2003/10/06 12:55:36 cube Exp $
PKGNAME= ${DISTNAME:S/-/-gtk2-/}
.include "../../graphics/nvtv/Makefile.common"
CONFLICTS= nvtv-[0-9]*
-DESCR_SRC= ${.CURDIR}/../../graphics/nvtv/DESCR
DISTINFO_FILE= ${.CURDIR}/../../graphics/nvtv/distinfo
FILESDIR= ${.CURDIR}/../../graphics/nvtv/files
PLIST_SRC= ${.CURDIR}/../../graphics/nvtv/PLIST