media-gfx/aaphoto/aaphoto-0.41.ebuild
changeset 219 c0c5810e06b8
parent 217 cc0327602480
child 220 fca4a6de7c45
equal deleted inserted replaced
217:cc0327602480 219:c0c5810e06b8
     1 # Copyright 1999-2013 Gentoo Foundation
       
     2 # Distributed under the terms of the GNU General Public License v2
       
     3 # $Header: $
       
     4 
       
     5 EAPI=5
       
     6 
       
     7 DESCRIPTION="Automatic photo adjusting software"
       
     8 HOMEPAGE=http://log69.com/aaphoto_en.html""
       
     9 SRC_URI="http://log69.com/downloads/${PN}_sources_v${PV}.tar.gz"
       
    10 
       
    11 LICENSE="GPL-3"
       
    12 SLOT="0"
       
    13 KEYWORDS="~amd64"
       
    14 IUSE="openmp"
       
    15 
       
    16 inherit eutils
       
    17 
       
    18 DEPEND="openmp? ( >=sys-devel/gcc-4.2[openmp] )
       
    19 		media-libs/jasper
       
    20 		virtual/jpeg
       
    21 		media-libs/libpng
       
    22 		sys-libs/zlib"
       
    23 
       
    24 RDEPEND="${DEPEND}"
       
    25 
       
    26 src_prepare() {
       
    27 	epatch "${FILESDIR}/00-${P}-fixed-missing-zlib-include.patch"
       
    28 }