Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
push previous cardinal update
Signed-off-by: falkTX <falktx@falktx.com>
- Loading branch information
Showing
4 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 23 additions & 0 deletions
23
sources/plugins/cardinal/debian/patches/03_a51cb460bc958b60c7b40c0d27943a136fe1f49b.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| From a51cb460bc958b60c7b40c0d27943a136fe1f49b Mon Sep 17 00:00:00 2001 | ||
| From: falkTX <falktx@falktx.com> | ||
| Date: Sat, 15 Jul 2023 19:39:53 +0200 | ||
| Subject: [PATCH] Fix previous commit | ||
|
|
||
| Signed-off-by: falkTX <falktx@falktx.com> | ||
| --- | ||
| plugins/Makefile | 2 +- | ||
| 1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
|
||
| diff --git a/plugins/Makefile b/plugins/Makefile | ||
| index c4d1a7b4..714bbce3 100644 | ||
| --- a/plugins/Makefile | ||
| +++ b/plugins/Makefile | ||
| @@ -1405,7 +1405,7 @@ JACK_RESOURCES += $(CURDIR)/surgext/build/surge-data/fx_presets | ||
| JACK_RESOURCES += $(CURDIR)/surgext/build/surge-data/wavetables | ||
| JACK_RESOURCES += $(CURDIR)/surgext/build/surge-data/windows.wt | ||
|
|
||
| -RESOURCE_FILES += Cardinal/res/*.png | ||
| +RESOURCE_FILES += $(wildcard Cardinal/res/*.png) | ||
| RESOURCE_FILES += Cardinal/res/Miku/Miku.png | ||
|
|
||
| MINIPLUGIN_LIST = Cardinal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,3 @@ | ||
| 01_vendored-libs.patch | ||
| 02_workaround-compiler-bug.patch | ||
| 03_a51cb460bc958b60c7b40c0d27943a136fe1f49b.patch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters