commit: 044a363072a67d6fa2fdd9df01123f31c8847ea6 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Aug 24 14:44:20 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue Aug 25 14:45:43 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=044a3630
media-video/subtitlecomposer: Drop IUSE=gstreamer, depends on SLOT=0.10 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-video/subtitlecomposer/subtitlecomposer-0.5.6.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/media-video/subtitlecomposer/subtitlecomposer-0.5.6.ebuild b/media-video/subtitlecomposer/subtitlecomposer-0.5.6.ebuild index 1fcf2381..695b005a 100644 --- a/media-video/subtitlecomposer/subtitlecomposer-0.5.6.ebuild +++ b/media-video/subtitlecomposer/subtitlecomposer-0.5.6.ebuild @@ -1,6 +1,5 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# $Id$ EAPI=5 @@ -15,11 +14,10 @@ SRC_URI="https://github.com/maxrd2/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="amd64 x86" SLOT="4" -IUSE="debug gstreamer unicode xine" +IUSE="debug unicode xine" RDEPEND=" media-libs/phonon[qt4] - gstreamer? ( media-libs/gstreamer:0.10 ) unicode? ( dev-libs/icu:= ) xine? ( media-libs/xine-lib ) " @@ -29,7 +27,7 @@ DEPEND="${RDEPEND} src_configure() { mycmakeargs=( - $(cmake-utils_use_with gstreamer GStreamer) + -DWITH_GStreamer=OFF $(cmake-utils_use_with unicode ICU) $(cmake-utils_use_with xine) )
