aboutsummaryrefslogtreecommitdiff
path: root/doc/local.mk
diff options
context:
space:
mode:
Diffstat (limited to 'doc/local.mk')
0 files changed, 0 insertions, 0 deletions
u/packages/gl.scm (gl2ps): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Arun Isaac 2017-04-03Merge branch 'core-updates'Ludovic Courtès 2017-03-31gnu: guile-opengl: Build with Guile 2.2....* gnu/packages/gl.scm (guile-opengl): Build with Guile 2.2. David Thompson 2017-03-20gnu: mesa: Correct another typo....* gnu/packages/gl.scm (mesa)[arguments]: Fix typo (svrast -> swrast). Efraim Flashner 2017-03-19gnu: mesa: Fix another typo....This is a followup to commit 2a8b89c27fe80a438ad95becb5da8ed4191d6cd4. * gnu/packages/gl.scm (mesa)[arguments]: Fix typo (galluim -> gallium). Mark H Weaver 2017-03-19gnu: libepoxy: Add support for aarch64....* gnu/packages/gl.scm (libepoxy)[arguments]: Add substitution to support aarch64. Efraim Flashner 2017-03-19gnu: libepoxy: Update to 1.4.1....* gnu/packages/gl.scm (libepoxy): Update to 1.4.1. [home-page]: Use https. Efraim Flashner 2017-03-16gnu: mesa: Fix typo....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. Leo Famulari 2017-03-14gnu: mesa: Enable gallium tests....* gnu/packages/gl.scm (mesa)[arguments]: Add configure flag to enable the gallium tests. Efraim Flashner 2017-03-14gnu: mesa: Customize build flags based on architecture....* gnu/packages/gl.scm (mesa)[arguments]: On armhf-linux and aarch64-linux remove the i915 gallium driver and add freedreno and vc4. Efraim Flashner 2017-03-14gnu: mesa: Use llvm backend for Intel hardware only....* 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. Efraim Flashner 2017-03-06gnu: mesa: Build LLVM Gallium drivers....Fixes <https://bugs.gnu.org/25953>. * gnu/packages/gl.scm (mesa)[inputs]: Add llvm. [arguments]: Build LLVM Gallium drivers. Ricardo Wurmus 2017-02-22gnu: libepoxy: Update to 1.4.0....* 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. Marius Bakke 2017-02-21gnu: mesa: Update to 13.0.5....* gnu/packages/gl.scm (mesa): Update to 13.0.5. Marius Bakke 2017-02-01gnu: mesa: Update to 13.0.4....* gnu/packages/gl.scm (mesa): Update to 13.0.4. Marius Bakke 2017-01-11gnu: mesa: Update to 13.0.3....* gnu/packages/gl.scm (mesa): Update to 13.0.3. Mark H Weaver 2017-01-11gnu: mesa: Enable floating point textures....* gnu/packages/gl.scm (mesa): Add --enable-texture-float to configure flags. David Thompson 2016-12-09gnu: libepoxy: Add patch to avoid segfault when GL support is missing....* 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. Ludovic Courtès 2016-12-02gnu: mesa: Update to 13.0.2....* 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. Marius Bakke 2016-11-03gnu: mesa: Apply MIPS patch conditionally....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. Ludovic Courtès 2016-10-24gnu: Add missing module import to (gnu packages gl)....This is a followup to commit f1267c872fcaed6c53d43b3ff51abb726f7418d6. * gnu/packages/gl.scm: Import (gnu packages). Mark H Weaver 2016-10-24gnu: mesa: Fix 'wayland-egl-symbols-check' on MIPS....* 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. Mark H Weaver 2016-10-19Merge branch 'master' into core-updatesMark H Weaver 2016-10-19gnu: glfw: Propagate the relevant inputs....* gnu/packages/gl.scm (glfw)[inputs]: Rename to... [propagated-inputs]: ... this. Add LIBXXF86VM. Ludovic Courtès 2016-09-30Merge branch 'master' into core-updatesLudovic Courtès 2016-09-21gnu: extempore: Only build on x86_64....* 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. Ricardo Wurmus 2016-09-16gnu: Add nanovg-for-extempore....* gnu/packages/gl.scm (nanovg-for-extempore): New variable. Ricardo Wurmus 2016-09-10gnu: glew: Update to 2.0.0....* gnu/packages/gl.scm (glew): Update to 2.0.0. Signed-off-by: Leo Famulari <leo@famulari.name> ng0 2016-09-02Merge branch 'master' into core-updatesLudovic Courtès 2016-08-30gnu: guile-opengl: Use https URL....* gnu/packages/gl.scm (guile-opengl)[home-page]: Use https URL. ng0 2016-08-29Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner 2016-08-23gnu: mesa: Add vdpau support....* gnu/packages/gl.scm (mesa)[propagated-inputs]: Add libvdpau. Efraim Flashner 2016-08-23gnu: libepoxy: Use 'modify-phases'....* gnu/packages/gl.scm (libepoxy)[arguments]: Use 'modify-phases' syntax. Efraim Flashner 2016-08-23gnu: mesa: Update to 12.0.1....* gnu/packages/gl.scm (mesa): Update to 12.0.1. Efraim Flashner 2016-08-23gnu: mesa: Use 'modify-phases'....* gnu/packages/gl.scm (mesa)[arguments]: Use 'modify-phases' syntax. Efraim Flashner 2016-08-23gnu: Add glfw....* gnu/packages/gl.scm (glfw): New variable. David Thompson 2016-08-22gnu: mesa: Enable virtio gallium driver....* gnu/packages/gl.scm (mesa): Enable virtio gallium driver. David Craven 2016-08-22gnu: mesa: Enable wayland support....* gnu/packages/gl.scm (mesa): Enable configure-flags required by wayland. David Craven 2016-08-22gnu: mesa: Update to 12.0.0....* gnu/packages/gl.scm (mesa): Update to 12.0.0. David Craven 2016-07-23gnu: libepoxy: Update to 1.3.1....* gnu/packages/gl.scm (libepoxy): Update to 1.3.1. Signed-off-by: Andreas Enge <andreas@enge.fr> ng0 2016-07-22gnu: Update URLs for sourceforge.net....* 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. Leo Famulari 2016-07-21gnu: Update URLs for sourceforge.net....* 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. Leo Famulari 2016-07-19gnu: mesa-utils: Update to 8.3.0....* gnu/packages/gl.scm (mesa-utils): Update to 8.3.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> David Craven 2016-07-19gnu: Order module imports in (gnu packages gl) alphabetically....* gnu/packages/gl.scm: Order module imports alphabetically. Signed-off-by: Ludovic Courtès <ludo@gnu.org> David Craven 2016-07-19gnu: gl: Change 'l:' prefix to 'license:'....* gnu/packages/gl.scm: Change #:prefix l: to #:prefix license:. Signed-off-by: Ludovic Courtès <ludo@gnu.org> David Craven