Skip to content

Commit

Permalink
media-plugins/audacious-plugins: Move from freedb.org to gnudb.gnudb.org
Browse files Browse the repository at this point in the history
Upstream commit 33edaf1a021bc466aea7c6b0bfdd624b951a15ab

See also: https://redmine.audacious-media-player.org/issues/994

Bug: https://bugs.gentoo.org/766315
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Jan 23, 2021
1 parent 3ffc287 commit f83775b
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7
Expand Down Expand Up @@ -94,6 +94,8 @@ DEPEND="
"
RDEPEND="${DEPEND}"

PATCHES=( "${FILESDIR}/${P}-cddb-use-gnudb.org.patch" )

S="${WORKDIR}/${MY_P}"

src_prepare() {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
From 33edaf1a021bc466aea7c6b0bfdd624b951a15ab Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Ketelaars?= <[email protected]>
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};

0 comments on commit f83775b

Please sign in to comment.