Commit graph

27 commits

Author SHA1 Message Date
drochner
74b7beec16 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.
2002-03-21 18:52:30 +00:00
jlam
07a676b896 Strongly buildlinkify. 2001-11-06 00:30:47 +00:00
jlam
f25f9d2824 bsd.buildlink.mk will automatically handle the REPLACE_BUILDLINK stuff, so
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and
*.pc.
2001-10-03 22:36:37 +00:00
jlam
b2e1d4a90a Replace buildlink paths in xmms-config prior to installation. 2001-08-23 14:26:41 +00:00
jlam
3420a348bb Use ossaudio.buildlink.mk. 2001-08-23 14:16:25 +00:00
jlam
37360e73f3 Use Mesa's buildlink.mk file instead of USE_MESA. USE_CONFIG_WRAPPER is
also automatically set now, so no need to set it directly.
2001-06-29 04:25:43 +00:00
zuntum
c4da50026f o converted to use buildlink.mk 2001-06-26 13:09:11 +00:00
rh
1cbae43bbc Update xmms to 1.2.5. Changes include:
Translation/Internationalization:

* New translations (gl, pt, id, sr)
* Translations work in libxmms.
* Handles broken translations better.

Plugins:

* Joystick plugin suppports more than 4 buttons.
* Vorbis plugin handles streams.
* Vorbis plugin generate data in native endianness.
* File info dialog for Vorbis plugin.
* Alot of bugfixes to the Vorbis plugin.
* Tonegen input plugin supports more frequencys at the same time.
* Solaris output plugin added.
* Additional fixes to the Solaris plugin after it moved to the XMMS source.
* IR plugin can now configure IR code length.
* OSS Output can now configure the mixer device manually.
* Handle no effect plugins without crash.
* Esd plugin makes use of ESPEAKER variable.
* ID3v1.1 support, ID3v1.0 still saves the entire comment.

Portability:

* CDAudio ported to OpenBSD.
* Fixed glitches in FreeBSD audio playback.
* Compilation fixes for Tru64 Unix, FreeBSD, OpenBSD.

Playlist:

* Physically delete file from playlist.
* Right-click menu in the playlist.
* Playlist counter wraps at ~136 years instead of ~600 hours.
* Pressing middle mouse button in the playlist will try to add the
  content of the clipboard. Double click will clear the playlist.

Misc:

* MiniIcon now shows up in KDE2 taskbar.
* Gnomexmms shows the title in the tooltip.
* DGA support has been dropped.
* Fullscreen code should be more sane now.
* Man pages. (xmms, gnomexmms, wmxmms)

Core:

* Set realtime mode and drop root privilieges before initalizing GTK.
  (XMMS would not work with GTK 1.2.10)
* Better shuffleplay support.
* Possible to show WM decorations.
* Fixed segfaults in the controlsocket.
* Generic titles instead of Input plugin specific
  (mpg123, vorbis, cdaudio).
* %F - File path, for titlestrings.

* Smaller fixes, memory leaks and stability issues.
2001-06-21 16:38:33 +00:00
jlam
c4e71c5e7a CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, so
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-06-11 06:34:17 +00:00
rh
52f1c587ab Update xmms to 1.2.4.
Notable changes include:
	- localisation support
	- additional plugins, most notably the ability to play ogg-vorbis
	  files
	- tons of bugfixes
	- better sound buffer availability estimates for NetBSD (this
	  hopefully reduces jitter a bit on slower systems).
2001-05-20 20:52:24 +00:00
drochner
083f2549ad correct MASTER_SITES 2001-05-11 15:10:24 +00:00
tron
d9806d91da List Rene Hexel as maintainer. 2001-05-10 11:45:39 +00:00
rh
71476c2de7 Fix a few pthreads problems and make this package actually work. Closes PR
pkg/11091 by Gabriel Rosenkoett <gr@eclipsed.net>
2001-05-06 18:23:51 +00:00
wiz
f7bb9e2078 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 13:30:32 +00:00
wiz
d4e0a0db92 Mark as broken, to avoid more queries about its not working. 2000-11-29 01:34:04 +00:00
rh
1d8820934c Use new USE_MESA variable to depend on the correct Mesa packages 2000-10-15 12:06:32 +00:00
wiz
4546611514 LTCONFIG_OVERRIDE -> minus two patches.
Correct linking with libossaudio: plus two patches.
Still doesn't work, though.
2000-08-14 14:20:55 +00:00
wiz
d353090b55 USE_PKGLIBTOOL -> USE_LIBTOOL 2000-08-14 13:29:55 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
2000-06-01 11:23:11 +00:00
enami
1ac96cfc72 Use .include "" instead of <> to include bsd.prefs.mk. 2000-03-29 03:13:02 +00:00
tron
659f0a8c0a Add "a.out" version of "i586" decoder taken from "mpg123" package. 2000-03-27 22:39:28 +00:00
tron
8ee2796d81 Using the updated "glib-1.2.7" package with thread support the "xmms"
GUI finally works. However, the CD audio and OSS modules need some
more work.
2000-03-12 22:31:54 +00:00
tron
10421d5b94 Mark this package as broken until "gthread" library gets fixed. 2000-03-12 21:05:36 +00:00
tron
1c58c8d49f - Use "pth" instead of "mit-pthreads".
- Reenable "libmikmod" support.
- Adapt CD-ROM driver to NetBSD.
- Correct package list.
2000-03-12 20:36:26 +00:00
tron
f8b175e33e Use "sed" instead of "perl" in "post-extract" target. 2000-03-11 16:22:04 +00:00
tron
cc9a776b24 Bring this package closer to a working state. Configuring the "libxmms"
library doesn't work properly yet.
2000-03-07 23:03:12 +00:00
tron
fa14336127 Import "xmms" package from FreeBSD ports collection:
X Multimedia System --- An audio player with a Winamp GUI
2000-03-07 10:44:32 +00:00