Age | Commit message (Expand) | Author |
2023-06-17 | gnu: lightspark: Update to 0.8.7....* gnu/packages/animation.scm (lightspark): Update to 0.8.7.
[inputs]: Remove sdl2-mixer.
| Vinicius Monego |
2023-05-02 | gnu: 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-31 | gnu: 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-15 | gnu: lightspark: Update to 0.8.6.1....* gnu/packages/animation.scm (lightspark): Update to 0.8.6.1.
| Tobias Geerinckx-Rice |
2023-01-04 | gnu: synfigstudio: Update to 1.4.4....* gnu/packages/animation.scm (synfigstudio): Update to 1.4.4.
[source]: Remove snippet.
| Ricardo Wurmus |
2023-01-04 | gnu: synfigstudio: Use gexp....* gnu/packages/animation.scm (synfigstudio)[arguments]: Use gexp.
| Ricardo Wurmus |
2023-01-04 | gnu: 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-04 | gnu: 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-27 | gnu: swftools: Fix typos....* gnu/packages/animation.scm (swftools)[description]: Avoid uses of "allows
to".
| Vagrant Cascadian |
2022-10-23 | gnu: 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 |
2022-08-30 | gnu: Add swftools....* gnu/packages/animation.scm (swftools): Add variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Tomasz Jeneralczyk |
2022-08-21 | gnu: lightspark: Remove input labels....* gnu/packages/animation.scm (lightspark)[native-inputs, inputs]: Remove
labels.
| Vinicius Monego |
2022-08-21 | gnu: lightspark: Update to 0.8.6....* gnu/packages/animation.scm (lightspark): Update to 0.8.6.
| Vinicius Monego |
2022-08-21 | gnu: lightspark: Remove optional input gnash....* gnu/packages/animation.scm (lightspark)[inputs]: Remove gnash.
| Vinicius Monego |
2022-07-31 | gnu: qttools: Rename to qttools-5....Automated with:
git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i
git checkout NEWS
| Maxim Cournoyer |
2022-07-31 | gnu: qtmultimedia: Rename to qtmultimedia-5....Automated via:
git grep -l qtmultimedia | xargs sed 's/qtmultimedia/qtmultimedia-5/g' -i
git checkout NEWS
| Maxim Cournoyer |
2022-07-31 | gnu: qtsvg: Rename variable to qtsvg-5....This is in preparation of the qtsvg update to version 6.
This change was automated via the following command:
git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i
| Maxim Cournoyer |