rav1e AV1 encoder

2020-02-20 Thread Leo Famulari
I've pushed a branch wip-rav1e to Savannah: https://git.savannah.gnu.org/cgit/guix.git/log/?h=wip-rav1e With this branch I can successfully (slowly!) encode AV1 video using librav1e in FFmpeg. I need some advice about the Rust packages. I used Martin Becze's recursive version-aware Rust crate im

Re: Racket packages: formerly Move DrRacket to a separate output?

2020-02-20 Thread Pjotr Prins
On Thu, Feb 20, 2020 at 02:32:35PM +0100, Pierre Neidhardt wrote: > At first glance, I don't think the builder would be too hard. > > On a related note, installing racket-minimal, then running > > --8<---cut here---start->8--- > raco pkg install drracket > --8<

Re: SIP Client for Guix

2020-02-20 Thread Vincent Legoll
Hello, On Thu, Feb 20, 2020 at 8:43 PM Nicolò Balzarotti wrote: > Intererestingly, neither the synopsis nor the description mention the > term "VoIP", probably making it difficult to find it. > > guix search voip > name: libtgvoip > name: seren > name: sipwitch > name: speex > > Maybe we can chan

Re: SIP Client for Guix

2020-02-20 Thread Nicolò Balzarotti
Intererestingly, neither the synopsis nor the description mention the term "VoIP", probably making it difficult to find it. guix search voip name: libtgvoip name: seren name: sipwitch name: speex Maybe we can change it like: "Twinkle is a softphone for your voice over IP (VoIP) and instant messag

Re: SIP Client for Guix

2020-02-20 Thread Joshua Branson
I personally use twinkle. It works just fine for me. -- Joshua Branson Sent from Emacs and Gnus

SIP Client for Guix

2020-02-20 Thread Raghav Gururajan
Hello Guix! I just realized that we do not have any working SIP client. We do have twinkle and jami. Twinkle is not under development since 2009. Jami is buggy, but in active development (upstream). So after a brief research, I found out that Linphone and Ekiga are good candidates. With regards

Re: Qt build problems after bump to 5.12.7

2020-02-20 Thread Tobias Geerinckx-Rice
John Soo 写道: I was looking into the failing freecad build and I found the following bug from the qt 5.12.7 known bugs page (https://wiki.qt.io/Qt_5.12.7_Known_Issues). - Qt-based CMake projects might fail if their build directories contain dots: https://bugreports.qt.io/browse/QTBUG-81715

Re: Updating mono. Adding MSBuild.

2020-02-20 Thread Pierre Neidhardt
I tried updating Mono to 6.8. It kind of builds, but tests don't fully pass yet (most of them do). I've sent my work-in-progress to 39...@debbugs.gnu.org. -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

Qt build problems after bump to 5.12.7

2020-02-20 Thread John Soo
Hi Guix, I was looking into the failing freecad build and I found the following bug from the qt 5.12.7 known bugs page (https://wiki.qt.io/Qt_5.12.7_Known_Issues). - Qt-based CMake projects might fail if their build directories contain dots: https://bugreports.qt.io/browse/QTBUG-81715 I think

Re: [PATCH 1/4] build-system: Add copy-build-system.

2020-02-20 Thread Pierre Neidhardt
Should we add a mention in guix pull's "news"? -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

Re: Racket packages: formerly Move DrRacket to a separate output?

2020-02-20 Thread Pierre Neidhardt
At first glance, I don't think the builder would be too hard. On a related note, installing racket-minimal, then running --8<---cut here---start->8--- raco pkg install drracket --8<---cut here---end--->8--- works except for

Re: Racket packages: formerly Move DrRacket to a separate output?

2020-02-20 Thread Pjotr Prins
On Wed, Feb 19, 2020 at 05:55:45PM -0500, Christopher Lemmer Webber wrote: > Am I right then that the challenge is less an "importer" from the Racket > package repository and more to do with how Racket actually installs its > package outputs? Or is it both? At this stage a simple importer and add

Re: Change free space warning threshold from relative to absolute

2020-02-20 Thread Pierre Neidhardt
Julien Lepiller writes: > Well, I'd always receive the warning on one of my systems with only 20 GB of > disk. Maybe make it 5GB or 5%, whichever is lower? That's better indeed! :) -- Pierre Neidhardt https://ambrevar.xyz/ signature.asc Description: PGP signature

Re: Change free space warning threshold from relative to absolute

2020-02-20 Thread Julien Lepiller
Le 20 février 2020 04:29:25 GMT-05:00, Pierre Neidhardt a écrit : >Hi! > >Currently we display > >--8<---cut here---start->8--- >guix package: warning: only 4.9% of free space available on /gnu/store >hint: Consider deleting old profile generations and collecti

Re: lots of numbers when building Guix

2020-02-20 Thread zimoun
Hi, > Po4a going crazy, probably. Have you tried running bootstrap anl configure > again? I had the same and and ./bootstrap && ./configure were not enough, I had to "make distclean" and redo everything. Cheers, simon

Re: nesting with-imported-modules

2020-02-20 Thread Ricardo Wurmus
Ludovic Courtès writes: > Hello! > > Ricardo Wurmus skribis: > >> it seems that it is impossible to nest with-imported-modules. A gexp >> that is wrapped in multiple layers of with-imported-modules won’t depend >> on the list of all mentioned modules but only on the outermost. >> >> This is b