summaryrefslogtreecommitdiff
path: root/audio/musicpd
AgeCommit message (Collapse)AuthorFilesLines
2009-09-12Regen.joerg1-1/+2
2009-09-11mpd-0.15.3:joerg2-9/+8
- 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-08-11add checksum for added patchdrochner1-1/+2
2009-08-10patch LP64 bug in AAC plugin (Raymond Meyer via PR pkg/41872)tnn2-1/+32
2009-07-30add am option to use shoutcast as a sound output device, fromdrochner3-3/+24
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-27update to 0.15.1drochner4-15/+17
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-13Bump PKGREVISION, as the last change in faad2 impacts musicpdtonio1-1/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-3/+1
2009-03-19Update MPD (musicpd) to 0.14.2.asau4-48/+15
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-17Introduce "libao" and "curl" options, both "on" by default.asau2-8/+23
This addresses PRs pkg/36173 and pkg/41027. While here, add DESTDIR support.
2009-02-11replace my quick-and-dirty patch fixing mikmod play with the upstreamdrochner2-6/+31
version, to ease further updates
2009-01-28-kill the "iconv" option which doesn't serve any purpose anymoredrochner4-31/+30
-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-20update to 0.14.1drochner5-49/+15
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-11Enable shoutcast support.ahoka2-5/+12
Patch from Gergo Szakal.
2008-11-0264bit fix, from Raymond Meyer in PR pkg/38938.snj3-3/+17
Bump PKGREVISION to 2.
2008-07-25Revision bump due to ABI changes of audio/libmpcdec.obache1-1/+2
2008-05-09-reset maintainer to pkgsrc-users, suggested by simonbdrochner2-8/+7
-update to 0.13.1 changes: Numerous bugfixes
2007-08-10Update the sample configuration file. Based on PR pkg/36472 fromsimonb1-6/+11
Aleksej Saushev, but leaving the paths as they were in the original sample config file.
2007-08-09Update to version 0.13.0. Notable changes are:simonb5-735/+6
- Many changes to playlist support - Lots of bug fixes, cleaned up code, and performance improvements
2007-02-01Use audio/libmpcdec instead of audio/libmusepack for Musepack support.cbiere1-3/+3
2007-01-31Added package option "musepack"; enabled by default.cbiere1-3/+11
2007-01-09Update to 0.12.1. Add patches from mpd svn repository to add flac-1.1.3.wiz7-16/+748
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-07PKGREVISION bump for flac shlib major bump and corresponding ABIwiz1-2/+2
depends bump.
2006-10-25setenv() doesn't exist on solaris so use putenv() instead.dmcmahill2-1/+26
2006-05-19Fixed some pkglint warnings by removing the "@" at the start of shellrillig1-2/+2
commands.
2006-03-09Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.jlam1-2/+2
Remove deprecated ossaudio.buildlink3.mk.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-04Use SUBST framework for mpd.conf as well.joerg1-5/+8
2005-12-29Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mkjlam1-2/+1
automatically detects whether we want the pkginstall machinery to be used by the package Makefile.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-22Add optional support for MOD files via libmikmod,wiz2-5/+12
and enable it by default. Bump PKGREVISION to 4.
2005-11-18CONFLICTS=lang/mpd looks like it might work, but it does not.wiz1-2/+2
Replace it with CONFLICTS=mpd-[0-9]*
2005-10-19musicpd calls its files mpd, alas!is1-2/+4
2005-10-08Bump revision due to a new dependency on a default libao plugin.jmmv1-2/+2
Addresses PR pkg/30920 by Chuck Cranor.
2005-05-31Finish conversion to options framework.wiz2-10/+9
Remove unnecessary inclusion of bsd.prefs.mk.
2005-05-31Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's adillo1-2/+2
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed1-1/+2
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-12-28The default location of the pkgsrc-installed rc.d scripts is nowreed1-1/+2
under share/examples/rc.d. The variable name already was named RCD_SCRIPTS_EXAMPLEDIR. This is from ideas from Greg Woods and others. Also bumped PKGREVISION for all packages using RCD_SCRIPTS mechanism (as requested by wiz).
2004-12-22Remove support for some variables that are supposed to go away afterjlam1-36/+1
pkgsrc-2004Q4 is branched.
2004-11-25Convert to use bsd.options.mk, the following options are available:xtraeme2-59/+87
aac audiofile flac iconv id3 ogg # XXX Support for the following variables will be removed after the # XXX pkgsrc-2004Q4 branch is released: # XXX # XXX MUSICPD_WITH_AAC # XXX MUSICPD_WITH_AUDIOFILE # XXX MUSICPD_WITH_FLAC # XXX MUSICPD_WITH_ICONV # XXX MUSICPD_WITH_ID3 # XXX MUSICPD_WITH_OGG
2004-11-11Upgrade to 0.11.5. Minor bug fixes, nothing that stands out.simonb2-6/+5
2004-11-11Add "KEYWORD: shutdown" so that mpd will save state across a reboot.simonb1-1/+2
2004-10-05Fix DISTNAME. Closes PR 27147.wiz1-3/+3
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
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.
2004-09-07Remove an extra blank line, which fixes a fatal error with pkglint.xtraeme1-2/+1
2004-08-14Make me the maintainer of these two packages.simonb1-2/+2
2004-08-14Update to version 0.11.4. Changes from 0.11.3 are:simonb2-5/+5
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-07-22Update to version 0.11.3. Changes include:simonb2-5/+5
. support for http authentication for streams . replaygain pre-amp support . some bug fixes