summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-08-24 16:44:20 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-08-25 16:45:43 +0200
commit044a363072a67d6fa2fdd9df01123f31c8847ea6 (patch)
treeac6bfb548113879c97142270cf34c2ea40638006
parentkde-apps: Fix MissingUseDepDefault for net-libs/telepathy-qt[qt4] (diff)
downloadkde-sunset-044a3630.tar.gz
kde-sunset-044a3630.tar.bz2
kde-sunset-044a3630.zip
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@gentoo.org>
-rw-r--r--media-video/subtitlecomposer/subtitlecomposer-0.5.6.ebuild8
1 files 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)
)