gnu: guile-next: Update to 2.1.1. * gnu/packages/guile.scm (guile-next)[source]: Update to 2.1.1. [arguments, native-inputs]: Move to... (guile-for-guile-emacs): ... here. New fields.
gnu: jasper: Patch CVE-2008-3522. * gnu/packages/patches/jasper-CVE-2008-3522.patch: New file. * gnu/packages/image.scm (jasper)[source]: Use it. * gnu-system.am (dist_patch_DATA): Add it.
gnu: tor: Update to 0.2.7.5. * gnu/packages/tor.scm (tor): Update to 0.2.7.5.
gnu: eigen: Really run tests in verbose mode. Suggested by Gaël Guennebaud <gael.guennebaud@inria.fr>. * gnu/packages/algebra.scm (eigen)[arguments]: Remove #:test-target. Rename 'build-tests' phase to 'check', and have it run 'ctest -V'.
gnu: gp2c: Update to 0.0.9pl4. * gnu/packages/algebra.scm (gp2c): Update to 0.0.9pl4.
gnu: python-pickleshare: Add python-setuptools to native-inputs. * gnu/packages/python.scm (python-pickleshare)[native-inputs]: Add python-setuptools.
gnu: python-pathpy: Add python-setuptools to native-inputs. * gnu/packages/python.scm (python-pathpy)[native-inputs]: Add python-setuptools.
gnu: python2-oauthlib: Override python2-cryptography in inputs. * gnu/packages/python.scm (python2-oauthlib)[inputs]: Override inherited "python2-cryptography" in inputs.
gnu: python-oauthlib: Update to 1.0.3. * gnu/packages/python.scm (python-oauthlib): Update to 1.0.3. [native-inputs]: Move python-setuptools, python-nose, python mock here. Add python-coverage. [inputs]: Add python-blinker, python-cryptography, python-pyjwt.
gnu: python2-unittest2: Use python2-setuptools. * gnu/packages/python.scm (python2-unittest2)[inputs]: Switch from python-setuptools to python2-setuptools.
gnu: Add kodi. * gnu/packages/kodi.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
gnu: Add jasper. * gnu/packages/image.scm (jasper): New variable.
gnu: Add tinyxml. * gnu/packages/xml.scm (tinyxml): New variable. * gnu/packages/patches/tinyxml-use-stl.patch: New file. * gnu-system.am (dist_patch_DATA): Add it.
gnu: Add eyeD3. * gnu/packages/mp3.scm (eyed3): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add Ragel. * gnu/packages/ragel.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
gnu: dico: Sort entries in .a files deterministically. * gnu/packages/patches/dico-libtool-deterministic.patch: New file. * gnu/packages/dico.scm (dico)[source]: Use it. [arguments]: Add #:make-flags. * gnu-system.am (dist_patch_DATA): Add the patch.
gnu: libreoffice: Update to 5.0.3.2 [fixes CVE-2015-5214]. * gnu/packages/libreoffice.scm (libreoffice): Update to 5.0.3.2
gnu: Add GNU Dico. * gnu/packages/dico.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
gnu: python-pyjwt: Update to 1.4.0. * gnu/packages/python.scm (python-pyjwt): Update to 1.4.0. [native-inputs]: Move python-setuptools here, add python-pytest-runner.
gnu: python-pytest-runner: Add python-setuptools as native-input. * gnu/packages/python.scm (python-pytest-runner)[native-input]: Add python-setuptools.