From 536c3711867ec947c1738f2c4b96f22e4863322d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 18 Nov 2018 09:38:27 +0000 Subject: gentoo resync : 18.11.2018 --- .../motiontrack/motiontrack-0.1.3-r2.ebuild | 41 ++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 media-video/motiontrack/motiontrack-0.1.3-r2.ebuild (limited to 'media-video/motiontrack/motiontrack-0.1.3-r2.ebuild') diff --git a/media-video/motiontrack/motiontrack-0.1.3-r2.ebuild b/media-video/motiontrack/motiontrack-0.1.3-r2.ebuild new file mode 100644 index 000000000000..36f69311536f --- /dev/null +++ b/media-video/motiontrack/motiontrack-0.1.3-r2.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit flag-o-matic + +DESCRIPTION="A set of tools that detect motion between two images" +SRC_URI="http://gemia.de/motion/${P}.tar.gz" +HOMEPAGE="http://motiontrack.sourceforge.net" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" + +IUSE="debug graphicsmagick imagemagick multiprocess" + +RDEPEND=" + imagemagick? ( + !graphicsmagick? ( media-gfx/imagemagick:0= ) + graphicsmagick? ( media-gfx/graphicsmagick:0=[imagemagick] ) + ) + !imagemagick? ( media-libs/gd ) +" +DEPEND="${RDEPEND}" + +src_configure() { + # fix missing inline definition + # with GCC 5, bug 570352 + append-cflags -std=gnu89 + + econf \ + $(use_enable debug) \ + $(use_enable !imagemagick gd) \ + $(use_enable imagemagick magick) \ + $(use_enable multiprocess cluster) +} + +src_install() { + default + dodoc src/TheCode.txt +} -- cgit v1.2.3