diff options
author | cube <cube@pkgsrc.org> | 2004-04-26 10:19:53 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2004-04-26 10:19:53 +0000 |
commit | ac68b303fad53b9f8bb2353d6a70b223e17cfc73 (patch) | |
tree | 35453e34b9a643aea99cc358856707f05378d360 /graphics/nvtv-gtk2 | |
parent | a44f074ef2c982295dbe855776f58a074224f943 (diff) | |
download | pkgsrc-ac68b303fad53b9f8bb2353d6a70b223e17cfc73.tar.gz |
Update to 0.4.7 and convert to buildlink3.
2004-04-20
RELEASE alpha version 0.4.7
* Added life testing against simulated hardware.
* Made own package for lib subdirectory
* Fixed missing include in nvtv.c
* Allow close before open.
2004-03-08
RELEASE alpha version 0.4.6
* FreeBSD patch by Samuel Tardieu. (sed instead of expr in configure,
opl() and ioperm() compatibility functions for FreeBSD.)
* Added PCI ids. Changed arch setup in back_nvidia.
* Moved port permissions to mmio.c (not tested for NetBSD).
* Debugging messages enabled by option instead of define.
* Fixed missing getHeadDev dispatch in nvtvd.c
* Removed Chrontel power settings warning.
* Added Chrontel-2 modes.
* Renamed PAL 800x600,640x480 and NTSC 640x480,640x400,720x400
'Large' Chrontel-1 modes to 'Huge' for consistency with Chrontel-2
* Added some FAQ entries.
* Start of i865 support.
* Disable NX support temporarily for release.
* Fixed excess 1 encoding for i810 registers.
* Added --list option.
* Only setup and clamp for TV modes in back_*.
* Fixed missing devFlags for ACTION_TVOFF
* Start of i830/i845/CH2 support.
* I2C bus for i845.
* RAISE for messages, -q option for nvtvd, syslog.
* Fixed Debian boot script FAQ.
* I2C busses don't use X screen index any longer.
* Fixed Philips detection bug in tv_common.
* Use CARD8/16/32 as base types.
* 3 NX modes; NX is partly working.
* New CX/TW detection (again). CX is tested, TW will be soon.
* NetBSD patch by Quentin Garnier
* Added PCI IDs from 1.0-4363
* Included PAL-X patch 727924 by Joe Cotroneo (joecotroneo).
* Start of nx (GeForce4 internal) support (not working yet).
* Fixed missing head in bnv_updateCrt in back_nvidia.
Diffstat (limited to 'graphics/nvtv-gtk2')
-rw-r--r-- | graphics/nvtv-gtk2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/nvtv-gtk2/Makefile b/graphics/nvtv-gtk2/Makefile index bffe8b323ba..380cfb65eb0 100644 --- a/graphics/nvtv-gtk2/Makefile +++ b/graphics/nvtv-gtk2/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2004/01/03 18:49:44 reed Exp $ +# $NetBSD: Makefile,v 1.7 2004/04/26 10:19:53 cube Exp $ PKGNAME= ${DISTNAME:S/-/-gtk2-/} -PKGREVISION= 2 .include "../../graphics/nvtv/Makefile.common" CONFLICTS= nvtv-[0-9]* @@ -11,6 +10,6 @@ FILESDIR= ${.CURDIR}/../../graphics/nvtv/files PLIST_SRC= ${.CURDIR}/../../graphics/nvtv/PLIST PATCHDIR= ${.CURDIR}/../../graphics/nvtv/patches -.include "../../x11/gtk2/buildlink2.mk" +.include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |