summaryrefslogtreecommitdiff
path: root/audio/libwildmidi/PLIST
diff options
context:
space:
mode:
authorwiz <wiz>2016-08-24 10:09:40 +0000
committerwiz <wiz>2016-08-24 10:09:40 +0000
commit3422aeb1277895f9359676d829bcde1c35b22b8a (patch)
treeb64cb2509e5a007cd6b8b67f5fe5dfefe713fad6 /audio/libwildmidi/PLIST
parenta01d93ba07749554a6e315ea18fd1097aec9c106 (diff)
downloadpkgsrc-3422aeb1277895f9359676d829bcde1c35b22b8a.tar.gz
Updated libwildmidi to 0.4.0.
This is a major milestone release! We worked hard over the years to improve WildMIDI by looking at how it is used downstream and working with them to offload their MIDI-related burdens and pushing them to WildMIDI. We've included support for the following MIDI-like formats: HMI, HMP, KAR, MIDI Type 2, MUS and XMI. We've expanded our API to help facilitate error detection, logging and on-the-fly conversion from MIDI-likes to MIDI without having to initialize the library first. What's new in 0.4.0: API change: The library now returns audio data in host-endian format, not little-endian. API change: WildMidi_GetVersion() added to the api, along with new numeric version macros in the wildmidi_lib.h header. the dso version is changed from 1 to 2. API change: All long or unsigned long type _WM_Info fields changed into strictly 32bit fields (int32_t or uint32_t.) API change: WildMidi_OpenBuffer() and WildMidi_GetOutput() changed to accept strictly 32bit size parameters, i.e. uint32_t, instead of unsigned long. API change: WildMidi_ConvertToMidi() and WildMidi_ConvertBufferToMidi() added for MIDI-like files to be converted to MIDI. API change: WildMidi_SetCvtOption() added to support conversion options. API change: WildMidi_SongSeek() added to support Type 2 MIDI files. API change: WildMidi_GetLyric() added to support embedded text, such as KAR files. API change: WildMidi_GetError() and WildMidi_ClearError() added to cleanly check for, retrieve and clear error messages. They no longer go to stderr. Support for loading XMI (XMIDI format) files, thanks Ryan Nunn for releasing his code under the LGPL. Support for loading MUS (MUS Id format) files, such as from Doom. Support for loading HMP/HMI files, such as from Arena and Daggerfall. Support for loading KAR (MIDI with Lyrics) and Type 2 MIDI files. Build requires cmake-2.8.11 or newer now.
Diffstat (limited to 'audio/libwildmidi/PLIST')
-rw-r--r--audio/libwildmidi/PLIST16
1 files changed, 12 insertions, 4 deletions
diff --git a/audio/libwildmidi/PLIST b/audio/libwildmidi/PLIST
index 405d5b9725a..f05d8878a63 100644
--- a/audio/libwildmidi/PLIST
+++ b/audio/libwildmidi/PLIST
@@ -1,20 +1,28 @@
-@comment $NetBSD: PLIST,v 1.2 2014/03/31 08:31:19 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2016/08/24 10:09:40 wiz Exp $
bin/wildmidi
include/wildmidi_lib.h
lib/libWildMidi.so
-lib/libWildMidi.so.1
-lib/libWildMidi.so.1.0.2
+lib/libWildMidi.so.2
+lib/libWildMidi.so.2.0.0
man/man1/wildmidi.1
+man/man3/WildMidi_ClearError.3
man/man3/WildMidi_Close.3
+man/man3/WildMidi_ConvertBufferToMidi.3
+man/man3/WildMidi_ConvertToMidi.3
man/man3/WildMidi_FastSeek.3
+man/man3/WildMidi_GetError.3
man/man3/WildMidi_GetInfo.3
+man/man3/WildMidi_GetLyric.3
+man/man3/WildMidi_GetMidiOutput.3
man/man3/WildMidi_GetOutput.3
man/man3/WildMidi_GetString.3
+man/man3/WildMidi_GetVersion.3
man/man3/WildMidi_Init.3
-man/man3/WildMidi_Live.3
man/man3/WildMidi_MasterVolume.3
man/man3/WildMidi_Open.3
man/man3/WildMidi_OpenBuffer.3
+man/man3/WildMidi_SetCvtOption.3
man/man3/WildMidi_SetOption.3
man/man3/WildMidi_Shutdown.3
+man/man3/WildMidi_SongSeek.3
man/man5/wildmidi.cfg.5