Changes:
* Added beta drivers for SB AudigyLS
* Fixed MIDIMan Revolution 7.1 6 channel audio
* 4Front Virtual Mixer now comes standard with the OSS drivers.
An advanced version with builtin equalizers, loopback audio
recording, individual volume control is also available with an
extra licensing fee. The basic Virtual Mixer technology allows
users to play upto 4 audio apps at the same time. There is no
special programming required (unlike ESD or aRTsd) as the
Virtual Mixer devices behave exactly like the physcal hardware
devices. Virtual Mixer contains 4Front's proprietary profesional
quality sample rate convertors that handle the mixing of various
audio applications.
Package changes:
De-support 1.5* since 4front does not provide 1.5 binaries any longer.
this patch was unnecessarily causing the resulting binaries to be
linked against libaudio, which couldn't be found at runtime, and
contrary to the log message it had no effect on PR pkg/23081.
fixes my PR pkg/23288.
Added support for large files. This option is disabled by default; to
enable large file support, run configure with the flag --enable-largefile.
Improved support for markers in WAVE files.
Added support for miscellaneous data in WAVE files.
Cleaned up code in many places.
0.30 - September 8th, 2003 :
============================
* Added an option to define the number of characters to use for the Track
field (see Misc tab),
* Added a button in the browser to jump to the parent directory,
* Pressing the Enter key in the tag entries set the focus to the next entry,
* The selection of files in the search window select also the corresponding
files in the main list,
* Added ability to select files of the same directory by double clicking
over the list, triple clicking select all files,
* The tree browser is sorted again after renaming a directory,
* The tree browser is sorted ignoring the word case,
* Content of the clipboard is automatically set in the 'Words' field of the
CDDB window and Search window, when opening them,
* Added button in the CDDB window to filtrate the 'red' lines in the albums
list,
* Added button in the CDDB window to select/unselect all lines and invert
the selection in the tracks album list,
* Fixed position in the list when selecting a file with the mouse (use of
the next or previous button select the wrong line),
* Fixed state of the Undo and Redo buttons when using the command to select
all files and invert the selection,
* Czech translation updated (thanks to Milan Siebenburger),
* German translation updated (thanks to Götz Waschk).
* Updated documentation for MP3::Tag, MP3::Tag::ID3v1, MP3::Tag::ID3v2 and MP3::Tag::ID3v2-Data
* Renamed some functions. The old names will still work, but try to use the new names.
The following names were changed:
- MP3::Tag::getTags() to MP3::Tag::get_tags()
- MP3::Tag::newTag() to MP3::Tag::new_tag()
- MP3::Tag::ID3v1::removeTag() to MP3::Tag::ID3v1::remove_tag()
- MP3::Tag::ID3v1::writeTag() to MP3::Tag::ID3v1::write_tag()
- MP3::Tag::ID2v2::getFrameIDs() to MP3::Tag::ID3v2::get_frame_ids()
- MP3::Tag::ID2v2::getFrame() to MP3::Tag::ID3v2::get_frame()
* Bugfix for ID3v2.pm:
- getFrame() returned "undef" as a string instead of simple undef
- artist() produced an error when TPE1 is missing in TAG
* Bugfix for Tag.pm:
- DESTROY() checked only if $mp3->obj{filename} exists and not if it is defined before trying to
close it
- autoinfo() returns now a hash ref or an array as noted in the documentation
* Bugfix for ID3v1.pm:
- genres() expected an id3v1-object as first parameter and a genre
only as second parameter. Now the object can be omitted as in a call like
MP3::Tag::ID3v1->genres($genre) used by Tag.pm and ID3v2.pm
* bugfix for File.pm:
- Filenames may contain surrounding whitespaces now
- Pass --sysconfdir to configure script.
- Make the program honour that directory to search for config files.
- Remove un-needed patch (everything can be done from configure).