summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-11-23 20:56:00 +0100
committerConrad Kostecki <conikost@gentoo.org>2021-11-23 21:34:56 +0100
commit637d2c21dfdf2ef169063b7004300e73b185b27c (patch)
treef2580457ddc3decf91180f330af302f629f8f04b /media-plugins
parentnet-libs/loudmouth: remove unused patch (diff)
downloadgentoo-637d2c21dfdf2ef169063b7004300e73b185b27c.tar.gz
gentoo-637d2c21dfdf2ef169063b7004300e73b185b27c.tar.bz2
gentoo-637d2c21dfdf2ef169063b7004300e73b185b27c.zip
media-plugins/audacious-plugins: remove unused patch(es)
Closes: https://github.com/gentoo/gentoo/pull/23055 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/audacious-plugins/files/audacious-plugins-3.10.1-cddb-use-gnudb.org.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/media-plugins/audacious-plugins/files/audacious-plugins-3.10.1-cddb-use-gnudb.org.patch b/media-plugins/audacious-plugins/files/audacious-plugins-3.10.1-cddb-use-gnudb.org.patch
deleted file mode 100644
index 3c1ab7372f5e..000000000000
--- a/media-plugins/audacious-plugins/files/audacious-plugins-3.10.1-cddb-use-gnudb.org.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 33edaf1a021bc466aea7c6b0bfdd624b951a15ab Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Bj=C3=B6rn=20Ketelaars?= <bjorn.ketelaars@hydroxide.nl>
-Date: Tue, 30 Jun 2020 07:10:28 +0200
-Subject: [PATCH] Move from freedb.org to gnudb.gnudb.org
-
-The freedb.org database of compact track listings has shut down. Any
-program functionality that tries to fetch from or submit data to
-freedb.org is broken now.
-
-An alternative service is available at gnudb.gnudb.org, see
-https://www.gnudb.org/
-
-Fixes https://redmine.audacious-media-player.org/issues/994
----
- src/cdaudio/cdaudio-ng.cc | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/cdaudio/cdaudio-ng.cc b/src/cdaudio/cdaudio-ng.cc
-index 6fd02de14..1b9c7bf1e 100644
---- a/src/cdaudio/cdaudio-ng.cc
-+++ b/src/cdaudio/cdaudio-ng.cc
-@@ -126,7 +126,7 @@ const char * const CDAudio::defaults[] = {
- "use_cdtext", "TRUE",
- "use_cddb", "TRUE",
- "cddbhttp", "FALSE",
-- "cddbserver", "freedb.org",
-+ "cddbserver", "gnudb.gnudb.org",
- "cddbport", "8880",
- nullptr};
-