public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/motiontrack/
Date: Sat, 10 Nov 2018 12:58:41 +0000 (UTC)	[thread overview]
Message-ID: <1541854700.21b07d746134f6a8c0ef02400df73ae77d43ec6f.pacho@gentoo> (raw)

commit:     21b07d746134f6a8c0ef02400df73ae77d43ec6f
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 10 12:49:34 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Nov 10 12:58:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21b07d74

media-video/motiontrack: Allow GM usage

Closes: https://bugs.gentoo.org/314339
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 .../motiontrack/motiontrack-0.1.3-r2.ebuild        | 41 ++++++++++++++++++++++
 1 file changed, 41 insertions(+)

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 00000000000..7d1989d47d4
--- /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="~x86 ~ppc ~ppc64 ~sparc ~mips ~alpha ~hppa ~amd64"
+
+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
+}


             reply	other threads:[~2018-11-10 12:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-10 12:58 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-05-10 22:57 [gentoo-commits] repo/gentoo:master commit in: media-video/motiontrack/ Andreas K. Hüttel
2021-05-23  8:32 Andrew Savchenko
2018-11-10 12:58 Pacho Ramos
2018-11-10 12:58 Pacho Ramos
2016-12-12 21:10 David Seifert
2016-12-12 21:10 David Seifert

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1541854700.21b07d746134f6a8c0ef02400df73ae77d43ec6f.pacho@gentoo \
    --to=pacho@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox