Commit graph

26 commits

Author SHA1 Message Date
drochner
f1de349ea6 update to 0.15.8
This bugfix release will make incoming streaming more reliable, allowing
stream rewinding if supported, fix CUE track playback, fixes shn support
in ffmpeg and other minor fixes.
2010-01-22 20:47:45 +00:00
drochner
d4e4015bd3 update to 0.15.6
changes:
This release fixes OggFLAC, some annoyances and a few critical bugs
2009-12-16 19:28:49 +00:00
joerg
51763c22f5 Update to mpd-0.15.5.
- stability improvements
- fix memory leaks
- fix Vorbis issues
- fix Snowleopard build
2009-10-19 19:40:42 +00:00
joerg
bb02c63615 Regen. 2009-09-12 11:06:22 +00:00
joerg
c49c0f1321 mpd-0.15.3:
- faster tag scanning for vorbis
- fix stuttering and stuck pause bugs for output
- fix issues with tag scanning like forcing huge memory allocations
- plug some memory leaks
2009-09-11 20:58:55 +00:00
drochner
a105fbf7f2 add checksum for added patch 2009-08-11 11:29:04 +00:00
drochner
a903efcb82 add am option to use shoutcast as a sound output device, from
Guillaume Lasmayous per PR pkg/41469, with some minor adaption by me,
also fix some harmless but annoying diagnostic message if flac
albums are played
2009-07-30 16:51:04 +00:00
drochner
119fe896e5 update to 0.15.1
This is a major update - from the announcement:
24/32 bit support, audio archive support (bz2/iso9660/zip), all config
entries are completely optional now, multiple and pulseaudio mixer
support, new audio playing modes (consume, etc..), sticker database,
improved tag parsing of all types and too many interesting highlights left
out of this list

pkgsrc notes:
Archive support isn't enabled yet (disabled per default upstream),
neither is pulseaudio support,
just kept the functionality of the previous version.
I didn't find out what libcue does for flac support -- album FLACs
work well for me without that, so I've left it out for now.
2009-07-27 20:08:38 +00:00
asau
ea742ed85a Update MPD (musicpd) to 0.14.2.
This release contains bug fixes for many decoder plugins.
This release also adds True Audio file support and WAV streaming
in the ffmpeg decoder plugin.

pkgsrc changes: support "jack" option (default "off") to utilize
JACK audio server.

Patch provided by Peter Bex in private mail.
2009-03-19 21:35:14 +00:00
drochner
6bc62118eb replace my quick-and-dirty patch fixing mikmod play with the upstream
version, to ease further updates
2009-02-11 18:30:42 +00:00
drochner
a420589763 -kill the "iconv" option which doesn't serve any purpose anymore
-remove libmikmod from default options - it is buggy and possibly a
 security risk (it is disabled in "configure" per default too)
-remove shout option - this didn't work anyway (can be fixed, but
 I haven't used shout so far)
-enable ipv6 option - the comment on options.mk stating that IPv6
 disables IPv4 doesn't seem to ve valid anymore
-fix some configure args which changed spelling over time
-fix a crash in case libmikmod is enabled and used
bump PKGREVISION
2009-01-28 18:06:21 +00:00
drochner
a9a72042ec update to 0.14.1
This release features fixes for jack instability, many streaming issues,
solaris build, cross fading audio defects, improvement in software
volume and non-distribution building. This releases adds writer/composer
tag support and disables oggvorbis seeking on remote files, which fixes
slow ogg file streaming playback.
2009-01-20 22:52:17 +00:00
snj
4e812aee1a 64bit fix, from Raymond Meyer in PR pkg/38938.
Bump PKGREVISION to 2.
2008-11-02 22:25:09 +00:00
drochner
faf83448dc -reset maintainer to pkgsrc-users, suggested by simonb
-update to 0.13.1
 changes: Numerous bugfixes
2008-05-09 14:03:12 +00:00
simonb
0eccba2c6d Update to version 0.13.0. Notable changes are:
- Many changes to playlist support
 - Lots of bug fixes, cleaned up code, and performance improvements
2007-08-09 04:09:33 +00:00
wiz
4d43c0fdf8 Update to 0.12.1. Add patches from mpd svn repository to add flac-1.1.3.
ver 0.12.1 (2006/10/10)
* Fix segfault when scanning an MP3 that has a Xing tag with 0 frames
* Fix segfault when there's no audio output specified and one can't be detected
* Fix handling of escaping in quotes
* Allow a quality of -1 to be specified for shout outputs
* A few minor cleanups

ver 0.12.0 (2006/9/22)
* New audio output code which supports:
  * A plugin-like architecture
  * Non-libao ("native") outputs:
    * ALSA
    * OSS
    * OS X
    * Sun
    * Media MVP
    * PulseAudio
    * Shout (Icecast or Shoutcast)
  * Playing through multiple outputs at once
  * Enabling/disabling outputs while MPD is running
  * Saving output state (enabled/disabled) to the state_file
* OggFLAC support
  (doesn't currently work with flac-1.1.3)
* Musepack support
* Gapless MP3 playback
* MP3 ReplayGain support (using ID3v2 tags only)
* Support for MP2 files if MP3 support is enabled
* Composer, Performer, Comment, and Disc metadata support
* New outputs command for listing available audio outputs
* New enableoutput and disableoutput commands for enabling/disabling outputs
* New plchangesposid command for a stripped down version of plchanges
* New addid command for adding to the playlist and returning a song ID
* New commands and notcommands commands for checking available commands
* Can now specify any supported metadata type or "any" in search, find, and list
* New volume_normalization parameter for enabling Audio Compress normalization
* New metadata_to_use parameter for choosing supported metadata types
* New pid_file parameter for saving the MPD process ID to the specified file
* The db_file parameter is now required
* The port parameter is now optional (defaults to 6600)
* Can specify bind_to_address multiple times
* New --kill argument for killing MPD if pid_file is specified
* Removed --update-db argument (use the update function in your client instead)
* New mpdconf.example
* New mpd.conf man page
* Removed bundled libmad and libid3tag
* Lots of bug fixes, cleaned up code, and performance improvements
2007-01-09 23:19:26 +00:00
dmcmahill
39e138b78a setenv() doesn't exist on solaris so use putenv() instead. 2006-10-25 23:17:29 +00:00
agc
71c8259803 Add RMD160 digests to the SHA1 ones. 2005-02-23 20:39:42 +00:00
simonb
2b66f328ad Upgrade to 0.11.5. Minor bug fixes, nothing that stands out. 2004-11-11 03:17:07 +00:00
simonb
776b8ff471 Update to version 0.11.4. Changes from 0.11.3 are:
1) Fixed a segfault when decoding mp3's with corrupt id3v2 tags
 2) Fixed a memory leak when encountering id3v2 tags in mp3 decoder
2004-08-14 13:21:14 +00:00
simonb
b161bc1d8a Update to version 0.11.3. Changes include:
. support for http authentication for streams
 . replaygain pre-amp support
 . some bug fixes
2004-07-22 16:25:28 +00:00
simonb
bc19e6b545 Update to version 0.11.2. Changes include:
1) Work around in computing total time for mp3's whose first valid mpeg
   frame is not layer III
2) Fix mp3 and mp4 decoders when seeking past the end of the file
3) Fix replaygain for flac and vorbis
4) Fix memory leaks in flac decoder (from normalperson)
5) Fix Several other bugs in playlist.c and directory.c (from normalperson)
2004-07-07 05:45:19 +00:00
simonb
b9f17c49e0 Update to version 0.11.1.
Changes include:
. Added support for HTTP Proxy
. Detect and skip recursive links in the music directory
. Support for playing mp3 and Ogg Vorbis streams
. Replaygain support for Ogg Vorbis and FLAC
. Update specific files/directories (for fast, incremental updating)
. Play after stop resumes from last position in the playlist
. Play while pause resumes playback
2004-06-29 08:24:20 +00:00
mrg
81a911aa7b revert the previous; it has some weird side-effects i'm still investigating.. 2004-05-05 08:08:59 +00:00
mrg
87f12af34f don't reset the playlist order when restarting. 2004-05-02 12:35:57 +00:00
grant
1d253420e8 Initial import of musicpd 0.10.3 into the NetBSD packages collection.
Music Player Daemon allows remote access for playing music (MP3s, Ogg
Vorbis files, Flacs and AAC files) and managing playlists. It is
designed for integrating a computer into a stereo system that provides
control for music playback over a local network. It is also makes a
great desktop music player, especially if you're a console junkie,
like frontend options, or restart X often.

this package is a hybrid of a package created by pkg@burningsoda.com
in pkgsrc-wip and the package created independently by myself.
2004-04-30 10:48:21 +00:00