Based on PR 40012 by Sergey Svishchev and add a missing entry to PLIST.
ChangeLog:
Sat Sep 27 15:51:35 CEST 2008 Urs Fleisch <ufleisch@users.sourceforge.net>
* Release 1.1
* New:
+ Dutch translation.
+ New general frame types Album Artist, Grouping, Lyrics, Media,
Remixer.
+ Setting character encoding for ID3v1.1 tags.
+ Import additional tags from Discogs and MusicBrainz.
* Improved:
+ All frame types (not only Artist, Album, ...) can be used for all
operations (e.g. import, export, tag <-> file name, rename, ...).
* Fixed:
+ Build for KDE 3 without id3lib or TagLib
+ Supress using unsupported UTF-8 for ID3v2.3
+ Qt 4, KDE 4: Wrong track times in import dialog when some track
times are missing.
+ KDE 4: Translations with arguments (%1, %2).
+ Windows: Displaying pictures with JPEG plugin.
+ MacOS X: Dropping and displaying pictures.
===============
Version 0.2.41
===============
* Fix 32k samples turning into static when 8k samples played in
the middle. Debian #79145. (Matthew Ashton)
* Fix filter buffer handling so filters work. Debian #202027.
(Ryan Murray)
* Reconnect the ALSA driver and reload the config file after
receiving a SIGUSR1. (Martin Pitt)
* Fixed esd_audio_write() to use select() if the driver supports
it (otherwise usleep) and write data in a configurable block size.
(Ryan Murray)
* Fixed esound.pc audifile linking. (Josselin Mouette)
* Fixed esdcat.1. (Josselin Mouette)
* Protect dsp_init() with a mutex lock. (Josselin Mouette)
* Fixed to allow multiple esd instances (one per user). (Martin Pitt)
* Fixes to startup time by not trying to exec a binary if it doesn't
exist. (Martin Pitt)
* Prettier debugging output. (Ryan Murray)
* Fixed signedness compiler warnings. (Josselin Mouette)
* Remove libesddsp from LD_PRELOAD when autospawning esd. (Ryan Murray)
* Fixes for GStreamer using ESPEAKER. (Jeff Waugh)
* Fixes for mmap64 (Josselin Mouette)
* Close the spawnfd when the startup is successful. (Josselin Mouette)
* Save a call to esd_audio_pause when run with -nobeeps. (Josselin Mouette)
* Improved error checking for the -spawnfd switch. (Josselin Mouette)
* Fixed buffer overflow possibilities. (Ryan Murray)
* Call snd_pcm_hw_free() before calling snd_pcm_close() to avoid a
memory leak. (Martin Pitt)
* Add informative output for -double switch. (Josselin Mouette)
* Use smaller sleep timeouts. (Josselin Mouette)
* Updated to handle more file formats supported by audiofile 0.2.3.
(Josselin Mouette)
gnome-speech 0.4.22:
* drivers/swift/swiftsynthesisdriver.c: fix for bug #559583 - Swift
synthesis driver causes Python client to get "TypeError: could not
demarshal return value" on call to getAllVoices.
to [hopefully] correct errant behavior wrt: non-blocking I/O and sockets.
This is presently untested, however. Also, with this snapshot
we at least have the hope that the network facility works. Includes
other miscellaneous bug fixes, also.
While here, explicitly enable coreaudio on Darwin and add a PLIST
entry for its driver module. This is also untested, but at least
installation on Darwin will not fail due to an incorrect PLIST. Also,
include ../../mk/dlopen.buildlink3.mk in our bl3.mk in order
to heed DLOPEN_REQUIRE_PTHREADS.
Audacious-plugins 1.5.1 (2008-05-23)
====================================
Enhancements
------------
* Some ModPlug playback engine fixes integrated from Schism Tracker.
* ModPlug archive support "works" now again, but only on local files.
* cdaudio-ng now has a rescan option.
* Various enhancements in Audacious-SID plugin synchronized from
XMMS-SID.
Bugfixes
--------
* ModPlug starting to play from incorrect pattern order was fixed.
* Some unaligned access and other nasty bugs fixed in MADPlug.
* Code cleanups made in various plugins (not nearly enough, though.)
* Cleaned up and refactored configure and various buildsystem fixes.
* ProjectM compatibility fixes.
* demac plugin skips leading junk in APE files.
* Some sndfile plugin problems, including a filehandle leak, were fixed.
* Several crash fixes in the Neon HTTP/HTTPS transport plugin.
Audacious 1.5.1 (2008-05-23)
============================
Enhancements
------------
* New Cairo-based playlist widget, which should be somewhat faster.
* Volume setting is now saved between sessions.
* Session management is now optional and can be disabled via
a configure option.
* Added an option to enable loading of broken skins (use with care.)
* "Remote" handling of Audacious via commandline is now faster.
Bugfixes
--------
* Headless support should work now again.
* Compiling without DBUS support works, but you should note that we DO NOT
SUPPORT builds compiled without DBUS! Several features of Audacious are
disabled if built without DBUS!
* Memory leak fixed in eggsm (session management).
* Documentation updates and fixes.
* GCC 4.3 compilation fixes.
* Fixed a crash when eggsm couldn't find audacious.desktop file.
* Cleaned up and refactored configure and various buildsystem fixes.
* Removed references to some options that are not available anymore.
* A Dbus-related crash when using remote playlist adding functions was fixed.
* Few potential lock-up situations have been fixed.
* "Reload Plugins" button was removed, because it did not work properly
and often caused segfaults due to broken plugins.
1.0.x versions. Pulseaudio (which I am working on) requires
this version; moreover, the 1.0.x releases are deprecated.
The ChangeLog is not kept up-to-date, but here are some highlights:
1.2rc1
--------
Again, this new releases brings many improvements. The RAM requirement for
wideband has gone down drastically (i.e. more than 2x). A new resampler
module has been added, providing arbitrary sampling rate conversion --
fast. The echo canceller has also been improved. A bug in 1.2beta1 that
made the echo canceller unstable has been fixed. The echo canceller should
now converge faster, be robust and tolerant of incorrect capture-playback
synchronisation. The preprocessor has also been greatly improved. Not only
should the quality be better, but it is now fully converted to
fixed-point. At last, early TriMedia support (incomplete) has been merged.
1.2beta3
--------
The most obvious change in this release is that all the non-codec
components (preprocessor, echo cancellation, jitter buffer) have been
moved to a new libspeexdsp library. Other changes include a new jitter
buffer algorithm and resampler improvements/fixes. This is also the first
release where libspeex can be built without any floating point support. To
do this, the float compatibility API must be disabled (--disable-float-api
or DISABLE_FLOAT_API) and the VBR feature must be disabled (--disable-vbr
or DISABLE_VBR).
1.2beta2
--------
This release adds support for acoustic echo cancellation with multiple
microphones and multiple loudspeakers. It also adds an API to decorrelate
loudspeaker signals to improve multi-channel performance. In the bugfix
department, there are fixes for a few bugs in the echo canceller, jitter
buffer and preprocessor. At this point, the API for 1.2 should be stable
and only a few very minor additions are planned.
Requested to import from wip/libao-nas by PR 39702.
Libao is a cross-platform audio library that allows programs to
output audio using a simple API on a wide variety of platforms.
This package provides an NAS plugin for libao's core.
which was in options.description all along. I've removed the
redundant 'libmodplug' option.
2008-10-14 -- Herrie 2.2:
* Added: Ukranian translation - Viacheslav Chumushuk
* Added: Option to disable yes/no questions - Viacheslav Chumushuk
* Fixed: Add support for libSpiff 1.0.0 relative pathname support
* Fixed: Don't write non-UTF-8 titles to disk - Peter Koeleman
set to 1.0.0.
2008-09-21 -- 1.0.0
* Improved: XSPF writing API re-designed
* Added: Customizable malicious XML detection, off by default
* Fixed: Deep-copy broken in SpiffTrack and SpiffProps
* Fixed: Strip example working again
* Fixed: Some Code::Blocks files missing in release archives
* Fixed: Documentation fixes
* Added: Virtual hook to hopefully save a few ABI breaks
in the future
* Improved: Now shipping gnulib's config.guess from HEAD
* Changed: No longer exposing these classes:
- SpiffDataWriter
- SpiffTrackWriter
- SpiffPropsWriter
- SpiffSkipExtensionReader
- SpiffStrictReaderCallback
* Changed: No longer bundling Expat and uriparser
* Soname: 4:0:0
This is GStreamer Bad Plug-ins 0.10.9, "Matters of Fact"
Changes since 0.10.8:
* New CELT encoder and decoder
* New TwoLAME encoder
* New DCCP element
* New AIFF parser element
* New APEX sink element
* deinterlace2 element improvements
* New JACK audio src element
* New winscreencap, winks and pcapparse plugins
* x624enc fixes
* Support for ATSC tuning and channels.conf parsing
* RTP improvements
* New scaletempo element
* Add Fluendo MPEG-TS muxer
* Add Fluendo MPEG-TS and MPEG-PS demuxers
* New JPEG2000 element
* New FLAC parser element
* DVD playback improvements
* Improved DirectShow decoding support
* New Windows Audio Session audio src element
* New FLV muxer element
* Many other bug fixes and improvements
Bugs fixed since 0.10.8:
* 537700 : [scaletempo] Scale audio tempo in sync with playback rate
* 550468 : [name conflict] New Fluendo mpeg demuxers
* 545197 : jackaudiosrc
* 555244 : Output-selector has unexpected event forwarding right aft...
* 402593 : deinterleave gives corrupt output
* 406673 : Need AIFF parser
* 535527 : [real] Real video/audio stream fails to play
* 537455 : ATSC: VSB / QAM Annex B support
* 538500 : AIFF file doesn't play
* 542390 : Implementation of DCCP Plugin for gstreamer
* 542510 : [apexsink] Apple AirPort Express Wireless Sink
* 545247 : use g_setenv() insteed of setenv() in sdlvideosink.c
* 546312 : Make the metadata writable before modifying it in rtpmanager
* 549409 : gstrtpbin don't stop at the end of a stream
* 549774 : audio / video synchronization glitch during rtsp playback
* 550486 : [faac] Negotiation problem with mono audio for some sampl...
* 550657 : New element jasperdec
* 552506 : [neonhttpsrc] doesn't handle/throw errors correctly
* 552536 : fix incomplete change to gstdvbsrc.c
* 553755 : [mpegpsdemux] FP exception when playing tv2-1_25.mpg
* 555193 : [ELEMENT-MOVE] Move mpegtsparse element into mpegdemux pl...
* 555198 : [mpegpsdemux] Lower the RANK to MARGINAL for next release
* 555912 : [apexsink] Missing from ext/Makefile.am
* 555965 : Missing space after point mark
* 555968 : Missing space after point mark
* 555969 : Missing space after point mark
* 556003 : [flvdemux] Regression in handling flow returns in pull-mode
* 556274 : [aiffparse] Uses debugging methods before debugging is in...
* 556338 : Failed to configure latency
* 556428 : [mpegpsdemux] Creates invalid newsegment events
* 556430 : [inputselector] Assumes there's always an otherpad
* 556440 : [PATCH] crash on demuxing certain transport streams
* 556482 : [PATCH] crash in mpegtsparse get_encoding_and_convert
* 556564 : [flvmux] Copy & paste bugs resulting in invalid files
* 556588 : [apexsink] should not have PRIMARY rank
* 557080 : [mpegpsdemux] Regression with reverse-playback
* 543480 : gstrtpbin fails to release lock while emitting signal
* 556520 : jitterbuffer seqnum gap detection is wrong
* 463941 : Plugin for screen capture on windows
* 519935 : New plugin for video capture on Windows
* 520899 : New plugin: pcapparse
* 520901 : New plugin: wasapi (Windows Audio Session API)
Overview of changes in Rhythmbox 0.11.6 "Haunt You Down"
=========================================================
* Relicensed with GPL exception for GStreamer plugins
* Improvements to the cross-fading playback backend
* Use Amazon ECS 4.0 web service for cover art searches
* Remember browser state for (some) removable devices
* Automatically remove podcast episodes that are no longer available
* Only display error dialogs for manually triggered podcast updates
* Allow playlists from DAAP shares to be sorted
* Fix transcoding when transferring to MTP devices
* Start moving cached data to XDG_CACHE_HOME
* More inclusive local cover art search
* Lots of improvements to the iPod plugin
* Switch to the new last.fm streaming system
* Much improved API documentation coverage
Contributores to the release:
- Thomas Andersen
- Sebastien Bacher
- Niels Vorgaard Christensen
- Jay Cornwall
- Paul Drain
- Christophe Fergeau
- Luca Ferretti
- Marcin Galazka
- Alexander Gitter
- Maximilian Grothusmann
- Andreas Henriksson
- Jeremy Katz
- Colin Leroy
- James Livingston
- Edgar Luna
- Nikolai Luthman
- Jonathan Matthew
- John Millikin
- Mirco Müller
- Bastien Nocera
- Alfredo Pironti
- Frank Scholz
- Shogun
- Sjoerd Simons
- F. Steinel
- Mats Taraldsvik
- Philippe Troin
- David Turner
- Mika Wahlroos
- Colin Walters
- Thomas Zander
- Adam Zimmerman
Updated translations
--------------------
Petr Kovar, Kamil Páral (cs)
Jochen Skulj (de)
Simos Xenitellis (el)
Jorge Gonzalez (es)
Claude Paroz (fr)
Ignacio Casal Quinteiro (gl)
Mark Krapivner (he)
Luca Ferretti (it)
Žygimantas Beručka (lt)
Arangel Angov (mk)
Kjartan Maraas (nb)
Tino Meinen (nl)
Yannig Marchegay (Kokoyaya) (oc)
Tomasz Dominikowski (pl)
Vladimir Melo, Fábio Nogueira (pt_BR)
Peter Tuhársky (sk)
Daniel Nylander (sv)
甘露(Lu Gan) (zh_CN)
Overview of changes in Rhythmbox 0.11.5
=======================================
* Improvements to the cross-fading playback backend
* Assorted bug fixed for MTP device support
* Add "shuffle playlist" command for playlists
* Improvements to iPod art and podcast support
* Fix some issues causing problems for accessability tools
* Several major improvements to UPnP support (including acting as a renderer)
* List Rhythmbox as supporting lastfm:// URIs
Contributors to the release:
- Djihed Afifi
- Sebastien Bacher
- Damien Carbery
- Ed Catmur
- Jay Cornwall
- Christophe Fergeau
- Ralph Giles
- Kern Handa
- Ryan Hughes
- Alex Kloss
- Karol Krizka
- Jonathan Matthew
- Mirco Müller
- Claude Paroz
- Frank Scholz
- Sam Solon
- Kouhei Sutou
- Götz Waschk
- Dan Winship
- Li Yuan
- David Zeuthen
New translations
----------------
* ps Zabeeh Khan
Updated translations
--------------------
* ar Ahmad Farghal
* be@latin Ihar Hrachyshka
* ca Gil Forcada, David Planella
* cs Kamil Paral
* da Kenneth Nielsen
* de Hendrik Richter
* en_GB Philip Withnall
* es Jorge Gonzalez
* eu Inaki Larranaga Murgoitio
* fi Ilkka Tuohela
* fr Claude Paroz, Stéphane Raimbault
* ga Seán de Búrca
* gl Ignacio Casal Quinteiro
* he Mark Krapnov
* hu Gabor Kelemen
* it Luca Ferretti
* ja Takeshi AIHANA
* lt Žygimantas Beručka, Gintautas Miliauskas
* mk Jovan Naumovski
* nb Kjartan Maraas
* ne Pawan Chitrakar
* nl Tino Meinen
* oc Yannig Marchegay
* pl Artur Flinta
* pt Filipe Gomes
* pt_BR Og Maciel
* ru Yuri Myasoedov, Anton Shestakov
* sk Peter Tuhársky
* sv Daniel Nylander
* tr Gil Forcada
* zh_HK Chao-Hsiung Liao
* zh_TW Chao-Hsiung Liao
Overview of changes in Rhythmbox 0.11.4 ""
==========================================
* Support automatic GStreamer plugin installation
* Improved cross-fading backend
* Improved Podcast feed support, including Atom and APML
* Add optional mozilla plugin to handle itms:// links
* Fade volume when pausing and unpausing
* Improve performance and stability of MTP device support
* Stop putting deleted tracks on iPods in the Garbage Bin
* Support PSPs with newer firmware
* Improvements to the Coherence-based UPnP support
* Minor improvements to Python bindings for plugins
Contributors to the release:
- John Daiker
- Louis Francis
- Irene Huang
- James Livingston
- Jonathan Matthew
- Andreas Nilsson
- Bastien Nocera
Updated translations
--------------------
* be@latin Ihar Hrachyshka
* de Andre Klapper
* es Jorge Gonzalez
* fr Robert-André Mauchin
* ga Seán de Búrca
* gl Ignacio Casal Quinteiro
* it Luca Ferretti
* ja Takeshi AIHANA
* ka Namhyung Kim
* lt Žygimantas Beručka
* nb Espen Stefansen
* pt Filipe Gomes
* sv Daniel Nylander
Overview of changes in Rhythmbox 0.11.3 "Splinter"
==================================================
* Allow drag-and-drop of images to the cover art display
* Allow DAAP shares to be connected to manually
* Support DAAP smart playlists and radio streams
* Handle file name being passed on the command line again
* Add "donate to artist" action to Jamendo plugin
* Support some more lyric sites
* Improvements and fixes to the cross-fading player
* Improve UPnP support
* Improve track importing, especially on generic audio players
* Allow python plugins to use threads
* Enable music store plugins by default
* Support playback from fm radio tuner cards
As well as a heap of bug fixes.
Contributors to the release:
- Paolo Borelli
- John Bryant
- Brian Cameron
- Ed Catmur
- Cosimo Cecchi
- Tim Chevalier
- Jay Cornwall
- Jeff Craig
- Paul Drain
- Nguyen Thai Ngoc Duy
- James Henstridge
- David Keijser
- Alex Lancaster
- James Livingston
- Stephane Loeuillet
- Jonathan Matthew
- Bastien Nocera
- Tom Parker
- Tim Retout
- Claudio Saavedra
- Torsten Schoenfeld
- Kouhei Sutou
- Mika Wahlroos
- Philip Withnall
- Austin
Updated translations
--------------------
* ar Djihed Afifi
* be@latin Ihar Hrachyshka
* ca Francesc Vilches
* cs Martin Picek
* en_CA Adam Weinberger
* es Jorge Gonzalez
* eu Inaki Larranaga Murgoitio
* fi Ilkka Tuohela
* fr Stéphane Raimbault
* gl Ignacio Casal Quinteiro, Iván Méndez López
* hu Gabor Kelemen
* it Luca Ferretti
* ja Takeshi Aihana
* lt Žygimantas Beručka, Gintautas Miliauskas
* lv Raivis Dejus
* mk Jovan Naumovski
* nb Kjartan Maraas, Espen Stefansen
* nl Tino Meinen
* pl Artur Flinta
* pt_BR Og Maciel, Pedro de Medeiros
* ro Alex Eftimie
* sk Peter Tuharsky
* sv Daniel Nylander
Overview of changes in Rhythmbox 0.11.2 "Inverted Ouroboros"
============================================================
* add partial support for UPnP A/V using Coherence
* large memory usage reductions for the Jamendo plugin
* read some keys from .is_audio_player files, like Banshee
* handle playlist-paths given to us by HAL better
* allow plugins to add new play orders
* notify last.fm about songs played on iPods
As well as a heap of bug fixes.
Contributors to the release:
- Jürg Billeter
- Dennis Cranston
- Christophe Fergeau
- Luca Ferretti
- Alex Lancaster
- Eduardo Lima
- James Livingston
- Jonathan Matthew
- Bastien Nocera
- Tim Retout
- Adam Zimmerman
Updated translations
--------------------
* dz Pema Geyleg
* eu Inaki Larranaga Murgoitio
* fi Ilkka Tuohela
* fr Claude Paroz
* gl Ignacio Casal Quinteiro
* it Luca Ferretti, Giuseppe M
* lt Žygimantas Beručka
* lv Raivis Dejus
* pl Artur Flinta
* pt_BR Vladimir Melo, Evandro F. Giovani, Og Maciel
* sv Daniel Nylander
* vi Nguyễn Thái Ngọc Duy
Overview of changes in Rhythmbox 0.11.1 "<codename:insert/>"
==============================================================
* more new icons
* make gapless/xfade playback and visualisations work together better
* handle lastfm:// URIs
* make Magnatune/Jamendo loading intro saner on small screens
* fix last.fm streaming
* allow the user of Magnatune gift cards
* do iPod DB saving in the background, not blocking the UI
* vastly reduce the Jamendo plugin's memory usage
* add support for MTP audio players
* clean up the playback preferences UI
* update play count, rating and last played on iPods
* add support for multiple lyrics sites, and allow editing of lyrics
Plus the usual other bug fixes and minor improvements.
Contributors to the release:
- Christophe Fergeau
- Luca Ferretti
- Peter Grundström
- Jaap A. Haitsma
- Alex "weej" Jones
- James Livingston
- Jonathan Matthew
- Michael Monreal
- Bastien Nocera
- Tom Parker
- Riley Patterson
- Sirio Bolaños Puchet
- Tim Retout
- Adam Zimmerman
Updated translations
--------------------
* es Maria Majadas
* gl Ignacio Casal Quinteiro
* nl Reinout van Schouwen
* pl Artur Flinta
* sv Daniel Nylander
* vi Phạm Thành Long
* zh_CN Funda Wang
Overview of changes in Rhythmbox 0.11.0 "Rough in the diamond"
==============================================================
* Add gapless/cross-fading playback backend (130426)
* Add awesome Tango-style icons (388648, 380896, 388650, 314608)
* Don't wake up the CPU all the time while doing nothing (399012)
* Allow plugins to add filer and tee elements/sub-piplines
to the gstreamer pipeline (345181)
* Group sources together (359740)
* Add DB support for keywords (324540)
* Save modified iPod playlists (436744), and
marks podcasts as such (424086)
* Fix Unicode normalisation, which also makes searching
ignore diacritical marks (421253, 338824)
* Use xdg-user-dirs, and kill the druid (yay!) (411247)
* Write art out to the DB on iPods (357400)
* Parse last.fm group radio URLs too (407320)
* Add support for MusicBrainz id tags (410681)
* Minor improvements to the cover-art plugin
* Retrieve cover art from last.fm (414065) and Magnatune (411622)
* Add some more useful options to rhythmbox-client (414648)
* Add preliminary support for Vala plugins
* Use GSequence instead of EggSequence (419599)
* plus a heap of bug fixes and minor improvements
This release also drops support for:
- GStreamer 0.8
- GTK+ 2.6
- DBus 0.3x before 0.35
- HAL 0.2
Contributors to the release:
- Hylke Bons
- Kjell Braden
- Ed Catumur
- Christophe Dehais
- Paul Drain
- Edward Duffy
- Christophe Fergeau
- Andreas Hanke
- Denis Jacquerye
- Alex "weej" Jones
- Gabor Kelemen
- Alex Lancaster
- James Livingston
- Jonathan Matthew
- William Jon McCann
- Matt N
- Andreas Nilsson
- Jonty Pearson
- Brian Pepple
- Tim Retout
- Edward Rudd
- Robin Sonefors
- Adam Zimmerman
- 'William'
Updated translations
--------------------
* ar Djihed Afifi, Ahmad Farghal
* ca Josep Puigdemont i Casamajó
* de Hendrik Brandt, Sven Herzberg
* fi Tommi Vainikainen
* fr Stéphane Raimbault
* gl Ignacio Casal Quinteiro
* hu Gabor Kelemen
* lt Žygimantas Beručka
* nl Reinout van Schouwen
* pt Filipe Gomes
* pt_BR Washington Lins
* sv Daniel Nylander
* zh_CN Funda Wang
http://bugs.backtrace.info/view.php?id=505 for libsoup>=2.4 support.
Changes:
* gcc 4.3 support thanks to Siavash and Alexander Kahl
* spectrum analyser fixed (nenolog)
* many bug fixes
gnome-speech 0.4.21:
* drivers/espeak/espeaksynthesisdriver.c: fix for bug #545896 - eSpeak
segmentation fault.
gnome-speech 0.4.20:
* drivers/espeak/*: fix for bug 535493 - eSpeak driver can
block. The fix adds a list mechanism to handle utterances
to be spoken and then processes them on the gidle thread.
Also raised the maximum speech rate for eSpeak.
Audacious is a fork of beep-media-player 0.9.7.1.
The primary goals of this fork are keeping the ideology of the
original BMP and merging miscellaneous plugins into Audacious.
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
library's soname. Split Makefile.common out from Makefile in preparation
for the addition of the mpg123 program and output module packages.
Change buildlink3.mk to reflect this, and rename options.mk
to mpg123-options.mk in adherence with convention, e.g.
gecko-options.mk.
This version adds some enhancements to aupanel, and reworks signal
handling in the voxware server to avoid races, hangs and other issues
seen with linux 2.6.21+ kernels. Other changes relating to the default
value of the 'MixerInit' option and the new location of the local unix
socket on Linux systems were also made.
Also include a patch from Aleksey Cheusov for a
"libpthread: Unlocking unlocked mutex" bug.