summaryrefslogtreecommitdiff
path: root/gnu/packages/gl.scm
Commit message (Collapse)AuthorAge
* gnu: Move contents of zip module into compression module.Arun Isaac2017-06-20
| | | | | | | | | | | | | | | * gnu/packages/zip.scm (zip, unzip, zziplib, perl-zip): Move to... * gnu/packages/compression.scm: ...here. * gnu/packages/zip.scm: Delete file. * gnu/local.mk (GNU_SYSTEM_MODULES): Unregister deleted file. * po/packages/POTFILES.in: Unregister deleted file. * gnu/packages/{audio, avr, bioinformatics, busybox, cdrom, ci, compression, docbook, documentation, fonts, fpga, game-development, games, gl, gnome, gnuzilla, graphics, guile, haskell, image, java, kodi, ldc, libreoffice, markup, maths, mc, monitoring, music, php, pretty-print, python, scheme, smalltalk, statistics, synergy, tex, textutils, video, web-browsers, xml, zip}.scm, guix/build-system/{ant, font}.scm, guix/{download, packages}.scm: Adapt module import.
* gnu: mesa: Update to 17.0.6.Marius Bakke2017-05-14
| | | | * gnu/packages/gl.scm (mesa): Update to 17.0.6.
* gnu: mesa: Fix build for 32-bit systems.Leo Famulari2017-04-18
| | | | | | * gnu/packages/patches/mesa-fix-32bit-test-failures.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gl.scm (mesa)[source]: Use it.
* gnu: mesa: Update to 17.0.4.Marius Bakke2017-04-17
| | | | | | | | | * gnu/packages/patches/mesa-skip-disk-cache-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gl.scm (mesa): Update to 17.0.4. [source]: Adapt URI to new directory structure. [arguments]: End phases on #t. Remove stray whitespaces. [home-page]: Use HTTPS.
* gnu: Add freeglut-2.8.Ricardo Wurmus2017-04-13
| | | | * gnu/packages/gl.scm (freeglut-2.8): New variable.
* gnu: Add gl2ps.Arun Isaac2017-04-08
| | | | | | * gnu/packages/gl.scm (gl2ps): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* Merge branch 'core-updates'Ludovic Courtès2017-04-03
|\
| * gnu: mesa: Correct another typo.Efraim Flashner2017-03-20
| | | | | | | | * gnu/packages/gl.scm (mesa)[arguments]: Fix typo (svrast -> swrast).
| * gnu: mesa: Fix another typo.Mark H Weaver2017-03-19
| | | | | | | | | | | | This is a followup to commit 2a8b89c27fe80a438ad95becb5da8ed4191d6cd4. * gnu/packages/gl.scm (mesa)[arguments]: Fix typo (galluim -> gallium).
| * gnu: libepoxy: Add support for aarch64.Efraim Flashner2017-03-19
| | | | | | | | | | * gnu/packages/gl.scm (libepoxy)[arguments]: Add substitution to support aarch64.
| * gnu: libepoxy: Update to 1.4.1.Efraim Flashner2017-03-19
| | | | | | | | | | * gnu/packages/gl.scm (libepoxy): Update to 1.4.1. [home-page]: Use https.
| * gnu: mesa: Fix typo.Leo Famulari2017-03-16
| | | | | | | | | | | | | | | | | | | | The typo caused the configure phase to fail like this: "configure: error: classic DRI driver '915' does not exist" This is a followup to commit c5e91014a2859b7e5c226c411fb14d19bb008a8a. * gnu/packages/gl.scm (mesa)[arguments]: Fix typo in #:configure-flags.
| * gnu: mesa: Enable gallium tests.Efraim Flashner2017-03-14
| | | | | | | | | | * gnu/packages/gl.scm (mesa)[arguments]: Add configure flag to enable the gallium tests.
| * gnu: mesa: Customize build flags based on architecture.Efraim Flashner2017-03-14
| | | | | | | | | | * gnu/packages/gl.scm (mesa)[arguments]: On armhf-linux and aarch64-linux remove the i915 gallium driver and add freedreno and vc4.
| * gnu: mesa: Use llvm backend for Intel hardware only.Efraim Flashner2017-03-14
| | | | | | | | | | | | | | * gnu/packages/gl.scm (mesa)[inputs]: Only use llvm for i686-linux and x86_64-linux. [arguments]: Only pass '--enable-gallium-llvm' to 'configure on i686-linux and x86_64-linux.
| * gnu: mesa: Build LLVM Gallium drivers.Ricardo Wurmus2017-03-06
| | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/25953>. * gnu/packages/gl.scm (mesa)[inputs]: Add llvm. [arguments]: Build LLVM Gallium drivers.
| * gnu: libepoxy: Update to 1.4.0.Marius Bakke2017-02-22
| | | | | | | | | | | | | | | | | | * gnu/packages/patches/libepoxy-gl-null-checks.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/gl.scm (libepoxy): Update to 1.4.0. [source]: Remove patch. Use release tarball and remove explicit file-name. [arguments]: Drop 'autoreconf' phase. Remove obsolete test substitution. [native-inputs]: Remove AUTOCONF, AUTOMAKE and LIBTOOL.
| * gnu: mesa: Update to 13.0.5.Marius Bakke2017-02-21
| | | | | | | | * gnu/packages/gl.scm (mesa): Update to 13.0.5.
| * gnu: mesa: Update to 13.0.4.Marius Bakke2017-02-01
| | | | | | | | * gnu/packages/gl.scm (mesa): Update to 13.0.4.
* | gnu: guile-opengl: Build with Guile 2.2.David Thompson2017-03-31
|/ | | | * gnu/packages/gl.scm (guile-opengl): Build with Guile 2.2.
* gnu: mesa: Update to 13.0.3.Mark H Weaver2017-01-11
| | | | * gnu/packages/gl.scm (mesa): Update to 13.0.3.
* gnu: mesa: Enable floating point textures.David Thompson2017-01-11
| | | | * gnu/packages/gl.scm (mesa): Add --enable-texture-float to configure flags.
* gnu: libepoxy: Add patch to avoid segfault when GL support is missing.Ludovic Courtès2016-12-09
| | | | | | * gnu/packages/patches/libepoxy-gl-null-checks.patch: New file. * gnu/packages/gl.scm (libepoxy)[source]: Add it. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: mesa: Update to 13.0.2.Marius Bakke2016-12-02
| | | | | | | | * gnu/packages/gl.scm (mesa): Update to 13.0.2. [inputs]: Remove eudev. [native-inputs]: Move 'mesa-wayland-egl-symbols-check-mips.patch' to ... [source]: ... here. [arguments]: Don't apply patch. Remove udev substitution.
* gnu: mesa: Apply MIPS patch conditionally.Ludovic Courtès2016-11-03
| | | | | | | | | Fixes <http://bugs.gnu.org/24833>. Reported by Mark H Weaver <mhw@netris.org>. * gnu/packages/gl.scm (mesa)[source](patches): Remove. [native-inputs]: Add conditional "mips-patch" input. [arguments]: Add conditional 'apply-mips-patch' phase.
* gnu: Add missing module import to (gnu packages gl).Mark H Weaver2016-10-24
| | | | | | This is a followup to commit f1267c872fcaed6c53d43b3ff51abb726f7418d6. * gnu/packages/gl.scm: Import (gnu packages).
* gnu: mesa: Fix 'wayland-egl-symbols-check' on MIPS.Mark H Weaver2016-10-24
| | | | | | | * gnu/packages/patches/mesa-wayland-egl-symbols-check-mips.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gl.scm (mesa)[source]: Add patch when building on MIPS.
* Merge branch 'master' into core-updatesMark H Weaver2016-10-19
|\
| * gnu: glfw: Propagate the relevant inputs.Ludovic Courtès2016-10-19
| | | | | | | | | | * gnu/packages/gl.scm (glfw)[inputs]: Rename to... [propagated-inputs]: ... this. Add LIBXXF86VM.
* | Merge branch 'master' into core-updatesLudovic Courtès2016-09-30
|\|
| * gnu: extempore: Only build on x86_64.Ricardo Wurmus2016-09-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/algebra.scm (kiss-fft-for-extempore)[supported-systems]: Only build on x86_64. * gnu/packages/gl.scm (nanovg-for-extempore)[supported-systems]: Likewise. * gnu/packages/image.scm (stb-image-for-extempore)[supported-systems]: Likewise. * gnu/packages/llvm.scm (llvm-for-extempore)[supported-systems]: Likewise. * gnu/packages/music.scm (portmidi-for-extempore)[supported-systems]: Likewise. (extempore)[supported-systems]: Likewise.
| * gnu: Add nanovg-for-extempore.Ricardo Wurmus2016-09-16
| | | | | | | | * gnu/packages/gl.scm (nanovg-for-extempore): New variable.
| * gnu: glew: Update to 2.0.0.ng02016-09-10
| | | | | | | | | | | | * gnu/packages/gl.scm (glew): Update to 2.0.0. Signed-off-by: Leo Famulari <leo@famulari.name>
* | Merge branch 'master' into core-updatesLudovic Courtès2016-09-02
|\|
| * gnu: guile-opengl: Use https URL.ng02016-08-30
| | | | | | | | * gnu/packages/gl.scm (guile-opengl)[home-page]: Use https URL.
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2016-08-29
|\|
| * gnu: Add glfw.David Thompson2016-08-23
| | | | | | | | * gnu/packages/gl.scm (glfw): New variable.
* | gnu: mesa: Add vdpau support.Efraim Flashner2016-08-23
| | | | | | | | * gnu/packages/gl.scm (mesa)[propagated-inputs]: Add libvdpau.
* | gnu: libepoxy: Use 'modify-phases'.Efraim Flashner2016-08-23
| | | | | | | | * gnu/packages/gl.scm (libepoxy)[arguments]: Use 'modify-phases' syntax.
* | gnu: mesa: Update to 12.0.1.Efraim Flashner2016-08-23
| | | | | | | | * gnu/packages/gl.scm (mesa): Update to 12.0.1.
* | gnu: mesa: Use 'modify-phases'.Efraim Flashner2016-08-23
| | | | | | | | * gnu/packages/gl.scm (mesa)[arguments]: Use 'modify-phases' syntax.
* | gnu: mesa: Enable virtio gallium driver.David Craven2016-08-22
| | | | | | | | * gnu/packages/gl.scm (mesa): Enable virtio gallium driver.
* | gnu: mesa: Enable wayland support.David Craven2016-08-22
| | | | | | | | * gnu/packages/gl.scm (mesa): Enable configure-flags required by wayland.
* | gnu: mesa: Update to 12.0.0.David Craven2016-08-22
|/ | | | * gnu/packages/gl.scm (mesa): Update to 12.0.0.
* gnu: libepoxy: Update to 1.3.1.ng02016-07-23
| | | | | | * gnu/packages/gl.scm (libepoxy): Update to 1.3.1. Signed-off-by: Andreas Enge <andreas@enge.fr>
* gnu: Update URLs for sourceforge.net.Leo Famulari2016-07-22
| | | | | | | | | | | * gnu/packages/audio.scm: Update URLs pointing to sourceforge.net. * gnu/packages/fonts.scm: Likewise. * gnu/packages/gl.scm: Likewise. * gnu/packages/gnome.scm: Likewise. * gnu/packages/image.scm: Likewise. * gnu/packages/lxde.scm: Likewise. * gnu/packages/slim.scm: Likewise. * gnu/packages/textutils.scm: Likewise.
* gnu: Update URLs for sourceforge.net.Leo Famulari2016-07-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm: Update URLs pointing to sourceforge.net. * gnu/packages/audacity.scm: Likewise. * gnu/packages/audio.scm: Likewise. * gnu/packages/bioinformatics.scm: Likewise. * gnu/packages/boost.scm: Likewise. * gnu/packages/cdrom.scm: Likewise. * gnu/packages/code.scm: Likewise. * gnu/packages/compression.scm: Likewise. * gnu/packages/cups.scm: Likewise. * gnu/packages/djvu.scm: Likewise. * gnu/packages/docbook.scm: Likewise. * gnu/packages/documentation.scm: Likewise. * gnu/packages/flashing-tools.scm: Likewise. * gnu/packages/fonts.scm: Likewise. * gnu/packages/fontutils.scm: Likewise. * gnu/packages/games.scm: Likewise. * gnu/packages/ghostscript.scm: Likewise. * gnu/packages/gl.scm: Likewise. * gnu/packages/gnucash.scm: Likewise. * gnu/packages/graphviz.scm: Likewise. * gnu/packages/image.scm: Likewise. * gnu/packages/libreoffice.scm: Likewise. * gnu/packages/libusb.scm: Likewise. * gnu/packages/linux.scm: Likewise. * gnu/packages/lirc.scm: Likewise. * gnu/packages/maths.scm: Likewise. * gnu/packages/mcrypt.scm: Likewise. * gnu/packages/mp3.scm: Likewise. * gnu/packages/music.scm: Likewise. * gnu/packages/networking.scm: Likewise. * gnu/packages/onc-rpc.scm: Likewise. * gnu/packages/password-utils.scm: Likewise. * gnu/packages/pdf.scm: Likewise. * gnu/packages/perl.scm: Likewise. * gnu/packages/photo.scm: Likewise. * gnu/packages/popt.scm: Likewise. * gnu/packages/python.scm: Likewise. * gnu/packages/rdesktop.scm: Likewise. * gnu/packages/screen.scm: Likewise. * gnu/packages/swig.scm: Likewise. * gnu/packages/tcl.scm: Likewise. * gnu/packages/version-control.scm: Likewise. * gnu/packages/video.scm: Likewise. * gnu/packages/w3m.scm: Likewise. * gnu/packages/web.scm: Likewise. * gnu/packages/wm.scm: Likewise. * gnu/packages/xdisorg.scm: Likewise. * gnu/packages/xml.scm: Likewise.
* gnu: mesa-utils: Update to 8.3.0.David Craven2016-07-19
| | | | | | * gnu/packages/gl.scm (mesa-utils): Update to 8.3.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Order module imports in (gnu packages gl) alphabetically.David Craven2016-07-19
| | | | | | * gnu/packages/gl.scm: Order module imports alphabetically. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gl: Change 'l:' prefix to 'license:'.David Craven2016-07-19
| | | | | | * gnu/packages/gl.scm: Change #:prefix l: to #:prefix license:. Signed-off-by: Ludovic Courtès <ludo@gnu.org>