public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Nils Philippsen <nils@tiptoe.de>
To: git-commits@fedoraproject.org
Subject: [rpms/qm-vamp-plugins] f43: Fix linking kissfft library
Date: Sat, 29 Aug 2026 13:39:52 GMT [thread overview]
Message-ID: <178801079260.1.9578243258020511487.rpms-qm-vamp-plugins-aeed177ce846@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/qm-vamp-plugins
Branch : f43
Commit : aeed177ce8465d218c951d7803865644d4808987
Author : Nils Philippsen <nils@tiptoe.de>
Date : 2026-08-29T15:37:22+02:00
Stats : +2/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/qm-vamp-plugins/c/aeed177ce8465d218c951d7803865644d4808987?branch=f43
Log:
Fix linking kissfft library
Resolves: rhbz#2514559
Signed-off-by: Nils Philippsen <nils@tiptoe.de>
---
diff --git a/qm-vamp-plugins-1.8.0-unbundle.patch b/qm-vamp-plugins-1.8.0-unbundle.patch
index 8e63658..edfa11e 100644
--- a/qm-vamp-plugins-1.8.0-unbundle.patch
+++ b/qm-vamp-plugins-1.8.0-unbundle.patch
@@ -1,6 +1,6 @@
diff -up qm-vamp-plugins-1.8.0/build/general/Makefile.inc.unbundle qm-vamp-plugins-1.8.0/build/general/Makefile.inc
--- qm-vamp-plugins-1.8.0/build/general/Makefile.inc.unbundle 2020-01-27 18:11:39.000000000 +0100
-+++ qm-vamp-plugins-1.8.0/build/general/Makefile.inc 2025-04-02 13:20:27.520584130 +0200
++++ qm-vamp-plugins-1.8.0/build/general/Makefile.inc 2026-08-29 15:31:18.460668320 +0200
@@ -4,13 +4,11 @@ PLUGIN ?= qm-vamp-plugins$(PLUGIN_EXT)
CXX ?= g++
CC ?= gcc
@@ -31,7 +31,7 @@ diff -up qm-vamp-plugins-1.8.0/build/general/Makefile.inc.unbundle qm-vamp-plugi
- $(MAKE) -C $@ -f $(MF)
-
-$(PLUGIN): $(OBJECTS) $(QM_DSP_DIR)/libqm-dsp.a
-+$(PLUGIN): $(OBJECTS)
++$(PLUGIN): $(OBJECTS) -lkissfft-double
$(CXX) -o $@ $^ $(LDFLAGS)
test: all
reply other threads:[~2026-08-29 13:39 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=178801079260.1.9578243258020511487.rpms-qm-vamp-plugins-aeed177ce846@fedoraproject.org \
--to=nils@tiptoe.de \
--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