[PATCH] updating enlightenment packages

2015-06-25 Thread Efraim Flashner
Not a big patch, but my first! I saw that the enlightenment packages were a bit out ouf date, so I updated them and tested the building on my computer. Signed-off-by: Efraim Flashner efr...@flashner.co.il --- gnu/packages/enlightenment.scm | 28 ++-- 1 file changed, 14

[PATCH 5/5] gnu: enlightenment: Update to 0.19.5.

2015-06-29 Thread Efraim Flashner
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.19.5. --- gnu/packages/enlightenment.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index c13af20..37b64d7 100644 ---

[PATCH 1/5] gnu: efl: Update to 1.14.2.

2015-06-29 Thread Efraim Flashner
* gnu/packages/enlightenment.scm (efl): Update to 1.14.2. --- gnu/packages/enlightenment.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index c642300..37ab08e 100644 ---

[PATCH 4/5] gnu: emotion-generic-loaders: Update to 1.14.0.

2015-06-29 Thread Efraim Flashner
* gnu/packages/enlightenment.scm (emotion-generic-loaders): Update to 1.14.0. --- gnu/packages/enlightenment.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index 53e8c8d..c13af20 100644 ---

[PATCH 3/5] gnu: evas-generic-loaders: Update to 1.14.0.

2015-06-29 Thread Efraim Flashner
* gnu/packages/enlightenment.scm (evas-generic-loaders): Update to 1.14.0. --- gnu/packages/enlightenment.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index 975d2e0..53e8c8d 100644 ---

[PATCH 2/5] gnu: elementary: Update to 1.14.2.

2015-06-29 Thread Efraim Flashner
* gnu/packages/enlightenment.scm (elementary): Update to 1.14.2. --- gnu/packages/enlightenment.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index 37ab08e..975d2e0 100644 ---

Re: [PATCH] gnu: Add pwgen.

2015-08-18 Thread Efraim Flashner
pass (http://www.passwordstore.org/) in a subsequent patch. -Steve -Efraim -- Efraim Flashner efr...@flashner.co.il אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted pgpiWKSvCjjqS.pgp

update youtube-dl

2015-08-19 Thread Efraim Flashner
update youtube-dl to the latest version -- Efraim Flashner efr...@flashner.co.il אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted pgpklUATA72rG.pgp Description: OpenPGP digital signature

Re: update youtube-dl

2015-08-19 Thread Efraim Flashner
On Wed, 19 Aug 2015 18:53:55 +0300 Efraim Flashner efr...@flashner.co.il wrote: update youtube-dl to the latest version it might help if I attach it... -- Efraim Flashner efr...@flashner.co.il אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality

Re: update youtube-dl

2015-08-19 Thread Efraim Flashner
On Wed, 19 Aug 2015 18:53:55 +0300 Efraim Flashner efr...@flashner.co.il wrote: update youtube-dl to the latest version it might help if I attach it... -- Efraim Flashner efr...@flashner.co.il אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality

Re: [PATCH 1/2] gnu: Add eyed3.

2015-08-24 Thread Efraim Flashner
think having the package called eyed3 and not python-eyed3 is the better choice. I've attached a patch with 'license:gpl2' changed to 'license:gpl2+'. -- Efraim Flashner efr...@flashner.co.il אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot

Re: [PATCH 1/2] gnu: Add eyed3.

2015-08-20 Thread Efraim Flashner
On Thu, 20 Aug 2015 17:50:10 +0800 宋文武 iyzs...@gmail.com wrote: Efraim Flashner efr...@flashner.co.il writes: * gnu/packages/mp3.scm (eyed3): New variable. --- gnu/packages/mp3.scm | 25 + 1 file changed, 25 insertions(+) [...] +(license license:gpl2

[PATCH 0/2] Update abcde to 2.7

2015-08-17 Thread Efraim Flashner
I found while using abcde to rip some CDs that to have abcde work on mp3 files I needed to have eye3d installed. I got it that time through Debian, but figured I should just package it. And update abcde to the newest version. Efraim Flashner (2): gnu: Add eyed3. gnu: abcde: Update to 2.7

[PATCH 1/2] gnu: Add eyed3.

2015-08-17 Thread Efraim Flashner
@@ ;;; Copyright © 2013 Andreas Enge andr...@enge.fr ;;; Copyright © 2014, 2015 Ludovic Courtès l...@gnu.org ;;; Copyright © 2015 Mark H Weaver m...@netris.org +;;; Copyright © 2015 Efraim Flashner efr...@flashner.co.il ;;; ;;; This file is part of GNU Guix. ;;; @@ -39,6 +40,7 @@ #:use-module

[PATCH 2/2] gnu: abcde: Update to 2.7.

2015-08-17 Thread Efraim Flashner
* gnu/packages/cdrom.scm (abcde): Update to 2.7. --- gnu/packages/cdrom.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/cdrom.scm b/gnu/packages/cdrom.scm index 8ecc909..62a6040 100644 --- a/gnu/packages/cdrom.scm +++ b/gnu/packages/cdrom.scm @@ -264,7

Re: [PATCH 1/2] gnu: Add eyed3.

2015-08-20 Thread Efraim Flashner
On Thu, 20 Aug 2015 17:50:10 +0800 宋文武 iyzs...@gmail.com wrote: Efraim Flashner efr...@flashner.co.il writes: * gnu/packages/mp3.scm (eyed3): New variable. --- gnu/packages/mp3.scm | 25 + 1 file changed, 25 insertions(+) [...] +(license license:gpl2

[PATCH] gnu: Update livestreamer to 1.12.2.

2015-06-30 Thread Efraim Flashner
* gnu/packages/video (livestreamer): Update to 1.12.2. --- gnu/packages/video.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 0a0546e..ff4d363 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@

Re: [PATCH] gnu: Update livestreamer to 1.12.2.

2015-07-13 Thread Efraim Flashner
This should be an attached patch, which makes more sense than inline in the email. I'll figure out git-send-mail for my next patch. -- Efraim Flashner efr...@flashner.co.il אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails

Re: 01/01: gnu: Add pbzip2.

2015-10-22 Thread Efraim Flashner
On Thu, 22 Oct 2015 11:17:11 -0400 Mark H Weaver <m...@netris.org> wrote: > Efraim Flashner <efr...@flashner.co.il> writes: > > > efraim pushed a commit to branch master > > in repository guix. > > > > commit 5d47eab0242d6f89a6837123141acda

Re: [PATCH] Add MOSAIK.

2015-10-27 Thread Efraim Flashner
non-x86_64) and patch “include” to read “-include”, so that > it doesn’t cause an error when the file does not exist. > > That’s what the attached patch does. > I ran `./pre-inst-env guix build -s i686-linux mosaik` and the build failed for me. -- Efraim Flashner <efr...@flashner.co.il&g

Re: Environment containers

2015-10-28 Thread Efraim Flashner
rx169wj8wyw7r8i37-bash -r--r--r-- 2 root root1153 Jan 1 1970 /gnu/store/x06d80rn9lxbh3305pkizf4k2dswsbn1-build-bootstrap-guile.sh -r-xr-xr-x 2 root guix-builder 765 Jan 1 1970 /gnu/store/zrnjijsg19f52ficwlk4n5cccf6smhya-run-vm.sh 765 bytes is the smallest VM I've ever seen :)

Re: [PATCH] gnu: ffmpeg: Move flags into their own argument.

2015-10-29 Thread Efraim Flashner
ncerns about doing so? > > Comments on this patch are welcomed, of course. If we have problems with gnutls causing test failures on certain architectures we could also just enable gnutls for the platforms that don't have the issues. -- Efraim Flashner <efr...@flashner.co.il> אפרים פלש

Re: GuixSD and free hardware

2015-10-23 Thread Efraim Flashner
to the C201. If the chromebook is anything like my arm board (which is probably a big assumption) then all we need to do is worry about getting the C201 to boot up, and the kernel/electricity/magic will get all the "peripherals" powered up and ready for instructions from the kernel.

Re: [PATCH 0/3] add c-ares and aria2

2015-11-08 Thread Efraim Flashner
On Thu, 5 Nov 2015 11:19:53 +0200 Efraim Flashner <efr...@flashner.co.il> wrote: > On Tue, 03 Nov 2015 14:35:07 +0100 > l...@gnu.org (Ludovic Courtès) wrote: > > > Efraim Flashner <efr...@flashner.co.il> skribis: > > > > > This patch has

Re: [PATCH 1/2] gnu: Add gtksourceview.

2015-11-08 Thread Efraim Flashner
.1. Although it would make sense to put them both in the same file. -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted pgpwYnogedzvN.pgp Description: OpenPGP digital signature

[PATCH 0/2] Add tilda

2015-11-10 Thread Efraim Flashner
Tilda is a dropdown terminal that is fairly low on resources. I started this one a while ago but didn't realize that it needed an earlier version of vte, but I've finally figured that out today. I don't think I've gotten the commit message correct for vte. Efraim Flashner (2): gnu: vte: Provide

[PATCH 2/2] gnu: Add tilda.

2015-11-10 Thread Efraim Flashner
/terminals.scm new file mode 100644 index 000..a45a2be --- /dev/null +++ b/gnu/packages/terminals.scm @@ -0,0 +1,70 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2015 Efraim Flashner <efr...@flashner.co.il> +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix i

[PATCH 1/2] gnu: vte: Provide 0.36.5.

2015-11-10 Thread Efraim Flashner
+11,7 @@ ;;; Copyright © 2015 Ricardo Wurmus <rek...@elephly.net> ;;; Copyright © 2015 Mark H Weaver <m...@netris.org> ;;; Copyright © 2015 David Thompson <da...@gnu.org> +;;; Copyright © 2015 Efraim Flashner <efr...@flashner.co.il> ;;; ;;; This file is part of GNU Guix.

Re: [PATCH 1/2] gnu: Add qtkeychain.

2015-11-12 Thread Efraim Flashner
On Tue, 10 Nov 2015 19:07:20 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Efraim Flashner <efr...@flashner.co.il> skribis: > > > On Thu, 05 Nov 2015 22:28:42 +0100 > > l...@gnu.org (Ludovic Courtès) wrote: > > > >> Efraim Flashner <efr...@flashner.co.

Re: [PATCHES] Mupen64Plus

2015-11-12 Thread Efraim Flashner
iled make: *** [_obj/api/callbacks.o] Error 1 make: *** wait: No child processes. Stop. phase `build' failed after 1.2 seconds -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed

Re: [PATCH] gnu: ladspa: Update urls.

2015-11-12 Thread Efraim Flashner
dk_; + "http://slackware.org.uk/slacky/slackware-13.0/multimedia/ladspa/1.13/src/ladspa_sdk_; near the end of the url, change the 1.13 to: " version " -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA

Re: [PATCH 1/2] gnu: vte: Provide 0.36.5.

2015-11-16 Thread Efraim Flashner
On Sun, 15 Nov 2015 18:46:04 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Efraim Flashner <efr...@flashner.co.il> skribis: > > > * gnu/packages/gnome.scm (vte): Add version 0.36.5. > > [...] > > > +;; provides vte 2.90, required for some terminal emula

Re: [PATCH] draft addition of github updater

2015-11-16 Thread Efraim Flashner
".tar.gz") url I don't know that archive/${version}.tar.gz is actually anywhere, but a quick search of videos.scm shouldn't by itself rule it out. After my search through videos.scm, I see that github and sourceforge have similar url endings. /${name}-${version}.ending, with the oca

Re: [PATCH 2/2] gnu: Add tilda.

2015-11-16 Thread Efraim Flashner
On Sun, 15 Nov 2015 21:28:12 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Efraim Flashner <efr...@flashner.co.il> skribis: > > > * gnu/packages/terminals.scm: New file. > > * gnu-system.am (GNU_SYSTEM_MODULES): Add it. > > Not sure if it warrants a new file,

Re: [PATCH 1/2] gnu: vte: Provide 0.36.5.

2015-11-16 Thread Efraim Flashner
On Sun, 15 Nov 2015 22:22:31 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Efraim Flashner <efr...@flashner.co.il> skribis: > > [...] > Fair enough. In that case, it’s fine to commit this intermediate > version. It would be ideal if you could add a link to t

Re: [PATCH 0/3] add c-ares and aria2

2015-11-12 Thread Efraim Flashner
On Thu, 12 Nov 2015 14:05:31 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Efraim Flashner <efr...@flashner.co.il> skribis: > > >> In the end rebuilding c-ares with the release tarball and not the github > >> tarball fixed the issues with aria2 not rec

Re: Update mafft to 7.245.

2015-11-10 Thread Efraim Flashner
ough to take care of it. Also, instead of: Fix inputs. the commit message is more along the lines of: [inputs]: Move inputs to propagated-inputs and add missing dependencies. but I normally have to check against older commit messages to see what others are doing and I try to copy that. -- Efr

Re: [PATCH 1/2] gnu: gsl: Update to 2.0.

2015-11-01 Thread Efraim Flashner
On Sun, 01 Nov 2015 10:06:25 +0100 Ricardo Wurmus <rek...@elephly.net> wrote: > Efraim Flashner <efr...@flashner.co.il> writes: > > > * gnu/packages/maths.scm (gsl): Update to 2.0. > > [source]: Remove patches. > > * gnu/packages/patches/gsl-poly-test-f

[PATCH 0/2] Update GNU Scientific Library

2015-11-01 Thread Efraim Flashner
sure I got everything correct. Efraim Flashner (2): gnu: gsl: Update to 2.0. gnu: gsl: Enable tests. gnu-system.am| 2 - gnu/packages/maths.scm | 21 ++ gnu/packages/patches/gsl-poly-test-fix-pt1.patch | 84

[PATCH 1/2] gnu: gsl: Update to 2.0.

2015-11-01 Thread Efraim Flashner
* gnu/packages/maths.scm (gsl): Update to 2.0. [source]: Remove patches. * gnu/packages/patches/gsl-poly-test-fix-pt1.patch: Remove file. * gnu/packages/patches/gsl-poly-test-fix-pt2.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove patch. --- gnu-system.am

[PATCH 2/2] gnu: gsl: Enable tests.

2015-11-01 Thread Efraim Flashner
/packages/maths.scm @@ -8,6 +8,7 @@ ;;; Copyright © 2015 Ricardo Wurmus <rek...@elephly.net> ;;; Copyright © 2015 Sou Bunnbu <iyzs...@gmail.com> ;;; Copyright © 2015 Mark H Weaver <m...@netris.org> +;;; Copyright © 2015 Efraim Flashner <efr...@flashner.co.il> ;;; ;;; This

[PATCH 2/2] gnu: Add owncloud-client.

2015-11-02 Thread Efraim Flashner
/owncloud.scm new file mode 100644 index 000..b37b9b6 --- /dev/null +++ b/gnu/packages/owncloud.scm @@ -0,0 +1,76 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2015 Efraim Flashner <efr...@flashner.co.il> +;;; +;;; This file is part of GNU Guix. +;;; +;;; GN

[PATCH 1/3] gnu: Add c-ares.

2015-11-01 Thread Efraim Flashner
100644 index 000..86497f2 --- /dev/null +++ b/gnu/packages/aria2.scm @@ -0,0 +1,59 @@ +;;; GNU Guix --- Functional package management for GNU +;;; Copyright © 2015 Efraim Flashner <efr...@flashner.co.il> +;;; +;;; This file is part of GNU Guix. +;;; +;;; GNU Guix is free software; y

[PATCH 0/3] add c-ares and aria2

2015-11-01 Thread Efraim Flashner
stands, nothing is currently set to depend on c-ares, and aria2 works without it. Efraim Flashner (3): gnu: Add c-ares. gnu: Add aria2. gnu: aria2: Build with c-ares. gnu-system.am | 1 + gnu/packages/aria2.scm | 109 + 2 files

[PATCH 3/3] gnu: aria2: Build with c-ares.

2015-11-01 Thread Efraim Flashner
* gnu/packages/aria2.scm (aria2)[inputs]: Add c-ares. [arguments]: Add environmental variables for c-ares. --- gnu/packages/aria2.scm | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/gnu/packages/aria2.scm b/gnu/packages/aria2.scm index dacf4e2..debe53a 100644

[PATCH 2/3] gnu: Add aria2.

2015-11-01 Thread Efraim Flashner
* gnu/packages/aria2.scm (aria2): New variable. --- gnu/packages/aria2.scm | 43 ++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/gnu/packages/aria2.scm b/gnu/packages/aria2.scm index 86497f2..dacf4e2 100644 --- a/gnu/packages/aria2.scm +++

Re: [PATCH 0/3] add c-ares and aria2

2015-11-01 Thread Efraim Flashner
On Mon, 2 Nov 2015 09:15:20 +0200 Efraim Flashner <efr...@flashner.co.il> wrote: > This patch has driven me crazy a bit. C-ares is a library for asynchronous DNS > lookups, and aria2 is a cli program to download multiple files/torrents > simultaneously, and also a git-annex dep

Re: [PATCH 0/3] add c-ares and aria2

2015-11-05 Thread Efraim Flashner
On Tue, 03 Nov 2015 14:35:07 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Efraim Flashner <efr...@flashner.co.il> skribis: > > > This patch has driven me crazy a bit. C-ares is a library for asynchronous > > DNS > > lookups, and aria2 is a cli program to do

Re: [PATCH] gnu: guile: Add guile-irregex.

2015-11-07 Thread Efraim Flashner
s, packaged for > >> Guile") > > > > I’d remove “, packaged for Guile”. > > > > Otherwise LGTM, thank you! > > > > Ludo’. > > Done, and pushed! > I see its already pushed, but when you were busy replacing everything in gnu-build-sys

wcalc

2015-11-07 Thread Efraim Flashner
Fairly simple program, my chosen commandline calculator program. Not much to say :) -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypte

Re: [PATCH 2/2] gnu: Add owncloud-client.

2015-11-07 Thread Efraim Flashner
On Thu, 05 Nov 2015 22:32:21 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Efraim Flashner <efr...@flashner.co.il> skribis: > > > * gnu/packages/owncloud.scm (owncloud-client): New variable. > > * gnu-system.am [GNU_SYSTEM_MODULES]: Add it. > > [...] > >

Re: [PATCH 1/2] gnu: Add qtkeychain.

2015-11-07 Thread Efraim Flashner
On Thu, 05 Nov 2015 22:28:42 +0100 l...@gnu.org (Ludovic Courtès) wrote: > Efraim Flashner <efr...@flashner.co.il> skribis: > > > * gnu/packages/qt.scm (qtkeychain): New variable. > > [...] > > > + (modify-phases > > + %standar

Re: [PATCH 1/2] gnu: Add qtkeychain.

2015-11-07 Thread Efraim Flashner
On Sat, 7 Nov 2015 20:31:45 +0200 Efraim Flashner <efr...@flashner.co.il> wrote: > On Thu, 05 Nov 2015 22:28:42 +0100 > l...@gnu.org (Ludovic Courtès) wrote: > > > Efraim Flashner <efr...@flashner.co.il> skribis: > > > > > * gnu/

[PATCH 0/2] Owncloud-client

2015-11-02 Thread Efraim Flashner
Owncloud-client depends on qtkeychain, so both are packaged. I have learned that if/when I write my own programs I'm not such a fan of cmake. Efraim Flashner (2): gnu: Add qtkeychain. gnu: Add owncloud-client. gnu-system.am | 1 + gnu/packages/owncloud.scm | 76

Re: failing packages

2015-10-14 Thread Efraim Flashner
and thanks for enquiring! > Cool. Only, would you mind pushing please? I don't have rights. pushed. thanks for doing the legwork Ben :) -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guarant

Re: 02/02: gnu: camlp4: Remove extra input.

2015-10-07 Thread Efraim Flashner
On Wed, 07 Oct 2015 22:36:52 +0200 l...@gnu.org (Ludovic Courtès) wrote: > Efraim Flashner <efr...@flashner.co.il> skribis: > > > commit d04efa0fff908de0f8822a27582b4b1c3dcae553 > > Author: Efraim Flashner <efr...@flashner.co.il> > > Date: Wed Oct 7 14:44:5

Re: [PATCH 13/43] gnu: ghc-old-time: Add variable.

2015-10-16 Thread Efraim Flashner
+ "Package for backwards compatibility with the old time library. For > new > +projects, the newer <http://hackage.haskell.org/package/time> time library is ^^^ I think we have a new way of writing urls (and code) so they look all fancylike, but I'm no

Re: [PATCH 13/21] gnu: Add ghc-openglraw.

2015-10-18 Thread Efraim Flashner
special C header files are > +needed for building this package. If an API entry is not found at runtime, > a > +userError is thrown.") > +(license bsd-3))) > +(license bsd-3))) ^^^ Only need this line once :) > + > (define-public ghc-streaming-commons >

Update MPlayer to 1.2

2015-10-20 Thread Efraim Flashner
added that in, and I took out the depreciated config flag that was there before. mplayer 1.2 will build with just the flag removed, but it seemed to me that we didn't want to use the bundled ffmpeg so I tossed it and the two libdvds in. -- Efraim Flashner <efr...@flashner.co.il> אפרים פלש

Re: Latest git pull - conkeror broken

2015-10-20 Thread Efraim Flashner
On Tue, 20 Oct 2015 16:55:03 +0200 白い熊@相撲道 <guix-devel_gnu@sumou.com> wrote: > Since yesterday I can't run conkeror, without any changes in conkeror's > config, just git pull, make and guix package -u > do you know when the last time before yesterday you ran git pull? --

Re: 01/01: gnu: gnurl: Update to 7.44.0.

2015-10-18 Thread Efraim Flashner
hould I wait for the next core-updates > cycle? > > Andreas > that doesn't seem like too large a number of packages -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be g

Re: 01/01: gnu: gnurl: Update to 7.44.0.

2015-10-18 Thread Efraim Flashner
ike that. > > Ludo’. The concern is more about the numbers of packages that would be rebuilt from pushing the update -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted pgpf1DUCmbGsJ.pgp Description: OpenPGP digital signature

Re: failing packages

2015-10-17 Thread Efraim Flashner
6_64 and i686 are pretty much hardcoded in. > Is it okay to take out mips and arm from the supported architectures? I'm curious if they would build with modifications to the configure files, but I don't have a machine to test it on. > Andreas > -- Efraim Flashner <efr...@flashner.co.il

Re: [PATCH 05/43] gnu: ghc-dlist: Update to 0.7.1.2.

2015-10-15 Thread Efraim Flashner
1zayvxvkan2s2ixajdr3f5rn1gzhprzv6cww4cbpwjhzw0l7zc08" > +(base32 "10rp96rryij7d8gz5kv8ygc6chm1624ck5mbnqs2a3fkdzqj2b9k" > (arguments `(#:tests? #f)) not related to your patch, but why no tests? some of the other haskell packages say the required library isn't packed yet.

Re: [PATCH 0/2] Add sxhkd and bspwm.

2015-10-11 Thread Efraim Flashner
h a GPG key, and it makes sense to me that each person should have one "commit name" so their contributions can be kept track of (like we have with the .mailmap file), and it would be nice to have a working email address that won't expire too soon. -- Efraim Flashner <efr...@flashne

Re: updating list of substitutes

2015-10-11 Thread Efraim Flashner
I doing something wrong? > > It appears to me that if the list does not change it should not be > downloaded. Would a simple check on a SHA value not do? > > Pj. > Without having looked at the code, won't this be even slower when we have guix archive set up to use gnunet and we have

Re: 01/02: gnu: libbluray: Upgrade to 0.9.1.

2015-10-06 Thread Efraim Flashner
On Tue, 06 Oct 2015 18:28:21 +0200 l...@gnu.org (Ludovic Courtès) wrote: > Efraim Flashner <efr...@flashner.co.il> skribis: > > > commit 3f9f176b3a98a8c7dedb40f7fd14e8b5b3f45906 > > Author: Efraim Flashner <efr...@flashner.co.il> > > Date: Tue Oct 6

Re: 01/02: gnu: libbluray: Upgrade to 0.9.1.

2015-10-06 Thread Efraim Flashner
On Tue, 6 Oct 2015 19:41:32 +0200 Andreas Enge wrote: > On Tue, Oct 06, 2015 at 06:28:21PM +0200, Ludovic Courtès wrote: > > I think it would be good to be able to watch videos without having to > > pull Icedtea and its dependencies, if possible. > > Notice that since icedtea

failing packages

2015-10-06 Thread Efraim Flashner
ilt. -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted pgpDIG414Y53e.pgp Description: OpenPGP digital signature

Re: Locale

2015-10-13 Thread Efraim Flashner
it left-to-right, but I haven't tried to fix that yet in my .muttrc -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted pgpQBwLITKNOH.pgp Description: OpenPGP digital signature

Re: Gnunet: dependencies couldn't be built

2015-08-27 Thread Efraim Flashner
.drv': 1 dependencies couldn't be built cannot build derivation `/gnu/store/mpvw7p2hbdh72759pyxj986yb1clx5zg-profile.drv': 1 dependencies couldn't be built guix package: error: build failed: build of `/gnu/store/mpvw7p2hbdh72759pyxj986yb1clx5zg-profile.drv' failed -- Efraim Flashner

Re: [PATCH 1/2] gnu: Add eyed3.

2015-08-25 Thread Efraim Flashner
now I feel like I'm spamming the email list. Comitted the copyright line and made the patch...again. From ff94a5cf13b82d998324fb3d0a4a55dfb992cd86 Mon Sep 17 00:00:00 2001 From: Efraim Flashner efr...@flashner.co.il Date: Tue, 25 Aug 2015 10:16:43 +0300 Subject: [PATCH] gnu: Add python-eyed3

Re: [PATCH 1/2] gnu: Add eyed3.

2015-08-25 Thread Efraim Flashner
On Mon, 24 Aug 2015 18:48:04 -0400 Mark H Weaver m...@netris.org wrote: Efraim Flashner efr...@flashner.co.il writes: On Thu, 20 Aug 2015 17:50:10 +0800 宋文武 iyzs...@gmail.com wrote: Efraim Flashner efr...@flashner.co.il writes: eyeD3 is both a tool and python library, I wonder

Re: [PATCH 1/2] gnu: Add eyed3.

2015-08-25 Thread Efraim Flashner
forgot the copyright line On Tue, 25 Aug 2015 10:38:31 +0300 Efraim Flashner efr...@flashner.co.il wrote: On Mon, 24 Aug 2015 18:48:04 -0400 Mark H Weaver m...@netris.org wrote: Efraim Flashner efr...@flashner.co.il writes: On Thu, 20 Aug 2015 17:50:10 +0800 宋文武 iyzs...@gmail.com

update ffmpeg to 2.8

2015-09-10 Thread Efraim Flashner
Updating ffmpeg to 2.8. removed bzip2 from native-inputs since I changed the downloaded tarball from .bz2 to .xz, and I changed the url to the https version. -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confident

[PATCH 3/7] gnu: efl: Update to 1.15.1.

2015-09-10 Thread Efraim Flashner
* gnu/packages/enlightenment.scm (efl): Update to 1.15.1. Align package to 80 width columns. --- gnu/packages/enlightenment.scm | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index

[PATCH 5/7] gnu: evas-generic-loaders: Update to 1.15.0.

2015-09-10 Thread Efraim Flashner
* gnu/packages/enlightenment.scm (evas-generic-loaders): Update to 1.15.0. --- gnu/packages/enlightenment.scm | 18 +- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index 11cad86..1564885 100644 ---

[PATCH 6/7] gnu: emotion-generic-players: Update to 1.15.0.

2015-09-10 Thread Efraim Flashner
* gnu/packages/enlightenment.scm (emotion-generic-players): Update to 1.15.0. --- gnu/packages/enlightenment.scm | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index 1564885..264cd02 100644

[PATCH 4/7] gnu: elementary: Update to 1.15.1.

2015-09-10 Thread Efraim Flashner
* gnu/packages/enlightenment.scm (elementary): Update to 1.15.1. Align package to 80 width columns. --- gnu/packages/enlightenment.scm | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index

[PATCH 2/7] gnu: terminology: Update to 0.9.0.

2015-09-10 Thread Efraim Flashner
* gnu/packages/enlightenment.scm (terminology): Update to 0.9.0. --- gnu/packages/enlightenment.scm | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index 5e6693b..2470d1e 100644 ---

[PATCH 1/7] gnu: ncdu: Update to 1.11.

2015-09-10 Thread Efraim Flashner
* gnu/packages/ncdu.scm (ncdu): Update to 1.11. --- gnu/packages/ncdu.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/ncdu.scm b/gnu/packages/ncdu.scm index 6c3d617..0b3fc66 100644 --- a/gnu/packages/ncdu.scm +++ b/gnu/packages/ncdu.scm @@ -27,14 +27,14

[PATCH 0/7] Misc updates

2015-09-10 Thread Efraim Flashner
Found a couple of packages installed on my machine that are updated upstream. Efraim Flashner (7): gnu: ncdu: Update to 1.11. gnu: terminology: Update to 0.9.0. gnu: efl: Update to 1.15.1. gnu: elementary: Update to 1.15.1. gnu: evas-generic-loaders: Update to 1.15.0. gnu: emotion

Re: [PATCH 6/7] gnu: emotion-generic-players: Update to 1.15.0.

2015-09-10 Thread Efraim Flashner
On Thu, 10 Sep 2015 19:34:37 +0200 Mathieu Lirzin <m...@openmailbox.org> wrote: > Efraim Flashner <efr...@flashner.co.il> writes: > > > * gnu/packages/enlightenment.scm (emotion-generic-players): > > Update to 1.15.0. > > --- > > gnu/packages/enlig

Re: [PATCH 3/7] gnu: efl: Update to 1.15.1.

2015-09-10 Thread Efraim Flashner
On Thu, 10 Sep 2015 18:58:50 +0200 Mathieu Lirzin <m...@openmailbox.org> wrote: > Efraim Flashner <efr...@flashner.co.il> writes: > > > * gnu/packages/enlightenment.scm (efl): Update to 1.15.1. > > Align package to 80 width columns. > ^^^ > This is

Re: [PATCH 7/7] gnu: enlightenment: Update to 0.19.9.

2015-09-10 Thread Efraim Flashner
On Thu, 10 Sep 2015 19:42:16 +0200 Mathieu Lirzin <m...@openmailbox.org> wrote: > Efraim Flashner <efr...@flashner.co.il> writes: > > > * gnu/packages/enlightenment (enlightenment): Update to 0.19.9. > > Align package to 80 width columns. >^^^ >Like

Re: [PATCH 4/7] gnu: elementary: Update to 1.15.1.

2015-09-10 Thread Efraim Flashner
On Thu, 10 Sep 2015 19:09:40 +0200 Mathieu Lirzin <m...@openmailbox.org> wrote: > Efraim Flashner <efr...@flashner.co.il> writes: > > > * gnu/packages/enlightenment.scm (elementary): Update to 1.15.1. > > Align package to 80 width columns. >

Re: [PATCH 2/7] gnu: terminology: Update to 0.9.0.

2015-09-10 Thread Efraim Flashner
On Thu, 10 Sep 2015 18:57:36 +0200 Mathieu Lirzin <m...@openmailbox.org> wrote: > Efraim Flashner <efr...@flashner.co.il> writes: > > > * gnu/packages/enlightenment.scm (terminology): Update to 0.9.0. > > --- > > gnu/packages/enlightenment.scm | 8 --

Re: Adding new R packages

2015-09-13 Thread Efraim Flashner
single patch for r-dplyr, or several patches, one for > each dependency (19)? > We generally do 1 patch per package, so 19 (or so). -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be g

Re: [PATCH] gnu: Add keepassx.

2015-09-16 Thread Efraim Flashner
forgot the copyright line On Wed, 16 Sep 2015 13:22:10 +0300 Efraim Flashner <efr...@flashner.co.il> wrote: > * gnu/packages/password-utils.scm (keepassx): New variable. > --- > gnu/packages/password-utils.scm | 35 ++- > 1 file changed, 3

[PATCH] gnu: Add keepassx.

2015-09-16 Thread Efraim Flashner
* gnu/packages/password-utils.scm (keepassx): New variable. --- gnu/packages/password-utils.scm | 35 ++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/gnu/packages/password-utils.scm b/gnu/packages/password-utils.scm index 4aef371..4ea38ed 100644

Re: [PATCH] gnu: Add keepassx.

2015-09-16 Thread Efraim Flashner
On Wed, 16 Sep 2015 19:33:04 +0200 Mathieu Lirzin <m...@openmailbox.org> wrote: > Efraim Flashner <efr...@flashner.co.il> writes: > > > Efraim Flashner <efr...@flashner.co.il> wrote: > > > >> * gnu/packages/password-utils.scm (keepassx): New variable

Re: [PATCH 1/2] gnu: Add eyed3.

2015-09-17 Thread Efraim Flashner
a little bump. this patch seems to have been forgotten, and I think this was the resolved version pgpQf9vPQKqsp.pgp Description: OpenPGP digital signature

Re: [PATCH 1/7] gnu: ncdu: Update to 1.11.

2015-09-10 Thread Efraim Flashner
On Thu, 10 Sep 2015 21:18:45 +0200 l...@gnu.org (Ludovic Courtès) wrote: > Mathieu Lirzin <m...@openmailbox.org> skribis: > > > Efraim Flashner <efr...@flashner.co.il> writes: > > [...] > > >> - (license (x11-style > >> &

[PATCH 1/8] gnu: enlightenment: Update to 0.19.11.

2015-10-01 Thread Efraim Flashner
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.19.11. --- gnu/packages/enlightenment.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index 0a7eaf1..96ad676 100644 ---

[PATCH 2/8] gnu: terminology: Update to 0.9.1.

2015-10-01 Thread Efraim Flashner
* gnu/packages/enlightenment.scm (terminology): Update to 0.9.1. --- gnu/packages/enlightenment.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/enlightenment.scm b/gnu/packages/enlightenment.scm index 96ad676..584cab6 100644 ---

[PATCH 0/8] updates!

2015-10-01 Thread Efraim Flashner
if that would also cause all the rebuilds, but since it should change the hash I assume it would also cause a bunch of rebuilds. Efraim Flashner (8): gnu: enlightenment: Update to 0.19.11. gnu: terminology: Update to 0.9.1. gnu: youtube-dl: Update to 2015.09.28. gnu: mpv: Update to 0.11.0. gnu

Re: [PATCH 8/8] gnu: powertop: Update to 2.7.

2015-10-01 Thread Efraim Flashner
pdate. I saw that there was the to-do item for adding it, and I didn't run into any problems when building and testing with it added. It seemed like a small change so I threw it in with the version bump. -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 66

Re: [PATCH 0/8] updates!

2015-10-01 Thread Efraim Flashner
ing :) -Efraim -- Efraim Flashner <efr...@flashner.co.il> אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted pgpAgskhgPDqs.pgp Description: OpenPGP digital signature

Re: [PATCH 8/8] gnu: powertop: Update to 2.7.

2015-10-01 Thread Efraim Flashner
to fix that. somehow the url got changed from https://01.org/sites/default/files/downloads/powertop/powertop-2.7.tar.gz to https://01.org/powertop/sites/default/files/downloads/powertop-2.7.tar.gz and that's why it wasn't downloading. -- Efraim Flashner <efr...@flashner.co.il> אפרים פ

Re: GNOME updater

2015-12-08 Thread Efraim Flashner
-cut here---end--->8--- > > Enjoy! :-) > > Ludo’. > A for gnome-3, the 3.19 series AFAIK is the beta/development releases for 3.20, so would we want to update to those numbers? Also, if we don't want to use those releases, we should check if the other

  1   2   3   4   5   6   7   8   9   10   >