media-gfx/aaphoto/aaphoto-0.41.ebuild
author Da Risk <da_risk@geekorum.com>
Mon, 03 Apr 2017 10:27:19 -0700
changeset 208 6be79539dae2
parent 96 cf985811e4fb
permissions -rw-r--r--
Merge removing of a bunch of ebuild already in main gentoo tree
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
96
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     1
# Copyright 1999-2013 Gentoo Foundation
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     2
# Distributed under the terms of the GNU General Public License v2
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     3
# $Header: $
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     4
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     5
EAPI=5
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     6
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     7
DESCRIPTION="Automatic photo adjusting software"
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     8
HOMEPAGE=http://log69.com/aaphoto_en.html""
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
     9
SRC_URI="http://log69.com/downloads/${PN}_sources_v${PV}.tar.gz"
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    10
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    11
LICENSE="GPL-3"
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    12
SLOT="0"
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    13
KEYWORDS="~amd64"
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    14
IUSE="openmp"
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    15
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    16
inherit eutils
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    17
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    18
DEPEND="openmp? ( >=sys-devel/gcc-4.2[openmp] )
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    19
		media-libs/jasper
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    20
		virtual/jpeg
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    21
		media-libs/libpng
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    22
		sys-libs/zlib"
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    23
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    24
RDEPEND="${DEPEND}"
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    25
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    26
src_prepare() {
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    27
	epatch "${FILESDIR}/00-${P}-fixed-missing-zlib-include.patch"
cf985811e4fb Add aaphoto
Da Risk <da_risk@geekorum.com>
parents:
diff changeset
    28
}