aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2025-03-29 02:11:34 +0000
committerAndreas Enge <andreas@enge.fr>2025-05-01 08:40:20 +0200
commit531a4a0809f43090c35f1b6fe0d03e7db6476546 (patch)
tree8cd3da8aa00f4ac69d76b9cf5fdfba11fc4864e6
parent091161237ba90e845218e4d76a09e181fb1429c5 (diff)
downloadguix-531a4a0809f43090c35f1b6fe0d03e7db6476546.tar.gz
guix-531a4a0809f43090c35f1b6fe0d03e7db6476546.zip
gnu: synfig: Build with maintained inputs.
* gnu/packages/animation.scm (synfig)[inputs]: Replace ffmpeg-4 by ffmpeg, mlt-6 by mlt, openexr-2 by openexr. Change-Id: I6c99cfbf7b828ad790e10a4eebf9103e15ffb4e9 Signed-off-by: Andreas Enge <andreas@enge.fr>
-rw-r--r--gnu/packages/animation.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/animation.scm b/gnu/packages/animation.scm
index 4e1db12653..fe625a5058 100644
--- a/gnu/packages/animation.scm
+++ b/gnu/packages/animation.scm
@@ -146,16 +146,16 @@ C++ @dfn{Standard Template Library} (STL).")
(propagated-inputs
(list cairo
etl
- ffmpeg-4
+ ffmpeg
fftw
fontconfig
freetype
- glibmm-2.66
+ glibmm-2.66 ; latest possible version as of synfig 1.5.3
imagemagick
- libxml++-2
+ libxml++-2 ; libxml <= 2 required as of synfig 1.5.3
libsigc++
- mlt-6
- openexr-2
+ mlt
+ openexr
pango))
(native-inputs
(list intltool pkg-config))