parent
c90e049b98
commit
c80ce6e83b
|
@ -0,0 +1,11 @@
|
||||||
|
{stdenv, fetchurl}:
|
||||||
|
|
||||||
|
stdenv.mkDerivation {
|
||||||
|
name = "cdparanoia-III-alpha9.8";
|
||||||
|
src = fetchurl {
|
||||||
|
url = http://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-alpha9.8.src.tgz ;
|
||||||
|
md5 = "7218e778b5970a86c958e597f952f193" ;
|
||||||
|
};
|
||||||
|
|
||||||
|
patches = [./fix.patch];
|
||||||
|
}
|
|
@ -0,0 +1,46 @@
|
||||||
|
*** cdparanoia-III-alpha9.8/interface/utils.h Thu Apr 20 00:41:04 2000
|
||||||
|
--- cdparanoia-III-alpha9.8-old/interface/utils.h Wed Jan 19 21:44:08 2005
|
||||||
|
***************
|
||||||
|
*** 110,117 ****
|
||||||
|
case CDDA_MESSAGE_LOGIT:
|
||||||
|
d->errorbuf=catstring(d->errorbuf,s);
|
||||||
|
break;
|
||||||
|
- case CDDA_MESSAGE_FORGETIT:
|
||||||
|
- default:
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
--- 110,115 ----
|
||||||
|
***************
|
||||||
|
*** 125,132 ****
|
||||||
|
case CDDA_MESSAGE_LOGIT:
|
||||||
|
d->messagebuf=catstring(d->messagebuf,s);
|
||||||
|
break;
|
||||||
|
- case CDDA_MESSAGE_FORGETIT:
|
||||||
|
- default:
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
--- 123,128 ----
|
||||||
|
***************
|
||||||
|
*** 167,174 ****
|
||||||
|
}
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
- case CDDA_MESSAGE_FORGETIT:
|
||||||
|
- default:
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if(malloced)free(buffer);
|
||||||
|
--- 163,168 ----
|
||||||
|
***************
|
||||||
|
*** 203,210 ****
|
||||||
|
if(!malloced)*messages=catstring(*messages,"\n");
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
- case CDDA_MESSAGE_FORGETIT:
|
||||||
|
- default:
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if(malloced)free(buffer);
|
||||||
|
--- 197,202 ----
|
Loading…
Reference in New Issue