Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e4f74c1e7f | |||
| 312d6c184e |
@@ -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
3
adplug-2.4.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ebeaf8e2aacd3d19d756d4034cccaccfd2da5be465e633d1f463e3fc55baa065
|
||||
size 2764172
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user