2 Commits

Author SHA256 Message Date
9544064402 Accepting request 1241160 from multimedia:apps
- Replace freedb by gnudb for cddb search (boo#1233688)
  * add abcde-use-gnudb.patch (forwarded request 1241159 from mwilck)

OBS-URL: https://build.opensuse.org/request/show/1241160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/abcde?expand=0&rev=34
2025-01-29 15:18:17 +00:00
b223374124 - Replace freedb by gnudb for cddb search (boo#1233688)
* add abcde-use-gnudb.patch

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/abcde?expand=0&rev=41
2025-01-29 10:07:04 +00:00
3 changed files with 25 additions and 1 deletions

16
abcde-use-gnudb.patch Normal file
View File

@@ -0,0 +1,16 @@
--- /usr/bin/abcde.orig 2024-08-14 08:25:27.000000000 -0700
+++ /usr/bin/abcde 2024-11-23 15:53:06.000732253 -0800
@@ -3768,10 +3768,10 @@
# Builtin defaults
# CDDB
-# Currently three supported options ("musicbrainz", "cddb" for freedb.org and "cdtext")
+# Currently three supported options ("musicbrainz", "cddb" for gnudb.org and "cdtext")
CDDBMETHOD=musicbrainz
-CDDBURL="http://freedb.freedb.org/~cddb/cddb.cgi"
-CDDBSUBMIT=freedb-submit@freedb.org
+CDDBURL="http://gnudb.gnudb.org/~cddb/cddb.cgi"
+CDDBSUBMIT=gnudb-submit@gnudb.org
CDDBPROTO=6
HELLOINFO="$(whoami)@$(hostname)"
CDDBCOPYLOCAL="n"

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jan 21 12:03:19 UTC 2025 - Martin Wilck <mwilck@suse.com>
- Replace freedb by gnudb for cddb search (boo#1233688)
* add abcde-use-gnudb.patch
-------------------------------------------------------------------
Wed Aug 14 15:14:01 UTC 2024 - Martin Wilck <mwilck@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package abcde
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -34,6 +34,7 @@ Source99: %{name}.keyring
Patch0: use-cddbmethod.patch
# PATCH-FIX-OPENSUSE abcde.bug.204.patch -- https://abcde.einval.com/bugzilla/show_bug.cgi?id=204
Patch1: abcde.bug.204.patch
Patch2: abcde-use-gnudb.patch
Requires: cd-discid
Requires: cdparanoia
Requires: wget
@@ -60,6 +61,7 @@ tags to each file.
%patch -P 0 -p1
%endif
%patch -P 1 -p0
%patch -P 2 -p3
%build