summaryrefslogtreecommitdiff
path: root/audio/xmms/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2006-03-03Make this package build with gcc-4.minskim1-1/+2
2005-09-06Fix NetBSD statvfs check to be >= 299000900 not >= 200040000abs1-2/+2
No pkgrevision bumps needed.
2005-04-27Fix AC_DEFUN argument quoting for automake 1.8 and newer. Nowiz1-1/+2
PKGREVISION bump because most people won't care.
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-11-18apply patches based on what is found at:grant1-1/+4
http://www.steve.org.uk/Software/xmms/ for command line volume control: -l (louder) -q (qieter) bump PKGREVISION.
2004-05-19Use sys/soundcard.h instead of soundcard.h; soundcard.h is notminskim1-4/+4
available on some platforms (e.g. Linux), but sys/soundcard is always available since ossaudio.buildlink3.mk creates it.
2004-05-17Fix lossage from revision 1.10 of Makefile.common by includingsnj1-1/+2
<soundcard.h> instead of <Output/OSS/soundcard.h> in Output/esd/mixer.c. xmms-esound now builds. From Peter Bex.
2004-05-12use ${LIBOSSAUDIO}, pointed out by wizdrochner1-3/+3
2004-05-12-make sure the NetBSD <soundcard.h> is found instead of the versiondrochner1-1/+6
which comes with xmms, and link in -lossaudio -fix the sun audio configuration dialog to avoid double unlocking of mutexes which NetBSD's libpthread gets mad about
2004-05-06Use the .tar.bz distribution file, it's 1,5M smaller.xtraeme1-3/+3
2004-05-06update to 1.2.10drochner1-24/+4
changes: -bugfixes -IPv6 support integrated -new translations -minor feature additions
2004-04-23Make this build in NetBSD -current (statfs->statvfs).xtraeme1-2/+2
2003-10-05Add <sys/types.h> in the #ifdef __FreeBSD__ statement to get u_int, size_txtraeme1-2/+2
definitions. Fixes build on FreeBSD, closes PR pkg/21910.
2003-06-06use LINK_ALL_LIBGCC_HACK instead of $(WHOLE_ARCHIVE_FLAG) -Wl,-lgccdrochner1-2/+2
$(NO_WHOLE_ARCHIVE_FLAG)
2003-04-17Pull in a couple of lock fixes from xmms CVS to avoid mutexnathanw1-2/+3
locking botches. Also, disable the SEGV handler, as it makes bug-hunting of people's random crashes much harder.
2003-04-15use ${WHOLE_ARCHIVE_FLAG} instead of -Wl,--whole-archive.grant1-2/+2
makes this work on Solaris.
2002-10-25Remove some unnecessary stuff now that pth is --enable-syscall-hard.skrll1-4/+3
Bump PKGREVISION. OK'd by Rene.
2002-10-14Add support for IPv6, mainly using the patches fromrh1-1/+6
http://www.version6.net/ Bump PKGREVISION. This closes PR pkg/17771 by Tomi Nylund <wizard@sik.oulu.fi>
2002-03-21update to 1.2.7drochner1-10/+10
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.
2001-12-24XXX Make sure libgcc is entirely included for plugins.mycroft1-3/+3
Do not link xmms and wmxmms against libmikmod.
2001-08-29Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded referencesjlam1-3/+3
to ${X11BASE} in the header and library search paths into references to ${LOCALBASE}/share/x11-links. These packages should now be strongly- buildlinked regardless of whether xpkgwedge is installed. Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
2001-08-11Add include of <string.h> for missing prototype for strlen(). Also, OKfredb1-2/+4
to include unistd.h on NetBSD, for getopt() prototype.
2001-06-21Update xmms to 1.2.5. Changes include:rh1-11/+9
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-05-20Update xmms to 1.2.4.rh1-12/+14
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-06Fix a few pthreads problems and make this package actually work. Closes PRrh1-3/+5
pkg/11091 by Gabriel Rosenkoett <gr@eclipsed.net>
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+15
+ move the patch digest/checksum values from files/patch-sum to distinfo