1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Add support for the CDDB 210 result code. This fixes problems where discs

with multiple CDDB entries would not have their titles properly populated in
applications such as gnome-cd and goobox.
This commit is contained in:
Joe Marcus Clarke 2005-03-05 08:57:29 +00:00
parent 74cd00f6f4
commit f6af2dc3b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130401
4 changed files with 22 additions and 2 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= gnomemedia2
PORTVERSION= 2.8.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-media/2.8

View File

@ -0,0 +1,10 @@
--- cddb-slave2/cddb-slave.c.orig Sat Mar 5 03:42:22 2005
+++ cddb-slave2/cddb-slave.c Sat Mar 5 03:43:01 2005
@@ -572,6 +572,7 @@ do_query_response (ConnectionData *cd,
more = FALSE;
break;
+ case 210:
case 211:
/* Should this be 210 as well? */
cs_debug ("Multiple matches found\n<-- %s", response);

View File

@ -7,7 +7,7 @@
PORTNAME= gnomemedia2
PORTVERSION= 2.8.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= audio gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-media/2.8

View File

@ -0,0 +1,10 @@
--- cddb-slave2/cddb-slave.c.orig Sat Mar 5 03:42:22 2005
+++ cddb-slave2/cddb-slave.c Sat Mar 5 03:43:01 2005
@@ -572,6 +572,7 @@ do_query_response (ConnectionData *cd,
more = FALSE;
break;
+ case 210:
case 211:
/* Should this be 210 as well? */
cs_debug ("Multiple matches found\n<-- %s", response);