[SCM] gmerlin-avdecoder/master: fix spell checking errors

zmoelnig-guest at users.alioth.debian.org zmoelnig-guest at users.alioth.debian.org
Mon Jan 10 15:22:50 UTC 2011


The following commit has been merged in the master branch:
commit 4903cf6242ebc4c7ac1478383df8c027a44a09d0
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Mon Jan 10 16:15:28 2011 +0100

    fix spell checking errors
    
    shut up lintian spelling-error-in-binary

diff --git a/debian/patches/fix_typos.patch b/debian/patches/fix_typos.patch
new file mode 100644
index 0000000..c267ccf
--- /dev/null
+++ b/debian/patches/fix_typos.patch
@@ -0,0 +1,105 @@
+Description: fix various typos that made lintian complain
+Author: IOhannes m zmölnig
+--- gmerlin-avdecoder.orig/lib/demux_nsv.c
++++ gmerlin-avdecoder/lib/demux_nsv.c
+@@ -516,7 +516,7 @@
+       else
+         {
+         bgav_log(ctx->opt, BGAV_LOG_WARNING, LOG_DOMAIN,
+-                 "Seeking with verison 2 TOC not support due to lack of sample files.\nContact the authors to solve this");
++                 "Seeking with version 2 TOC not support due to lack of sample files.\nContact the authors to solve this");
+         }
+       }
+ 
+--- gmerlin-avdecoder.orig/lib/in_rtsp.c
++++ gmerlin-avdecoder/lib/in_rtsp.c
+@@ -578,7 +578,7 @@
+ 
+       freeaddrinfo(addr);
+       
+-      bgav_log(s->opt, BGAV_LOG_INFO, LOG_DOMAIN, "Server adress: %s\n", ip);
++      bgav_log(s->opt, BGAV_LOG_INFO, LOG_DOMAIN, "Server address: %s\n", ip);
+       free(ip);
+       }
+     else
+--- gmerlin-avdecoder.orig/lib/sdp.c
++++ gmerlin-avdecoder/lib/sdp.c
+@@ -813,7 +813,7 @@
+ void bgav_sdp_dump(bgav_sdp_t * s)
+   {
+   int i;
+-  bgav_dprintf( "Protcol Version: %d\n", s->protocol_version);        /* v= */
++  bgav_dprintf( "Protocol Version: %d\n", s->protocol_version);        /* v= */
+ 
+   bgav_dprintf( "Origin:\n");
+ 
+--- gmerlin-avdecoder.orig/po/de.po
++++ gmerlin-avdecoder/po/de.po
+@@ -165,7 +165,7 @@
+ "Port base for RTP over UDP. Values of 1024 or smaller enable random ports "
+ "(recommended for RTSP aware firewalls). Values larger than 1024 define the "
+ "base port. 2 consecutive ports are used for each A/V stream, these must be "
+-"accessable through the firewall. Odd values are rounded to the next even "
++"accessible through the firewall. Odd values are rounded to the next even "
+ "value."
+ msgstr ""
+ 
+@@ -1561,7 +1561,7 @@
+ 
+ #: lib/demux_nsv.c:519
+ msgid ""
+-"Seeking with verison 2 TOC not support due to lack of sample files.\n"
++"Seeking with version 2 TOC not support due to lack of sample files.\n"
+ "Contact the authors to solve this"
+ msgstr ""
+ "Suchen mit Version 2 TOC ist nicht unterstützt wegen fehlender "
+@@ -2062,7 +2062,7 @@
+ 
+ #: lib/in_rtsp.c:581
+ #, c-format
+-msgid "Server adress: %s\n"
++msgid "Server address: %s\n"
+ msgstr ""
+ 
+ #: lib/in_rtsp.c:593
+--- gmerlin-avdecoder.orig/po/gmerlin-avdecoder.pot
++++ gmerlin-avdecoder/po/gmerlin-avdecoder.pot
+@@ -164,7 +164,7 @@
+ "Port base for RTP over UDP. Values of 1024 or smaller enable random ports "
+ "(recommended for RTSP aware firewalls). Values larger than 1024 define the "
+ "base port. 2 consecutive ports are used for each A/V stream, these must be "
+-"accessable through the firewall. Odd values are rounded to the next even "
++"accessible through the firewall. Odd values are rounded to the next even "
+ "value."
+ msgstr ""
+ 
+@@ -1510,7 +1510,7 @@
+ 
+ #: lib/demux_nsv.c:519
+ msgid ""
+-"Seeking with verison 2 TOC not support due to lack of sample files.\n"
++"Seeking with version 2 TOC not support due to lack of sample files.\n"
+ "Contact the authors to solve this"
+ msgstr ""
+ 
+@@ -2001,7 +2001,7 @@
+ 
+ #: lib/in_rtsp.c:581
+ #, c-format
+-msgid "Server adress: %s\n"
++msgid "Server address: %s\n"
+ msgstr ""
+ 
+ #: lib/in_rtsp.c:593
+--- gmerlin-avdecoder.orig/plugins/i_avdec.c
++++ gmerlin-avdecoder/plugins/i_avdec.c
+@@ -260,7 +260,7 @@
+       .val_min =     { .val_i =     0 },
+       .val_max =     { .val_i = 65530 },
+       .val_default = { .val_i =     0 },
+-      .help_string = TRS("Port base for RTP over UDP. Values of 1024 or smaller enable random ports (recommended for RTSP aware firewalls). Values larger than 1024 define the base port. 2 consecutive ports are used for each A/V stream, these must be accessable through the firewall. Odd values are rounded to the next even value."),
++      .help_string = TRS("Port base for RTP over UDP. Values of 1024 or smaller enable random ports (recommended for RTSP aware firewalls). Values larger than 1024 define the base port. 2 consecutive ports are used for each A/V stream, these must be accessible through the firewall. Odd values are rounded to the next even value."),
+     },
+     {
+       .name =       "ftp_options",
+Binary files gmerlin-avdecoder.orig/.git/index and gmerlin-avdecoder/.git/index differ
diff --git a/debian/patches/series b/debian/patches/series
index 1ba1e20..39f10e7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 fix_dvdread_configure.patch
 autoconf_removed_sources.patch
 system_gsm.patch
+fix_typos.patch

-- 
gmerlin-avdecoder packaging



More information about the pkg-multimedia-commits mailing list