pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/nvtv Initial import of nvtv-gtk2, version 0.4...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1aa2ff3c5d78
branches:  trunk
changeset: 462536:1aa2ff3c5d78
user:      cube <cube%pkgsrc.org@localhost>
date:      Sun Oct 05 09:19:29 2003 +0000

description:
Initial import of nvtv-gtk2, version 0.4.5 into the NetBSD Package
Collection, from pkgsrc-wip. OK'd by seb@.

This is a tool to enable TV-Out on Linux for NVidia
cards. It does not need the kernel, supports
multiple TV encoder chips. You may use all the
features of the chip, down to direct register
access, and all resolutions and sizes the chip
supports.

diffstat:

 graphics/nvtv/Makefile |  18 ++++++++++++------
 1 files changed, 12 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r b3aa1bc124bf -r 1aa2ff3c5d78 graphics/nvtv/Makefile
--- a/graphics/nvtv/Makefile    Sun Oct 05 09:16:16 2003 +0000
+++ b/graphics/nvtv/Makefile    Sun Oct 05 09:19:29 2003 +0000
@@ -1,10 +1,16 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/10/05 09:16:16 cube Exp $
+# $NetBSD: Makefile,v 1.1.1.2 2003/10/05 09:19:29 cube Exp $
+
+PKGNAME=       ${DISTNAME:S/-/-gtk2-/}
+.include "../../wip/nvtv/Makefile.common"
+
+CONFLICTS=     nvtv-[0-9]*
 
-PKGNAME=       ${DISTNAME}
-.include "Makefile.common"
+DESCR_SRC=     ${.CURDIR}/../../wip/nvtv/DESCR
+DISTINFO_FILE= ${.CURDIR}/../../wip/nvtv/distinfo
+FILESDIR=      ${.CURDIR}/../../wip/nvtv/files
+PLIST_SRC=     ${.CURDIR}/../../wip/nvtv/PLIST
+PATCHDIR=      ${.CURDIR}/../../wip/nvtv/patches
 
-CONFLICTS=     nvtv-gtk2-[0-9]*
-
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../x11/gtk2/buildlink2.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index