Commit graph

42 commits

Author SHA1 Message Date
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
b8e47ae345 Update the sample configuration file. Based on PR pkg/36472 from
Aleksej Saushev, but leaving the paths as they were in the original
sample config file.
2007-08-10 02:05:58 +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
cbiere
7dfa01676c Use audio/libmpcdec instead of audio/libmusepack for Musepack support. 2007-02-01 14:52:43 +00:00
cbiere
b9a7337784 Added package option "musepack"; enabled by default. 2007-01-31 21:35:11 +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
wiz
5321308ece PKGREVISION bump for flac shlib major bump and corresponding ABI
depends bump.
2007-01-07 12:25:50 +00:00
dmcmahill
39e138b78a setenv() doesn't exist on solaris so use putenv() instead. 2006-10-25 23:17:29 +00:00
rillig
e58180e1fb Fixed some pkglint warnings by removing the "@" at the start of shell
commands.
2006-05-19 16:18:51 +00:00
jlam
6ad6aef9d4 Replace references to ossaudio.buildlink3.mk with oss.buildlink3.mk.
Remove deprecated ossaudio.buildlink3.mk.
2006-03-09 21:04:39 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
joerg
94aae958da Use SUBST framework for mpd.conf as well. 2006-01-04 17:46:15 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
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-12-05 20:49:47 +00:00
wiz
de423ce939 Add optional support for MOD files via libmikmod,
and enable it by default. Bump PKGREVISION to 4.
2005-11-22 00:01:40 +00:00
wiz
2f22bc246e CONFLICTS=lang/mpd looks like it might work, but it does not.
Replace it with CONFLICTS=mpd-[0-9]*
2005-11-18 18:34:11 +00:00
is
2b2c89f15c musicpd calls its files mpd, alas! 2005-10-19 04:43:31 +00:00
jmmv
e8b8851405 Bump revision due to a new dependency on a default libao plugin.
Addresses PR pkg/30920 by Chuck Cranor.
2005-10-08 12:35:14 +00:00
wiz
93129e0f97 Finish conversion to options framework.
Remove unnecessary inclusion of bsd.prefs.mk.
2005-05-31 16:20:43 +00:00
dillo
f81ae835ad Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable.  Set PKG_SUGGESTED_OPTIONS instead.  Also,
make use of PKG_OPTIONS_LEGACY_VARS.

Reviewed by wiz.
2005-05-31 10:01:36 +00:00
reed
ee8be9d0c1 RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.
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-05-02 20:33:57 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
71c8259803 Add RMD160 digests to the SHA1 ones. 2005-02-23 20:39:42 +00:00
reed
32d8f290c2 The default location of the pkgsrc-installed rc.d scripts is now
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-28 02:47:40 +00:00
jlam
650b62997d Remove support for some variables that are supposed to go away after
pkgsrc-2004Q4 is branched.
2004-12-22 21:46:24 +00:00
xtraeme
ba51e7c979 Convert to use bsd.options.mk, the following options are available:
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-25 20:16:52 +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
3f2de341d9 Add "KEYWORD: shutdown" so that mpd will save state across a reboot. 2004-11-11 03:15:41 +00:00
wiz
d43c7b1a1f Fix DISTNAME. Closes PR 27147. 2004-10-05 13:12:40 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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-10-03 00:12:51 +00:00
xtraeme
6e7f0a54a1 Remove an extra blank line, which fixes a fatal error with pkglint. 2004-09-07 07:12:14 +00:00
simonb
b96d997487 Make me the maintainer of these two packages. 2004-08-14 13:25:41 +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
danw
884bfb7d8d Revert the change to put -liconv into BUILDLINK_LDFLAGS.iconv (which
breaks some things on Darwin) and fix audio/musicpd so it doesn't need
it (by faking out a configure check that gets confused by the
iconv_open -> libiconv_open renaming)
2004-05-20 16:13:05 +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
a2e1f5d380 add a comment about setting mixer_control "Pcm" to modify the PCM
volume control.
2004-05-02 06:28:50 +00:00
grant
0a6698669a add CVS tag. 2004-05-02 06:27:15 +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