summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: xorg-server: Update to 1.19.3.Marius Bakke2017-04-06
| | | | | | * gnu/packages/xorg.scm (xorg-server, xorg-server-xwayland): Update to 1.19.3. [native-inputs]: Remove FONT-UTIL, LIBTOOL, AUTOMAKE and AUTOCONF. [arguments]: Remove 'bootstrap' phase.
* gnu: libdrm: Update to 2.4.77.Marius Bakke2017-04-06
| | | | | * gnu/packages/xdisorg.scm (libdrm): Update to 2.4.77. * gnu/packages/patches/libdrm-symbol-check.patch: Adjust to upstream changes.
* gnu: libpciaccess: Update to 0.13.5.Marius Bakke2017-04-06
| | | | * gnu/packages/xorg.scm (libpciaccess): Update to 0.13.5.
* gnu: libva: Update to 1.8.0.Marius Bakke2017-04-06
| | | | * gnu/packages/video.scm (libva): Update to 1.8.0.
* gnu: libsndfile: Update to 1.0.28.Thomas Danckaert2017-04-03
| | | | * gnu/packages/pulseaudio.scm (libsndfile): Update to 1.0.28.
* gnu: tzdata: Update to 2017b.Leo Famulari2017-04-02
| | | | * gnu/packages/base.scm (tzdata): Update to 2017b.
* gnu: brdf-explorer: Use HTTPS source URL.Leo Famulari2017-04-02
| | | | * gnu/packages/graphics.scm (brdf-explorer)[source]: Use HTTPS URL.
* gnu: Use HTTPS URLs for GitHub home-pages.Leo Famulari2017-04-02
| | | | | | | | | * gnu/packages/bioinformatics.scm, gnu/packages/emacs.scm, gnu/packages/haskell.scm, gnu/packages/libffi.scm, gnu/packages/lisp.scm, gnu/packages/ocaml.scm, gnu/packages/openstack.scm, gnu/packages/python.scm, gnu/packages/ruby.scm, gnu/packages/shells.scm, gnu/packages/statistics.scm, gnu/packages/xdisorg.scm: Use HTTPS URLs for all packages with a home-page on GitHub.
* gnu: jbig2dec: Fix CVE-2016-9601.Leo Famulari2017-04-02
| | | | | | * gnu/packages/patches/jbig2dec-CVE-2016-9601.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (jbig2dec)[source]: Use it.
* Merge branch 'core-updates'Ludovic Courtès2017-04-03
|\
| * gnu: guile-git: Install .go files to /site-ccache.Ludovic Courtès2017-04-03
| | | | | | | | | | * gnu/packages/guile.scm (guile-git)[arguments] <bootstrap>: Change "/ccache" to "/site-ccache" in Makefile.am.
| * gnu: sddm: Build without greenisland.Marius Bakke2017-04-02
| | | | | | | | | | | | This Wayland compositor is currently abandonware and has known problems. * gnu/packages/display-managers.scm (sddm)[inputs]: Remove GREENISLAND.
| * gnu: khmer: Build with gcc-4.Ben Woodcroft2017-04-02
| | | | | | | | * gnu/packages/bioinformatics.scm (khmer)[inputs]: Add gcc-4.9.
| * gnu: rapidjson: Fix building on aarch64.Efraim Flashner2017-03-31
| | | | | | | | | | * gnu/packages/web.scm (rapidjson)[arguments]: Add custom phase for aarch64 to fix -march detection.
| * gnu: mlocate: Update URLs.Ludovic Courtès2017-03-30
| | | | | | | | | | * gnu/packages/search.scm (mlocate)[source, home-page]: Change URLs to pagure.{org,io}.
| * gnu: ruby-concurrent: Work around test failure on ARM.Ludovic Courtès2017-03-30
| | | | | | | | | | | | * gnu/packages/patches/ruby-concurrent-test-arm.patch: New file. * gnu/packages/ruby.scm (ruby-concurrent)[source](patches): Add it. * gnu/local.mk (dist_patch_DATA): Add it.
| * gnu: guix: Include the aarch64 bootstrap Guile.Ludovic Courtès2017-03-30
| | | | | | | | | | | | * gnu/packages/package-management.scm (boot-guile-uri): Add case for aarch64. (guix-0.12.0)[arguments] <copy-bootstrap-guile>: Handle aarch64. [inputs]: Add "boot-guile/aarch64".
| * Merge branch 'master' into core-updatesMarius Bakke2017-03-30
| |\ | | | | | | | | | Most conflicts are from 6fd52309b8f52c9bb59fccffac53e029ce94b698.
| * | gnu: chez-scheme: Fix build failure in 'reset-gzip-timestamps' phase.Marius Bakke2017-03-30
| | | | | | | | | | | | | | | * gnu/packages/chez.scm (chez-scheme)[arguments]: Add 'make-manpages-writable' phase.
| * | gnu: propeller-binutils: Use flex 2.6.1.Ricardo Wurmus2017-03-30
| | | | | | | | | | | | | | | * gnu/packages/embedded.scm (propeller-binutils)[native-inputs]: Replace "flex" with "flex-2.6.1".
| * | gnu: discrover: Add missing includes.Ricardo Wurmus2017-03-30
| | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (discrover)[arguments]: Add build phase "add-missing-includes" to include "random" headers.
| * | gnu: stringtie: Remove typedef conflict.Ricardo Wurmus2017-03-30
| | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (stringtie)[arguments]: Remove conflicting typedef in a new build phase "remove-duplicate-typedef".
| * | gnu: powertabeditor: Link with pthread.Ricardo Wurmus2017-03-30
| | | | | | | | | | | | | | | * gnu/packages/music.scm (powertabeditor)[arguments]: Link with "-lpthread" to fix build with GCC 5.
| * | gnu: hugs: Build with GCC 4.9.Ricardo Wurmus2017-03-30
| | | | | | | | | | | | * gnu/packages/hugs.scm (hugs)[native-inputs]: Add "gcc-4.9".
| * | gnu: dash: Update to 0.5.9.1.Leo Famulari2017-03-30
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/shells.scm (dash): Update to 0.5.9.1. [source]: Use git-fetch. [native-inputs]: Add autoconf and automake. [arguments]: Add 'bootstrap' phase.
| * | gnu: wordnet: Build with the default GCC.Ludovic Courtès2017-03-29
| | | | | | | | | | | | * gnu/packages/wordnet.scm (wordnet)[native-inputs]: Remove.
| * | gnu: guile-reader: Build with gperf 3.0.Ludovic Courtès2017-03-29
| | | | | | | | | | | | | | | * gnu/packages/guile.scm (guile-reader)[native-inputs]: Use GPERF-3.0 instead of GPERF.
| * | gnu: kakoune: Fix build after Boost ABI change.Marius Bakke2017-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | Also remove now-obsolete snippet and inputs. * gnu/packages/text-editors.scm (kakoune)[source]: Remove gzip substitution. [arguments]: Drop CPPFLAGS from #:make-flags. [native-inputs]: Remove GCC-5. [inputs]: Remove gcc:lib.
| * | gnu: nspr: Use 'modify-phases' syntax.Efraim Flashner2017-03-28
| | | | | | | | | | | | | | | * gnu/packages/gnuzilla.scm (nspr)[arguments]: Use 'modify-phases' syntax.
| * | gnu: nspr: Update to 4.14.Efraim Flashner2017-03-28
| | | | | | | | | | | | * gnu/packages/gnuzilla.scm (nspr): Update to 4.14.
| * | gnu: mozjs@24: Use more inherited fields.Efraim Flashner2017-03-28
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnuzilla.scm (mozjs@24)[arguments]: Use 'substitute-keyword-arguments', override inherited 'configure. [native-inputs]: Remove field to use inherited native-inputs. [propagated-inputs]: Same.
| * | gnu: mozjs@17: Use 'modify-phases' syntax.Efraim Flashner2017-03-28
| | | | | | | | | | | | | | | * gnu/packages/gnuzilla.scm (mozjs@17)[arguments]: Use 'modify-phases' syntax.
| * | gnu: mozjs@17: Add missing inputs.Efraim Flashner2017-03-28
| | | | | | | | | | | | | | | | | | * gnu/packages/gnuzilla.scm (mozjs@17)[native-inputs]: Add pkg-config. [propagated-inputs]: Add nspr. [inputs]: Add zlib.
| * | gnu: mozjs@17: Add support for aarch64-linux.Efraim Flashner2017-03-28
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnuzilla.scm (mozjs@17)[source]: Add patch. [arguments]: Add phase deleting slow test, add configure argument for building on aarch64-linux. * gnu/packages/patches/mozjs17-aarch64-support.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
| * | gnu: mozjs@24: Add aarch64-support.Efraim Flashner2017-03-28
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnuzilla.scm (mozjs@24)[source]: Add patch. [arguments]: Add flag for building on aarch64-linux, delete failing test. * gnu/packages/patches/mozjs24-aarch64-support.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
| * | gnu: mysql: Disable tests on aarch64-linux.Efraim Flashner2017-03-28
| | | | | | | | | | | | | | | * gnu/packages/databases.scm (mysql)[arguments]: Disable the test suite on aarch64-linux.
| * | gnu: gsl: Disable tests on aarch64-linux.Efraim Flashner2017-03-28
| | | | | | | | | | | | | | | | | | * gnu/packages/maths.scm (gsl)[arguments]: Do not run the test suite on aarch64-linux. [home-page]: Use https.
| * | Merge branch 'master' into core-updatesLeo Famulari2017-03-27
| |\ \
| * | | gnu: libreoffice: Update to 5.3.1.2.Thomas Danckaert2017-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/libreoffice.scm (libreoffice): Update to 5.3.1.2. [inputs]: Add libstaroffice and libzmf. [arguments]: Remove reference to removed patch; unpack xmlsec 1.2.23 tarball. (xmlsec-src-libreoffice): Update to version 1.2.23 tarball.
| * | | gnu: orcus: Update to 0.12.1.Thomas Danckaert2017-03-27
| | | | | | | | | | | | | | | | | | | | * gnu/packages/libreoffice.scm (orcus): Update to 0.12.1. [inputs]: Add python.
| * | | gnu: libetonyek: Update to 0.1.6.Thomas Danckaert2017-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/libreoffice.scm (libetonyek): Update to 0.1.6. [arguments]: Add phase 'autoreconf, because configure.ac is patched. Add configure flag "--with-mdds=1.2". [inputs]: Add liblangtag. [native-inputs]: Add autoconf and automake. * gnu/packages/patches/libetonyek-build-with-mdds-1.2.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
| * | | gnu: Add libstaroffice.Thomas Danckaert2017-03-27
| | | | | | | | | | | | | | | | * gnu/packages/libreoffice.scm (libstaroffice): New variable.
| * | | gnu: ixion: Update to 0.12.2.Thomas Danckaert2017-03-27
| | | | | | | | | | | | | | | | | | | | * gnu/packages/libreoffice.scm (ixion): Update to 0.12.2. [inputs]: Replace python-2 by python.
| * | | gnu: mdds: Upgrade to 1.2.2.Thomas Danckaert2017-03-27
| | | | | | | | | | | | | | | | * gnu/packages/boost.scm (mdds): Upgrade to 1.2.2.
| * | | gnu: Add libzmf.Thomas Danckaert2017-03-27
| | | | | | | | | | | | | | | | * gnu/packages/libreoffice.scm (libzmf): New Variable.
| * | | gnu: mumble: Fix build after speex update.Marius Bakke2017-03-26
| | | | | | | | | | | | | | | | * gnu/packages/telephony.scm (mumble)[inputs]: Add SPEEXDSP.
| * | | gnu: Add speexdsp.Marius Bakke2017-03-26
| | | | | | | | | | | | | | | | * gnu/packages/xiph.scm (speexdsp): New variable. Export it.
| * | | gnu: po4a: Make manpages writable before resetting timestamps.Marius Bakke2017-03-26
| | | | | | | | | | | | | | | | | | | | * gnu/packages/gettext.scm (po4a)[arguments]: Add 'make-compressed-files-writable' phase.
| * | | gnu: bigloo: Fix build failure in ld.Julien Lepiller2017-03-26
| | | | | | | | | | | | | | | | * gnu/packages/scheme.scm (bigloo)[arguments]<#:configure-flags>: Add --cflags=-fPIC.
| * | | gnu: libsvgtiny: Build with gperf@3.0.Marius Bakke2017-03-26
| | | | | | | | | | | | | | | | * gnu/packages/web.scm (libsvgtiny)[native-inputs]: Change GPERF to GPERF-3.0.