diff options
| author | eroen | 2018-11-03 23:07:09 +0100 |
|---|---|---|
| committer | Erik Moen | 2019-08-28 19:26:46 +0200 |
| commit | 28220556e4035591cc680528ccd11e5d30c902cb (patch) | |
| tree | 2d54f9f6dee7db0ac66dd54d3f7c11f493f36596 /media-gfx/synfig/synfig-1.2.1.ebuild | |
| parent | 8d7ddc0489c6ae2b5198fb026e5e3ca0eb05f1cf (diff) | |
| download | eroen-overlay-28220556e4035591cc680528ccd11e5d30c902cb.tar.gz eroen-overlay-28220556e4035591cc680528ccd11e5d30c902cb.tar.bz2 eroen-overlay-28220556e4035591cc680528ccd11e5d30c902cb.tar.xz | |
clean up synfig stuff
Signed-off-by: Erik Moen <eroen-overlay@occam.eroen.eu>
Diffstat (limited to 'media-gfx/synfig/synfig-1.2.1.ebuild')
| -rw-r--r-- | media-gfx/synfig/synfig-1.2.1.ebuild | 79 |
1 files changed, 0 insertions, 79 deletions
diff --git a/media-gfx/synfig/synfig-1.2.1.ebuild b/media-gfx/synfig/synfig-1.2.1.ebuild deleted file mode 100644 index 263639b7..00000000 --- a/media-gfx/synfig/synfig-1.2.1.ebuild +++ /dev/null @@ -1,79 +0,0 @@ -# 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 autotools - -DESCRIPTION="Vector animation renderer" -HOMEPAGE="https://www.synfig.org" -SRC_URI="mirror://sourceforge/synfig/$P.tar.gz" -LICENSE="GPL-2+" - -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=" - sys-libs/zlib - >=dev-cpp/glibmm-2.24.2:2 - dev-cpp/libxmlpp:2.6 - >=x11-libs/cairo-1.12.0 - dev-cpp/cairomm - x11-libs/pango - dev-libs/libsigc++:2 - >=dev-libs/boost-1.53.0 - sci-libs/fftw:3.0 - media-libs/mlt - media-libs/libpng:0 - media-libs/libmng - " -DEPEND="${DEPEND} - >=dev-cpp/ETL-1.2.1" - -src_prepare() { - # imagemagick-7 compatibility: - eapply -p2 "$FILESDIR"/01-workaround-to-implement.patch\ - "$FILESDIR"/02-fix-magickcore-s-exceptioninfo-0.patch - - default - - # build system strips away -g* and -O* flags - sed -e '/CXXFLAGS=.*debug_flags/s@`.*`@$CXXFLAGS@' \ - -e '/CFLAGS=.*debug_flags/s@`.*`@$CFLAGS@' \ - -e '/CXXFLAGS=.*optimization_flags/d' \ - -e '/CFLAGS=.*optimization_flags/d' \ - -i m4/subs.m4 || die - - eautoreconf -} - -src_configure() { - # default off: - #--enable-half=no - #--enable-layer-profiling=no - #--with-vimage=no - #--with-libavcodec=no - #--with-opengl=no - - econf \ - --without-imagemagick \ - --with-magickpp \ - --without-ffmpeg \ - --without-libdv \ - --without-freetype \ - --without-fontconfig \ - --without-openexr \ - --without-jpeg - - ## fontconfig automagic when enabled - ## openexr automagic when enabled - ## opencl wtf? - ## png automagic - ## mng automagic - ## jpeg automagic when enabled - - # magickpp: configure explodes when disabled -} |
