summaryrefslogtreecommitdiff
path: root/kde-misc/tellico/files/tellico-3.4.3-taglib-ifdef.patch
diff options
context:
space:
mode:
Diffstat (limited to 'kde-misc/tellico/files/tellico-3.4.3-taglib-ifdef.patch')
-rw-r--r--kde-misc/tellico/files/tellico-3.4.3-taglib-ifdef.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/kde-misc/tellico/files/tellico-3.4.3-taglib-ifdef.patch b/kde-misc/tellico/files/tellico-3.4.3-taglib-ifdef.patch
deleted file mode 100644
index 94986ea3003d..000000000000
--- a/kde-misc/tellico/files/tellico-3.4.3-taglib-ifdef.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 9d450037f708cc2300d2767e5171bb08e48077a9 Mon Sep 17 00:00:00 2001
-From: Lars Wendler <polynomial-c@gentoo.org>
-Date: Sat, 8 Jan 2022 20:35:37 +0100
-Subject: [PATCH] Fix build without HAVE_TAGLIB
-
-Gentoo-bug: https://bugs.gentoo.org/830806
-
-CCBUG: 446551
----
- src/translators/audiofileimporter.cpp | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/translators/audiofileimporter.cpp b/src/translators/audiofileimporter.cpp
-index 2b3372f4..a18ed14a 100644
---- a/src/translators/audiofileimporter.cpp
-+++ b/src/translators/audiofileimporter.cpp
-@@ -57,6 +57,7 @@
- #include <QVBoxLayout>
- #include <QApplication>
-
-+#ifdef HAVE_TAGLIB
- namespace {
- bool hasValue(const TagLib::PropertyMap& pmap, const char* key) {
- const TagLib::String keyString(key);
-@@ -70,6 +71,7 @@ namespace {
- QString();
- }
- }
-+#endif
-
- using Tellico::Import::AudioFileImporter;
-
---
-2.34.1
-