aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: qtdeclarative: Fix reference on qmlcachegen.Jonathan Brielmaier2020-05-26
| | | | | * gnu/packages/qt.scm (qtdeclarative)[arguments]: Add phase to fix the reference on qmlcachegen in an installed cmake file.
* gnu: libdrm: Update to 2.4.101.Marius Bakke2020-05-26
| | | | | | | | | * gnu/packages/patches/libdrm-symbol-check.patch: Delete file. * gnu/packages/patches/libdrm-realpath-virtio.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/xdisorg.scm (libdrm): Update to 2.4.101. [source](uri): Adjust for new .tar.xz tarball. [source](patches): Adjust patch list as above.
* gnu: vkd3d: Fix build with newer Vulkan headers.Marius Bakke2020-05-26
| | | | * gnu/packages/vulkan.scm (vkd3d)[arguments]: Add phase 'patch-for-new-vulkan'.
* gnu: vkquake: Fix build with newer Vulkan headers.Marius Bakke2020-05-26
| | | | * gnu/packages/games.scm (vkquake)[arguments]: Add phase 'patch-for-new-vulkan'.
* gnu: Mesa: Fix substitutions for absolute library references.Marius Bakke2020-05-26
| | | | | * gnu/packages/gl.scm (mesa)[arguments]: In the 'fix-dlopen-libnames' phase, adjust substitutions so that they patch the correct files.
* gnu: Mesa: Remove obsolete phase.Marius Bakke2020-05-26
| | | | * gnu/packages/gl.scm (mesa)[arguments]: Remove 'patch-create_test_cases' phase.
* gnu: Mesa: Remove unused input.Marius Bakke2020-05-26
| | | | * gnu/packages/gl.scm (mesa)[inputs]: Remove MAKEDEPEND.
* gnu: Mesa: Install scripts to a separate output.Marius Bakke2020-05-26
| | | | | * gnu/packages/gl.scm (mesa)[outputs]: New field. [arguments]: Add phase 'split-outputs'.
* gnu: shaderc: Enable (some) tests.Marius Bakke2020-05-26
| | | | | * gnu/packages/vulkan.scm (shaderc)[arguments]: Remove #:tests?. Add substitution to use "spirv-dis" from inputs instead of bundled.
* gnu: shaderc: Update to 2020.0.Marius Bakke2020-05-26
| | | | | | | | | | * gnu/packages/vulkan.scm (shaderc): Update to 2020.0. [build-system]: Change to CMAKE-BUILD-SYSTEM. [arguments]: Move custom configure invokation to #:configure-flags. Add phase to prevent using bundled code. [inputs]: Add GLSLANG, SPIRV-HEADERS, and SPIRV-TOOLS. [native-inputs]: Remove CMAKE-MINIMAL, GLSLANG:SOURCE, SPIRV-HEADERS:SOURCE, and SPIRV-TOOLS:SOURCE.
* gnu: vulkan-tools: Update to 1.2.140.Marius Bakke2020-05-26
| | | | * gnu/packages/vulkan.scm (vulkan-tools): Update to 1.2.140.
* gnu: vulkan-loader: Enable tests.Marius Bakke2020-05-26
| | | | | | | * gnu/packages/vulkan.scm (vulkan-loader)[arguments]: Remove #:tests? and #:configure-flags. Add #:phases to unpack googletest and disable tests that cannot run in the build container. [native-inputs]: Add (PACKAGE-SOURCE GOOGLETEST).
* gnu: vulkan-loader: Update to 1.2.140.Marius Bakke2020-05-26
| | | | | * gnu/packages/vulkan.scm (vulkan-loader): Update to 1.2.140. [arguments]: Remove #:phases.
* gnu: vulkan-headers: Update to 1.2.141.Marius Bakke2020-05-26
| | | | | * gnu/packages/vulkan.scm (vulkan-headers): Update to 1.2.141. (vulkan-loader, vulkan-tools)[version]: Do not inherit from VULKAN-HEADERS.
* gnu: glslang: Build shared libraries.Marius Bakke2020-05-26
| | | | * gnu/packages/vulkan.scm (glslang)[arguments]: Add #:configure-flags.
* gnu: glslang: Update to 8.13.3743.Marius Bakke2020-05-26
| | | | | | * gnu/packages/vulkan.scm (glslang): Update to 8.13.3743. [arguments]: Remove #:phases. [native-inputs]: Remove BISON. Add PYTHON.
* gnu: spirv-tools: Do not build static libraries.Marius Bakke2020-05-26
| | | | | * gnu/packages/vulkan.scm (spirv-tools)[arguments]: Add "-DBUILD_SHARED_LIBS=ON" in #:configure-flags.
* gnu: spirv-tools: Update to 2020.2.Marius Bakke2020-05-26
| | | | | * gnu/packages/vulkan.scm (spirv-tools): Update to 2020.2. [arguments]: Remove #:tests?.
* gnu: spirv-headers: Update to 1.5.3.Marius Bakke2020-05-26
| | | | * gnu/packages/vulkan.scm (spirv-headers): Update to 1.5.3.
* gnu: gstreamer: Increase test timeouts.Marius Bakke2020-05-26
| | | | | | | | | Fixes <https://bugs.gnu.org/36464>. Reported by Steffen Rytter Postas <nc@scalehost.eu>. * gnu/packages/gstreamer.scm (%common-gstreamer-phases): New variable. (gstreamer, gst-plugins-base, gst-plugins-good, gst-plugins-bad, gst-plugins-ugly, gst-editing-services)[arguments]: Use it.
* gnu: cogl: Fix build with Mesa 20.Marius Bakke2020-05-26
| | | | * gnu/packages/gnome.scm (cogl)[arguments]: Add phase to adjust header includes.
* Merge branch 'master' into stagingMarius Bakke2020-05-26
|\
| * gnu: cogl: Enable tests.Marius Bakke2020-05-21
| | | | | | | | | | | | * gnu/packages/gnome.scm (cogl)[native-inputs]: Add XORG-SERVER-FOR-TESTS. [arguments]: Remove #:tests?. Add #:disallowed-references. Add #:phases to prepare test environment.
| * gnu: cogl: Update to 1.22.6.Marius Bakke2020-05-21
| | | | | | | | * gnu/packages/gnome.scm (cogl): Update to 1.22.6.
| * gnu: ruby-fakefs: Fix lonely parens.Marius Bakke2020-05-21
| | | | | | | | * gnu/packages/ruby.scm (ruby-fakefs)[arguments]: Move dangling parents up.
| * gnu: gnuastro: Don't build static libraries.Efraim Flashner2020-05-21
| | | | | | | | | | * gnu/packages/astronomy.scm (gnuastro)[arguments]: Add configure-flag to skip building static libraries.
| * gnu: gnuastro: Update to 0.12.Efraim Flashner2020-05-21
| | | | | | | | * gnu/packages/astronomy.scm (gnuastro): Update to 0.12.
| * gnu: http-parser: Fix build [and guix pull!] on i686-linux.Tobias Geerinckx-Rice2020-05-21
| | | | | | | | | | | | | | | | | | This follows up on commit 5c30eb61d74034a1b7c188b8d7be7df0b926025f. * gnu/packages/web.scm (http-parser)[source]: Apply the armhf patch not here… [arguments]: …but in a phase & only on armhf-linux. [native-inputs]: Add it on armhf-linux.
| * gnu: mpop: Update to 1.4.9.Tobias Geerinckx-Rice2020-05-21
| | | | | | | | * gnu/packages/mail.scm (mpop): Update to 1.4.9.
| * gnu: uhttpmock: Don't use NAME in source URI.Tobias Geerinckx-Rice2020-05-21
| | | | | | | | * gnu/packages/web.scm (uhttpmock)[source]: Hard-code NAME.
| * gnu: criu: Download sources over HTTPS.Tobias Geerinckx-Rice2020-05-21
| | | | | | | | * gnu/packages/virtualization.scm (criu)[source]: Use HTTPS.
| * gnu: ikiwiki: Add missing input.Paul Garlick2020-05-21
| | | | | | | | | | * gnu/packages/web.scm (ikiwiki)[inputs]: Add perl-xml-feed. [arguments]: Add 'pre-check' phase.
| * gnu: perl-xml-feed: Propagate inputs.Paul Garlick2020-05-21
| | | | | | | | | | * gnu/packages/xml.scm (perl-xml-feed)[inputs]: Move to... [propagated-inputs]: ...here.
| * gnu: perl-xml-feed: Enable tests.Paul Garlick2020-05-21
| | | | | | | | * gnu/packages/xml.scm (perl-xml-feed)[arguments]: Remove field.
| * gnu: perl-xml-feed: Add missing inputs.Paul Garlick2020-05-21
| | | | | | | | | | | | * gnu/packages/xml.scm (perl-xml-feed)[inputs]: Add perl-datetime-format-flexible, perl-datetime-format-iso8601 and perl-datetime-format-natural.
| * gnu: Add perl-datetime-format-iso8601.Paul Garlick2020-05-21
| | | | | | | | * gnu/packages/perl.scm (perl-datetime-format-iso8601): New variable.
| * gnu: Add perl-test-distribution.Paul Garlick2020-05-21
| | | | | | | | * gnu/packages/perl-check.scm (perl-test-distribution): New variable.
| * gnu: Add libfreenect.Ekaitz Zarraga2020-05-21
| | | | | | | | | | | | | | * gnu/packages/openkinect.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: cl-cffi-gtk-gobject: Fix build with new sbcl-package->cl-source-package ↵Pierre Neidhardt2020-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | function. * gnu/packages/lisp-xyz.scm (sbcl-cl-cffi-gtk-boot0)[inputs]: Add all inputs. [arguments]: Patch whole source. (sbcl-cl-cffi-gtk-glib)[inputs]: Remove glib. (sbcl-cl-cffi-gtk-glib)[arguments]: Reuse boot0 source. (sbcl-cl-cffi-gtk-gobject)[inputs]: Remove glib. (sbcl-cl-cffi-gtk-gobject)[arguments]: Reuse boot0 source. (sbcl-cl-cffi-gtk-gio)[inputs]: Remove glib. (sbcl-cl-cffi-gtk-gio)[arguments]: Reuse boot0 source. (sbcl-cl-cffi-gtk-cairo)[inputs]: Remove cairo. (sbcl-cl-cffi-gtk-cairo)[arguments]: Reuse boot0 source. (sbcl-cl-cffi-gtk-pango)[inputs]: Remove pango. (sbcl-cl-cffi-gtk-pango)[arguments]: Reuse boot0 source. (sbcl-cl-cffi-gtk-gdk-pixbuf)[inputs]: Remove gdk-pixbuf. (sbcl-cl-cffi-gtk-gdk-pixbuf)[arguments]: Reuse boot0 source. (sbcl-cl-cffi-gtk-gdk-gdk)[inputs]: Remove gtk+. (sbcl-cl-cffi-gtk-gdk-gdk)[arguments]: Reuse boot0 source. (sbcl-cl-cffi-gtk)[arguments]: Reuse boot0 source.
| * gnu: cl-iolib: Propagate libfixposix or else it won't compile.Pierre Neidhardt2020-05-21
| | | | | | | | * gnu/packages/lisp-xyz.scm (cl-iolib)[propagated-inputs]: Add libfixposix.
| * gnu: cl-dexador: Fix build with new sbcl-package->cl-source-package function.Pierre Neidhardt2020-05-21
| | | | | | | | | | * gnu/packages/lisp-xyz.scm (cl-dexador)[arguments]: Remove 'reset-gzip-timestamps phase.
| * gnu: boost-for-mysql: Fix building.Efraim Flashner2020-05-21
| | | | | | | | | | | | | | | | | | | | Co-authored with Jonathan Brielmaier <jonathan.brielmaier@web.de> * gnu/packages/boost.scm (boost-for-mysql)[arguments]: Replace inherited 'configure, phase remove references to python and update the substitute regex for boost-1.59. Absorb 'more-bin-sh-patching into 'configure.Adjust make-flags to always pass '--without-python'. [native-inputs]: Remove python.
| * gnu: ncmpc: Update to 0.38.Tobias Geerinckx-Rice2020-05-21
| | | | | | | | * gnu/packages/mpd.scm (ncmpc): Update to 0.38.
| * gnu: shotwell: Update to 0.30.9.Tobias Geerinckx-Rice2020-05-21
| | | | | | | | * gnu/packages/gnome.scm (shotwell): Update to 0.30.9.
| * gnu: tuxguitar: Update to 1.5.4.Tobias Geerinckx-Rice2020-05-21
| | | | | | | | * gnu/packages/music.scm (tuxguitar): Update to 1.5.4.
| * gnu: xfwm4: Update to 4.14.2.Tobias Geerinckx-Rice2020-05-21
| | | | | | | | * gnu/packages/xfce.scm (xfwm4): Update to 4.14.2.
| * gnu: patchage: Update to 1.0.2.Tobias Geerinckx-Rice2020-05-21
| | | | | | | | * gnu/packages/audio.scm (patchage): Update to 1.0.2.
| * gnu: ganv: Update to 1.6.0.Tobias Geerinckx-Rice2020-05-21
| | | | | | | | | | * gnu/packages/gtk.scm (ganv): Update to 1.6.0. [arguments]: Don't override #:python.
| * gnu: python-apipkg: Update to 1.5.Tobias Geerinckx-Rice2020-05-21
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-apipkg): Update to 1.5. [native-inputs]: Add python-setuptools-scm.
| * gnu: python-apipkg: Remove Python 2 variant.Tobias Geerinckx-Rice2020-05-21
| | | | | | | | * gnu/packages/python-xyz.scm (python2-apipkg): Remove variable.