summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: libchop: Fix build and test errors.Ludovic Courtès2018-08-19
| | | | * gnu/packages/backup.scm (libchop)[arguments]: New field.
* gnu: libchop: Require gperf 3.0.Ludovic Courtès2018-08-19
| | | | | | | | Fixes <https://bugs.gnu.org/32382>. Reported by Björn Höfling <bjoern.hoefling@bjoernhoefling.de>. * gnu/packages/backup.scm (libchop)[native-inputs]: Use GPERF-3.0 instead of GPERF.
* Merge branch 'staging'Marius Bakke2018-08-19
|\
| * Merge branch 'master' into stagingMarius Bakke2018-08-16
| |\
| * | gnu: python-cython: Disable tests that fail on armhf.Marius Bakke2018-08-16
| | | | | | | | | | | | | | | * gnu/packages/python.scm (python-cython)[arguments]: On armhf-linux, add phase to disable two tests.
| * | gnu: r-rmysql: Add missing dependency on OpenSSL.Marius Bakke2018-08-16
| | | | | | | | | | | | * gnu/packages/databases.scm (r-rmysql)[inputs]: Add OPENSSL.
| * | gnu: lilv: Update to 0.24.4.Marius Bakke2018-08-16
| | | | | | | | | | | | * gnu/packages/audio.scm (lilv): Update to 0.24.4.
| * | gnu: serd: Update to 0.30.0.Marius Bakke2018-08-16
| | | | | | | | | | | | * gnu/packages/rdf.scm (serd): Update to 0.30.0.
| * | gnu: sratom: Update to 0.6.2.Marius Bakke2018-08-16
| | | | | | | | | | | | * gnu/packages/audio.scm (sratom): Update to 0.6.2.
| * | Merge branch 'master' into stagingMarius Bakke2018-08-10
| |\ \
| * | | gnu: mariadb: Update to 10.1.35 [security fixes].Marius Bakke2018-08-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This release fixes CVE-2018-3058, CVE-2018-3063, CVE-2018-3064 and CVE-2018-3066. See <https://mariadb.com/kb/en/library/mariadb-10135-release-notes/> for details. * gnu/packages/databases.scm (mariadb): Update to 10.1.35.
| * | | gnu: postgresql: Update to 10.5 [fixes CVE-2018-10915, CVE-2018-10925].Marius Bakke2018-08-10
| | | | | | | | | | | | | | | | * gnu/packages/databases.scm (postgresql): Update to 10.5.
| * | | gnu: epiphany: Correctly set the library RUNPATH.Leo Famulari2018-08-08
| | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (epiphany): Set the runpath in #:configure-flags.
| * | | gnu: mariadb: Remove test which fails on armhf-linux.Efraim Flashner2018-08-07
| | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (mariadb)[arguments]: Disable test 'mroonga/storage.index_read_multiple_double'.
| * | | gnu: mariadb: Further increase test timeouts.Marius Bakke2018-08-07
| | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (mariadb)[arguments]: Allow 40 minutes for single tests, and 600 in total.
| * | | gnu: mariadb: Adjust to test failures on Hydra.Marius Bakke2018-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/mariadb-client-test-32bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/databases.scm (mariadb)[source](patches): Add it. [arguments]: Increase retry count and test timeout. Disable test main.myisampack.
| * | | Merge branch 'master' into stagingMarius Bakke2018-08-07
| |\ \ \
| * \ \ \ Merge branch 'master' into stagingMarius Bakke2018-07-30
| |\ \ \ \
| * | | | | gnu: openblas: Update to 0.3.2.Marius Bakke2018-07-30
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/maths.scm (openblas): Update to 0.3.2.
| * | | | | gnu: mesa: Update to 18.1.5.Marius Bakke2018-07-28
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gl.scm (mesa): Update to 18.1.5.
| * | | | | Revert "Revert "gnu: llvm: Update to 6.0.1.""Marius Bakke2018-07-28
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit bb8221d41cc7b2dc928d1c9501946d3dc6063c4b.
| * | | | | gnu: mariadb: Move GCC ICE patch to the usual location.Marius Bakke2018-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (mariadb)[source](patches): New field. [arguments]: Don't disable semisync plugin. [inputs]: Remove 'mariadb-gcc-ice.patch'.
| * | | | | Merge branch 'master' into stagingMarius Bakke2018-07-28
| |\ \ \ \ \
| * | | | | | gnu: libinput: Update to 1.11.3.Marius Bakke2018-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/freedesktop.scm (libinput): Update to 1.11.3.
| * | | | | | gnu: meson: Update to 0.47.1.Marius Bakke2018-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/build-tools.scm (meson): Update to 0.47.1. * gnu/packages/patches/meson-for-build-rpath.patch: Adjust to file rename and indendation change.
| * | | | | | build-system/meson: Remove RUNPATH workarounds.Marius Bakke2018-07-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * guix/build-system/meson.scm (default-patchelf): Remove. (lower)[build-inputs]: Remove PATCHELF. (meson-build): Don't delete 'fix-runpath' phase on armhf. * guix/build/meson-build-system.scm (configure): Add "--c_link_args" and "-cpp_link_args" instead of setting LDFLAGS. (meson-build): Don't apply 'fix-runpath' phase.
| * | | | | | gnu: mariadb: Delete test files and static libraries.Marius Bakke2018-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (mariadb)[arguments]: Adapt 'post-install' phase to purge static archives and test executables.
| * | | | | | gnu: mariadb: Remove some bundled libraries.Marius Bakke2018-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (mariadb)[source](snippet, modules): New fields. [arguments]: Add explicit #:configure-flags for system libraries. Add 'unbundle' phase. Remove 'pre-configure' phase. [inputs]: Add SNAPPY and XZ.
| * | | | | | gnu: mariadb: Update to 10.1.34.Marius Bakke2018-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (mariadb): Update to 10.1.34.
| * | | | | | gnu: mariadb: Run the full test suite.Marius Bakke2018-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (mariadb)[arguments]: Override 'check' phase. Add phase 'adjust-tests'. Disable one more plugin. [properties]: New field.
| * | | | | | gnu: mariadb: Disable plugin that fails on armhf.Marius Bakke2018-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (mariadb)[arguments]: Add 'disable-plugins' phase.
| * | | | | | gnu: mariadb: Install pkg-config file to a standard location.Marius Bakke2018-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (mariadb)[#:configure-flags]: Set INSTALL_SHAREDIR to "share".
| * | | | | | gnu: java-asm: Add missing propagated-input.Gábor Boskovits2018-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/java.scm (java-asm)[propagated-inputs]: Add java-aqute-libg.
| * | | | | | gnu: icedtea: Make icedtea-8 the default jdk.Gábor Boskovits2018-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/java.scm (icedtea): Point to icedtea-8.
| * | | | | | gnu: gst-libav: Delete bundled ffmpeg.Marius Bakke2018-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gstreamer.scm (gst-libav)[source](modules, snippet): New fields. [arguments]: Remove #:phases.
| * | | | | | gnu: gstreamer: Update to 1.14.2.Marius Bakke2018-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base, gst-plugins-good, gst-plugins-bad, gst-plugins-ugly, gst-libav, python-gst): Update to 1.14.2.
| * | | | | | gnu: double-conversion: Update to 3.0.0.Marius Bakke2018-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/maths.scm (double-conversion): Update to 3.0.0.
| * | | | | | gnu: double-conversion: Update home page.Marius Bakke2018-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/maths.scm (double-conversion)[home-page]: Update to redirected.
| * | | | | | gnu: libgsf: Update to 1.14.43.Marius Bakke2018-07-22
| | | | | | |
| * | | | | | gnu: libpsl: Update to 0.20.2.Marius Bakke2018-07-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/web.scm (libpsl): Update to 0.20.2.
| * | | | | | gnu: borg: Update the list of Cython-generated files to delete.Leo Famulari2018-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported by: Efraim Flashner <efraim@flashner.co.il> * gnu/packages/backup.scm (borg)[source]: Update the snippet.
| * | | | | | gnu: Cython: Update to 0.28.4.Leo Famulari2018-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/python.scm (python-cython, python2-cython): Update to 0.28.4. [arguments]: Use invoke.
| * | | | | | guix: ant-build-system: Reorder before generating INDEX.LIST.Julien Lepiller2018-07-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * guix/build/ant-build-system.scm (%standard-phases): Add reorder-jar-content phase.
| * | | | | | gnu: jack: Don't install to "lib64" on 64-bit platforms.Marius Bakke2018-07-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/audio.scm (jack-1)[arguments]: New field.
| * | | | | | 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.