aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: pulseaudio: Update to 12.2.Marius Bakke2018-07-17
| | | | * gnu/packages/pulseaudio.scm (pulseaudio): Update to 12.2.
* gnu: pulseaudio: Adjust inputs.Marius Bakke2018-07-17
| | | | | | * gnu/packages/pulseaudio.scm (pulseaudio)[inputs]: Remove obsolete LIBSAMPLERATE. Replace SPEEX with SPEEXDSP. Move CHECK, INTLTOOL and M4 ... [native-inputs]: ... here.
* gnu: pulseaudio: Add jack input.Pierre Langlois2018-07-15
| | | | | | | | | Depending on jack allows building the jack-sink and jack-source modules for routing the audio through the jack server. * gnu/packages/pulseaudio.scm (pulseaudio)[inputs]: Add jack-1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: wayland-protocols: Update to 1.15.Rutger Helling2018-07-15
| | | | * gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.15.
* gnu: mesa: Update to 18.1.4.Efraim Flashner2018-07-14
| | | | * gnu/packages/gl.scm (mesa): Update to 18.1.4.
* gnu: libva: Update to 2.2.0.Marius Bakke2018-07-13
| | | | * gnu/packages/video.scm (libva): Update to 2.2.0.
* gnu: pulseaudio: Update to 12.0.Marius Bakke2018-07-13
| | | | | | | | | * gnu/packages/patches/pulseaudio-glibc-2.27.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/pulseaudio.scm (pulseaudio): Update to 12.0. [source](patches): Remove 'pulseaudio-glibc-2.27.patch'. [arguments]: Remove related 'bootstrap' phase. [native-inputs]: Remove AUTOCONF, AUTOMAKE and LIBTOOL. Add GLIB:BIN.
* gnu: openblas: Update to 0.3.1.Marius Bakke2018-07-13
| | | | | | | * gnu/packages/patches/openblas-fix-tests-i686.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/maths.scm (openblas): Update to 0.3.1. [arguments, native-inputs]: Don't apply 'openblas-fix-tests-i686.patch'.
* gnu: pciutils: Update to 3.6.1.Marius Bakke2018-07-13
| | | | * gnu/packages/pciutils.scm (pciutils): Update to 3.6.1.
* gnu: libevdev: Update to 1.5.9.Marius Bakke2018-07-13
| | | | * gnu/packages/xorg.scm (libevdev): Update to 1.5.9.
* gnu: libxinerama: Update to 1.1.4.Marius Bakke2018-07-13
| | | | * gnu/packages/xorg.scm (libxinerama): Update to 1.1.4.
* gnu: qpdf: Update to 8.1.0.Marius Bakke2018-07-13
| | | | | | | * gnu/packages/pdf.scm (qpdf): Update to 8.1.0. [inputs]: Move ZLIB ... [propagated-inputs]: ... here. Add LIBJPEG-TURBO. Remove PCRE. [license]: Add ASL2.0.
* gnu: unixodbc: Update to 2.3.6.Marius Bakke2018-07-13
| | | | * gnu/packages/databases.scm (unixodbc): Update to 2.3.6.
* gnu: gnome-dictionary: Fix install phase.Marius Bakke2018-07-09
| | | | | * gnu/packages/gnome.scm (gnome-dictionary)[arguments]: Add phase to prevent post-install script from running.
* Merge branch 'master' into stagingMarius Bakke2018-07-08
|\
| * gnu: imagemagick: Update to 6.9.10-5.Marius Bakke2018-07-08
| | | | | | | | * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-5.
| * gnu: ffmpeg@3.4: Update to 3.4.3.Marius Bakke2018-07-08
| | | | | | | | * gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.3.
| * gnu: libxscrnsaver: Update to 1.2.3.Tobias Geerinckx-Rice2018-07-08
| | | | | | | | * gnu/packages/xorg.scm (libxscrnsaver): Update to 1.2.3.
| * gnu: gimp: Update to 2.10.4.Tobias Geerinckx-Rice2018-07-08
| | | | | | | | * gnu/packages/gimp.scm (gimp): Update to 2.10.4.
| * gnu: gegl: Update to 0.4.4.Tobias Geerinckx-Rice2018-07-08
| | | | | | | | * gnu/packages/gimp.scm (gegl): Update to 0.4.4.
| * gnu: babl: Update to 0.1.52.Tobias Geerinckx-Rice2018-07-08
| | | | | | | | * gnu/packages/gimp.scm (babl): Update to 0.1.52.
| * gnu: python-graphviz: Update to 0.8.4.Tobias Geerinckx-Rice2018-07-08
| | | | | | | | * gnu/packages/graphviz.scm (python-graphviz): Update to 0.8.4.
| * gnu: Add vulkan-tools.Rutger Helling2018-07-07
| | | | | | | | * gnu/packages/vulkan.scm (vulkan-tools): New variable.
| * gnu: vulkan-loader: Inherit version from vulkan-headers.Rutger Helling2018-07-07
| | | | | | | | | | * gnu/packages/vulkan.scm (vulkan-loader): Inherit version from vulkan-headers.
| * gnu: Add go-github-com-docker-distribution.Rouby Pierre-Antoine2018-07-07
| | | | | | | | | | | | * gnu/packages/golang.scm (go-github-com-docker-distribution): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add docx2txt.Pierre Neidhardt2018-07-07
| | | | | | | | | | | | * gnu/packages/textutils.scm (docx2txt): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add emacs-org-brain.Vasile Dumitrascu2018-07-07
| | | | | | | | | | | | * gnu/packges/emacs.scm (emacs-org-brain): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: re2c: Update to 1.0.3.Sergei Trofimovich2018-07-07
| | | | | | | | | | | | | | * gnu/packages/re2c.scm (re2c): Update to 1.0.3. Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: emacs-git-timemachine: Update to 4.5.Kyle Meyer2018-07-07
| | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-git-timemachine): Update to 4.5. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: emacs-git-timemachine: Update URL.Kyle Meyer2018-07-07
| | | | | | | | | | | | | | * gnu/packages/emacs.scm (emacs-git-timemachine)[source]: [home-page]: Update URL for move from GitHub to GitLab. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Electrum: Update to 3.2.2.Vagrant Cascadian2018-07-07
| | | | | | | | | | | | | | [[PGP Signed Part:No public key for B78B82D4814B91B6 created at 2018-07-05T22:50:32+0200 using RSA]] * gnu/packages/finance.scm (electrum): Update to 3.2.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * ui: Add -V as short option for --version.Kyle Meyer2018-07-07
| | | | | | | | | | | | | | * guix/ui.scm (run-guix): Add -V as the short option for --version for consistency with most commands. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * scripts: Add missing -V option to commands that document it.Kyle Meyer2018-07-07
| | | | | | | | | | | | | | | | | | * guix/scripts/container.scm (guix-container): * guix/scripts/import.scm (guix-import): * guix/scripts/substitute.scm (guix-substitute): Add -V as the short option for --version to match show-help's description. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * weather: Fix pasto in --version output.Kyle Meyer2018-07-07
| | | | | | | | | | | | | | * guix/scripts/weather.scm (%options): Correct the command name passed to show-version-and-exit. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Update stellarium to 0.18.1.Björn Höfling2018-07-07
| | | | | | | | | | | | | | | | [[PGP Signed Part:Good signature from BF286CB6593E5FFD Björn Höfling <bjoern.hoefling@bjoernhoefling.de> (trust undefined) created at 2018-07-06T23:28:16+0200 using DSA]] * gnu/packages/astronomy.scm (stellarium): Update to 0.18.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: guile-git: Update to 0.1.0.Ludovic Courtès2018-07-07
| | | | | | | | * gnu/packages/guile.scm (guile-git): Update to 0.1.0.
| * doc: Fix typo.Oleg Pykhalov2018-07-07
| | | | | | | | * doc/guix.texi (Preparing for Installation): Fix ‘the’ typo.
| * gnu: grammalecte: Update to 0.6.5.Nicolas Goaziou2018-07-07
| | | | | | | | * gnu/packages/dictionaries.scm (grammalecte): Update to 0.6.5.
| * gnu: musescore: Update to 2.3.1.Nicolas Goaziou2018-07-07
| | | | | | | | * gnu/packages/music.scm (musescore): Update to 2.3.1.
| * Merge branch 'version-0.15.0'Ludovic Courtès2018-07-06
| |\
| | * gnu: guix: Update to 4876bc8.Ludovic Courtès2018-07-06
| | |
| | * gnu: guix: Update to 0.15.0.Ludovic Courtès2018-07-06
| | |
| | * Update NEWS.Ludovic Courtès2018-07-05
| | |
| | * doc: Update URL of the Emacs-Guix manual.Ludovic Courtès2018-07-05
| | | | | | | | | | | | * doc/htmlxref.cnf (EMACS_GUIX): Update URL.
| | * doc: Mention translations of the manual.Ludovic Courtès2018-07-05
| | | | | | | | | | | | | | | * doc/guix.texi (Top): Add note about l10n. * doc/htmlxref.cnf: Add "guix.fr".
| | * tests: Skip 'guix-pack.sh'.Ludovic Courtès2018-07-05
| | | | | | | | | | | | | | | | | | | | | This works around a regression introduced in commit 66e9944e078cbb9e0d618377dd6df6e639640efa while waiting for a proper fix. * tests/guix-pack.sh: Add "exit 77".
| | * Update NEWS.Ludovic Courtès2018-07-05
| | |
| | * pack: Use guile-for-build for the target system.Ludovic Courtès2018-07-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Until now, running "guix pack -s i686-linux" on an x86_64-linux machine, for instance, would use an x86_64 guile for module derivations. This was OK until now, but would break when passing "--localstatedir" due to the introduction of guile-sqlite3: we'd be using the i686 guile-sqlite3 along with the x86_64 guile. * guix/scripts/pack.scm (guix-pack): Pass the 'system option from OPTS to 'package-derivation'.
| | * nls: Update 'fr' translation.Julien Lepiller2018-07-05
| | |
| | * doc: Update package count.Ludovic Courtès2018-07-05
| | | | | | | | | | | | * doc/guix.texi (Limitations): Update number.