pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/libggi Update to 2.1.1:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4112020ac97e
branches:  trunk
changeset: 492689:4112020ac97e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Apr 18 15:54:18 2005 +0000

description:
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:

 graphics/libggi/Makefile |  4 ++--
 graphics/libggi/PLIST    |  3 +--
 graphics/libggi/distinfo |  8 ++++----
 3 files changed, 7 insertions(+), 8 deletions(-)

diffs (45 lines):

diff -r 74e69966c663 -r 4112020ac97e graphics/libggi/Makefile
--- a/graphics/libggi/Makefile  Mon Apr 18 15:53:35 2005 +0000
+++ b/graphics/libggi/Makefile  Mon Apr 18 15:54:18 2005 +0000
@@ -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 -r 74e69966c663 -r 4112020ac97e graphics/libggi/PLIST
--- a/graphics/libggi/PLIST     Mon Apr 18 15:53:35 2005 +0000
+++ b/graphics/libggi/PLIST     Mon Apr 18 15:54:18 2005 +0000
@@ -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/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 -r 74e69966c663 -r 4112020ac97e graphics/libggi/distinfo
--- a/graphics/libggi/distinfo  Mon Apr 18 15:53:35 2005 +0000
+++ b/graphics/libggi/distinfo  Mon Apr 18 15:54:18 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index