[oe] [PATCH 0/8] Updates and minor fixes

Andreas Müller schnitzeltony at gmail.com
Sun Mar 18 19:08:25 UTC 2018


* 0001 (glm update): Is a resend and patchwork says it is under test [1]. Added
      it again because 0002.. requires it.
* 0002 (glm fix): Unbreaks packages using glm/glx headers
* 0003 (abiword/libglade): Can' say goodbye yet...
* 0004-0008 misc updates

[1] https://patchwork.openembedded.org/patch/149250/

The following changes since commit 4598769a96980b756b3489ac71ed46a075cfabd7:

  openbox: Improve handling of openbox-session / gnome-openbox-session (2018-03-16 19:27:54 -0700)

are available in the Git repository at:

  https://github.com/schnitzeltony/meta-openembedded.git patches

for you to fetch changes up to 8cbabfa65784e69d00819afa019b6f32cd02a5e8:

  poppler: update 0.57.0 -> 0.62.0 (2018-03-18 20:04:19 +0100)

----------------------------------------------------------------
Andreas Müller (8):
      glm: update 0.9.8.5 -> 0.9.9-a2 to fix x86_64 (sse-simd) build
      glm: fix build breaks when using glx headers / fix install
      abiword: remove unneeded libglade from dependencies
      fluidsynth: update 1.1.9 -> 1.1.10
      xfce4-terminal: update 0.8.7.1 -> 0.8.7.2
      xfce4-settings: update 4.12.1 -> 4.12.2
      gnuplot: update 5.0.5 -> 5.2.2 and rework
      poppler: update 0.57.0 -> 0.62.0

 meta-gnome/recipes-gnome/abiword/abiword_3.0.2.bb                                                     |   1 -
 meta-multimedia/recipes-multimedia/fluidsynth/{fluidsynth_1.1.9.bb => fluidsynth_1.1.10.bb}           |   2 +-
 meta-oe/recipes-extended/gnuplot/gnuplot.inc                                                          |  42 -----
 meta-oe/recipes-extended/gnuplot/gnuplot/0001-reduce-build-to-conversion-tools-for-native-build.patch |  31 ++++
 meta-oe/recipes-extended/gnuplot/gnuplot/0002-do-not-build-demos.patch                                |  31 ++++
 meta-oe/recipes-extended/gnuplot/gnuplot/0003-Use-native-tools-to-build-docs.patch                    | 111 +++++++++++++
 meta-oe/recipes-extended/gnuplot/gnuplot/0004-Add-configure-option-to-find-qt5-native-tools.patch     |  42 +++++
 meta-oe/recipes-extended/gnuplot/gnuplot/gnuplot.desktop                                              |   4 +-
 meta-oe/recipes-extended/gnuplot/gnuplot/lua-loadlibs-configure-in-fix.patch                          |  16 --
 meta-oe/recipes-extended/gnuplot/gnuplot/qtopia.trm                                                   | 483 ---------------------------------------------------------
 meta-oe/recipes-extended/gnuplot/gnuplot/subdirs.patch                                                |  11 --
 meta-oe/recipes-extended/gnuplot/gnuplot_5.0.5.bb                                                     |  14 --
 meta-oe/recipes-extended/gnuplot/gnuplot_5.2.2.bb                                                     |  69 +++++++++
 meta-oe/recipes-graphics/glm/files/0001-Make-GLM_ENABLE_EXPERIMENTAL-a-configurable-option.patch      | 860 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 meta-oe/recipes-graphics/glm/files/0002-glm-install-headers-only.patch                                |  46 ++++++
 meta-oe/recipes-graphics/glm/{glm_0.9.8.5.bb => glm_0.9.9-a2.bb}                                      |  12 +-
 meta-oe/recipes-support/poppler/poppler/0001-Do-not-overwrite-all-our-build-flags.patch               |  36 +++++
 meta-oe/recipes-support/poppler/poppler/0001-add-manadatory-options-to-find-qt4-qt5-moc.patch         |  91 -----------
 meta-oe/recipes-support/poppler/poppler/0002-fix-gcc-6-math-ambiguous-errors.patch                    |  11 --
 meta-oe/recipes-support/poppler/poppler_0.57.0.bb                                                     |  55 -------
 meta-oe/recipes-support/poppler/poppler_0.62.0.bb                                                     |  55 +++++++
 meta-xfce/recipes-apps/xfce4-terminal/{xfce4-terminal_0.8.7.1.bb => xfce4-terminal_0.8.7.2.bb}        |   4 +-
 meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb                                           |   6 +-
 23 files changed, 1298 insertions(+), 735 deletions(-)
 rename meta-multimedia/recipes-multimedia/fluidsynth/{fluidsynth_1.1.9.bb => fluidsynth_1.1.10.bb} (95%)
 delete mode 100644 meta-oe/recipes-extended/gnuplot/gnuplot.inc
 create mode 100644 meta-oe/recipes-extended/gnuplot/gnuplot/0001-reduce-build-to-conversion-tools-for-native-build.patch
 create mode 100644 meta-oe/recipes-extended/gnuplot/gnuplot/0002-do-not-build-demos.patch
 create mode 100644 meta-oe/recipes-extended/gnuplot/gnuplot/0003-Use-native-tools-to-build-docs.patch
 create mode 100644 meta-oe/recipes-extended/gnuplot/gnuplot/0004-Add-configure-option-to-find-qt5-native-tools.patch
 delete mode 100644 meta-oe/recipes-extended/gnuplot/gnuplot/lua-loadlibs-configure-in-fix.patch
 delete mode 100644 meta-oe/recipes-extended/gnuplot/gnuplot/qtopia.trm
 delete mode 100644 meta-oe/recipes-extended/gnuplot/gnuplot/subdirs.patch
 delete mode 100644 meta-oe/recipes-extended/gnuplot/gnuplot_5.0.5.bb
 create mode 100644 meta-oe/recipes-extended/gnuplot/gnuplot_5.2.2.bb
 create mode 100644 meta-oe/recipes-graphics/glm/files/0001-Make-GLM_ENABLE_EXPERIMENTAL-a-configurable-option.patch
 create mode 100644 meta-oe/recipes-graphics/glm/files/0002-glm-install-headers-only.patch
 rename meta-oe/recipes-graphics/glm/{glm_0.9.8.5.bb => glm_0.9.9-a2.bb} (54%)
 create mode 100644 meta-oe/recipes-support/poppler/poppler/0001-Do-not-overwrite-all-our-build-flags.patch
 delete mode 100644 meta-oe/recipes-support/poppler/poppler/0001-add-manadatory-options-to-find-qt4-qt5-moc.patch
 delete mode 100644 meta-oe/recipes-support/poppler/poppler/0002-fix-gcc-6-math-ambiguous-errors.patch
 delete mode 100644 meta-oe/recipes-support/poppler/poppler_0.57.0.bb
 create mode 100644 meta-oe/recipes-support/poppler/poppler_0.62.0.bb
 rename meta-xfce/recipes-apps/xfce4-terminal/{xfce4-terminal_0.8.7.1.bb => xfce4-terminal_0.8.7.2.bb} (68%)

-- 
2.14.3




More information about the Openembedded-devel mailing list