Changes in version 2.26.1 ========================= * Build: meson, tracked by bug 785802) * Ad option to disable introspection * Fix .rc generation in Meson builds * Build (Visual Studio) * Enhance security of x64 binaries Translations Pawan Chitrakar (ne), Xavi Ivars (ca@valencia), hanniedu (nl) Changes in version 2.26 ======================= * Build: meson on Windows, tracked by Bug 785802 (not fully fixed yet): * Force-include msvc_recommended_pragmas.h on MSVC * tests: Fix build on pre-C99 * meson: Build .rc file on Windows Contributors Chun-wei Fan Translations Ask Hjorth Larsen (da) Changes in version 2.25.90 ========================== * Bugfixing * 689810: Move include guards out to enable GCC optimisation * Build (meson) * Keep the version in sync with Autotools * Add atkversion.h to introspection build * Build (visual studio) * Adapt to the Python-field glib-genmarshal * Adapt to new glib-genmarshal command line * Use PythonDir instead of PythonPath * Integrate introspection builds * Don't build introspection by default * Make marshal generation more robust * Misc * Update AUTHORS file Contributors Emmanuele Bassi, Daniel Boles, Chun-wei Fan, Rico Tzschichholz Translations Pawan Chitrakar (ne), Fabio Tomat (fur) Changes in version 2.25.2 ========================= * Bugfixing: * Bug 781715: Crash under atk_gobject_accessible_dispose() * Build (general/autotools): * Add ATK_UNAVAILABLE macro * Use template files for the ATK enumerations * Convert atkversion.h.in to UTF-8 encoding * Include the marshallers header, not the source * Add buildir to the docs directories * Update deprecation warnings symbols * Simplify GObject dependency discovery * Build (meson): * Bug 782871: Add meson build system * Dist the Meson files * Use the appropriate soversion * Use the appropriate GETTEXT_PACKAGE * Install atk.h * Only depend on generated header * Build (win32): * win32: Fix replacing items in files with UTF-8 content * Cleaning: * Remove atk.spec.in * Remove uninstalled pkg-config file * Remove unused script for bundling ATK on Windows * Remove ChangeLog * Remove local introspection.m4 * Docs: * Modernise the API reference: * Use XInclude * Stop using SGML mode with XML files * Drop version.xml and use the gtk-doc package entities * Update the README mentioning Meson, Ninja, and cleaning a little * Remove empty overrides file * Gobject introspection: * Mark unbindable functions as 'skip * Misc: * Update git ignore file * New Relations and Roles: * Bug 748384: Add ATK_ROLE_FOOTNOTE * Bug 781587: Add error-message, error-for, details and details-for-relation * Translation support: * Update po/Makevars (copyright and bug address) Contributors: Emmanuele Bassi, Milan Crha, Joanmarie Diggs, Piotr Drąg, Chun-wei Fan Translations: Yuras Shumovich (be)
26 lines
776 B
Makefile
26 lines
776 B
Makefile
# $NetBSD: Makefile,v 1.99 2017/11/23 15:12:50 wiz Exp $
|
|
|
|
DISTNAME= atk-2.26.1
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/atk/${PKGVERSION_NOREV:R}/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://developer.gnome.org/atk/
|
|
COMMENT= Set of interfaces for accessibility
|
|
LICENSE= gnu-lgpl-v2
|
|
|
|
USE_TOOLS+= gmake pkg-config msgfmt
|
|
GNU_CONFIGURE= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LANGUAGES= c99
|
|
USE_LIBTOOL= yes
|
|
PKGCONFIG_OVERRIDE= atk.pc.in
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.31.2
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
BUILDLINK_DEPMETHOD.gobject-introspection:= build
|
|
.include "../../devel/gobject-introspection/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|