commit:     957215bf200121bedf0f028e8ba05ea5298bc56c
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 14:09:30 2025 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 14:25:34 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=957215bf

media-video/subtitleeditor: add 0.55.0

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 media-video/subtitleeditor/Manifest                |  1 +
 .../subtitleeditor/subtitleeditor-0.55.0.ebuild    | 56 ++++++++++++++++++++++
 2 files changed, 57 insertions(+)

diff --git a/media-video/subtitleeditor/Manifest 
b/media-video/subtitleeditor/Manifest
index e7cb37193d2c..8a2a2feddb79 100644
--- a/media-video/subtitleeditor/Manifest
+++ b/media-video/subtitleeditor/Manifest
@@ -1,2 +1,3 @@
 DIST subtitleeditor-0.54.0.tar.gz 1783077 BLAKE2B 
a802124c9b81ad5fecc4914b6231e7efaf3326f231115f334fd53b79d8a851bf2f09fdccdee85c53b0cc828fe67c72e9924f47f0881d0438e563b18b1f77f00b
 SHA512 
4458d579775a504b22f955c41d0e95ed722c1cb6bcf715ef493988a85397d5e0d4c3327e129f49b160d398dc73257026a92bbe5104c30d2004c16b7e12dd113c
+DIST subtitleeditor-0.55.0.tar.gz 1351342 BLAKE2B 
235325cd4a7e195d1bc1784db36acf0e2089730413ffe08167b450f56bdc33556cc195a02e0eb3e27eaf594aea9ec8eecfb4ae830ead9ac5c0ab299faccd14de
 SHA512 
7bb9bc102b6cffb305b1e0e606362c509b33af3c6172b85a88b2dcc75cade7389c7e5f03fdf368433a9aea03bb7a2099c4901e2c8c0c485feeaf714a69cae1d2
 DIST subtitleeditor_0.54.0-5.debian.tar.xz 9100 BLAKE2B 
249048228aab601524bb1f6e222863d1d3f96e3be4a05e08196a164d0e4ed3ff4b662fbac5a468a546f871e314a99f68ed9132692a5be8997d8338810ab91808
 SHA512 
9e15c0f6d4ddc88650f6f7962b09175fddbae1c1ac295a83c33e29e1212f09a1d88711a4e1250c5f125d72ea02f4b77c3ca9f62594ee0010f0cf8d383fbe0832

diff --git a/media-video/subtitleeditor/subtitleeditor-0.55.0.ebuild 
b/media-video/subtitleeditor/subtitleeditor-0.55.0.ebuild
new file mode 100644
index 000000000000..0662e658687e
--- /dev/null
+++ b/media-video/subtitleeditor/subtitleeditor-0.55.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+GNOME2_EAUTORECONF="yes"
+GNOME2_LA_PUNT="yes"
+
+inherit flag-o-matic gnome2
+
+DESCRIPTION="GTK+3 subtitle editing tool"
+HOMEPAGE="https://subtitleeditor.github.io/subtitleeditor/";
+SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug nls"
+# opengl would mix gtk+:2 and :3 which is not possible
+
+RDEPEND="
+       >=app-text/enchant-2.2.0:2
+       app-text/iso-codes
+       >=dev-cpp/cairomm-1.12:0
+       >=dev-cpp/glibmm-2.46:2
+       >=dev-cpp/gtkmm-3.18:3.0
+       >=dev-cpp/gstreamermm-1.0:1.0=
+       >=dev-cpp/libxmlpp-2.40:2.6
+       dev-libs/glib:2
+       >=dev-libs/libsigc++-2.6:2
+       media-libs/gst-plugins-base:1.0[X,pango]
+       media-libs/gst-plugins-good:1.0
+       media-libs/gstreamer:1.0
+       media-plugins/gst-plugins-meta:1.0
+       x11-libs/gtk+:3[X]
+       nls? ( virtual/libintl )
+"
+#      opengl? (
+#              >=dev-cpp/gtkglextmm-1.2.0-r2:1.0
+#              virtual/opengl )
+# X needed for video output and pango needed for text overlay
+DEPEND="${RDEPEND}"
+BDEPEND="
+       >=dev-util/intltool-0.40
+       virtual/pkgconfig
+"
+
+src_configure() {
+       # Avoid using --enable-debug as it mocks with CXXFLAGS and LDFLAGS
+       use debug && append-cxxflags -DDEBUG
+
+       gnome2_src_configure \
+               --disable-debug \
+               --disable-gl \
+               $(use_enable nls)
+#              $(use_enable opengl gl)
+}

Reply via email to