summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild b/media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild
index 120749af1ab..3677ba02a7e 100644
--- a/media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild
+++ b/media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
if [[ ${PV} != *9999* ]]; then
SRC_URI="http://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz"
@@ -15,7 +15,7 @@ fi
inherit cmake-utils ${GIT_ECLASS} multibuild
-DESCRIPTION="QtGStreamer provides C++ bindings for GStreamer with a Qt-style API"
+DESCRIPTION="C++ bindings for GStreamer with a Qt-style API"
HOMEPAGE="http://gstreamer.freedesktop.org/modules/qt-gstreamer.html"
LICENSE="LGPL-2.1"
@@ -27,6 +27,8 @@ REQUIRED_USE="|| ( qt4 qt5 )"
RDEPEND="
dev-libs/glib:2
>=dev-libs/boost-1.40:=
+ media-libs/gst-plugins-base:1.0
+ media-libs/gstreamer:1.0
qt4? (
dev-qt/qtcore:4
dev-qt/qtdeclarative:4
@@ -41,8 +43,6 @@ RDEPEND="
dev-qt/qtquick1:5
dev-qt/qtwidgets:5
)
- media-libs/gstreamer:1.0
- media-libs/gst-plugins-base:1.0
"
DEPEND="
${RDEPEND}
@@ -64,7 +64,7 @@ src_configure() {
myconfigure() {
local mycmakeargs=(
-DQTGSTREAMER_EXAMPLES=OFF
- $(cmake-utils_use test QTGSTREAMER_TESTS)
+ -DQTGSTREAMER_TESTS=$(usex test)
-DQT_VERSION=${MULTIBUILD_VARIANT}
)
cmake-utils_src_configure