Re: [ptxdist] [PATCH] Add Music Player Daemon (MPD) support

2014-06-02 Thread Michael Olbrich
On Fri, May 16, 2014 at 12:05:00PM +0200, Michael Grzeschik wrote: > From: Sascha Hauer > > Signed-off-by: Sascha Hauer > --- > -aligned ifs > -remove MPD in every config section > -removed commented build stages > -used MPD_ENABLE-* where needed > -used simpler addprefix macro > > rules/mpd.i

Re: [ptxdist] [PATCH] Add Music Player Daemon (MPD) support

2014-05-16 Thread Alexander Aring
Hi, what's about to install the mpd.conf as example? There is an example conf in the mpd src package. - Alex -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] [PATCH] Add Music Player Daemon (MPD) support

2014-05-16 Thread Michael Grzeschik
From: Sascha Hauer Signed-off-by: Sascha Hauer --- -aligned ifs -remove MPD in every config section -removed commented build stages -used MPD_ENABLE-* where needed -used simpler addprefix macro rules/mpd.in | 56 ++ rules/mpd.make | 77

Re: [ptxdist] [PATCH] Add Music Player Daemon (MPD) support

2013-09-09 Thread Michael Olbrich
On Sat, Aug 31, 2013 at 02:57:21PM +0200, Sascha Hauer wrote: > Signed-off-by: Sascha Hauer > --- > rules/mpd.in | 55 ++ > rules/mpd.make | 121 > + > 2 files changed, 176 insertions(+) > create mode 100644 rule

Re: [ptxdist] [PATCH] Add Music Player Daemon (MPD) support

2013-09-04 Thread Michael Olbrich
On Sat, Aug 31, 2013 at 02:57:21PM +0200, Sascha Hauer wrote: > Signed-off-by: Sascha Hauer > --- > rules/mpd.in | 55 ++ > rules/mpd.make | 121 > + > 2 files changed, 176 insertions(+) > create mode 100644 rule

Re: [ptxdist] [PATCH] Add Music Player Daemon (MPD) support

2013-08-31 Thread Sascha Hauer
Hi Alex, On Sat, Aug 31, 2013 at 03:17:53PM +0200, Alexander Aring wrote: > Hi Sascha, > > cool. MPD is one of my favorites music player! Mine aswell. And together with a USB sound card it's a perfect match for my beaglebone ;) > Maybe we should add to install the mpdconf.example from doc direc

Re: [ptxdist] [PATCH] Add Music Player Daemon (MPD) support

2013-08-31 Thread Alexander Aring
Hi Sascha, cool. MPD is one of my favorites music player! On Sat, Aug 31, 2013 at 02:57:21PM +0200, Sascha Hauer wrote: > Signed-off-by: Sascha Hauer > --- > rules/mpd.in | 55 ++ > rules/mpd.make | 121 > + > 2

[ptxdist] [PATCH] Add Music Player Daemon (MPD) support

2013-08-31 Thread Sascha Hauer
Signed-off-by: Sascha Hauer --- rules/mpd.in | 55 ++ rules/mpd.make | 121 + 2 files changed, 176 insertions(+) create mode 100644 rules/mpd.in create mode 100644 rules/mpd.make diff --git a/rules/mpd.in b/rule