Re: [Patch 0/10] Add Ring

2016-11-13 Thread Lukas Gradl
Mike Gerwitz  writes:

> On Wed, Nov 09, 2016 at 12:07:10 -0600, Lukas Gradl wrote:
>> If anyone would like to work on this patch series, please feel free to
>> claim it as your own. I hope my work will be of some use.  If nobody
>> picks it up, I will be very happy to come back to it, but that will most
>> likely not happen within the next two months.
>
> With that in mind, as part of the evaluation, the Ring team agreed to
> create a build system that conforms to GNU standards.  They're likely to
> wrap their CMake system, but hopefully this change will make it easier
> to package in the future.
>
> I don't know the timeline, though.

There were some issues with the build system and the organization of the
source code that I initially struggled with.  I think this is very good
news.

Thank you!


signature.asc
Description: PGP signature


Re: [Patch 0/10] Add Ring

2016-11-12 Thread Mike Gerwitz
On Wed, Nov 09, 2016 at 12:07:10 -0600, Lukas Gradl wrote:
> If anyone would like to work on this patch series, please feel free to
> claim it as your own. I hope my work will be of some use.  If nobody
> picks it up, I will be very happy to come back to it, but that will most
> likely not happen within the next two months.

With that in mind, as part of the evaluation, the Ring team agreed to
create a build system that conforms to GNU standards.  They're likely to
wrap their CMake system, but hopefully this change will make it easier
to package in the future.

I don't know the timeline, though.

-- 
Mike Gerwitz
Free Software Hacker+Activist | GNU Maintainer & Volunteer
GPG: D6E9 B930 028A 6C38 F43B  2388 FEF6 3574 5E6F 6D05
Old: 2217 5B02 E626 BC98 D7C0  C2E5 F22B B815 8EE3 0EAB
https://mikegerwitz.com


signature.asc
Description: PGP signature


Re: [Patch 0/10] Add Ring

2016-11-12 Thread Lukas Gradl
Leo Famulari  writes:

> On Wed, Nov 09, 2016 at 12:07:10PM -0600, Lukas Gradl wrote:
>> I would like to apologize for my long silence.  I am currently facing
>> somewhat of a crisis in my professional life, which is taking a lot of
>> my time and energy.
>> 
>> Chris Marusich  writes:
>> 
>> > What's the status of this patch series?  Especially since Ring just
>> > recently became an official GNU package [1], it would be super nice to
>> > have it in GNU Guix!
>> >
>> > [1] https://lists.gnu.org/archive/html/ring/2016-11/msg4.html
>> 
>> I agree this is very exciting.  Unfortunately, I am afraid that I will
>> not have the time to finish this patch series in the near future.  I
>> have been working on this in my spare time which I have to dedicate to
>> other purposes right now.  I am very sorry about this.
>> 
>> If anyone would like to work on this patch series, please feel free to
>> claim it as your own. I hope my work will be of some use.  If nobody
>> picks it up, I will be very happy to come back to it, but that will most
>> likely not happen within the next two months.
>> 
>> I am sorry to tell you this only now, I should have come forward with
>> this earlier.
>
> Hi Lukas, there's really no need to apologize. We are happy for any help
> we can get :)
>
> I'm sure somebody will be happy to pick this up! Thank you for your work
> so far!
>
> I wish you good luck and I hope to see you again when you have more free
> time.

Thank you, Leo!  I like the Guix project and its community and will
definitely be back.

All the best,
Lukas


signature.asc
Description: PGP signature


Re: [Patch 0/10] Add Ring

2016-11-09 Thread Leo Famulari
On Wed, Nov 09, 2016 at 12:07:10PM -0600, Lukas Gradl wrote:
> I would like to apologize for my long silence.  I am currently facing
> somewhat of a crisis in my professional life, which is taking a lot of
> my time and energy.
> 
> Chris Marusich  writes:
> 
> > What's the status of this patch series?  Especially since Ring just
> > recently became an official GNU package [1], it would be super nice to
> > have it in GNU Guix!
> >
> > [1] https://lists.gnu.org/archive/html/ring/2016-11/msg4.html
> 
> I agree this is very exciting.  Unfortunately, I am afraid that I will
> not have the time to finish this patch series in the near future.  I
> have been working on this in my spare time which I have to dedicate to
> other purposes right now.  I am very sorry about this.
> 
> If anyone would like to work on this patch series, please feel free to
> claim it as your own. I hope my work will be of some use.  If nobody
> picks it up, I will be very happy to come back to it, but that will most
> likely not happen within the next two months.
> 
> I am sorry to tell you this only now, I should have come forward with
> this earlier.

Hi Lukas, there's really no need to apologize. We are happy for any help
we can get :)

I'm sure somebody will be happy to pick this up! Thank you for your work
so far!

I wish you good luck and I hope to see you again when you have more free
time.

Leo


signature.asc
Description: PGP signature


Re: [Patch 0/10] Add Ring

2016-11-09 Thread Lukas Gradl

Hello,

I would like to apologize for my long silence.  I am currently facing
somewhat of a crisis in my professional life, which is taking a lot of
my time and energy.

Chris Marusich  writes:

> What's the status of this patch series?  Especially since Ring just
> recently became an official GNU package [1], it would be super nice to
> have it in GNU Guix!
>
> [1] https://lists.gnu.org/archive/html/ring/2016-11/msg4.html

I agree this is very exciting.  Unfortunately, I am afraid that I will
not have the time to finish this patch series in the near future.  I
have been working on this in my spare time which I have to dedicate to
other purposes right now.  I am very sorry about this.

If anyone would like to work on this patch series, please feel free to
claim it as your own. I hope my work will be of some use.  If nobody
picks it up, I will be very happy to come back to it, but that will most
likely not happen within the next two months.

I am sorry to tell you this only now, I should have come forward with
this earlier.

Best,
Lukas



signature.asc
Description: PGP signature


Re: [Patch 0/10] Add Ring

2016-11-04 Thread Chris Marusich
Lukas Gradl  writes:

> Hello Guix!
>
> The following patch series adds Ring, a distributed multimedia
> communications program.
>
> There is one issue that I can not figure out: The program ring.cx throws
> an error if evolution-data-server is not installed in the same profile.
> I hence propagated evolution-data-server, but this does not seem to
> solve the issue.  If evolution-data-server is installed, it works fine.
>
> Thank you for any feedback!
>
> Best,
> Lukas

What's the status of this patch series?  Especially since Ring just
recently became an official GNU package [1], it would be super nice to
have it in GNU Guix!

[1] https://lists.gnu.org/archive/html/ring/2016-11/msg4.html

-- 
Chris


signature.asc
Description: PGP signature


[Patch 0/10] Add Ring

2016-09-12 Thread Lukas Gradl

Hello Guix!

The following patch series adds Ring, a distributed multimedia
communications program.

There is one issue that I can not figure out: The program ring.cx throws
an error if evolution-data-server is not installed in the same profile.
I hence propagated evolution-data-server, but this does not seem to
solve the issue.  If evolution-data-server is installed, it works fine.

Thank you for any feedback!

Best,
Lukas



signature.asc
Description: PGP signature