* [Buildroot] Introduction of mpd into buildroot ?
@ 2010-09-22 12:45 Yoann Sculo
2010-09-22 13:05 ` Lionel Landwerlin
2010-09-22 23:09 ` Thomas Petazzoni
0 siblings, 2 replies; 5+ messages in thread
From: Yoann Sculo @ 2010-09-22 12:45 UTC (permalink / raw)
To: buildroot
Hello,
I've been following buildroot mailing list for a while.
Now I'm interested in contributing and submitting some patches for
applications I've been working on.
Has someone ever tried to introduce mpd (the daemon one, not the library)
into buildroot ?
I've successfully built mpd for arm920t and think it could be interesting to
introduce this package.
First, I'd like to have your opinion about pkg-config files. libmad-0.15.1
for example doesn't provide the small file mad.pc
This is surprising, It does'nt seem to be distributed with libmad sources.
The probem is I need actually this file to compile mpd. Adding it manually,
works fine.
So I would be inclined to create a patch into package/multimedia/libmad to
add this file during mpd installation. Is it the better way to do this ?
Well, if mpd has never been added into buildroot I'm interested to work on
it.
Thanks
Yoann Sculo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20100922/e2992592/attachment.html>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] Introduction of mpd into buildroot ?
2010-09-22 12:45 [Buildroot] Introduction of mpd into buildroot ? Yoann Sculo
@ 2010-09-22 13:05 ` Lionel Landwerlin
2010-09-22 23:09 ` Thomas Petazzoni
1 sibling, 0 replies; 5+ messages in thread
From: Lionel Landwerlin @ 2010-09-22 13:05 UTC (permalink / raw)
To: buildroot
Indeed, you might need to add it manually :
http://www.linuxfromscratch.org/blfs/view/cvs/multimedia/libmad.html
Regards,
--
Lionel Landwerlin
On Wed, Sep 22, 2010 at 2:45 PM, Yoann Sculo <yoann.sculo@gmail.com> wrote:
> Hello,
>
> I've been following buildroot mailing list for a while.
> Now I'm interested in contributing and submitting some patches for
> applications I've been working on.
> Has someone ever tried to introduce mpd (the daemon one, not the library)
> into buildroot ?
>
> I've successfully built mpd for arm920t and think it could be interesting to
> introduce this package.
>
> First, I'd like to have your opinion about pkg-config files. libmad-0.15.1
> for example doesn't provide the small file mad.pc
> This is surprising, It does'nt seem to be distributed with libmad sources.
> The probem is I need actually this file to compile mpd. Adding it manually,
> works fine.
>
> So I would be inclined to create a patch into package/multimedia/libmad to
> add this file during mpd installation. Is it the better way to do this ?
>
> Well, if mpd has never been added into buildroot I'm interested to work on
> it.
>
> Thanks
>
> Yoann Sculo
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] Introduction of mpd into buildroot ?
2010-09-22 12:45 [Buildroot] Introduction of mpd into buildroot ? Yoann Sculo
2010-09-22 13:05 ` Lionel Landwerlin
@ 2010-09-22 23:09 ` Thomas Petazzoni
2010-09-23 15:53 ` Yoann Sculo
2010-09-23 21:19 ` Peter Korsgaard
1 sibling, 2 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2010-09-22 23:09 UTC (permalink / raw)
To: buildroot
Hello Yoann,
On Wed, 22 Sep 2010 14:45:49 +0200
Yoann Sculo <yoann.sculo@gmail.com> wrote:
> First, I'd like to have your opinion about pkg-config files. libmad-0.15.1
> for example doesn't provide the small file mad.pc
> This is surprising, It does'nt seem to be distributed with libmad sources.
> The probem is I need actually this file to compile mpd. Adding it manually,
> works fine.
>
> So I would be inclined to create a patch into package/multimedia/libmad to
> add this file during mpd installation. Is it the better way to do this ?
Yes, sounds good. An even better thing would be to create such a patch
*and* to submit it to the upstream libmad project so that hopefully a
future version of libmad will contain the pkg-config file.
> Well, if mpd has never been added into buildroot I'm interested to work on
> it.
I haven't heard of any effort to package mpd, so feel free to work on
it!
Thanks,
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] Introduction of mpd into buildroot ?
2010-09-22 23:09 ` Thomas Petazzoni
@ 2010-09-23 15:53 ` Yoann Sculo
2010-09-23 21:19 ` Peter Korsgaard
1 sibling, 0 replies; 5+ messages in thread
From: Yoann Sculo @ 2010-09-23 15:53 UTC (permalink / raw)
To: buildroot
Thanks for your answers.
I will patch mpd and libmad like you say. You're right, It will actually be
better to solve this problem at the source.
Or at least understand why mad.pc is not packaged into libmad archive
You should hear from me soon :)
Yoann Sculo
2010/9/23 Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> Hello Yoann,
>
>
> On Wed, 22 Sep 2010 14:45:49 +0200
> Yoann Sculo <yoann.sculo@gmail.com> wrote:
>
> > First, I'd like to have your opinion about pkg-config files.
> libmad-0.15.1
> > for example doesn't provide the small file mad.pc
> > This is surprising, It does'nt seem to be distributed with libmad
> sources.
> > The probem is I need actually this file to compile mpd. Adding it
> manually,
> > works fine.
> >
> > So I would be inclined to create a patch into package/multimedia/libmad
> to
> > add this file during mpd installation. Is it the better way to do this ?
>
> Yes, sounds good. An even better thing would be to create such a patch
> *and* to submit it to the upstream libmad project so that hopefully a
> future version of libmad will contain the pkg-config file.
>
> > Well, if mpd has never been added into buildroot I'm interested to work
> on
> > it.
>
> I haven't heard of any effort to package mpd, so feel free to work on
> it!
>
> Thanks,
>
> Thomas
> --
> Thomas Petazzoni, Free Electrons
> Kernel, drivers, real-time and embedded Linux
> development, consulting, training and support.
> http://free-electrons.com
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20100923/47c57be0/attachment.html>
^ permalink raw reply [flat|nested] 5+ messages in thread
* [Buildroot] Introduction of mpd into buildroot ?
2010-09-22 23:09 ` Thomas Petazzoni
2010-09-23 15:53 ` Yoann Sculo
@ 2010-09-23 21:19 ` Peter Korsgaard
1 sibling, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2010-09-23 21:19 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Hi,
>> So I would be inclined to create a patch into
>> package/multimedia/libmad to add this file during mpd
>> installation. Is it the better way to do this ?
Thomas> Yes, sounds good. An even better thing would be to create such
Thomas> a patch *and* to submit it to the upstream libmad project so
Thomas> that hopefully a future version of libmad will contain the
Thomas> pkg-config file.
While that is good advice in general, I don't think it will work in the
libmad case as that's pretty dead upstream. The latest (beta) release
was in 2004.
>> Well, if mpd has never been added into buildroot I'm interested to work on
>> it.
Thomas> I haven't heard of any effort to package mpd, so feel free to
Thomas> work on it!
Yes please. It would be a good companion to the libmpd stuff we already
have.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-09-23 21:19 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-22 12:45 [Buildroot] Introduction of mpd into buildroot ? Yoann Sculo
2010-09-22 13:05 ` Lionel Landwerlin
2010-09-22 23:09 ` Thomas Petazzoni
2010-09-23 15:53 ` Yoann Sculo
2010-09-23 21:19 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox