aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/subtitlecomposer
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/subtitlecomposer')
-rw-r--r--multimedia/subtitlecomposer/Makefile3
-rw-r--r--multimedia/subtitlecomposer/distinfo6
-rw-r--r--multimedia/subtitlecomposer/files/patch-CMakeLists.txt19
-rw-r--r--multimedia/subtitlecomposer/files/patch-src_CMakeLists.txt6
-rw-r--r--multimedia/subtitlecomposer/files/patch-src_subtitlecomposer.xml17
-rw-r--r--multimedia/subtitlecomposer/pkg-plist3
6 files changed, 29 insertions, 25 deletions
diff --git a/multimedia/subtitlecomposer/Makefile b/multimedia/subtitlecomposer/Makefile
index 24cd614c3b8c..f1dda7e2d84f 100644
--- a/multimedia/subtitlecomposer/Makefile
+++ b/multimedia/subtitlecomposer/Makefile
@@ -1,6 +1,5 @@
PORTNAME= subtitlecomposer
-DISTVERSION= 0.8.1
-PORTREVISION= 2
+DISTVERSION= 0.8.2
CATEGORIES= multimedia kde
MASTER_SITES= KDE/stable/${PORTNAME}
diff --git a/multimedia/subtitlecomposer/distinfo b/multimedia/subtitlecomposer/distinfo
index e22eaa7962a7..77c0c3746e46 100644
--- a/multimedia/subtitlecomposer/distinfo
+++ b/multimedia/subtitlecomposer/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1718642302
-SHA256 (subtitlecomposer-0.8.1.tar.xz) = 23c022768d7422c092149f41d51ebea80f54b27655573cf43f736efb88c30027
-SIZE (subtitlecomposer-0.8.1.tar.xz) = 763276
+TIMESTAMP = 1762202800
+SHA256 (subtitlecomposer-0.8.2.tar.xz) = 72e9307f0c7669029f27178cee07395b3dae4cef99accc6720e41fa511b40fe5
+SIZE (subtitlecomposer-0.8.2.tar.xz) = 795360
diff --git a/multimedia/subtitlecomposer/files/patch-CMakeLists.txt b/multimedia/subtitlecomposer/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..a41c45a3c244
--- /dev/null
+++ b/multimedia/subtitlecomposer/files/patch-CMakeLists.txt
@@ -0,0 +1,19 @@
+commit b3f158cb1c82a47bdfb8593f3cb3e56dce3ddcf9
+Author: Mladen Milinkovic <maxrd2@smoothware.net>
+Date: Tue Nov 4 22:14:00 2025 +0100
+
+ Change CMAKE_MODULE_PATH order
+
+ Prefer "${CMAKE_CURRENT_SOURCE_DIR}/cmake" over "${ECM_MODULE_PATH}"
+
+--- CMakeLists.txt.orig 2025-09-14 20:00:57 UTC
++++ CMakeLists.txt
+@@ -19,7 +19,7 @@ find_package(ECM REQUIRED NO_MODULE)
+ set(CMAKE_CXX_STANDARD 17)
+
+ find_package(ECM REQUIRED NO_MODULE)
+-set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${ECM_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
++set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${ECM_MODULE_PATH})
+
+ include(KDEInstallDirs)
+ include(KDECMakeSettings)
diff --git a/multimedia/subtitlecomposer/files/patch-src_CMakeLists.txt b/multimedia/subtitlecomposer/files/patch-src_CMakeLists.txt
index 538c5eb02d97..8ad44c42aef9 100644
--- a/multimedia/subtitlecomposer/files/patch-src_CMakeLists.txt
+++ b/multimedia/subtitlecomposer/files/patch-src_CMakeLists.txt
@@ -1,8 +1,8 @@
---- src/CMakeLists.txt.orig 2023-04-04 01:59:38 UTC
+--- src/CMakeLists.txt.orig 2025-09-14 20:00:57 UTC
+++ src/CMakeLists.txt
-@@ -27,7 +27,7 @@ endif()
+@@ -35,7 +35,7 @@ find_package(OpenAL REQUIRED)
- find_package(FFmpeg 57.83.100 REQUIRED)
+ find_package(FFmpeg 59.27.100 REQUIRED)
find_package(OpenAL REQUIRED)
-find_package(ICU)
+find_package(ICU REQUIRED COMPONENTS i18n uc data)
diff --git a/multimedia/subtitlecomposer/files/patch-src_subtitlecomposer.xml b/multimedia/subtitlecomposer/files/patch-src_subtitlecomposer.xml
deleted file mode 100644
index 87526e41f892..000000000000
--- a/multimedia/subtitlecomposer/files/patch-src_subtitlecomposer.xml
+++ /dev/null
@@ -1,17 +0,0 @@
---- src/subtitlecomposer.xml.orig 2023-04-04 01:59:38 UTC
-+++ src/subtitlecomposer.xml
-@@ -119,14 +119,4 @@
- </magic>
- <glob pattern="*.sym"/>
- </mime-type>
--
-- <mime-type type="subpicture/x-pgs">
-- <comment>PGS subtitles</comment>
-- <sub-class-of type="application/octet-stream"/>
-- <generic-icon name="text-x-generic"/>
-- <magic priority="50">
-- <match type="big32" value="0x50470000" mask="0xffffff00" offset="0"/>
-- </magic>
-- <glob pattern="*.sup"/>
-- </mime-type>
- </mime-info>
diff --git a/multimedia/subtitlecomposer/pkg-plist b/multimedia/subtitlecomposer/pkg-plist
index 7ded8965e1ec..00ce7711670a 100644
--- a/multimedia/subtitlecomposer/pkg-plist
+++ b/multimedia/subtitlecomposer/pkg-plist
@@ -16,10 +16,13 @@ share/locale/en_GB/LC_MESSAGES/subtitlecomposer.mo
share/locale/eo/LC_MESSAGES/subtitlecomposer.mo
share/locale/es/LC_MESSAGES/subtitlecomposer.mo
share/locale/et/LC_MESSAGES/subtitlecomposer.mo
+share/locale/eu/LC_MESSAGES/subtitlecomposer.mo
share/locale/fi/LC_MESSAGES/subtitlecomposer.mo
share/locale/fr/LC_MESSAGES/subtitlecomposer.mo
+share/locale/gl/LC_MESSAGES/subtitlecomposer.mo
share/locale/hr/LC_MESSAGES/subtitlecomposer.mo
share/locale/hu/LC_MESSAGES/subtitlecomposer.mo
+share/locale/id/LC_MESSAGES/subtitlecomposer.mo
share/locale/ie/LC_MESSAGES/subtitlecomposer.mo
share/locale/it/LC_MESSAGES/subtitlecomposer.mo
share/locale/ja/LC_MESSAGES/subtitlecomposer.mo