public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/qm-vamp-plugins] rawhide: Fix linking kissfft library
@ 2026-08-29 13:38 Nils Philippsen
0 siblings, 0 replies; only message in thread
From: Nils Philippsen @ 2026-08-29 13:38 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/qm-vamp-plugins
Branch : rawhide
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=rawhide
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-29 13:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-29 13:38 [rpms/qm-vamp-plugins] rawhide: Fix linking kissfft library Nils Philippsen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox