[SCM] mplayer/master.experimental: Fix the remaining typos found by lintian.
micove-guest at users.alioth.debian.org
micove-guest at users.alioth.debian.org
Sun Jul 12 20:37:26 UTC 2015
The following commit has been merged in the master.experimental branch:
commit c62e73dc54e93e24d060e47c0db368d0cdb3b6f8
Author: Miguel A. Colón Vélez <debian.micove at gmail.com>
Date: Sun Jul 12 12:46:39 2015 -0400
Fix the remaining typos found by lintian.
diff --git a/debian/patches/0002_lintian-spelling-errors.patch b/debian/patches/0002_lintian-spelling-errors.patch
new file mode 100644
index 0000000..10ca7a4
--- /dev/null
+++ b/debian/patches/0002_lintian-spelling-errors.patch
@@ -0,0 +1,62 @@
+Description: Fix spelling errors found by lintian.
+ I: mencoder: spelling-error-in-binary usr/bin/mencoder Psychadelic Psychedelic
+ I: mencoder: spelling-error-in-binary usr/bin/mencoder bandwith bandwidth
+ I: mplayer-gui: spelling-error-in-binary usr/bin/gmplayer Psychadelic Psychedelic
+ I: mplayer-gui: spelling-error-in-binary usr/bin/gmplayer bandwith bandwidth
+ I: mplayer: spelling-error-in-binary usr/bin/mplayer Psychadelic Psychedelic
+ I: mplayer: spelling-error-in-binary usr/bin/mplayer bandwith bandwidth
+ .
+ Note:
+ id3v2.3.0 and earlier have the Psychadelic typo but id3v2.4.0 fixes it.
+ http://id3.org/id3v2.4.0-frames
+Author: Miguel A. Colón Vélez <debian.micove at gmail.com>
+Forwarded: yes
+Last-Update: 2015-07-12
+
+--- mplayer-1.1.1+svn37424.orig/libmpdemux/genres.h
++++ mplayer-1.1.1+svn37424/libmpdemux/genres.h
+@@ -99,7 +99,7 @@ const char * const genres[] = {
+ "Native American", /* 64 */
+ "Cabaret", /* 65 */
+ "New Wave", /* 66 */
+-"Psychadelic", /* 67 */ /* typo taken from the id3v2spec*/
++"Psychedelic", /* 67 */
+ "Rave", /* 68 */
+ "Show Tunes", /* 69 */
+ "Trailer", /* 70 */
+--- mplayer-1.1.1+svn37424.orig/stream/freesdp/common.h
++++ mplayer-1.1.1+svn37424/stream/freesdp/common.h
+@@ -154,7 +154,7 @@ typedef enum
+ } fsdp_address_type_t;
+
+ /**
+- * @short Type of bandwith modifiers
++ * @short Type of bandwidth modifiers
+ *
+ * Bandwidth modifiers specify the meaning of the bandwidth
+ * value. Initially "Conference Total" and "Application Specific" are
+--- mplayer-1.1.1+svn37424.orig/stream/freesdp/errorlist.c
++++ mplayer-1.1.1+svn37424/stream/freesdp/errorlist.c
+@@ -41,7 +41,7 @@ const char *fsdp_error_t_s[] = {
+ "Syntax error in connection item", /** FSDPE_INVALID_CONNECTION **/
+ "Unrecognized address type in connection item", /** FSDPE_INVALID_CONNECTION_ADDRTYPE **/
+ "Unrecognized network type in connection item", /** FSDPE_INVALID_CONNECTION_NETTYPE **/
+- "Parse error in bandwith item", /** FSDPE_INVALID_BANDWIDTH **/
++ "Parse error in bandwidth item", /** FSDPE_INVALID_BANDWIDTH **/
+ "No time period for the session", /** FSDPE_MISSING_TIME **/
+ "Parse error in time item", /** FSDPE_INVALID_TIME **/
+ "Parse error in repeat time item", /** FSDPE_INVALID_REPEAT **/
+--- mplayer-1.1.1+svn37424.orig/stream/freesdp/parser.h
++++ mplayer-1.1.1+svn37424/stream/freesdp/parser.h
+@@ -242,9 +242,9 @@ unsigned int fsdp_get_bw_modifier_count
+ * @param index number of bandwidth modifier.
+ *
+ * @return global bandwidth modifier type.
+- * @retval FSDP_BW_MOD_TYPE_UNDEFINED if no global bandwith modifier
++ * @retval FSDP_BW_MOD_TYPE_UNDEFINED if no global bandwidth modifier
+ * type is defined or invalid index.
+- * @retval FSDP_BW_MOD_TYPE_UNKNOWN if an unknown bandwith modifier is
++ * @retval FSDP_BW_MOD_TYPE_UNKNOWN if an unknown bandwidth modifier is
+ * specified or an invalid index is provided. In this case
+ * fsdp_get_bw_modifer_type_unknown() can be called to get the
+ * modifier as a character string.
diff --git a/debian/patches/series b/debian/patches/series
index 524182f..39b8412 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
0001_version.patch
+0002_lintian-spelling-errors.patch
23mplayer-debug-printf.patch
50_Hurd_PATH_MAX.patch
--
mplayer packaging
More information about the pkg-multimedia-commits
mailing list