Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: subtitlecomposer
@ 2024-12-30  5:16 hervyqa
  2024-12-30  5:26 ` [PR PATCH] [Updated] " hervyqa
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: hervyqa @ 2024-12-30  5:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 917 bytes --]

There is a new pull request by hervyqa against master on the void-packages repository

https://github.com/hervyqa/void-packages subtitlecomposer
https://github.com/void-linux/void-packages/pull/53757

New package: subtitlecomposer
Fix: https://github.com/void-linux/void-packages/issues/38023 https://github.com/void-linux/void-packages/pull/38384

cc: @classabbyamp 

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

![Screenshot_20241230_131351](https://github.com/user-attachments/assets/8c04fc43-b7f4-4a74-aea7-85cb208b8dc7)


A patch file from https://github.com/void-linux/void-packages/pull/53757.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-subtitlecomposer-53757.patch --]
[-- Type: text/x-diff, Size: 5147 bytes --]

From f0db1325aeb2b2998f8c21da268cf36bdb265d13 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Mon, 30 Dec 2024 13:10:17 +0800
Subject: [PATCH 1/3] pocketsphinx: update to 0.5.3

---
 srcpkgs/pocketsphinx/template | 25 +++++++++----------------
 1 file changed, 9 insertions(+), 16 deletions(-)

diff --git a/srcpkgs/pocketsphinx/template b/srcpkgs/pocketsphinx/template
index 2946e2eafa3b69..bd054324d49362 100644
--- a/srcpkgs/pocketsphinx/template
+++ b/srcpkgs/pocketsphinx/template
@@ -1,31 +1,24 @@
 # Template file for 'pocketsphinx'
 pkgname=pocketsphinx
-version=0.8
-revision=5
+version=5.0.3
+revision=1
 short_desc="Lightweight speech recognition system"
 maintainer="Martin Riese <grauehaare@gmx.de>"
 license="GPL-2"
-homepage="http://cmusphinx.sourceforge.net"
-distfiles="${SOURCEFORGE_SITE}/cmusphinx/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
-checksum="874c4c083d91c8ff26a2aec250b689e537912ff728923c141c4dac48662cce7a"
-build_style=gnu-configure
-configure_args="--disable-static --without-python"
+homepage="https://cmusphinx.github.io"
+distfiles="https://github.com/cmusphinx/pocketsphinx/archive/refs/tags/v${version}.tar.gz"
+checksum="5d952cb1c22e0a51ed1fafc36871612df38f145df64fa017fdc8074532ec007f"
+build_style=cmake
+#configure_args="--disable-static --without-python"
 hostmakedepends="pkg-config"
 makedepends="sphinxbase-devel pulseaudio-devel libsndfile-devel libsamplerate-devel"
 
-libpocketsphinx_package() {
-	short_desc+=" - runtime libraries"
-	pkg_install() {
-		vmove usr/lib/*.so.*
-	}
-}
-
 libpocketsphinx-devel_package() {
-	depends="sphinxbase-devel libpocketsphinx>=${version}_${revision}"
+	depends="sphinxbase-devel"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
-		vmove usr/lib/*.so
+		vmove "usr/lib/*.a"
 		vmove usr/lib/pkgconfig
 	}
 }

From d5cf6d01a925ceee20fcf299e0fe9615100889c4 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Mon, 30 Dec 2024 13:11:22 +0800
Subject: [PATCH 2/3] libpocketsphinx: remove package

---
 common/shlibs                     | 1 -
 srcpkgs/libpocketsphinx           | 1 -
 srcpkgs/removed-packages/template | 3 ++-
 3 files changed, 2 insertions(+), 3 deletions(-)
 delete mode 120000 srcpkgs/libpocketsphinx

diff --git a/common/shlibs b/common/shlibs
index 749cd735df5a52..7fb506a426615f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1662,7 +1662,6 @@ libnutclient.so.2 libnetwork-ups-tools-2.8.0_1
 libnutscan.so.2 libnetwork-ups-tools-2.8.0_1
 libsphinxad.so.0 sphinxbase-0.8_1
 libsphinxbase.so.1 sphinxbase-0.8_1
-libpocketsphinx.so.1 libpocketsphinx-0.8_3
 libcmuclmtk.so.0 libcmuclmtk-0.7_2
 libttsmimic.so.0 mimic-1.2.0.2_1
 libttsmimic_lang_usenglish.so.0 mimic-1.2.0.2_1
diff --git a/srcpkgs/libpocketsphinx b/srcpkgs/libpocketsphinx
deleted file mode 120000
index ec2505cc918a34..00000000000000
--- a/srcpkgs/libpocketsphinx
+++ /dev/null
@@ -1 +0,0 @@
-pocketsphinx
\ No newline at end of file
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 645a9888d810ad..a08047d93264f3 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,6 +1,6 @@
 # Template file for 'removed-packages'
 pkgname=removed-packages
-version=0.1.20241229
+version=0.1.20241230
 revision=1
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
@@ -428,6 +428,7 @@ replaces="
  libpipewire0.2<=0.2.7_2
  libplist-python<=2.2.0_3
  libpng12<=1.2.59_1
+ libpocketsphinx<=0.8_5
  libpoppler102<=20.09.0_1
  libpoppler110<=21.05.0_1
  libpoppler83<=0.72.0_1

From 9ef0acfc21d3265960071aa42710d6adc8090c53 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Mon, 30 Dec 2024 13:12:11 +0800
Subject: [PATCH 3/3] New package: subtitlecomposer-0.8.1

---
 srcpkgs/subtitlecomposer/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/subtitlecomposer/template

diff --git a/srcpkgs/subtitlecomposer/template b/srcpkgs/subtitlecomposer/template
new file mode 100644
index 00000000000000..6184de3ba69c9b
--- /dev/null
+++ b/srcpkgs/subtitlecomposer/template
@@ -0,0 +1,19 @@
+# Template file for 'subtitlecomposer'
+pkgname=subtitlecomposer
+version=0.8.1
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules pkg-config qt6-base qt6-tools
+ kf6-kcoreaddons kf6-kdoctools gettext kf6-kconfig"
+makedepends="blas-devel ffmpeg-devel jack-devel kf6-ktextwidgets-devel kf6-kio-devel
+ kf6-kcodecs-devel kross-devel kf6-kxmlgui-devel kf6-ki18n-devel
+ libopenal-devel libpocketsphinx-devel kf6-sonnet-devel kf6-kiconthemes-devel"
+checkdepends="xvfb-run"
+short_desc="Open source text-based subtitle editor"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>"
+license="GPL-2.0-or-later"
+homepage="https://apps.kde.org/subtitlecomposer"
+changelog="https://invent.kde.org/multimedia/subtitlecomposer/-/raw/master/ChangeLog"
+distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum=23c022768d7422c092149f41d51ebea80f54b27655573cf43f736efb88c30027
+python_version=3

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] New package: subtitlecomposer
  2024-12-30  5:16 [PR PATCH] New package: subtitlecomposer hervyqa
@ 2024-12-30  5:26 ` hervyqa
  2024-12-30  5:31 ` hervyqa
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: hervyqa @ 2024-12-30  5:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 922 bytes --]

There is an updated pull request by hervyqa against master on the void-packages repository

https://github.com/hervyqa/void-packages subtitlecomposer
https://github.com/void-linux/void-packages/pull/53757

New package: subtitlecomposer
Fix: https://github.com/void-linux/void-packages/issues/38023 https://github.com/void-linux/void-packages/pull/38384

cc: @classabbyamp 

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

![Screenshot_20241230_131351](https://github.com/user-attachments/assets/8c04fc43-b7f4-4a74-aea7-85cb208b8dc7)


A patch file from https://github.com/void-linux/void-packages/pull/53757.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-subtitlecomposer-53757.patch --]
[-- Type: text/x-diff, Size: 5227 bytes --]

From a78d3e592299f5122108dc11f20c4aa0429a2a44 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Mon, 30 Dec 2024 13:24:48 +0800
Subject: [PATCH 1/3] pocketsphinx: update to 0.5.3

---
 srcpkgs/pocketsphinx/template | 30 +++++++++++-------------------
 1 file changed, 11 insertions(+), 19 deletions(-)

diff --git a/srcpkgs/pocketsphinx/template b/srcpkgs/pocketsphinx/template
index 2946e2eafa3b69..3a02d301efe776 100644
--- a/srcpkgs/pocketsphinx/template
+++ b/srcpkgs/pocketsphinx/template
@@ -1,31 +1,23 @@
 # Template file for 'pocketsphinx'
 pkgname=pocketsphinx
-version=0.8
-revision=5
-short_desc="Lightweight speech recognition system"
-maintainer="Martin Riese <grauehaare@gmx.de>"
-license="GPL-2"
-homepage="http://cmusphinx.sourceforge.net"
-distfiles="${SOURCEFORGE_SITE}/cmusphinx/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
-checksum="874c4c083d91c8ff26a2aec250b689e537912ff728923c141c4dac48662cce7a"
-build_style=gnu-configure
-configure_args="--disable-static --without-python"
+version=5.0.3
+revision=1
+build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="sphinxbase-devel pulseaudio-devel libsndfile-devel libsamplerate-devel"
-
-libpocketsphinx_package() {
-	short_desc+=" - runtime libraries"
-	pkg_install() {
-		vmove usr/lib/*.so.*
-	}
-}
+short_desc="Lightweight speech recognition system"
+maintainer="Martin Riese <grauehaare@gmx.de>"
+license="GPL-2.0-or-later"
+homepage="https://cmusphinx.github.io"
+distfiles="https://github.com/cmusphinx/pocketsphinx/archive/refs/tags/v${version}.tar.gz"
+checksum="5d952cb1c22e0a51ed1fafc36871612df38f145df64fa017fdc8074532ec007f"
 
 libpocketsphinx-devel_package() {
-	depends="sphinxbase-devel libpocketsphinx>=${version}_${revision}"
+	depends="sphinxbase-devel"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
-		vmove usr/lib/*.so
+		vmove "usr/lib/*.a"
 		vmove usr/lib/pkgconfig
 	}
 }

From 57004a18481cf838548edfe9d79301f583100d68 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Mon, 30 Dec 2024 13:26:22 +0800
Subject: [PATCH 2/3] libpocketsphinx: remove package

---
 common/shlibs                     | 1 -
 srcpkgs/libpocketsphinx           | 1 -
 srcpkgs/removed-packages/template | 3 ++-
 3 files changed, 2 insertions(+), 3 deletions(-)
 delete mode 120000 srcpkgs/libpocketsphinx

diff --git a/common/shlibs b/common/shlibs
index 749cd735df5a52..7fb506a426615f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1662,7 +1662,6 @@ libnutclient.so.2 libnetwork-ups-tools-2.8.0_1
 libnutscan.so.2 libnetwork-ups-tools-2.8.0_1
 libsphinxad.so.0 sphinxbase-0.8_1
 libsphinxbase.so.1 sphinxbase-0.8_1
-libpocketsphinx.so.1 libpocketsphinx-0.8_3
 libcmuclmtk.so.0 libcmuclmtk-0.7_2
 libttsmimic.so.0 mimic-1.2.0.2_1
 libttsmimic_lang_usenglish.so.0 mimic-1.2.0.2_1
diff --git a/srcpkgs/libpocketsphinx b/srcpkgs/libpocketsphinx
deleted file mode 120000
index ec2505cc918a34..00000000000000
--- a/srcpkgs/libpocketsphinx
+++ /dev/null
@@ -1 +0,0 @@
-pocketsphinx
\ No newline at end of file
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 645a9888d810ad..a08047d93264f3 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,6 +1,6 @@
 # Template file for 'removed-packages'
 pkgname=removed-packages
-version=0.1.20241229
+version=0.1.20241230
 revision=1
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
@@ -428,6 +428,7 @@ replaces="
  libpipewire0.2<=0.2.7_2
  libplist-python<=2.2.0_3
  libpng12<=1.2.59_1
+ libpocketsphinx<=0.8_5
  libpoppler102<=20.09.0_1
  libpoppler110<=21.05.0_1
  libpoppler83<=0.72.0_1

From b9ab18caec86462a2129c0e4d3990e9a69e35d41 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Mon, 30 Dec 2024 13:26:36 +0800
Subject: [PATCH 3/3] New package: subtitlecomposer-0.8.1

---
 srcpkgs/subtitlecomposer/template | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 srcpkgs/subtitlecomposer/template

diff --git a/srcpkgs/subtitlecomposer/template b/srcpkgs/subtitlecomposer/template
new file mode 100644
index 00000000000000..6184de3ba69c9b
--- /dev/null
+++ b/srcpkgs/subtitlecomposer/template
@@ -0,0 +1,19 @@
+# Template file for 'subtitlecomposer'
+pkgname=subtitlecomposer
+version=0.8.1
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules pkg-config qt6-base qt6-tools
+ kf6-kcoreaddons kf6-kdoctools gettext kf6-kconfig"
+makedepends="blas-devel ffmpeg-devel jack-devel kf6-ktextwidgets-devel kf6-kio-devel
+ kf6-kcodecs-devel kross-devel kf6-kxmlgui-devel kf6-ki18n-devel
+ libopenal-devel libpocketsphinx-devel kf6-sonnet-devel kf6-kiconthemes-devel"
+checkdepends="xvfb-run"
+short_desc="Open source text-based subtitle editor"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>"
+license="GPL-2.0-or-later"
+homepage="https://apps.kde.org/subtitlecomposer"
+changelog="https://invent.kde.org/multimedia/subtitlecomposer/-/raw/master/ChangeLog"
+distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum=23c022768d7422c092149f41d51ebea80f54b27655573cf43f736efb88c30027
+python_version=3

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] New package: subtitlecomposer
  2024-12-30  5:16 [PR PATCH] New package: subtitlecomposer hervyqa
  2024-12-30  5:26 ` [PR PATCH] [Updated] " hervyqa
@ 2024-12-30  5:31 ` hervyqa
  2024-12-30  5:38 ` hervyqa
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: hervyqa @ 2024-12-30  5:31 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 922 bytes --]

There is an updated pull request by hervyqa against master on the void-packages repository

https://github.com/hervyqa/void-packages subtitlecomposer
https://github.com/void-linux/void-packages/pull/53757

New package: subtitlecomposer
Fix: https://github.com/void-linux/void-packages/issues/38023 https://github.com/void-linux/void-packages/pull/38384

cc: @classabbyamp 

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

![Screenshot_20241230_131351](https://github.com/user-attachments/assets/8c04fc43-b7f4-4a74-aea7-85cb208b8dc7)


A patch file from https://github.com/void-linux/void-packages/pull/53757.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-subtitlecomposer-53757.patch --]
[-- Type: text/x-diff, Size: 5439 bytes --]

From a78d3e592299f5122108dc11f20c4aa0429a2a44 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Mon, 30 Dec 2024 13:24:48 +0800
Subject: [PATCH 1/3] pocketsphinx: update to 0.5.3

---
 srcpkgs/pocketsphinx/template | 30 +++++++++++-------------------
 1 file changed, 11 insertions(+), 19 deletions(-)

diff --git a/srcpkgs/pocketsphinx/template b/srcpkgs/pocketsphinx/template
index 2946e2eafa3b69..3a02d301efe776 100644
--- a/srcpkgs/pocketsphinx/template
+++ b/srcpkgs/pocketsphinx/template
@@ -1,31 +1,23 @@
 # Template file for 'pocketsphinx'
 pkgname=pocketsphinx
-version=0.8
-revision=5
-short_desc="Lightweight speech recognition system"
-maintainer="Martin Riese <grauehaare@gmx.de>"
-license="GPL-2"
-homepage="http://cmusphinx.sourceforge.net"
-distfiles="${SOURCEFORGE_SITE}/cmusphinx/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
-checksum="874c4c083d91c8ff26a2aec250b689e537912ff728923c141c4dac48662cce7a"
-build_style=gnu-configure
-configure_args="--disable-static --without-python"
+version=5.0.3
+revision=1
+build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="sphinxbase-devel pulseaudio-devel libsndfile-devel libsamplerate-devel"
-
-libpocketsphinx_package() {
-	short_desc+=" - runtime libraries"
-	pkg_install() {
-		vmove usr/lib/*.so.*
-	}
-}
+short_desc="Lightweight speech recognition system"
+maintainer="Martin Riese <grauehaare@gmx.de>"
+license="GPL-2.0-or-later"
+homepage="https://cmusphinx.github.io"
+distfiles="https://github.com/cmusphinx/pocketsphinx/archive/refs/tags/v${version}.tar.gz"
+checksum="5d952cb1c22e0a51ed1fafc36871612df38f145df64fa017fdc8074532ec007f"
 
 libpocketsphinx-devel_package() {
-	depends="sphinxbase-devel libpocketsphinx>=${version}_${revision}"
+	depends="sphinxbase-devel"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
-		vmove usr/lib/*.so
+		vmove "usr/lib/*.a"
 		vmove usr/lib/pkgconfig
 	}
 }

From 57004a18481cf838548edfe9d79301f583100d68 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Mon, 30 Dec 2024 13:26:22 +0800
Subject: [PATCH 2/3] libpocketsphinx: remove package

---
 common/shlibs                     | 1 -
 srcpkgs/libpocketsphinx           | 1 -
 srcpkgs/removed-packages/template | 3 ++-
 3 files changed, 2 insertions(+), 3 deletions(-)
 delete mode 120000 srcpkgs/libpocketsphinx

diff --git a/common/shlibs b/common/shlibs
index 749cd735df5a52..7fb506a426615f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1662,7 +1662,6 @@ libnutclient.so.2 libnetwork-ups-tools-2.8.0_1
 libnutscan.so.2 libnetwork-ups-tools-2.8.0_1
 libsphinxad.so.0 sphinxbase-0.8_1
 libsphinxbase.so.1 sphinxbase-0.8_1
-libpocketsphinx.so.1 libpocketsphinx-0.8_3
 libcmuclmtk.so.0 libcmuclmtk-0.7_2
 libttsmimic.so.0 mimic-1.2.0.2_1
 libttsmimic_lang_usenglish.so.0 mimic-1.2.0.2_1
diff --git a/srcpkgs/libpocketsphinx b/srcpkgs/libpocketsphinx
deleted file mode 120000
index ec2505cc918a34..00000000000000
--- a/srcpkgs/libpocketsphinx
+++ /dev/null
@@ -1 +0,0 @@
-pocketsphinx
\ No newline at end of file
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 645a9888d810ad..a08047d93264f3 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,6 +1,6 @@
 # Template file for 'removed-packages'
 pkgname=removed-packages
-version=0.1.20241229
+version=0.1.20241230
 revision=1
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
@@ -428,6 +428,7 @@ replaces="
  libpipewire0.2<=0.2.7_2
  libplist-python<=2.2.0_3
  libpng12<=1.2.59_1
+ libpocketsphinx<=0.8_5
  libpoppler102<=20.09.0_1
  libpoppler110<=21.05.0_1
  libpoppler83<=0.72.0_1

From 297e9bcd5563f191bceabff03744fa7ab695be1b Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Mon, 30 Dec 2024 13:26:36 +0800
Subject: [PATCH 3/3] New package: subtitlecomposer-0.8.1

---
 srcpkgs/subtitlecomposer/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/subtitlecomposer/template

diff --git a/srcpkgs/subtitlecomposer/template b/srcpkgs/subtitlecomposer/template
new file mode 100644
index 00000000000000..e9dbdaab4f7700
--- /dev/null
+++ b/srcpkgs/subtitlecomposer/template
@@ -0,0 +1,23 @@
+# Template file for 'subtitlecomposer'
+pkgname=subtitlecomposer
+version=0.8.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
+ -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins
+ -DKDE_INSTALL_QMLDIR=lib/qt6/qml
+ -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt6/mkspecs/modules"
+hostmakedepends="extra-cmake-modules pkg-config qt6-base qt6-tools
+ kf6-kcoreaddons kf6-kdoctools gettext kf6-kconfig"
+makedepends="blas-devel ffmpeg-devel jack-devel kf6-ktextwidgets-devel kf6-kio-devel
+ kf6-kcodecs-devel kross-devel kf6-kxmlgui-devel kf6-ki18n-devel
+ libopenal-devel libpocketsphinx-devel kf6-sonnet-devel kf6-kiconthemes-devel"
+checkdepends="xvfb-run"
+short_desc="Open source text-based subtitle editor"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>"
+license="GPL-2.0-or-later"
+homepage="https://apps.kde.org/subtitlecomposer"
+changelog="https://invent.kde.org/multimedia/subtitlecomposer/-/raw/master/ChangeLog"
+distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum=23c022768d7422c092149f41d51ebea80f54b27655573cf43f736efb88c30027
+python_version=3

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] New package: subtitlecomposer
  2024-12-30  5:16 [PR PATCH] New package: subtitlecomposer hervyqa
  2024-12-30  5:26 ` [PR PATCH] [Updated] " hervyqa
  2024-12-30  5:31 ` hervyqa
@ 2024-12-30  5:38 ` hervyqa
  2024-12-30  5:43 ` hervyqa
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: hervyqa @ 2024-12-30  5:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 922 bytes --]

There is an updated pull request by hervyqa against master on the void-packages repository

https://github.com/hervyqa/void-packages subtitlecomposer
https://github.com/void-linux/void-packages/pull/53757

New package: subtitlecomposer
Fix: https://github.com/void-linux/void-packages/issues/38023 https://github.com/void-linux/void-packages/pull/38384

cc: @classabbyamp 

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

![Screenshot_20241230_131351](https://github.com/user-attachments/assets/8c04fc43-b7f4-4a74-aea7-85cb208b8dc7)


A patch file from https://github.com/void-linux/void-packages/pull/53757.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-subtitlecomposer-53757.patch --]
[-- Type: text/x-diff, Size: 5444 bytes --]

From a78d3e592299f5122108dc11f20c4aa0429a2a44 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Mon, 30 Dec 2024 13:24:48 +0800
Subject: [PATCH 1/3] pocketsphinx: update to 0.5.3

---
 srcpkgs/pocketsphinx/template | 30 +++++++++++-------------------
 1 file changed, 11 insertions(+), 19 deletions(-)

diff --git a/srcpkgs/pocketsphinx/template b/srcpkgs/pocketsphinx/template
index 2946e2eafa3b69..3a02d301efe776 100644
--- a/srcpkgs/pocketsphinx/template
+++ b/srcpkgs/pocketsphinx/template
@@ -1,31 +1,23 @@
 # Template file for 'pocketsphinx'
 pkgname=pocketsphinx
-version=0.8
-revision=5
-short_desc="Lightweight speech recognition system"
-maintainer="Martin Riese <grauehaare@gmx.de>"
-license="GPL-2"
-homepage="http://cmusphinx.sourceforge.net"
-distfiles="${SOURCEFORGE_SITE}/cmusphinx/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
-checksum="874c4c083d91c8ff26a2aec250b689e537912ff728923c141c4dac48662cce7a"
-build_style=gnu-configure
-configure_args="--disable-static --without-python"
+version=5.0.3
+revision=1
+build_style=cmake
 hostmakedepends="pkg-config"
 makedepends="sphinxbase-devel pulseaudio-devel libsndfile-devel libsamplerate-devel"
-
-libpocketsphinx_package() {
-	short_desc+=" - runtime libraries"
-	pkg_install() {
-		vmove usr/lib/*.so.*
-	}
-}
+short_desc="Lightweight speech recognition system"
+maintainer="Martin Riese <grauehaare@gmx.de>"
+license="GPL-2.0-or-later"
+homepage="https://cmusphinx.github.io"
+distfiles="https://github.com/cmusphinx/pocketsphinx/archive/refs/tags/v${version}.tar.gz"
+checksum="5d952cb1c22e0a51ed1fafc36871612df38f145df64fa017fdc8074532ec007f"
 
 libpocketsphinx-devel_package() {
-	depends="sphinxbase-devel libpocketsphinx>=${version}_${revision}"
+	depends="sphinxbase-devel"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
-		vmove usr/lib/*.so
+		vmove "usr/lib/*.a"
 		vmove usr/lib/pkgconfig
 	}
 }

From 57004a18481cf838548edfe9d79301f583100d68 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Mon, 30 Dec 2024 13:26:22 +0800
Subject: [PATCH 2/3] libpocketsphinx: remove package

---
 common/shlibs                     | 1 -
 srcpkgs/libpocketsphinx           | 1 -
 srcpkgs/removed-packages/template | 3 ++-
 3 files changed, 2 insertions(+), 3 deletions(-)
 delete mode 120000 srcpkgs/libpocketsphinx

diff --git a/common/shlibs b/common/shlibs
index 749cd735df5a52..7fb506a426615f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1662,7 +1662,6 @@ libnutclient.so.2 libnetwork-ups-tools-2.8.0_1
 libnutscan.so.2 libnetwork-ups-tools-2.8.0_1
 libsphinxad.so.0 sphinxbase-0.8_1
 libsphinxbase.so.1 sphinxbase-0.8_1
-libpocketsphinx.so.1 libpocketsphinx-0.8_3
 libcmuclmtk.so.0 libcmuclmtk-0.7_2
 libttsmimic.so.0 mimic-1.2.0.2_1
 libttsmimic_lang_usenglish.so.0 mimic-1.2.0.2_1
diff --git a/srcpkgs/libpocketsphinx b/srcpkgs/libpocketsphinx
deleted file mode 120000
index ec2505cc918a34..00000000000000
--- a/srcpkgs/libpocketsphinx
+++ /dev/null
@@ -1 +0,0 @@
-pocketsphinx
\ No newline at end of file
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 645a9888d810ad..a08047d93264f3 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,6 +1,6 @@
 # Template file for 'removed-packages'
 pkgname=removed-packages
-version=0.1.20241229
+version=0.1.20241230
 revision=1
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
@@ -428,6 +428,7 @@ replaces="
  libpipewire0.2<=0.2.7_2
  libplist-python<=2.2.0_3
  libpng12<=1.2.59_1
+ libpocketsphinx<=0.8_5
  libpoppler102<=20.09.0_1
  libpoppler110<=21.05.0_1
  libpoppler83<=0.72.0_1

From 4abc752ba116ae78534c718f03f047b930aa9b46 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Mon, 30 Dec 2024 13:26:36 +0800
Subject: [PATCH 3/3] New package: subtitlecomposer-0.8.1

---
 srcpkgs/subtitlecomposer/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/subtitlecomposer/template

diff --git a/srcpkgs/subtitlecomposer/template b/srcpkgs/subtitlecomposer/template
new file mode 100644
index 00000000000000..a5c5d42733b7d1
--- /dev/null
+++ b/srcpkgs/subtitlecomposer/template
@@ -0,0 +1,23 @@
+# Template file for 'subtitlecomposer'
+pkgname=subtitlecomposer
+version=0.8.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
+ -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins
+ -DKDE_INSTALL_QMLDIR=lib/qt6/qml
+ -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt6/mkspecs/modules"
+hostmakedepends="extra-cmake-modules perl pkg-config qt6-base qt6-tools
+ kf6-kcoreaddons kf6-kdoctools gettext kf6-kconfig"
+makedepends="blas-devel ffmpeg-devel jack-devel kf6-ktextwidgets-devel kf6-kio-devel
+ kf6-kcodecs-devel kross-devel kf6-kxmlgui-devel kf6-ki18n-devel
+ libopenal-devel libpocketsphinx-devel kf6-sonnet-devel kf6-kiconthemes-devel"
+checkdepends="xvfb-run"
+short_desc="Open source text-based subtitle editor"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>"
+license="GPL-2.0-or-later"
+homepage="https://apps.kde.org/subtitlecomposer"
+changelog="https://invent.kde.org/multimedia/subtitlecomposer/-/raw/master/ChangeLog"
+distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum=23c022768d7422c092149f41d51ebea80f54b27655573cf43f736efb88c30027
+python_version=3

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] New package: subtitlecomposer
  2024-12-30  5:16 [PR PATCH] New package: subtitlecomposer hervyqa
                   ` (2 preceding siblings ...)
  2024-12-30  5:38 ` hervyqa
@ 2024-12-30  5:43 ` hervyqa
  2024-12-30  5:47 ` [PR REVIEW] " classabbyamp
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: hervyqa @ 2024-12-30  5:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 922 bytes --]

There is an updated pull request by hervyqa against master on the void-packages repository

https://github.com/hervyqa/void-packages subtitlecomposer
https://github.com/void-linux/void-packages/pull/53757

New package: subtitlecomposer
Fix: https://github.com/void-linux/void-packages/issues/38023 https://github.com/void-linux/void-packages/pull/38384

cc: @classabbyamp 

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

![Screenshot_20241230_131351](https://github.com/user-attachments/assets/8c04fc43-b7f4-4a74-aea7-85cb208b8dc7)


A patch file from https://github.com/void-linux/void-packages/pull/53757.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-subtitlecomposer-53757.patch --]
[-- Type: text/x-diff, Size: 5466 bytes --]

From 014c9dbd31be0b834a08733d12c7a116db8c44fe Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Mon, 30 Dec 2024 13:42:43 +0800
Subject: [PATCH 1/3] pocketsphinx: update to 0.5.3

---
 srcpkgs/pocketsphinx/template | 30 +++++++++++-------------------
 1 file changed, 11 insertions(+), 19 deletions(-)

diff --git a/srcpkgs/pocketsphinx/template b/srcpkgs/pocketsphinx/template
index 2946e2eafa3b69..c42b309833af1f 100644
--- a/srcpkgs/pocketsphinx/template
+++ b/srcpkgs/pocketsphinx/template
@@ -1,31 +1,23 @@
 # Template file for 'pocketsphinx'
 pkgname=pocketsphinx
-version=0.8
-revision=5
+version=5.0.3
+revision=1
+build_style=cmake
+hostmakedepends="perl pkg-config"
+makedepends="sphinxbase-devel pulseaudio-devel libsndfile-devel libsamplerate-devel"
 short_desc="Lightweight speech recognition system"
 maintainer="Martin Riese <grauehaare@gmx.de>"
-license="GPL-2"
-homepage="http://cmusphinx.sourceforge.net"
-distfiles="${SOURCEFORGE_SITE}/cmusphinx/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
-checksum="874c4c083d91c8ff26a2aec250b689e537912ff728923c141c4dac48662cce7a"
-build_style=gnu-configure
-configure_args="--disable-static --without-python"
-hostmakedepends="pkg-config"
-makedepends="sphinxbase-devel pulseaudio-devel libsndfile-devel libsamplerate-devel"
-
-libpocketsphinx_package() {
-	short_desc+=" - runtime libraries"
-	pkg_install() {
-		vmove usr/lib/*.so.*
-	}
-}
+license="GPL-2.0-or-later"
+homepage="https://cmusphinx.github.io"
+distfiles="https://github.com/cmusphinx/pocketsphinx/archive/refs/tags/v${version}.tar.gz"
+checksum="5d952cb1c22e0a51ed1fafc36871612df38f145df64fa017fdc8074532ec007f"
 
 libpocketsphinx-devel_package() {
-	depends="sphinxbase-devel libpocketsphinx>=${version}_${revision}"
+	depends="sphinxbase-devel"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
-		vmove usr/lib/*.so
+		vmove "usr/lib/*.a"
 		vmove usr/lib/pkgconfig
 	}
 }

From 788f44283fba88c21b484e0bffc427aba3aefe05 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Mon, 30 Dec 2024 13:42:51 +0800
Subject: [PATCH 2/3] libpocketsphinx: remove package

---
 common/shlibs                     | 1 -
 srcpkgs/libpocketsphinx           | 1 -
 srcpkgs/removed-packages/template | 3 ++-
 3 files changed, 2 insertions(+), 3 deletions(-)
 delete mode 120000 srcpkgs/libpocketsphinx

diff --git a/common/shlibs b/common/shlibs
index 749cd735df5a52..7fb506a426615f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1662,7 +1662,6 @@ libnutclient.so.2 libnetwork-ups-tools-2.8.0_1
 libnutscan.so.2 libnetwork-ups-tools-2.8.0_1
 libsphinxad.so.0 sphinxbase-0.8_1
 libsphinxbase.so.1 sphinxbase-0.8_1
-libpocketsphinx.so.1 libpocketsphinx-0.8_3
 libcmuclmtk.so.0 libcmuclmtk-0.7_2
 libttsmimic.so.0 mimic-1.2.0.2_1
 libttsmimic_lang_usenglish.so.0 mimic-1.2.0.2_1
diff --git a/srcpkgs/libpocketsphinx b/srcpkgs/libpocketsphinx
deleted file mode 120000
index ec2505cc918a34..00000000000000
--- a/srcpkgs/libpocketsphinx
+++ /dev/null
@@ -1 +0,0 @@
-pocketsphinx
\ No newline at end of file
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 645a9888d810ad..a08047d93264f3 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,6 +1,6 @@
 # Template file for 'removed-packages'
 pkgname=removed-packages
-version=0.1.20241229
+version=0.1.20241230
 revision=1
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
@@ -428,6 +428,7 @@ replaces="
  libpipewire0.2<=0.2.7_2
  libplist-python<=2.2.0_3
  libpng12<=1.2.59_1
+ libpocketsphinx<=0.8_5
  libpoppler102<=20.09.0_1
  libpoppler110<=21.05.0_1
  libpoppler83<=0.72.0_1

From 0e30ad89d3b443d82f701609ad93bed75b1c39ad Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Mon, 30 Dec 2024 13:43:05 +0800
Subject: [PATCH 3/3] New package: subtitlecomposer-0.8.1

---
 srcpkgs/subtitlecomposer/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/subtitlecomposer/template

diff --git a/srcpkgs/subtitlecomposer/template b/srcpkgs/subtitlecomposer/template
new file mode 100644
index 00000000000000..a5c5d42733b7d1
--- /dev/null
+++ b/srcpkgs/subtitlecomposer/template
@@ -0,0 +1,23 @@
+# Template file for 'subtitlecomposer'
+pkgname=subtitlecomposer
+version=0.8.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
+ -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins
+ -DKDE_INSTALL_QMLDIR=lib/qt6/qml
+ -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt6/mkspecs/modules"
+hostmakedepends="extra-cmake-modules perl pkg-config qt6-base qt6-tools
+ kf6-kcoreaddons kf6-kdoctools gettext kf6-kconfig"
+makedepends="blas-devel ffmpeg-devel jack-devel kf6-ktextwidgets-devel kf6-kio-devel
+ kf6-kcodecs-devel kross-devel kf6-kxmlgui-devel kf6-ki18n-devel
+ libopenal-devel libpocketsphinx-devel kf6-sonnet-devel kf6-kiconthemes-devel"
+checkdepends="xvfb-run"
+short_desc="Open source text-based subtitle editor"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>"
+license="GPL-2.0-or-later"
+homepage="https://apps.kde.org/subtitlecomposer"
+changelog="https://invent.kde.org/multimedia/subtitlecomposer/-/raw/master/ChangeLog"
+distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum=23c022768d7422c092149f41d51ebea80f54b27655573cf43f736efb88c30027
+python_version=3

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR REVIEW] New package: subtitlecomposer
  2024-12-30  5:16 [PR PATCH] New package: subtitlecomposer hervyqa
                   ` (3 preceding siblings ...)
  2024-12-30  5:43 ` hervyqa
@ 2024-12-30  5:47 ` classabbyamp
  2024-12-30  5:57 ` [PR PATCH] [Updated] " hervyqa
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2024-12-30  5:47 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 203 bytes --]

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/53757#discussion_r1899287562

Comment:
instead of removing this, `-DBUILD_SHARED_LIBS=ON`

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] New package: subtitlecomposer
  2024-12-30  5:16 [PR PATCH] New package: subtitlecomposer hervyqa
                   ` (4 preceding siblings ...)
  2024-12-30  5:47 ` [PR REVIEW] " classabbyamp
@ 2024-12-30  5:57 ` hervyqa
  2024-12-30  7:26 ` hervyqa
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: hervyqa @ 2024-12-30  5:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 922 bytes --]

There is an updated pull request by hervyqa against master on the void-packages repository

https://github.com/hervyqa/void-packages subtitlecomposer
https://github.com/void-linux/void-packages/pull/53757

New package: subtitlecomposer
Fix: https://github.com/void-linux/void-packages/issues/38023 https://github.com/void-linux/void-packages/pull/38384

cc: @classabbyamp 

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

![Screenshot_20241230_131351](https://github.com/user-attachments/assets/8c04fc43-b7f4-4a74-aea7-85cb208b8dc7)


A patch file from https://github.com/void-linux/void-packages/pull/53757.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-subtitlecomposer-53757.patch --]
[-- Type: text/x-diff, Size: 5488 bytes --]

From 2cb49b3c07a963bab73fc08182554c3c64266fb2 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Mon, 30 Dec 2024 13:55:38 +0800
Subject: [PATCH 1/3] pocketsphinx: update to 0.5.3

---
 srcpkgs/pocketsphinx/template | 31 ++++++++++++-------------------
 1 file changed, 12 insertions(+), 19 deletions(-)

diff --git a/srcpkgs/pocketsphinx/template b/srcpkgs/pocketsphinx/template
index 2946e2eafa3b69..ace06dbbdd7e94 100644
--- a/srcpkgs/pocketsphinx/template
+++ b/srcpkgs/pocketsphinx/template
@@ -1,31 +1,24 @@
 # Template file for 'pocketsphinx'
 pkgname=pocketsphinx
-version=0.8
-revision=5
+version=5.0.3
+revision=1
+build_style=cmake
+hostmakedepends="pkg-config"
+makedepends="sphinxbase-devel pulseaudio-devel libsndfile-devel libsamplerate-devel sox-devel"
+checkdepends="perl"
 short_desc="Lightweight speech recognition system"
 maintainer="Martin Riese <grauehaare@gmx.de>"
-license="GPL-2"
-homepage="http://cmusphinx.sourceforge.net"
-distfiles="${SOURCEFORGE_SITE}/cmusphinx/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
-checksum="874c4c083d91c8ff26a2aec250b689e537912ff728923c141c4dac48662cce7a"
-build_style=gnu-configure
-configure_args="--disable-static --without-python"
-hostmakedepends="pkg-config"
-makedepends="sphinxbase-devel pulseaudio-devel libsndfile-devel libsamplerate-devel"
-
-libpocketsphinx_package() {
-	short_desc+=" - runtime libraries"
-	pkg_install() {
-		vmove usr/lib/*.so.*
-	}
-}
+license="GPL-2.0-or-later"
+homepage="https://cmusphinx.github.io"
+distfiles="https://github.com/cmusphinx/pocketsphinx/archive/refs/tags/v${version}.tar.gz"
+checksum="5d952cb1c22e0a51ed1fafc36871612df38f145df64fa017fdc8074532ec007f"
 
 libpocketsphinx-devel_package() {
-	depends="sphinxbase-devel libpocketsphinx>=${version}_${revision}"
+	depends="sphinxbase-devel"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
-		vmove usr/lib/*.so
+		vmove "usr/lib/*.a"
 		vmove usr/lib/pkgconfig
 	}
 }

From 224fc26f6e52eb115a1999cae853f83c98996296 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Mon, 30 Dec 2024 13:55:49 +0800
Subject: [PATCH 2/3] libpocketsphinx: remove package

---
 common/shlibs                     | 1 -
 srcpkgs/libpocketsphinx           | 1 -
 srcpkgs/removed-packages/template | 3 ++-
 3 files changed, 2 insertions(+), 3 deletions(-)
 delete mode 120000 srcpkgs/libpocketsphinx

diff --git a/common/shlibs b/common/shlibs
index 749cd735df5a52..7fb506a426615f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1662,7 +1662,6 @@ libnutclient.so.2 libnetwork-ups-tools-2.8.0_1
 libnutscan.so.2 libnetwork-ups-tools-2.8.0_1
 libsphinxad.so.0 sphinxbase-0.8_1
 libsphinxbase.so.1 sphinxbase-0.8_1
-libpocketsphinx.so.1 libpocketsphinx-0.8_3
 libcmuclmtk.so.0 libcmuclmtk-0.7_2
 libttsmimic.so.0 mimic-1.2.0.2_1
 libttsmimic_lang_usenglish.so.0 mimic-1.2.0.2_1
diff --git a/srcpkgs/libpocketsphinx b/srcpkgs/libpocketsphinx
deleted file mode 120000
index ec2505cc918a34..00000000000000
--- a/srcpkgs/libpocketsphinx
+++ /dev/null
@@ -1 +0,0 @@
-pocketsphinx
\ No newline at end of file
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 645a9888d810ad..a08047d93264f3 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,6 +1,6 @@
 # Template file for 'removed-packages'
 pkgname=removed-packages
-version=0.1.20241229
+version=0.1.20241230
 revision=1
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
@@ -428,6 +428,7 @@ replaces="
  libpipewire0.2<=0.2.7_2
  libplist-python<=2.2.0_3
  libpng12<=1.2.59_1
+ libpocketsphinx<=0.8_5
  libpoppler102<=20.09.0_1
  libpoppler110<=21.05.0_1
  libpoppler83<=0.72.0_1

From 27e8ea14be8fdb4f9947df8e0a29fae0fac3869d Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Mon, 30 Dec 2024 13:55:59 +0800
Subject: [PATCH 3/3] New package: subtitlecomposer-0.8.1

---
 srcpkgs/subtitlecomposer/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/subtitlecomposer/template

diff --git a/srcpkgs/subtitlecomposer/template b/srcpkgs/subtitlecomposer/template
new file mode 100644
index 00000000000000..e9dbdaab4f7700
--- /dev/null
+++ b/srcpkgs/subtitlecomposer/template
@@ -0,0 +1,23 @@
+# Template file for 'subtitlecomposer'
+pkgname=subtitlecomposer
+version=0.8.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
+ -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins
+ -DKDE_INSTALL_QMLDIR=lib/qt6/qml
+ -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt6/mkspecs/modules"
+hostmakedepends="extra-cmake-modules pkg-config qt6-base qt6-tools
+ kf6-kcoreaddons kf6-kdoctools gettext kf6-kconfig"
+makedepends="blas-devel ffmpeg-devel jack-devel kf6-ktextwidgets-devel kf6-kio-devel
+ kf6-kcodecs-devel kross-devel kf6-kxmlgui-devel kf6-ki18n-devel
+ libopenal-devel libpocketsphinx-devel kf6-sonnet-devel kf6-kiconthemes-devel"
+checkdepends="xvfb-run"
+short_desc="Open source text-based subtitle editor"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>"
+license="GPL-2.0-or-later"
+homepage="https://apps.kde.org/subtitlecomposer"
+changelog="https://invent.kde.org/multimedia/subtitlecomposer/-/raw/master/ChangeLog"
+distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum=23c022768d7422c092149f41d51ebea80f54b27655573cf43f736efb88c30027
+python_version=3

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] New package: subtitlecomposer
  2024-12-30  5:16 [PR PATCH] New package: subtitlecomposer hervyqa
                   ` (5 preceding siblings ...)
  2024-12-30  5:57 ` [PR PATCH] [Updated] " hervyqa
@ 2024-12-30  7:26 ` hervyqa
  2025-04-01  2:13 ` github-actions
  2025-04-16  2:08 ` [PR PATCH] [Closed]: " github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: hervyqa @ 2024-12-30  7:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 922 bytes --]

There is an updated pull request by hervyqa against master on the void-packages repository

https://github.com/hervyqa/void-packages subtitlecomposer
https://github.com/void-linux/void-packages/pull/53757

New package: subtitlecomposer
Fix: https://github.com/void-linux/void-packages/issues/38023 https://github.com/void-linux/void-packages/pull/38384

cc: @classabbyamp 

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

![Screenshot_20241230_131351](https://github.com/user-attachments/assets/8c04fc43-b7f4-4a74-aea7-85cb208b8dc7)


A patch file from https://github.com/void-linux/void-packages/pull/53757.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-subtitlecomposer-53757.patch --]
[-- Type: text/x-diff, Size: 5530 bytes --]

From 01a70fe5d0dc7d474027bae32f47afbba432f188 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Mon, 30 Dec 2024 15:25:36 +0800
Subject: [PATCH 1/3] pocketsphinx: update to 0.5.3

---
 srcpkgs/pocketsphinx/template | 32 +++++++++++++-------------------
 1 file changed, 13 insertions(+), 19 deletions(-)

diff --git a/srcpkgs/pocketsphinx/template b/srcpkgs/pocketsphinx/template
index 2946e2eafa3b69..0ed56311d42861 100644
--- a/srcpkgs/pocketsphinx/template
+++ b/srcpkgs/pocketsphinx/template
@@ -1,31 +1,25 @@
 # Template file for 'pocketsphinx'
 pkgname=pocketsphinx
-version=0.8
-revision=5
+version=5.0.3
+revision=1
+build_style=cmake
+configure_args="-DBUILD_SHARED_LIBS=ON"
+hostmakedepends="pkg-config"
+makedepends="sphinxbase-devel pulseaudio-devel libsndfile-devel libsamplerate-devel sox-devel"
+checkdepends="perl"
 short_desc="Lightweight speech recognition system"
 maintainer="Martin Riese <grauehaare@gmx.de>"
-license="GPL-2"
-homepage="http://cmusphinx.sourceforge.net"
-distfiles="${SOURCEFORGE_SITE}/cmusphinx/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
-checksum="874c4c083d91c8ff26a2aec250b689e537912ff728923c141c4dac48662cce7a"
-build_style=gnu-configure
-configure_args="--disable-static --without-python"
-hostmakedepends="pkg-config"
-makedepends="sphinxbase-devel pulseaudio-devel libsndfile-devel libsamplerate-devel"
-
-libpocketsphinx_package() {
-	short_desc+=" - runtime libraries"
-	pkg_install() {
-		vmove usr/lib/*.so.*
-	}
-}
+license="GPL-2.0-or-later"
+homepage="https://cmusphinx.github.io"
+distfiles="https://github.com/cmusphinx/pocketsphinx/archive/refs/tags/v${version}.tar.gz"
+checksum="5d952cb1c22e0a51ed1fafc36871612df38f145df64fa017fdc8074532ec007f"
 
 libpocketsphinx-devel_package() {
-	depends="sphinxbase-devel libpocketsphinx>=${version}_${revision}"
+	depends="sphinxbase-devel"
 	short_desc+=" - development files"
 	pkg_install() {
 		vmove usr/include
-		vmove usr/lib/*.so
+		vmove "usr/lib/*.a"
 		vmove usr/lib/pkgconfig
 	}
 }

From f909a0b4176c66cb065930d8111568dd7e3c9326 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Mon, 30 Dec 2024 15:25:48 +0800
Subject: [PATCH 2/3] libpocketsphinx: remove package

---
 common/shlibs                     | 1 -
 srcpkgs/libpocketsphinx           | 1 -
 srcpkgs/removed-packages/template | 3 ++-
 3 files changed, 2 insertions(+), 3 deletions(-)
 delete mode 120000 srcpkgs/libpocketsphinx

diff --git a/common/shlibs b/common/shlibs
index 749cd735df5a52..7fb506a426615f 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1662,7 +1662,6 @@ libnutclient.so.2 libnetwork-ups-tools-2.8.0_1
 libnutscan.so.2 libnetwork-ups-tools-2.8.0_1
 libsphinxad.so.0 sphinxbase-0.8_1
 libsphinxbase.so.1 sphinxbase-0.8_1
-libpocketsphinx.so.1 libpocketsphinx-0.8_3
 libcmuclmtk.so.0 libcmuclmtk-0.7_2
 libttsmimic.so.0 mimic-1.2.0.2_1
 libttsmimic_lang_usenglish.so.0 mimic-1.2.0.2_1
diff --git a/srcpkgs/libpocketsphinx b/srcpkgs/libpocketsphinx
deleted file mode 120000
index ec2505cc918a34..00000000000000
--- a/srcpkgs/libpocketsphinx
+++ /dev/null
@@ -1 +0,0 @@
-pocketsphinx
\ No newline at end of file
diff --git a/srcpkgs/removed-packages/template b/srcpkgs/removed-packages/template
index 645a9888d810ad..a08047d93264f3 100644
--- a/srcpkgs/removed-packages/template
+++ b/srcpkgs/removed-packages/template
@@ -1,6 +1,6 @@
 # Template file for 'removed-packages'
 pkgname=removed-packages
-version=0.1.20241229
+version=0.1.20241230
 revision=1
 build_style=meta
 short_desc="Uninstalls packages removed from repository"
@@ -428,6 +428,7 @@ replaces="
  libpipewire0.2<=0.2.7_2
  libplist-python<=2.2.0_3
  libpng12<=1.2.59_1
+ libpocketsphinx<=0.8_5
  libpoppler102<=20.09.0_1
  libpoppler110<=21.05.0_1
  libpoppler83<=0.72.0_1

From eb57eb57ab19ad038a42a388577d831693fa5b8c Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Mon, 30 Dec 2024 15:25:58 +0800
Subject: [PATCH 3/3] New package: subtitlecomposer-0.8.1

---
 srcpkgs/subtitlecomposer/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/subtitlecomposer/template

diff --git a/srcpkgs/subtitlecomposer/template b/srcpkgs/subtitlecomposer/template
new file mode 100644
index 00000000000000..e9dbdaab4f7700
--- /dev/null
+++ b/srcpkgs/subtitlecomposer/template
@@ -0,0 +1,23 @@
+# Template file for 'subtitlecomposer'
+pkgname=subtitlecomposer
+version=0.8.1
+revision=1
+build_style=cmake
+configure_args="-DBUILD_TESTING=OFF -DKF6_HOST_TOOLING=/usr/lib/cmake
+ -DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins
+ -DKDE_INSTALL_QMLDIR=lib/qt6/qml
+ -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt6/mkspecs/modules"
+hostmakedepends="extra-cmake-modules pkg-config qt6-base qt6-tools
+ kf6-kcoreaddons kf6-kdoctools gettext kf6-kconfig"
+makedepends="blas-devel ffmpeg-devel jack-devel kf6-ktextwidgets-devel kf6-kio-devel
+ kf6-kcodecs-devel kross-devel kf6-kxmlgui-devel kf6-ki18n-devel
+ libopenal-devel libpocketsphinx-devel kf6-sonnet-devel kf6-kiconthemes-devel"
+checkdepends="xvfb-run"
+short_desc="Open source text-based subtitle editor"
+maintainer="Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>"
+license="GPL-2.0-or-later"
+homepage="https://apps.kde.org/subtitlecomposer"
+changelog="https://invent.kde.org/multimedia/subtitlecomposer/-/raw/master/ChangeLog"
+distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
+checksum=23c022768d7422c092149f41d51ebea80f54b27655573cf43f736efb88c30027
+python_version=3

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: New package: subtitlecomposer
  2024-12-30  5:16 [PR PATCH] New package: subtitlecomposer hervyqa
                   ` (6 preceding siblings ...)
  2024-12-30  7:26 ` hervyqa
@ 2025-04-01  2:13 ` github-actions
  2025-04-16  2:08 ` [PR PATCH] [Closed]: " github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2025-04-01  2:13 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/53757#issuecomment-2767870572

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Closed]: New package: subtitlecomposer
  2024-12-30  5:16 [PR PATCH] New package: subtitlecomposer hervyqa
                   ` (7 preceding siblings ...)
  2025-04-01  2:13 ` github-actions
@ 2025-04-16  2:08 ` github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2025-04-16  2:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 757 bytes --]

There's a closed pull request on the void-packages repository

New package: subtitlecomposer
https://github.com/void-linux/void-packages/pull/53757

Description:
Fix: https://github.com/void-linux/void-packages/issues/38023 https://github.com/void-linux/void-packages/pull/38384

cc: @classabbyamp 

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64)

![Screenshot_20241230_131351](https://github.com/user-attachments/assets/8c04fc43-b7f4-4a74-aea7-85cb208b8dc7)


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-04-16  2:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-30  5:16 [PR PATCH] New package: subtitlecomposer hervyqa
2024-12-30  5:26 ` [PR PATCH] [Updated] " hervyqa
2024-12-30  5:31 ` hervyqa
2024-12-30  5:38 ` hervyqa
2024-12-30  5:43 ` hervyqa
2024-12-30  5:47 ` [PR REVIEW] " classabbyamp
2024-12-30  5:57 ` [PR PATCH] [Updated] " hervyqa
2024-12-30  7:26 ` hervyqa
2025-04-01  2:13 ` github-actions
2025-04-16  2:08 ` [PR PATCH] [Closed]: " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).