All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Andreas Müller" <schnitzeltony@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 00/10] recipe updates
Date: Fri,  1 Dec 2017 12:08:06 +0100	[thread overview]
Message-ID: <20171201110816.13519-1-schnitzeltony@gmail.com> (raw)

* 0001-tumbler-ensure-thumbnails-work-properly.patch is a resend

The following changes since commit 34aa4c3202b427f59f843dc43a4e1afda4f81d13:

  usb-modeswitch: add usb-modeswitch@.service (2017-11-19 13:45:38 -0800)

are available in the git repository at:

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

for you to fetch changes up to c00a5c365f5a0215fbec2a056c2b3e292a38e4ac:

  fftw: Let dev-packages depend on libraries created (2017-12-01 12:01:19 +0100)

----------------------------------------------------------------
Andreas Müller (10):
      tumbler: ensure thumbnails work properly
      poppler-data: update 0.4.7 -> 0.4.8
      xfce4-whiskermenu-plugin: update 2.1.3 -> 2.1.4
      fluidsynth: performance improvements
      glibmm: update 2.50.1 -> 2.54.1
      thunar: update 1.6.12 -> thunar_1.6.13
      xfce4-pulseaudio-plugin: update 0.3.2 -> 0.3.3
      glm: update 0.9.8.4 -> 0.9.8.5
      fftw: update 3.3.6-p1 -> 3.3.7
      fftw: Let dev-packages depend on libraries created

 meta-multimedia/recipes-multimedia/fluidsynth/files/0001-avoid-buffer-overrun-in-fluid_synth_nwrite_float.patch      | 32 ++++++++++++++++++++++++++++++++
 meta-multimedia/recipes-multimedia/fluidsynth/files/0002-Use-ARM-NEON-accelaration-for-float-multithreaded-se.patch  | 76 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth_1.1.8.bb                                                    |  8 ++++++--
 meta-oe/recipes-core/glib-2.0/{glibmm_2.50.1.bb => glibmm_2.54.1.bb}                                                 |  6 +++---
 meta-oe/recipes-graphics/glm/{glm_0.9.8.4.bb => glm_0.9.8.5.bb}                                                      |  8 ++++----
 meta-oe/recipes-support/fftw/{fftw_3.3.6.bb => fftw_3.3.7.bb}                                                        | 11 +++++------
 meta-oe/recipes-support/poppler/{poppler-data_0.4.7.bb => poppler-data_0.4.8.bb}                                     |  4 ++--
 meta-xfce/recipes-panel-plugins/pulseaudio/{xfce4-pulseaudio-plugin_0.3.2.bb => xfce4-pulseaudio-plugin_0.3.3.bb}    |  4 ++--
 meta-xfce/recipes-panel-plugins/whiskermenu/{xfce4-whiskermenu-plugin_2.1.3.bb => xfce4-whiskermenu-plugin_2.1.4.bb} |  4 ++--
 meta-xfce/recipes-xfce/thunar/{thunar_1.6.12.bb => thunar_1.6.13.bb}                                                 |  4 ++--
 meta-xfce/recipes-xfce/tumbler/tumbler_0.2.0.bb                                                                      |  6 ++++++
 11 files changed, 140 insertions(+), 23 deletions(-)
 create mode 100644 meta-multimedia/recipes-multimedia/fluidsynth/files/0001-avoid-buffer-overrun-in-fluid_synth_nwrite_float.patch
 create mode 100644 meta-multimedia/recipes-multimedia/fluidsynth/files/0002-Use-ARM-NEON-accelaration-for-float-multithreaded-se.patch
 rename meta-oe/recipes-core/glib-2.0/{glibmm_2.50.1.bb => glibmm_2.54.1.bb} (84%)
 rename meta-oe/recipes-graphics/glm/{glm_0.9.8.4.bb => glm_0.9.8.5.bb} (79%)
 rename meta-oe/recipes-support/fftw/{fftw_3.3.6.bb => fftw_3.3.7.bb} (87%)
 rename meta-oe/recipes-support/poppler/{poppler-data_0.4.7.bb => poppler-data_0.4.8.bb} (90%)
 rename meta-xfce/recipes-panel-plugins/pulseaudio/{xfce4-pulseaudio-plugin_0.3.2.bb => xfce4-pulseaudio-plugin_0.3.3.bb} (73%)
 rename meta-xfce/recipes-panel-plugins/whiskermenu/{xfce4-whiskermenu-plugin_2.1.3.bb => xfce4-whiskermenu-plugin_2.1.4.bb} (66%)
 rename meta-xfce/recipes-xfce/thunar/{thunar_1.6.12.bb => thunar_1.6.13.bb} (88%)

-- 
2.9.5



             reply	other threads:[~2017-12-01 11:08 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-01 11:08 Andreas Müller [this message]
2017-12-01 11:08 ` [PATCH 01/10] tumbler: ensure thumbnails work properly Andreas Müller
2017-12-01 11:08 ` [PATCH 02/10] poppler-data: update 0.4.7 -> 0.4.8 Andreas Müller
2017-12-01 11:08 ` [PATCH 03/10] xfce4-whiskermenu-plugin: update 2.1.3 -> 2.1.4 Andreas Müller
2017-12-01 11:08 ` [PATCH 04/10] fluidsynth: performance improvements Andreas Müller
2017-12-01 14:49   ` Khem Raj
2017-12-01 17:35     ` Andreas Müller
2017-12-01 17:52       ` Khem Raj
2017-12-01 18:23         ` Andreas Müller
2017-12-01 11:08 ` [PATCH 05/10] glibmm: update 2.50.1 -> 2.54.1 Andreas Müller
2017-12-01 11:08 ` [PATCH 06/10] thunar: update 1.6.12 -> thunar_1.6.13 Andreas Müller
2017-12-01 11:08 ` [PATCH 07/10] xfce4-pulseaudio-plugin: update 0.3.2 -> 0.3.3 Andreas Müller
2017-12-01 11:08 ` [PATCH 08/10] glm: update 0.9.8.4 -> 0.9.8.5 Andreas Müller
2017-12-01 11:08 ` [PATCH 09/10] fftw: update 3.3.6-p1 -> 3.3.7 Andreas Müller
2017-12-01 11:08 ` [PATCH 10/10] fftw: Let dev-packages depend on libraries created Andreas Müller
  -- strict thread matches above, loose matches on Subject: below --
2023-11-14  3:08 [PATCH 00/10] Recipe updates Khem Raj
2017-11-02 10:31 Andreas Müller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171201110816.13519-1-schnitzeltony@gmail.com \
    --to=schnitzeltony@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.