pangomm; upgrade 2.42.0 -> 2.42.1

2.42.1 (stable):

* Coverage: Ignore deprecations of pango functions
  (so it can be used with the latest versions of pango)
  (Kjell Ahlstedt)
* Layout::get_lines(): Fix ownership of the GSList
  (Kjell Ahlstedt)
* pango/src/color.hg: Fix call to _CLASS_BOXEDTYPE_STATIC
  (Chun-wei Fan) Merge request !10

Build:
* tools/gen_scripts: Update for non-source-dir builds
  (Kjell Ahlstedt)
* Add support for building pangomm with Meson
  (Chun-wei Fan, Kjell Ahlstedt) Merge request !7, !10
* meson.build: Check if .git is a directory or file
  (Ting-Wei Lan) Merge request !8
* NMake Makefiles: Allow builds from a GIT checkout
  (Chun-wei Fan)
* The fixed call to _CLASS_BOXEDTYPE_STATIC in color.hg
  is necessary in order to use glibmm 2.64.0 or later,
  combined with maintainer-mode in pangomm.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Andreas Müller 2020-04-06 11:20:27 +02:00 committed by Khem Raj
parent f8d942bb52
commit e6d934fce3

View File

@ -9,8 +9,8 @@ DEPENDS = "mm-common cairomm glibmm pango"
SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/pangomm/${SHRT_VER}/pangomm-${PV}.tar.xz"
SRC_URI[md5sum] = "6cffedf2225c4e72645a7d757fb5b832"
SRC_URI[sha256sum] = "ca6da067ff93a6445780c0b4b226eb84f484ab104b8391fb744a45cbc7edbf56"
SRC_URI[md5sum] = "339c48dd92ebd3a9911b231708f7a819"
SRC_URI[sha256sum] = "14bf04939930870d5cfa96860ed953ad2ce07c3fd8713add4a1bfe585589f40f"
inherit features_check autotools pkgconfig