pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/libwildmidi
Module Name: pkgsrc
Committed By: wiz
Date: Mon Mar 31 08:31:19 UTC 2014
Modified Files:
pkgsrc/audio/libwildmidi: Makefile PLIST distinfo
Removed Files:
pkgsrc/audio/libwildmidi/patches: patch-configure patch-src_Makefile.in
patch-src_wildmidi.c
Log Message:
Update to 0.3.5:
0.3.5:
While we've not added any additional functionality, we have fixed
many bugs from internal testing (clang static analysis and valgrind)
and also downstream distribution issues. We've also reduced the
memory thrashing dramatically. Going from 16,000 reallocations and
about 400MiB memory usage when playing a 2 minute midi down to
about 600 reallocations and only 8MiB memory usage!
What is new in this release:
Greatly reduced the heap usage (was a regression introduced in
0.2.3)
OpenAL support: Fixed audio output on big-endian systems. Fixed
audio skips at song start.
OSS support: No longer uses mmap mode for better compatibility.
This gains us NetBSD and OpenBSD support.
Worked around an invalid memory read found by valgrind when
playing Beethoven's Fur Elise.rmi at 44100 Hz using the old
MIDIA patch-set from 1994.
Build fixes for MSVC. Revised visibility attributes usage.
0.3.4:
This release marks the end of further development in the 0.3 branch.
We will do bug-fixes to help stabilize platforms, but no new
functionality will be added after this.
What is new in this release:
OpenAL support: This gains us OSX and other platforms that
OpenAL supports for sound output!
DOS DJGPP support: This goes a long way to helping other DOS
based applications like UHexen2.
MinGW support: This gains us win32 and win64 support using this
toolchain.
Fedora support: We are now ready to see this get pushed upstream
to Fedora.
New portable file and path-name system to handle cross-platform
support.
Support for Debian/kFreeBSD, Debian/Hurd and other Debian archs.
Many bug fixes, code clean-ups and cosmetic fixes.
0.3.3:
This is the first package to be officially uploaded to Debian.
default to hidden visibility and only export our API functions
windows lean and mean to help compile times on Windows
cli and xcode work now on OSX
better FreeBSD support
Supported platforms are Debian, FreeBSD, Windows and OSX (but only
for WAV output)
0.3.2:
Now with Microsoft Visual Studio support.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/audio/libwildmidi/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/audio/libwildmidi/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/audio/libwildmidi/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/audio/libwildmidi/patches/patch-configure
cvs rdiff -u -r1.1.1.1 -r0 \
pkgsrc/audio/libwildmidi/patches/patch-src_Makefile.in
cvs rdiff -u -r1.2 -r0 pkgsrc/audio/libwildmidi/patches/patch-src_wildmidi.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index