changed debian/source/format to native

This commit is contained in:
openKylinBot 2022-05-14 00:28:48 +08:00
parent a212cfcd92
commit d953c19a02
7 changed files with 1 additions and 418 deletions

View File

@ -1,33 +0,0 @@
From: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Date: Sat, 14 May 2022 00:28:47 +0800
Subject: Fix warning on 64 bit machines. Explicitly set variables as
unsigned ints.
Origin: http://git.debian.org/?p=pkg-multimedia/lame.git;a=blob;f=debian/patches/07-field-width-fix.patch
Forwarded: commit:1.282
Applied-Upstream: commit:1.282
---
frontend/parse.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/frontend/parse.c b/frontend/parse.c
index 752613f..6bb57fb 100644
--- a/frontend/parse.c
+++ b/frontend/parse.c
@@ -402,11 +402,11 @@ lame_version_print(FILE * const fp)
const char *b = get_lame_os_bitness();
const char *v = get_lame_version();
const char *u = get_lame_url();
- const size_t lenb = strlen(b);
- const size_t lenv = strlen(v);
- const size_t lenu = strlen(u);
- const size_t lw = 80; /* line width of terminal in characters */
- const size_t sw = 16; /* static width of text */
+ const unsigned int lenb = strlen(b);
+ const unsigned int lenv = strlen(v);
+ const unsigned int lenu = strlen(u);
+ const unsigned int lw = 80; /* line width of terminal in characters */
+ const unsigned int sw = 16; /* static width of text */
if (lw >= lenb + lenv + lenu + sw || lw < lenu + 2)
/* text fits in 80 chars per line, or line even too small for url */

View File

@ -1,24 +0,0 @@
From: Sebastian Ramacher <sramacher@debian.org>
Date: Sat, 14 May 2022 00:28:47 +0800
Subject: Build xmm_quantize_sub.c with -msse
Bug: http://sourceforge.net/p/lame/bugs/443/
Bug-Debian: https://bugs.debian.org/760047
Forwarded: http://sourceforge.net/p/lame/bugs/443/
Last-Update: 2014-08-31
---
libmp3lame/vector/Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/libmp3lame/vector/Makefile.am b/libmp3lame/vector/Makefile.am
index ac595b1..6b05380 100644
--- a/libmp3lame/vector/Makefile.am
+++ b/libmp3lame/vector/Makefile.am
@@ -20,6 +20,7 @@ xmm_sources = xmm_quantize_sub.c
if WITH_XMM
liblamevectorroutines_la_SOURCES = $(xmm_sources)
+liblamevectorroutines_la_CFLAGS = -msse
endif
noinst_HEADERS = lame_intrin.h

View File

@ -1,313 +0,0 @@
From: Sebastian Ramacher <sramacher@debian.org>
Date: Sat, 14 May 2022 00:28:47 +0800
Subject: Fix privacy-breach lintian error
Last-Update: 2014-08-30
---
doc/html/about.html | 6 +++---
doc/html/abr.html | 8 ++++----
doc/html/cbr.html | 8 ++++----
doc/html/contact.html | 8 ++++----
doc/html/contributors.html | 8 ++++----
doc/html/detailed.html | 6 +++---
doc/html/history.html | 3 +--
doc/html/index.html | 6 +++---
doc/html/introduction.html | 6 +++---
doc/html/links.html | 8 ++++----
doc/html/list.html | 8 ++++----
doc/html/ms_stereo.html | 8 ++++----
doc/html/usage.html | 6 +++---
doc/html/vbr.html | 8 ++++----
14 files changed, 48 insertions(+), 49 deletions(-)
diff --git a/doc/html/about.html b/doc/html/about.html
index a1ac817..90b30dd 100644
--- a/doc/html/about.html
+++ b/doc/html/about.html
@@ -116,9 +116,9 @@ MPEG2 sample rates are 16Khz, 22.05Khz and 24Khz.
</div>
<div id="footer">
-<a href="http://sourceforge.net/projects/lame"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=290&amp;type=12"
- alt="Get LAME (Lame Aint an MP3 Encoder) at SourceForge.net. Fast, secure and Free Open Source software downloads"
- border="0" height="30" width="120" /></a>
+<a href="http://sourceforge.net/projects/lame">
+ Get LAME (Lame Aint an MP3 Encoder) at SourceForge.net. Fast, secure and Free Open Source software downloads
+</a>
<a href="http://validator.w3.org/#validate_by_upload"><img src="images/valid-xhtml10.png"
alt="Valid XHTML 1.0 Transitional" border="0" height="31" width="88" /></a>
diff --git a/doc/html/abr.html b/doc/html/abr.html
index 44c0684..c4c7fb4 100644
--- a/doc/html/abr.html
+++ b/doc/html/abr.html
@@ -90,9 +90,9 @@ than that of CBR for the target bitrate.
</div>
<div id="footer">
-<a href="http://sourceforge.net/projects/lame"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=290&amp;type=12"
- alt="Get LAME (Lame Aint an MP3 Encoder) at SourceForge.net. Fast, secure and Free Open Source software downloads"
- border="0" height="30" width="120" /></a>
+<a href="http://sourceforge.net/projects/lame">
+ Get LAME (Lame Aint an MP3 Encoder) at SourceForge.net. Fast, secure and Free Open Source software downloads
+</a>
<a href="http://validator.w3.org/#validate_by_upload"><img src="images/valid-xhtml10.png"
alt="Valid XHTML 1.0 Transitional" border="0" height="31" width="88" /></a>
@@ -109,4 +109,4 @@ href="http://www.brightercreative.co.uk">Sam Fisher</a>.</p>
</div>
</body>
-</html>
\ No newline at end of file
+</html>
diff --git a/doc/html/cbr.html b/doc/html/cbr.html
index 35f43f6..9af31c4 100644
--- a/doc/html/cbr.html
+++ b/doc/html/cbr.html
@@ -82,9 +82,9 @@ without scanning and partially decoding the entire file.
</div>
<div id="footer">
-<a href="http://sourceforge.net/projects/lame"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=290&amp;type=12"
- alt="Get LAME (Lame Aint an MP3 Encoder) at SourceForge.net. Fast, secure and Free Open Source software downloads"
- border="0" height="30" width="120" /></a>
+<a href="http://sourceforge.net/projects/lame">
+ Get LAME (Lame Aint an MP3 Encoder) at SourceForge.net. Fast, secure and Free Open Source software downloads
+</a>
<a href="http://validator.w3.org/#validate_by_upload"><img src="images/valid-xhtml10.png"
alt="Valid XHTML 1.0 Transitional" border="0" height="31" width="88" /></a>
@@ -101,4 +101,4 @@ href="http://www.brightercreative.co.uk">Sam Fisher</a>.</p>
</div>
</body>
-</html>
\ No newline at end of file
+</html>
diff --git a/doc/html/contact.html b/doc/html/contact.html
index 11947b5..34beb69 100644
--- a/doc/html/contact.html
+++ b/doc/html/contact.html
@@ -104,9 +104,9 @@
</div>
<div id="footer">
-<a href="http://sourceforge.net/projects/lame"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=290&amp;type=12"
- alt="Get LAME (Lame Aint an MP3 Encoder) at SourceForge.net. Fast, secure and Free Open Source software downloads"
- border="0" height="30" width="120" /></a>
+<a href="http://sourceforge.net/projects/lame">
+ Get LAME (Lame Aint an MP3 Encoder) at SourceForge.net. Fast, secure and Free Open Source software downloads
+</a>
<a href="http://validator.w3.org/#validate_by_upload"><img src="images/valid-xhtml10.png"
alt="Valid XHTML 1.0 Transitional" border="0" height="31" width="88" /></a>
@@ -123,4 +123,4 @@ href="http://www.brightercreative.co.uk">Sam Fisher</a>.</p>
</div>
</body>
-</html>
\ No newline at end of file
+</html>
diff --git a/doc/html/contributors.html b/doc/html/contributors.html
index eab23bb..0f0117b 100644
--- a/doc/html/contributors.html
+++ b/doc/html/contributors.html
@@ -169,9 +169,9 @@
</div>
<div id="footer">
-<a href="http://sourceforge.net/projects/lame"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=290&amp;type=12"
- alt="Get LAME (Lame Aint an MP3 Encoder) at SourceForge.net. Fast, secure and Free Open Source software downloads"
- border="0" height="30" width="120" /></a>
+<a href="http://sourceforge.net/projects/lame">
+ Get LAME (Lame Aint an MP3 Encoder) at SourceForge.net. Fast, secure and Free Open Source software downloads
+</a>
<a href="http://validator.w3.org/#validate_by_upload"><img src="images/valid-xhtml10.png"
alt="Valid XHTML 1.0 Transitional" border="0" height="31" width="88" /></a>
@@ -188,4 +188,4 @@ href="http://www.brightercreative.co.uk">Sam Fisher</a>.</p>
</div>
</body>
-</html>
\ No newline at end of file
+</html>
diff --git a/doc/html/detailed.html b/doc/html/detailed.html
index 085091a..c962a18 100644
--- a/doc/html/detailed.html
+++ b/doc/html/detailed.html
@@ -1286,9 +1286,9 @@ so using this switch shouldn't cause harm.
</div>
<div id="footer">
-<a href="http://sourceforge.net/projects/lame"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=290&amp;type=12"
- alt="Get LAME (Lame Aint an MP3 Encoder) at SourceForge.net. Fast, secure and Free Open Source software downloads"
- border="0" height="30" width="120" /></a>
+<a href="http://sourceforge.net/projects/lame">
+ Get LAME (Lame Aint an MP3 Encoder) at SourceForge.net. Fast, secure and Free Open Source software downloads
+</a>
<a href="http://validator.w3.org/#validate_by_upload"><img src="images/valid-xhtml10.png"
alt="Valid XHTML 1.0 Transitional" border="0" height="31" width="88" /></a>
diff --git a/doc/html/history.html b/doc/html/history.html
index 63b60f5..d31c4ce 100644
--- a/doc/html/history.html
+++ b/doc/html/history.html
@@ -3522,8 +3522,7 @@ the exe. Thanks to <b>Lars Magne Ingebrigtseni</b></li>
<center>
<p>
<a href="http://validator.w3.org/check?uri=referer">
- <img src="http://www.w3.org/Icons/valid-html401"
- alt="Valid HTML 4.01 Transitional" height="31" width="88">
+ Valid HTML 4.01 Transitional
</a>
</p>
</center>
diff --git a/doc/html/index.html b/doc/html/index.html
index a973ca1..cbb6fba 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -51,9 +51,9 @@
</div>
<div id="footer">
-<a href="http://sourceforge.net/projects/lame"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=290&amp;type=12"
- alt="Get LAME (Lame Aint an MP3 Encoder) at SourceForge.net. Fast, secure and Free Open Source software downloads"
- border="0" height="30" width="120" /></a>
+<a href="http://sourceforge.net/projects/lame">
+ Get LAME (Lame Aint an MP3 Encoder) at SourceForge.net. Fast, secure and Free Open Source software downloads
+</a>
<a href="http://validator.w3.org/#validate_by_upload"><img src="images/valid-xhtml10.png"
alt="Valid XHTML 1.0 Transitional" border="0" height="31" width="88" /></a>
diff --git a/doc/html/introduction.html b/doc/html/introduction.html
index 9b8b079..b5b82e3 100644
--- a/doc/html/introduction.html
+++ b/doc/html/introduction.html
@@ -163,9 +163,9 @@ transparency all of the time. This is the value accepted as the <i>sweet spot</i
</div>
<div id="footer">
-<a href="http://sourceforge.net/projects/lame"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=290&amp;type=12"
- alt="Get LAME (Lame Aint an MP3 Encoder) at SourceForge.net. Fast, secure and Free Open Source software downloads"
- border="0" height="30" width="120" /></a>
+<a href="http://sourceforge.net/projects/lame">
+ Get LAME (Lame Aint an MP3 Encoder) at SourceForge.net. Fast, secure and Free Open Source software downloads
+</a>
<a href="http://validator.w3.org/#validate_by_upload"><img src="images/valid-xhtml10.png"
alt="Valid XHTML 1.0 Transitional" border="0" height="31" width="88" /></a>
diff --git a/doc/html/links.html b/doc/html/links.html
index 9b1174e..3b82f2b 100644
--- a/doc/html/links.html
+++ b/doc/html/links.html
@@ -951,9 +951,9 @@ tests:</i></a></h3>
</div>
<div id="footer">
-<a href="http://sourceforge.net/projects/lame"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=290&amp;type=12"
- alt="Get LAME (Lame Aint an MP3 Encoder) at SourceForge.net. Fast, secure and Free Open Source software downloads"
- border="0" height="30" width="120" /></a>
+<a href="http://sourceforge.net/projects/lame">
+ Get LAME (Lame Aint an MP3 Encoder) at SourceForge.net. Fast, secure and Free Open Source software downloads
+</a>
<a href="http://validator.w3.org/#validate_by_upload"><img src="images/valid-xhtml10.png"
alt="Valid XHTML 1.0 Transitional" border="0" height="31" width="88" /></a>
@@ -970,4 +970,4 @@ href="http://www.brightercreative.co.uk">Sam Fisher</a>.</p>
</div>
</body>
-</html>
\ No newline at end of file
+</html>
diff --git a/doc/html/list.html b/doc/html/list.html
index 6a49be9..cf88c1b 100644
--- a/doc/html/list.html
+++ b/doc/html/list.html
@@ -47,9 +47,9 @@
</div>
<div id="footer">
-<a href="http://sourceforge.net/projects/lame"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=290&amp;type=12"
- alt="Get LAME (Lame Aint an MP3 Encoder) at SourceForge.net. Fast, secure and Free Open Source software downloads"
- border="0" height="30" width="120" /></a>
+<a href="http://sourceforge.net/projects/lame">
+ Get LAME (Lame Aint an MP3 Encoder) at SourceForge.net. Fast, secure and Free Open Source software downloads
+</a>
<a href="http://validator.w3.org/#validate_by_upload"><img src="images/valid-xhtml10.png"
alt="Valid XHTML 1.0 Transitional" border="0" height="31" width="88" /></a>
@@ -66,4 +66,4 @@ href="http://www.brightercreative.co.uk">Sam Fisher</a>.</p>
</div>
</body>
-</html>
\ No newline at end of file
+</html>
diff --git a/doc/html/ms_stereo.html b/doc/html/ms_stereo.html
index 095853f..3da0b70 100644
--- a/doc/html/ms_stereo.html
+++ b/doc/html/ms_stereo.html
@@ -104,9 +104,9 @@ href="http://en.wikipedia.org/wiki/Joint_stereo">Joint_stereo</a>.</li>
</div>
<div id="footer">
-<a href="http://sourceforge.net/projects/lame"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=290&amp;type=12"
- alt="Get LAME (Lame Aint an MP3 Encoder) at SourceForge.net. Fast, secure and Free Open Source software downloads"
- border="0" height="30" width="120" /></a>
+<a href="http://sourceforge.net/projects/lame">
+ Get LAME (Lame Aint an MP3 Encoder) at SourceForge.net. Fast, secure and Free Open Source software downloads
+</a>
<a href="http://validator.w3.org/#validate_by_upload"><img src="images/valid-xhtml10.png"
alt="Valid XHTML 1.0 Transitional" border="0" height="31" width="88" /></a>
@@ -123,4 +123,4 @@ href="http://www.brightercreative.co.uk">Sam Fisher</a>.</p>
</div>
</body>
-</html>
\ No newline at end of file
+</html>
diff --git a/doc/html/usage.html b/doc/html/usage.html
index 4238849..b9f1747 100644
--- a/doc/html/usage.html
+++ b/doc/html/usage.html
@@ -118,9 +118,9 @@ sounds transparent. Use lossless codecs for this purpose.
</div>
<div id="footer">
-<a href="http://sourceforge.net/projects/lame"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=290&amp;type=12"
- alt="Get LAME (Lame Aint an MP3 Encoder) at SourceForge.net. Fast, secure and Free Open Source software downloads"
- border="0" height="30" width="120" /></a>
+<a href="http://sourceforge.net/projects/lame">
+ Get LAME (Lame Aint an MP3 Encoder) at SourceForge.net. Fast, secure and Free Open Source software downloads
+</a>
<a href="http://validator.w3.org/#validate_by_upload"><img src="images/valid-xhtml10.png"
alt="Valid XHTML 1.0 Transitional" border="0" height="31" width="88" /></a>
diff --git a/doc/html/vbr.html b/doc/html/vbr.html
index 77c4791..25d4084 100644
--- a/doc/html/vbr.html
+++ b/doc/html/vbr.html
@@ -61,9 +61,9 @@ file size is quite unpredictable, and can change from file to file in more than
</div>
<div id="footer">
-<a href="http://sourceforge.net/projects/lame"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=290&amp;type=12"
- alt="Get LAME (Lame Aint an MP3 Encoder) at SourceForge.net. Fast, secure and Free Open Source software downloads"
- border="0" height="30" width="120" /></a>
+<a href="http://sourceforge.net/projects/lame">
+ Get LAME (Lame Aint an MP3 Encoder) at SourceForge.net. Fast, secure and Free Open Source software downloads
+</a>
<a href="http://validator.w3.org/#validate_by_upload"><img src="images/valid-xhtml10.png"
alt="Valid XHTML 1.0 Transitional" border="0" height="31" width="88" /></a>
@@ -80,4 +80,4 @@ href="http://www.brightercreative.co.uk">Sam Fisher</a>.</p>
</div>
</body>
-</html>
\ No newline at end of file
+</html>

View File

@ -1,5 +0,0 @@
07-field-width-fix.patch
privacy-breach.patch
msse.patch
spelling-error-in-binary.patch
spelling-error-in-manpage.patch

View File

@ -1,21 +0,0 @@
From: Fabian Greffrath <fabian@debian.org>
Date: Sat, 14 May 2022 00:28:47 +0800
Subject: Fix a spelling error in the frontend code
---
frontend/get_audio.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontend/get_audio.c b/frontend/get_audio.c
index 1690dbc..d4155f9 100644
--- a/frontend/get_audio.c
+++ b/frontend/get_audio.c
@@ -470,7 +470,7 @@ fskip(FILE * fp, long offset, int whence)
if (whence != SEEK_CUR || offset < 0) {
if (global_ui_config.silent < 10) {
error_printf
- ("fskip problem: Mostly the return status of functions is not evaluate so it is more secure to polute <stderr>.\n");
+ ("fskip problem: Mostly the return status of functions is not evaluate so it is more secure to pollute <stderr>.\n");
}
return -1;
}

View File

@ -1,21 +0,0 @@
From: Fabian Greffrath <fabian@debian.org>
Date: Sat, 14 May 2022 00:28:47 +0800
Subject: Fix a spelling error in the frontend manpage
---
doc/man/lame.1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/man/lame.1 b/doc/man/lame.1
index 7bdb383..c7f85b0 100644
--- a/doc/man/lame.1
+++ b/doc/man/lame.1
@@ -906,7 +906,7 @@ Your binary may for speed reasons be compiled without this.)
.SH ID3 TAGS
LAME is able to embed ID3 v1,
v1.1 or v2 tags inside the encoded MP3 file.
-This allows to have some useful information about the music track
+This allows one to have some useful information about the music track
included inside the file.
Those data can be read by most MP3 players.

View File

@ -1 +1 @@
3.0 (quilt)
3.0 (native)