diff options
author | 2011-09-13 17:39:13 +0200 | |
---|---|---|
committer | 2011-09-13 17:39:13 +0200 | |
commit | dac30fdad4f30287464179a57122bde8a1f7f009 (patch) | |
tree | addd271aca993f96f33e6daa9b2ea265292204b5 /media-gfx/pdiff/pdiff-1.1.1.ebuild | |
parent | added libspnav (3dconnexion space navigator driver) (diff) | |
download | mistafunk-dac30fdad4f30287464179a57122bde8a1f7f009.tar.gz mistafunk-dac30fdad4f30287464179a57122bde8a1f7f009.tar.bz2 mistafunk-dac30fdad4f30287464179a57122bde8a1f7f009.zip |
initial ebuild for perceptualdiff
Diffstat (limited to 'media-gfx/pdiff/pdiff-1.1.1.ebuild')
-rw-r--r-- | media-gfx/pdiff/pdiff-1.1.1.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/media-gfx/pdiff/pdiff-1.1.1.ebuild b/media-gfx/pdiff/pdiff-1.1.1.ebuild new file mode 100644 index 0000000..9eeb127 --- /dev/null +++ b/media-gfx/pdiff/pdiff-1.1.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" +inherit cmake-utils flag-o-matic + +DESCRIPTION="PerceptualDiff is an image comparison utility that makes use of a computational model of the human visual system to compare two images." +HOMEPAGE="http://http://pdiff.sourceforge.net/" +SRC_URI="mirror://sourceforge/pdiff/pdiff/perceptualdiff-${PV}/perceptualdiff-${PV}-src.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" + +PATCHES=( "${FILESDIR}/${PF}-cstdio.patch" ) + +S=${WORKDIR} + +#src_install() { +#${CMAKE_BUILD_DIR} +#} |