[SCM] gwc/master: Added patch to fix typos.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Sun Aug 10 14:45:35 UTC 2014


The following commit has been merged in the master branch:
commit 972e13ca6cce52a04cda9af8530cd236639136e1
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Sun Aug 10 16:45:23 2014 +0200

    Added patch to fix typos.

diff --git a/debian/patches/0003-fix_typos.patch b/debian/patches/0003-fix_typos.patch
new file mode 100644
index 0000000..fc461f0
--- /dev/null
+++ b/debian/patches/0003-fix_typos.patch
@@ -0,0 +1,78 @@
+Subject: Fix typos.
+Reviewed-by: Jaromír Mikeš <mira.mikes at seznam.cz>
+Last-Update: 2014-08-10
+Forwarded: no
+
+Index: gwc/biquad.c
+===================================================================
+--- gwc.orig/biquad.c
++++ gwc/biquad.c
+@@ -567,7 +567,7 @@ smp_type srate, smp_type bandwidth)
+     b->a4 = a2 /a0;
+ 
+ #ifdef HARDWIRE
+-    /* hardwire BPF at 10 Khz, srate = 44.1 Khz */
++    /* hardwire BPF at 10 kHz, srate = 44.1 kHz */
+     b->a0 =  1.0 ;
+     b->a1 =  0.0 ;
+     b->a2 = -1.0 ;
+Index: gwc/encode.c
+===================================================================
+--- gwc.orig/encode.c
++++ gwc/encode.c
+@@ -123,7 +123,7 @@ int build_options(int fmt, char *newfile
+ 	    break;
+ 	default:
+ 	    warning
+-		("Please resample audio file to standard 8/11.025/12/16/22.05/24/32/44.1/48 Khz\n");
++		("Please resample audio file to standard 8/11.025/12/16/22.05/24/32/44.1/48 kHz\n");
+ 	    return (1);
+ 	    break;
+ 	}
+@@ -241,7 +241,7 @@ int build_options(int fmt, char *newfile
+ 	    break;
+ 	default:
+ 	    warning
+-		("Please resample audio file to standard 8/11.025/12/16/22.05/24/32/44.1/48 Khz\n");
++		("Please resample audio file to standard 8/11.025/12/16/22.05/24/32/44.1/48 kHz\n");
+ 	    return (1);
+ 	    break;
+ 	}
+Index: gwc/preferences.c
+===================================================================
+--- gwc.orig/preferences.c
++++ gwc/preferences.c
+@@ -196,7 +196,7 @@ void set_ogg_encoding_preferences(GtkWid
+ 	add_number_entry_with_label_int(atoi
+ 					(encoding_prefs.
+ 					 ogg_lowpass_frequency),
+-					"Adv Low Pass (Khz)", dialog_table,
++					"Adv Low Pass (kHz)", dialog_table,
+ 					row++);
+     gtk_entry_set_max_length(GTK_ENTRY(Advlowpass_entry), 5);	/* 5 digits */
+     AdvBitrateAvgWindow_entry =
+@@ -605,7 +605,7 @@ void set_mp3_encoding_preferences(GtkWid
+ 
+     bitrate_entry =
+ 	add_number_entry_with_label_int(atoi(encoding_prefs.mp3_bitrate),
+-					"MP3 Encoding Bitrate (Kbps)",
++					"MP3 Encoding Bitrate (kbps)",
+ 					dialog_table, row++);
+     gtk_entry_set_max_length(GTK_ENTRY(bitrate_entry), 5);	/* 5 digits */
+     quality_entry =
+@@ -617,13 +617,13 @@ void set_mp3_encoding_preferences(GtkWid
+ 
+     lowpassfreq_entry =
+ 	add_number_entry_with_label(encoding_prefs.mp3_lowpass_freq,
+-				    "Lowpass Filter (Khz)", dialog_table,
++				    "Lowpass Filter (kHz)", dialog_table,
+ 				    row++);
+     gtk_entry_set_max_length(GTK_ENTRY(lowpassfreq_entry), 5);	/* 5 digits */
+ 
+     highpassfreq_entry =
+ 	add_number_entry_with_label(encoding_prefs.mp3_highpass_freq,
+-				    "Highpass Filter (Khz)", dialog_table,
++				    "Highpass Filter (kHz)", dialog_table,
+ 				    row++);
+     gtk_entry_set_max_length(GTK_ENTRY(highpassfreq_entry), 5);	/* 5 digits */
+ 

-- 
gwc packaging



More information about the pkg-multimedia-commits mailing list