summaryrefslogtreecommitdiff
path: root/media-video/motiontrack
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-11-18 09:38:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-11-18 09:38:27 +0000
commit536c3711867ec947c1738f2c4b96f22e4863322d (patch)
tree697733f5cb713908dcf378e13fd15a798a906a91 /media-video/motiontrack
parentf65628136faa35d0c4d3b5e7332275c7b35fcd96 (diff)
gentoo resync : 18.11.2018
Diffstat (limited to 'media-video/motiontrack')
-rw-r--r--media-video/motiontrack/Manifest2
-rw-r--r--media-video/motiontrack/motiontrack-0.1.3-r2.ebuild (renamed from media-video/motiontrack/motiontrack-0.1.3-r1.ebuild)17
2 files changed, 11 insertions, 8 deletions
diff --git a/media-video/motiontrack/Manifest b/media-video/motiontrack/Manifest
index fba645745648..508c9bdcb57e 100644
--- a/media-video/motiontrack/Manifest
+++ b/media-video/motiontrack/Manifest
@@ -1,3 +1,3 @@
DIST motiontrack-0.1.3.tar.gz 136592 BLAKE2B 2dbd994404db3fce43d59c866951d809f87b1739f244dd53566d673073c7376fbb83aa727e503a4e28ee22b07cd3a5500f405530626ac724180f58a96366c6ae SHA512 edda7e6019aab95ed93ae82ac4a09a763442073ba0eb5e9476daacbfdd0421019a3a0fd99ee2fa0a1930c69925e1494a2e2954bcefc0865d9f1d2f84cec15c0d
-EBUILD motiontrack-0.1.3-r1.ebuild 826 BLAKE2B bc84e7d23ad9a8f0022b19621193e6f2da0fc69d16310192317da48c39df705bcfb8825f2a35f4f5f3a66d8da61c66b6a6fae71c4504edd798435af1bc6b6335 SHA512 343400bdae71751221a1a4a7489241a0a12931f35a9a040a0f1e4f409b9a0b70881c65af6bb4f0184002b59e44f5dffb0b72ac41328f09a65fcb1cd8cdc536b7
+EBUILD motiontrack-0.1.3-r2.ebuild 928 BLAKE2B 414004dfdd62bc0cc213e0e163adab121469d582cd1162077b54c3d8861053e08d234207646300abee4603195970602edba93e2e08dac45ac2333e9de78f928a SHA512 98a940fd2bf2afe24a7810e28828635d21344d5aae0daf399cc3ea334135011c26cc987f0d3bb07d2b0f448c0292dbe205e37687389f85df5da6df47c4440abd
MISC metadata.xml 435 BLAKE2B 6ae9a0fc5795b879c60d5a77678a87842a9c8b33605c07a2a2eae9f6bfebf14de033557fecb2bfebf61f897a4f2616160a1db241f19087ccabd830c4374e1a29 SHA512 ac216d99f9648a27fc5f15ed15df4d28c59e14a4a4662732fd52e75bb725841cfa4a04e8d001a6631f4182116b418ed57e7a3bb858f36a69b1a29326046033cd
diff --git a/media-video/motiontrack/motiontrack-0.1.3-r1.ebuild b/media-video/motiontrack/motiontrack-0.1.3-r2.ebuild
index 016434aac7e3..36f69311536f 100644
--- a/media-video/motiontrack/motiontrack-0.1.3-r1.ebuild
+++ b/media-video/motiontrack/motiontrack-0.1.3-r2.ebuild
@@ -1,8 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-
+EAPI=7
inherit flag-o-matic
DESCRIPTION="A set of tools that detect motion between two images"
@@ -11,13 +10,17 @@ HOMEPAGE="http://motiontrack.sourceforge.net"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~ppc64 ~sparc ~mips ~alpha ~hppa ~amd64"
+KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
-IUSE="debug imagemagick multiprocess"
+IUSE="debug graphicsmagick imagemagick multiprocess"
RDEPEND="
- imagemagick? ( media-gfx/imagemagick )
- !imagemagick? ( media-libs/gd )"
+ imagemagick? (
+ !graphicsmagick? ( media-gfx/imagemagick:0= )
+ graphicsmagick? ( media-gfx/graphicsmagick:0=[imagemagick] )
+ )
+ !imagemagick? ( media-libs/gd )
+"
DEPEND="${RDEPEND}"
src_configure() {