pkgsrc/devel/atk/Makefile

27 lines
776 B
Makefile
Raw Normal View History

atk: update to 2.26.1. 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)
2017-11-23 16:12:50 +01:00
# $NetBSD: Makefile,v 1.99 2017/11/23 15:12:50 wiz Exp $
atk: update to 2.26.1. 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)
2017-11-23 16:12:50 +01:00
DISTNAME= atk-2.26.1
Update atk to 2.8.0 Changes in version 2.8.0: ========================== * * Updated Visual C++ configuration files * Make entries more consistent with the other GNOME Visual Studio projects. * Enable the building of introspection files for Visual C++ builds * bgo694255: Visual C++ builds: Integrate building of introspection files * Updated Slovak, Portuguese and Tadjik translation. Changes in version 2.7.91: ========================== * * atkobject: added a explicit include to locale.h Changes in version 2.7.90: ========================== * * Bug 694117 * * atkobject: add atk_object_get_object_locale * * atkdocument: deprecate atk_document_get_locale Changes in version 2.7.5: ========================== * * build: Use GNOME_COMPILE_WARNINGS * atkhyperlink: Ensure we get even deprecated prototypes * Bug 651343: add ATK_ROLE_LEVEL_BAR * Prepare Visual Studio 2010 projects for Visual Studio 2012 * Updated Uyghur translations Changes in version 2.7.4: ========================== * * Bug 690379: Atk lacks any kind of version utilities * Fixed out of tree builds caused by fix of bug 690379 * Bug 656750: AtkWindow requires documentation Changes in version 2.7.3: ========================== * * Bug 689907: Problems with the management of * ATK_STATE_SELECTABLE/ATK_STATE_SELECTED states at AtkObject * Bug 686746: Port introspection fixes from Vala * Bug 689952: Add introspection support for Windows MSVC builds * Other Visual C++ configuration files: * * Use MultiByte character set Changes in version 2.7.2: ========================== * * Bug 686801: Extend atk_add_global_event_listener in order to support * signal details * Updated Thai translation.
2013-05-18 23:46:13 +02:00
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/atk/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
2007-07-21 23:56:07 +02:00
MAINTAINER= pkgsrc-users@NetBSD.org
2017-08-01 16:58:51 +02:00
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
2002-09-11 13:42:11 +02:00
2004-02-10 02:56:42 +01:00
.include "../../devel/gettext-lib/buildlink3.mk"
2012-06-12 21:17:30 +02:00
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.31.2
2004-02-10 02:56:42 +01:00
.include "../../devel/glib2/buildlink3.mk"
BUILDLINK_DEPMETHOD.gobject-introspection:= build
.include "../../devel/gobject-introspection/buildlink3.mk"
2002-09-11 13:42:11 +02:00
.include "../../mk/bsd.pkg.mk"