summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: Add python2-carbon.Ricardo Wurmus2018-01-21
| | | | * gnu/packages/monitoring.scm (python2-carbon): New variable.
* gnu: Add python-whisper.Ricardo Wurmus2018-01-21
| | | | | * gnu/packages/monitoring.scm (python-whisper, python2-whisper): New variables.
* gnu: Add python-django-tagging.Ricardo Wurmus2018-01-21
| | | | | * gnu/packages/django.scm (python-django-tagging, python2-django-tagging): New variables.
* gnu: Add python-txamqp.Ricardo Wurmus2018-01-21
| | | | * gnu/packages/python.scm (python-txamqp, python2-txamqp): New variables.
* gnu: emacs-tiny: Fix indentation.Ricardo Wurmus2018-01-21
| | | | * gnu/packages/emacs.scm (emacs-tiny): Fix indentation.
* gnu: emacs-request: Update to 0.3.0.Ricardo Wurmus2018-01-21
| | | | | * gnu/packages/emacs.scm (emacs-request): Update to 0.3.0. [source]: Fetch with git.
* gnu: Add r-catterplots.Ricardo Wurmus2018-01-21
| | | | * gnu/packages/statistics.scm (r-catterplots): New variable.
* gnu: Add salmon.Ricardo Wurmus2018-01-21
| | | | | * gnu/packages/bioinformatics.scm (libstadenio-for-salmon, spdlog-for-salmon, bwa-for-salmon, salmon): New variables.
* gnu: Add sailfish.Ricardo Wurmus2018-01-21
| | | | * gnu/packages/bioinformatics.scm (sailfish): New variable.
* gnu: Add libdivsufsort.Ricardo Wurmus2018-01-21
| | | | * gnu/packages/bioinformatics.scm (libdivsufsort): New variable.
* gnu: Add libgff.Ricardo Wurmus2018-01-21
| | | | * gnu/packages/bioinformatics.scm (libgff): New variable.
* gnu: orpheus: Fix build on aarch64-linux.Efraim Flashner2018-01-21
| | | | | * gnu/packages/orpheus.scm (orpheus)[arguments]: Explicitly set the build target when building on aarch64-linux.
* gnu: python-kivy: Update to 1.10.0.Danny Milosavljevic2018-01-21
| | | | | * gnu/packages/python.scm (python-kivy): Update to 1.10.0. [arguments]: Remove custom "build" phase.
* gnu: intel-gpu-tools: Use INVOKE.Tobias Geerinckx-Rice2018-01-21
| | | | | * gnu/packages/admin.scm (intel-gpu-tools)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: intel-gpu-tools: Update to 1.21.Tobias Geerinckx-Rice2018-01-21
| | | | * gnu/packages/admin.scm (intel-gpu-tools): Update to 1.21.
* gnu: libtorrent-rasterbar: Update to 1.1.6.Tobias Geerinckx-Rice2018-01-21
| | | | * gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.6.
* gnu: spice: Use HTTPS for spice-space.org home pages.Tobias Geerinckx-Rice2018-01-21
| | | | * gnu/packages/spice.scm (spice, spice-vdagent)[home-page]: Use HTTPS
* gnu: spice-gtk: Update to 0.34.Tobias Geerinckx-Rice2018-01-21
| | | | * gnu/packages/spice.scm (spice-gtk): Update to 0.34.
* gnu: babl: Update to 0.1.40.Tobias Geerinckx-Rice2018-01-21
| | | | * gnu/packages/gimp.scm (babl): Update to 0.1.40.
* gnu: babl: Parameterise source URI.Tobias Geerinckx-Rice2018-01-21
| | | | * gnu/packages/gimp.scm (babl)[source]: Use VERSION-MAJOR+MINOR.
* gnu: babl: Edit description.Tobias Geerinckx-Rice2018-01-21
| | | | * gnu/packages/gimp.scm (babl)[description]: Edit.
* gnu: mktorrent: Update to 1.1.Tobias Geerinckx-Rice2018-01-21
| | | | | * gnu/packages/bittorrent.scm (mktorrent): Update to 1.1. [source, home-page]: Use new URI.
* gnu: Add mkbootimg.Danny Milosavljevic2018-01-20
| | | | * gnu/packages/android.scm (mkbootimg): New variable.
* gnu: Add abootimg.Danny Milosavljevic2018-01-20
| | | | * gnu/packages/android.scm (abootimg): New variable.
* system: Add Nintendo NES Classic Edition installer.Danny Milosavljevic2018-01-20
| | | | | | | | | * gnu/bootloader/u-boot.scm (u-boot-nintendo-nes-classic-edition-bootloader): New exported variable. * gnu/packages/bootloaders.scm (u-boot-nintendo-nes-classic-edition): New exported variable. * gnu/system/install.scm (nintendo-nes-classic-edition-installation-os): New exported variable.
* system: make-u-boot-package: Replace underscores by dashes in package name.Danny Milosavljevic2018-01-20
| | | | | * gnu/packages/bootloaders.scm (make-u-boot-package): Replace underscores by dashes in package name.
* system: Add A20 OLinuXino MICRO installer.Danny Milosavljevic2018-01-20
| | | | | | | | | * gnu/bootloader/u-boot.scm (u-boot-a20-olinuxino-micro-bootloader): New exported variable. * gnu/packages/bootloaders.scm (u-boot-a20-olinuxino-micro): New exported variable. * gnu/system/install.scm (a20-olinuxino-micro-installation-os): New exported variable.
* system: Add A20 OLinuXino LIME2 installer.Danny Milosavljevic2018-01-20
| | | | | | | | | * gnu/bootloader/u-boot.scm (u-boot-a20-olinuxino-lime2-bootloader): New exported variable. * gnu/packages/bootloaders.scm (u-boot-a20-olinuxino-lime2): New exported variable. * gnu/system/install.scm (a20-olinuxino-lime2-emmc-installation-os): New exported variable.
* gnu: wxsvg: Update to 1.5.12.Tobias Geerinckx-Rice2018-01-20
| | | | * gnu/packages/wxwidgets.scm (wxsvg): Update to 1.5.12.
* gnu: video, xml: Fix typo.Tobias Geerinckx-Rice2018-01-20
| | | | | | * gnu/packages/video.scm (libva)[synopsis]: Fix ‘libary’ typo. [description]: Use @dfn. * gnu/packages/xml.scm (libebml): Likewise.
* gnu: godot: Fix building on aarch64-linux.Efraim Flashner2018-01-20
| | | | | * gnu/packages/game-development.scm (godot)[arguments]: Add a flag when building for aarch64-linux to build without threads.
* gnu: cross-base: Apply gcc 6 patch to gcc >= 6.Danny Milosavljevic2018-01-20
| | | | * gnu/packages/cross-base.scm (cross-gcc): Apply gcc 6 patch to gcc >= 6.
* gnu: u-boot: Update to 2018.01.Danny Milosavljevic2018-01-20
| | | | | | | * gnu/packages/bootloaders.scm (define-module): Import (gnu packages gcc). (u-boot): Update to 2018.01. [native-inputs]: Add swig. Remove dtc. (make-u-boot-package): Use gcc-7.
* system: Add Banana Pi M2 Ultra installer.Danny Milosavljevic2018-01-20
| | | | | | | | | | | * gnu/bootloader/u-boot.scm (u-boot-banana-pi-m2-ultra-bootloader): New exported variable. (install-allwinner-u-boot): New variable. (u-boot-allwinner-bootloader): New variable. * gnu/packages/bootloaders.scm (u-boot-banana-pi-m2-ultra): New exported variable. * gnu/system/install.scm (banana-pi-m2-ultra-installation-os): New exported variable.
* gnu: graphicsmagick: Update to 1.3.28 [‘security fixes’].Tobias Geerinckx-Rice2018-01-20
| | | | * gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.28.
* gnu: deutex: Update to 5.1.1.Kei Kebreau2018-01-20
| | | | * gnu/packages/games.scm (deutex): Update to 5.1.1.
* gnu: lookingglass: Update to a10.Rutger Helling2018-01-20
| | | | * gnu/packages/virtualization.scm (lookingglass): Update to a10.
* gnu: libexif: Fix CVE-2016-6328.Leo Famulari2018-01-19
| | | | | | * gnu/packages/patches/libexif-CVE-2016-6328.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/photo.scm (libexif)[source]: Use it.
* gnu: perl-lingua-pt-stemmer: Update URL.ng02018-01-19
| | | | | | | * gnu/packages/language.scm (perl-lingua-pt-stemmer)[source]: Use new upstream URL. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: escpr: Update to 1.6.18.Diego Nicola Barbato2018-01-20
| | | | | | * gnu/packages/cups.scm (escpr): Update to 1.6.18. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add Motion.Ludovic Courtès2018-01-20
| | | | * gnu/packages/video.scm (motion): New variable.
* gnu: certbot: Update to 0.21.0.Leo Famulari2018-01-19
| | | | | | * gnu/packages/tls.scm (certbot): Update to 0.21.0. (python-acme): Update to 0.21.0. [propagated-inputs]: Add python-josepy.
* gnu: Add python-josepy.Leo Famulari2018-01-19
| | | | * gnu/packages/python-crypto.scm (python-josepy, python2-josepy): New variables.
* gnu: libvirt: Update to 4.0.0.Tobias Geerinckx-Rice2018-01-19
| | | | | * gnu/packages/virtualization.scm (libvirt): Update to 4.0.0. [arguments]: Substitute INVOKE for SYSTEM*.
* gnu: Consistently Write ‘file system(s)’.Tobias Geerinckx-Rice2018-01-19
| | | | | | | | | | | | | | | | | | | | | | | | | It is the GNU way. * doc/guix.texi (Build Systems, DNS Services): Write ‘file system(s)’. * gnu/build/vm.scm (create-ext-file-system, create-fat-file-system): Likewise. * gnu/packages/backup.scm (dirvish, rsnapshot)[description]: Likewise. * gnu/packages/check.scm (python-testpath)[description]: Likewise. * gnu/packages/disk.scm (pydf)[description]: Likewise. * gnu/packages/file-systems.scm (disorderfs)[synopsis, description]: Likewise. (glusterfs)[description]: Likewise. * gnu/packages/haskell.scm (ghc-directory, ghc-system-fileio-bootstrap) (ghc-system-fileio)[synopsis]: Likewise. (ghc-fsnotify)[description]: Likewise. * gnu/packages/linux.scm (proot)[description]: Likewise. (jmtpfs)[synopsis, description]: Likewise. * gnu/packages/mate.scm (caja, caja-extensions)[description]: Likewise. * gnu/packages/storage.scm (ceph)[description]: Likewise. * gnu/packages/sync.scm (lsyncd)[description]: Likewise. * gnu/packages/syncthing.scm (syncthing)[synopsis]: Likewise. (go-github-com-zillode-notify)[description]: Likewise. * gnu/services/nfs.scm (pipefs-service-type): Likewise. * guix/scripts/system.scm (perform-action): Likewise.
* gnu: unbound: Update to 1.6.8 [fixes CVE-2017-15105].Marius Bakke2018-01-19
| | | | * gnu/packages/dns.scm (unbound): Update to 1.6.8.
* gnu: libvpx: Use HTTPS for home page.Marius Bakke2018-01-19
| | | | * gnu/packages/video.scm (libvpx)[home-page]: Use HTTPS.
* gnu: ninja: Update to 1.8.2.Tobias Geerinckx-Rice2018-01-19
| | | | | | | | * gnu/packages/ninja.scm (ninja): Update to 1.8.2. [source]: Remove upstreamed patch. [arguments]: Substitute INVOKE for SYSTEM*. Use standard indentation. * gnu/packages/patches/ninja-zero-mtime.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: tcc: Update to 0.9.27.Tobias Geerinckx-Rice2018-01-19
| | | | | * gnu/packages/c.scm (tcc): Update to 0.9.27. [license]: Add a comment about attempted Expat re-licencing.
* gnu: minixml: Update to 2.11.Tobias Geerinckx-Rice2018-01-19
| | | | | | * gnu/packages/xml.scm (minixml): Update to 2.11. [source]: Use URL-FETCH/TARBOMB method. [arguments]: Add ‘fix-permissions’ phase.