mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Alexander Aring <alex.aring@gmail.com>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH] Add Music Player Daemon (MPD) support
Date: Sat, 31 Aug 2013 15:17:53 +0200	[thread overview]
Message-ID: <20130831131751.GA4884@x61s.8.8.8.8> (raw)
In-Reply-To: <1377953841-2263-1-git-send-email-s.hauer@pengutronix.de>

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 <s.hauer@pengutronix.de>
> ---
>  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/rules/mpd.in
> new file mode 100644
> index 0000000..24d63fb
> --- /dev/null
> +++ b/rules/mpd.in
> @@ -0,0 +1,55 @@
> +## SECTION=multimedia_sound
> +
> +menuconfig MPD
> +	tristate
> +	prompt "Music Player Daemon (MPD)     "
> +	select ALSA_LIB if MPD_ALSA
> +	select LIBID3TAG if MPD_ID3
> +	select LIBMAD if MPD_MAD
> +	select MPG123 if MPD_MPG123
> +	select LIBOGG if MPD_VORBIS
> +	select LIBVORBIS if MPD_VORBIS
> +	select FLAC if MPD_FLAC
> +	select LIBCURL if MPD_CURL
> +	select SQLITE if MPD_SQLITE
> +	help
> +	  Music Player Daemon (MPD) is a flexible, powerful, server-side
> +	  application for playing music. Through plugins and libraries it
> +	  can play a variety of sound files while being controlled by its
> +	  network protocol.
...
> +#	@$(call touch)
> +
> +# ----------------------------------------------------------------------------
> +# Target-Install
> +# ----------------------------------------------------------------------------
> +
> +$(STATEDIR)/mpd.targetinstall:
> +	@$(call targetinfo)
> +
> +	@$(call install_init, mpd)
> +	@$(call install_fixup, mpd,PRIORITY,optional)
> +	@$(call install_fixup, mpd,SECTION,base)
> +	@$(call install_fixup, mpd,AUTHOR,"Sascha Hauer <s.hauer@pengutronix.de>")
> +	@$(call install_fixup, mpd,DESCRIPTION,missing)
> +
> +	@$(call install_copy, mpd, 0, 0, 0755, $(MPD_DIR)/src/mpd, /usr/bin/mpd)
> +

Maybe we should add to install the mpdconf.example from doc directory to
/etc/mpd.conf. Without the conf mpd doesn't start and it's simple to
modify it and put it into the projectroot directory.

- Alex

-- 
ptxdist mailing list
ptxdist@pengutronix.de

  reply	other threads:[~2013-08-31 13:14 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-31 12:57 Sascha Hauer
2013-08-31 13:17 ` Alexander Aring [this message]
2013-08-31 13:34   ` Sascha Hauer
2013-09-04  7:09 ` Michael Olbrich
2013-09-09  8:46 ` Michael Olbrich
2014-05-16 10:05 ` Michael Grzeschik
2014-05-16 10:33   ` Alexander Aring
2014-06-02  8:39   ` Michael Olbrich
2014-06-07  7:57     ` [ptxdist] [PATCH v3] " Michael Grzeschik
2014-06-07 19:03       ` Marc Kleine-Budde
2014-06-10  5:42       ` Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130831131751.GA4884@x61s.8.8.8.8 \
    --to=alex.aring@gmail.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox