Package Details: synfigstudio-dev 1.5.1-1

Git Clone URL: https://aur.archlinux.org/synfigstudio-dev.git (read-only, click to copy)
Package Base: synfigstudio-dev
Description: Professional vector animation program (GUI)
Upstream URL: https://synfig.org
Keywords: animation graphics vector
Licenses: GPL3
Conflicts: synfigstudio
Provides: synfigstudio-dev
Submitter: Popolon
Maintainer: Popolon
Last Packager: Popolon
Votes: 1
Popularity: 0.000001
First Submitted: 2020-09-04 23:16 (UTC)
Last Updated: 2023-01-11 21:58 (UTC)

Pinned Comments

Popolon commented on 2022-05-10 11:55 (UTC) (edited on 2022-05-10 12:09 (UTC) by Popolon)

Thanks for the alert, replaced dependency from ffmpeg to ffmpeg4.4 in synfig-dev that use it. synfig-studio rely on it (that's done). Also need to adapt paths detection in synfig-dev (todo)

This works, updated package:

  export LDFLAGS=-L/usr/lib/ffmpeg4.4/
  export CFLAGS=-I/usr/include/ffmpeg4.4/
  export CPPFLAGS=-I/usr/include/ffmpeg4.4/
  ./configure [...]

Latest Comments

Popolon commented on 2022-05-10 11:55 (UTC) (edited on 2022-05-10 12:09 (UTC) by Popolon)

Thanks for the alert, replaced dependency from ffmpeg to ffmpeg4.4 in synfig-dev that use it. synfig-studio rely on it (that's done). Also need to adapt paths detection in synfig-dev (todo)

This works, updated package:

  export LDFLAGS=-L/usr/lib/ffmpeg4.4/
  export CFLAGS=-I/usr/include/ffmpeg4.4/
  export CPPFLAGS=-I/usr/include/ffmpeg4.4/
  ./configure [...]

sandstorm commented on 2022-05-10 08:32 (UTC)

With the new ffmpeg the build of the package might fail with avcodec related errors. Update the corresponding ./configure row in the PKGBUILD to --without-libavcodec