Re: [PATCH] Add Bluetooth support to Pulseaudio.

2016-05-16 Thread Efraim Flashner
On Sun, May 15, 2016 at 11:27:39AM +0300, Alex Kost wrote:
> Efraim Flashner (2016-05-14 22:59 +0300) wrote:
> 
> > On Sat, May 14, 2016 at 07:54:57PM +0300, Alex Kost wrote:
> >> Ricardo Wurmus (2016-05-14 12:43 +0300) wrote:
> >>
> >> > Hello Guix,
> >> >
> >> > this patch adds Bluetooth support to pulseaudio.  (Since bluez5 there
> >> > is no native support for the ALSA backend any more.)  This adds very
> >> > little to the pulseaudio closure as you can see below.
> >> >
> >> > Note that this depends on the previous patch adding SBC.
> >> >
> >> > More than 100 packages would need to be rebuilt.  Among those are big
> >> > packages like GNOME, Blender, and conkeror.  Should I push this to
> >> > core-updates then?
> >>
> >> Conkeror is not the big one; it's a rather small wrapper around icecat
> >> (in our case).  I don't know why "guix refresh -l pulseaudio" shows
> >> conkeror and not icecat, but icecat is a really big and important one,
> >> so I think it's better to commit this to core-updates, indeed.  Although
> >> ISTR Ludovic told that core-updates is only for the real core packages
> >> (that rebuild the whole world).
> >
> > conkeror depends on iceweasel, `guix refresh -l foo' only shows the
> > leafs that need to be rebuilt.
> 
> Iceweasel?  I see that conkeror depends only on icecat.  Anyway I don't
> understand: icecat depends on pulseaudio so it should probably be
> displayed after "guix refresh -l pulseaudio", or did I miss your point?
> 

Ah I meant icecat. 5+ years of Debian, I see ice and think iceweasel.

Pulseaudio -> Icecat -> Conkeror, Icecat is the "unimportant" dependancy
of Conkeror here.

> >> BTW do you still have problems with using guix repo through ssh?  I do,
> >> I mean I can't push or fetch.  And as I see that other people commit to
> >> the guix repo, I begin to think that it's only me who have this problem.
> >
> > if you change your url in .git/config to:
> >
> > url = http://git.savannah.gnu.org/r/guix.git
> >
> > you should be able to fetch/pull as before
> 
> Thanks, I know that http works, but I need ssh to be able to push :-)
> Apparently admins know about this problem:
> http://savannah.gnu.org/forum/forum.php?forum_id=8542
> 
> BTW, I didn't change .git/config manually; I just added another (http)
> remote using magit (by pressing "M a" in the magit status).
> 
> -- 
> Alex

-- 
Efraim Flashner      אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted


signature.asc
Description: PGP signature


Re: [PATCH] Add Bluetooth support to Pulseaudio.

2016-05-15 Thread Ricardo Wurmus

Alex Kost  writes:

> Ricardo Wurmus (2016-05-14 12:43 +0300) wrote:
>
>> Hello Guix,
>>
>> this patch adds Bluetooth support to pulseaudio.  (Since bluez5 there
>> is no native support for the ALSA backend any more.)  This adds very
>> little to the pulseaudio closure as you can see below.
>>
>> Note that this depends on the previous patch adding SBC.
>>
>> More than 100 packages would need to be rebuilt.  Among those are big
>> packages like GNOME, Blender, and conkeror.  Should I push this to
>> core-updates then?
>
> Conkeror is not the big one; it's a rather small wrapper around icecat
> (in our case).  I don't know why "guix refresh -l pulseaudio" shows
> conkeror and not icecat, but icecat is a really big and important one,
> so I think it's better to commit this to core-updates, indeed.  Although
> ISTR Ludovic told that core-updates is only for the real core packages
> (that rebuild the whole world).

I guess we could have a “pulseaudio-update” branch then.

> BTW do you still have problems with using guix repo through ssh?  I do,
> I mean I can't push or fetch.  And as I see that other people commit to
> the guix repo, I begin to think that it's only me who have this problem.

I still have problems with it with that so I haven’t yet pushed anything
for about one week.

~~ Ricardo




Re: [PATCH] Add Bluetooth support to Pulseaudio.

2016-05-15 Thread Alex Kost
Efraim Flashner (2016-05-14 22:59 +0300) wrote:

> On Sat, May 14, 2016 at 07:54:57PM +0300, Alex Kost wrote:
>> Ricardo Wurmus (2016-05-14 12:43 +0300) wrote:
>>
>> > Hello Guix,
>> >
>> > this patch adds Bluetooth support to pulseaudio.  (Since bluez5 there
>> > is no native support for the ALSA backend any more.)  This adds very
>> > little to the pulseaudio closure as you can see below.
>> >
>> > Note that this depends on the previous patch adding SBC.
>> >
>> > More than 100 packages would need to be rebuilt.  Among those are big
>> > packages like GNOME, Blender, and conkeror.  Should I push this to
>> > core-updates then?
>>
>> Conkeror is not the big one; it's a rather small wrapper around icecat
>> (in our case).  I don't know why "guix refresh -l pulseaudio" shows
>> conkeror and not icecat, but icecat is a really big and important one,
>> so I think it's better to commit this to core-updates, indeed.  Although
>> ISTR Ludovic told that core-updates is only for the real core packages
>> (that rebuild the whole world).
>
> conkeror depends on iceweasel, `guix refresh -l foo' only shows the
> leafs that need to be rebuilt.

Iceweasel?  I see that conkeror depends only on icecat.  Anyway I don't
understand: icecat depends on pulseaudio so it should probably be
displayed after "guix refresh -l pulseaudio", or did I miss your point?

>> BTW do you still have problems with using guix repo through ssh?  I do,
>> I mean I can't push or fetch.  And as I see that other people commit to
>> the guix repo, I begin to think that it's only me who have this problem.
>
> if you change your url in .git/config to:
>
> url = http://git.savannah.gnu.org/r/guix.git
>
> you should be able to fetch/pull as before

Thanks, I know that http works, but I need ssh to be able to push :-)
Apparently admins know about this problem:
http://savannah.gnu.org/forum/forum.php?forum_id=8542

BTW, I didn't change .git/config manually; I just added another (http)
remote using magit (by pressing "M a" in the magit status).

-- 
Alex



Re: [PATCH] Add Bluetooth support to Pulseaudio.

2016-05-14 Thread Efraim Flashner
On Sat, May 14, 2016 at 07:54:57PM +0300, Alex Kost wrote:
> Ricardo Wurmus (2016-05-14 12:43 +0300) wrote:
> 
> > Hello Guix,
> >
> > this patch adds Bluetooth support to pulseaudio.  (Since bluez5 there
> > is no native support for the ALSA backend any more.)  This adds very
> > little to the pulseaudio closure as you can see below.
> >
> > Note that this depends on the previous patch adding SBC.
> >
> > More than 100 packages would need to be rebuilt.  Among those are big
> > packages like GNOME, Blender, and conkeror.  Should I push this to
> > core-updates then?
> 
> Conkeror is not the big one; it's a rather small wrapper around icecat
> (in our case).  I don't know why "guix refresh -l pulseaudio" shows
> conkeror and not icecat, but icecat is a really big and important one,
> so I think it's better to commit this to core-updates, indeed.  Although
> ISTR Ludovic told that core-updates is only for the real core packages
> (that rebuild the whole world).

conkeror depends on iceweasel, `guix refresh -l foo' only shows the
leafs that need to be rebuilt.

> 
> BTW do you still have problems with using guix repo through ssh?  I do,
> I mean I can't push or fetch.  And as I see that other people commit to
> the guix repo, I begin to think that it's only me who have this problem.

if you change your url in .git/config to:

url = http://git.savannah.gnu.org/r/guix.git

you should be able to fetch/pull as before

-- 
Efraim Flashner      אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted


signature.asc
Description: PGP signature


Re: [PATCH] Add Bluetooth support to Pulseaudio.

2016-05-14 Thread Alex Kost
Ricardo Wurmus (2016-05-14 12:43 +0300) wrote:

> Hello Guix,
>
> this patch adds Bluetooth support to pulseaudio.  (Since bluez5 there
> is no native support for the ALSA backend any more.)  This adds very
> little to the pulseaudio closure as you can see below.
>
> Note that this depends on the previous patch adding SBC.
>
> More than 100 packages would need to be rebuilt.  Among those are big
> packages like GNOME, Blender, and conkeror.  Should I push this to
> core-updates then?

Conkeror is not the big one; it's a rather small wrapper around icecat
(in our case).  I don't know why "guix refresh -l pulseaudio" shows
conkeror and not icecat, but icecat is a really big and important one,
so I think it's better to commit this to core-updates, indeed.  Although
ISTR Ludovic told that core-updates is only for the real core packages
(that rebuild the whole world).

BTW do you still have problems with using guix repo through ssh?  I do,
I mean I can't push or fetch.  And as I see that other people commit to
the guix repo, I begin to think that it's only me who have this problem.

-- 
Alex