forked from pool/csound
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
6939175147 | |||
66dd7c9759 |
12
csound-opadr.patch
Normal file
12
csound-opadr.patch
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -up csound-6.18.1/include/plugin.h.orig csound-6.18.1/include/plugin.h
|
||||
--- csound-6.18.1/include/plugin.h.orig 2022-11-23 20:53:55.000000000 +0100
|
||||
+++ csound-6.18.1/include/plugin.h 2025-08-19 12:59:50.211218300 +0200
|
||||
@@ -1002,7 +1002,7 @@ template <std::size_t N> struct InPlug :
|
||||
/** check if this opcode runs at perf time
|
||||
*/
|
||||
bool is_perf() {
|
||||
- return this->opaddr ? true : false;
|
||||
+ return this->opadr ? true : false;
|
||||
}
|
||||
|
||||
};
|
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 19 11:20:11 UTC 2025 - Edgar Aichinger <edogawa@aon.at>
|
||||
|
||||
- add csound-opadr.patch (fixes Factory/TW/Slowroll builds)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 30 12:10:38 UTC 2024 - Marcus Meissner <meissner@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package csound
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -45,6 +45,7 @@ Patch4: csound-6.08-xdg-open.patch
|
||||
Patch5: csound-rename-sndinfo.patch
|
||||
Patch6: csound-rename-extract.patch
|
||||
Patch7: csound-gcc14.patch
|
||||
Patch8: csound-opadr.patch
|
||||
BuildRequires: alsa-devel
|
||||
BuildRequires: bison
|
||||
BuildRequires: cmake
|
||||
|
Reference in New Issue
Block a user