aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/admin.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/services/admin.scm')
0 files changed, 0 insertions, 0 deletions
d>gnu: 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 2019-04-29gnu: Add sdl2-net....* gnu/packages/sdl.scm (sdl2-net): New variable. Nicolas Goaziou 2019-04-08Merge branch 'master' into stagingMarius Bakke 2019-04-04gnu: Mov ghc-sdl2 & co. to haskell-apps.scm....* gnu/packages/sdl.scm (ghc-sdl2, ghc-sdl2-mixer, ghc-sdl2-image): Move to... * gnu/packages/haskell-apps.scm: ... here. Ludovic Courtès