Source: synfig Version: 1.5.1+dfsg-3 Severity: minor Tags: patch User: [email protected] Usertags: cross-satisfiability
synfig cannot be cross built from source, because its build dependency on binutils cannot be satisfied. During native builds, it is implied in build-essential, so it should be dropped with no replacement. I'm attaching a patch for your convenience. Note that this doesn't make synfig cross buildable as it pulls gfortran via openmpi and we haven't made that work yet. Helmut
diff --minimal -Nru synfig-1.5.1+dfsg/debian/changelog synfig-1.5.1+dfsg/debian/changelog --- synfig-1.5.1+dfsg/debian/changelog 2022-07-05 07:06:27.000000000 +0200 +++ synfig-1.5.1+dfsg/debian/changelog 2023-03-08 09:34:02.000000000 +0100 @@ -1,3 +1,10 @@ +synfig (1.5.1+dfsg-3.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Drop unnecessary binutils dependency. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Wed, 08 Mar 2023 09:34:02 +0100 + synfig (1.5.1+dfsg-3) unstable; urgency=medium * New upstream patch to fix FTBFS with ffmpeg-5.0 (Closes: #1013460). diff --minimal -Nru synfig-1.5.1+dfsg/debian/control synfig-1.5.1+dfsg/debian/control --- synfig-1.5.1+dfsg/debian/control 2022-04-10 05:50:20.000000000 +0200 +++ synfig-1.5.1+dfsg/debian/control 2023-03-08 09:34:01.000000000 +0100 @@ -5,7 +5,6 @@ Maintainer: Debian Multimedia Maintainers <[email protected]> Uploaders: Dmitry Smirnov <[email protected]> Build-Depends: debhelper-compat (= 12), autopoint, intltool - ,binutils ,etl-dev (>= 1.5.1~) ,libavcodec-dev ,libavformat-dev

