all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob aabd078356a14267931b1f2629683383f54d96b4 3627 bytes (raw)
name: gnu/packages/patches/eq10q-lv2-descriptor.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
 
Replace _LV2UI_Descriptor with LV2UI_Descriptor

diff -rupN eq10q-2.2_original/gui/bassup_ui.cpp eq10q-2.2_patched/gui/bassup_ui.cpp
--- eq10q-2.2_original/gui/bassup_ui.cpp	2016-12-11 13:07:52.000000000 +0100
+++ eq10q-2.2_patched/gui/bassup_ui.cpp	2021-05-24 19:24:34.363536592 +0200
@@ -38,7 +38,7 @@ using namespace std;
 #define BASSUP_GUI_URI "http://eq10q.sourceforge.net/bassup/gui"
 
 
-static LV2UI_Handle instantiateBassUp_gui(const _LV2UI_Descriptor *descriptor, const char *plugin_uri, const char *bundle_path, LV2UI_Write_Function write_function, LV2UI_Controller controller, LV2UI_Widget *widget, const LV2_Feature *const *features)
+static LV2UI_Handle instantiateBassUp_gui(const LV2UI_Descriptor *descriptor, const char *plugin_uri, const char *bundle_path, LV2UI_Write_Function write_function, LV2UI_Controller controller, LV2UI_Widget *widget, const LV2_Feature *const *features)
 {
   #ifdef TESTING_EQ10Q
   cout<<"instantiateEq10q_gui Entring... ";
diff -rupN eq10q-2.2_original/gui/dyn_ui.cpp eq10q-2.2_patched/gui/dyn_ui.cpp
--- eq10q-2.2_original/gui/dyn_ui.cpp	2016-12-11 13:07:50.000000000 +0100
+++ eq10q-2.2_patched/gui/dyn_ui.cpp	2021-05-24 19:24:34.363536592 +0200
@@ -37,7 +37,7 @@ This plugin is inside the Sapista Plugin
 using namespace std;
 #endif
 
-static LV2UI_Handle instantiateDyn_gui(const _LV2UI_Descriptor *descriptor, const char *plugin_uri, const char *bundle_path, LV2UI_Write_Function write_function, LV2UI_Controller controller, LV2UI_Widget *widget, const LV2_Feature *const *features)
+static LV2UI_Handle instantiateDyn_gui(const LV2UI_Descriptor *descriptor, const char *plugin_uri, const char *bundle_path, LV2UI_Write_Function write_function, LV2UI_Controller controller, LV2UI_Widget *widget, const LV2_Feature *const *features)
 {
   #ifdef TESTING_EQ10Q
   cout<<"instantiateDyn_gui Entring... ";
diff -rupN eq10q-2.2_original/gui/eq10q_ui.cpp eq10q-2.2_patched/gui/eq10q_ui.cpp
--- eq10q-2.2_original/gui/eq10q_ui.cpp	2016-12-11 13:07:50.000000000 +0100
+++ eq10q-2.2_patched/gui/eq10q_ui.cpp	2021-05-24 19:24:34.363536592 +0200
@@ -38,7 +38,7 @@ using namespace std;
 #endif
 
 
-static LV2UI_Handle instantiateEq10q_gui(const _LV2UI_Descriptor *descriptor, const char *plugin_uri, const char *bundle_path, LV2UI_Write_Function write_function, LV2UI_Controller controller, LV2UI_Widget *widget, const LV2_Feature *const *features)
+static LV2UI_Handle instantiateEq10q_gui(const LV2UI_Descriptor *descriptor, const char *plugin_uri, const char *bundle_path, LV2UI_Write_Function write_function, LV2UI_Controller controller, LV2UI_Widget *widget, const LV2_Feature *const *features)
 {
   #ifdef TESTING_EQ10Q
   cout<<"instantiateEq10q_gui Entring... ";
diff -rupN eq10q-2.2_original/gui/midside_ui.cpp eq10q-2.2_patched/gui/midside_ui.cpp
--- eq10q-2.2_original/gui/midside_ui.cpp	2016-12-11 13:07:53.000000000 +0100
+++ eq10q-2.2_patched/gui/midside_ui.cpp	2021-05-24 19:24:34.367536562 +0200
@@ -37,7 +37,7 @@ This plugin is inside the Sapista Plugin
 using namespace std;
 #endif
 
-static LV2UI_Handle instantiateMidSide_gui(const _LV2UI_Descriptor *descriptor, const char *plugin_uri, const char *bundle_path, LV2UI_Write_Function write_function, LV2UI_Controller controller, LV2UI_Widget *widget, const LV2_Feature *const *features)
+static LV2UI_Handle instantiateMidSide_gui(const LV2UI_Descriptor *descriptor, const char *plugin_uri, const char *bundle_path, LV2UI_Write_Function write_function, LV2UI_Controller controller, LV2UI_Widget *widget, const LV2_Feature *const *features)
 {
   #ifdef TESTING_EQ10Q
   cout<<"instantiateEq10q_gui Entring... ";

debug log:

solving aabd078356 ...
found aabd078356 in https://yhetil.org/guix/20210524194310.13378-1-t_w_@freenet.de/ ||
	https://yhetil.org/guix/20211026080128.6851-1-t_w_@freenet.de/

applying [1/1] https://yhetil.org/guix/20210524194310.13378-1-t_w_@freenet.de/
diff --git a/gnu/packages/patches/eq10q-lv2-descriptor.patch b/gnu/packages/patches/eq10q-lv2-descriptor.patch
new file mode 100644
index 0000000000..aabd078356

1:14: trailing whitespace.
 
1:15: trailing whitespace.
 
1:27: trailing whitespace.
 
1:38: trailing whitespace.
 
1:39: trailing whitespace.
 
Checking patch gnu/packages/patches/eq10q-lv2-descriptor.patch...
Applied patch gnu/packages/patches/eq10q-lv2-descriptor.patch cleanly.
warning: squelched 1 whitespace error
warning: 6 lines add whitespace errors.

skipping https://yhetil.org/guix/20211026080128.6851-1-t_w_@freenet.de/ for aabd078356
index at:
100644 aabd078356a14267931b1f2629683383f54d96b4	gnu/packages/patches/eq10q-lv2-descriptor.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

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.