/gnu/system/

=8c0146514298621b9307e7627839b2be80e46a26'>commitdiff
path: root/gnu/packages/animation.scm
AgeCommit message (Expand)Author
2023-08-31gnu: pencil2d: Fix tests....* gnu/packages/animation.scm (pencil2d)[arguments]: Use gexps. Add fix-tests phase. 宋文武
2023-06-17gnu: lightspark: Update to 0.8.7....* gnu/packages/animation.scm (lightspark): Update to 0.8.7. [inputs]: Remove sdl2-mixer. Vinicius Monego
2023-05-02gnu: rlottie: Fix building with GCC....std::numeric_limits requires "#include <limits>" when building with cpp_std=c++14. This patch fixes the issue by specifying gnu++17 as a stdlib. * gnu/packages/animation.scm (rlottie)[arguments]: Specify -Dcpp_std option. Signed-off-by: Jonathan Brielmaier <jonathan.brielmaier@web.de> unwox
2023-03-31gnu: Replace all uses of atk by at-spi2-core....* gnu/packages/animation.scm (gnash) * gnu/packages/chromium.scm (ungoogled-chromium) * gnu/packages/crates-gtk.scm (rust-atk-sys-0.14, rust-atk-sys-0.10, rust-atk-0.14, rust-gtk-0.14) * gnu/packages/gimp.scm (gimp) * gnu/packages/gnome.scm (evince, glade3, clutter, totem, rhythmbox, mutter, ghex): * gnu/packages/graphviz.scm (xdot) * gnu/packages/gtk.scm (gtk+-2, gtk+, guile-gnome, atkmm) * gnu/packages/mate.scm (mate-applets, atril, mate-control-center, mate-calc, mate-utils, eom, pluma) * gnu/packages/messaging.scm (dino) * gnu/packages/qt.scm (qtwebengine-5) * gnu/packages/rust-apps.scm (alfis) * gnu/packages/vim.scm (vim-full) * gnu/packages/vnc.scm (remmina) * gnu/packages/web.scm (castor): Replace atk by at-spi2-core. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Josselin Poiret
2023-01-15gnu: lightspark: Update to 0.8.6.1....* gnu/packages/animation.scm (lightspark): Update to 0.8.6.1. Tobias Geerinckx-Rice
2023-01-04gnu: synfigstudio: Update to 1.4.4....* gnu/packages/animation.scm (synfigstudio): Update to 1.4.4. [source]: Remove snippet. Ricardo Wurmus
2023-01-04gnu: synfigstudio: Use gexp....* gnu/packages/animation.scm (synfigstudio)[arguments]: Use gexp. Ricardo Wurmus
2023-01-04gnu: synfig: Update to 1.4.4....* gnu/packages/animation.scm (synfig): Update to 1.4.4. [inputs]: Drop labels; remove ffmpeg. [propagated-inputs]: Drop labels; add ffmpeg-4; replace glibmm with glibmm-2.64; replace libxml++ with libxml++-2. [arguments]: Remove. Ricardo Wurmus
2023-01-04gnu: etl: Update to 1.4.4....* gnu/packages/animation.scm (etl): Update to 1.4.4. [inputs]: Add glibmm-2.64. [native-inputs]: Add pkg-config. Ricardo Wurmus
2022-10-27gnu: swftools: Fix typos....* gnu/packages/animation.scm (swftools)[description]: Avoid uses of "allows to". Vagrant Cascadian
2022-10-23gnu: Fix typos....* gnu/packages/emacs-xyz.scm (emacs-piem)[description]: Fix use of "This packages". * gnu/packages/tex.scm (texlive-hardwrap)[description]: Fix spelling of "arbitrary". * gnu/packages/cran.scm (r-shinymanager)[description]: Fix spelling of "authentication". * gnu/packages/lisp-xyz.scm (sbcl-utils-kt)[description]: Fix spelling of "developed". * gnu/packages/crates-io.scm (rust-fs-utils-1)[description]: Fix spelling of "filesystem". [synopsis]: Likewise. * gnu/packages/haxe.scm (neko)[description]: Fix spelling of "functions". * gnu/packages/animation.scm (swftools)[description]: Fix needless pluralization of "information". * gnu/packages/lisp-xyz.scm (sbcl-slot-extra-options)[description]: Fix spelling of "inheritance". * gnu/packages/emacs-xyz.scm (emacs-js-comint)[description]: Fix spelling of "interpreter". * gnu/packages/coq.scm (coq-mathcomp-finmap)[description]: Fix spelling of "library". * gnu/services/lightdm.scm (lightdm-configuration): Fix spelling of "mechanism". * gnu/packages/emacs-xyz.scm (emacs-citar-org-roam)[synopsis]: Fix spelling of "package". * gnu/packages/games.scm (freerct)[description]: Fix spelling of "responsibilities". * gnu/packages/statistics.scm (r-mixedpower)[description]: Fix spelling of "separate". * gnu/packages/accessibility.scm (espeakup)[description]: Fix spelling of "speech". * gnu/packages/bioinformatics.scm (r-skitools)[synopsis]: Fix spelling of "utilities". * gnu/packages/golang.scm (go-github-com-savsgio-gotils)[synopsis]: Fix spelling of "utilities". [description]: Likewise. * gnu/system.scm (boot-file-system-service os): Fix spelling of "utilities". Vagrant Cascadian