From: Andre McCurdy <armccurdy@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-multimedia][PATCH 4/4] mpg123: update 1.21.0 -> 1.22.4
Date: Thu, 3 Dec 2015 19:21:56 -0800 [thread overview]
Message-ID: <1449199316-14048-5-git-send-email-armccurdy@gmail.com> (raw)
In-Reply-To: <1449199316-14048-1-git-send-email-armccurdy@gmail.com>
http://mpg123.de/cgi-bin/scm/mpg123/tags/1.22.4/NEWS
1.22.4
---
- Fix stupid regression introduced with a bugfix in 1.14.1 to make
free format streams work again. It took 3 years for someone to notice.
I added a regression test for that now!
1.22.3
- Fix UTF-16 surrogate detection because that used to falsely detect
characters above 0xDFFF as surrogates (bug 216).
1.22.2
---
- Fix buffering for funny sample formats (namely, 24 bit), that do not
fit nicely into 32768 bytes. Effect was a nasty endless loop where
mpg123 needs to be externally killed.
1.22.1
---
- Fix mpg123-id3dump when writing images with funny (manipulated) MIME type.
Stupid mistake in length computation of the fallback file extension caused
junk from memory being appended to the filename if the pointer size
is less than 64 bit. For 64 bit pointers (or longer) it was correct by
accident.
- Fix pedantic build by cleaning up out123 source, also now really showing
the encoding list in --longhelp instead of possibly, again, writing junk
from memory in there.
- Not linking libmpg123 against libltdl anymore (bug 215).
- Update MSVC++ ports a bit to make them work again.
1.22.0
---
- libmpg123 version 41
- Build fix: Avoid name clash on OSX SDK with "normal" being defined in an enum already.
- More resilience against folks who do not check errors and rather pass NULL pointers around (see NEWS.libmpg123).
This changes some return values to MPG123_BAD_HANDLE instead of MPG123_ERR (always check for != MPG123_OK).
- Fix WAV writing to stdout on Windows (bug 214).
- Rework Xing/Info/Lame tag parsing, also detecting short ones without the TOC now.
In addition, the warning about file size being off is a _lot_ more accurate now.
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
---
.../recipes-multimedia/mpg123/{mpg123_1.21.0.bb => mpg123_1.22.4.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta-multimedia/recipes-multimedia/mpg123/{mpg123_1.21.0.bb => mpg123_1.22.4.bb} (95%)
diff --git a/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.21.0.bb b/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.22.4.bb
similarity index 95%
rename from meta-multimedia/recipes-multimedia/mpg123/mpg123_1.21.0.bb
rename to meta-multimedia/recipes-multimedia/mpg123/mpg123_1.22.4.bb
index 4048404..22ea572 100644
--- a/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.21.0.bb
+++ b/meta-multimedia/recipes-multimedia/mpg123/mpg123_1.22.4.bb
@@ -14,8 +14,8 @@ DEPENDS = "audiofile"
SRC_URI = "${SOURCEFORGE_MIRROR}/mpg123/mpg123/${PV}/${BP}.tar.bz2"
-SRC_URI[md5sum] = "13a9df5d4e7aa110e4ae27cf30128ce9"
-SRC_URI[sha256sum] = "3ad197f77c9ffdf3601e1c3183ae0709ccb3c3de68309527ce9375fcfb15dcba"
+SRC_URI[md5sum] = "2dfafae3bbc532b4c8b04a77c6a6de89"
+SRC_URI[sha256sum] = "5069e02e50138600f10cc5f7674e44e9bf6f1930af81d0e1d2f869b3c0ee40d2"
inherit autotools pkgconfig
--
1.9.1
next prev parent reply other threads:[~2015-12-04 3:22 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-04 3:21 [meta-multimedia][PATCH 0/4] mpg123 cleanups + update Andre McCurdy
2015-12-04 3:21 ` [meta-multimedia][PATCH 1/4] mpg123: recipe formatting cleanup, no functional changes Andre McCurdy
2015-12-04 3:21 ` [meta-multimedia][PATCH 2/4] mpg123: limit ARM_INSTRUCTION_SET = "arm" over-ride to armv4/armv5 Andre McCurdy
2015-12-07 18:28 ` Khem Raj
2015-12-07 19:58 ` Andre McCurdy
2015-12-07 20:27 ` Khem Raj
2015-12-07 20:55 ` Andre McCurdy
2015-12-07 21:14 ` Khem Raj
2015-12-04 3:21 ` [meta-multimedia][PATCH 3/4] mpg123: drop unnecessary dependency on tslib Andre McCurdy
2015-12-04 3:21 ` Andre McCurdy [this message]
2015-12-18 11:31 ` [meta-multimedia][PATCH 0/4] mpg123 cleanups + update Martin Jansa
2015-12-18 19:54 ` Andre McCurdy
2015-12-18 19:56 ` Martin Jansa
2015-12-18 20:37 ` Andre McCurdy
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1449199316-14048-5-git-send-email-armccurdy@gmail.com \
--to=armccurdy@gmail.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.