summaryrefslogtreecommitdiff
path: root/audio/musicpd
AgeCommit message (Collapse)AuthorFilesLines
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
2004-07-07Update to version 0.11.2. Changes include:simonb2-5/+5
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-06-29Update to version 0.11.1.simonb2-5/+5
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-05-20Revert the change to put -liconv into BUILDLINK_LDFLAGS.iconv (whichdanw1-1/+2
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-05revert the previous; it has some weird side-effects i'm still investigating..mrg2-15/+1
2004-05-02don't reset the playlist order when restarting.mrg2-1/+15
2004-05-02add a comment about setting mixer_control "Pcm" to modify the PCMgrant1-1/+5
volume control.
2004-05-02add CVS tag.grant1-0/+2
2004-04-30Initial import of musicpd 0.10.3 into the NetBSD packages collection.grant6-0/+176
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.