summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2016-03-10 19:04:58 +0100
committerMarkus Meier <maekke@gentoo.org>2016-03-10 19:05:30 +0100
commit88320cc0d863e84fc017a522e7f8e676407ef2ac (patch)
tree761e6bc81bee25dad1f33ef10e6cec57e70a5504 /media-gfx/hugin/hugin-9999.ebuild
parentdev-libs/wayland-protocols: new ebuild, required by dev-libs/weston-1.10 (diff)
downloadgentoo-88320cc0d863e84fc017a522e7f8e676407ef2ac.tar.gz
gentoo-88320cc0d863e84fc017a522e7f8e676407ef2ac.tar.bz2
gentoo-88320cc0d863e84fc017a522e7f8e676407ef2ac.zip
media-gfx/hugin: version bump
Package-Manager: portage-2.2.27
Diffstat (limited to 'media-gfx/hugin/hugin-9999.ebuild')
-rw-r--r--media-gfx/hugin/hugin-9999.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/media-gfx/hugin/hugin-9999.ebuild b/media-gfx/hugin/hugin-9999.ebuild
index 061cae176d89..50ecf8ae3017 100644
--- a/media-gfx/hugin/hugin-9999.ebuild
+++ b/media-gfx/hugin/hugin-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -25,7 +25,7 @@ IUSE="debug lapack python sift $(echo ${LANGS//\ /\ linguas_})"
CDEPEND="
!!dev-util/cocom
dev-db/sqlite:3
- >=dev-libs/boost-1.49.0-r1:=
+ >=dev-libs/boost-1.49.0-r1:0=
dev-libs/zthread
>=media-gfx/enblend-4.0
media-gfx/exiv2:=
@@ -38,7 +38,7 @@ CDEPEND="
>=media-libs/vigra-1.9.0[openexr]
sci-libs/fftw:=
sys-libs/zlib
- virtual/opengl
+ virtual/glu
virtual/jpeg:0
virtual/opengl
x11-libs/wxGTK:3.0=[X,opengl]
@@ -59,8 +59,8 @@ S=${WORKDIR}/${PN}-$(get_version_component_range 1-3)
pkg_setup() {
DOCS="authors.txt README TODO"
mycmakeargs=(
- $(cmake-utils_use_enable lapack LAPACK)
- $(cmake-utils_use_build python HSI)
+ -DBUILD_HSI=$(usex python ON OFF)
+ -DENABLE_LAPACK=$(usex lapack ON OFF)
)
use python && python-single-r1_pkg_setup
}