From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/subtitlecomposer/
Date: Tue, 11 Jun 2024 16:30:53 +0000 (UTC) [thread overview]
Message-ID: <1718123430.a2398da6b38ca8c94360f3137b81da137b9a9cd7.asturm@gentoo> (raw)
commit: a2398da6b38ca8c94360f3137b81da137b9a9cd7
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 11 16:27:41 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Jun 11 16:30:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2398da6
media-video/subtitlecomposer: add 0.8.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-video/subtitlecomposer/Manifest | 1 +
.../subtitlecomposer/subtitlecomposer-0.8.1.ebuild | 62 ++++++++++++++++++++++
2 files changed, 63 insertions(+)
diff --git a/media-video/subtitlecomposer/Manifest b/media-video/subtitlecomposer/Manifest
index 4c0e91924bef..bc380895d2fa 100644
--- a/media-video/subtitlecomposer/Manifest
+++ b/media-video/subtitlecomposer/Manifest
@@ -1,2 +1,3 @@
DIST subtitlecomposer-0.7.1-patchset-1.tar.xz 6868 BLAKE2B 59ae09e6807b0c9eeb094556ec381157701a6d3ae66317c175816f2a779ef3db1874146c5ec0d211a07353bf592c1ff7ad8dcf91a1370916d37290204e7e5909 SHA512 bd7849ee7e4bb449b7f758bf86a45110f0e647d6a35ec31bbab82b7e8f02ac3b81aed958723848a08830a32f1e252dc2231d9a8a736b738b6c105c1a715aea1b
DIST subtitlecomposer-0.8.0.tar.xz 730800 BLAKE2B f4d89b11f7d0669ee4594739df06f1bac91c1defacc9c27f25bff9709140c0b56a8927b2f4f79544bd35475db558c7fa2e35bff912704dd9d4e5a745a44a373a SHA512 463824631b025c760423244434000c6e7f7d44097fb7a9178ada505daa6329de0649219f563431e98d8e780fce2b1f0a39cbd77a998ece3d131166045ae40dee
+DIST subtitlecomposer-0.8.1.tar.xz 763276 BLAKE2B eb5eca2505e5b2c859768f2816fae603be8066d3530802c434b78c7754a379bb4d293f5138416ebbcc4b4e0d95cb71f0e11bc5efc72efcc77c4486b096b5e6fc SHA512 28e83ba2429f17d11252b1eb56d5d9ae018f746a4b211292707847ea54659b80b2829e1d482f9740da6951c614dbfc8fff4b4019cee0f5001687282075205d53
diff --git a/media-video/subtitlecomposer/subtitlecomposer-0.8.1.ebuild b/media-video/subtitlecomposer/subtitlecomposer-0.8.1.ebuild
new file mode 100644
index 000000000000..4a19841d3b8d
--- /dev/null
+++ b/media-video/subtitlecomposer/subtitlecomposer-0.8.1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+KFMIN=5.106.0
+QTMIN=5.15.9
+inherit ecm kde.org
+
+DESCRIPTION="Text-based subtitles editor"
+HOMEPAGE="https://subtitlecomposer.kde.org/"
+
+if [[ ${KDE_BUILD_TYPE} = release ]]; then
+ PATCHSET="${PN}-0.7.1-patchset-1"
+ SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz
+ https://dev.gentoo.org/~asturm/distfiles/${PATCHSET}.tar.xz"
+ KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-2"
+SLOT="5"
+IUSE="unicode"
+
+DEPEND="
+ dev-libs/openssl:=
+ >=dev-qt/qtdeclarative-${QTMIN}:5
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtnetwork-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kcodecs-${KFMIN}:5
+ >=kde-frameworks/kcompletion-${KFMIN}:5
+ >=kde-frameworks/kconfig-${KFMIN}:5
+ >=kde-frameworks/kconfigwidgets-${KFMIN}:5
+ >=kde-frameworks/kcoreaddons-${KFMIN}:5
+ >=kde-frameworks/ki18n-${KFMIN}:5
+ >=kde-frameworks/kio-${KFMIN}:5
+ >=kde-frameworks/ktextwidgets-${KFMIN}:5
+ >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
+ >=kde-frameworks/kxmlgui-${KFMIN}:5
+ >=kde-frameworks/sonnet-${KFMIN}:5
+ media-libs/openal
+ media-video/ffmpeg:0=
+ unicode? ( dev-libs/icu:= )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+# TODO: upstream
+PATCHES=( "${WORKDIR}/${PATCHSET}/${PN}-0.7.1-tests-optional.patch" )
+
+src_configure() {
+ local mycmakeargs=(
+ -DCMAKE_DISABLE_FIND_PACKAGE_PocketSphinx=ON # bugs 616706, 610434
+ $(cmake_use_find_package unicode ICU)
+ )
+
+ ecm_src_configure
+}
next reply other threads:[~2024-06-11 16:30 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-11 16:30 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-01 21:15 [gentoo-commits] repo/gentoo:master commit in: media-video/subtitlecomposer/ Andreas Sturmlechner
2025-03-12 10:14 Ionen Wolkens
2024-06-30 5:10 Sam James
2024-06-30 5:10 Sam James
2023-12-20 6:23 Arthur Zamarin
2023-12-20 1:40 Sam James
2023-11-15 19:50 Andreas Sturmlechner
2023-11-14 22:55 Andreas Sturmlechner
2023-09-30 16:31 Andreas Sturmlechner
2023-09-26 21:26 Sam James
2023-09-26 20:59 Sam James
2023-08-25 18:10 Andreas Sturmlechner
2023-08-25 12:24 Arthur Zamarin
2023-08-25 12:24 Arthur Zamarin
2023-05-06 18:13 Andreas Sturmlechner
2023-05-06 9:23 Arthur Zamarin
2023-05-06 9:23 Arthur Zamarin
2021-11-09 0:46 Sam James
2021-11-07 18:04 Jakov Smolić
2020-09-29 13:39 Andreas Sturmlechner
2020-04-26 10:06 Mikle Kolyada
2020-01-12 17:45 Andreas Sturmlechner
2019-07-24 21:22 Andreas Sturmlechner
2019-07-24 20:49 Thomas Deutschmann
2018-12-22 12:37 Andreas Sturmlechner
2018-12-13 23:04 Andreas Sturmlechner
2018-12-13 20:46 Mikle Kolyada
2018-12-07 2:41 Thomas Deutschmann
2018-09-16 0:37 Andreas Sturmlechner
2018-09-16 0:36 Andreas Sturmlechner
2017-10-30 11:41 Michael Palimaka
2017-06-03 15:49 Michael Palimaka
2017-01-16 19:50 Johannes Huber
2017-01-16 10:15 Agostino Sarubbo
2017-01-05 13:44 Aaron Bauman
2017-01-01 16:32 Johannes Huber
2016-07-10 23:58 Maciej Mrozowski
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=1718123430.a2398da6b38ca8c94360f3137b81da137b9a9cd7.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