public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/yoshimi] rawhide: drop unused patches
Date: Sat, 01 Aug 2026 00:05:57 GMT	[thread overview]
Message-ID: <178554275746.1.10017445003423400315.rpms-yoshimi-a4785509f6ea@fedoraproject.org> (raw)

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)

                 reply	other threads:[~2026-08-01  0:05 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178554275746.1.10017445003423400315.rpms-yoshimi-a4785509f6ea@fedoraproject.org \
    --to=rosset.filipe@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox