summaryrefslogtreecommitdiff
path: root/media-gfx/synfigstudio/synfigstudio-1.3.11.ebuild
diff options
context:
space:
mode:
authorErik Moen2019-08-28 16:06:37 +0200
committerErik Moen2019-08-28 19:26:46 +0200
commite170d5b23c0dc2425912382ecdf328454883e6e2 (patch)
tree0c57d72b4afaeab951f26d059cc1f9c35a7ade97 /media-gfx/synfigstudio/synfigstudio-1.3.11.ebuild
parent72113ec0f0aa0a2b0dcfbb591a83fcd3e29434d2 (diff)
downloaderoen-overlay-e170d5b23c0dc2425912382ecdf328454883e6e2.tar.gz
eroen-overlay-e170d5b23c0dc2425912382ecdf328454883e6e2.tar.bz2
eroen-overlay-e170d5b23c0dc2425912382ecdf328454883e6e2.tar.xz
synfigstudio-1.3.11 - bump
Signed-off-by: Erik Moen <eroen-overlay@occam.eroen.eu>
Diffstat (limited to 'media-gfx/synfigstudio/synfigstudio-1.3.11.ebuild')
-rw-r--r--media-gfx/synfigstudio/synfigstudio-1.3.11.ebuild45
1 files changed, 45 insertions, 0 deletions
diff --git a/media-gfx/synfigstudio/synfigstudio-1.3.11.ebuild b/media-gfx/synfigstudio/synfigstudio-1.3.11.ebuild
new file mode 100644
index 00000000..abcf1e67
--- /dev/null
+++ b/media-gfx/synfigstudio/synfigstudio-1.3.11.ebuild
@@ -0,0 +1,45 @@
+# 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 animation studio"
+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-studio
+
+LICENSE="GPL-2+ CC-BY-3.0"
+
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND="
+ media-gfx/synfig
+ dev-libs/libsigc++:2
+ dev-cpp/gtkmm:3.0
+ dev-cpp/libxmlpp:2.6
+ sys-devel/gettext
+ "
+DEPEND="${RDEPEND}
+ dev-cpp/ETL
+ virtual/pkgconfig
+ "
+
+PATCHES=(
+ "$FILESDIR"/synfigstudio-1.3.10-install-libraries-to-lib64.patch
+ )
+
+src_configure() {
+ CPPFLAGS+=' -DIMAGE_DIR=\"\\\"/usr/share/pixmaps\\\"\"'
+ cmake-utils_src_configure
+}
+
+src_compile() {
+ cmake-utils_src_compile all
+ cmake-utils_src_compile build_images
+}