summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-11-10 13:50:02 +0100
committerPacho Ramos <pacho@gentoo.org>2018-11-10 13:58:22 +0100
commit602a47b43a77501639a3d1f84795ec0101d8a266 (patch)
tree3cb655f5a2aee626e7c1ede02c82cd461e0cfe9f /media-video/motiontrack
parentmedia-video/motiontrack: Allow GM usage (diff)
downloadgentoo-602a47b43a77501639a3d1f84795ec0101d8a266.tar.gz
gentoo-602a47b43a77501639a3d1f84795ec0101d8a266.tar.bz2
gentoo-602a47b43a77501639a3d1f84795ec0101d8a266.zip
media-video/motiontrack: Drop old
Signed-off-by: Pacho Ramos <pacho@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'media-video/motiontrack')
-rw-r--r--media-video/motiontrack/motiontrack-0.1.3-r1.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/media-video/motiontrack/motiontrack-0.1.3-r1.ebuild b/media-video/motiontrack/motiontrack-0.1.3-r1.ebuild
deleted file mode 100644
index 016434aac7e3..000000000000
--- a/media-video/motiontrack/motiontrack-0.1.3-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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="~x86 ~ppc ~ppc64 ~sparc ~mips ~alpha ~hppa ~amd64"
-
-IUSE="debug imagemagick multiprocess"
-
-RDEPEND="
- imagemagick? ( media-gfx/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
-}