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.10.6 and bl3ify. Changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e9b2d8074744
branches:  trunk
changeset: 468915:e9b2d8074744
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Tue Feb 17 21:57:58 2004 +0000

description:
Update to 0.10.6 and bl3ify.  Changes:

2004-02-09  Bill Haneman <billh%gnome.org@localhost>

        * configure.in: Revved to 0.10.6.

        Re-dist to fix libtool problem.

2004-02-06  Robert Sedak  <robert.sedak%sk.htnet.hr@localhost>

        * configure.in: Added "hr" (Croatian) to ALL_LINGUAS.

2003-01-08  Brian Cameron <Brian.Cameron%sun.com@localhost>

        * magnifier/zoom-region.c: Fix pan test so that it does not
        call zoom_region_process_updates if the delta is 0.  This
        should fix the problem with Frame Rate being assigned
        unreasonable values.  Also fixed the counter so it exits
        the pan test after the correct number of iterations.

2003-01-06  Brian Cameron <Brian.Cameron%sun.com@localhost>

        * magnifier/zoom-region.c: Properly reset max totals.

2003-12-20  Arafat Medini <lumina%silverpen.de@localhost>

        * configure.in: Added Arabic locale "ar"  to ALL_LINGUAS

2003-12-17  Brian Cameron <Brian.Cameron%sun.com@localhost>

        * magnifier/zoom-region.c:
        Now cache gc's, so there is less X-traffic.
        * magnifier/magnifier-main.c:
        Properly abort if user specifies a pantest but does not supply
        a number of iterations via --timing-iterations.  Corrected bug
        with exit-magnifier property not being set properly during the
        update test.

2003-12-11  Bill Haneman <billh%gnome.org@localhost>

        * magnifier/magnifier.c:
        Fixed compile issue in magnifier_expose_filter.
        Thanks to Kaushal Kumar for catching the problem.

2003-12-10  Tõivo Leedjärv  <toivo%linux.ee@localhost>

        * configure.in: Added et to ALL_LINGUAS.

2003-12-10  Bill Haneman <billh%gnome.org@localhost>

        * magnifier/zoom-region.c:
        (zoom_region_update): Changed use of deprecated
        gdk_pixbuf_render_to_drawable to
        gdk_draw_pixbuf.

        * magnifier/magnifier.c:
        (magnifier_transform_cursor):
        Replaced gdk_pixbuf_render_to_drawable with gdk_draw_pixbuf (as above).

        * magnifier/magnifier-main.c, zoom-region.c, magnifier.c:
        Silenced some other compiler warnings introduced by timing patch.

2003-12-10  Bill Haneman <billh%gnome.org@localhost>

        * magnifier/zoom-region.c:
        Add #include <gdk/gdk.h>
        (zoom_region_clip_to_target): New function, clips a rectangle
        in the source screen to the zoom-region's target.  Used for
        processing expose/dirty notifications on the source.
        (impl_zoom_region_mark_dirty): Fixed implementation; it was
        using the wrong coordinate system for the 'dirty' notification.

        * idl/GNOME_Magnifier.idl:
        Improved docs for markDirty.

        * magnifier/magnifier.c:
        (magnifier_expose_filter): New  method, filters
        'GdkExpose' events that are passed in on a source
        window for which notifications are selected by the
        client.  Useful if we have the ability to 'snoop' exposes on
        the source.
        (magnifier_set_expose_listener):
        Add the expose filter (above) to a specified GdkWindow.
        (magnifier_realize): Add the expose filter (above) to the source root window
        on set_source_display.
        (impl_magnifier_add_zoom_region): Add the expose filter to the source
        root when the first zoom region is added.

2003-12-08  Brian Cameron <Brian.Cameron%sun.com@localhost>
        * magnifier/zoom-region.c
        Cleaned the timing report, now more code reuse.

2003-12-09  �smund Skjæveland  <aasmunds%fys.uio.no@localhost>

        * configure.in: Added nn to ALL_LNGUAS.
        * nn.po: Added Norwegian Nynorsk translation.

diffstat:

 x11/gnome-mag/Makefile      |  21 ++++++++++++---------
 x11/gnome-mag/PLIST         |  10 ++++++++--
 x11/gnome-mag/buildlink3.mk |  24 ++++++++++++++++++++++++
 x11/gnome-mag/distinfo      |   6 +++---
 4 files changed, 47 insertions(+), 14 deletions(-)

diffs (138 lines):

diff -r 0715df42d372 -r e9b2d8074744 x11/gnome-mag/Makefile
--- a/x11/gnome-mag/Makefile    Tue Feb 17 20:41:56 2004 +0000
+++ b/x11/gnome-mag/Makefile    Tue Feb 17 21:57:58 2004 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2004/02/14 18:26:29 jmmv Exp $
+# $NetBSD: Makefile,v 1.8 2004/02/17 21:57:58 jmmv Exp $
 #
 
-DISTNAME=              gnome-mag-0.10.4
-PKGREVISION=           2
+DISTNAME=              gnome-mag-0.10.6
 CATEGORIES=            x11 gnome
 MASTER_SITES=          ${MASTER_SITE_GNOME:=sources/gnome-mag/0.10/}
 EXTRACT_SUFX=          .tar.bz2
@@ -13,7 +12,7 @@
 
 DEPENDS=               gnome2-dirs>=1.2:../../misc/gnome2-dirs
 
-USE_BUILDLINK2=                yes
+USE_BUILDLINK3=                yes
 USE_GNU_TOOLS+=                make
 USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=           yes
@@ -22,9 +21,13 @@
 
 PKGCONFIG_OVERRIDE+=    gnome-mag-1.0.pc.in
 
-.include "../../devel/at-spi/buildlink2.mk"
-.include "../../devel/libbonobo/buildlink2.mk"
-.include "../../devel/pkgconfig/buildlink2.mk"
-.include "../../devel/popt/buildlink2.mk"
-.include "../../textproc/intltool/buildlink2.mk"
+.include "../../devel/at-spi/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/libbonobo/buildlink3.mk"
+.include "../../devel/pkgconfig/buildlink3.mk"
+.include "../../devel/popt/buildlink3.mk"
+.include "../../net/ORBit2/buildlink3.mk"
+.include "../../textproc/intltool/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 0715df42d372 -r e9b2d8074744 x11/gnome-mag/PLIST
--- a/x11/gnome-mag/PLIST       Tue Feb 17 20:41:56 2004 +0000
+++ b/x11/gnome-mag/PLIST       Tue Feb 17 21:57:58 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/30 17:55:33 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.2 2004/02/17 21:57:58 jmmv Exp $
 bin/magnifier
 include/gnome-mag-1.0/magnifier/GNOME_Magnifier.h
 lib/bonobo/servers/GNOME_Magnifier.server
@@ -6,11 +6,12 @@
 lib/libgnome-mag.la
 lib/libgnome-mag.so
 lib/libgnome-mag.so.1
-lib/libgnome-mag.so.1.4
+lib/libgnome-mag.so.1.6
 lib/pkgconfig/gnome-mag-1.0.pc
 share/gnome-mag/crosshair-cursor.xpm
 share/gnome-mag/default-cursor.xpm
 share/idl/gnome-mag-1.0/GNOME_Magnifier.idl
+${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/gnome-mag.mo
 ${PKGLOCALEDIR}/locale/az/LC_MESSAGES/gnome-mag.mo
 ${PKGLOCALEDIR}/locale/be/LC_MESSAGES/gnome-mag.mo
 ${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/gnome-mag.mo
@@ -23,6 +24,7 @@
 ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gnome-mag.mo
 ${PKGLOCALEDIR}/locale/el/LC_MESSAGES/gnome-mag.mo
 ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gnome-mag.mo
+${PKGLOCALEDIR}/locale/et/LC_MESSAGES/gnome-mag.mo
 ${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/gnome-mag.mo
 ${PKGLOCALEDIR}/locale/fa/LC_MESSAGES/gnome-mag.mo
 ${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/gnome-mag.mo
@@ -30,6 +32,7 @@
 ${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/gnome-mag.mo
 ${PKGLOCALEDIR}/locale/he/LC_MESSAGES/gnome-mag.mo
 ${PKGLOCALEDIR}/locale/hi/LC_MESSAGES/gnome-mag.mo
+${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/gnome-mag.mo
 ${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/gnome-mag.mo
 ${PKGLOCALEDIR}/locale/is/LC_MESSAGES/gnome-mag.mo
 ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gnome-mag.mo
@@ -40,6 +43,7 @@
 ${PKGLOCALEDIR}/locale/mn/LC_MESSAGES/gnome-mag.mo
 ${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/gnome-mag.mo
 ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gnome-mag.mo
+${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/gnome-mag.mo
 ${PKGLOCALEDIR}/locale/no/LC_MESSAGES/gnome-mag.mo
 ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/gnome-mag.mo
 ${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/gnome-mag.mo
@@ -56,6 +60,8 @@
 ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/gnome-mag.mo
 ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/gnome-mag.mo
 @dirrm share/idl/gnome-mag-1.0
+@comment in ORBit2: @dirrm share/idl
 @dirrm share/gnome-mag
+@comment in libbonobo: @dirrm lib/bonobo/servers
 @dirrm include/gnome-mag-1.0/magnifier
 @dirrm include/gnome-mag-1.0
diff -r 0715df42d372 -r e9b2d8074744 x11/gnome-mag/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gnome-mag/buildlink3.mk       Tue Feb 17 21:57:58 2004 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/02/17 21:57:58 jmmv Exp $
+#
+# This Makefile fragment is included by packages that use gnome-mag.
+#
+# This file was created automatically using createbuildlink-3.0.
+#
+
+BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
+GNOME_MAG_BUILDLINK3_MK:=      ${GNOME_MAG_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+=    gnome-mag
+.endif
+
+.if !empty(GNOME_MAG_BUILDLINK3_MK:M+)
+BUILDLINK_PACKAGES+=                   gnome-mag
+BUILDLINK_DEPENDS.gnome-mag?=          gnome-mag>=0.10.4nb1
+BUILDLINK_PKGSRCDIR.gnome-mag?=                ../../x11/gnome-mag
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+
+.endif # GNOME_MAG_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}
diff -r 0715df42d372 -r e9b2d8074744 x11/gnome-mag/distinfo
--- a/x11/gnome-mag/distinfo    Tue Feb 17 20:41:56 2004 +0000
+++ b/x11/gnome-mag/distinfo    Tue Feb 17 21:57:58 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2003/12/30 17:55:33 xtraeme Exp $
+$NetBSD: distinfo,v 1.2 2004/02/17 21:57:58 jmmv Exp $
 
-SHA1 (gnome-mag-0.10.4.tar.bz2) = ab4e555669804c4b73b1e083336c48dd9e5d87fd
-Size (gnome-mag-0.10.4.tar.bz2) = 275635 bytes
+SHA1 (gnome-mag-0.10.6.tar.bz2) = fceb52c3f24ae70bdbfa8fd2c613f41842673164
+Size (gnome-mag-0.10.6.tar.bz2) = 287517 bytes
 SHA1 (patch-aa) = 20ad89bfabb3f0804a5d18ad0d2004d27202e277



Home | Main Index | Thread Index | Old Index