pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gnome-mag Update to 0.12.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d26e3ae5c3a9
branches:  trunk
changeset: 506671:d26e3ae5c3a9
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Jan 20 13:46:46 2006 +0000

description:
Update to 0.12.2:

* Fix for serious update bug which made high magnification factors work
  poorly.

* Fix for #167705, which improves our tracking of cursor changes.

diffstat:

 x11/gnome-mag/Makefile         |   4 ++--
 x11/gnome-mag/PLIST            |   3 ++-
 x11/gnome-mag/distinfo         |   9 ++++-----
 x11/gnome-mag/patches/patch-ab |  16 ----------------
 4 files changed, 8 insertions(+), 24 deletions(-)

diffs (65 lines):

diff -r 0555df60d51f -r d26e3ae5c3a9 x11/gnome-mag/Makefile
--- a/x11/gnome-mag/Makefile    Fri Jan 20 13:46:04 2006 +0000
+++ b/x11/gnome-mag/Makefile    Fri Jan 20 13:46:46 2006 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.26 2005/08/21 11:33:05 jmmv Exp $
+# $NetBSD: Makefile,v 1.27 2006/01/20 13:46:46 jmmv Exp $
 #
 
-DISTNAME=              gnome-mag-0.12.1
+DISTNAME=              gnome-mag-0.12.2
 CATEGORIES=            x11 gnome
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/gnome-mag/0.12/}
 EXTRACT_SUFX=          .tar.bz2
diff -r 0555df60d51f -r d26e3ae5c3a9 x11/gnome-mag/PLIST
--- a/x11/gnome-mag/PLIST       Fri Jan 20 13:46:04 2006 +0000
+++ b/x11/gnome-mag/PLIST       Fri Jan 20 13:46:46 2006 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2005/08/21 11:33:05 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.12 2006/01/20 13:46:46 jmmv Exp $
 bin/magnifier
 include/gnome-mag-1.0/magnifier/GNOME_Magnifier.h
 lib/bonobo/servers/GNOME_Magnifier.server
@@ -48,6 +48,7 @@
 ${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/gnome-mag.mo
 ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gnome-mag.mo
 ${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/gnome-mag.mo
+${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/gnome-mag.mo
 ${PKGLOCALEDIR}/locale/gu/LC_MESSAGES/gnome-mag.mo
 ${PKGLOCALEDIR}/locale/he/LC_MESSAGES/gnome-mag.mo
 ${PKGLOCALEDIR}/locale/hi/LC_MESSAGES/gnome-mag.mo
diff -r 0555df60d51f -r d26e3ae5c3a9 x11/gnome-mag/distinfo
--- a/x11/gnome-mag/distinfo    Fri Jan 20 13:46:04 2006 +0000
+++ b/x11/gnome-mag/distinfo    Fri Jan 20 13:46:46 2006 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.14 2005/08/21 11:33:05 jmmv Exp $
+$NetBSD: distinfo,v 1.15 2006/01/20 13:46:46 jmmv Exp $
 
-SHA1 (gnome-mag-0.12.1.tar.bz2) = 6026d6114fc9dbe0a1ca14567064aaadf80146ad
-RMD160 (gnome-mag-0.12.1.tar.bz2) = 2e45b4c97bbd6755da9246d007fcc46499d3b36d
-Size (gnome-mag-0.12.1.tar.bz2) = 332086 bytes
+SHA1 (gnome-mag-0.12.2.tar.bz2) = 53f0963df8523954a54304edb35b2c293275cd44
+RMD160 (gnome-mag-0.12.2.tar.bz2) = 0a055de640905e0c86a80f4c86ea0a66fc70fd46
+Size (gnome-mag-0.12.2.tar.bz2) = 333911 bytes
 SHA1 (patch-aa) = 20ad89bfabb3f0804a5d18ad0d2004d27202e277
-SHA1 (patch-ab) = a228bbc32eadbed51a84961874c56ae2c23ffd86
diff -r 0555df60d51f -r d26e3ae5c3a9 x11/gnome-mag/patches/patch-ab
--- a/x11/gnome-mag/patches/patch-ab    Fri Jan 20 13:46:04 2006 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2005/04/12 00:52:49 rillig Exp $
-
-Needed for gcc-2.95.
-
---- magnifier/magnifier.c.orig Fri Feb  4 19:15:59 2005
-+++ magnifier/magnifier.c      Mon Apr 11 01:33:34 2005
-@@ -675,8 +675,8 @@ magnifier_get_display_rect_bounds (Magni
- static void magnifier_adjust_source_size (Magnifier *magnifier)
- {
-       GNOME_Magnifier_RectBounds rect_bounds; 
--      magnifier_get_display_rect_bounds (magnifier, &rect_bounds, FALSE);
-       gdouble vfract, hfract;
-+      magnifier_get_display_rect_bounds (magnifier, &rect_bounds, FALSE);
-       hfract = (double) (magnifier->target_bounds.x2 - magnifier->target_bounds.x1) / (double) (rect_bounds.x2 - rect_bounds.x1);
-       vfract = (double) (magnifier->target_bounds.y2 - magnifier->target_bounds.y1) / (double) (rect_bounds.y2 - rect_bounds.y1);
-       if (vfract > hfract) /* vertical splitpane, approximately */



Home | Main Index | Thread Index | Old Index