summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2008-11-27 19:46:12 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2008-11-27 19:46:12 +0000
commit8231209a2e2bc8569d5d0d8f6089b5c7ef944cf8 (patch)
tree12900e938b34bffc6a144543e882da9ee10bd4c5 /media-sound
parentFix ChangeLog entry. (diff)
downloadhistorical-8231209a2e2bc8569d5d0d8f6089b5c7ef944cf8.tar.gz
historical-8231209a2e2bc8569d5d0d8f6089b5c7ef944cf8.tar.bz2
historical-8231209a2e2bc8569d5d0d8f6089b5c7ef944cf8.zip
Unused patch. Applied upstream.
Package-Manager: portage-2.2_rc15/cvs/Linux 2.6.27-gentoo-r3 i686
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/cdparanoia/Manifest1
-rw-r--r--media-sound/cdparanoia/files/cdparanoia-3.10_pre0-log-summary.patch132
2 files changed, 0 insertions, 133 deletions
diff --git a/media-sound/cdparanoia/Manifest b/media-sound/cdparanoia/Manifest
index 7d43c0446b26..94ee5b81b69b 100644
--- a/media-sound/cdparanoia/Manifest
+++ b/media-sound/cdparanoia/Manifest
@@ -3,7 +3,6 @@ AUX cdparanoia-3.10.2-gcc43.patch 21888 RMD160 090671ed3b6266f60120a074b3feed3d9
AUX cdparanoia-3.10.2-use-destdir.patch 2547 RMD160 a9faefb416ead6f19b529449e66dcf3cfd3c2606 SHA1 7200044af3d9e7cdfea1aa5d8cd599e824698aa4 SHA256 41b039b07a1f57271ef3a6587cc104b549e57f15281ee26172c994a8616aca64
AUX cdparanoia-3.10_pre0-Makefile.in.patch 3584 RMD160 10ac6ad1a8527fc5da86884cecbd7b7cd92c4900 SHA1 fc42f969bb256693608e4fe3722aedeb5073dc5a SHA256 7dd769f0aca16d6b7d83a07e3d76b64f2294b6ed0a6aeaa84fd0b7348369ffcb
AUX cdparanoia-3.10_pre0-include-cdda_interface_h.patch 556 RMD160 42832206bf52a3629559d8090f57b3e74d64a421 SHA1 677c0c96de896277a2cf2ce811889e67c195af12 SHA256 c3dabd747091f2d3f2335f523b44a1ef5ab4b9c908fbd76b9d9feb5f40dd95f8
-AUX cdparanoia-3.10_pre0-log-summary.patch 3298 RMD160 8448ec99c118e4a1df0d0b1dc2b2160b676d7eb0 SHA1 dc469de93f8d74c5c6831a5d3c79d8abf4ee5b86 SHA256 96eb2701ab42149c95c33728335dbb59a1baaf39abb23970234bfef0d1003da6
AUX cdparanoia-3.10_pre0-use-destdir.patch 2642 RMD160 e51cb050ba0fbdab19d37b39e2de1e9ff76d7afc SHA1 76fc4e94413692b3adfc2dfd1fb5f4f9d393be00 SHA256 5e163cf20db04a6c495fd103c0248ab578b3ea167267d908d5d5c86daaa813c3
DIST cdparanoia-III-10.0.src.tgz 171776 RMD160 c398f1246c7629a976fd8f4c9ae5c63188a4e048 SHA1 302efff74cfe5c73710b713dcfd93306b5c0ffc2 SHA256 850d624c74ded6b26570fc2d0e6d6cb9f48eb601a78a1721981b7f24cb39136e
DIST cdparanoia-III-10.2.src.tgz 183236 RMD160 d6c4ea9cc4aa4d5bcca4985e668ea6142d53cc55 SHA1 1901e20d3a370ca6afa4c76a9ef30d3f03044320 SHA256 005db45ef4ee017f5c32ec124f913a0546e77014266c6a1c50df902a55fe64df
diff --git a/media-sound/cdparanoia/files/cdparanoia-3.10_pre0-log-summary.patch b/media-sound/cdparanoia/files/cdparanoia-3.10_pre0-log-summary.patch
deleted file mode 100644
index 8c4b165cdb3c..000000000000
--- a/media-sound/cdparanoia/files/cdparanoia-3.10_pre0-log-summary.patch
+++ /dev/null
@@ -1,132 +0,0 @@
---- main.c 2006-08-30 00:23:55.000000000 +0200
-+++ ../main.c 2006-11-15 03:26:17.000000000 +0100
-@@ -211,6 +218,7 @@
- " -q --quiet : quiet operation\n"
- " -e --stderr-progress : force output of progress information to\n"
- " stderr (for wrapper scripts)\n"
-+" -l --log-summary <file> : save result summary to file\n"
- " -V --version : print version info and quit\n"
- " -Q --query : autosense drive, query disc and quit\n"
- " -B --batch : 'batch' mode (saves each track to a\n"
-@@ -342,6 +350,7 @@
-
- static int skipped_flag=0;
- static int abort_on_skip=0;
-+FILE *logfile = NULL;
- static void callback(long inpos, int function){
- /*
-
-@@ -552,16 +561,22 @@
- }
-
- fprintf(stderr,buffer);
-+
-+ if (logfile != NULL && function==-1) {
-+ fprintf(logfile,buffer+1);
-+ fprintf(logfile,"\n\n");
-+ fflush(logfile);
-+ }
- }
- }
- }
--
-+
- /* clear the indicator for next batch */
- if(function==-1)
- memset(dispcache,' ',graph);
- }
-
--const char *optstring = "escCn:o:O:d:g:S:prRwafvqVQhZz::YXWBi:Tt:";
-+const char *optstring = "escCn:o:O:d:g:S:prRwafvqVQhZz::YXWBi:Tt:l:";
-
- struct option options [] = {
- {"stderr-progress",no_argument,NULL,'e'},
-@@ -594,6 +609,7 @@
- {"disable-fragmentation",no_argument,NULL,'F'},
- {"output-info",required_argument,NULL,'i'},
- {"never-skip",optional_argument,NULL,'z'},
-+ {"log-summary",required_argument,NULL,'l'},
-
- {NULL,0,NULL,0}
- };
-@@ -763,6 +779,20 @@
- case 't':
- toc_offset=atoi(optarg);
- break;
-+ case 'l':
-+ if(logfile && logfile != stdout)fclose(logfile);
-+ if(!strcmp(optarg,"-"))
-+ logfile=stdout;
-+ else{
-+ logfile=fopen(optarg,"w");
-+ if(logfile==NULL){
-+ report3("Cannot open log summary file %s: %s",(char*)optarg,
-+ strerror(errno));
-+ exit(1);
-+ }
-+ }
-+
-+ break;
- case 'O':
- sample_offset=atoi(optarg);
- break;
-@@ -772,6 +802,18 @@
- }
- }
-
-+ if(logfile){
-+ /* log command line and version */
-+ int i;
-+ for (i = 0; i < argc; i++)
-+ fprintf(logfile,"%s ",argv[i]);
-+ fprintf(logfile,"\n",argv[i]);
-+
-+ fprintf(logfile,VERSION);
-+ fprintf(logfile,"\n");
-+ fflush(logfile);
-+ }
-+
- if(optind>=argc && !query_only){
- if(batch)
- span=NULL;
-@@ -1052,6 +1094,10 @@
- if(batch)report("Are you sure you wanted 'batch' "
- "(-B) output with stdout?");
- report("outputting to stdout\n");
-+ if(logfile){
-+ fprintf(logfile,"outputting to stdout\n");
-+ fflush(logfile);
-+ }
- outfile_name[0]='\0';
- }else{
- char path[256];
-@@ -1096,6 +1142,10 @@
- exit(1);
- }
- report2("outputting to %s\n",outfile_name);
-+ if(logfile){
-+ fprintf(logfile,"outputting to %s\n",outfile_name);
-+ fflush(logfile);
-+ }
- }
- }else{
- /* default */
-@@ -1128,6 +1178,10 @@
- exit(1);
- }
- report2("outputting to %s\n",outfile_name);
-+ if(logfile){
-+ fprintf(logfile,"outputting to %s\n",outfile_name);
-+ fflush(logfile);
-+ }
- }
-
- switch(output_type){
-@@ -1270,5 +1324,7 @@
-
- cdda_close(d);
- d=NULL;
-+ if(logfile && logfile != stdout)
-+ fclose(logfile);
- return 0;
- }