pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/amsynth
Module Name: pkgsrc
Committed By: joerg
Date: Fri May 22 01:13:19 UTC 2020
Modified Files:
pkgsrc/audio/amsynth: distinfo
Added Files:
pkgsrc/audio/amsynth/patches: patch-src_amsynth__lv2.cpp
patch-src_amsynth__lv2__ui__gtk.cpp
Log Message:
Fix audio/lv2 API fallout
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/amsynth/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/audio/amsynth/patches/patch-src_amsynth__lv2.cpp \
pkgsrc/audio/amsynth/patches/patch-src_amsynth__lv2__ui__gtk.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/amsynth/distinfo
diff -u pkgsrc/audio/amsynth/distinfo:1.2 pkgsrc/audio/amsynth/distinfo:1.3
--- pkgsrc/audio/amsynth/distinfo:1.2 Fri May 8 13:15:27 2020
+++ pkgsrc/audio/amsynth/distinfo Fri May 22 01:13:18 2020
@@ -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 @@ SHA512 (amsynth-1.10.0.tar.gz) = 3625225
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
Added files:
Index: pkgsrc/audio/amsynth/patches/patch-src_amsynth__lv2.cpp
diff -u /dev/null pkgsrc/audio/amsynth/patches/patch-src_amsynth__lv2.cpp:1.1
--- /dev/null Fri May 22 01:13:19 2020
+++ pkgsrc/audio/amsynth/patches/patch-src_amsynth__lv2.cpp Fri May 22 01:13:19 2020
@@ -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();
+
Index: pkgsrc/audio/amsynth/patches/patch-src_amsynth__lv2__ui__gtk.cpp
diff -u /dev/null pkgsrc/audio/amsynth/patches/patch-src_amsynth__lv2__ui__gtk.cpp:1.1
--- /dev/null Fri May 22 01:13:19 2020
+++ pkgsrc/audio/amsynth/patches/patch-src_amsynth__lv2__ui__gtk.cpp Fri May 22 01:13:19 2020
@@ -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