diff options
| author | eroen | 2018-11-01 18:24:04 +0100 |
|---|---|---|
| committer | Erik Moen | 2019-08-28 19:26:46 +0200 |
| commit | 6df28c04375419b84906fc7bbe64ea35d7935249 (patch) | |
| tree | 394c76491d6b12f768dd04c2427ba1cec22d7269 /media-gfx/synfig/synfig-1.3.10.ebuild | |
| parent | ff7f7e56570307a811ec861455de1e1f673d4e84 (diff) | |
| download | eroen-overlay-6df28c04375419b84906fc7bbe64ea35d7935249.tar.gz eroen-overlay-6df28c04375419b84906fc7bbe64ea35d7935249.tar.bz2 eroen-overlay-6df28c04375419b84906fc7bbe64ea35d7935249.tar.xz | |
synfig-1.3.10
Signed-off-by: Erik Moen <eroen-overlay@occam.eroen.eu>
Diffstat (limited to 'media-gfx/synfig/synfig-1.3.10.ebuild')
| -rw-r--r-- | media-gfx/synfig/synfig-1.3.10.ebuild | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/media-gfx/synfig/synfig-1.3.10.ebuild b/media-gfx/synfig/synfig-1.3.10.ebuild new file mode 100644 index 00000000..677c1eb8 --- /dev/null +++ b/media-gfx/synfig/synfig-1.3.10.ebuild @@ -0,0 +1,90 @@ +# By eroen <eroen-overlay@occam.eroen.eu>, 2018 +# Permission to use, copy, modify, and/or distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# copyright notice and this permission notice appear in all copies. + +EAPI=6 + +inherit cmake-utils + +DESCRIPTION="Vector based 2D animation package" +HOMEPAGE="https://www.synfig.org" +SRC_URI="https://github.com/synfig/synfig/archive/v$PV.tar.gz -> synfig-$PV.tar.gz" +S=${WORKDIR}/synfig-$PV/synfig-core + +LICENSE="GPL-2+" + +SLOT="0" +KEYWORDS="~amd64" +IUSE="" +#IUSE="imagemagick" + +RDEPEND=" + dev-libs/boost + sys-libs/zlib + dev-libs/libsigc++:2 + dev-cpp/glibmm:2 + x11-libs/cairo + dev-cpp/libxmlpp:2.6 + media-libs/mlt + sci-libs/fftw:3.0 + x11-libs/pango + media-gfx/imagemagick[cxx] + " +DEPEND="${RDEPEND} + dev-cpp/ETL + virtual/pkgconfig + " + +PATCHES=( + "$FILESDIR"/synfig-1.3.10-giomm-cflags.patch + "$FILESDIR"/synfig-1.3.10-install-libraries-to-lib64.patch + ) + +src_configure() { + local mycmakeargs=( + -DWITH_MAGICPP=ON + ) + cmake-utils_src_configure +} + +## Always-enabled modules: +# lyr_freetype +# pango/pangocairo.h +# fontconfig.h +# ft2build.h +# lyr_std +# mod_bmp +# mod_dv +# mod_example +# mod_ffmpeg +# mod_filter +# mod_geometry +# mod_gif +# mod_gradient +# mod_imagemagick +# mod_jpeg +# jpeglib.h +# mod_noise +# mod_particle +# mod_png +# cairo.h +# png.h +# mod_ppm +# mod_svg +# mod_yuv420p + +## Optional modules: +# mod_magickpp: WITH_MAGICPP WITHOUT_MAGICPP +# Magick++.h + +## Disabled modules: +# mod_libavcodec +# avformat.h +# swscale.h +# mod_mng +# libmng.h +# mod_openexr +# ImfArray.h +# ImfRgbaFile.h +# mptr_mplayer |
