exherbo-denkn/packages/graphics/photivo/photivo-scm.exheres-0

29 lines
671 B
Bash
Raw Normal View History

2014-04-06 17:02:48 +02:00
# Copyright (c) 2014 Denis Knauf
# Distributed under the terms of the GNU General Public License v3
2014-04-06 17:11:08 +02:00
SCM_REPOSITORY="https://code.google.com/p/photivo/"
2014-04-06 17:02:48 +02:00
require scm-hg
2014-04-06 17:11:08 +02:00
require cmake
2014-04-06 17:02:48 +02:00
SUMMARY="Photivo is a free and open source (GPL3) photo processor."
HOMEPAGE="http://photivo.org/"
LICENCES="GPL-3"
2014-04-06 17:11:08 +02:00
MYOPTIONS="gimp"
2014-04-06 17:02:48 +02:00
PLATFORMS="~amd64"
2014-04-06 17:11:08 +02:00
SLOT="0"
2014-04-06 17:02:48 +02:00
DEPENDENCIES="
build+run:
2014-04-06 17:11:08 +02:00
graphics/exiv2[>=0.19]
media-gfx/GraphicsMagick[>=1.3.12][lcms]
media-libs/lensfun[>=0.2.5]
media-libs/liblqr[>=0.4.1]
sci-libs/fftw[>=3.2.2]
gimp? (
media-gfx/gimp[>=2.6.10]
x11-libs/gtk+:2
)
2014-04-06 17:02:48 +02:00
"
DEFAULT_SRC_PREPARE_PATCHES=(
"${FILES}/${PNV}-cmake.patch"
)