summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* gnu: gtk+: Add libxrandr input.•••This fixes multi-monitor issues in XFCE and other Gtk+ apps. * gnu/packages/gtk.scm (gtk+)[inputs]: Add libxrandr. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Ingo Ruhnke2019-10-091-0/+1
* gnu: gstreamer: Update to 1.16.1.•••* gnu/packages/patches/gstreamer-buffer-reset-offset.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gstreamer.scm (gstreamer): Update to 1.16.1. [source](patches): Remove. (gst-plugins-base, gst-plugins-good, gst-plugins-bad, gst-plugins-ugly, gst-libav, python-gst): Update to 1.16.1. Marius Bakke2019-10-093-75/+14
* gnu: orc: Update to 0.4.30.•••* gnu/packages/gstreamer.scm (orc): Update to 0.4.30. [build-system]: Change to MESON-BUILD-SYSTEM. [arguments]: Adjust phase order to cope with the new out-of-source build. [native-inputs]: Add GTK-DOC. Marius Bakke2019-10-091-4/+7
* gnu: pulseaudio: Update to 13.0.•••* gnu/packages/pulseaudio.scm (pulseaudio): Update to 13.0. [arguments]: Remove obsolete phase. Marius Bakke2019-10-091-7/+2
* gnu: CUPS: Update to 2.3.0.•••* gnu/packages/cups.scm (cups-minimal): Update to 2.3.0. [arguments]: Adjust for renamed test file. [license]: Change to ASL2.0. Marius Bakke2019-10-091-4/+5
* gnu: cups-filters: Update to 1.25.7.•••* gnu/packages/cups.scm (cups-filters): Update to 1.25.7. Marius Bakke2019-10-091-2/+2
* gnu: qpdf: Update to 9.0.1.•••* gnu/packages/pdf.scm (qpdf): Update to 9.0.1. Marius Bakke2019-10-091-2/+2
* gnu: python-packaging: Update to 19.2.•••* gnu/packages/python-xyz.scm (python-packaging): Update to 19.2. Marius Bakke2019-10-091-2/+2
* gnu: electron-cash: Update to 4.0.10.•••* gnu/packages/finance (electron-cash): Update to 4.0.10. [inputs]: Add python-dateutil and python-dnspython. Vagrant Cascadian2019-10-081-2/+7
* gnu: OpenBLAS: Update to 0.3.7.•••* gnu/packages/maths.scm (openblas): Update to 0.3.7. Marius Bakke2019-10-081-2/+2
* gnu: OpenBLAS: Incorporate grafted changes.•••* gnu/packages/maths.scm (openblas)[replacement]: Remove. [arguments]: Add NUM_THREADS in #:make-flags. (openblas/fixed-num-threads): Remove variable. Marius Bakke2019-10-081-22/+7
* gnu: libical: Update to 3.0.6.•••* gnu/packages/calendar.scm (libical): Update to 3.0.6. Marius Bakke2019-10-081-2/+2
* gnu: libgit2: Update to 0.28.3.•••* gnu/packages/version-control.scm (libgit2): Update to 0.28.3. Marius Bakke2019-10-081-2/+2
* gnu: libinput: Update to 1.14.1.•••* gnu/packages/freedesktop.scm (libinput): Update to 1.14.1. Marius Bakke2019-10-081-2/+2
* gnu: gtk+: Update to 3.24.12.•••* gnu/packages/gtk.scm (gtk+): Update to 3.24.12. Marius Bakke2019-10-081-2/+2
* gnu: gdk-pixbuf: Update to 2.40.0.•••* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.40.0. [arguments]: Remove obsolete phase. Marius Bakke2019-10-081-12/+3
* gnu: libogg: Update to 1.3.4.•••* gnu/packages/xiph.scm (libogg): Update to 1.3.4. Marius Bakke2019-10-081-2/+2
* gnu: lz4: Update to 1.9.2.•••* gnu/packages/compression.scm (lz4): Update to 1.9.2. [native-inputs]: Add PYTHON. Marius Bakke2019-10-081-3/+6
* gnu: bluez: Update to 5.51.•••* gnu/packages/linux.scm (bluez): Update to 5.51. Marius Bakke2019-10-081-2/+2
* gnu: nss, nss-certs: Update to 3.46.1.•••* gnu/packages/nss.scm (nss): Update to 3.46.1. * gnu/packages/certs.scm (nss-certs): Likewise. Marius Bakke2019-10-082-5/+5
* gnu: nspr: Update to 4.22.•••* gnu/packages/nss.scm (nspr): Update to 4.22. Marius Bakke2019-10-081-2/+2
* gnu: imagemagick: Update to 6.9.10-68.•••* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-68. Marius Bakke2019-10-081-2/+2
* gnu: libfaketime: Update to 0.9.8.•••* gnu/packages/check.scm (libfaketime): Update to 0.9.8. Marius Bakke2019-10-081-2/+2
* gnu: tzdata: Update to 2019c.•••* gnu/packages/base.scm (tzdata): Update to 2019c. (tzdata-for-tests): Stay on 2019b. Marius Bakke2019-10-081-4/+22
* gnu: libwebp: Remove obsolete phase.•••* gnu/packages/image.scm (libwebp)[arguments]: Remove <#:phases>. Marius Bakke2019-10-081-5/+1
* Merge branch 'master' into stagingMarius Bakke2019-10-08434-23253/+89194
|\
| * gnu: linux-libre@5.3: Apply upstream entropy fix.•••See <https://bugs.gnu.org/37501>. * gnu/packages/linux.scm (linux-libre-5.3-source): Add "linux-libre-active-entropy.patch". Marius Bakke2019-10-081-1/+2
| * Merge branch 'core-updates'Ludovic Courtès2019-10-08250-5406/+8490
| |\
| | * gnu: mariadb: Build with GCC 5 on ARMv7.•••Fixes <https://bugs.gnu.org/37605>. * gnu/packages/databases.scm (mariadb)[native-inputs]: Add GCC-5 when the current system is ARMv7. Marius Bakke2019-10-081-0/+5
| | * Merge branch 'master' into core-updatesLudovic Courtès2019-10-0713-157/+315
| | |\
| | * \ Merge branch 'master' into core-updatesRicardo Wurmus2019-10-0656-587/+46324
| | |\ \
| | * | | gnu: WebKitGTK: Embed absolute file name of libWPEBackend-fdo-1.0.so.•••Fixes <https://bugs.gnu.org/37545>. Reported by Vagrant Cascadian <vagrant@debian.org>. * gnu/packages/webkit.scm (webkitgtk)[arguments]: Add phase. Marius Bakke2019-10-061-0/+7
| | * | | gnu: linux-libre: Remove glibc from CPATH before the build.•••Fixes <https://bugs.gnu.org/37593>. * gnu/packages/linux.scm (make-linux-libre*)[arguments]: Drop "libc" from CPATH. Marius Bakke2019-10-061-0/+13
| | * | | gnu: linux-libre: Try to aggressively gather entropy during boot.•••Fixes <https://bugs.gnu.org/37501>. * gnu/packages/patches/linux-libre-active-entropy.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/linux.scm (linux-libre-5.2-source): Use it. Marius Bakke2019-10-063-1/+89
| | * | | gnu: perf: Treat kernel headers as system headers.•••* gnu/packages/linux.scm (perf)[arguments]: Instead of disabling -Werror, set C_INCLUDE_PATH. Marius Bakke2019-10-061-4/+5
| | * | | services: urandom-seed: Credit the entropy added to the PRNG.•••Partly fixes <https://bugs.gnu.org/37501>. Reported by Marius Bakke <mbakke@fastmail.com>. * gnu/services/base.scm (urandom-seed-shepherd-service): In 'start' method, add calls to 'add-to-entropy-count'. Ludovic Courtès2019-10-051-2/+10
| | * | | gnu: mysql: Update to 5.7.27.•••* gnu/packages/databases.scm (mysql): Update to 5.7.27. [native-inputs]: Add pkg-config. [inputs]: Add libtirpc, rpcsvc-proto. Efraim Flashner2019-10-031-3/+7
| | * | | gnu: gnucash: Update to 3.7.•••* gnu/packages/gnucash.scm (gnucash): Update to 3.7. [arguments]: Remove "disable-stress-options-test" phase. (gnucash-docs): Update to 3.7. Kei Kebreau2019-10-021-10/+3
| | * | | gnu: dconf-editor: Fix build failure.•••Fixes <https://bugs.gnu.org/37503>. Reported by Jack Hill <jackhill@jackhill.us>. * gnu/packages/gnome.scm (dconf-editor)[arguments]: New field. Ludovic Courtès2019-10-021-0/+11
| | * | | gnu: translate-shell: Update to 0.9.6.11.•••* gnu/packages/dictionnaries.scm (translate-shell): Update to 0.9.6.11. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Pierre Langlois2019-10-021-2/+3
| | * | | gnu: guile: Add 2.2.4.•••* gnu/packages/guile.scm (guile-2.2.4): New variable. Ludovic Courtès2019-10-011-0/+11
| | * | | Merge branch 'master' into core-updatesLudovic Courtès2019-10-0137-309/+569
| | |\ \ \
| | * | | | gnu: xyce: Use Bison 3.0.•••Xyce requires Bison 3.0 at the latest. * gnu/packages/bison.scm (bison-3.0): New variable. * gnu/packages/engineering.scm (xyce-serial)[native-inputs]: Use BISON-3.0 instead of BISON. Ludovic Courtès2019-09-302-3/+16
| | * | | | bootstrap: bash: Update for bash-5.0.•••* gnu/packages/patches/bash-4.4-linux-pgrp-pipe.patch: Remove. * gnu/packages/patches/bash-reproducible-linux-pgrp-pipe.patch: New file. * gnu/packages/make-bootstrap.scm (static-bash-for-bootstrap): Update to use it. * gnu/local.mk (dist_patch_DATA): Likewise. Jan Nieuwenhuizen2019-09-294-33/+37
| | * | | | bootstrap: mes: Add mes-0.19.•••* gnu/packages/mes.scm (mes-0.19): New variable. (mes): Inherit it. * gnu/packages/make-bootstrap.scm (%mes-minimal): Likewise. Jan Nieuwenhuizen2019-09-292-39/+23
| | * | | | bootstrap: mescc-tools: Use mescc-tools-0.5.2, mescc-tools.•••* gnu/packages/mes.scm (mescc-tools-0.5.2): New variable; rename from mescc-tools. (mescc-tools): Rename from mescc-tools-0.6.1. Fix build. * gnu/packages/make-bootstrap.scm (%mescc-tools-static): Inherit fixed mescc-tools-0.5.2. Jan Nieuwenhuizen2019-09-292-29/+13
| | * | | | gnu: tlsdate: Build against OpenSSL@1.0.•••* gnu/packages/ntp.scm (tlsdate)[inputs]: Change from OPENSSL to OPENSSL-1.0. Marius Bakke2019-09-291-1/+1
| | * | | | gnu: gcc: Fix i686-linux cross compiler.•••This resurrects ./pre-inst-env guix build --target=i686-unknown-linux-gnu hello * gnu/packages/cross-base.scm (cross-gcc-arguments): Do not build libmpx; does not cross-configure. Jan Nieuwenhuizen2019-09-291-0/+1
| | * | | | gnu: xfce4-pulseaudio-plugin: Adjust for GCC7 search path change.•••* gnu/packages/xfce.scm (xfce4-pulseaudio-plugin)[arguments]: Gracefully handle a missing C_INCLUDE_PATH. Marius Bakke2019-09-291-1/+1
| | * | | | Merge branch 'master' into core-updatesMarius Bakke2019-09-2762-2332/+2886
| | |\ \ \ \