~ruther/guix-local

7bac8196 — Leo Famulari 8 years ago
gnu: rosegarden: Import bash and lirc modules.

This is a followup to commit 9bc38f28723270e702d71a29cf8cc57c84e31ade.

* gnu/packages/music.scm (define-module): Import (gnu packages bash) and
(gnu packages lirc).
631c9f74 — Leo Famulari 8 years ago
gnu: net-tools: Build from a source archive instead of a Git checkout.

* gnu/packages/linux.scm (net-tools)[source]: Use url-fetch and adjust
the source URL accordingly.
[native-inputs]: Add UNZIP.
(net-tools-for-tests)[native-inputs]: Add field so that we can exclude UNZIP.
d536113d — Kei Kebreau 8 years ago
gnu: openjpeg: Fix CVE-2017-{14040,14041}.

* gnu/packages/image.scm (openjpeg)[source]: Add patches.
* gnu/packages/patches/openjpeg-CVE-2017-14040.patch,
gnu/packages/patches/openjpeg-CVE-2017-14041.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
65e4109c — 宋文武 8 years ago
gnu: emacs-cider: Update to 0.15.0.

* gnu/packages/emacs.scm (emacs-cider): Update to 0.15.0.
9bc38f28 — Danny Milosavljevic 8 years ago
gnu: Add rosegarden.

* gnu/packages/music.scm (rosegarden): New variable.
7ae9542b — Hartmut Goebel 8 years ago
gnu: Add prison.

* gnu/packages/kde-frameworks.scm (prison): New variable.
7ade8022 — Hartmut Goebel 8 years ago
gnu: Add libdmtx.

* gnu/packages/aidc.scm (libdmtx): New variable.
3fe666aa — Marius Bakke 8 years ago
gnu: perl-www-opensearch: Enable tests.

Fixes <https://bugs.gnu.org/28253>.

* gnu/packages/web.scm (perl-www-opensearch)[native-inputs]: Add
PERL-CLASS-ERRORHANDLER, PERL-DATETIME, PERL-DATETIME-FORMAT-MAIL,
PERL-DATETIME-FORMAT-W3CDTF, PERL-FEED-FIND, PERL-MODULE-PLUGGABLE,
PERL-URI-FETCH, PERL-TEST-SIMPLE, PERL-XML-ATOM and PERL-XML-RSS.
47111bb3 — Marius Bakke 8 years ago
gnu: ffmpeg@2.8: Update to 2.8.13.

* gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.13.
f306825d — Maxim Cournoyer 8 years ago
gnu: exiv2: Update source checksum.

The source archive was updated in place; only a cleanup of non functional
files was done (see: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=28326).

* gnu/packages/image.scm (exiv2)[source]: Update hash.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
7bd65a63 — Ethan R. Jones 9 years ago
gnu: swish-e: Work around compilation error and test failures.

* gnu/packages/search.scm (swish-e)[inputs]: Remove ZLIB and LIBXML2.
[arguments]: Add #:configure-flags.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
75f23951 — Ludovic Courtès 8 years ago
nls: Update 'fr' translation.
2038a48f — Muriithi Frederick Muriuki 9 years ago
gnu: Add python-xenon.

* gnu/packages/python.scm (python-xenon, python2-xenon) New variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6106d195 — Tobias Geerinckx-Rice 8 years ago
gnu: perl-html-tree: Update to 5.07.

* gnu/packages/web.scm (perl-html-tree): Update to 5.07.
33fd32c2 — Tobias Geerinckx-Rice 8 years ago
gnu: youtube-dl: Update to 2017.09.02.

* gnu/packages/video.scm (youtube-dl): Update to 2017.09.02.
bbfc523d — Tobias Geerinckx-Rice 8 years ago
gnu: dub: Update to 1.5.0.

* gnu/packages/ldc.scm (dub): Update to 1.5.0.
def056d1 — Tobias Geerinckx-Rice 8 years ago
gnu: perl-context-preserve: Update source URL.

* gnu/packages/perl.scm (perl-context-preserve)[source]: Update CPAN author.
0c3a1674 — Tobias Geerinckx-Rice 8 years ago
gnu: python-ruamel.yaml: Update to 0.15.33.

* gnu/packages/serialization.scm (python-ruamel.yaml): Update to 0.15.33.
d5909be9 — Tobias Geerinckx-Rice 8 years ago
gnu: gparted: Update home page.

* gnu/packages/disk.scm (gparted)[home-page]: Use now-HTTPS gparted.org.
81fe131e — Christopher Baines 8 years ago
build: emacs-build-system: Make the install phase more helpful.

Modify the install phase to detect when nothing has been installed, and error
if this happens. This is preferable to continuing, and allowing the next phase
to fail.

Also, when nothing can be found to be installed, print out each file that was
considered, along with the regular expressions that were used to include and
exclude it.

* gnu/build/emacs-build-system.scm (install-file?): Add additional error
  checking and logging.
Next