public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: media-video/subtitlecomposer/
Date: Mon, 17 Sep 2018 21:09:23 +0000 (UTC)	[thread overview]
Message-ID: <1537218267.36e892fa5b71c17ecb4f6db69c735165f3bc43fe.asturm@gentoo> (raw)

commit:     36e892fa5b71c17ecb4f6db69c735165f3bc43fe
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 15 23:51:59 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Sep 17 21:04:27 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=36e892fa

media-video/subtitlecomposer: Sync with 0.6.6 changes

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../subtitlecomposer/subtitlecomposer-9999.ebuild  | 27 +++++++++++++---------
 1 file changed, 16 insertions(+), 11 deletions(-)

diff --git a/media-video/subtitlecomposer/subtitlecomposer-9999.ebuild b/media-video/subtitlecomposer/subtitlecomposer-9999.ebuild
index 16f0452e51..1bc839caa7 100644
--- a/media-video/subtitlecomposer/subtitlecomposer-9999.ebuild
+++ b/media-video/subtitlecomposer/subtitlecomposer-9999.ebuild
@@ -13,9 +13,9 @@ EGIT_REPO_URI="https://github.com/maxrd2/${PN}"
 
 LICENSE="GPL-2"
 KEYWORDS=""
-IUSE="mpv unicode xine"
+IUSE="gstreamer libav mpv unicode xine"
 
-CDEPEND="
+COMMON_DEPEND="
 	$(add_frameworks_dep kcodecs)
 	$(add_frameworks_dep kcompletion)
 	$(add_frameworks_dep kconfig)
@@ -30,31 +30,38 @@ CDEPEND="
 	$(add_frameworks_dep sonnet)
 	$(add_qt_dep qtgui)
 	$(add_qt_dep qtwidgets)
-	dev-libs/glib:2
-	media-libs/gstreamer:1.0
-	media-libs/gst-plugins-base:1.0
 	media-libs/phonon[qt5(+)]
+	gstreamer? (
+		dev-libs/glib:2
+		media-libs/gstreamer:1.0
+		media-libs/gst-plugins-base:1.0
+	)
+	libav? ( media-video/libav:= )
+	!libav? ( media-video/ffmpeg:0= )
 	mpv? ( media-video/mpv )
 	unicode? ( dev-libs/icu:= )
 	xine? (
 		media-libs/xine-lib
+		x11-libs/libX11
 		x11-libs/libxcb
 	)
 "
-RDEPEND="${CDPEEND}
+RDEPEND="${COMMON_DEPEND}
 	!media-video/subtitlecomposer:4
 "
-DEPEND="${CDEPEND}
+DEPEND="${COMMON_DEPEND}
 	sys-devel/gettext
+	virtual/pkgconfig
 "
 
 src_configure() {
 	local mycmakeargs=(
 		-DCMAKE_DISABLE_FIND_PACKAGE_PocketSphinx=ON # bug 616706
+		$(cmake-utils_use_find_package gstreamer GStreamer)
 		$(cmake-utils_use_find_package mpv MPV)
 		$(cmake-utils_use_find_package unicode ICU)
 		$(cmake-utils_use_find_package xine Xine)
-		$(cmake-utils_use_find_package xine XCB)
+		$(cmake-utils_use_find_package xine X11)
 	)
 
 	kde5_src_configure
@@ -63,8 +70,6 @@ src_configure() {
 pkg_postinst() {
 	kde5_pkg_postinst
 
-	echo
-	elog "Some example scripts provided by ${PV} require dev-lang/ruby"
+	elog "Some example scripts provided by ${PN} require dev-lang/ruby"
 	elog "or dev-lang/python to be installed."
-	echo
 }


             reply	other threads:[~2018-09-17 21:09 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-17 21:09 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-03 13:56 [gentoo-commits] proj/kde:master commit in: media-video/subtitlecomposer/ Andreas Sturmlechner
2023-11-07 14:04 Andreas Sturmlechner
2021-11-08 18:40 Andreas Sturmlechner
2021-10-06 19:00 Andreas Sturmlechner
2020-09-29 12:51 Andreas Sturmlechner
2020-04-15 23:41 Andreas Sturmlechner
2020-03-11 15:16 Andreas Sturmlechner
2020-03-11 15:16 Andreas Sturmlechner
2019-11-14 10:00 Andreas Sturmlechner
2019-01-26 20:29 Andreas Sturmlechner
2017-10-30 11:43 Michael Palimaka
2017-06-03 15:49 Michael Palimaka
2017-01-01 16:32 Johannes Huber
2016-06-19 12:37 Michael Palimaka
2016-06-19 12:37 Michael Palimaka
2016-03-26 18:14 Johannes Huber
2014-03-16 12:22 Johannes Huber
2013-01-03 16:04 Michael Palimaka
2012-09-11 10:16 Johannes Huber
2012-08-22 20:12 Johannes Huber

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1537218267.36e892fa5b71c17ecb4f6db69c735165f3bc43fe.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox