commit: 7c59bc8c709d3c410f76b1970d1ad4d5aa217d76
Author: Horea Christian <horea.christ <AT> yandex <DOT> com>
AuthorDate: Tue Sep 6 12:55:42 2016 +0000
Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
CommitDate: Tue Sep 6 12:55:42 2016 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=7c59bc8c
sci-biology/psychopy: added deps for video rendering (#660)
* sci-biology/psychopy: added opencv dep for video rendering
Package-Manager: portage-2.3.0
* sci-biology/psychopy: opencv does weird things when built with PYTHON_USEDEP
Package-Manager: portage-2.3.0
* sci-biology/psychopy: typo
Package-Manager: portage-2.3.0
* sci-biology/psychopy: psychopy requires threads
Package-Manager: portage-2.3.0
* sci-biology/psychopy: added dependency
Package-Manager: portage-2.3.0
sci-biology/psychopy/psychopy-1.78.00.ebuild | 1 +
sci-biology/psychopy/psychopy-1.83.03.ebuild | 2 ++
sci-biology/psychopy/psychopy-1.84.0.ebuild | 3 +++
sci-biology/psychopy/psychopy-9999.ebuild | 9 +++++++--
4 files changed, 13 insertions(+), 2 deletions(-)
diff --git a/sci-biology/psychopy/psychopy-1.78.00.ebuild
b/sci-biology/psychopy/psychopy-1.78.00.ebuild
index cd50a85..c55c9b2 100644
--- a/sci-biology/psychopy/psychopy-1.78.00.ebuild
+++ b/sci-biology/psychopy/psychopy-1.78.00.ebuild
@@ -5,6 +5,7 @@
EAPI="6"
PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads(+)"
inherit eutils gnome2-utils distutils-r1
diff --git a/sci-biology/psychopy/psychopy-1.83.03.ebuild
b/sci-biology/psychopy/psychopy-1.83.03.ebuild
index cd50a85..47021b4 100644
--- a/sci-biology/psychopy/psychopy-1.83.03.ebuild
+++ b/sci-biology/psychopy/psychopy-1.83.03.ebuild
@@ -5,6 +5,7 @@
EAPI="6"
PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads(+)"
inherit eutils gnome2-utils distutils-r1
@@ -22,6 +23,7 @@ DEPEND="
RDEPEND="dev-python/pillow[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
+ dev-python/moviepy[${PYTHON_USEDEP}]
dev-python/numpy[lapack,${PYTHON_USEDEP}]
dev-python/pygame[${PYTHON_USEDEP}]
dev-python/pyglet[${PYTHON_USEDEP}]
diff --git a/sci-biology/psychopy/psychopy-1.84.0.ebuild
b/sci-biology/psychopy/psychopy-1.84.0.ebuild
index 2fccb4d..4dc03e7 100644
--- a/sci-biology/psychopy/psychopy-1.84.0.ebuild
+++ b/sci-biology/psychopy/psychopy-1.84.0.ebuild
@@ -5,6 +5,7 @@
EAPI="6"
PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads(+)"
inherit eutils gnome2-utils distutils-r1
@@ -23,6 +24,7 @@ RDEPEND="
dev-python/configobj[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
+ dev-python/moviepy[${PYTHON_USEDEP}]
dev-python/numpy[lapack,${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/pygame[${PYTHON_USEDEP}]
@@ -30,6 +32,7 @@ RDEPEND="
dev-python/pyopengl[${PYTHON_USEDEP}]
dev-python/wxpython:*[${PYTHON_USEDEP}]
media-libs/avbin-bin
+ media-libs/opencv[python,python_single_target_python2_7]
sci-libs/scipy[${PYTHON_USEDEP}]
"
diff --git a/sci-biology/psychopy/psychopy-9999.ebuild
b/sci-biology/psychopy/psychopy-9999.ebuild
index f463a57..d47914b 100644
--- a/sci-biology/psychopy/psychopy-9999.ebuild
+++ b/sci-biology/psychopy/psychopy-9999.ebuild
@@ -5,6 +5,7 @@
EAPI="6"
PYTHON_COMPAT=( python2_7 )
+PYTHON_REQ_USE="threads(+)"
inherit eutils gnome2-utils distutils-r1 git-r3
@@ -20,15 +21,19 @@ KEYWORDS=""
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
"
-RDEPEND="${DEPEND}
- dev-python/pillow[${PYTHON_USEDEP}]
+RDEPEND="
+ dev-python/configobj[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/matplotlib[${PYTHON_USEDEP}]
+ dev-python/moviepy[${PYTHON_USEDEP}]
dev-python/numpy[lapack,${PYTHON_USEDEP}]
+ dev-python/pillow[${PYTHON_USEDEP}]
dev-python/pygame[${PYTHON_USEDEP}]
dev-python/pyglet[${PYTHON_USEDEP}]
dev-python/pyopengl[${PYTHON_USEDEP}]
dev-python/wxpython:*[${PYTHON_USEDEP}]
+ media-libs/avbin-bin
+ media-libs/opencv[python,python_single_target_python2_7]
sci-libs/scipy[${PYTHON_USEDEP}]
"