pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/gobject-introspection Update gobject-introspecti...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6dfa83b6bf1f
branches:  trunk
changeset: 652982:6dfa83b6bf1f
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Wed Jun 10 23:27:56 2015 +0000

description:
Update gobject-introspection to 1.44.0

Highlights:
      Update glib annotations from git master
      scanner: Support the C99 'bool' type
      girepository: Fix NULL return from g_irepository_get_dependencies()
      girepository: Document semantics of dependencies and includes better
      girepository: Add g_irepository_get_immediate_dependencies()
      docs: Clarify that GIR files may contain installation-specific data

diffstat:

 devel/gobject-introspection/Makefile         |   6 +++---
 devel/gobject-introspection/distinfo         |  10 +++++-----
 devel/gobject-introspection/patches/patch-aa |  10 +++++-----
 3 files changed, 13 insertions(+), 13 deletions(-)

diffs (64 lines):

diff -r 94a92673edef -r 6dfa83b6bf1f devel/gobject-introspection/Makefile
--- a/devel/gobject-introspection/Makefile      Wed Jun 10 23:14:46 2015 +0000
+++ b/devel/gobject-introspection/Makefile      Wed Jun 10 23:27:56 2015 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2014/10/07 23:29:49 prlw1 Exp $
+# $NetBSD: Makefile,v 1.43 2015/06/10 23:27:56 prlw1 Exp $
 
-DISTNAME=      gobject-introspection-1.42.0
+DISTNAME=      gobject-introspection-1.44.0
 CATEGORIES=    devel gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gobject-introspection/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -46,7 +46,7 @@
 #.include "../../graphics/cairo-gobject/buildlink3.mk"
 #TEST_TARGET=  check
 
-BUILDLINK_API_DEPENDS.glib2+= glib2>=2.36.0
+BUILDLINK_API_DEPENDS.glib2+= glib2>=2.44.0
 .include "../../devel/glib2/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libffi+= libffi>=3.0.0
 .include "../../devel/libffi/buildlink3.mk"
diff -r 94a92673edef -r 6dfa83b6bf1f devel/gobject-introspection/distinfo
--- a/devel/gobject-introspection/distinfo      Wed Jun 10 23:14:46 2015 +0000
+++ b/devel/gobject-introspection/distinfo      Wed Jun 10 23:27:56 2015 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.20 2014/10/07 23:29:49 prlw1 Exp $
+$NetBSD: distinfo,v 1.21 2015/06/10 23:27:56 prlw1 Exp $
 
-SHA1 (gobject-introspection-1.42.0.tar.xz) = b3e095004aa8321a5a814aacd019e6953d69c4eb
-RMD160 (gobject-introspection-1.42.0.tar.xz) = 3f2c4e4052def9f556156aed0d3e7883ec55f12b
-Size (gobject-introspection-1.42.0.tar.xz) = 1308056 bytes
-SHA1 (patch-aa) = 8763e49eae92952f8534ea668bfef1a26f9c0c26
+SHA1 (gobject-introspection-1.44.0.tar.xz) = 5bae1d170e19d6b3de2d1dd2554d5fc1230ee5fd
+RMD160 (gobject-introspection-1.44.0.tar.xz) = 6c6521f2690f09ea676b3fa0093e0fed5e87bc89
+Size (gobject-introspection-1.44.0.tar.xz) = 1319168 bytes
+SHA1 (patch-aa) = 51027168850b4015c958f29cff58ec6821f4cb42
 SHA1 (patch-ac) = 52174e01aa90a5cf75cfe2f255826c1e46f8e183
 SHA1 (patch-giscanner_dumper.py) = f2acdc734b7b93429e3179ffaf53c94c0e16e819
diff -r 94a92673edef -r 6dfa83b6bf1f devel/gobject-introspection/patches/patch-aa
--- a/devel/gobject-introspection/patches/patch-aa      Wed Jun 10 23:14:46 2015 +0000
+++ b/devel/gobject-introspection/patches/patch-aa      Wed Jun 10 23:27:56 2015 +0000
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.2 2014/01/02 12:32:19 obache Exp $
+$NetBSD: patch-aa,v 1.3 2015/06/10 23:27:56 prlw1 Exp $
 
---- giscanner/ast.py.orig      2013-07-10 16:13:23.000000000 +0000
+--- giscanner/ast.py.orig      2015-03-04 18:30:22.000000000 +0000
 +++ giscanner/ast.py
 @@ -277,13 +277,21 @@ type_names['void'] = TYPE_NONE
  type_names['signed long long'] = TYPE_LONG_LONG
@@ -21,10 +21,10 @@
 +type_names['__int64_t'] = TYPE_INT64
  type_names['uint64_t'] = TYPE_UINT64
 +type_names['__uint64_t'] = TYPE_UINT64
+ # C99 stdbool
+ type_names['bool'] = TYPE_BOOLEAN
  
- # A few additional GLib type aliases
- type_names['guchar'] = TYPE_UINT8
-@@ -319,7 +327,7 @@ type_names['FILE*'] = TYPE_ANY
+@@ -321,7 +329,7 @@ type_names['FILE*'] = TYPE_ANY
  # the relevant methods, but on the other hand, since these types are just
  # integers it's easy enough to expand them.
  type_names['size_t'] = type_names['gsize']



Home | Main Index | Thread Index | Old Index