Commit Graph

37 Commits

Author SHA1 Message Date
Rudi Heitbaum
95341fb4e6 libopenmpt: update to 0.7.4 2024-03-04 05:34:41 +00:00
Rudi Heitbaum
4d83410401 libopenmpt: update to 0.7.3 2023-09-10 10:29:33 +00:00
Rudi Heitbaum
72dc93970c libopenmpt: update to 0.7.2 2023-06-26 12:32:35 +00:00
Rudi Heitbaum
ed5f152d8c libopenmpt: update to 0.7.1 2023-05-17 10:55:32 +00:00
Rudi Heitbaum
8ea08208a2 libopenmpt: update to 0.7.0 2023-05-03 12:53:52 +00:00
Rudi Heitbaum
78f27918f9 libopenmpt: update to 0.6.10 2023-04-28 11:56:54 +00:00
Rudi Heitbaum
a8f9ca489a libopenmpt: update to 0.6.9 2023-03-17 10:48:56 +00:00
Rudi Heitbaum
7c4f7969e7 libopenmpt: update to 0.6.6 2022-10-30 03:24:52 +00:00
Rudi Heitbaum
d0cab1e219 libopenmpt: update to 0.6.5 2022-08-27 06:36:53 +00:00
heitbaum
cfbe07638e libopenmpt: update to 0.6.4
update 0.5.15 (2021-12-23) to 0.6.4 (2022-06-12)

release notes:
- https://lib.openmpt.org/libopenmpt/2021/12/23/release-0.6.0/
- https://lib.openmpt.org/libopenmpt/2022/01/30/releases-0.6.1-0.5.16-0.4.29-0.3.37/
- https://lib.openmpt.org/libopenmpt/2022/03/13/security-updates-0.6.2-0.5.17-0.4.30-0.3.38/
- https://lib.openmpt.org/libopenmpt/2022/04/24/releases-0.6.3-0.5.18/
- https://lib.openmpt.org/libopenmpt/2022/06/12/release-0.6.4/

jk#
2022-06-18 11:56:50 +00:00
heitbaum
60462c8d2e libopenmpt: update to 0.5.15
release notes:
- https://lib.openmpt.org/libopenmpt/2021/12/05/security-updates-0.5.14-0.4.26-0.3.35/
- https://lib.openmpt.org/libopenmpt/2021/12/23/security-update-0.5.15-releases-0.4.27-0.3.36/

update 0.5.13 (2021-11-14) to 0.5.15 (2021-12-23)

--- 0.5.15 ---

[Sec] Possible out-of-bounds read of stack-allocated array in malformed
AMS files. (r16243)

[Bug] Fixed various undefined behaviour found with ubsan.

IT: Even after libopenmpt 0.5.14 the filter reset logic was still not
100% identical to Impulse Tracker: A note triggered on tick 0 of a row
with a Pattern Delay effect still caused the filter to be reset on
repetitions of that row even though the note wasn’t retriggered.

MOD: Loosened VBlank timing heuristics so that the original copy of
Guitar Slinger from Dizzy Tunes II plays correctly.

mpg123: Update to v1.29.3 (2021-12-11).

--- 0.5.14 ---

[Sec] Possible out-of-bounds read in Chorus plugin with NaN plugin
parameters. Most implementations of the “fast math” compiler
optimizations will prevent this crash but it is not guaranteed. (r16096)

[Bug] Fixed undefined behaviour with custom tunings found with ubsan.

OPL: Improved channel allocation strategy when there are lots of faded-out notes.

MOD: Digital Tracker MODs have four unknown bytes right after the magic
bytes which seem to be ignored even by Digital Tracker itself. Just skip
over them.

The logic when to turn off the resonant filter was broken in some edge
cases since libopenmpt 0.5.1.

IMF: Implemented XE1-XE3 commands, which disable individual envelopes.
Command Nxy (cutoff slide + resonance) is now also partially supported
(only resonance for now).

IMF: Filter envelopes were upside down.

MTM: Omitting pattern loading through the load.skip_patterns ctl caused
sample data to be corrupted.

S3M: Ignore O00 commands in files created with Scream Tracker 3.00 and
3.01, as this command only gained effect memory in version 3.03.

STM: Use S3M-like sample swap behaviour.

XM: Disable arpeggio quirk for XMs made with Skale Tracker. Fixes
KAPTENFL.XM.

miniz: Update to v2.2.0 (2021-06-27).

minimp3: Update to commit 50d2aaf360a53653b718fead8e258d654c3a7e41 (2021-11-27).
2021-12-25 02:09:32 +00:00
heitbaum
34b7b2a5f5 libopenmpt: add libvorbisfile to pkgconfig
fixes following build error:

./toolchain/armv7a-libreelec-linux-gnueabihf/sysroot/usr/lib/
  libopenmpt.a(libopenmpt_la-Load_xm.o):Load_xm.cpp:function
OpenMPT::ReadSampleData(OpenMPT::ModSample&, OpenMPT::SampleIO,
OpenMPT::detail::FileReader<OpenMPT::FileReaderTraitsStdStream>&,
bool&): error: undefined reference to 'ov_open_callbacks'
2021-12-25 01:05:28 +00:00
heitbaum
c044c3e38b libopenmpt: update to 0.5.13
update 0.4.17 (2021-01-31) to 0.5.13 (2021-11-14)

changelog:
- https://lib.openmpt.org/libopenmpt/2021/03/20/security-update-0.5.7-releases-0.4.19-0.3.28/
- https://lib.openmpt.org/libopenmpt/2021/04/11/security-updates-0.5.8-0.4.20-0.3.29/
- https://lib.openmpt.org/libopenmpt/2021/05/16/releases-0.5.9-0.4.21-0.3.30/
- https://lib.openmpt.org/libopenmpt/2021/07/04/releases-0.5.10-0.4.22-0.3.31/
- https://lib.openmpt.org/libopenmpt/2021/08/22/security-updates-0.5.11-0.4.23-0.3.32/
- https://lib.openmpt.org/libopenmpt/2021/10/04/security-updates-0.5.12-0.4.24-0.3.33/
- https://lib.openmpt.org/libopenmpt/2021/11/14/releases-0.5.13-0.4.25-0.3.34/
2021-11-23 21:27:15 +11:00
heitbaum
43b3ed4cf6 libopenmpt: update to 0.4.17
update 0.4.16 (2020-11-30) to 0.4.17 (2021-01-31)
changelog: https://lib.openmpt.org/libopenmpt/2021/01/31/releases-0.5.5-0.4.17-0.3.26/
change url to https as openmpt.org is now HSTS
2021-02-01 12:07:27 +00:00
heitbaum
173f90b252 libopenmpt: update to 0.4.16 2021-01-07 11:24:28 +00:00
MilhouseVH
7a113898ac libopenmpt: update to libopenmpt-0.4.11 2020-02-19 22:08:23 +00:00
MilhouseVH
36d17d1c5e libopenmpt: update to libopenmpt-0.4.5 2019-06-07 08:49:07 +01:00
MilhouseVH
ff567d405b libopenmpt: missing dependency 2019-02-22 20:11:26 +00:00
CvH
85e5b4dc1f cleanup: PKG_SHORTDESC 2018-10-22 15:06:12 +02:00
CvH
4cffa5fe6f cleanup: remove PKG_ARCH="any" 2018-10-22 15:06:12 +02:00
CvH
4317bc5002 cleanup: remove PKG_SECTION 2018-10-22 15:06:11 +02:00
CvH
eb2c07036f spdx: packages/audio 2018-07-17 23:58:49 +02:00
Matthias Reichl
3e1da7ae96 libopenmpt: enable pic
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-06-04 19:54:29 +02:00
chewitt
1e5327217b libopenmpt: bump to 0.3.1 for audiodecoder.openmpt 2017-11-25 08:53:00 +00:00
Sascha Kuehndel (InuSasha)
3846ec7dac buildsystem: replace PKG_AUTORECONF 2017-11-22 00:41:12 +01:00