summaryrefslogtreecommitdiff
path: root/gnu/packages/game-development.scm
AgeCommit message (Expand)Author
2020-05-25gnu: python2-renpy: Use HTTPS home page URI....* gnu/packages/game-development.scm (python2-renpy)[home-page]: Use HTTPS URI. Nicolas Goaziou
2020-05-18gnu: godot: Install provided .desktop file and icons....* gnu/packages/game-development.scm (godot)[arguments]: Install the provided godot.desktop instead of creating a new one. Copy icons to the correct location in share/icons/hicolor as per XDG. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Timotej Lazar
2020-05-18gnu: godot: Build and install the headless version....* gnu/packages/game-development.scm (godot): Build the headless (server) binary. This is needed to package games using Godot without depending on X. [outputs]: Add "headless". [arguments]<#:phases>[build-headless]: New phase. [arguments]<#:phases>[install]: Install headless version to separate output. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Timotej Lazar
2020-05-18gnu: godot: Remove obsolete workaround for aarch64....* gnu/packages/game-development.scm (godot)[arguments]: Remove -DNO_THREADS from scons-flags as Godot now builds and runs without it on aarch64. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Timotej Lazar
2020-05-18gnu: godot: Enable release build....* gnu/packages/game-development.scm (godot)[arguments]: Set release_debug target in #:scons-flags to enable optimized build. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Timotej Lazar
2020-05-08Merge branch 'core-updates'Marius Bakke
2020-05-07gnu: warsow-qfusion: Remove bundled binaries and inputs....* gnu/packages/game-development.scm (warsow-qfusion)[source]: Add snippet to remove unused bundled binaries and inputs. Pierre Neidhardt
2020-05-06Merge branch 'master' into core-updatesMarius Bakke
2020-05-06gnu: Add warsow-qfusion....* gnu/packages/patches/warsow-qfusion-fix-bool-return-type.patch: New file. * gnu/local.mk: Include patch. * gnu/packages/game-development.scm (warsow-qfusion): New variable. Pierre Neidhardt
2020-05-02Revert "gnu: Add warsow-qfusion."...'warsow-qfusion-fix-bool-return-type.patch' is missing. This reverts commit 39f1806ca1d04b9aee70e897e06466aadbbee152. Marius Bakke
2020-05-02gnu: Add warsow-qfusion....* gnu/local.mk (warsow-qfusion): New variable. Pierre Neidhardt
2020-04-30Merge branch 'master' into core-updates... Conflicts: gnu/local.mk gnu/packages/backup.scm gnu/packages/emacs-xyz.scm gnu/packages/guile.scm gnu/packages/lisp.scm gnu/packages/openldap.scm gnu/packages/package-management.scm gnu/packages/web.scm gnu/packages/xorg.scm Marius Bakke
2020-04-26gnu: guile3.0-chickadee: Rename to guile3.0-chickadee....This avoids having to packages, both called guile-chickadee. * gnu/packages/game-development.scm (guile3.0-chickadee)[name]: Change from guile-chickadee to guile3.0-chickadee. Christopher Baines
2020-03-18Merge branch 'master' into core-updatesMarius Bakke
2020-03-18gnu: godot: Update to 3.2.1....* gnu/packages/game-development.scm (godot): Update to 3.2.1. Tobias Geerinckx-Rice
2020-03-14gnu: Add guile3.0-chickadee....* gnu/packages/game-development.scm (guile3.0-chickadee): New variable. Ricardo Wurmus
2020-03-10Merge branch 'master' into core-updatesMarius Bakke
2020-03-10gnu: ode: Use HTTPS home page....* gnu/packages/game-development.scm (ode)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2020-03-04Merge branch 'master' into core-updatesMarius Bakke
2020-03-01gnu: ode: Update to 0.16.1....* gnu/packages/game-development.scm (ode): Update to 0.16.1. Nicolas Goaziou
2020-02-24gnu: Add libtcod....* gnu/packages/game-development.scm (libtcod): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Giacomo Leidi
2020-02-18gnu: Add surgescript....* gnu/packages/game-development.scm (surgescript): New variable. Timotej Lazar
2020-02-03Merge branch 'staging' into core-updatesMarius Bakke
2020-02-02gnu: godot: Add zenity for showing alerts....* gnu/packages/game-development.scm (godot)[inputs]: Add zenity. [arguments]: Wrap godot to look for it in the store. Signed-off-by: Leo Famulari <leo@famulari.name> Timotej Lazar
2020-02-02gnu: godot: Update to 3.2....* gnu/packages/game-development.scm (godot): Update to 3.2. [source](snippet): Remove obsolete and unbundled (wslay) thirdparty files, and add new ones. [arguments](scons-flags): Disable the builtin wslay. [inputs]: Add wslay. Signed-off-by: Leo Famulari <leo@famulari.name> Timotej Lazar
2020-01-29gnu: godot: List which third party files to keep....Remove everything else to catch added dependencies in new versions. * gnu/packages/game-development.scm (godot)[source](snippet): Instead of removing (only) the unbundled libs, remove everything except the listed files. Signed-off-by: Christopher Baines <mail@cbaines.net> Timotej Lazar
2020-01-29gnu: godot: Unbundle some dependencies....* gnu/packages/game-development.scm (godot)[inputs]: Add bullet, mbedtls-apache, pcre2 and zstd. [arguments](configure-flags): Use system libraries for the above. [source](snippet): Remove bundled copies. Signed-off-by: Christopher Baines <mail@cbaines.net> Timotej Lazar
2020-01-29gnu: godot: Update to 3.1.2....* gnu/packages/game-development.scm (godot): Update to 3.1.2. [inputs]: Remove openssl, replaced by a bundled copy of mbedtls. [arguments](configure-flags): Remove builtin_openssl flag. [source]: Don’t try to remove the (now nonexistent) bundled openssl directory. Signed-off-by: Christopher Baines <mail@cbaines.net> Timotej Lazar
2020-01-28gnu: ode: Properly disable tests when cross-compiling....* gnu/packages/game-development.scm (ode): Properly disable tests when using (%current-target-system). Nicolas Goaziou
2020-01-28Use HTTPS for liballeg.org....* gnu/packages/game-development.scm (allegro-4, allegro)[home-page]: Use HTTPS. * guix/licenses.scm (giftware): Likewise. Tobias Geerinckx-Rice
2020-01-25gnu: ode: Selectively disable tests....* gnu/packages/game-development.scm (ode)[arguments]: Run tests only on x86_64. Nicolas Goaziou
2020-01-24gnu: ode: Disable tests....* gnu/packages/game-development.scm (ode): Tests are failing or other systems than x86_64, so we disable them. Nicolas Goaziou
2020-01-22gnu: Replace uses of 'libjpeg' with 'libjpeg-turbo'....* gnu/packages/abiword.scm (abiword)[inputs]: Change from LIBJPEG to LIBJPEG-TURBO. * gnu/packages/admin.scm (testdisk)[inputs]: Likewise. * gnu/packages/algebra.scm (giac)[inputs]: Likewise. * gnu/packages/animation.scm (synfig)[inputs]: Likewise. * gnu/packages/astronomy.scm (gnuastro, celestia)[inputs]: Likewise. * gnu/packages/cdrom.scm (dvdstyler)[inputs]: Likewise. * gnu/packages/cran.scm (r-jpeg, r-tiff, r-readbitmap)[inputs]: Likewise. * gnu/packages/cups.scm (cups-filters, hplip)[inputs]: Likewise. * gnu/packages/display-managers.scm (slim)[inputs]: Likewise. * gnu/packages/ebook.scm (fbreader)[inputs]: Likewise. * gnu/packages/emacs.scm (emacs)[inputs]: Likewise. * gnu/packages/enlightenment.scm (efl)[propagated-inputs]: Likewise. * gnu/packages/fltk.scm (fltk, ntk)[inputs]: Likewise. * gnu/packages/fontutils.scm (fontforge)[inputs]: Likewise. * gnu/packages/freedesktop.scm (weston)[inputs]: Likewise. * gnu/packages/game-development.scm (sfml, allegro, aseprite, python-pygame, eureka, ioquake3)[inputs]: Likewise. * gnu/packages/games.scm (adanaxisgpl, freedroidrpg, irrlicht, minetest, fizmo, supertuxkart, gzdoom, xmoto, xonotic)[inputs]: Likewise. * gnu/packages/gd.scm (gd, perl-gd)[inputs]: Likewise. * gnu/packages/ghostscript.scm (lcms)[inputs]: Likewise. (ghostscript)[inputs, native-inputs]: Likewise. * gnu/packages/gimp.scm (gegl, gimp)[inputs]: Likewise. * gnu/packages/gnome.scm (libgnomeui, eog, tracker-miners, gthumb)[inputs]: Likewise. * gnu/packages/gnunet.scm (libextractor)[inputs]: Likewise. * gnu/packages/gnustep.scm (windowmaker)[inputs]: Likewise. * gnu/packages/graphics.scm (blender, blender-2.79, openimageio, openscenegraph, openscenegraph-3.4, povray, fgallery)[inputs]: Likewise. * gnu/packages/graphviz.scm (graphviz)[inputs]: Likewise. * gnu/packages/gstreamer.scm (gst-plugins-good)[inputs]: Likewise. * gnu/packages/gtk.scm (gdk-pixbuf)[inputs]: Likewise. * gnu/packages/image-processing.scm (dcmtk, mia, vtk, opencv, vips, nip2, vxl, insight-toolkit)[inputs]: Likewise. * gnu/packages/image-viewers.scm (gpicview, luminance-hdr)[inputs]: Likewise. * gnu/packages/image.scm (jpegoptim, libtiff, leptonica, imlib2, freeimage, vigra, libwebp, libmng, jasper, steghide, jp2a)[inputs]: Likewise. * gnu/packages/imagemagick.scm (imagemagick, graphicsmagick)[inputs]: Likewise. * gnu/packages/java.scm (icedtea-6, icedtea-7, openjdk9, openjdk11, openjdk12)[inputs]: Likewise. * gnu/packages/kde-frameworks.scm (khtml)[inputs]: Likewise. * gnu/packages/kodi.scm (kodi)[inputs]: Likewise. * gnu/packages/machine-learning.scm (dlib, tensorflow)[inputs]: Likewise. * gnu/packages/mate.scm (atril, eom)[inputs]: Likewise. * gnu/packages/maths.scm (hdf4, hdf-java, hdf-eos2, netcdf)[inputs]: Likewise. * gnu/packages/netpbm.scm (netpbm)[inputs]: Likewise. * gnu/packages/pdf.scm (zathura-pdf-mupdf, podofo, mupdf, fbida)[inputs]: Likewise. * gnu/packages/photo.scm (libraw, libpano13, enblend-enfuse, darktable, hugin, rawtherapee)[inputs]: Likewise. * gnu/packages/prolog.scm (swi-prolog)[native-inputs]: Likewise. * gnu/packages/python-xyz.scm (python-hdf4, python-pillow)[inputs]: Likewise. * gnu/packages/qt.scm (qtbase, qtwebkit)[inputs]: Likewise. * gnu/packages/rdesktop.scm (freerdp)[inputs]: Likewise. * gnu/packages/scanner.scm (sane-backends, xsane)[inputs]: Likewise. * gnu/packages/scheme.scm (racket)[inputs]: Likewise. * gnu/packages/scribus.scm (scribus)[inputs]: Likewise. * gnu/packages/sdl.scm (sdl-image)[propagated-inputs]: Likewise. (guile-sdl)[native-inputs]: Likewise. * gnu/packages/spice.scm (spice-gtk)[inputs]: Likewise. * gnu/packages/statistics.scm (r-with-tests)[inputs]: Likewise. * gnu/packages/tcl.scm (perl-tk)[inputs]: Likewise. * gnu/packages/upnp.scm (readymedia)[inputs]: Likewise. * gnu/packages/video.scm (mplayer, mpv, v4l-utils, motion)[inputs]: Likewise. * gnu/packages/web-browsers.scm (dillo, links)[inputs]: Likewise. * gnu/packages/web.scm (netsurf)[inputs]: Likewise. * gnu/packages/webkit.scm (webkitgtk)[inputs]: Likewise. * gnu/packages/wine.scm (wine)[inputs]: Likewise. * gnu/packages/wv.scm (wv)[inputs]: Likewise. * gnu/packages/wxwidgets.scm (wxwidgets, wxwidgets-2)[inputs]: Likewise. * gnu/packages/xdisorg.scm (xscreensaver)[inputs]: Likewise. * gnu/packages/xfce.scm (tumbler)[inputs]: Likewise. * gnu/packages/xfig.scm (xfig, transfig)[inputs]: Likewise. * gnu/packages/xorg.scm (xpra)[inputs]: Likewise. Marius Bakke
2020-01-17gnu: chipmunk: Use HTTPS home page URI....* gnu/packages/game-development.scm (chipmunk)[home-page]: Use HTTPS URI. Nicolas Goaziou
2020-01-17gnu: Add chipmunk....* gnu/packages/game-development.scm (chipmunk): New variable. Nicolas Goaziou
2020-01-16gnu: Update copyright line....* gnu/packages/game-development.scm: Update copyright line. Nicolas Goaziou
2020-01-16gnu: Refactor renpy build....* gnu/packages/game-development.scm (python2-renpy)[arguments]: Use directory excursions instead of invoking `chdir' directly in phases. Leo Prikler
2020-01-05gnu: Add ode....* gnu/packages/game-development.scm (ode): New variable. Nicolas Goaziou
2020-01-05gnu: Add libccd....* gnu/packages/game-development.scm (libccd): New variable. Nicolas Goaziou
2020-01-03gnu: Add fna....* gnu/packages/game-development.scm (fna): New variable. Pierre Neidhardt
2020-01-02gnu: bullet: Update to 2.89....* gnu/packages/game-development.scm (bullet): Update to 2.89. [source]: Adjust snippet. Tobias Geerinckx-Rice
2020-01-02gnu: deutex: Update to 5.2.1....* gnu/packages/game-development.scm (deutex): Update to 5.2.1. Tobias Geerinckx-Rice
2019-12-17gnu: Add love-nuklear....* gnu/packages/game-development.scm (love-nuklear): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jethro Cao
2019-11-12gnu: openvr: Update to 1.8.19....* gnu/packages/game-development.scm (openvr): Update to 1.8.19. Tobias Geerinckx-Rice
2019-10-30gnu: Fix attribution....* gnu/packages/game-development.scm: Fix attribution. Nicolas Goaziou
2019-10-30gnu: Add renpy....* gnu/packages/game-development: (python2-pygame-sdl2): New variable. (python2-renpy): New variable. (renpy): New variable. Comrade Yuri
2019-10-29gnu: love: Update to 11.3....* gnu/packages/game-development.scm (love): Update to 11.3. Tobias Geerinckx-Rice
2019-10-17gnu: tiled: Update to 1.2.5....* gnu/packages/game-development.scm (tiled): Update to 1.2.5. Tobias Geerinckx-Rice
2019-09-24gnu: Move openmw-openscenegraph to graphics.scm....Package inheritance across modules may cause unbound variable errors at expansion time because of cyclic dependencies between the modules. * gnu/packages/game-development.scm (openmw-openscenegraph): Move from here ... * gnu/packages/graphics.scm (openmw-openscenegraph): ... to here. Make the variable public and "hide" the package. Marius Bakke
2019-09-24gnu: openmw: Use OpenMW's fork of openscenegraph....* gnu/packages/game-development.scm (openmw)[inputs]: Replace openscenegraph with openmw-openscenegraph. Pierre Neidhardt