4638dcd0dd
What's new in gnome-mag-0.11.8: * bugfixes, sanity checks on client requests. What's new in gnome-mag-0.11.7: * magnifier's use of the new DAMAGE x extension can be turned off via the MAGNIFIER_IGNORE_DAMAGE environment variable, or via the "--ignore-damage" command line flag. This is a debugging feature. * magnifier now does some sanity checking on the setROI calls before attempting to comply. What's new in gnome-mag-0.11.6: * Fix for bug 141376 and 152300; we now provide the missing epv implementation for getTargetDisplay and getSourceDisplay, and we check to make sure we can connect to a display before trying to change source or target.
32 lines
918 B
Makefile
32 lines
918 B
Makefile
# $NetBSD: Makefile,v 1.17 2004/10/28 19:12:53 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-mag-0.11.8
|
|
CATEGORIES= x11 gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-mag/0.11/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= GNOME screen magnifier
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_DIRS+= gnome2-1.5
|
|
USE_GNU_TOOLS+= make
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
USE_X11= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PKGCONFIG_OVERRIDE+= gnome-mag-1.0.pc.in
|
|
|
|
.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"
|