Thu Nov 23 15:12:51 2017 UTC ()
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)


(wiz)
diff -r1.98 -r1.99 pkgsrc/devel/atk/Makefile
diff -r1.43 -r1.44 pkgsrc/devel/atk/PLIST
diff -r1.52 -r1.53 pkgsrc/devel/atk/distinfo

cvs diff -r1.98 -r1.99 pkgsrc/devel/atk/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/atk/Makefile 2017/10/15 23:19:11 1.98
+++ pkgsrc/devel/atk/Makefile 2017/11/23 15:12:50 1.99
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.98 2017/10/15 23:19:11 prlw1 Exp $ 1# $NetBSD: Makefile,v 1.99 2017/11/23 15:12:50 wiz Exp $
2 2
3DISTNAME= atk-2.24.0 3DISTNAME= atk-2.26.1
4CATEGORIES= devel gnome 4CATEGORIES= devel gnome
5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/atk/${PKGVERSION_NOREV:R}/} 5MASTER_SITES= ${MASTER_SITE_GNOME:=sources/atk/${PKGVERSION_NOREV:R}/}
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://developer.gnome.org/atk/ 9HOMEPAGE= https://developer.gnome.org/atk/
10COMMENT= Set of interfaces for accessibility 10COMMENT= Set of interfaces for accessibility
11LICENSE= gnu-lgpl-v2 11LICENSE= gnu-lgpl-v2
12 12
13USE_TOOLS+= gmake pkg-config msgfmt 13USE_TOOLS+= gmake pkg-config msgfmt
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_PKGLOCALEDIR= yes 15USE_PKGLOCALEDIR= yes
16USE_LANGUAGES= c99 16USE_LANGUAGES= c99

cvs diff -r1.43 -r1.44 pkgsrc/devel/atk/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/atk/PLIST 2017/07/03 18:07:44 1.43
+++ pkgsrc/devel/atk/PLIST 2017/11/23 15:12:50 1.44
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.43 2017/07/03 18:07:44 prlw1 Exp $ 1@comment $NetBSD: PLIST,v 1.44 2017/11/23 15:12:50 wiz Exp $
2include/atk-1.0/atk/atk-enum-types.h 2include/atk-1.0/atk/atk-enum-types.h
3include/atk-1.0/atk/atk.h 3include/atk-1.0/atk/atk.h
4include/atk-1.0/atk/atkaction.h 4include/atk-1.0/atk/atkaction.h
5include/atk-1.0/atk/atkcomponent.h 5include/atk-1.0/atk/atkcomponent.h
6include/atk-1.0/atk/atkdocument.h 6include/atk-1.0/atk/atkdocument.h
7include/atk-1.0/atk/atkeditabletext.h 7include/atk-1.0/atk/atkeditabletext.h
8include/atk-1.0/atk/atkgobjectaccessible.h 8include/atk-1.0/atk/atkgobjectaccessible.h
9include/atk-1.0/atk/atkhyperlink.h 9include/atk-1.0/atk/atkhyperlink.h
10include/atk-1.0/atk/atkhyperlinkimpl.h 10include/atk-1.0/atk/atkhyperlinkimpl.h
11include/atk-1.0/atk/atkhypertext.h 11include/atk-1.0/atk/atkhypertext.h
12include/atk-1.0/atk/atkimage.h 12include/atk-1.0/atk/atkimage.h
13include/atk-1.0/atk/atkmisc.h 13include/atk-1.0/atk/atkmisc.h
14include/atk-1.0/atk/atknoopobject.h 14include/atk-1.0/atk/atknoopobject.h
@@ -53,26 +53,27 @@ share/gtk-doc/html/atk/AtkObjectFactory. @@ -53,26 +53,27 @@ share/gtk-doc/html/atk/AtkObjectFactory.
53share/gtk-doc/html/atk/AtkRegistry.html 53share/gtk-doc/html/atk/AtkRegistry.html
54share/gtk-doc/html/atk/AtkRelation.html 54share/gtk-doc/html/atk/AtkRelation.html
55share/gtk-doc/html/atk/AtkRelationSet.html 55share/gtk-doc/html/atk/AtkRelationSet.html
56share/gtk-doc/html/atk/AtkSelection.html 56share/gtk-doc/html/atk/AtkSelection.html
57share/gtk-doc/html/atk/AtkStateSet.html 57share/gtk-doc/html/atk/AtkStateSet.html
58share/gtk-doc/html/atk/AtkStreamableContent.html 58share/gtk-doc/html/atk/AtkStreamableContent.html
59share/gtk-doc/html/atk/AtkTable.html 59share/gtk-doc/html/atk/AtkTable.html
60share/gtk-doc/html/atk/AtkTableCell.html 60share/gtk-doc/html/atk/AtkTableCell.html
61share/gtk-doc/html/atk/AtkText.html 61share/gtk-doc/html/atk/AtkText.html
62share/gtk-doc/html/atk/AtkUtil.html 62share/gtk-doc/html/atk/AtkUtil.html
63share/gtk-doc/html/atk/AtkValue.html 63share/gtk-doc/html/atk/AtkValue.html
64share/gtk-doc/html/atk/AtkWindow.html 64share/gtk-doc/html/atk/AtkWindow.html
65share/gtk-doc/html/atk/accessibles.html 65share/gtk-doc/html/atk/accessibles.html
 66share/gtk-doc/html/atk/annotation-glossary.html
66share/gtk-doc/html/atk/api-index-1-12.html 67share/gtk-doc/html/atk/api-index-1-12.html
67share/gtk-doc/html/atk/api-index-1-13.html 68share/gtk-doc/html/atk/api-index-1-13.html
68share/gtk-doc/html/atk/api-index-1-20.html 69share/gtk-doc/html/atk/api-index-1-20.html
69share/gtk-doc/html/atk/api-index-1-22.html 70share/gtk-doc/html/atk/api-index-1-22.html
70share/gtk-doc/html/atk/api-index-1-3.html 71share/gtk-doc/html/atk/api-index-1-3.html
71share/gtk-doc/html/atk/api-index-1-30.html 72share/gtk-doc/html/atk/api-index-1-30.html
72share/gtk-doc/html/atk/api-index-1-4.html 73share/gtk-doc/html/atk/api-index-1-4.html
73share/gtk-doc/html/atk/api-index-1-6.html 74share/gtk-doc/html/atk/api-index-1-6.html
74share/gtk-doc/html/atk/api-index-1-9.html 75share/gtk-doc/html/atk/api-index-1-9.html
75share/gtk-doc/html/atk/api-index-2-10.html 76share/gtk-doc/html/atk/api-index-2-10.html
76share/gtk-doc/html/atk/api-index-2-12.html 77share/gtk-doc/html/atk/api-index-2-12.html
77share/gtk-doc/html/atk/api-index-2-2.html 78share/gtk-doc/html/atk/api-index-2-2.html
78share/gtk-doc/html/atk/api-index-2-8.html 79share/gtk-doc/html/atk/api-index-2-8.html

cvs diff -r1.52 -r1.53 pkgsrc/devel/atk/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/atk/distinfo 2017/07/03 18:07:44 1.52
+++ pkgsrc/devel/atk/distinfo 2017/11/23 15:12:50 1.53
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.52 2017/07/03 18:07:44 prlw1 Exp $ 1$NetBSD: distinfo,v 1.53 2017/11/23 15:12:50 wiz Exp $
2 2
3SHA1 (atk-2.24.0.tar.xz) = 499fa622ea7c12ba15bef1b270a95d14607e3b67 3SHA1 (atk-2.26.1.tar.xz) = 78f33bdbacbc447c86a357690417c1b70e7664fc
4RMD160 (atk-2.24.0.tar.xz) = 73df21c72cd41404fff44b34fc08939e7bbc50ae 4RMD160 (atk-2.26.1.tar.xz) = 55faa64463bd91d7cf8395334c2fd5958cac5585
5SHA512 (atk-2.24.0.tar.xz) = 3ae0a4d5f28d5619d465135c685161f690732053bcb70a47669c951fbf389b5d2ccc5c7c73d4ee8c5a3b2df14e2f5b082e812a215f10a79b27b412d077f5e962 5SHA512 (atk-2.26.1.tar.xz) = 9a802f1856f0f608c3b4ef6de27dc8174e103dbb32431a4dcffcac48c685cc48efb087ab73f661d7327341e8074b73bb7877c596f93228283ca5907910d64a6b
6Size (atk-2.24.0.tar.xz) = 748972 bytes 6Size (atk-2.26.1.tar.xz) = 711960 bytes