From 129160ec854dca4c3fedb5bcfbcb56930371da0f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 1 Jan 2021 21:06:00 +0000 Subject: gentoo new year resync : 01.01.2021 --- media-sound/rip/files/rip-1.07-change-to-gnudb-org.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 media-sound/rip/files/rip-1.07-change-to-gnudb-org.patch (limited to 'media-sound/rip/files') diff --git a/media-sound/rip/files/rip-1.07-change-to-gnudb-org.patch b/media-sound/rip/files/rip-1.07-change-to-gnudb-org.patch new file mode 100644 index 000000000000..faf3d762d2a0 --- /dev/null +++ b/media-sound/rip/files/rip-1.07-change-to-gnudb-org.patch @@ -0,0 +1,15 @@ +--- rip-1.07/rip 2003-01-16 06:51:14.000000000 +0000 ++++ rip-1.07/rip 2020-12-26 01:19:08.093961072 +0000 +@@ -130,9 +130,9 @@ + my %config; # Configuration passed to CDDB/CDDB_get + my $dev = "/dev/cdrom"; # CDROM device to read (used by -d/--dev) + $config{CD_DEVICE} = $dev; # Device that has the audio CD +-$config{CDDB_HOST} = "freedb.freedb.org"; # CDDB host to find the server on +-$config{CDDB_PORT} = 888; # CDDB port the CDDB server is using +-$config{CDDB_MODE} = "http"; # CDDB mode can be: cddb, http ++$config{CDDB_HOST} = "gnudb.gnudb.org"; # CDDB host to find the server on ++$config{CDDB_PORT} = 8880; # CDDB port the CDDB server is using ++$config{CDDB_MODE} = "cddb"; # CDDB mode can be: cddb, http + $config{input} = 1; # User interaction: 1 = true, 0 = false + $config{HELLO_ID} = "greg my.net rip $version"; # HELLO string to give CDDB server + -- cgit v1.2.3