audio/zmusic: update to 1.1.10
1.1.9: - Improved ALSA MIDI backend - API Improvements - Newer GCC fixes - Fix some inverted logic in the WildMidi player - Fix FileSystemSoundFontReader to use binary i/o - Fixes for gus and wildmidi emulation - Fix fluidsynth settings getting reset to default during midi init playback sequence 1.1.10: - Added a missing check for AMF format in module loader - Fixed EMIDI track designation checks
This commit is contained in:
parent
e770519b20
commit
f2e7a18e17
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= zmusic
|
||||
PORTVERSION= 1.1.8
|
||||
PORTVERSION= 1.1.10
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= kevans@FreeBSD.org
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1635738651
|
||||
SHA256 (coelckers-ZMusic-1.1.8_GH0.tar.gz) = 73082f661b7b0bb33348d1d186c132deec9132a1613480348a00172b49c9fd68
|
||||
SIZE (coelckers-ZMusic-1.1.8_GH0.tar.gz) = 1811039
|
||||
TIMESTAMP = 1666650759
|
||||
SHA256 (coelckers-ZMusic-1.1.10_GH0.tar.gz) = 378435b35f02a3123ee9e01b5e7990017f9bc1244b788e3bf54b37b34a2985ba
|
||||
SIZE (coelckers-ZMusic-1.1.10_GH0.tar.gz) = 1812700
|
||||
|
|
|
@ -7,7 +7,7 @@ lib/cmake/ZMusic/ZMusicLiteTargets-%%CMAKE_BUILD_TYPE%%.cmake
|
|||
lib/cmake/ZMusic/ZMusicLiteTargets.cmake
|
||||
lib/libzmusic.so
|
||||
lib/libzmusic.so.1
|
||||
lib/libzmusic.so.1.1.8
|
||||
lib/libzmusic.so.1.1.10
|
||||
lib/libzmusiclite.so
|
||||
lib/libzmusiclite.so.1
|
||||
lib/libzmusiclite.so.1.1.8
|
||||
lib/libzmusiclite.so.1.1.10
|
||||
|
|
Loading…
Reference in a new issue