Skip to content

Commit

Permalink
adplug: update to 2.3.1.
Browse files Browse the repository at this point in the history
Changes for version 2.3.1:
--------------------------
- Fixed unconditional inclusion of "sys/io.h" on Linux
- Autotools improvement
  - Non-recursive Automake, improved parallelizability
  - Compatibility fixes for FreeBSD's pmake and OpenBSD's make
  - Out-of-source building

Changes for version 2.3:
-------------------------
- Bug fixes:
  - CMF: Fix uninitialised variable use (thanks binarymaster)
  - CMF: Handle invalid offsets without crashing
  - ROL: Prevent access beyond end of vector
  - MSC: Fix use of uninitialised variable
  - HSC: Handle out of range patterns more gracefully
  - MID: Fix for issue #2 - out of range array read
  - LDS: Use the tempo stored inside the Loudness-File instead of simply returning 70Hz
  - RIX: Fix several replay bugs (thanks to Palxex)
  - RIX: Big-endian fix by Wei Mingzhi
  - XAD: Tempo fix
  - Various other out of bounds array fixes, timing fixes, etc.
- New formats:
  - BMF: Easy AdLib 1.0
  - CMF: SoundFX Macs Opera
  - GOT: God of Thunder
  - HSQ/SQX/SDB/AGD/HA2: Herbulot AdLib System (HERAD)
  - MUS/IMS/MDI: AdLib Visual Composer ROL derivatives
  - SOP: sopepos' Note Player
  - VGM: Video Game Music
- Allow compilation on platforms that don't support real OPL hardware access
- Add support for compiling on Appveyor and publishing a NuGet package
- Add Visual Studio 2015 projects
- Add support for Travis CI builds
- Add new CRC16 and CRC32 tests
- Addition of WoodyOPL from DOSBox SVN (thanks to NY00123)
- Addition of NukedOPL (thanks to loki666 and nukeykt)
- Move from SourceForge to GitHub
- DRO player refactored (thanks to Laurence Myers and William Yates)
- Add (mono) OPL3 support to the surround/harmonic-effect OPL
- Fix occasional random noise in right channel when using surround OPL and Satoh synth
- Add display for ROL comment and instrument names
- Improve support for different Westwood ADL format versions
- Improve CMF transpose support (per-channel now)
- Autotools build environment updated

Changes for version 2.2.1:
--------------------------
- Bug fixes:
  - CMF: Fix crash on v1.0 files
  - DRO: Correct playback of early v0.1 files

Changes for version 2.2:
------------------------
- New format support:
  - JBM: JBM Adlib Music Format
  - CMF: New player (more accurate) for Creative Music Format
  - DRO: DOSBox Raw OPL v2.0 support
- Fixed current subsong rewind in D00 player.
- Added test case for ADL file format.
- Fixed replay bug in DRO player (thanks to Adam Nielsen).
- New surround/harmonic synth effect (sounds really nice!)
  • Loading branch information
0-wiz-0 committed Dec 11, 2018
1 parent f585792 commit 933f1c4
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 93 deletions.
11 changes: 5 additions & 6 deletions audio/adplug/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# $NetBSD: Makefile,v 1.7 2016/04/20 12:10:24 nros Exp $
#
# $NetBSD: Makefile,v 1.8 2018/12/11 09:50:44 wiz Exp $

DISTNAME= adplug-2.1
PKGREVISION= 1
DISTNAME= adplug-2.3.1
CATEGORIES= audio devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=adplug/}
MASTER_SITES= ${MASTER_SITE_GITHUB:=adplug/}
GITHUB_RELEASE= ${PKGNAME_NOREV}
EXTRACT_SUFX= .tar.bz2

MAINTAINER= [email protected]
HOMEPAGE= http://adplug.sourceforge.net/
HOMEPAGE= https://github.com/adplug/adplug/
COMMENT= AdLib emulator library supporting many formats
LICENSE= gnu-lgpl-v2.1

Expand Down
19 changes: 18 additions & 1 deletion audio/adplug/PLIST
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
@comment $NetBSD: PLIST,v 1.2 2009/06/14 17:32:01 joerg Exp $
@comment $NetBSD: PLIST,v 1.3 2018/12/11 09:50:44 wiz Exp $
bin/adplugdb
include/adplug/a2m.h
include/adplug/adl.h
include/adplug/adlib.h
include/adplug/adlibemu.h
include/adplug/adplug.h
include/adplug/adtrack.h
Expand All @@ -10,31 +11,41 @@ include/adplug/analopl.h
include/adplug/bam.h
include/adplug/bmf.h
include/adplug/cff.h
include/adplug/cmf.h
include/adplug/cmfmcsop.h
include/adplug/d00.h
include/adplug/database.h
include/adplug/dfm.h
include/adplug/diskopl.h
include/adplug/dmo.h
include/adplug/dro.h
include/adplug/dro2.h
include/adplug/dtm.h
include/adplug/emuopl.h
include/adplug/flash.h
include/adplug/fmc.h
include/adplug/fmopl.h
include/adplug/fprovide.h
include/adplug/got.h
include/adplug/herad.h
include/adplug/hsc.h
include/adplug/hsp.h
include/adplug/hybrid.h
include/adplug/hyp.h
include/adplug/imf.h
include/adplug/jbm.h
include/adplug/kemuopl.h
include/adplug/ksm.h
include/adplug/lds.h
include/adplug/mad.h
include/adplug/mdi.h
include/adplug/mid.h
include/adplug/mkj.h
include/adplug/msc.h
include/adplug/mtk.h
include/adplug/mus.h
include/adplug/nemuopl.h
include/adplug/nukedopl.h
include/adplug/opl.h
include/adplug/player.h
include/adplug/players.h
Expand All @@ -50,8 +61,14 @@ include/adplug/s3m.h
include/adplug/sa2.h
include/adplug/silentopl.h
include/adplug/sng.h
include/adplug/sop.h
include/adplug/surroundopl.h
include/adplug/temuopl.h
include/adplug/u6m.h
include/adplug/version.h
include/adplug/vgm.h
include/adplug/wemuopl.h
include/adplug/woodyopl.h
include/adplug/xad.h
include/adplug/xsm.h
info/libadplug.info
Expand Down
13 changes: 5 additions & 8 deletions audio/adplug/distinfo
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
$NetBSD: distinfo,v 1.6 2015/11/03 01:12:24 agc Exp $
$NetBSD: distinfo,v 1.7 2018/12/11 09:50:44 wiz Exp $

SHA1 (adplug-2.1.tar.bz2) = 49dd798467f194ece1863f18019912f8089cb9df
RMD160 (adplug-2.1.tar.bz2) = 8788c174507fe39d3415f36e1ac60df6b84c889f
SHA512 (adplug-2.1.tar.bz2) = 498e18df60660f40cb6504922abbe736867d6a36a42f12f1003d85c522b660575e5cfc70a5f7ab94aeec1bf78d1ab3ba649c156ba5521f38018ea19953fee5ff
Size (adplug-2.1.tar.bz2) = 730686 bytes
SHA1 (patch-adplugdb_adplugdb_cpp) = 06471351d5b263e515b115960ec0e3d3564dbd16
SHA1 (patch-src_fmopl_c) = e5a081da04b9935a6c146c487bf578a5a78e5436
SHA1 (patch-src_player.h) = a1bf12c872a244d56fa0cd776ecd22cc5af3bca4
SHA1 (adplug-2.3.1.tar.bz2) = c6efe2e3ec744b45b607a18fb0ef04c87374b4ba
RMD160 (adplug-2.3.1.tar.bz2) = 928c26a97248fb4e5c63813ff52369e812d1dd2c
SHA512 (adplug-2.3.1.tar.bz2) = 324ce084ecf5b0d180b335ebcacd5ab80806a5c9fbdeed6ef7cbd6c2f2cb476d9d9f38f596b7d6100e3d6cab42294300559200297b4b3f34190c1f516454c8c3
Size (adplug-2.3.1.tar.bz2) = 1478424 bytes
51 changes: 0 additions & 51 deletions audio/adplug/patches/patch-adplugdb_adplugdb_cpp

This file was deleted.

15 changes: 0 additions & 15 deletions audio/adplug/patches/patch-src_fmopl_c

This file was deleted.

12 changes: 0 additions & 12 deletions audio/adplug/patches/patch-src_player.h

This file was deleted.

0 comments on commit 933f1c4

Please sign in to comment.