mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH 5/5] Add ices
Date: Sat, 7 Apr 2012 12:30:00 +0200	[thread overview]
Message-ID: <20120407103000.GA13585@pengutronix.de> (raw)
In-Reply-To: <201204071112.29462.jbe@pengutronix.de>

On Sat, Apr 07, 2012 at 11:12:29AM +0200, Juergen Beisert wrote:
> HI Michael,
> 
> Michael Olbrich wrote:
> > [...]
> > > diff --git a/rules/ices.in b/rules/ices.in
> > > new file mode 100644
> > > index 0000000..966fe6c
> > > --- /dev/null
> > > +++ b/rules/ices.in
> > > @@ -0,0 +1,33 @@
> > > +## SECTION=applications
> > > +
> > > +menuconfig ICES
> > > +	tristate
> > > +	prompt "ices                          "
> > > +	select LIBVORBIS if ICES_VORBIS
> > > +	select LIBXML2
> > > +	select PYTHON if ICES_PYTHON
> > > +	select LAME if ICES_LAME
> >
> > please indent.
> 
> ????????

I meant the ifs:
	select LIBVORBIS	if ICES_VORBIS
[...]

The same for some of the other patches I think.

> > [...]
> > > diff --git a/rules/ices.make b/rules/ices.make
> > > new file mode 100644
> > > index 0000000..a5687ae
> > > --- /dev/null
> > > +++ b/rules/ices.make
> > > @@ -0,0 +1,71 @@
> > > +# -*-makefile-*-
> > > +#
> > > +# Copyright (C) 2012 by Juergen Beisert <jbe@pengutronix.de>
> > > +#
> > > +# See CREDITS for details about who has contributed to this project.
> > > +#
> > > +# For further information about the PTXdist project and license
> > > conditions +# see the README file.
> > > +#
> > > +
> > > +#
> > > +# We provide this package
> > > +#
> > > +PACKAGES-$(PTXCONF_ICES) += ices
> > > +
> > > +#
> > > +# Paths and names
> > > +#
> > > +ICES_VERSION	:= 0.4
> >
> > Any reason for this version? I see 2.0.1, or is that something else?
> 
> >From the website at "http://icecast.org/ices.php":
> 
> "Ices comes in two flavors, the 0.x flavor which supports sending an MP3 
> stream to an icecast server, and the 2.x flavor which supports sending an Ogg 
> Vorbis stream to an icecast server."
> 
> I'm not sure if this comment is still valid, as also the 0.4 revision has an 
> option to enable Vorbis. But I need the MP3 feature, so I have decided to use 
> the 0.4 revision.

ok.

Michael

> > [...]
> > > +	@$(call install_alternative, ices, 0, 0, 0644, /etc/ices.conf)
> > > +ifdef PTXCONF_ICES_PYTHON
> > > +	@$(call install_copy, ices, 0, 0, 0755, /etc/modules)
> > > +	@$(call install_copy, ices, 0, 0, 0755, -, /etc/modules/ices.py.dist)
> >
> > This is not good. It clashes with /etc/modules for kernel modules.
> 
> Ups, you are right. Didn't noticed it.
> 
> I will send a new patch series.
> 
> jbe
> 
> -- 
> Pengutronix e.K.                              | Juergen Beisert             |
> Linux Solutions for Science and Industry      | http://www.pengutronix.de/  |
> 
> -- 
> ptxdist mailing list
> ptxdist@pengutronix.de
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

      reply	other threads:[~2012-04-07 10:30 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-06 12:45 [ptxdist] [PATCH] Add all tools to create a internet radio station Juergen Beisert
2012-04-06 12:45 ` [ptxdist] [PATCH 1/5] Add the 'libshout' Juergen Beisert
2012-04-06 12:45 ` [ptxdist] [PATCH 2/5] Add the 'id3lib' Juergen Beisert
2012-04-06 12:45 ` [ptxdist] [PATCH 3/5] ICECAST: add an audio streaming server Juergen Beisert
2012-04-06 12:45 ` [ptxdist] [PATCH 4/5] Add the 'icegenerator' Juergen Beisert
2012-04-06 12:45 ` [ptxdist] [PATCH 5/5] Add ices Juergen Beisert
2012-04-06 20:01   ` Michael Olbrich
2012-04-07  9:12     ` Juergen Beisert
2012-04-07 10:30       ` Michael Olbrich [this message]

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=20120407103000.GA13585@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --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