public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/yoshimi] rawhide: drop unused patches
@ 2026-08-01 0:05 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-01 0:05 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/yoshimi
Branch : rawhide
Commit : a4785509f6ea5dfffe577199951f34181bbfd053
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date : 2026-07-31T21:05:46-03:00
Stats : +0/-59 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/yoshimi/c/a4785509f6ea5dfffe577199951f34181bbfd053?branch=rawhide
Log:
drop unused patches
---
diff --git a/yoshimi-gcc6.patch b/yoshimi-gcc6.patch
deleted file mode 100644
index 18568b1..0000000
--- a/yoshimi-gcc6.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From 1d5190dbe11629dfa8e32b7959db593780c757eb Mon Sep 17 00:00:00 2001
-From: abrolag <willgodfrey@musically.me.uk>
-Date: Mon, 8 Feb 2016 23:01:46 +0000
-Subject: [PATCH] gcc 6 error fix?
-
----
- src/Effects/Alienwah.cpp | 4 ++--
- src/Misc/CmdInterface.cpp | 2 +-
- 2 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/src/Effects/Alienwah.cpp b/src/Effects/Alienwah.cpp
-index 1c794cf..41e1a30 100644
---- a/src/Effects/Alienwah.cpp
-+++ b/src/Effects/Alienwah.cpp
-@@ -70,7 +70,7 @@ void Alienwah::out(float *smpsl, float *smpsr)
- tmp = clfol * x + oldclfol * x1;
-
- out = tmp * oldl[oldk];
-- out.real() += (1 - abs(fb)) * smpsl[i] * pangainL;
-+ out += (1 - abs(fb)) * smpsl[i] * pangainL;
-
- oldl[oldk] = out;
- float l = out.real() * 10.0f * (fb + 0.1f);
-@@ -79,7 +79,7 @@ void Alienwah::out(float *smpsl, float *smpsr)
- tmp = clfor * x + oldclfor * x1;
-
- out = tmp * oldr[oldk];
-- out.real() += (1 - abs(fb)) * smpsr[i] * pangainR;
-+ out += (1 - abs(fb)) * smpsr[i] * pangainR;
-
- oldr[oldk] = out;
- float r = out.real() * 10.0f * (fb + 0.1f);
-diff --git a/src/Misc/CmdInterface.cpp b/src/Misc/CmdInterface.cpp
-index 061a420..3947f05 100644
---- a/src/Misc/CmdInterface.cpp
-+++ b/src/Misc/CmdInterface.cpp
-@@ -228,7 +228,7 @@ void CmdInterface::helpLoop(list<string>& msg, string *commands, int indent)
- while (commands[word] != "end")
- {
- left = commands[word];
-- msg.push_back(dent.assign<int>(indent, ' ') + left + blanks.assign<int>(spaces - left.length(), ' ') + "- " + commands[word + 1]);
-+ msg.push_back(dent.assign(indent, ' ') + left + blanks.assign(spaces - left.length(), ' ') + "- " + commands[word + 1]);
- word += 2;
- }
- }
diff --git a/yoshimi-libdir.patch b/yoshimi-libdir.patch
deleted file mode 100644
index a7802b2..0000000
--- a/yoshimi-libdir.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -ur yoshimi-1.3.7/src/CMakeLists.txt yoshimi-1.3.7.new/src/CMakeLists.txt
---- yoshimi-1.3.7/src/CMakeLists.txt 2015-11-16 18:17:31.000000000 +0000
-+++ yoshimi-1.3.7.new/src/CMakeLists.txt 2015-11-21 21:17:59.715366081 +0000
-@@ -513,8 +513,8 @@
-
- include(GNUInstallDirs)
-
--#set(LV2_INSTALL_DIR ${CMAKE_INSTALL_LIBDIR}/lv2 CACHE PATH "Specifies where the LV2 libraries should be installed")
--set(LV2_INSTALL_DIR lib/lv2 CACHE PATH "Specifies where the LV2 libraries should be installed")
-+set(LV2_INSTALL_DIR ${CMAKE_INSTALL_LIBDIR}/lv2 CACHE PATH "Specifies where the LV2 libraries should be installed")
-+#set(LV2_INSTALL_DIR lib/lv2 CACHE PATH "Specifies where the LV2 libraries should be installed")
-
- pkg_check_modules(LV2 REQUIRED lv2>=1.0.0)
- if (LV2_FOUND)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-01 0:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-01 0:05 [rpms/yoshimi] rawhide: drop unused patches Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox