pkgsrc/x11/gnome-mag/Makefile

36 lines
1 KiB
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.43 2007/11/14 18:57:21 drochner Exp $
#
DISTNAME= gnome-mag-0.14.10
CATEGORIES= x11 gnome
Update to 0.14.3: What's new in gnome-mag-0.14.3: * Fix for bug #397819. When the patch was applied, I didin't percept that the -v meaning changed from --vertical to --version and since the -v to mean --vertical is well know a new patch was applied to revert this. What's new in gnome-mag-0.14.2: * Fixes for bugs #397025, #376047, #397819 and #408133. Translations * Alexander Shopov (bg), Peter Bach (da), Hendrik Richter (de), Lauri Nurmi (fi), Stéphane Raimbault (fr), Gabor Kelemen (hu) Changwoo Ryu (ko), Gintautas Miliauskas (lt), Wouter Bolsterlee (nl) GNOME PL Team (pl), Duarte Loreto (pt), Woodman Tuen (zh_HK) Woodman Tuen (zh_TW) What's new in gnome-mag-0.14.1: * Added COMPOSITE support. Now full screen magnification is possible without workarounds with the X server configuration file! * Switch to GOption. Thanks to Christian Kirbach! What's new in gnome-mag-0.14.0: * Fix for bug #377856. Added colorblind filtering support. This is achieved throw the libcolorblind (http://people.debian.org/~ruoso/libcolorblind-0.0.0.tgz). Thanks Daniel Ruoso for this development! * Fix for bug #379258. Added brightness manipulation support. * Fix for bug #348629. Correct the contrast filtering behavior. * Fix for bug #357647. Now you can type 'man magnifier'. Thanks George Kraft IV. * Fix for bug #376047. This avoid the magnifier screen flick after the user start a server (Gnopernicus, LSR or Orca). Thanks Eitan Isaacsion! * Fix for bug #98240. Now the magnifier have borders! * Fix for bug #355583. Removed a memory leak. Thanks Aurelian Radu for reporting this! * Fixes for bugs #342170, 342168, #348169, #319010, #342168, #342174, #342166, #348261, #372731 (Thanks Eitan Isaacson), #375986, #342173, #348593 Translations * Khaled Hosny (ar), Francisco Javier F. Serrador (es), Ankit Patel (gu), Jovan Naumovski (mk), Kjartan Maraas (nb) GNOME PL Team (pl), Daniel Nylander (sv), Theppitak Karoonboonyanan (th)
2007-04-13 19:36:58 +02:00
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-mag/0.14/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnome.org/
COMMENT= GNOME screen magnifier
Update to 0.11.5. This version corresponds to GNOME 2.8.0. What's new in gnome-mag-0.11.5: * We now implement LoginHelper from at-spi - this allows clients to tell that the magnifier needs access to certain resources during authentication, screen lock, etc., for instance allows magnifier to tell clients which X windows to raise in order to allow magnification when the screen is otherwise obscured. Fixes bug #150846. What's new in gnome-mag-0.11.4: * Bugfixes for cursor painting if TARGET display has been changed (#140622) * Improved support for DAMAGE; don't do global refresh/polling if DAMAGE extension is available. * Can tell magnifier standalone to be OVERRIDE_REDIRECT if you need to. (See magnifier --usage). * Set _NET_WM_STRUT and _NET_WM_STRUT_PARTIAL values; lets other apps know not to overlap the magnifier binary when run in split-screen mode. * New translations: - Indonesian (id) Ahmad Riza H Nst - (or) Gora Mohanty - (nb) Kjartan Marass - (bs) CHristian Rose (ALL_LINGUAS addition only) ========= What's new in gnome-mag-0.11.2: * Bugfix for cursor-size property. * Added cursor-size test to tests/control-client. ========= What's new in gnome-mag-0.11.1: * fixed border-color property. * Fixed setting of smooth-scroll policy and border-size. * Fix for bug #104831; gnome-mag now listens for DAMAGE notifications when the DAMAGE extension is available at runtime (and build time). This means that on DAMAGE-enabled servers, gnome-mag's service need not use a timer-based refresh, i.e. --refresh-timeout can be made arbitrarily large. * Revamped the way cursor-sets are used; now cursor-set names refer to the names of directories under $share/gnome-mag/. * gnome-mag can track changes to the source display's cursor and display a rescaled cursor on the target display if XFIXES is available. * Added support for non-square cursor pixmaps. Please see ChangeLog for more detail on these features. * languages: Gujrati (Guntupalli Karunakar)
2004-09-21 19:11:57 +02:00
USE_DIRS+= gnome2-1.5
USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= gnome-mag-1.0.pc.in
BUILDLINK_DEPMETHOD.libXt?= build
Update to 0.10.6 and bl3ify. Changes: 2004-02-09 Bill Haneman <billh@gnome.org> * configure.in: Revved to 0.10.6. Re-dist to fix libtool problem. 2004-02-06 Robert Sedak <robert.sedak@sk.htnet.hr> * configure.in: Added "hr" (Croatian) to ALL_LINGUAS. 2003-01-08 Brian Cameron <Brian.Cameron@sun.com> * 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> * magnifier/zoom-region.c: Properly reset max totals. 2003-12-20 Arafat Medini <lumina@silverpen.de> * configure.in: Added Arabic locale "ar" to ALL_LINGUAS 2003-12-17 Brian Cameron <Brian.Cameron@sun.com> * 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> * 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> * configure.in: Added et to ALL_LINGUAS. 2003-12-10 Bill Haneman <billh@gnome.org> * 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> * 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> * magnifier/zoom-region.c Cleaned the timing report, now more code reuse. 2003-12-09 Åsmund Skjæveland <aasmunds@fys.uio.no> * configure.in: Added nn to ALL_LNGUAS. * nn.po: Added Norwegian Nynorsk translation.
2004-02-17 22:57:58 +01:00
.include "../../devel/at-spi/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libbonobo/buildlink3.mk"
.include "../../devel/popt/buildlink3.mk"
.include "../../net/ORBit2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../x11/libXdamage/buildlink3.mk"
.include "../../x11/libXcomposite/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"