aboutsummaryrefslogtreecommitdiffstats
path: root/packages/musicpd
AgeCommit message (Collapse)Author
2008-10-29bluemchen wiese: Allow to disable certain ugly packages globallyHolger Hans Peter Freyther
Adopt the notion of gstreamer and allow to easily not build certain ugly packages. People are constraints to not live on a bluemchen wiese can set ENTERPRISE_DISTRO="1" in their config and get ugly packages removed. This is implemented by a set of packages in the BBMASK (as a safety net) and by using base conditional to onl conditonally add ugly packages.
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe
2007-10-15mpd: Added sane revision.Leon Woestenberg
2007-10-07mpd-alsa-svn: Added FLAC, Ogg and AAC.Leon Woestenberg
2007-10-07mpd: Added mpd-alsa from SVN. Builds, but needs configuration love.Leon Woestenberg
2007-08-10musicpd: update to 0.12.1Michael Lauer
2007-03-18gmpc: add missing DEPENDS, curlJustin Patrin
2007-03-05mpd svn: set maxdate for mikmod patch since it has been applied officiallyDominik Kuhlen
2007-02-12musicpd: fix SECTION, sanitizeRolf Leggewie
2007-01-28mpd: fix mod patchJustin Patrin
2007-01-27mpd: add pulse support, fix mod supportJustin Patrin
2007-01-23py-libmpdclient: add py-libmpdclientJustin Patrin
2007-01-23libmpd: add libmpdJustin Patrin
2007-01-23gmpc: add newer versionsJustin Patrin
2007-01-23glurp: downgrade from 0.11.6 to 0.11.3 as higher releases don't seem to existJustin Patrin
2007-01-23mpd: add mpd_svn as 0.12.x releases have problems with autoreconfJustin Patrin
2007-01-18musicpd/mpc: Changed URL, was unfetchable.Leon Woestenberg
2007-01-15musicpd/mpc: Added 0.12.0.Leon Woestenberg
2007-01-15musicpd/mpc: Fix cross compile badness; missing --with-iconv-*.Leon Woestenberg
2006-11-15mpd: add faad2 supportJustin Patrin
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details
2006-07-02mpd: removed --prefix added a few --with-*-libraries and --with-*-includesFrans Meulenbroeks
2006-07-01mpd: added --prefix to remove /usr/includeFrans Meulenbroeks
2006-02-07musicpd: Add init scriptMatthias Goebl
- Add init script for mpd It's used only in mpd-alsa so far
2006-02-05musicpd/mpd-alsa_0.11.5.bb: Add mpd-package with alsa supportMatthias Goebl
- Make mpd-alsa_0.11.5.bb from mpd_0.11.5.bb and add alsa-lib and libao dependency (./configure will add alsa support) (mpd not only uses alsa indirectly via libao, but also directly for mixer support)
2005-09-04mpd: change DEPENDS from libiconv to virtual/libiconvOyvind Repvik
2005-09-04mpd: add libiconv DEPENDSOyvind Repvik
2005-09-02mpd: Add a patch to save/restore volume state in the state_fileJustin Patrin
2005-08-30glurp: update version, switch to SF mirrorJustin Patrin
2005-08-24Update mpd to latest versionOyvind Repvik
2005-08-11mpd was building, but not necessarily using, it's own local cache of theJohn Bowler
libmad and libid3tag source. Removing the --enable-mpd-* settings causes it not to build the local source (and it uses the versions in staging).
2005-07-14move mpd into musicpd directoryMichael Lauer
2005-07-13gmpc: add dependency to gnome-vfs. thanks reenooMichael Lauer
2005-07-13Add console, ncurses, gtk+, and glurp musicpd players courtesy Justin Patrin.Michael Lauer