* [gentoo-commits] proj/kde-sunset:master commit in: media-video/subtitlecomposer/
@ 2020-08-24 2:18 Andreas Sturmlechner
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2020-08-24 2:18 UTC (permalink / raw
To: gentoo-commits
commit: bd26a74f4116b6135903d09be24a0198dea85328
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 24 02:10:23 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 24 02:10:23 2020 +0000
URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=bd26a74f
media-video/subtitlecomposer: Import 0.5.6 from before slot 4 removal
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
.../subtitlecomposer/subtitlecomposer-0.5.6.ebuild | 46 ++++++++++++++++++++++
1 file changed, 46 insertions(+)
diff --git a/media-video/subtitlecomposer/subtitlecomposer-0.5.6.ebuild b/media-video/subtitlecomposer/subtitlecomposer-0.5.6.ebuild
new file mode 100644
index 00000000..1fcf2381
--- /dev/null
+++ b/media-video/subtitlecomposer/subtitlecomposer-0.5.6.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_LINGUAS="bg cs de el es fr hu pl pt_BR ru sr sr@latin uk"
+KDE_LINGUAS_LIVE_OVERRIDE="true"
+inherit kde4-base
+
+DESCRIPTION="Text-based subtitles editor"
+HOMEPAGE="https://github.com/maxrd2/subtitlecomposer"
+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"
+
+RDEPEND="
+ media-libs/phonon[qt4]
+ gstreamer? ( media-libs/gstreamer:0.10 )
+ unicode? ( dev-libs/icu:= )
+ xine? ( media-libs/xine-lib )
+"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+"
+
+src_configure() {
+ mycmakeargs=(
+ $(cmake-utils_use_with gstreamer GStreamer)
+ $(cmake-utils_use_with unicode ICU)
+ $(cmake-utils_use_with xine)
+ )
+ kde4-base_src_configure
+}
+
+pkg_postinst() {
+ kde4-base_pkg_postinst
+
+ echo
+ elog "Some example scripts provided by ${PV} require dev-lang/ruby"
+ elog "or dev-lang/python to be installed."
+ echo
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/kde-sunset:master commit in: media-video/subtitlecomposer/
@ 2020-08-25 14:51 Andreas Sturmlechner
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2020-08-25 14:51 UTC (permalink / raw
To: gentoo-commits
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)
)
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-25 14:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-25 14:51 [gentoo-commits] proj/kde-sunset:master commit in: media-video/subtitlecomposer/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2020-08-24 2:18 Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox