aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: r: Update to 3.2.5.Ricardo Wurmus2016-04-19
| | | | * gnu/packages/statistics.scm (r): Update to 3.2.5.
* gnu: Add icedtea-8.Ricardo Wurmus2016-04-19
| | | | * gnu/packages/java.scm (icedtea-8): New variable.
* gnu: Add python-plastid.Ricardo Wurmus2016-04-19
| | | | | * gnu/packages/bioinformatics.scm (python-plastid, python2-plastid): New variables.
* gnu: Add python-twobitreader.Ricardo Wurmus2016-04-19
| | | | | * gnu/packages/bioinformatics.scm (python-twobitreader, python2-twobitreader): New variables.
* gnu: Add cabextract.Danny Milosavljevic2016-04-18
| | | | | | * gnu/packages/compression.scm (cabextract): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add dillo.Kei Yamashita2016-04-18
| | | | | | | * gnu/packages/dillo.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: fltk: Add Xft support.Kei Yamashita2016-04-18
| | | | | | * gnu/packages/fltk.scm (fltk)[inputs]: Add libxft. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: vlc: Make 'plugins.dat' generation reproducible.Ludovic Courtès2016-04-18
| | | | | | Fixes <http://bugs.gnu.org/23307>. * gnu/packages/video.scm (vlc)[arguments]: Add #:phases.
* gnu: vlc: Do not capture the build time.Ludovic Courtès2016-04-18
| | | | * gnu/packages/video.scm (vlc)[source]: Add 'snippet'.
* gnu: vlc: Build against ffmpeg 2.8.Ludovic Courtès2016-04-18
| | | | | | | Fixes <http://bugs.gnu.org/23256>. Reported by Christopher Allan Webber <cwebber@dustycloud.org>. * gnu/packages/video.scm (vlc): Use FFMPEG-2.8 instead of FFMPEG.
* gnu: ffmpeg: Re-add 2.8.6.Ludovic Courtès2016-04-18
| | | | * gnu/packages/video.scm (ffmpeg-2.8): New variable.
* gnu: ruby-bio-commandeer: Update to 0.1.3.Ben Woodcroft2016-04-18
| | | | * gnu/packages/ruby.scm (ruby-bio-commandeer): Update to 0.1.3.
* mapped-devices: LUKS partitions can be designated by their UUID.Ludovic Courtès2016-04-18
| | | | | | | | | | * gnu/system/mapped-devices.scm (device-mapping-service-type): Add 'modules' and 'imported-modules' fields to 'shepherd-service'. (open-luks-device): Use 'find-partition-by-luks-uuid' to lookup the partition when SOURCE is a bytevector. * gnu/system/linux-initrd.scm (base-initrd): Augment 'use-modules' form. * doc/guix.texi (Mapped Devices): Give example with a UUID.
* mapped-devices: 'mapped-device-service' takes a <mapped-device>.Ludovic Courtès2016-04-18
| | | | | | | * gnu/system/mapped-devices.scm (device-mapping-service): Take a <mapped-device> instead of 3 parameters. (device-mapping-service-type): Adjust accordingly. * gnu/system.scm (device-mapping-services): Adjust accordingly.
* services: Move 'device-mapping-service' to (gnu system mapped-devices).Ludovic Courtès2016-04-18
| | | | | | | * gnu/services/base.scm (device-mapping-service-type) (device-mapping-service): Move to... * gnu/system/mapped-devices.scm (device-mapping-service-type): (device-mapping-service): ... here. New variables.
* system: Move 'luks-device-mapping' to (gnu system mapped-devices).Ludovic Courtès2016-04-18
| | | | | | * gnu/system.scm (open-luks-device, close-luks-device) (luks-device-mapping): Move to... * gnu/system/mapped-devices.scm: ... here. New file.
* system: Add (gnu system mapped-devices).Ludovic Courtès2016-04-18
| | | | | | | | | | * gnu/system/file-systems.scm (<mapped-device>, <mapped-device-type>): Move to... * gnu/system/mapped-devices.scm: ... here. New file. * gnu/system.scm, gnu/services/base.scm, gnu/system/linux-initrd.scm: Use it. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * gnu.scm (%public-modules): Add it.
* gnu: Add python-pyusb.Ricardo Wurmus2016-04-17
| | | | * gnu/packages/libusb.scm (python-pyusb, python2-pyusb): New variables.
* gnu: khard: Update to 0.9.0.Leo Famulari2016-04-17
| | | | * gnu/packages/mail.scm (khard): Update to 0.9.0.
* gnu: python-vobject: Update to 0.9.2.Leo Famulari2016-04-17
| | | | * gnu/packages/python.scm (python-vobject, python2-vobject): Update to 0.9.2.
* gnu: openssh: Fix CVE-2015-8325.Leo Famulari2016-04-17
| | | | | | * gnu/packages/patches/openssh-CVE-2015-8325.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/ssh.scm (openssh): Use it.
* gnu: Add recordmydesktop.Ludovic Courtès2016-04-17
| | | | * gnu/packages/video.scm (recordmydesktop): New variable.
* install: Use 'beta' instead of 'alpha'.Ludovic Courtès2016-04-17
| | | | | | | Suggested by Jelle Licht <jlicht@fsfe.org>. * gnu/system/install.scm (installation-services): Say 'beta' instead of 'alpha' and make the warning less scary.
* gnu: python-pandas: Fix test failures.Ricardo Wurmus2016-04-17
| | | | | | | * gnu/packages/patches/python-pandas-fix-tslib-test-failure.patch: New file. * gnu-system.am (dist_patch_DATA): Register it. * gnu/packages/python.scm (python-pandas)[source]: Add patch.
* gnu: icedtea-7: Update to 2.6.5.Ricardo Wurmus2016-04-17
| | | | | * gnu/packages/java.scm (icedtea-7): Update to 2.6.5. [inputs]: Add libxcomposite.
* services: 'console-keymap-service' takes multiple files.Alex Kost2016-04-17
| | | | | | | | * gnu/services/base.scm (console-keymap-service-type): Type procedure takes a list of files instead of a single file. (console-keymap-service): Take 'files' as rest arguments. * doc/guix.texi (Base Services): Improve documentation of 'console-keymap-service'.
* gnu: kbd: Update to 2.0.3.Alex Kost2016-04-17
| | | | * gnu/packages/linux.scm (kbd): Update to 2.0.3.
* gnu: kbd: Use 'modify-phases'.Alex Kost2016-04-17
| | | | * gnu/packages/linux.scm (kbd)[arguments]: Use 'modify-phases'.
* file-systems: Add 'find-partition-by-luks-uuid'.Ludovic Courtès2016-04-17
| | | | | | | | | | | | | | * gnu/build/file-systems.scm (%luks-endianness, %luks-header-size): New macros. (%luks-magic): New variable. (sub-bytevector, read-luks-header, luks-header-uuid): New procedures. (partition-predicate): Add 'read' parameter; wrap it with 'ENOENT-safe'. Use it instead of 'read-ext2-superblock*'. (read-ext2-superblock*): Remove. (partition-label-predicate, partition-uuid-predicate): Pass 'read-ext2-superblock' as the first argument. (partition-luks-uuid-predicate): New variable. (find-partition-by-luks-uuid): New procedure.
* file-systems: Separate ENOENT catching from ext2 superblock reads.Ludovic Courtès2016-04-17
| | | | | * gnu/build/file-systems.scm (ENOENT-safe): New procedure. (read-ext2-superblock*): Rewrite in terms of it.
* gnu: Add marst.John Darrington2016-04-16
| | | | | * gnu/packages/marst.scm: New file. * gnu-system.am: Add it.
* gnu: linux: Add case for arm64.Manolis Ragkousis2016-04-16
| | | | | * gnu/packages/linux.scm (system->linux-architecture): Add "aarch64".
* gnu: bootstrap: Add the location of ld.so on arm64.Manolis Ragkousis2016-04-16
| | | | | * gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add the dynamic linker for aarch64-linux.
* gnu: Add tcc-wrapper.Ludovic Courtès2016-04-16
| | | | * gnu/packages/c.scm (tcc-wrapper): New variable.
* gnu: Add tcc.Ludovic Courtès2016-04-16
| | | | | * gnu/packages/c.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: Add Beast.Ricardo Wurmus2016-04-15
| | | | * gnu/packages/music.scm (beast): New variable.
* gnu: Add rapicorn.Ricardo Wurmus2016-04-15
| | | | * gnu/packages/graphics.scm (rapicorn): New variable.
* gnu: Add libpng-1.2.Ricardo Wurmus2016-04-15
| | | | * gnu/packages/image.scm (libpng-1.2): New variable.
* gnu: Add emacs-ffap-rfc-space.Chris Marusich2016-04-15
| | | | | | * gnu/packages/emacs.scm (emacs-ffap-rfc-space): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: Add emacs-rfcview.Chris Marusich2016-04-15
| | | | | | * gnu/packages/emacs.scm (emacs-rfcview): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: Add openttd.Albin Söderqvist2016-04-15
| | | | | | | * gnu/packages/games.scm (openttd-engine): New variable (private). (openttd): Inherit it. New variable (public). Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: fontforge: Swap giflib input for libungif.Eric Bavier2016-04-15
| | | | | | * gnu/packages/fontutils.scm (fontforge)[inputs]: Remove giflib, add libungif. [arguments]: Adjust 'set-library-path' phase accordingly.
* gnu: fontforge: Remove 'patch-configure' phase.Eric Bavier2016-04-15
| | | | | | * gnu/packages/fontutils.scm (fontforge)[arguments]: Remove 'patch-configure' phase, which became unnecessary in the latest versions.
* gnu: fontforge: Install 'showttf' tool.Eric Bavier2016-04-15
| | | | | * gnu/packages/fontutils.scm (fontforge)[arguments]: Add 'build-contrib' phase.
* gnu: fontforge: Use modify-phases.Eric Bavier2016-04-15
| | | | * gnu/packages/fontutils.scm (fontforge)[arguments]: Use modify-phases.
* gnu: Add font-fantasque-sans.Eric Bavier2016-04-15
| | | | * gnu/packages/fonts.scm (font-fantasque-sans): New variable.
* gnu: fontforge: Make SVG builds reproducible.Eric Bavier2016-04-15
| | | | | | * gnu/packages/patches/fontforge-svg-modtime.patch: New file. * gnu/packages/fontutils.scm (fontforge)[source]: Use it. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: Add woff2.Eric Bavier2016-04-15
| | | | | | * gnu/packages/fontutils.scm (woff2): New variable. * gnu/packages/patches/woff2-libbrotli.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: Add brotli.Eric Bavier2016-04-15
| | | | * gnu/packages/compression.scm (brotli): New variable.
* gnu: Add ttf2eot.Eric Bavier2016-04-15
| | | | | | * gnu/packages/fontutils.scm (ttf2eot): New variable. * gnu/packages/patches/ttf2eot-cstddef.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it.