Problem is, this breaks the definition of WRKDIR, whereas
we need separate WRKDIR for compilation with distinct flavors
to work.
-> only FULLPKGNAMEs need to be tweaked.
To be 100% correct, we actually probably should do
FULLPKGNAME=xmms-${VERSION}${FLAVOR_EXT:S/-no_esd//:S/-no_vorbis}
because at some point there might be hidden flavors...
MAD is a high-quality MPEG audio decoder. It currently supports
MPEG-1 as well as the MPEG-2 extension to Lower Sampling
Frequencies. All three audio layers (Layer I, Layer II, and Layer
III a.k.a. MP3) are fully implemented.
MAD does not yet support MPEG-2 multichannel audio (although it
should be backward compatible with such streams) or AAC, nor does
it support the so-called MPEG 2.5 format.
MAD has the following special features:
- 24-bit PCM output - 100% fixed-point (integer) computation -
completely new implementation based on the ISO/IEC standards -
distributed under the terms of the GNU General Public License
(GPL)
The software is distributed as a library (libmad) and
command-line front-end (madplay).
WWW: http://mad.sourceforge.net/
After more than 2 months, this is an overdue release. There are a lot
of bugfixes and new features, see the distributed ChangeLog for details.
Main changes:
* The main new feature is that the OpenNap servers are now the default
for nap. The reason for this is that Napster Inc. has modified their
servers to use a new client auth scheme, which means that nap users
can no longer connect to their servers. Nap will automatically
download a list of available servers from napigator.com, and then
connect to the first available one.
* Nap's sourceforge page has been updated and now fully operational.
You are encouraged to use sourceforge's facilities for bug reports,
feature requests, etc.
closed after doing an eject, something which caused the
tray to never eject until the program closed and the fd
was closed that way.
Fix provided by Nils Nordman <nino@nforced.com>