[neon/qt/qtmultimedia/Neon/unstable] debian: drop kfreebsd support
Pino Toscano
null at kde.org
Mon Apr 29 17:44:15 BST 2024
Git commit 6b3c4e2099786244bd92579b5041573f86ac8ba0 by Pino Toscano.
Committed on 14/07/2023 at 19:23.
Pushed by jriddell into branch 'Neon/unstable'.
drop kfreebsd support
M +3 -0 debian/changelog
M +6 -7 debian/patches/rpath_nonlinux.diff
https://invent.kde.org/neon/qt/qtmultimedia/-/commit/6b3c4e2099786244bd92579b5041573f86ac8ba0
diff --git a/debian/changelog b/debian/changelog
index 940d11a..0cc68d2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
qtmultimedia-opensource-src (5.15.10-3) UNRELEASED; urgency=medium
+ [ Pino Toscano ]
+ * Drop the support for the dead GNU/kFreeBSD:
+ - rpath_nonlinux.diff: drop the usage of the gnukfreebsd-* mkspecs
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Fri, 14 Jul 2023 21:21:05 +0200
diff --git a/debian/patches/rpath_nonlinux.diff b/debian/patches/rpath_nonlinux.diff
index e4c4374..01feddb 100644
--- a/debian/patches/rpath_nonlinux.diff
+++ b/debian/patches/rpath_nonlinux.diff
@@ -1,11 +1,10 @@
Author: Pino Toscano <toscano.pino at tiscali.it>
-Description: Enable RPATH also on Hurd and kFreeBSD
- Enable RPATH also on those platforms so the spectrum example can locate the
- fftreal library in its own directory.
+Description: Enable RPATH also on Hurd
+ Enable RPATH also on the Hurd, so the spectrum example can locate the fftreal
+ library in its own directory.
.
- The "hurd-*" addition can be upstreamed, while the "gnukfreebsd-*" depends on
- a (currently) Debian-only mkspec.
-Last-Update: 2014-05-21
+ The "hurd-*" addition can be upstreamed.
+Last-Update: 2023-07-14
Forwarded: no
--- a/examples/multimedia/spectrum/app/app.pro
@@ -15,7 +14,7 @@ Forwarded: no
}
} else {
- linux-g++*: {
-+ linux-g++*|hurd-*|gnukfreebsd-*: {
++ linux-g++*|hurd-*: {
# Provide relative path from application to fftreal library
QMAKE_LFLAGS += -Wl,--rpath=\\\$\$ORIGIN
}
More information about the Neon-commits
mailing list