summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris White <chriswhite@gentoo.org>2004-10-20 00:24:56 +0000
committerChris White <chriswhite@gentoo.org>2004-10-20 00:24:56 +0000
commit09109eeb4cc2d591ccd9d1e3ffdd21a1d0496d2b (patch)
tree35ef49800ce0208772c4b7648784784717ca70f5 /media-video/motiontrack
parentRemoving old versions. (diff)
downloadhistorical-09109eeb4cc2d591ccd9d1e3ffdd21a1d0496d2b.tar.gz
historical-09109eeb4cc2d591ccd9d1e3ffdd21a1d0496d2b.tar.bz2
historical-09109eeb4cc2d591ccd9d1e3ffdd21a1d0496d2b.zip
Bumped to version 0.1.2. Thanks to upstream for reporting :).
Diffstat (limited to 'media-video/motiontrack')
-rw-r--r--media-video/motiontrack/ChangeLog12
-rw-r--r--media-video/motiontrack/Manifest6
-rw-r--r--media-video/motiontrack/files/digest-motiontrack-0.1.21
-rw-r--r--media-video/motiontrack/motiontrack-0.1.2.ebuild78
4 files changed, 94 insertions, 3 deletions
diff --git a/media-video/motiontrack/ChangeLog b/media-video/motiontrack/ChangeLog
index 9df35fb05825..a957536dbd51 100644
--- a/media-video/motiontrack/ChangeLog
+++ b/media-video/motiontrack/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-video/motiontrack
# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/ChangeLog,v 1.3 2004/07/23 23:39:21 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/ChangeLog,v 1.4 2004/10/20 00:24:56 chriswhite Exp $
+
+*motiontrack-0.1.2 (19 Oct 2004)
+
+ 19 Oct 2004; Chris White <chriswhite@gentoo.org> +motiontrack-0.1.2.ebuild:
+ Bumped to version 0.1.2. Thanks to upstream for reporting :).
23 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org>
motiontrack-0.1.0.ebuild:
@@ -11,6 +16,11 @@
23 Jul 2004; Jon Hood <squinky86@gentoo.org> motiontrack-0.1.0.ebuild:
Change virtual/glibc -> virtual/libc.
+*motiontrack-0.1.0 (23 Jul 2004)
+
+ 23 Jul 2004; Chris White <chriswhite@gentoo.org> motiontrack-0.1.0.ebuild:
+ Replaced virtual/glibc with virtual/libc.
+
20 Jul 2004; Chris White <chriswhite@gentoo.org> :
Initial addition to the tree. Thanks to gentoo <eric.noack@gemia.de> for
submitting the ebuild in Bug #47130.
diff --git a/media-video/motiontrack/Manifest b/media-video/motiontrack/Manifest
index f45ba043f551..83f74fa2a505 100644
--- a/media-video/motiontrack/Manifest
+++ b/media-video/motiontrack/Manifest
@@ -1,4 +1,6 @@
-MD5 4f91e200ac790977cc3344a9d7a7d467 motiontrack-0.1.0.ebuild 1972
-MD5 6bab8744b1ae76ab5950765a1918f4e3 ChangeLog 656
+MD5 b7ef4eae9f474e33655669ac15139f20 ChangeLog 991
MD5 31018765c8c65a239dba78a98c405543 metadata.xml 224
+MD5 4f91e200ac790977cc3344a9d7a7d467 motiontrack-0.1.0.ebuild 1972
+MD5 f7d1687e5f41e4c4673f11f7bc4027ef motiontrack-0.1.2.ebuild 1973
MD5 1e0932e975040bc45ea22a77983a2247 files/digest-motiontrack-0.1.0 69
+MD5 657b34d97059cec1a62b7e41615ed406 files/digest-motiontrack-0.1.2 69
diff --git a/media-video/motiontrack/files/digest-motiontrack-0.1.2 b/media-video/motiontrack/files/digest-motiontrack-0.1.2
new file mode 100644
index 000000000000..677f867b3051
--- /dev/null
+++ b/media-video/motiontrack/files/digest-motiontrack-0.1.2
@@ -0,0 +1 @@
+MD5 f364521a0d693e5e165b79670b46b8a2 motiontrack-0.1.2.tar.gz 129818
diff --git a/media-video/motiontrack/motiontrack-0.1.2.ebuild b/media-video/motiontrack/motiontrack-0.1.2.ebuild
new file mode 100644
index 000000000000..3c40d10e8954
--- /dev/null
+++ b/media-video/motiontrack/motiontrack-0.1.2.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/motiontrack/motiontrack-0.1.2.ebuild,v 1.1 2004/10/20 00:24:56 chriswhite Exp $
+
+
+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="libgd imagemagick debug"
+
+DEPEND="virtual/libc
+ debug? (
+ libgd? (
+ imagemagick? ( >=media-gfx/imagemagick-5.5.7 )
+ !imagemagick? ( media-libs/gd )
+ )
+ !libgd? ( >=media-gfx/imagemagick-5.5.7 )
+ )
+ !debug? (
+ imagemagick? (
+ gd? ( media-libs/gd )
+ !gd? ( >=media-gfx/imagemagick-5.5.7 )
+ )
+ !imagemagick? ( media-libs/gd )
+ )"
+
+src_compile() {
+
+ local myconf
+
+ if use libgd; then
+ if use imagemagick; then
+ einfo "motiontrack can only use one of libgd or imagemagick, not both."
+ einfo "default is libgd when debug is unset, imagemagick otherwise."
+ einfo "please unset one of these use flags if you have other intentions."
+ fi
+ fi
+ if use debug; then
+ #default to imagemagick for providing better features
+ #for debugging
+ myconf="--enable-debug"
+ if use libgd; then
+ if use imagemagick; then
+ myconf="${myconf} --enable-magick --disable-gd";
+ else
+ myconf="${myconf} --disable-magick --enable-gd";
+ fi
+ else
+ myconf="${myconf} --enable-magick --disable-gd";
+ fi
+ else
+ #default to libgd for being faster
+ myconf="--disable-debug"
+ if use imagemagick; then
+ if use libgd; then
+ myconf="${myconf} --disable-magick --enable-gd";
+ else
+ myconf="${myconf} --enable-magick --disable-gd";
+ fi
+ else
+ myconf="${myconf} --disable-magick --enable-gd";
+ fi
+ fi
+
+ econf $myconf || die "configure failed"
+ emake || die "make failed"
+
+}
+
+src_install() {
+ make DESTDIR=${D} install || die "install failed"
+ dodoc README src/TheCode.txt
+}