All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 01/13] poppler: upgrade 21.01.0 -> 21.02.0
@ 2021-02-10 20:55 Andreas Müller
  2021-02-10 20:55 ` [PATCH 02/13] fluidsynth: upgrade 2.1.6 -> 2.1.7 Andreas Müller
                   ` (11 more replies)
  0 siblings, 12 replies; 17+ messages in thread
From: Andreas Müller @ 2021-02-10 20:55 UTC (permalink / raw)
  To: openembedded-devel

Release 21.02.0
core:
 * GfxCal*ColorSpace: introduce Bradford transform for chromatic adaptation
 * Fix memory leak if saving the file fails
 * Internal code improvements
 * Fix various issues handling broken files
 * Make checkedAdd work for long long in MSVC

qt5:
 * Properly export NewSignatureData class
 * Fix regression in QIODeviceOutStream + MSVC

qt6:
 * Properly export NewSignatureData class
 * Fix regression in QIODeviceOutStream + MSVC

utils:
 * pdftohtml: Fix error() parameter type

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../poppler/{poppler_21.01.0.bb => poppler_21.02.0.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/poppler/{poppler_21.01.0.bb => poppler_21.02.0.bb} (96%)

diff --git a/meta-oe/recipes-support/poppler/poppler_21.01.0.bb b/meta-oe/recipes-support/poppler/poppler_21.02.0.bb
similarity index 96%
rename from meta-oe/recipes-support/poppler/poppler_21.01.0.bb
rename to meta-oe/recipes-support/poppler/poppler_21.02.0.bb
index 4d4c310a4..c85fbf2af 100644
--- a/meta-oe/recipes-support/poppler/poppler_21.01.0.bb
+++ b/meta-oe/recipes-support/poppler/poppler_21.02.0.bb
@@ -7,7 +7,7 @@ SRC_URI = "http://poppler.freedesktop.org/${BP}.tar.xz \
            file://0001-Do-not-overwrite-all-our-build-flags.patch \
            file://basename-include.patch \
            "
-SRC_URI[sha256sum] = "016dde34e5f868ea98a32ca99b643325a9682281500942b7113f4ec88d20e2f3"
+SRC_URI[sha256sum] = "5c14759c99891e6e472aced6d5f0ff1dacf85d80cd9026d365c55c653edf792c"
 
 DEPENDS = "fontconfig zlib cairo lcms glib-2.0"
 
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 02/13] fluidsynth: upgrade 2.1.6 -> 2.1.7
  2021-02-10 20:55 [PATCH 01/13] poppler: upgrade 21.01.0 -> 21.02.0 Andreas Müller
@ 2021-02-10 20:55 ` Andreas Müller
  2021-02-10 20:55 ` [PATCH 03/13] mousepad: upgrade 0.5.1 -> 0.5.2 Andreas Müller
                   ` (10 subsequent siblings)
  11 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2021-02-10 20:55 UTC (permalink / raw)
  To: openembedded-devel

* a regression introduced in 2.1.0 prevented chorus from being audible when fluid_synth_process() was used (#751, thanks to @chirs241097)
* a regression introduced in 2.0.6 prevented the MIDI player from restarting playback after all files have been played (#755, thanks to @rncbc)
* fix a double-free violation introduced in 2.0.0 after executing the info shell command (#756)

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc
index 847a22311..74a2683ac 100644
--- a/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc
+++ b/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth.inc
@@ -5,8 +5,8 @@ LICENSE = "LGPL-2.1"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=fc178bcd425090939a8b634d1d6a9594"
 
 SRC_URI = "git://github.com/FluidSynth/fluidsynth.git;branch=2.1.x"
-SRCREV = "fd9bf6a6b0d10a984d2eb0e0e549700b7aa590ec"
+SRCREV = "e2d67ea77237046b703d537aec90620c22f7f629"
 S = "${WORKDIR}/git"
-PV = "2.1.6"
+PV = "2.1.7"
 
 inherit cmake pkgconfig lib_package
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 03/13] mousepad: upgrade 0.5.1 -> 0.5.2
  2021-02-10 20:55 [PATCH 01/13] poppler: upgrade 21.01.0 -> 21.02.0 Andreas Müller
  2021-02-10 20:55 ` [PATCH 02/13] fluidsynth: upgrade 2.1.6 -> 2.1.7 Andreas Müller
@ 2021-02-10 20:55 ` Andreas Müller
  2021-02-10 20:55 ` [PATCH 04/13] xfce4-cpugraph-plugin: upgrade 1.2.0 -> 1.2.1 Andreas Müller
                   ` (9 subsequent siblings)
  11 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2021-02-10 20:55 UTC (permalink / raw)
  To: openembedded-devel

Release notes for 0.5.2
=======================
- New Features:
  - Add a "Viewer Mode" toggle (#50, !72)
  - Improve `--quit` option: close all windows interactively (!71)
  - Improve encoding management (#42, !69)
    - Display the current encoding in the status bar
    - Make the default encoding configurable via GSettings
    - Allow to choose encoding in the "Open" and "Save As" dialogs (#42)
    - Add a command line option to choose encoding
  - Add a "Delete Line" action (#13, !66)
  - Make automatic addition of the last EOL character configurable (#53,!65)
  - Switch to GFile for I/O operations (#4, #27, #75, !64)
    - Add file monitoring (#75)
    - Add a setting to create a tilde-backup file when saving (#27)
    - Make saving atomic (#4)

- Appearance Changes:
  - Filter files on mime type in the "Open" and "Save As" dialogs (#2, #35, !67)

- Code Refactoring:
  - Improve encoding management (#42, !69)
    - Make encoding dialog more generic and self-contained
    - Encodings definition review
    - Clarify encoding management when opening files
    - Improve unicode BOM management
  - Switch to GFile for I/O operations (#4, #27, #75, !64)
    - Set the save action sensitivity more precisely
    - Let GFile APIs check for file existence when reading
    - Let GFile APIs check for external modifications when saving
    - Basic switch to GFile for I/O operations

- Bug Fixes:
  - Make "replace" and "replace all" behaviors consistent (#94)
  - Ensure that the page setup is properly applied when printing (#90)
  - Avoid character escape issues in menu item action names (#91)
  - Properly initialize document search properties
  - Avoid illegal memory access when searching with tab changes (!73)
  - Revert to "Wrap Around" always true for the search bar (#83)
  - Prevent too late accesses to the buffer in selection mode
  - Direct call to keybinding signals for "Delete" and "Select All" (#83)
  - Improve editing keybindings consistency (#83)

- Translation Updates

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../mousepad/{mousepad_0.5.1.bb => mousepad_0.5.2.bb}           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-xfce/recipes-apps/mousepad/{mousepad_0.5.1.bb => mousepad_0.5.2.bb} (80%)

diff --git a/meta-xfce/recipes-apps/mousepad/mousepad_0.5.1.bb b/meta-xfce/recipes-apps/mousepad/mousepad_0.5.2.bb
similarity index 80%
rename from meta-xfce/recipes-apps/mousepad/mousepad_0.5.1.bb
rename to meta-xfce/recipes-apps/mousepad/mousepad_0.5.2.bb
index 47bf1e221..a7e96851a 100644
--- a/meta-xfce/recipes-apps/mousepad/mousepad_0.5.1.bb
+++ b/meta-xfce/recipes-apps/mousepad/mousepad_0.5.2.bb
@@ -7,7 +7,7 @@ DEPENDS = "gtk+3 gtksourceview3 xfconf xfce4-dev-tools-native"
 
 inherit xfce-app gsettings mime-xdg
 
-SRC_URI[sha256sum] = "3d2e277b1ae82dd0f0fa25e27169491fc38c2b70a9a624f2ea472604b317a582"
+SRC_URI[sha256sum] = "30adc5631a4e551df7b3e17ddc1d10e9980080f96518dedccc32170cb18efb8e"
 
 FILES_${PN} += " \
     ${datadir}/glib-2.0/schemas \
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 04/13] xfce4-cpugraph-plugin: upgrade 1.2.0 -> 1.2.1
  2021-02-10 20:55 [PATCH 01/13] poppler: upgrade 21.01.0 -> 21.02.0 Andreas Müller
  2021-02-10 20:55 ` [PATCH 02/13] fluidsynth: upgrade 2.1.6 -> 2.1.7 Andreas Müller
  2021-02-10 20:55 ` [PATCH 03/13] mousepad: upgrade 0.5.1 -> 0.5.2 Andreas Müller
@ 2021-02-10 20:55 ` Andreas Müller
  2021-02-10 20:55 ` [PATCH 05/13] babl: upgrade 0.1.82 -> 0.1.84 Andreas Müller
                   ` (8 subsequent siblings)
  11 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2021-02-10 20:55 UTC (permalink / raw)
  To: openembedded-devel

Release notes for 1.2.1
=======================
- Repaint CPU load history after the user changes the update interval
- Properly initialize current usage bars
- Scale CPU load history chart according to the current update interval
- Store history in a circular buffer
- Add timestamps to CPU load history
- Update copyright year
- Update configuration files
- Translation Updates

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 ...-cpugraph-plugin_1.2.0.bb => xfce4-cpugraph-plugin_1.2.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-xfce/recipes-panel-plugins/cpugraph/{xfce4-cpugraph-plugin_1.2.0.bb => xfce4-cpugraph-plugin_1.2.1.bb} (75%)

diff --git a/meta-xfce/recipes-panel-plugins/cpugraph/xfce4-cpugraph-plugin_1.2.0.bb b/meta-xfce/recipes-panel-plugins/cpugraph/xfce4-cpugraph-plugin_1.2.1.bb
similarity index 75%
rename from meta-xfce/recipes-panel-plugins/cpugraph/xfce4-cpugraph-plugin_1.2.0.bb
rename to meta-xfce/recipes-panel-plugins/cpugraph/xfce4-cpugraph-plugin_1.2.1.bb
index 55941d74b..ebcdc2166 100644
--- a/meta-xfce/recipes-panel-plugins/cpugraph/xfce4-cpugraph-plugin_1.2.0.bb
+++ b/meta-xfce/recipes-panel-plugins/cpugraph/xfce4-cpugraph-plugin_1.2.1.bb
@@ -5,4 +5,4 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=415654f59d8fa70fe4eac2c3f86c8f5e"
 
 inherit xfce-panel-plugin
 
-SRC_URI[sha256sum] = "7866dddbbe0557a9bfe603934e9ce82df968fe36e21533d05ee71704e6602da7"
+SRC_URI[sha256sum] = "615adf9abd91417a44319d8e4dadc6012fa22a3778f2f379717512dcb7ef924a"
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 05/13] babl: upgrade 0.1.82 -> 0.1.84
  2021-02-10 20:55 [PATCH 01/13] poppler: upgrade 21.01.0 -> 21.02.0 Andreas Müller
                   ` (2 preceding siblings ...)
  2021-02-10 20:55 ` [PATCH 04/13] xfce4-cpugraph-plugin: upgrade 1.2.0 -> 1.2.1 Andreas Müller
@ 2021-02-10 20:55 ` Andreas Müller
  2021-02-10 20:55 ` [PATCH 06/13] gegl: upgrade 0.4.26 -> 0.4.28 Andreas Müller
                   ` (7 subsequent siblings)
  11 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2021-02-10 20:55 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 meta-gnome/recipes-gimp/babl/{babl_0.1.82.bb => babl_0.1.84.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gimp/babl/{babl_0.1.82.bb => babl_0.1.84.bb} (87%)

diff --git a/meta-gnome/recipes-gimp/babl/babl_0.1.82.bb b/meta-gnome/recipes-gimp/babl/babl_0.1.84.bb
similarity index 87%
rename from meta-gnome/recipes-gimp/babl/babl_0.1.82.bb
rename to meta-gnome/recipes-gimp/babl/babl_0.1.84.bb
index 244b867fa..b49d9d7e8 100644
--- a/meta-gnome/recipes-gimp/babl/babl_0.1.82.bb
+++ b/meta-gnome/recipes-gimp/babl/babl_0.1.84.bb
@@ -15,6 +15,6 @@ CFLAGS_append_toolchain-clang_mipsarch = " -ffp-exception-behavior=ignore "
 CFLAGS_append_toolchain-clang_riscv64 = " -ffp-exception-behavior=ignore "
 
 SRC_URI = "https://download.gimp.org/pub/${BPN}/0.1/${BP}.tar.xz"
-SRC_URI[sha256sum] = "c62d93d4ad6774cb8e3231bbbc7f2e61e551e7242d78640d757505ee1a9fadc5"
+SRC_URI[sha256sum] = "e7e38b8441f77feb9dc8231cb434a86190a21f2f3692c281457e99d35e9c34ea"
 
 BBCLASSEXTEND = "native"
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 06/13] gegl: upgrade 0.4.26 -> 0.4.28
  2021-02-10 20:55 [PATCH 01/13] poppler: upgrade 21.01.0 -> 21.02.0 Andreas Müller
                   ` (3 preceding siblings ...)
  2021-02-10 20:55 ` [PATCH 05/13] babl: upgrade 0.1.82 -> 0.1.84 Andreas Müller
@ 2021-02-10 20:55 ` Andreas Müller
  2021-02-10 20:55 ` [PATCH 07/13] gtk+: upgrade 2.24.32 -> 2.24.33 Andreas Müller
                   ` (6 subsequent siblings)
  11 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2021-02-10 20:55 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 meta-gnome/recipes-gimp/gegl/{gegl_0.4.26.bb => gegl_0.4.28.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-gnome/recipes-gimp/gegl/{gegl_0.4.26.bb => gegl_0.4.28.bb} (95%)

diff --git a/meta-gnome/recipes-gimp/gegl/gegl_0.4.26.bb b/meta-gnome/recipes-gimp/gegl/gegl_0.4.28.bb
similarity index 95%
rename from meta-gnome/recipes-gimp/gegl/gegl_0.4.26.bb
rename to meta-gnome/recipes-gimp/gegl/gegl_0.4.28.bb
index 6ac1e6ca9..810036162 100644
--- a/meta-gnome/recipes-gimp/gegl/gegl_0.4.26.bb
+++ b/meta-gnome/recipes-gimp/gegl/gegl_0.4.28.bb
@@ -26,7 +26,7 @@ SRC_URI = " \
     https://download.gimp.org/pub/${BPN}/${SHPV}/${BP}.tar.xz \
     file://0001-meson.build-Give-note-if-sdl2-was-found.patch \
 "
-SRC_URI[sha256sum] = "0f371e2ed2b92162fefd3dde743e648ca08a6a1b2b05004867fbddc7e211e424"
+SRC_URI[sha256sum] = "1d110d8577d54cca3b34239315bd37c57ccb27dd4355655074a2d2b3fd897900"
 
 PACKAGECONFIG ??= "gexiv2 jpeg libpng librsvg sdl2"
 PACKAGECONFIG_class-native = "libpng librsvg"
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 07/13] gtk+: upgrade 2.24.32 -> 2.24.33
  2021-02-10 20:55 [PATCH 01/13] poppler: upgrade 21.01.0 -> 21.02.0 Andreas Müller
                   ` (4 preceding siblings ...)
  2021-02-10 20:55 ` [PATCH 06/13] gegl: upgrade 0.4.26 -> 0.4.28 Andreas Müller
@ 2021-02-10 20:55 ` Andreas Müller
  2021-02-10 20:55 ` [PATCH 08/13] libsigc++-2.0: upgrade 2.10.3 -> 2.10.6 Andreas Müller
                   ` (5 subsequent siblings)
  11 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2021-02-10 20:55 UTC (permalink / raw)
  To: openembedded-devel

Overview of Changes from GTK+ 2.24.32 to 2.24.33
================================================

*********************************************************
*                                                       *
*   This is the final GTK 2.x release.                  *
*   There will be no more updates to GTK 2.             *
*   All users are encouraged to update to GTK 3 or 4.   *
*                                                       *
*********************************************************

* Make the output of gtk-query-immodules deterministic

* GtkCalendar: Use %OB if supported

* GtkIconTheme: prefer exact matches

* win32:
 - Always process all available messages
 - Ignore autorepeat for modifier keys
 - Ensure monitor enumeration matches up
 - Fix pkg-config file generation with msvc
 - Fix UAC manifest rc file
 - Add Visual Studio 2019 project files

* MacOS:
 - Use NSGraphicsContext after Yosemite
 - Force redraw on Mojave and later when processing updates
 - Fix a use-after-free

* build:
 - Support automake 1.16
 - Fix compiler warnings with newer gcc

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../recipes-gnome/gtk+/{gtk+_2.24.32.bb => gtk+_2.24.33.bb}    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-oe/recipes-gnome/gtk+/{gtk+_2.24.32.bb => gtk+_2.24.33.bb} (91%)

diff --git a/meta-oe/recipes-gnome/gtk+/gtk+_2.24.32.bb b/meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb
similarity index 91%
rename from meta-oe/recipes-gnome/gtk+/gtk+_2.24.32.bb
rename to meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb
index 682d31e49..0c2e353a9 100644
--- a/meta-oe/recipes-gnome/gtk+/gtk+_2.24.32.bb
+++ b/meta-oe/recipes-gnome/gtk+/gtk+_2.24.33.bb
@@ -13,8 +13,7 @@ SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-${PV}.tar.xz \
            file://0001-Do-not-look-into-HOME-when-looking-for-gtk-modules.patch \
            "
 
-SRC_URI[md5sum] = "d5742aa42275203a499b59b4c382a784"
-SRC_URI[sha256sum] = "b6c8a93ddda5eabe3bfee1eb39636c9a03d2a56c7b62828b359bf197943c582e"
+SRC_URI[sha256sum] = "ac2ac757f5942d318a311a54b0c80b5ef295f299c2a73c632f6bfb1ff49cc6da"
 
 EXTRA_OECONF = "--enable-xkb --disable-glibtest --disable-cups --disable-xinerama"
 
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 08/13] libsigc++-2.0: upgrade 2.10.3 -> 2.10.6
  2021-02-10 20:55 [PATCH 01/13] poppler: upgrade 21.01.0 -> 21.02.0 Andreas Müller
                   ` (5 preceding siblings ...)
  2021-02-10 20:55 ` [PATCH 07/13] gtk+: upgrade 2.24.32 -> 2.24.33 Andreas Müller
@ 2021-02-10 20:55 ` Andreas Müller
  2021-02-10 20:55 ` [PATCH 09/13] glibmm4: Initial add 2.68.0 Andreas Müller
                   ` (4 subsequent siblings)
  11 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2021-02-10 20:55 UTC (permalink / raw)
  To: openembedded-devel

Build with meson

2.10.6 (stable)

Build:
* Meson build: Fix versioning on macOS
  (Tom Schoonjans) Pull request #65

Documentation:
* sigc++/sigc++.h: Describe how to use libsigc++ with Meson
  (Kjell Ahlstedt)
* Update links to the web page, now at
  libsigcplusplus.github.io/libsigcplusplus
  (Kjell Ahlstedt)

2.10.4 (stable)

Build:
* Meson build: Set default value of the 'warnings' option to 'min'
  (Kjell Ahlstedt)
* NMake Makefiles: Several improvements
  (Chun-Wei Fan) Pull request #58
* docs/reference/: Update for Doxygen >= 1.8.16
  (Kjell Ahlstedt)

Documentation:
* docs/manual/libsigc_manual.xml: Update signal and slot syntax
  (Kjell Ahlstedt) Issue #59 (Denis Washington)

The tarball for 2.10.4 has been created with 'meson dist'.
If you build with Autotools from the tarball, please read the relevant
part of README.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../{libsigc++-2.0_2.10.3.bb => libsigc++-2.0_2.10.6.bb}     | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-core/libsigc++-2.0/{libsigc++-2.0_2.10.3.bb => libsigc++-2.0_2.10.6.bb} (74%)

diff --git a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.10.3.bb b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.10.6.bb
similarity index 74%
rename from meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.10.3.bb
rename to meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.10.6.bb
index e6129e246..f4c5aa396 100644
--- a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.10.3.bb
+++ b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.10.6.bb
@@ -6,12 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499"
 DEPENDS = "mm-common"
 
 SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.10/libsigc++-${PV}.tar.xz"
-SRC_URI[md5sum] = "ea68c7afc23a4b89a2dfa78344460785"
-SRC_URI[sha256sum] = "0b68dfc6313c6cc90ac989c6d722a1bf0585ad13846e79746aa87cb265904786"
+SRC_URI[sha256sum] = "dda176dc4681bda9d5a2ac1bc55273bdd381662b7a6d49e918267d13e8774e1b"
 
 S = "${WORKDIR}/libsigc++-${PV}"
 
-inherit autotools
+inherit meson
 
 FILES_${PN}-dev += "${libdir}/sigc++-*/"
 FILES_${PN}-doc += "${datadir}/devhelp"
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 09/13] glibmm4: Initial add 2.68.0
  2021-02-10 20:55 [PATCH 01/13] poppler: upgrade 21.01.0 -> 21.02.0 Andreas Müller
                   ` (6 preceding siblings ...)
  2021-02-10 20:55 ` [PATCH 08/13] libsigc++-2.0: upgrade 2.10.3 -> 2.10.6 Andreas Müller
@ 2021-02-10 20:55 ` Andreas Müller
  2021-02-10 21:16   ` [oe] " Khem Raj
  2021-02-10 20:55 ` [PATCH 10/13] cairomm4: initial add 1.16.0 Andreas Müller
                   ` (3 subsequent siblings)
  11 siblings, 1 reply; 17+ messages in thread
From: Andreas Müller @ 2021-02-10 20:55 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../recipes-core/glib-2.0/glibmm4_2.68.0.bb   | 24 +++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 meta-oe/recipes-core/glib-2.0/glibmm4_2.68.0.bb

diff --git a/meta-oe/recipes-core/glib-2.0/glibmm4_2.68.0.bb b/meta-oe/recipes-core/glib-2.0/glibmm4_2.68.0.bb
new file mode 100644
index 000000000..33f0645b7
--- /dev/null
+++ b/meta-oe/recipes-core/glib-2.0/glibmm4_2.68.0.bb
@@ -0,0 +1,24 @@
+SUMMARY = "C++ bindings for the glib library"
+HOMEPAGE = "http://www.gtkmm.org/"
+SECTION = "libs"
+LICENSE = "LGPLv2.1 & GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=42dfffebc56fec7527aac53b7a89d1d8 \
+                    file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe"
+
+DEPENDS = "mm-common glib-2.0 libsigc++-3 glib-2.0-native"
+
+GNOMEBASEBUILDCLASS = "meson"
+
+BPN = "glibmm"
+
+inherit gnomebase
+
+SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
+
+SRC_URI += "file://remove-examples.patch"
+SRC_URI[archive.sha256sum] = "c1f38573191dceed85a05600888cf4cf4695941f339715bd67d51c2416f4f375"
+
+FILES_${PN} = "${libdir}/lib*.so.*"
+FILES_${PN}-dev += "${datadir}/glibmm-* ${libdir}/glibmm-2.68/include/ ${libdir}/glibmm-2.68/proc/ ${libdir}/giomm-2.68/include/"
+
+RDEPENDS_${PN}-dev = "perl"
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 10/13] cairomm4: initial add 1.16.0
  2021-02-10 20:55 [PATCH 01/13] poppler: upgrade 21.01.0 -> 21.02.0 Andreas Müller
                   ` (7 preceding siblings ...)
  2021-02-10 20:55 ` [PATCH 09/13] glibmm4: Initial add 2.68.0 Andreas Müller
@ 2021-02-10 20:55 ` Andreas Müller
  2021-02-11 18:21   ` [oe] " Khem Raj
  2021-02-10 20:55 ` [PATCH 11/13] pangomm4: initial add 2.48.0 Andreas Müller
                   ` (2 subsequent siblings)
  11 siblings, 1 reply; 17+ messages in thread
From: Andreas Müller @ 2021-02-10 20:55 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../recipes-graphics/cairo/cairomm4_1.16.0.bb    | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 meta-oe/recipes-graphics/cairo/cairomm4_1.16.0.bb

diff --git a/meta-oe/recipes-graphics/cairo/cairomm4_1.16.0.bb b/meta-oe/recipes-graphics/cairo/cairomm4_1.16.0.bb
new file mode 100644
index 000000000..561962da4
--- /dev/null
+++ b/meta-oe/recipes-graphics/cairo/cairomm4_1.16.0.bb
@@ -0,0 +1,16 @@
+SUMMARY = "C++ bindings for Cairo graphics library"
+
+LICENSE = "LGPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=c46bda00ffbb0ba1dac22f8d087f54d9"
+
+inherit meson 
+
+BPN = "cairomm"
+
+DEPENDS = "cairo libsigc++-3"
+
+SRC_URI = "https://www.cairographics.org/releases/${BPN}-${PV}.tar.xz"
+SRC_URI[sha256sum] = "7e881492c5f9f546688c31160deb742c166fc4c68b6b8eb9920c00a0f0f144f9"
+
+FILES_${PN}-dev += "${libdir}/cairomm-*/"
+
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 11/13] pangomm4: initial add 2.48.0
  2021-02-10 20:55 [PATCH 01/13] poppler: upgrade 21.01.0 -> 21.02.0 Andreas Müller
                   ` (8 preceding siblings ...)
  2021-02-10 20:55 ` [PATCH 10/13] cairomm4: initial add 1.16.0 Andreas Müller
@ 2021-02-10 20:55 ` Andreas Müller
  2021-02-11 17:55   ` [oe] " Khem Raj
  2021-02-10 20:55 ` [PATCH 12/13] atkmm4: initial add 2.36.0 Andreas Müller
  2021-02-10 20:55 ` [PATCH 13/13] gtkmm3: upgrade 3.24.2 -> 3.24.3 Andreas Müller
  11 siblings, 1 reply; 17+ messages in thread
From: Andreas Müller @ 2021-02-10 20:55 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../recipes-graphics/pango/pangomm4_2.48.0.bb | 24 +++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 meta-oe/recipes-graphics/pango/pangomm4_2.48.0.bb

diff --git a/meta-oe/recipes-graphics/pango/pangomm4_2.48.0.bb b/meta-oe/recipes-graphics/pango/pangomm4_2.48.0.bb
new file mode 100644
index 000000000..9ecbeb25b
--- /dev/null
+++ b/meta-oe/recipes-graphics/pango/pangomm4_2.48.0.bb
@@ -0,0 +1,24 @@
+SUMMARY = "C++ bindings for the pango library"
+SECTION = "libs"
+LICENSE = "LGPLv2.1 & GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \
+                    file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe"
+
+DEPENDS = "mm-common cairomm3 glibmm3 pango"
+
+BPN = "pangomm"
+
+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[sha256sum] = "9e0ed474c33f8c2002ca9e2b61ca0d1f3d8e409e09e99f4d8c19eeafccf55b78"
+
+inherit features_check meson pkgconfig
+
+REQUIRED_DISTRO_FEATURES = "x11"
+
+EXTRA_OECONF = " --disable-documentation "
+
+FILES_${PN} = "${libdir}/lib*.so.*"
+FILES_${PN}-dev += "${libdir}/*/include/ ${libdir}/pangomm-*/"
+
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 12/13] atkmm4: initial add 2.36.0
  2021-02-10 20:55 [PATCH 01/13] poppler: upgrade 21.01.0 -> 21.02.0 Andreas Müller
                   ` (9 preceding siblings ...)
  2021-02-10 20:55 ` [PATCH 11/13] pangomm4: initial add 2.48.0 Andreas Müller
@ 2021-02-10 20:55 ` Andreas Müller
  2021-02-10 20:55 ` [PATCH 13/13] gtkmm3: upgrade 3.24.2 -> 3.24.3 Andreas Müller
  11 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2021-02-10 20:55 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 meta-oe/recipes-gnome/atk/atkmm4_2.36.0.bb | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 meta-oe/recipes-gnome/atk/atkmm4_2.36.0.bb

diff --git a/meta-oe/recipes-gnome/atk/atkmm4_2.36.0.bb b/meta-oe/recipes-gnome/atk/atkmm4_2.36.0.bb
new file mode 100644
index 000000000..8244b73e2
--- /dev/null
+++ b/meta-oe/recipes-gnome/atk/atkmm4_2.36.0.bb
@@ -0,0 +1,20 @@
+SUMMARY = "C++ bindings for the atk"
+SECTION = "libs"
+
+LICENSE = "LGPLv2.1 & GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \
+                    file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe"
+
+BPN = "atkmm"
+
+DEPENDS = "atk glibmm3"
+
+GNOMEBASEBUILDCLASS = "meson"
+
+inherit features_check gnomebase
+
+REQUIRED_DISTRO_FEATURES = "x11"
+
+SRC_URI[archive.sha256sum] = "c93fa9f3876536391b54c307a923b7788e79796ace69a5e9141d67398c019973"
+
+FILES_${PN}-dev += "${libdir}/*/include ${libdir}/*/proc/m4"
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* [PATCH 13/13] gtkmm3: upgrade 3.24.2 -> 3.24.3
  2021-02-10 20:55 [PATCH 01/13] poppler: upgrade 21.01.0 -> 21.02.0 Andreas Müller
                   ` (10 preceding siblings ...)
  2021-02-10 20:55 ` [PATCH 12/13] atkmm4: initial add 2.36.0 Andreas Müller
@ 2021-02-10 20:55 ` Andreas Müller
  11 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2021-02-10 20:55 UTC (permalink / raw)
  To: openembedded-devel

Moved to meson build

3.24.3 (stable):

The tarball for 3.24.3 has been created with 'meson dist'.
If you build with Autotools from the tarball, please read the relevant
part of the README file.

Gtk:
* Actionable::get_action_target_value(): Fix ref count
  (Kjell Ahlstedt)

Documentation:
* Improve the documentation of Gtk::Application::add_window()
  and Gtk::Window::set_application()
  (Kjell Ahlstedt) Issue #56 (Daniel Boles)
* Gtk::Button::set_image(): Fix the documentation
  (Daniel Boles) Issue #58, merge request !22
* Gtk::TreeView::append_column(): Add code example
  (Pavlo Solntsev) Merge request !21
* README: Add instructions for building gtkmm
  (Kjell Ahlstedt)
* Explain key values
  (Kjell Ahlstedt) Issue #6 (Mark Vender)

Demos:
* Don't use C++14 auto deduction
  (Daniel Boles)
* Update the GLArea demo (similar to updates in gtk+)
  (Kjell Ahlstedt)
* GLArea demo: Fix a crash
  (Kjell Ahlstedt) Issue #63 (Gerlof Fokkema)

Tests:
* Builder test: Test derived props declared in C++
  (Daniel Boles) Merge request !23

Build:
* Improve NMake support
  (Chun-wei Fan)
* Fix Autotools build with X11 backend disabled (--enable-x11-backend=no)
  (Kjell Ahlstedt)
* Use __declspec(dllexport) when building with Visual Studio
  (Chun-wei Fan) Merge request !25
* Add support for building gtkmm with Meson
  (Chun-wei Fan, Kjell Ahlstedt) Merge request !24, !26
* docs/reference/: Update for Doxygen >= 1.8.16
  (Kjell Ahlstedt)

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../gtk+/files/0001-do-not-build-demos.patch  | 51 -------------------
 .../{gtkmm3_3.24.2.bb => gtkmm3_3.24.3.bb}    | 10 ++--
 2 files changed, 5 insertions(+), 56 deletions(-)
 delete mode 100644 meta-oe/recipes-gnome/gtk+/files/0001-do-not-build-demos.patch
 rename meta-oe/recipes-gnome/gtk+/{gtkmm3_3.24.2.bb => gtkmm3_3.24.3.bb} (59%)

diff --git a/meta-oe/recipes-gnome/gtk+/files/0001-do-not-build-demos.patch b/meta-oe/recipes-gnome/gtk+/files/0001-do-not-build-demos.patch
deleted file mode 100644
index 176e97998..000000000
--- a/meta-oe/recipes-gnome/gtk+/files/0001-do-not-build-demos.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-From 6914eccee34376f9067b0ee9f17039fe182125e8 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@gmail.com>
-Date: Sat, 31 Mar 2018 22:29:16 +0200
-Subject: [PATCH] do not build demos
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-They are not installed anyway and add libepoxy dependency
-
-Upstream-Status: Pending
-
-Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
----
- Makefile.am  | 3 ++-
- configure.ac | 3 ---
- 2 files changed, 2 insertions(+), 4 deletions(-)
-
-diff --git a/Makefile.am b/Makefile.am
-index 984b6a7..6c754a6 100644
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -28,7 +28,8 @@ doc_subdirs = docs
- else
- doc_subdirs =
- endif
--SUBDIRS = tools $(src_subdirs) gdk/gdkmm gtk/gtkmm tests demos $(doc_subdirs)
-+
-+SUBDIRS = tools $(src_subdirs) gdk/gdkmm gtk/gtkmm tests $(doc_subdirs)
- 
- gdkmm_includedir = $(includedir)/$(GDKMM_MODULE_NAME)
- gdkmm_include_HEADERS = gdk/gdkmm.h
-diff --git a/configure.ac b/configure.ac
-index e5e82dc..c1c7658 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -109,11 +109,8 @@ AS_IF([test "x$gtkmm_enable_api_atkmm" != xno],
-       [GTKMM_MODULES="atkmm-1.6 >= 2.24.2 $GTKMM_MODULES"])
- AC_SUBST([GTKMM_MODULES])
- 
--AC_SUBST([GTKMM_DEMOS_EXTRA_MODULES], ['epoxy >= 1.2'])
--
- PKG_CHECK_MODULES([GDKMM], [$GDKMM_MODULES])
- PKG_CHECK_MODULES([GTKMM], [$GTKMM_MODULES])
--PKG_CHECK_MODULES([GTKMM_DEMOS_EXTRA], [$GTKMM_DEMOS_EXTRA_MODULES])
- 
- MM_PKG_CONFIG_SUBST([GTHREAD_CFLAGS], [--cflags-only-other gthread-2.0])
- MM_PKG_CONFIG_SUBST([GTHREAD_LIBS], [--libs gthread-2.0])
--- 
-2.14.3
-
diff --git a/meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.2.bb b/meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.3.bb
similarity index 59%
rename from meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.2.bb
rename to meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.3.bb
index adc38d8cf..f9ca7fd4b 100644
--- a/meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.2.bb
+++ b/meta-oe/recipes-gnome/gtk+/gtkmm3_3.24.3.bb
@@ -6,18 +6,18 @@ LICENSE = "LGPLv2.1 & GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
                     file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe"
 
-DEPENDS = "atkmm pangomm glibmm gtk+3 cairomm"
+DEPENDS = "glib-2.0-native atkmm pangomm glibmm gtk+3 cairomm"
 
 BPN = "gtkmm"
 
+GNOMEBASEBUILDCLASS = "meson"
+
 inherit gnomebase features_check
 
 REQUIRED_DISTRO_FEATURES = "x11"
 
-SRC_URI[archive.md5sum] = "e311db484ca9c53f1689d35f5f58a06b"
-SRC_URI[archive.sha256sum] = "6d71091bcd1863133460d4188d04102810e9123de19706fb656b7bb915b4adc3"
-SRC_URI += "file://0001-do-not-build-demos.patch"
+SRC_URI[archive.sha256sum] = "60497c4f7f354c3bd2557485f0254f8b7b4cf4bebc9fee0be26a77744eacd435"
 
-EXTRA_OECONF = " --disable-documentation "
+EXTRA_OEMESON = "-Dbuild-demos=false"
 
 FILES_${PN}-dev += "${libdir}/*/include ${libdir}/*/proc/m4"
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 17+ messages in thread

* Re: [oe] [PATCH 09/13] glibmm4: Initial add 2.68.0
  2021-02-10 20:55 ` [PATCH 09/13] glibmm4: Initial add 2.68.0 Andreas Müller
@ 2021-02-10 21:16   ` Khem Raj
  2021-02-10 22:00     ` Andreas Müller
  0 siblings, 1 reply; 17+ messages in thread
From: Khem Raj @ 2021-02-10 21:16 UTC (permalink / raw)
  To: Andreas Müller; +Cc: openembeded-devel

Can you add the newly added recipes to testing packagegroup as well ?

On Wed, Feb 10, 2021 at 12:56 PM Andreas Müller <schnitzeltony@gmail.com> wrote:
>
> Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
> ---
>  .../recipes-core/glib-2.0/glibmm4_2.68.0.bb   | 24 +++++++++++++++++++
>  1 file changed, 24 insertions(+)
>  create mode 100644 meta-oe/recipes-core/glib-2.0/glibmm4_2.68.0.bb
>
> diff --git a/meta-oe/recipes-core/glib-2.0/glibmm4_2.68.0.bb b/meta-oe/recipes-core/glib-2.0/glibmm4_2.68.0.bb
> new file mode 100644
> index 000000000..33f0645b7
> --- /dev/null
> +++ b/meta-oe/recipes-core/glib-2.0/glibmm4_2.68.0.bb
> @@ -0,0 +1,24 @@
> +SUMMARY = "C++ bindings for the glib library"
> +HOMEPAGE = "http://www.gtkmm.org/"
> +SECTION = "libs"
> +LICENSE = "LGPLv2.1 & GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=42dfffebc56fec7527aac53b7a89d1d8 \
> +                    file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe"
> +
> +DEPENDS = "mm-common glib-2.0 libsigc++-3 glib-2.0-native"
> +
> +GNOMEBASEBUILDCLASS = "meson"
> +
> +BPN = "glibmm"
> +
> +inherit gnomebase
> +
> +SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
> +
> +SRC_URI += "file://remove-examples.patch"
> +SRC_URI[archive.sha256sum] = "c1f38573191dceed85a05600888cf4cf4695941f339715bd67d51c2416f4f375"
> +
> +FILES_${PN} = "${libdir}/lib*.so.*"
> +FILES_${PN}-dev += "${datadir}/glibmm-* ${libdir}/glibmm-2.68/include/ ${libdir}/glibmm-2.68/proc/ ${libdir}/giomm-2.68/include/"
> +
> +RDEPENDS_${PN}-dev = "perl"
> --
> 2.26.2
>
>
> 
>

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [oe] [PATCH 09/13] glibmm4: Initial add 2.68.0
  2021-02-10 21:16   ` [oe] " Khem Raj
@ 2021-02-10 22:00     ` Andreas Müller
  0 siblings, 0 replies; 17+ messages in thread
From: Andreas Müller @ 2021-02-10 22:00 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel

On Wed, Feb 10, 2021 at 10:17 PM Khem Raj <raj.khem@gmail.com> wrote:
>
> Can you add the newly added recipes to testing packagegroup as well ?

Will do tomorrow

Andreas

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [oe] [PATCH 11/13] pangomm4: initial add 2.48.0
  2021-02-10 20:55 ` [PATCH 11/13] pangomm4: initial add 2.48.0 Andreas Müller
@ 2021-02-11 17:55   ` Khem Raj
  0 siblings, 0 replies; 17+ messages in thread
From: Khem Raj @ 2021-02-11 17:55 UTC (permalink / raw)
  To: Andreas Müller; +Cc: openembeded-devel

seeing

ERROR: Nothing PROVIDES 'glibmm3' (but
/mnt/b/yoe/master/sources/meta-openembedded/meta-oe/recipes-gnome/atk/atkmm4_2.36.0.bb,
/mnt/b/yoe/master/sources/meta-openembedded/meta-oe/recipes-graphics/pango/pangomm4_2.48.0.bb
DEPENDS on or otherwise requires it). Close matches:
  glibmm
  glibmm4
  libmms
ERROR: Nothing PROVIDES 'cairomm3' (but
/mnt/b/yoe/master/sources/meta-openembedded/meta-oe/recipes-graphics/pango/pangomm4_2.48.0.bb
DEPENDS on or otherwise requires it). Close matches:
  cairo
  cairomm
  cairomm4
ERROR: Nothing RPROVIDES 'atkmm4' (but
/mnt/b/yoe/master/sources/meta-openembedded/meta-oe/recipes-gnome/atk/atkmm4_2.36.0.bb
RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'atkmm4'
NOTE: Runtime target 'atkmm4' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['atkmm4']
ERROR: Nothing RPROVIDES 'atkmm4-dev' (but
/mnt/b/yoe/master/sources/meta-openembedded/meta-oe/recipes-gnome/atk/atkmm4_2.36.0.bb
RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'atkmm4-dev'
NOTE: Runtime target 'atkmm4-dev' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['atkmm4-dev']
ERROR: Nothing RPROVIDES 'pangomm4' (but
/mnt/b/yoe/master/sources/meta-openembedded/meta-oe/recipes-graphics/pango/pangomm4_2.48.0.bb
RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'pangomm4'
NOTE: Runtime target 'pangomm4' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['pangomm4']
ERROR: Nothing RPROVIDES 'pangomm4-dev' (but
/mnt/b/yoe/master/sources/meta-openembedded/meta-oe/recipes-graphics/pango/pangomm4_2.48.0.bb
RDEPENDS on or otherwise requires it)
No eligible RPROVIDERs exist for 'pangomm4-dev'

On Wed, Feb 10, 2021 at 12:56 PM Andreas Müller <schnitzeltony@gmail.com> wrote:
>
> Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
> ---
>  .../recipes-graphics/pango/pangomm4_2.48.0.bb | 24 +++++++++++++++++++
>  1 file changed, 24 insertions(+)
>  create mode 100644 meta-oe/recipes-graphics/pango/pangomm4_2.48.0.bb
>
> diff --git a/meta-oe/recipes-graphics/pango/pangomm4_2.48.0.bb b/meta-oe/recipes-graphics/pango/pangomm4_2.48.0.bb
> new file mode 100644
> index 000000000..9ecbeb25b
> --- /dev/null
> +++ b/meta-oe/recipes-graphics/pango/pangomm4_2.48.0.bb
> @@ -0,0 +1,24 @@
> +SUMMARY = "C++ bindings for the pango library"
> +SECTION = "libs"
> +LICENSE = "LGPLv2.1 & GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \
> +                    file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe"
> +
> +DEPENDS = "mm-common cairomm3 glibmm3 pango"
> +
> +BPN = "pangomm"
> +
> +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[sha256sum] = "9e0ed474c33f8c2002ca9e2b61ca0d1f3d8e409e09e99f4d8c19eeafccf55b78"
> +
> +inherit features_check meson pkgconfig
> +
> +REQUIRED_DISTRO_FEATURES = "x11"
> +
> +EXTRA_OECONF = " --disable-documentation "
> +
> +FILES_${PN} = "${libdir}/lib*.so.*"
> +FILES_${PN}-dev += "${libdir}/*/include/ ${libdir}/pangomm-*/"
> +
> --
> 2.26.2
>
>
> 
>

^ permalink raw reply	[flat|nested] 17+ messages in thread

* Re: [oe] [PATCH 10/13] cairomm4: initial add 1.16.0
  2021-02-10 20:55 ` [PATCH 10/13] cairomm4: initial add 1.16.0 Andreas Müller
@ 2021-02-11 18:21   ` Khem Raj
  0 siblings, 0 replies; 17+ messages in thread
From: Khem Raj @ 2021-02-11 18:21 UTC (permalink / raw)
  To: Andreas Müller; +Cc: openembeded-devel

this fails with clang https://errors.yoctoproject.org/Errors/Details/570344/
it seems to be finding libboost_unit_test_framework.a on build host,
which is not expected
I wonder if you can reproduce this error when you install boost on
your build host.

On Wed, Feb 10, 2021 at 12:56 PM Andreas Müller <schnitzeltony@gmail.com> wrote:
>
> Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
> ---
>  .../recipes-graphics/cairo/cairomm4_1.16.0.bb    | 16 ++++++++++++++++
>  1 file changed, 16 insertions(+)
>  create mode 100644 meta-oe/recipes-graphics/cairo/cairomm4_1.16.0.bb
>
> diff --git a/meta-oe/recipes-graphics/cairo/cairomm4_1.16.0.bb b/meta-oe/recipes-graphics/cairo/cairomm4_1.16.0.bb
> new file mode 100644
> index 000000000..561962da4
> --- /dev/null
> +++ b/meta-oe/recipes-graphics/cairo/cairomm4_1.16.0.bb
> @@ -0,0 +1,16 @@
> +SUMMARY = "C++ bindings for Cairo graphics library"
> +
> +LICENSE = "LGPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=c46bda00ffbb0ba1dac22f8d087f54d9"
> +
> +inherit meson
> +
> +BPN = "cairomm"
> +
> +DEPENDS = "cairo libsigc++-3"
> +
> +SRC_URI = "https://www.cairographics.org/releases/${BPN}-${PV}.tar.xz"
> +SRC_URI[sha256sum] = "7e881492c5f9f546688c31160deb742c166fc4c68b6b8eb9920c00a0f0f144f9"
> +
> +FILES_${PN}-dev += "${libdir}/cairomm-*/"
> +
> --
> 2.26.2
>
>
> 
>

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2021-02-11 18:22 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-10 20:55 [PATCH 01/13] poppler: upgrade 21.01.0 -> 21.02.0 Andreas Müller
2021-02-10 20:55 ` [PATCH 02/13] fluidsynth: upgrade 2.1.6 -> 2.1.7 Andreas Müller
2021-02-10 20:55 ` [PATCH 03/13] mousepad: upgrade 0.5.1 -> 0.5.2 Andreas Müller
2021-02-10 20:55 ` [PATCH 04/13] xfce4-cpugraph-plugin: upgrade 1.2.0 -> 1.2.1 Andreas Müller
2021-02-10 20:55 ` [PATCH 05/13] babl: upgrade 0.1.82 -> 0.1.84 Andreas Müller
2021-02-10 20:55 ` [PATCH 06/13] gegl: upgrade 0.4.26 -> 0.4.28 Andreas Müller
2021-02-10 20:55 ` [PATCH 07/13] gtk+: upgrade 2.24.32 -> 2.24.33 Andreas Müller
2021-02-10 20:55 ` [PATCH 08/13] libsigc++-2.0: upgrade 2.10.3 -> 2.10.6 Andreas Müller
2021-02-10 20:55 ` [PATCH 09/13] glibmm4: Initial add 2.68.0 Andreas Müller
2021-02-10 21:16   ` [oe] " Khem Raj
2021-02-10 22:00     ` Andreas Müller
2021-02-10 20:55 ` [PATCH 10/13] cairomm4: initial add 1.16.0 Andreas Müller
2021-02-11 18:21   ` [oe] " Khem Raj
2021-02-10 20:55 ` [PATCH 11/13] pangomm4: initial add 2.48.0 Andreas Müller
2021-02-11 17:55   ` [oe] " Khem Raj
2021-02-10 20:55 ` [PATCH 12/13] atkmm4: initial add 2.36.0 Andreas Müller
2021-02-10 20:55 ` [PATCH 13/13] gtkmm3: upgrade 3.24.2 -> 3.24.3 Andreas Müller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.