xmms 1.2.11
The '1211 days since last release' release. XMMS was 10 years
old on 2007-11-15.
* Make the --toggle switches take an optional value to either
enable or disable the function.
* New command line switches: --quit, --toggle-shuffle,
--toggle-repeat, --toggle-advance, --queue
* New remote commands: xmms_remote_playqueue_clear,
xmms_remote_get_playqueue_pos_from_playlist_pos,
xmms_remote_get_playlist_pos_from_playqueue_pos,
xmms_remote_playqueue_add, xmms_remote_get_playqueue_length,
xmms_remote_playqueue_remove.
* Playqueue manager. Adds queue control enabling you to reorder
the queue and a search like the jump to file dialog.
OGG/Vorbis:
* Save stream to disk adds -N if the file already exist
* Don't apply the +6dB boost if replaygain information is missing
Alsa:
* Soft volume works without mixer
Songchange:
* Optional command to run at end of song.
Diskwriter:
* Effect plugins are applied on the saved file
MPG123:
* Enable shoutcast title streaming by default
* CTRL-Q as default keybind to quit
* Close dialogs with escape key
Solaris:
* Support OSS and AMD8111
RECOMMENDED is removed. It becomes ABI_DEPENDS.
BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo.
BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo.
BUILDLINK_DEPENDS does not change.
IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS
which defaults to "yes".
Added to obsolete.mk checking for IGNORE_RECOMMENDED.
I did not manually go through and fix any aesthetic tab/spacing issues.
I have tested the above patch on DragonFly building and packaging
subversion and pkglint and their many dependencies.
I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I
have used IGNORE_RECOMMENDED for a long time). I have been an active user
of IGNORE_RECOMMENDED since it was available.
As suggested, I removed the documentation sentences suggesting bumping for
"security" issues.
As discussed on tech-pkg.
I will commit to revbump, pkglint, pkg_install, createbuildlink separately.
Note that if you use wip, it will fail! I will commit to pkgsrc-wip
later (within day).
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
xmms-esound is an output plugin for the XMMS program that allows it to output
sound using the enlightened sound daemon (mainly used by the GNOME desktop).