Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/amsynth Fix audio/lv2 API fallout



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b41886623cbc
branches:  trunk
changeset: 432407:b41886623cbc
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Fri May 22 01:13:18 2020 +0000

description:
Fix audio/lv2 API fallout

diffstat:

 audio/amsynth/distinfo                                    |   4 +++-
 audio/amsynth/patches/patch-src_amsynth__lv2.cpp          |  13 +++++++++++++
 audio/amsynth/patches/patch-src_amsynth__lv2__ui__gtk.cpp |  13 +++++++++++++
 3 files changed, 29 insertions(+), 1 deletions(-)

diffs (50 lines):

diff -r df18325b489b -r b41886623cbc audio/amsynth/distinfo
--- a/audio/amsynth/distinfo    Fri May 22 00:49:48 2020 +0000
+++ b/audio/amsynth/distinfo    Fri May 22 01:13:18 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2020/05/08 13:15:27 nia Exp $
+$NetBSD: distinfo,v 1.3 2020/05/22 01:13:18 joerg Exp $
 
 SHA1 (amsynth-1.10.0.tar.gz) = a404fab2a7683fcb13146813b8fe7a11b2b40441
 RMD160 (amsynth-1.10.0.tar.gz) = 32352b9a933cff4124d88b5e3d5c10ea1ea95c62
@@ -6,4 +6,6 @@
 Size (amsynth-1.10.0.tar.gz) = 1504474 bytes
 SHA1 (patch-configure) = c933c8f377d29e03c3052ecc90f3f9c6a54fdb14
 SHA1 (patch-configure.ac) = 7d23744efa7f3e5a5de25d6c8e8bfb43a947ab9e
+SHA1 (patch-src_amsynth__lv2.cpp) = 2366430a33c3d6513b75333cbeac98513bb8384f
+SHA1 (patch-src_amsynth__lv2__ui__gtk.cpp) = 16fe111be7bf57dad76b6f3cef7f68ec8eac7ff8
 SHA1 (patch-src_amsynth__vst.cpp) = 237bc55cb257fc61bb06a037785340e9b8f91583
diff -r df18325b489b -r b41886623cbc audio/amsynth/patches/patch-src_amsynth__lv2.cpp
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/amsynth/patches/patch-src_amsynth__lv2.cpp  Fri May 22 01:13:18 2020 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_amsynth__lv2.cpp,v 1.1 2020/05/22 01:13:19 joerg Exp $
+
+--- src/amsynth_lv2.cpp.orig   2020-05-21 20:30:13.156423602 +0000
++++ src/amsynth_lv2.cpp
+@@ -80,7 +80,7 @@ struct amsynth_wrapper {
+ };
+ 
+ static LV2_Handle
+-lv2_instantiate(const struct _LV2_Descriptor *descriptor, double sample_rate, const char *bundle_path, const LV2_Feature *const *features)
++lv2_instantiate(const struct LV2_Descriptor *descriptor, double sample_rate, const char *bundle_path, const LV2_Feature *const *features)
+ {
+       LOG_FUNCTION_CALL();
+ 
diff -r df18325b489b -r b41886623cbc audio/amsynth/patches/patch-src_amsynth__lv2__ui__gtk.cpp
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/amsynth/patches/patch-src_amsynth__lv2__ui__gtk.cpp Fri May 22 01:13:18 2020 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_amsynth__lv2__ui__gtk.cpp,v 1.1 2020/05/22 01:13:19 joerg Exp $
+
+--- src/amsynth_lv2_ui_gtk.cpp.orig    2020-05-21 20:27:29.952873260 +0000
++++ src/amsynth_lv2_ui_gtk.cpp
+@@ -139,7 +139,7 @@ struct SynthesizerStub : ISynthesizer
+ ////////////////////////////////////////////////////////////////////////////////
+ 
+ static LV2UI_Handle
+-lv2_ui_instantiate(const struct _LV2UI_Descriptor* descriptor,
++lv2_ui_instantiate(const struct LV2UI_Descriptor* descriptor,
+                                  const char*                     plugin_uri,
+                                  const char*                     bundle_path,
+                                  LV2UI_Write_Function            write_function,



Home | Main Index | Thread Index | Old Index