diff options
author | drochner <drochner@pkgsrc.org> | 2002-03-21 18:52:30 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-03-21 18:52:30 +0000 |
commit | 74b7beec16f713448324bd5150988dcd031bf0cd (patch) | |
tree | 8eb66e707e8af7f3d6e1a750e8ce701b962d9711 /audio/xmms/PLIST | |
parent | b312df79aa49d7b4594ac332757873ddf127b71a (diff) | |
download | pkgsrc-74b7beec16f713448324bd5150988dcd031bf0cd.tar.gz |
update to 1.2.7
changes:
General:
* Replaced folder icons. New ones by Jakub Steiner.
* Don't display playlist numbers elsewhere when turned off.
* Support 32-bit and 16-bit "bitfield" bmps in skins.
CD Audio:
* Supply a dummy user and hostname to the cddb server.
* Picked up support for Darwin (from FINK cvs) and NetBSD
(from NetBSD cvs)
MPG123:
* Handle UTF-16 encoded tags.
* Major stability fixes
Translation/Internationalization:
* New translations: Basque (eu), Tajik (tg), Vietnamese (vi),
Nynorsk (nn), Thai (th).
General:
* --play-pause command to toggle playback.
* Updated README/man pages.
* Added xmms_remote_play_pause(),
xmms_remote_playlist_ins_url_string()
* Realtime priority works again, it was broken in 1.2.5.
* bzip2 skins should now work regardless of Tar version.
* Key bindings are now saved when you exit XMMS.
* NetWM support updated to the latest specs.
* Handles @ in URL's properly if username:password@host is not
used.
Playlist:
* Added 'Sort by date'
* Page Up/Down keys scrolls one page, instead of the 3 line
inheritance from Winamp.
* Extended M3U lists now supported.
* Added reading of playlist info for selection.
Equalizer:
* Added Import/WinAMP Presets to the preset menu to import an
entire set of WinAMP presets (WINAMP.q1) into the
preset list.
Vorbis:
* Fixed an endianess problem on smallendian boxes
* 1.0rc1 or higher required.
MPG123:
* Handle more broken mp3s.
* No more "-" for mp3s with ID3v2 tags that contain no usable
information.
* VBR files without XING header are now handled more gracefully.
Mikmod:
* Mikmod plugin now recognizes mod.* files.
CD Audio:
* Setting the environmental variable XMMS_CDDB_CLIENT_NAME,
will make XMMS use that instead when identifying
to CDDB servers.
* Better handling of CDDB requests.
* Don't poll current time when paused, can cause weird things
on some drives.
OSS Output:
* Do endian/sign conversion if necessary.
ESD Output:
* Will use ESD stream volume instead of the OSS mixer as default.
* Assorted bugfixes/memleaks plugged.
Diffstat (limited to 'audio/xmms/PLIST')
-rw-r--r-- | audio/xmms/PLIST | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/audio/xmms/PLIST b/audio/xmms/PLIST index c3554e64c92..07889f06eb1 100644 --- a/audio/xmms/PLIST +++ b/audio/xmms/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:18:23 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/03/21 18:52:31 drochner Exp $ bin/wmxmms bin/xmms bin/xmms-config @@ -13,8 +13,8 @@ include/xmms/xmmsctrl.h lib/libxmms.a lib/libxmms.la lib/libxmms.so -lib/libxmms.so.2 -lib/libxmms.so.2.0 +lib/libxmms.so.3 +lib/libxmms.so.3.1 lib/xmms/Effect/libecho.la lib/xmms/Effect/libecho.a lib/xmms/Effect/libecho.so @@ -76,6 +76,7 @@ ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/xmms.mo ${PKGLOCALEDIR}/locale/da/LC_MESSAGES/xmms.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/xmms.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/xmms.mo +${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/xmms.mo ${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/xmms.mo ${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/xmms.mo ${PKGLOCALEDIR}/locale/id/LC_MESSAGES/xmms.mo @@ -83,6 +84,7 @@ ${PKGLOCALEDIR}/locale/it/LC_MESSAGES/xmms.mo ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/xmms.mo ${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/xmms.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/xmms.mo +${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/xmms.mo ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/xmms.mo ${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/xmms.mo ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/xmms.mo @@ -104,7 +106,10 @@ ${PKGLOCALEDIR}/locale/no/LC_MESSAGES/xmms.mo ${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/xmms.mo ${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/xmms.mo ${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/xmms.mo +${PKGLOCALEDIR}/locale/tg/LC_MESSAGES/xmms.mo +${PKGLOCALEDIR}/locale/th/LC_MESSAGES/xmms.mo ${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/xmms.mo +${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/xmms.mo ${PKGLOCALEDIR}/locale/wa/LC_MESSAGES/xmms.mo ${PKGLOCALEDIR}/locale/zh_CN.GB2312/LC_MESSAGES/xmms.mo ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/xmms.mo |