2 Commits

Author SHA256 Message Date
e4f74c1e7f Accepting request 1267832 from multimedia:apps
OBS-URL: https://build.opensuse.org/request/show/1267832
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libadplug?expand=0&rev=2
2025-04-08 15:52:10 +00:00
312d6c184e - Update to version 2.4
Bug fixes:
  * Many fixes, cleanup, and refactoring across all players based
    on fuzzing tests. Huge thanks to Alexander Miller for these.
    There are too many to list here - please read the commit log.
  * Fixes to SurroundOPL getchip(), fixing missing note problems.
  * Many code typo fixes (thanks to luz paz for these).
  * Make SOP player endian aware and many further fixes across
    players.
  * Fix RAD2 player crashes with files referencing unused
    instruments.
  * Added stress tests and many build fixes across platforms.
  New formats:
  * MUS,ADL: Add support for Coktel Vision game music files to
    Visual Composer player.
  * MID: Detect MIDI Type 1 multi-track files.
  * PIS: Beni Tracker.
  * MTR: Master Tracker Loader.
  * A2M: Add new player for A2M and A2T (versions 1-14).
  * D00: Add support for reheadered D00 songs.
  * PLX: PALLADIX Sound System.
  * LD0: Add support for old LOUDNESS files that don't have MIDI
    instrument data.
  Misc:
  * Updated NukedOPL to master 730f8c238a152cb3314e46919789a666c9d81d82
  * Updated ADL player to ScummVM version from Dec 7, 2020.
- Run checks

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/libadplug?expand=0&rev=4
2025-04-08 07:35:19 +00:00
4 changed files with 41 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d50511df045a28493c4301973ec85d16b77c792171f96233aed73ce37206786d
size 1894921

3
adplug-2.4.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ebeaf8e2aacd3d19d756d4034cccaccfd2da5be465e633d1f463e3fc55baa065
size 2764172

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Mon Apr 7 17:10:38 UTC 2025 - Martin Hauke <mardnh@gmx.de>
- Update to version 2.4
Bug fixes:
* Many fixes, cleanup, and refactoring across all players based
on fuzzing tests. Huge thanks to Alexander Miller for these.
There are too many to list here - please read the commit log.
* Fixes to SurroundOPL getchip(), fixing missing note problems.
* Many code typo fixes (thanks to luz paz for these).
* Make SOP player endian aware and many further fixes across
players.
* Fix RAD2 player crashes with files referencing unused
instruments.
* Added stress tests and many build fixes across platforms.
New formats:
* MUS,ADL: Add support for Coktel Vision game music files to
Visual Composer player.
* MID: Detect MIDI Type 1 multi-track files.
* PIS: Beni Tracker.
* MTR: Master Tracker Loader.
* A2M: Add new player for A2M and A2T (versions 1-14).
* D00: Add support for reheadered D00 songs.
* PLX: PALLADIX Sound System.
* LD0: Add support for old LOUDNESS files that don't have MIDI
instrument data.
Misc:
* Updated NukedOPL to master 730f8c238a152cb3314e46919789a666c9d81d82
* Updated ADL player to ScummVM version from Dec 7, 2020.
- Run checks
-------------------------------------------------------------------
Tue Feb 21 23:24:21 UTC 2023 - Martin Hauke <mardnh@gmx.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package libadplug
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,10 +17,10 @@
%define sover 0
%define soname 2_3_3-%{sover}
%define soname 2_4-%{sover}
%define libname libadplug%{soname}
Name: libadplug
Version: 2.3.3
Version: 2.4
Release: 0
Summary: AdLib Sound Player Library
License: LGPL-2.1-only
@@ -81,7 +81,7 @@ and remove records within a central database, or merge a set of databases
together into one single database.
%prep
%setup -q -n "adplug-adplug-%{version}"
%autosetup -p1 -n "adplug-adplug-%{version}"
%build
autoreconf -fiv
@@ -95,6 +95,9 @@ find %{buildroot} -type f -name "*.la" -delete -print
%post -n %{libname} -p /sbin/ldconfig
%postun -n %{libname} -p /sbin/ldconfig
%check
%make_build check
%files -n %{libname}
%license COPYING
%doc ChangeLog NEWS README