diff options
author | wiz <wiz> | 2005-04-18 15:54:18 +0000 |
---|---|---|
committer | wiz <wiz> | 2005-04-18 15:54:18 +0000 |
commit | febe4197d6771ab16ade260de288f69e8262d240 (patch) | |
tree | cec2cd7e993bf61096da5b78dea39c7313d5375d /graphics | |
parent | 19e26c43db8f5671b297c43081f421ad375ebe32 (diff) | |
download | pkgsrc-febe4197d6771ab16ade260de288f69e8262d240.tar.gz |
Update to 2.1.1:
- display-x(7): Perform correct overflow check when setting up the
backbuffer.
- display-x(7): 8bit palettized mode now works
- mode regression fix: allow testcase3 to also test on other targets than
display-memory
- mode regression: add testcases to test mode re-setting and for
braindamaged physical size
- ggiOpen(3): do not call va_end() twice.
- display-sub(7): Add a warning/important paragraph to the manual:
GGI_DEFMODE env.
variable may override the top,left corner when it is (0,0).
- display-dga(7): make it work again. Patch from urz (IRC).
- display-fbdev(7): fix crash/hang-on-exit. Fixes SF Bug #1097754. Patch
from urz (IRC).
- display-directx(7): fix checking and setting a mode with braindamaged
physical mode size
- documentation: move deprecated ggiSet*Mode(3) functions to their own
manpage
- display-tele(7): various bugfixes, update manpage
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libggi/Makefile | 4 | ||||
-rw-r--r-- | graphics/libggi/PLIST | 3 | ||||
-rw-r--r-- | graphics/libggi/distinfo | 8 |
3 files changed, 7 insertions, 8 deletions
diff --git a/graphics/libggi/Makefile b/graphics/libggi/Makefile index 5c439d04c56..4831ce6d158 100644 --- a/graphics/libggi/Makefile +++ b/graphics/libggi/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.34 2005/04/11 21:46:05 tv Exp $ +# $NetBSD: Makefile,v 1.35 2005/04/18 15:54:18 wiz Exp $ # -DISTNAME= libggi-2.1.0.src +DISTNAME= libggi-2.1.1.src PKGNAME= ${DISTNAME:S/.src//} CATEGORIES= graphics MASTER_SITES= ftp://ftp.ggi-project.org/pub/packages/ggi/ggi/v2.1/ \ diff --git a/graphics/libggi/PLIST b/graphics/libggi/PLIST index e44178b2405..30f64074d6f 100644 --- a/graphics/libggi/PLIST +++ b/graphics/libggi/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2005/03/25 02:47:31 wiz Exp $ +@comment $NetBSD: PLIST,v 1.12 2005/04/18 15:54:18 wiz Exp $ bin/cube3d bin/ggiteleserver bin/monitest @@ -19,7 +19,6 @@ include/ggi/display/modelist.h include/ggi/display/monotext.h include/ggi/display/multi.h include/ggi/display/palemu.h -include/ggi/display/quartz.h include/ggi/display/sub.h include/ggi/display/svgalib.h include/ggi/display/tele.h diff --git a/graphics/libggi/distinfo b/graphics/libggi/distinfo index cfd2d8509f2..04dcda2de88 100644 --- a/graphics/libggi/distinfo +++ b/graphics/libggi/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.10 2005/03/25 02:47:31 wiz Exp $ +$NetBSD: distinfo,v 1.11 2005/04/18 15:54:18 wiz Exp $ -SHA1 (libggi-2.1.0.src.tar.bz2) = 1d70f7ff4d3f1bd0656d7e04876495c45b918886 -RMD160 (libggi-2.1.0.src.tar.bz2) = cba2d0caea2768a98c49623923dd9c1e209f12bf -Size (libggi-2.1.0.src.tar.bz2) = 878959 bytes +SHA1 (libggi-2.1.1.src.tar.bz2) = 38b5deeb161d2b923104138bf4fe8e0e72c4601d +RMD160 (libggi-2.1.1.src.tar.bz2) = 69bbe53775465774b93213bf9e8aa13cf3d93148 +Size (libggi-2.1.1.src.tar.bz2) = 927060 bytes SHA1 (patch-aa) = 52163f169a9581b0cf0295cd173136660e1639b9 SHA1 (patch-ab) = 025f85629f7713323fc67d84237d519d32bf810b |