Search Criteria
Package Details: synfig-git r8212.cdd534e1c-2
Git Clone URL: | https://aur.archlinux.org/synfig-git.git (read-only, click to copy) |
---|---|
Package Base: | synfig-git |
Description: | Professional vector animation program (CLI renderer only) |
Upstream URL: | http://synfig.org |
Licenses: | |
Conflicts: | |
Provides: | |
Replaces: | |
Submitter: | piernov |
Maintainer: | bm456 |
Last Packager: | bm456 |
Votes: | 2 |
Popularity: | 0.123334 |
First Submitted: | 2017-04-09 11:51 |
Last Updated: | 2018-02-26 02:48 |
Dependencies (18)
- boost-libs (boost171, boost-libs-git)
- cairo (cairo-infinality, cairo-infinality-remix, cairo-ubuntu, cairo-dfb, cairo-git, cairo-minimal, cairo-glesv2-bin, cairo-glesv3-bin)
- etl-git
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg-svt, ffmpeg-gl-transition, ffmpeg-intel-full-git, ffmpeg-mmal, ffmpeg-svt-av1-git, ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-headless, ffmpeg-ndi, ffmpeg-decklink, ffmpeg-git, ffmpeg-full-git, ffmpeg-libfdk_aac, ffmpeg-nocuda, ffmpeg-amd-full-git, ffmpeg-full, ffmpeg-amd-full)
- fftw (fftw-mpich, fftw-mpi, fftw-amd)
- fontconfig (fontconfig-srb, fontconfig-infinality-ultimate, fontconfig-infinality, fontconfig-infinality-remix, fontconfig-ubuntu, fontconfig-git, fontconfig-minimal-git)
- imagemagick (graphicsmagick-imagemagick-compat, imagemagick-no-hdri, imagemagick-git, imagemagick-full-git, imagemagick-fftw, imagemagick-full)
- libdv
- libmng
- libpng (libpng-git, libpng-apng, libpng-minimal-git)
- libsigc++2.0 (libsigc++-patched, libsigc++)
- libtiff (libtiff-git, libtiff-minimal-git)
- libxml++2.6
- mlt (mlt-git)
- pango (pango-ubuntu, pango-minimal-git, pango-git)
- boost (boost-git) (make)
- libsigc++ (libsigc++-patched) (optional)
- openexr (openexr-git) (optional)
Latest Comments
ice0 commented on 2020-03-20 07:34
Hi! Can you please update the PKGBUILD? Here is the fixed one:
bm456 commented on 2017-12-13 17:43
please add this at build
PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig" \
https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/synfig
piernov commented on 2017-09-30 10:21
Fixed, thanks.
TilmanV commented on 2017-09-30 08:11
Can't compile.
Could you patch the PKGBUILD with this?
build() {
cd synfig/synfig-core
CXXFLAGS="$CXXFLAGS -std=gnu++11"
./bootstrap.sh
intltoolize --force --copy
./configure --prefix=/usr \
--sysconfdir=/etc \
--disable-static \
--with-imagemagick \
--with-magickpp \
--with-libavcodec \
--with-libdv
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}