Ricardo Wurmus <rek...@elephly.net> writes:

> ng0 <n...@we.make.ritual.n0.is> writes:
>
>>> GNUnet doesn’t encode/decode ogg audio files, does it?
>>
>> It has this telephony feature (gnunet-conversation, despite the README
>> it no longer is experimental) and gnunet-helper-audio-record-gst
>> references ogg.
>> src/conversation/gnunet-helper-audio-record.c:41:#include <ogg/ogg.h>
>>
>> configure.ac:424:# libogg
>> configure.ac:425:AC_CHECK_LIB(ogg, ogg_stream_flush_fill,
>> configure.ac:426:        [AC_CHECK_HEADERS([ogg/ogg.h],
>> configure.ac:428:          ogg=1
>> configure.ac:429:          AC_DEFINE(HAVE_OGG,1,[Have ogg]),
>> configure.ac:431:          ogg=0
>> configure.ac:432:          AC_DEFINE(HAVE_OGG,0,[lacking ogg]))],
>> configure.ac:434:        ogg=0)
>
> Ah, thanks.  This makes sense.  I wonder if it were possible to split
> the applications.  Not now but in the future.  Would be nice to be able
> install these things separately.
>
> ~~ Ricardo

We continued this discussion for various reasons outside of the list.

On topic, this is not possible at the moment, however you can build all
databases at once into gnunet core.

I think it would be enough to apply the changes I suggested for the
moment, as time goes by there'll be according patches by myself and
other contributors of gnunet to the gnunet related parts in guix to
address the needs of applications which require gnunet.
-- 
              ng0

Reply via email to