GNU bug report logs -
#77350
[PATCH 0/6] More OpenEXR 2 to 3 migration
Previous Next
Reported by: Vinicius Monego <monego <at> posteo.net>
Date: Sat, 29 Mar 2025 02:11:02 UTC
Severity: normal
Tags: patch
Done: Andreas Enge <andreas <at> enge.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/animation.scm (synfig)[inputs]: Replace ffmpeg-4 by
ffmpeg, mlt-6 by mlt, openexr-2 by openexr.
Change-Id: I6c99cfbf7b828ad790e10a4eebf9103e15ffb4e9
---
gnu/packages/animation.scm | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/animation.scm b/gnu/packages/animation.scm
index b2e33a71a0..3db0539ad6 100644
--- a/gnu/packages/animation.scm
+++ b/gnu/packages/animation.scm
@@ -146,16 +146,16 @@ (define-public synfig
(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))
--
2.49.0
This bug report was last modified 113 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.