/etc/openrc/

link rel='shortcut icon' href='/cgit-static/favicon.ico'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/sdl.scm
AgeCommit message (Expand)Author
2020-04-10gnu: sdl-pango: Shorten file name of patch....* gnu/packages/patches/sdl-pango-fix-explicit-SDLPango_CopyFTBitmapTo.patch: Rename to... * gnu/packages/patches/sdl-pango-header-guard.patch: ... this. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/sdl.scm (sdl-pango): Likewise. Ludovic Courtès
2020-04-02gnu: sdl2: Update to 2.0.12....* gnu/packages/patches/sdl2-mesa-compat.patch: Delete file. * gnu/packages/sdl.scm (sdl2): Update to 2.0.12. [source]: Drop patch that was included in this release. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Timotej Lazar
2020-04-02gnu: sdl2: Use udev to discover input devices....Without udev SDL falls back on custom detection code, which blocks every three seconds while checking for new devices. * gnu/packages/sdl.scm (sdl2)[inputs]: Add eudev. [arguments]<#:make-flags>: Add LDFLAGS to include eudev in rpath so that dlopen can find it. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Timotej Lazar
2020-03-14gnu: Add guile3.0-sdl2....* gnu/packages/sdl.scm (guile3.0-sdl2): New variable. Ricardo Wurmus
2020-03-06gnu: sdl-pango: Rename patch to fix guix lint warning about patch filename size....* gnu/packages/patches/sdl-pango-fix-explicit-SDLPango_CopyFTBitmapToSurface.patch: Rename to ... * gnu/packages/patches/sdl-pango-fix-explicit-SDLPango_CopyFTBitmapTo.patch: ... this. * gnu/local.mk: Update accordingly. * gnu/packages/sdl.scm: Update accordingly. Vagrant Cascadian
2020-02-02gnu: Add sdl-pango....* gnu/packages/sdl.scm (sdl-pango): New variable. * gnu/packages/patches/sdl-pango-api_additions.patch: New file. * gnu/packages/patches/sdl-pango-blit_overflow.patch: New file. * gnu/packages/patches/sdl-pango-fillrect_crash.patch: New file. * gnu/packages/patches/sdl-pango-fix-explicit-SDLPango_CopyFTBitmapToSurface.patch: New file. * gnu/packages/patches/sdl-pango-matrix_declarations.patch: New file. * gnu/packages/patches/sdl-pango-sans-serif.patch: New file. * gnu/local.mk (sdl-pango): Reference patches. add Nicolas Goaziou
2020-01-09gnu: sdl2-image: Update to 2.0.5....* gnu/packages/sdl.scm (sdl2-image): Update to 2.0.5. Oleg Pykhalov
2020-01-07gnu: sdl-mixer: Fix fluidsynth in dependents....Fixes <https://bugs.gnu.org/39008>. Reported by Pierre Neidhardt <mail@ambrevar.xyz>. * gnu/packages/sdl.scm (sdl-mixer)[arguments]<#:phases>[fix-fluidsynth]: New phase. Danny Milosavljevic
2020-01-06gnu: sdl-mixer: Describe runtime configuration....* gnu/packages/sdl.scm (sdl-mixer)[description]: Add information about runtime MIDI playback options. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Timotej Lazar
2020-01-05gnu: sdl2-mixer: Enable opus support....* gnu/packages/sdl.scm (sdl2-mixer)[inputs]: Add opusfile. [native-inputs]: Add pkg-config. [arguments]<#:configure-flags>: Add "--disable-music-opus-shared". Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Timotej Lazar
2020-01-05gnu: sdl-mixer: Enable fluidsynth MIDI backend....* gnu/packages/sdl.scm (sdl-mixer)[inputs]: Add fluidsynth and alphabetize. [arguments]: Reformat. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Timotej Lazar
2020-01-05gnu: sdl2-mixer: Fix configure flags....Some configure options were renamed between SDL / SDL2 mixer; add new variants to the derived package. * gnu/packages/sdl.scm (sdl2-mixer)[arguments]: Fix flags to disable dynamic library loading. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Timotej Lazar
2020-01-05gnu: sdl-mixer: Remove unused configure flag....The flag --disable-music-mp3-shared is only used when building with smpeg instead of libmad, which is linked at build time by default. * gnu/packages/sdl.scm (sdl-mixer)[arguments]: Remove unused configure flag. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Timotej Lazar
2020-01-05gnu: sdl-mixer: Use correct inputs for MOD file support....* gnu/packages/sdl.scm (sdl-mixer)[inputs]: Remove libmodplug. * gnu/packages/sdl.scm (sdl2-mixer)[inputs]: Add libmodplug. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org> Timotej Lazar
2020-01-03gnu: Add sdl2-cs....* gnu/packages/sdl.scm (sdl2-cs): New variable. Pierre Neidhardt
2019-11-28Merge branch 'master' into stagingMarius Bakke
2019-11-24gnu: sdl2: Add libxcursor to inputs....* gnu/packages/sdl.scm (sdl2)[inputs]: Add libxcursor. Oleg Pykhalov
2019-10-15gnu: sdl2: Fix build on 32-bit architectures....* gnu/packages/patches/sdl2-mesa-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/sdl.scm (sdl2)[source](patches): New field. Marius Bakke
2019-07-31Merge branch 'master' into core-updatesMarius Bakke
2019-07-26gnu: sdl2: Update to 2.0.10....* gnu/packages/sdl.scm (sdl2): Update to 2.0.10. Rutger Helling
2019-07-03gnu: sdl2: Fix FTBFS with GCC7....* gnu/packages/sdl.scm (sdl2)[arguments]: Add <#:make-flags>. Marius Bakke
2019-06-05gnu: guile-sdl2: Update to 0.4.0....* gnu/packages/sdl.scm (guile-sdl2): Update to 0.4.0. Ricardo Wurmus