From 4b2960768af144d2ebe5965fa13de1df513d4386 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Mon, 9 Jan 2017 20:47:59 +0100 Subject: [PATCH] amsynth: fix patche's upstream-states MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../amsynth/files/0001-Preset-return-reference-to-mName.patch | 4 ++++ .../amsynth/files/0002-dssi-report-presets-correctly.patch | 4 ++++ .../amsynth/files/0003-dssi-fix-preset-selection.patch | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/recipes-misc/recipes-multimedia/amsynth/files/0001-Preset-return-reference-to-mName.patch b/recipes-misc/recipes-multimedia/amsynth/files/0001-Preset-return-reference-to-mName.patch index a71e82df..ca93c357 100644 --- a/recipes-misc/recipes-multimedia/amsynth/files/0001-Preset-return-reference-to-mName.patch +++ b/recipes-misc/recipes-multimedia/amsynth/files/0001-Preset-return-reference-to-mName.patch @@ -10,6 +10,10 @@ Otherwise we get temporary objects with non deterministic lifetime. Errors caused are e.g mangled names in dssi get_program. Not easy to debug believe me! +Upstream-Status: Applied [1] + +https://github.com/amsynth/amsynth/pull/56 + Signed-off-by: Andreas Müller --- src/Preset.h | 2 +- diff --git a/recipes-misc/recipes-multimedia/amsynth/files/0002-dssi-report-presets-correctly.patch b/recipes-misc/recipes-multimedia/amsynth/files/0002-dssi-report-presets-correctly.patch index 9f5fc488..76c3b5e9 100644 --- a/recipes-misc/recipes-multimedia/amsynth/files/0002-dssi-report-presets-correctly.patch +++ b/recipes-misc/recipes-multimedia/amsynth/files/0002-dssi-report-presets-correctly.patch @@ -6,6 +6,10 @@ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit +Upstream-Status: Applied [1] + +https://github.com/amsynth/amsynth/pull/57 + Signed-off-by: Andreas Müller --- src/dssi.cpp | 29 ++++++++++++++++++++++------- diff --git a/recipes-misc/recipes-multimedia/amsynth/files/0003-dssi-fix-preset-selection.patch b/recipes-misc/recipes-multimedia/amsynth/files/0003-dssi-fix-preset-selection.patch index 56b89677..5379e818 100644 --- a/recipes-misc/recipes-multimedia/amsynth/files/0003-dssi-fix-preset-selection.patch +++ b/recipes-misc/recipes-multimedia/amsynth/files/0003-dssi-fix-preset-selection.patch @@ -6,6 +6,10 @@ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit +Upstream-Status: Applied [1] + +https://github.com/amsynth/amsynth/pull/57 + Signed-off-by: Andreas Müller --- src/dssi.cpp | 5 ++++-