diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2020-04-06 11:20:27 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-04-06 08:29:49 -0700 |
| commit | e6d934fce37b973f170f18f2e1ea2f0b5a731afd (patch) | |
| tree | 2b475e1de9d111bd7ed420f1051bf358afbeabfc /meta-oe/recipes-graphics/pango/pangomm_2.42.0.bb | |
| parent | f8d942bb5285f7755241015c9a4fe208e5b13a9b (diff) | |
| download | meta-openembedded-e6d934fce37b973f170f18f2e1ea2f0b5a731afd.tar.gz | |
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>
Diffstat (limited to 'meta-oe/recipes-graphics/pango/pangomm_2.42.0.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/pango/pangomm_2.42.0.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-oe/recipes-graphics/pango/pangomm_2.42.0.bb b/meta-oe/recipes-graphics/pango/pangomm_2.42.0.bb deleted file mode 100644 index 35e71ab42e..0000000000 --- a/meta-oe/recipes-graphics/pango/pangomm_2.42.0.bb +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 1 | SUMMARY = "C++ bindings for the pango library" | ||
| 2 | SECTION = "libs" | ||
| 3 | LICENSE = "LGPLv2.1 & GPLv2" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \ | ||
| 5 | file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe" | ||
| 6 | |||
| 7 | DEPENDS = "mm-common cairomm glibmm pango" | ||
| 8 | |||
| 9 | SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" | ||
| 10 | |||
| 11 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/pangomm/${SHRT_VER}/pangomm-${PV}.tar.xz" | ||
| 12 | SRC_URI[md5sum] = "6cffedf2225c4e72645a7d757fb5b832" | ||
| 13 | SRC_URI[sha256sum] = "ca6da067ff93a6445780c0b4b226eb84f484ab104b8391fb744a45cbc7edbf56" | ||
| 14 | |||
| 15 | inherit features_check autotools pkgconfig | ||
| 16 | |||
| 17 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 18 | |||
| 19 | EXTRA_OECONF = " --disable-documentation " | ||
| 20 | |||
| 21 | FILES_${PN} = "${libdir}/lib*.so.*" | ||
| 22 | FILES_${PN}-dev += "${libdir}/*/include/ ${libdir}/pangomm-*/" | ||
| 23 | |||
