diff options
author | 2011-03-07 12:52:50 +0100 | |
---|---|---|
committer | 2011-03-07 12:52:50 +0100 | |
commit | d7432f944be8449d01be04e9390ac6af5df4dccc (patch) | |
tree | 7ab2d9dbf257dbefc9c4d74815437ea837d72f68 /sci-electronics/player/player-2.0.4.ebuild | |
parent | Correct Slots for gtk 3 introduction to tree (diff) | |
download | sci-d7432f944be8449d01be04e9390ac6af5df4dccc.tar.gz sci-d7432f944be8449d01be04e9390ac6af5df4dccc.tar.bz2 sci-d7432f944be8449d01be04e9390ac6af5df4dccc.zip |
QA things
(Portage version: 2.2.0_alpha26/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-electronics/player/player-2.0.4.ebuild')
-rw-r--r-- | sci-electronics/player/player-2.0.4.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sci-electronics/player/player-2.0.4.ebuild b/sci-electronics/player/player-2.0.4.ebuild index 681812dd3..bbd75b74d 100644 --- a/sci-electronics/player/player-2.0.4.ebuild +++ b/sci-electronics/player/player-2.0.4.ebuild @@ -1,7 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ +EAPI=1 + PYTHON_DEPEND="2" inherit eutils python @@ -28,11 +30,12 @@ KEYWORDS="~amd64 ~x86" # yarpimage - needs YarpCam (not in portage) # rcore_xbridge - needs libparticle (not in portage) -IUSE="ieee1394 sphinx2 wifi v4l test +IUSE="ieee1394 sphinx2 wifi v4l test imagemagick boost gnome gtk openssl festival opengl glut gsl java python doc" -RDEPEND="media-libs/jpeg +RDEPEND=" + media-libs/jpeg opengl? ( virtual/opengl ) glut? ( media-libs/freeglut ) openssl? ( dev-libs/openssl ) @@ -40,12 +43,11 @@ RDEPEND="media-libs/jpeg gsl? ( sci-libs/gsl ) ieee1394? ( sys-libs/libraw1394 media-libs/libdc1394 ) java? ( virtual/jdk ) - gtk? ( x11-libs/gtk+ ) + gtk? ( x11-libs/gtk+:2 ) gnome? ( >=gnome-base/libgnomecanvas-2.0 ) boost? ( dev-libs/boost ) sphinx2? ( app-accessibility/sphinx2 ) festival? ( app-accessibility/festival )" - DEPEND="${RDEPEND} python? ( dev-lang/swig ) java? ( dev-lang/swig ) |