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] repo/gentoo:master commit in: media-video/subtitlecomposer/files/, media-video/subtitlecomposer/
Date: Fri, 10 Oct 2025 19:00:48 +0000 (UTC)	[thread overview]
Message-ID: <1760122781.dff32766f7b49d4ec7d1436d47720914b6da2a20.asturm@gentoo> (raw)

commit:     dff32766f7b49d4ec7d1436d47720914b6da2a20
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 10 18:49:03 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Oct 10 18:59:41 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dff32766

media-video/subtitlecomposer: drop 0.8.1_p20250308

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-video/subtitlecomposer/Manifest              |  1 -
 ...mposer-0.8.1_p20250308-force-xcb-platform.patch | 26 ----------
 .../subtitlecomposer-0.8.1_p20250308.ebuild        | 59 ----------------------
 3 files changed, 86 deletions(-)

diff --git a/media-video/subtitlecomposer/Manifest b/media-video/subtitlecomposer/Manifest
index 22c7be378674..12565eda8428 100644
--- a/media-video/subtitlecomposer/Manifest
+++ b/media-video/subtitlecomposer/Manifest
@@ -1,2 +1 @@
-DIST subtitlecomposer-0.8.1_p20250308-10aad738.tar.gz 1413805 BLAKE2B 223849494ae92b7ffa961a345f83beb6caf2bbb051a1a90379f30b20f0bb3cc0c47a7d0d26fee1f474c374d67e6c30168eca3934c62dcb1ac0ab27a0d73071f1 SHA512 c8cef8abcf85a026643c808b501448384dca5f66b164aae27127733134fff9e84a84063979ddff1e4342a9ed9c1c1345946c11a112ed05b36da485044801a075
 DIST subtitlecomposer-0.8.2.tar.xz 795360 BLAKE2B faf87c9a7e47bb9facc3740d7ad53aee0b7971fd84a0b6cb0bb8b988e889e18b9201a57ad0261d736e26d3e34b06f494970b5d38337af3d8d6b40730401620cd SHA512 1108da1f989d3060e017b8cfae7fb8ad3b27a69db083a79733a3ca5cfd82cc63a4e1c7ae8577f8f07f90097372e7f0e69f71f57bc9ecd5e51b8efd16485cf4db

diff --git a/media-video/subtitlecomposer/files/subtitlecomposer-0.8.1_p20250308-force-xcb-platform.patch b/media-video/subtitlecomposer/files/subtitlecomposer-0.8.1_p20250308-force-xcb-platform.patch
deleted file mode 100644
index dbd0afae05c0..000000000000
--- a/media-video/subtitlecomposer/files/subtitlecomposer-0.8.1_p20250308-force-xcb-platform.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 9bad579b525e1bb2e704217a9f6aa7ccc4d6b950 Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Tue, 1 Apr 2025 22:28:27 +0200
-Subject: [PATCH] Force xcb platform against video glitches in Wayland sessions
-
-Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
----
- src/main.cpp | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/main.cpp b/src/main.cpp
-index 63bff921..9599329a 100644
---- a/src/main.cpp
-+++ b/src/main.cpp
-@@ -146,6 +146,8 @@ main(int argc, char **argv)
- 	avcodec_register_all();
- #endif
- 
-+	qputenv("QT_QPA_PLATFORM", "xcb");
-+
- 	SubtitleComposer::Application app(argc, argv);
- 
- 	KAboutData aboutData(
--- 
-2.49.0
-

diff --git a/media-video/subtitlecomposer/subtitlecomposer-0.8.1_p20250308.ebuild b/media-video/subtitlecomposer/subtitlecomposer-0.8.1_p20250308.ebuild
deleted file mode 100644
index f96565900b8a..000000000000
--- a/media-video/subtitlecomposer/subtitlecomposer-0.8.1_p20250308.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-KFMIN=6.9.0
-QTMIN=6.8.1
-KDE_ORG_COMMIT=10aad738194d675ac4cfcde62097938e6921d25e
-inherit ecm kde.org xdg
-
-DESCRIPTION="Text-based subtitles editor"
-HOMEPAGE="https://subtitlecomposer.kde.org/"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="unicode"
-
-DEPEND="
-	dev-libs/openssl:=
-	>=dev-qt/qt5compat-${QTMIN}:6
-	>=dev-qt/qtbase-${QTMIN}:6[gui,network,opengl,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6
-	>=kde-frameworks/kcodecs-${KFMIN}:6
-	>=kde-frameworks/kcompletion-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kconfigwidgets-${KFMIN}:6
-	>=kde-frameworks/kcoreaddons-${KFMIN}:6
-	>=kde-frameworks/ki18n-${KFMIN}:6
-	>=kde-frameworks/kio-${KFMIN}:6
-	>=kde-frameworks/ktextwidgets-${KFMIN}:6
-	>=kde-frameworks/kwidgetsaddons-${KFMIN}:6
-	>=kde-frameworks/kxmlgui-${KFMIN}:6
-	>=kde-frameworks/sonnet-${KFMIN}:6
-	media-libs/openal
-	>=media-video/ffmpeg-5.1.5:0=
-	unicode? ( dev-libs/icu:= )
-"
-RDEPEND="${DEPEND}
-	!${CATEGORY}/${PN}:5
-"
-BDEPEND="
-	sys-devel/gettext
-	virtual/pkgconfig
-"
-
-# TODO: downstream workaround, push upstream?
-PATCHES=( "${FILESDIR}/${P}-force-xcb-platform.patch" )
-
-src_configure() {
-	local mycmakeargs=(
-		-DQT_MAJOR_VERSION=6
-		-DCMAKE_DISABLE_FIND_PACKAGE_PocketSphinx=ON # bugs 616706, 610434
-		$(cmake_use_find_package unicode ICU)
-	)
-
-	ecm_src_configure
-}


             reply	other threads:[~2025-10-10 19:00 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-10-10 19:00 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-05 18:17 [gentoo-commits] repo/gentoo:master commit in: media-video/subtitlecomposer/files/, media-video/subtitlecomposer/ Andreas Sturmlechner
2023-12-25 17:04 Andreas Sturmlechner
2021-11-09  7:20 Andreas Sturmlechner
2021-10-06 18:50 Andreas Sturmlechner
2019-07-04 19:40 Andreas Sturmlechner

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=1760122781.dff32766f7b49d4ec7d1436d47720914b6da2a20.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