From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 72ECF59CA5 for ; Wed, 23 Mar 2016 17:23:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCBF921C003; Wed, 23 Mar 2016 17:23:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69B2D21C003 for ; Wed, 23 Mar 2016 17:23:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 929DD340C53 for ; Wed, 23 Mar 2016 17:23:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D52A851 for ; Wed, 23 Mar 2016 17:23:20 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1458752705.5697c38e82c207cdd15a51ba21c94324ceb90cf4.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-libs/qt-gstreamer/ X-VCS-Repository: proj/kde X-VCS-Files: media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild X-VCS-Directories: media-libs/qt-gstreamer/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 5697c38e82c207cdd15a51ba21c94324ceb90cf4 X-VCS-Branch: master Date: Wed, 23 Mar 2016 17:23:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 04830f50-a455-4688-8368-359adf7b8514 X-Archives-Hash: e6559427458b96c35c45e889736816cf commit: 5697c38e82c207cdd15a51ba21c94324ceb90cf4 Author: Johannes Huber gentoo org> AuthorDate: Wed Mar 23 17:05:05 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Mar 23 17:05:05 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5697c38e media-libs/qt-gstreamer: EAPI 6 Package-Manager: portage-2.2.28 media-libs/qt-gstreamer/qt-gstreamer-9999.ebuild | 10 +++++----- 1 file 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 120749a..3677ba0 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