All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] mozjs/0001-Port-build-to-python3.patch: Fix typos in description
@ 2021-07-20  6:14 Andreas Müller
  2021-07-20  6:14 ` [PATCH 2/3] jack: upgrade 1.19.18 -> 1.19.19 Andreas Müller
  2021-07-20  6:14 ` [PATCH 3/3] fluidsynth: upgrade 2.2.1 -> 2.2.2 Andreas Müller
  0 siblings, 2 replies; 5+ messages in thread
From: Andreas Müller @ 2021-07-20  6:14 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../mozjs/mozjs/0001-Port-build-to-python3.patch            | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs/0001-Port-build-to-python3.patch b/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs/0001-Port-build-to-python3.patch
index e525047df..5cdad93e9 100644
--- a/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs/0001-Port-build-to-python3.patch
+++ b/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs/0001-Port-build-to-python3.patch
@@ -17,15 +17,15 @@ Content-Transfer-Encoding: 8bit
   python/mozbuild/mozbuild/configure/__init__.py / Line 310 onwards
 * major changes upstream on build are not to expect so upgrading should cause
   little trouble and changes can be tracked by [3]
-* some solutions are workarounds/hacks so this patch will not be accepeted
-  upstream. This should not be a probelme for us: once mozjs >= 68 will arrive
+* some solutions are workarounds/hacks so this patch will not be accepted
+  upstream. This should not be a problem for us: once mozjs >= 68 will arrive
   we have to go to rust/cargo based build anyway.
 
 [1] https://code.foxkit.us/adelie/packages/blob/f2b5773da19ab397fbe64fd32dacc383cfe4cd77/user/mozjs/python3.patch
 [2] https://github.com/mozilla/gecko-dev
 [3] https://github.com/mozilla/gecko-dev/tree/esr60
 
-Upstream-Status: Inaproppriate [Some Hacks]
+Upstream-Status: Inappropriate [Some Hacks]
 
 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
 ---
-- 
2.31.1


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

* [PATCH 2/3] jack: upgrade 1.19.18 -> 1.19.19
  2021-07-20  6:14 [PATCH 1/3] mozjs/0001-Port-build-to-python3.patch: Fix typos in description Andreas Müller
@ 2021-07-20  6:14 ` Andreas Müller
  2021-07-21 17:21   ` [oe] " Khem Raj
  2021-07-20  6:14 ` [PATCH 3/3] fluidsynth: upgrade 2.2.1 -> 2.2.2 Andreas Müller
  1 sibling, 1 reply; 5+ messages in thread
From: Andreas Müller @ 2021-07-20  6:14 UTC (permalink / raw)
  To: openembedded-devel

Changes:

* Add jack_position_t::tick_double, and flags around it
* Add zalsa "-w" argument to wait for soundcard to be available
* Bump internal protocol version to 9 (due to struct alignment)
* Fix alignment of fields for atomic accesses
* Fix build for platforms needing __STDC_FORMAT_MACROS
* Fix compilation of documentation

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
---
 .../jack/{jack_1.19.18.bb => jack_1.19.19.bb}                   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-multimedia/jack/{jack_1.19.18.bb => jack_1.19.19.bb} (97%)

diff --git a/meta-oe/recipes-multimedia/jack/jack_1.19.18.bb b/meta-oe/recipes-multimedia/jack/jack_1.19.19.bb
similarity index 97%
rename from meta-oe/recipes-multimedia/jack/jack_1.19.18.bb
rename to meta-oe/recipes-multimedia/jack/jack_1.19.19.bb
index 038e9ce11..934e994e5 100644
--- a/meta-oe/recipes-multimedia/jack/jack_1.19.18.bb
+++ b/meta-oe/recipes-multimedia/jack/jack_1.19.19.bb
@@ -17,7 +17,7 @@ DEPENDS = "libsamplerate0 libsndfile1 readline"
 SRC_URI = "git://github.com/jackaudio/jack2.git \
            file://0001-example-clients-Use-c-compiler-for-jack_simdtests.patch \
           "
-SRCREV = "5041ab0fe7fb719efa5122386d355397289a91f0"
+SRCREV = "3e6ca6b734b69e2f5dfb85935068e15006fb5acf"
 
 S = "${WORKDIR}/git"
 
-- 
2.31.1


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

* [PATCH 3/3] fluidsynth: upgrade 2.2.1 -> 2.2.2
  2021-07-20  6:14 [PATCH 1/3] mozjs/0001-Port-build-to-python3.patch: Fix typos in description Andreas Müller
  2021-07-20  6:14 ` [PATCH 2/3] jack: upgrade 1.19.18 -> 1.19.19 Andreas Müller
@ 2021-07-20  6:14 ` Andreas Müller
  1 sibling, 0 replies; 5+ messages in thread
From: Andreas Müller @ 2021-07-20  6:14 UTC (permalink / raw)
  To: openembedded-devel

Changes:
* The MIDI router now handles out-of-range parameters in a smarter manner (#891, thanks to @jjceresa)
* Keep pedaling effective when the same note is played more than once (#905, thanks to @jjceresa)
* Select soundfont samples by frequency instead of midi note numbers (#926, thanks to @Naturseptime)
* Fix the sequencer's event ordering for NoteOn vel=0 events (#907)
* libfluidsynth's import library was broken for MinGW builds (#874)
* fluidsynth.exe short option -Q not working (#915, thanks to @pedrolcl)
* Precompiled Android binaries didn't work (#894, #897)
* Fix openMP detection for XCode 12.5 (#917)
* Make audio.jack.autoconnect connect all available ports (#920)
* Prevent MIDI Player from continuously suppressing notes (#935, thanks to @albedozero)
* fluidsynth.pc now includes private libraries for static linking (#904)
* Fix typos in code and documentation (#939, thanks to @luzpaz)

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 a8c8b4cd3..51101e8e6 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"
-SRCREV = "90a6c52e1c347d1c4283b0de9f860ed2fbc413bc"
+SRCREV = "fc21d284dc7fcacdbc456f30228110a55e6e79f6"
 S = "${WORKDIR}/git"
-PV = "2.2.1"
+PV = "2.2.2"
 
 inherit cmake pkgconfig lib_package
-- 
2.31.1


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

* Re: [oe] [PATCH 2/3] jack: upgrade 1.19.18 -> 1.19.19
  2021-07-20  6:14 ` [PATCH 2/3] jack: upgrade 1.19.18 -> 1.19.19 Andreas Müller
@ 2021-07-21 17:21   ` Khem Raj
  2021-07-21 20:03     ` Andreas Müller
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2021-07-21 17:21 UTC (permalink / raw)
  To: Andreas Müller; +Cc: openembeded-devel

On Mon, Jul 19, 2021 at 11:14 PM Andreas Müller <schnitzeltony@gmail.com> wrote:
>
> Changes:
>
> * Add jack_position_t::tick_double, and flags around it
> * Add zalsa "-w" argument to wait for soundcard to be available
> * Bump internal protocol version to 9 (due to struct alignment)
> * Fix alignment of fields for atomic accesses
> * Fix build for platforms needing __STDC_FORMAT_MACROS
> * Fix compilation of documentation
>

this fails to build with clang e.g see
https://errors.yoctoproject.org/Errors/Details/593001/
which is not a problem for this patch to go in but I thought you might
find it interesting

> Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
> ---
>  .../jack/{jack_1.19.18.bb => jack_1.19.19.bb}                   | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta-oe/recipes-multimedia/jack/{jack_1.19.18.bb => jack_1.19.19.bb} (97%)
>
> diff --git a/meta-oe/recipes-multimedia/jack/jack_1.19.18.bb b/meta-oe/recipes-multimedia/jack/jack_1.19.19.bb
> similarity index 97%
> rename from meta-oe/recipes-multimedia/jack/jack_1.19.18.bb
> rename to meta-oe/recipes-multimedia/jack/jack_1.19.19.bb
> index 038e9ce11..934e994e5 100644
> --- a/meta-oe/recipes-multimedia/jack/jack_1.19.18.bb
> +++ b/meta-oe/recipes-multimedia/jack/jack_1.19.19.bb
> @@ -17,7 +17,7 @@ DEPENDS = "libsamplerate0 libsndfile1 readline"
>  SRC_URI = "git://github.com/jackaudio/jack2.git \
>             file://0001-example-clients-Use-c-compiler-for-jack_simdtests.patch \
>            "
> -SRCREV = "5041ab0fe7fb719efa5122386d355397289a91f0"
> +SRCREV = "3e6ca6b734b69e2f5dfb85935068e15006fb5acf"
>
>  S = "${WORKDIR}/git"
>
> --
> 2.31.1
>
>
> 
>

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

* Re: [oe] [PATCH 2/3] jack: upgrade 1.19.18 -> 1.19.19
  2021-07-21 17:21   ` [oe] " Khem Raj
@ 2021-07-21 20:03     ` Andreas Müller
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Müller @ 2021-07-21 20:03 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembeded-devel

On Wed, Jul 21, 2021 at 7:21 PM Khem Raj <raj.khem@gmail.com> wrote:
>
> On Mon, Jul 19, 2021 at 11:14 PM Andreas Müller <schnitzeltony@gmail.com> wrote:
> >
> > Changes:
> >
> > * Add jack_position_t::tick_double, and flags around it
> > * Add zalsa "-w" argument to wait for soundcard to be available
> > * Bump internal protocol version to 9 (due to struct alignment)
> > * Fix alignment of fields for atomic accesses
> > * Fix build for platforms needing __STDC_FORMAT_MACROS
> > * Fix compilation of documentation
> >
>
> this fails to build with clang e.g see
> https://errors.yoctoproject.org/Errors/Details/593001/
> which is not a problem for this patch to go in but I thought you might
> find it interesting
Listening to clang's complaints is usually a good idea. Added it to my
TODO - may take am in close to vacation panic...

Andreas

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

end of thread, other threads:[~2021-07-21 20:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-20  6:14 [PATCH 1/3] mozjs/0001-Port-build-to-python3.patch: Fix typos in description Andreas Müller
2021-07-20  6:14 ` [PATCH 2/3] jack: upgrade 1.19.18 -> 1.19.19 Andreas Müller
2021-07-21 17:21   ` [oe] " Khem Raj
2021-07-21 20:03     ` Andreas Müller
2021-07-20  6:14 ` [PATCH 3/3] fluidsynth: upgrade 2.2.1 -> 2.2.2 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.