Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New packages: subtitlecomposer-0.7.1
@ 2022-07-31  3:24 hervyqa
  2022-07-31  3:26 ` [PR PATCH] [Updated] New package: subtitlecomposer-0.7.1 hervyqa
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: hervyqa @ 2022-07-31  3:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 752 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/38384

New packages: subtitlecomposer-0.7.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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)


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

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

From 58a612bf28c9857ca2cd7fe7656f04aa113783f3 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Sun, 31 Jul 2022 10:17:44 +0700
Subject: [PATCH] New packages: subtitlecomposer-0.7.1

---
 .../fix-compilation-with-ffmpeg5.patch        | 65 +++++++++++++++++++
 srcpkgs/subtitlecomposer/template             | 20 ++++++
 2 files changed, 85 insertions(+)
 create mode 100644 srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch
 create mode 100644 srcpkgs/subtitlecomposer/template

diff --git a/srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch b/srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch
new file mode 100644
index 000000000000..a0314fb06820
--- /dev/null
+++ b/srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch
@@ -0,0 +1,65 @@
+From 4f4f560e40ba0b760cf688eb024be3cc734ca347 Mon Sep 17 00:00:00 2001
+From: Mladen Milinkovic <maxrd2@smoothware.net>
+Date: Tue, 25 Jan 2022 14:01:56 +0100
+Subject: [PATCH] Fix compilation with ffmpeg5 #63
+
+---
+ src/streamprocessor/streamprocessor.cpp   | 2 +-
+ src/videoplayer/backend/decoder.h         | 1 +
+ src/videoplayer/backend/framequeue.h      | 1 +
+ src/videoplayer/backend/streamdemuxer.cpp | 2 +-
+ 4 files changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/src/streamprocessor/streamprocessor.cpp b/src/streamprocessor/streamprocessor.cpp
+index b86795e..8faf8a2 100644
+--- a/src/streamprocessor/streamprocessor.cpp
++++ b/src/streamprocessor/streamprocessor.cpp
+@@ -195,7 +195,7 @@ StreamProcessor::findStream(int streamType, int streamIndex, bool imageSub)
+ 		int ret;
+ 		char errorText[1024];
+ 
+-		AVCodec *dec = avcodec_find_decoder(m_avStream->codecpar->codec_id);
++		const AVCodec *dec = avcodec_find_decoder(m_avStream->codecpar->codec_id);
+ 		if(!dec) {
+ 			qWarning() << "Failed to find decoder for stream" << i;
+ 			return false;
+diff --git a/src/videoplayer/backend/decoder.h b/src/videoplayer/backend/decoder.h
+index 4ab95b2..fb6840d 100644
+--- a/src/videoplayer/backend/decoder.h
++++ b/src/videoplayer/backend/decoder.h
+@@ -11,6 +11,7 @@
+ #include <QThread>
+ 
+ extern "C" {
++#include "libavcodec/avcodec.h"
+ #include "libavformat/avformat.h"
+ }
+ 
+diff --git a/src/videoplayer/backend/framequeue.h b/src/videoplayer/backend/framequeue.h
+index dc9b2fa..ece1166 100644
+--- a/src/videoplayer/backend/framequeue.h
++++ b/src/videoplayer/backend/framequeue.h
+@@ -9,6 +9,7 @@
+ #define FRAMEQUEUE_H
+ 
+ extern "C" {
++#include "libavcodec/avcodec.h"
+ #include "libavformat/avformat.h"
+ }
+ 
+diff --git a/src/videoplayer/backend/streamdemuxer.cpp b/src/videoplayer/backend/streamdemuxer.cpp
+index 1e339b3..e8320ea 100644
+--- a/src/videoplayer/backend/streamdemuxer.cpp
++++ b/src/videoplayer/backend/streamdemuxer.cpp
+@@ -230,7 +230,7 @@ StreamDemuxer::componentOpen(int streamIndex)
+ {
+ 	AVFormatContext *ic = m_vs->fmtContext;
+ 	AVCodecContext *avCtx;
+-	AVCodec *codec;
++	const AVCodec *codec;
+ 	AVDictionary *opts = nullptr;
+ 	AVDictionaryEntry *t = nullptr;
+ 	int sampleRate, nbChannels;
+-- 
+GitLab
+
diff --git a/srcpkgs/subtitlecomposer/template b/srcpkgs/subtitlecomposer/template
new file mode 100644
index 000000000000..4b9f1f6c2ad9
--- /dev/null
+++ b/srcpkgs/subtitlecomposer/template
@@ -0,0 +1,20 @@
+# Template file for 'subtitlecomposer'
+pkgname=subtitlecomposer
+version=0.7.1
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules kcoreaddons kdoctools gettext pkg-config
+ pkg-config qt5-host-tools qt5-qmake kconfig xorg-server-xvfb"
+makedepends="blas-devel ffmpeg-devel jack-devel ktextwidgets-devel kio-devel
+ ktextwidgets-devel kcodecs-devel kross-devel kxmlgui-devel ki18n-devel
+ libopenal-devel pocketsphinx sonnet-devel"
+depends="kcoreaddons ktextwidgets kio kcodecs kross kxmlgui ki18n libopenal
+ ffmpeg sonnet"
+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=ef9cb3c0c1fe1f40cf9d8e795859b9b28adf2da3be77a076d46bc28df4cd0255

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

* Re: [PR PATCH] [Updated] New package: subtitlecomposer-0.7.1
  2022-07-31  3:24 [PR PATCH] New packages: subtitlecomposer-0.7.1 hervyqa
@ 2022-07-31  3:26 ` hervyqa
  2022-07-31  3:36 ` hervyqa
                   ` (14 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: hervyqa @ 2022-07-31  3:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 756 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/38384

New package: subtitlecomposer-0.7.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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)


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

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

From 153f98dcbd4f02a35c4a7db8ebbdba5f4ec965b2 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Sun, 31 Jul 2022 10:17:44 +0700
Subject: [PATCH] New package: subtitlecomposer-0.7.1

---
 .../fix-compilation-with-ffmpeg5.patch        | 65 +++++++++++++++++++
 srcpkgs/subtitlecomposer/template             | 20 ++++++
 2 files changed, 85 insertions(+)
 create mode 100644 srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch
 create mode 100644 srcpkgs/subtitlecomposer/template

diff --git a/srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch b/srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch
new file mode 100644
index 000000000000..a0314fb06820
--- /dev/null
+++ b/srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch
@@ -0,0 +1,65 @@
+From 4f4f560e40ba0b760cf688eb024be3cc734ca347 Mon Sep 17 00:00:00 2001
+From: Mladen Milinkovic <maxrd2@smoothware.net>
+Date: Tue, 25 Jan 2022 14:01:56 +0100
+Subject: [PATCH] Fix compilation with ffmpeg5 #63
+
+---
+ src/streamprocessor/streamprocessor.cpp   | 2 +-
+ src/videoplayer/backend/decoder.h         | 1 +
+ src/videoplayer/backend/framequeue.h      | 1 +
+ src/videoplayer/backend/streamdemuxer.cpp | 2 +-
+ 4 files changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/src/streamprocessor/streamprocessor.cpp b/src/streamprocessor/streamprocessor.cpp
+index b86795e..8faf8a2 100644
+--- a/src/streamprocessor/streamprocessor.cpp
++++ b/src/streamprocessor/streamprocessor.cpp
+@@ -195,7 +195,7 @@ StreamProcessor::findStream(int streamType, int streamIndex, bool imageSub)
+ 		int ret;
+ 		char errorText[1024];
+ 
+-		AVCodec *dec = avcodec_find_decoder(m_avStream->codecpar->codec_id);
++		const AVCodec *dec = avcodec_find_decoder(m_avStream->codecpar->codec_id);
+ 		if(!dec) {
+ 			qWarning() << "Failed to find decoder for stream" << i;
+ 			return false;
+diff --git a/src/videoplayer/backend/decoder.h b/src/videoplayer/backend/decoder.h
+index 4ab95b2..fb6840d 100644
+--- a/src/videoplayer/backend/decoder.h
++++ b/src/videoplayer/backend/decoder.h
+@@ -11,6 +11,7 @@
+ #include <QThread>
+ 
+ extern "C" {
++#include "libavcodec/avcodec.h"
+ #include "libavformat/avformat.h"
+ }
+ 
+diff --git a/src/videoplayer/backend/framequeue.h b/src/videoplayer/backend/framequeue.h
+index dc9b2fa..ece1166 100644
+--- a/src/videoplayer/backend/framequeue.h
++++ b/src/videoplayer/backend/framequeue.h
+@@ -9,6 +9,7 @@
+ #define FRAMEQUEUE_H
+ 
+ extern "C" {
++#include "libavcodec/avcodec.h"
+ #include "libavformat/avformat.h"
+ }
+ 
+diff --git a/src/videoplayer/backend/streamdemuxer.cpp b/src/videoplayer/backend/streamdemuxer.cpp
+index 1e339b3..e8320ea 100644
+--- a/src/videoplayer/backend/streamdemuxer.cpp
++++ b/src/videoplayer/backend/streamdemuxer.cpp
+@@ -230,7 +230,7 @@ StreamDemuxer::componentOpen(int streamIndex)
+ {
+ 	AVFormatContext *ic = m_vs->fmtContext;
+ 	AVCodecContext *avCtx;
+-	AVCodec *codec;
++	const AVCodec *codec;
+ 	AVDictionary *opts = nullptr;
+ 	AVDictionaryEntry *t = nullptr;
+ 	int sampleRate, nbChannels;
+-- 
+GitLab
+
diff --git a/srcpkgs/subtitlecomposer/template b/srcpkgs/subtitlecomposer/template
new file mode 100644
index 000000000000..4b9f1f6c2ad9
--- /dev/null
+++ b/srcpkgs/subtitlecomposer/template
@@ -0,0 +1,20 @@
+# Template file for 'subtitlecomposer'
+pkgname=subtitlecomposer
+version=0.7.1
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules kcoreaddons kdoctools gettext pkg-config
+ pkg-config qt5-host-tools qt5-qmake kconfig xorg-server-xvfb"
+makedepends="blas-devel ffmpeg-devel jack-devel ktextwidgets-devel kio-devel
+ ktextwidgets-devel kcodecs-devel kross-devel kxmlgui-devel ki18n-devel
+ libopenal-devel pocketsphinx sonnet-devel"
+depends="kcoreaddons ktextwidgets kio kcodecs kross kxmlgui ki18n libopenal
+ ffmpeg sonnet"
+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=ef9cb3c0c1fe1f40cf9d8e795859b9b28adf2da3be77a076d46bc28df4cd0255

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

* Re: [PR PATCH] [Updated] New package: subtitlecomposer-0.7.1
  2022-07-31  3:24 [PR PATCH] New packages: subtitlecomposer-0.7.1 hervyqa
  2022-07-31  3:26 ` [PR PATCH] [Updated] New package: subtitlecomposer-0.7.1 hervyqa
@ 2022-07-31  3:36 ` hervyqa
  2022-07-31  7:02 ` [PR REVIEW] " classabbyamp
                   ` (13 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: hervyqa @ 2022-07-31  3:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 756 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/38384

New package: subtitlecomposer-0.7.1
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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)


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

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

From 8e7ac73cc1783b8b872d1935cce874c1f8798613 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Sun, 31 Jul 2022 10:17:44 +0700
Subject: [PATCH] New package: subtitlecomposer-0.7.1

---
 .../fix-compilation-with-ffmpeg5.patch        | 65 +++++++++++++++++++
 srcpkgs/subtitlecomposer/template             | 21 ++++++
 2 files changed, 86 insertions(+)
 create mode 100644 srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch
 create mode 100644 srcpkgs/subtitlecomposer/template

diff --git a/srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch b/srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch
new file mode 100644
index 000000000000..a0314fb06820
--- /dev/null
+++ b/srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch
@@ -0,0 +1,65 @@
+From 4f4f560e40ba0b760cf688eb024be3cc734ca347 Mon Sep 17 00:00:00 2001
+From: Mladen Milinkovic <maxrd2@smoothware.net>
+Date: Tue, 25 Jan 2022 14:01:56 +0100
+Subject: [PATCH] Fix compilation with ffmpeg5 #63
+
+---
+ src/streamprocessor/streamprocessor.cpp   | 2 +-
+ src/videoplayer/backend/decoder.h         | 1 +
+ src/videoplayer/backend/framequeue.h      | 1 +
+ src/videoplayer/backend/streamdemuxer.cpp | 2 +-
+ 4 files changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/src/streamprocessor/streamprocessor.cpp b/src/streamprocessor/streamprocessor.cpp
+index b86795e..8faf8a2 100644
+--- a/src/streamprocessor/streamprocessor.cpp
++++ b/src/streamprocessor/streamprocessor.cpp
+@@ -195,7 +195,7 @@ StreamProcessor::findStream(int streamType, int streamIndex, bool imageSub)
+ 		int ret;
+ 		char errorText[1024];
+ 
+-		AVCodec *dec = avcodec_find_decoder(m_avStream->codecpar->codec_id);
++		const AVCodec *dec = avcodec_find_decoder(m_avStream->codecpar->codec_id);
+ 		if(!dec) {
+ 			qWarning() << "Failed to find decoder for stream" << i;
+ 			return false;
+diff --git a/src/videoplayer/backend/decoder.h b/src/videoplayer/backend/decoder.h
+index 4ab95b2..fb6840d 100644
+--- a/src/videoplayer/backend/decoder.h
++++ b/src/videoplayer/backend/decoder.h
+@@ -11,6 +11,7 @@
+ #include <QThread>
+ 
+ extern "C" {
++#include "libavcodec/avcodec.h"
+ #include "libavformat/avformat.h"
+ }
+ 
+diff --git a/src/videoplayer/backend/framequeue.h b/src/videoplayer/backend/framequeue.h
+index dc9b2fa..ece1166 100644
+--- a/src/videoplayer/backend/framequeue.h
++++ b/src/videoplayer/backend/framequeue.h
+@@ -9,6 +9,7 @@
+ #define FRAMEQUEUE_H
+ 
+ extern "C" {
++#include "libavcodec/avcodec.h"
+ #include "libavformat/avformat.h"
+ }
+ 
+diff --git a/src/videoplayer/backend/streamdemuxer.cpp b/src/videoplayer/backend/streamdemuxer.cpp
+index 1e339b3..e8320ea 100644
+--- a/src/videoplayer/backend/streamdemuxer.cpp
++++ b/src/videoplayer/backend/streamdemuxer.cpp
+@@ -230,7 +230,7 @@ StreamDemuxer::componentOpen(int streamIndex)
+ {
+ 	AVFormatContext *ic = m_vs->fmtContext;
+ 	AVCodecContext *avCtx;
+-	AVCodec *codec;
++	const AVCodec *codec;
+ 	AVDictionary *opts = nullptr;
+ 	AVDictionaryEntry *t = nullptr;
+ 	int sampleRate, nbChannels;
+-- 
+GitLab
+
diff --git a/srcpkgs/subtitlecomposer/template b/srcpkgs/subtitlecomposer/template
new file mode 100644
index 000000000000..9e86b4d1680c
--- /dev/null
+++ b/srcpkgs/subtitlecomposer/template
@@ -0,0 +1,21 @@
+# Template file for 'subtitlecomposer'
+pkgname=subtitlecomposer
+version=0.7.1
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules kcoreaddons kdoctools gettext pkg-config
+ pkg-config qt5-host-tools qt5-qmake kconfig xorg-server-xvfb"
+makedepends="blas-devel ffmpeg-devel jack-devel ktextwidgets-devel kio-devel
+ ktextwidgets-devel kcodecs-devel kross-devel kxmlgui-devel ki18n-devel
+ libopenal-devel pocketsphinx sonnet-devel"
+depends="kcoreaddons ktextwidgets kio kcodecs kross kxmlgui ki18n libopenal
+ ffmpeg sonnet"
+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=ef9cb3c0c1fe1f40cf9d8e795859b9b28adf2da3be77a076d46bc28df4cd0255
+python_version=3

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

* Re: [PR REVIEW] New package: subtitlecomposer-0.7.1
  2022-07-31  3:24 [PR PATCH] New packages: subtitlecomposer-0.7.1 hervyqa
                   ` (2 preceding siblings ...)
  2022-07-31  7:02 ` [PR REVIEW] " classabbyamp
@ 2022-07-31  7:02 ` classabbyamp
  2022-07-31  8:05 ` hervyqa
                   ` (11 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: classabbyamp @ 2022-07-31  7:02 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38384#discussion_r933935648

Comment:
`pocketsphinx` should be `libpocketsphinx-devel`, but it will not work, even though configure works fine:
```
-- Could NOT find PocketSphinx: Found unsuitable version "0.8", but required is at least "5" (found /usr/lib/libpocketsphinx.so;/usr/lib/libsphinxbase.so;/usr/lib/libsphinxad.so;/usr/lib/libpulse.so;/usr/lib/libpulse-simple.so;/usr/lib/libpthread.so;/usr/lib/libm.so;/usr/lib/libsamplerate.so;/usr/lib/libsndfile.so)
-- Have NOT Found PocketSphinx - Speech plugin will not be built
```
[pocketsphinx v5](https://github.com/cmusphinx/pocketsphinx) is currently not released (except for a release candidate which isn't tagged)

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

* Re: [PR REVIEW] New package: subtitlecomposer-0.7.1
  2022-07-31  3:24 [PR PATCH] New packages: subtitlecomposer-0.7.1 hervyqa
  2022-07-31  3:26 ` [PR PATCH] [Updated] New package: subtitlecomposer-0.7.1 hervyqa
  2022-07-31  3:36 ` hervyqa
@ 2022-07-31  7:02 ` classabbyamp
  2022-07-31  7:02 ` classabbyamp
                   ` (12 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: classabbyamp @ 2022-07-31  7:02 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38384#discussion_r933935642

Comment:
```suggestion
hostmakedepends="extra-cmake-modules kcoreaddons kdoctools gettext pkg-config
 qt5-host-tools qt5-qmake"
makedepends="blas-devel ffmpeg-devel jack-devel ktextwidgets-devel kio-devel
 ktextwidgets-devel kcodecs-devel kross-devel kxmlgui-devel ki18n-devel
 libopenal-devel libpocketsphinx-devel sonnet-devel"
```
I was able to compile & run successfully with just these dependencies

You shouldn't need to specify the `depends` because they'll get auto-detected, and you had some unnecessary things in `hostmakedepends`

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

* Re: [PR REVIEW] New package: subtitlecomposer-0.7.1
  2022-07-31  3:24 [PR PATCH] New packages: subtitlecomposer-0.7.1 hervyqa
                   ` (3 preceding siblings ...)
  2022-07-31  7:02 ` classabbyamp
@ 2022-07-31  8:05 ` hervyqa
  2022-07-31  8:06 ` [PR PATCH] [Updated] " hervyqa
                   ` (10 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: hervyqa @ 2022-07-31  8:05 UTC (permalink / raw)
  To: ml

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

New review comment by hervyqa on void-packages repository

https://github.com/void-linux/void-packages/pull/38384#discussion_r933944664

Comment:
> [pocketsphinx v5](https://github.com/cmusphinx/pocketsphinx) is currently not released (except for a release candidate which isn't tagged)

maybe take a release from sourceforge. idk.
https://sourceforge.net/projects/cmusphinx/files/pocketsphinx/5prealpha/

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

* Re: [PR PATCH] [Updated] New package: subtitlecomposer-0.7.1
  2022-07-31  3:24 [PR PATCH] New packages: subtitlecomposer-0.7.1 hervyqa
                   ` (4 preceding siblings ...)
  2022-07-31  8:05 ` hervyqa
@ 2022-07-31  8:06 ` hervyqa
  2022-07-31  8:21 ` hervyqa
                   ` (9 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: hervyqa @ 2022-07-31  8:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 873 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/38384

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

#### 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_20220731_113250](https://user-images.githubusercontent.com/45872139/182010211-6d2e9493-8176-4db0-b802-acfe55885757.png)


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

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

From 0e9b05dfc70aee603a53f562da7ecaa187705ea7 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Sun, 31 Jul 2022 10:17:44 +0700
Subject: [PATCH] New package: subtitlecomposer-0.7.1

---
 .../fix-compilation-with-ffmpeg5.patch        | 65 +++++++++++++++++++
 srcpkgs/subtitlecomposer/template             | 19 ++++++
 2 files changed, 84 insertions(+)
 create mode 100644 srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch
 create mode 100644 srcpkgs/subtitlecomposer/template

diff --git a/srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch b/srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch
new file mode 100644
index 000000000000..a0314fb06820
--- /dev/null
+++ b/srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch
@@ -0,0 +1,65 @@
+From 4f4f560e40ba0b760cf688eb024be3cc734ca347 Mon Sep 17 00:00:00 2001
+From: Mladen Milinkovic <maxrd2@smoothware.net>
+Date: Tue, 25 Jan 2022 14:01:56 +0100
+Subject: [PATCH] Fix compilation with ffmpeg5 #63
+
+---
+ src/streamprocessor/streamprocessor.cpp   | 2 +-
+ src/videoplayer/backend/decoder.h         | 1 +
+ src/videoplayer/backend/framequeue.h      | 1 +
+ src/videoplayer/backend/streamdemuxer.cpp | 2 +-
+ 4 files changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/src/streamprocessor/streamprocessor.cpp b/src/streamprocessor/streamprocessor.cpp
+index b86795e..8faf8a2 100644
+--- a/src/streamprocessor/streamprocessor.cpp
++++ b/src/streamprocessor/streamprocessor.cpp
+@@ -195,7 +195,7 @@ StreamProcessor::findStream(int streamType, int streamIndex, bool imageSub)
+ 		int ret;
+ 		char errorText[1024];
+ 
+-		AVCodec *dec = avcodec_find_decoder(m_avStream->codecpar->codec_id);
++		const AVCodec *dec = avcodec_find_decoder(m_avStream->codecpar->codec_id);
+ 		if(!dec) {
+ 			qWarning() << "Failed to find decoder for stream" << i;
+ 			return false;
+diff --git a/src/videoplayer/backend/decoder.h b/src/videoplayer/backend/decoder.h
+index 4ab95b2..fb6840d 100644
+--- a/src/videoplayer/backend/decoder.h
++++ b/src/videoplayer/backend/decoder.h
+@@ -11,6 +11,7 @@
+ #include <QThread>
+ 
+ extern "C" {
++#include "libavcodec/avcodec.h"
+ #include "libavformat/avformat.h"
+ }
+ 
+diff --git a/src/videoplayer/backend/framequeue.h b/src/videoplayer/backend/framequeue.h
+index dc9b2fa..ece1166 100644
+--- a/src/videoplayer/backend/framequeue.h
++++ b/src/videoplayer/backend/framequeue.h
+@@ -9,6 +9,7 @@
+ #define FRAMEQUEUE_H
+ 
+ extern "C" {
++#include "libavcodec/avcodec.h"
+ #include "libavformat/avformat.h"
+ }
+ 
+diff --git a/src/videoplayer/backend/streamdemuxer.cpp b/src/videoplayer/backend/streamdemuxer.cpp
+index 1e339b3..e8320ea 100644
+--- a/src/videoplayer/backend/streamdemuxer.cpp
++++ b/src/videoplayer/backend/streamdemuxer.cpp
+@@ -230,7 +230,7 @@ StreamDemuxer::componentOpen(int streamIndex)
+ {
+ 	AVFormatContext *ic = m_vs->fmtContext;
+ 	AVCodecContext *avCtx;
+-	AVCodec *codec;
++	const AVCodec *codec;
+ 	AVDictionary *opts = nullptr;
+ 	AVDictionaryEntry *t = nullptr;
+ 	int sampleRate, nbChannels;
+-- 
+GitLab
+
diff --git a/srcpkgs/subtitlecomposer/template b/srcpkgs/subtitlecomposer/template
new file mode 100644
index 000000000000..90823bac317e
--- /dev/null
+++ b/srcpkgs/subtitlecomposer/template
@@ -0,0 +1,19 @@
+# Template file for 'subtitlecomposer'
+pkgname=subtitlecomposer
+version=0.7.1
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules kcoreaddons kdoctools gettext pkg-config
+ qt5-host-tools qt5-qmake"
+makedepends="blas-devel ffmpeg-devel jack-devel ktextwidgets-devel kio-devel
+ ktextwidgets-devel kcodecs-devel kross-devel kxmlgui-devel ki18n-devel
+ libopenal-devel libpocketsphinx-devel sonnet-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=ef9cb3c0c1fe1f40cf9d8e795859b9b28adf2da3be77a076d46bc28df4cd0255
+python_version=3

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

* Re: [PR PATCH] [Updated] New package: subtitlecomposer-0.7.1
  2022-07-31  3:24 [PR PATCH] New packages: subtitlecomposer-0.7.1 hervyqa
                   ` (5 preceding siblings ...)
  2022-07-31  8:06 ` [PR PATCH] [Updated] " hervyqa
@ 2022-07-31  8:21 ` hervyqa
  2022-07-31  8:22 ` [PR REVIEW] " classabbyamp
                   ` (8 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: hervyqa @ 2022-07-31  8:21 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 873 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/38384

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

#### 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_20220731_113250](https://user-images.githubusercontent.com/45872139/182010211-6d2e9493-8176-4db0-b802-acfe55885757.png)


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

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

From 1e149aedfc7f6ee40f3c14941f1210acb75ce8b2 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Sun, 31 Jul 2022 10:17:44 +0700
Subject: [PATCH] New package: subtitlecomposer-0.7.1

---
 .../fix-compilation-with-ffmpeg5.patch        | 65 +++++++++++++++++++
 srcpkgs/subtitlecomposer/template             | 19 ++++++
 2 files changed, 84 insertions(+)
 create mode 100644 srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch
 create mode 100644 srcpkgs/subtitlecomposer/template

diff --git a/srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch b/srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch
new file mode 100644
index 000000000000..a0314fb06820
--- /dev/null
+++ b/srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch
@@ -0,0 +1,65 @@
+From 4f4f560e40ba0b760cf688eb024be3cc734ca347 Mon Sep 17 00:00:00 2001
+From: Mladen Milinkovic <maxrd2@smoothware.net>
+Date: Tue, 25 Jan 2022 14:01:56 +0100
+Subject: [PATCH] Fix compilation with ffmpeg5 #63
+
+---
+ src/streamprocessor/streamprocessor.cpp   | 2 +-
+ src/videoplayer/backend/decoder.h         | 1 +
+ src/videoplayer/backend/framequeue.h      | 1 +
+ src/videoplayer/backend/streamdemuxer.cpp | 2 +-
+ 4 files changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/src/streamprocessor/streamprocessor.cpp b/src/streamprocessor/streamprocessor.cpp
+index b86795e..8faf8a2 100644
+--- a/src/streamprocessor/streamprocessor.cpp
++++ b/src/streamprocessor/streamprocessor.cpp
+@@ -195,7 +195,7 @@ StreamProcessor::findStream(int streamType, int streamIndex, bool imageSub)
+ 		int ret;
+ 		char errorText[1024];
+ 
+-		AVCodec *dec = avcodec_find_decoder(m_avStream->codecpar->codec_id);
++		const AVCodec *dec = avcodec_find_decoder(m_avStream->codecpar->codec_id);
+ 		if(!dec) {
+ 			qWarning() << "Failed to find decoder for stream" << i;
+ 			return false;
+diff --git a/src/videoplayer/backend/decoder.h b/src/videoplayer/backend/decoder.h
+index 4ab95b2..fb6840d 100644
+--- a/src/videoplayer/backend/decoder.h
++++ b/src/videoplayer/backend/decoder.h
+@@ -11,6 +11,7 @@
+ #include <QThread>
+ 
+ extern "C" {
++#include "libavcodec/avcodec.h"
+ #include "libavformat/avformat.h"
+ }
+ 
+diff --git a/src/videoplayer/backend/framequeue.h b/src/videoplayer/backend/framequeue.h
+index dc9b2fa..ece1166 100644
+--- a/src/videoplayer/backend/framequeue.h
++++ b/src/videoplayer/backend/framequeue.h
+@@ -9,6 +9,7 @@
+ #define FRAMEQUEUE_H
+ 
+ extern "C" {
++#include "libavcodec/avcodec.h"
+ #include "libavformat/avformat.h"
+ }
+ 
+diff --git a/src/videoplayer/backend/streamdemuxer.cpp b/src/videoplayer/backend/streamdemuxer.cpp
+index 1e339b3..e8320ea 100644
+--- a/src/videoplayer/backend/streamdemuxer.cpp
++++ b/src/videoplayer/backend/streamdemuxer.cpp
+@@ -230,7 +230,7 @@ StreamDemuxer::componentOpen(int streamIndex)
+ {
+ 	AVFormatContext *ic = m_vs->fmtContext;
+ 	AVCodecContext *avCtx;
+-	AVCodec *codec;
++	const AVCodec *codec;
+ 	AVDictionary *opts = nullptr;
+ 	AVDictionaryEntry *t = nullptr;
+ 	int sampleRate, nbChannels;
+-- 
+GitLab
+
diff --git a/srcpkgs/subtitlecomposer/template b/srcpkgs/subtitlecomposer/template
new file mode 100644
index 000000000000..39f54154befa
--- /dev/null
+++ b/srcpkgs/subtitlecomposer/template
@@ -0,0 +1,19 @@
+# Template file for 'subtitlecomposer'
+pkgname=subtitlecomposer
+version=0.7.1
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules kconfig kcoreaddons kdoctools gettext
+ pkg-config qt5-host-tools qt5-qmake"
+makedepends="blas-devel ffmpeg-devel jack-devel ktextwidgets-devel kio-devel
+ ktextwidgets-devel kcodecs-devel kross-devel kxmlgui-devel ki18n-devel
+ libopenal-devel libpocketsphinx-devel sonnet-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=ef9cb3c0c1fe1f40cf9d8e795859b9b28adf2da3be77a076d46bc28df4cd0255
+python_version=3

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

* Re: [PR REVIEW] New package: subtitlecomposer-0.7.1
  2022-07-31  3:24 [PR PATCH] New packages: subtitlecomposer-0.7.1 hervyqa
                   ` (6 preceding siblings ...)
  2022-07-31  8:21 ` hervyqa
@ 2022-07-31  8:22 ` classabbyamp
  2022-07-31  8:30 ` hervyqa
                   ` (7 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: classabbyamp @ 2022-07-31  8:22 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38384#discussion_r933947581

Comment:
based on what's said in the github repo, that's not a stable release, I think.

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

* Re: [PR REVIEW] New package: subtitlecomposer-0.7.1
  2022-07-31  3:24 [PR PATCH] New packages: subtitlecomposer-0.7.1 hervyqa
                   ` (7 preceding siblings ...)
  2022-07-31  8:22 ` [PR REVIEW] " classabbyamp
@ 2022-07-31  8:30 ` hervyqa
  2022-07-31  8:32 ` hervyqa
                   ` (6 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: hervyqa @ 2022-07-31  8:30 UTC (permalink / raw)
  To: ml

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

New review comment by hervyqa on void-packages repository

https://github.com/void-linux/void-packages/pull/38384#discussion_r933948646

Comment:

> You shouldn't need to specify the `depends` because they'll get auto-detected, and you had some unnecessary things in `hostmakedepends`

I still add `kconfig` in `hostmakedepends` so it can still compile.

https://github.com/void-linux/void-packages/runs/7597149424?check_suite_focus=true#step:7:168

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

* Re: [PR REVIEW] New package: subtitlecomposer-0.7.1
  2022-07-31  3:24 [PR PATCH] New packages: subtitlecomposer-0.7.1 hervyqa
                   ` (8 preceding siblings ...)
  2022-07-31  8:30 ` hervyqa
@ 2022-07-31  8:32 ` hervyqa
  2022-09-25  8:03 ` [PR PATCH] [Updated] " hervyqa
                   ` (5 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: hervyqa @ 2022-07-31  8:32 UTC (permalink / raw)
  To: ml

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

New review comment by hervyqa on void-packages repository

https://github.com/void-linux/void-packages/pull/38384#discussion_r933948888

Comment:
> based on what's said in the github repo, that's not a stable release, I think.

I guess so too. hmmm..

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

* Re: [PR PATCH] [Updated] New package: subtitlecomposer-0.7.1
  2022-07-31  3:24 [PR PATCH] New packages: subtitlecomposer-0.7.1 hervyqa
                   ` (9 preceding siblings ...)
  2022-07-31  8:32 ` hervyqa
@ 2022-09-25  8:03 ` hervyqa
  2022-09-25 18:36 ` hervyqa
                   ` (4 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: hervyqa @ 2022-09-25  8:03 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 873 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/38384

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

#### 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_20220731_113250](https://user-images.githubusercontent.com/45872139/182010211-6d2e9493-8176-4db0-b802-acfe55885757.png)


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

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

From 925e1ca9762a54ddd70824fdebeace5d43eecee8 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Sun, 31 Jul 2022 10:17:44 +0700
Subject: [PATCH] New package: subtitlecomposer-0.7.1

---
 .../fix-compilation-with-ffmpeg5.patch        | 65 +++++++++++++++++++
 srcpkgs/subtitlecomposer/template             | 19 ++++++
 2 files changed, 84 insertions(+)
 create mode 100644 srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch
 create mode 100644 srcpkgs/subtitlecomposer/template

diff --git a/srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch b/srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch
new file mode 100644
index 000000000000..a0314fb06820
--- /dev/null
+++ b/srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch
@@ -0,0 +1,65 @@
+From 4f4f560e40ba0b760cf688eb024be3cc734ca347 Mon Sep 17 00:00:00 2001
+From: Mladen Milinkovic <maxrd2@smoothware.net>
+Date: Tue, 25 Jan 2022 14:01:56 +0100
+Subject: [PATCH] Fix compilation with ffmpeg5 #63
+
+---
+ src/streamprocessor/streamprocessor.cpp   | 2 +-
+ src/videoplayer/backend/decoder.h         | 1 +
+ src/videoplayer/backend/framequeue.h      | 1 +
+ src/videoplayer/backend/streamdemuxer.cpp | 2 +-
+ 4 files changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/src/streamprocessor/streamprocessor.cpp b/src/streamprocessor/streamprocessor.cpp
+index b86795e..8faf8a2 100644
+--- a/src/streamprocessor/streamprocessor.cpp
++++ b/src/streamprocessor/streamprocessor.cpp
+@@ -195,7 +195,7 @@ StreamProcessor::findStream(int streamType, int streamIndex, bool imageSub)
+ 		int ret;
+ 		char errorText[1024];
+ 
+-		AVCodec *dec = avcodec_find_decoder(m_avStream->codecpar->codec_id);
++		const AVCodec *dec = avcodec_find_decoder(m_avStream->codecpar->codec_id);
+ 		if(!dec) {
+ 			qWarning() << "Failed to find decoder for stream" << i;
+ 			return false;
+diff --git a/src/videoplayer/backend/decoder.h b/src/videoplayer/backend/decoder.h
+index 4ab95b2..fb6840d 100644
+--- a/src/videoplayer/backend/decoder.h
++++ b/src/videoplayer/backend/decoder.h
+@@ -11,6 +11,7 @@
+ #include <QThread>
+ 
+ extern "C" {
++#include "libavcodec/avcodec.h"
+ #include "libavformat/avformat.h"
+ }
+ 
+diff --git a/src/videoplayer/backend/framequeue.h b/src/videoplayer/backend/framequeue.h
+index dc9b2fa..ece1166 100644
+--- a/src/videoplayer/backend/framequeue.h
++++ b/src/videoplayer/backend/framequeue.h
+@@ -9,6 +9,7 @@
+ #define FRAMEQUEUE_H
+ 
+ extern "C" {
++#include "libavcodec/avcodec.h"
+ #include "libavformat/avformat.h"
+ }
+ 
+diff --git a/src/videoplayer/backend/streamdemuxer.cpp b/src/videoplayer/backend/streamdemuxer.cpp
+index 1e339b3..e8320ea 100644
+--- a/src/videoplayer/backend/streamdemuxer.cpp
++++ b/src/videoplayer/backend/streamdemuxer.cpp
+@@ -230,7 +230,7 @@ StreamDemuxer::componentOpen(int streamIndex)
+ {
+ 	AVFormatContext *ic = m_vs->fmtContext;
+ 	AVCodecContext *avCtx;
+-	AVCodec *codec;
++	const AVCodec *codec;
+ 	AVDictionary *opts = nullptr;
+ 	AVDictionaryEntry *t = nullptr;
+ 	int sampleRate, nbChannels;
+-- 
+GitLab
+
diff --git a/srcpkgs/subtitlecomposer/template b/srcpkgs/subtitlecomposer/template
new file mode 100644
index 000000000000..39f54154befa
--- /dev/null
+++ b/srcpkgs/subtitlecomposer/template
@@ -0,0 +1,19 @@
+# Template file for 'subtitlecomposer'
+pkgname=subtitlecomposer
+version=0.7.1
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules kconfig kcoreaddons kdoctools gettext
+ pkg-config qt5-host-tools qt5-qmake"
+makedepends="blas-devel ffmpeg-devel jack-devel ktextwidgets-devel kio-devel
+ ktextwidgets-devel kcodecs-devel kross-devel kxmlgui-devel ki18n-devel
+ libopenal-devel libpocketsphinx-devel sonnet-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=ef9cb3c0c1fe1f40cf9d8e795859b9b28adf2da3be77a076d46bc28df4cd0255
+python_version=3

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

* Re: [PR PATCH] [Updated] New package: subtitlecomposer-0.7.1
  2022-07-31  3:24 [PR PATCH] New packages: subtitlecomposer-0.7.1 hervyqa
                   ` (10 preceding siblings ...)
  2022-09-25  8:03 ` [PR PATCH] [Updated] " hervyqa
@ 2022-09-25 18:36 ` hervyqa
  2022-09-27  3:24 ` hervyqa
                   ` (3 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: hervyqa @ 2022-09-25 18:36 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 873 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/38384

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

#### 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_20220731_113250](https://user-images.githubusercontent.com/45872139/182010211-6d2e9493-8176-4db0-b802-acfe55885757.png)


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

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

From fe8e7ab0f8154e4b9841e24dfd0b0fedfb6a814e Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Sun, 31 Jul 2022 10:17:44 +0700
Subject: [PATCH] New package: subtitlecomposer-0.7.1

---
 .../fix-compilation-with-ffmpeg5.patch        | 65 +++++++++++++++++++
 srcpkgs/subtitlecomposer/template             | 19 ++++++
 2 files changed, 84 insertions(+)
 create mode 100644 srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch
 create mode 100644 srcpkgs/subtitlecomposer/template

diff --git a/srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch b/srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch
new file mode 100644
index 000000000000..a0314fb06820
--- /dev/null
+++ b/srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch
@@ -0,0 +1,65 @@
+From 4f4f560e40ba0b760cf688eb024be3cc734ca347 Mon Sep 17 00:00:00 2001
+From: Mladen Milinkovic <maxrd2@smoothware.net>
+Date: Tue, 25 Jan 2022 14:01:56 +0100
+Subject: [PATCH] Fix compilation with ffmpeg5 #63
+
+---
+ src/streamprocessor/streamprocessor.cpp   | 2 +-
+ src/videoplayer/backend/decoder.h         | 1 +
+ src/videoplayer/backend/framequeue.h      | 1 +
+ src/videoplayer/backend/streamdemuxer.cpp | 2 +-
+ 4 files changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/src/streamprocessor/streamprocessor.cpp b/src/streamprocessor/streamprocessor.cpp
+index b86795e..8faf8a2 100644
+--- a/src/streamprocessor/streamprocessor.cpp
++++ b/src/streamprocessor/streamprocessor.cpp
+@@ -195,7 +195,7 @@ StreamProcessor::findStream(int streamType, int streamIndex, bool imageSub)
+ 		int ret;
+ 		char errorText[1024];
+ 
+-		AVCodec *dec = avcodec_find_decoder(m_avStream->codecpar->codec_id);
++		const AVCodec *dec = avcodec_find_decoder(m_avStream->codecpar->codec_id);
+ 		if(!dec) {
+ 			qWarning() << "Failed to find decoder for stream" << i;
+ 			return false;
+diff --git a/src/videoplayer/backend/decoder.h b/src/videoplayer/backend/decoder.h
+index 4ab95b2..fb6840d 100644
+--- a/src/videoplayer/backend/decoder.h
++++ b/src/videoplayer/backend/decoder.h
+@@ -11,6 +11,7 @@
+ #include <QThread>
+ 
+ extern "C" {
++#include "libavcodec/avcodec.h"
+ #include "libavformat/avformat.h"
+ }
+ 
+diff --git a/src/videoplayer/backend/framequeue.h b/src/videoplayer/backend/framequeue.h
+index dc9b2fa..ece1166 100644
+--- a/src/videoplayer/backend/framequeue.h
++++ b/src/videoplayer/backend/framequeue.h
+@@ -9,6 +9,7 @@
+ #define FRAMEQUEUE_H
+ 
+ extern "C" {
++#include "libavcodec/avcodec.h"
+ #include "libavformat/avformat.h"
+ }
+ 
+diff --git a/src/videoplayer/backend/streamdemuxer.cpp b/src/videoplayer/backend/streamdemuxer.cpp
+index 1e339b3..e8320ea 100644
+--- a/src/videoplayer/backend/streamdemuxer.cpp
++++ b/src/videoplayer/backend/streamdemuxer.cpp
+@@ -230,7 +230,7 @@ StreamDemuxer::componentOpen(int streamIndex)
+ {
+ 	AVFormatContext *ic = m_vs->fmtContext;
+ 	AVCodecContext *avCtx;
+-	AVCodec *codec;
++	const AVCodec *codec;
+ 	AVDictionary *opts = nullptr;
+ 	AVDictionaryEntry *t = nullptr;
+ 	int sampleRate, nbChannels;
+-- 
+GitLab
+
diff --git a/srcpkgs/subtitlecomposer/template b/srcpkgs/subtitlecomposer/template
new file mode 100644
index 000000000000..39f54154befa
--- /dev/null
+++ b/srcpkgs/subtitlecomposer/template
@@ -0,0 +1,19 @@
+# Template file for 'subtitlecomposer'
+pkgname=subtitlecomposer
+version=0.7.1
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules kconfig kcoreaddons kdoctools gettext
+ pkg-config qt5-host-tools qt5-qmake"
+makedepends="blas-devel ffmpeg-devel jack-devel ktextwidgets-devel kio-devel
+ ktextwidgets-devel kcodecs-devel kross-devel kxmlgui-devel ki18n-devel
+ libopenal-devel libpocketsphinx-devel sonnet-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=ef9cb3c0c1fe1f40cf9d8e795859b9b28adf2da3be77a076d46bc28df4cd0255
+python_version=3

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

* Re: [PR PATCH] [Updated] New package: subtitlecomposer-0.7.1
  2022-07-31  3:24 [PR PATCH] New packages: subtitlecomposer-0.7.1 hervyqa
                   ` (11 preceding siblings ...)
  2022-09-25 18:36 ` hervyqa
@ 2022-09-27  3:24 ` hervyqa
  2022-09-28  7:11 ` hervyqa
                   ` (2 subsequent siblings)
  15 siblings, 0 replies; 17+ messages in thread
From: hervyqa @ 2022-09-27  3:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 873 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/38384

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

#### 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_20220731_113250](https://user-images.githubusercontent.com/45872139/182010211-6d2e9493-8176-4db0-b802-acfe55885757.png)


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

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

From 782eb6592072dbdaa6e27bd98f94b5e902e42d96 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Sun, 31 Jul 2022 10:17:44 +0700
Subject: [PATCH] New package: subtitlecomposer-0.7.1

---
 .../fix-compilation-with-ffmpeg5.patch        | 65 +++++++++++++++++++
 srcpkgs/subtitlecomposer/template             | 19 ++++++
 2 files changed, 84 insertions(+)
 create mode 100644 srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch
 create mode 100644 srcpkgs/subtitlecomposer/template

diff --git a/srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch b/srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch
new file mode 100644
index 000000000000..a0314fb06820
--- /dev/null
+++ b/srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch
@@ -0,0 +1,65 @@
+From 4f4f560e40ba0b760cf688eb024be3cc734ca347 Mon Sep 17 00:00:00 2001
+From: Mladen Milinkovic <maxrd2@smoothware.net>
+Date: Tue, 25 Jan 2022 14:01:56 +0100
+Subject: [PATCH] Fix compilation with ffmpeg5 #63
+
+---
+ src/streamprocessor/streamprocessor.cpp   | 2 +-
+ src/videoplayer/backend/decoder.h         | 1 +
+ src/videoplayer/backend/framequeue.h      | 1 +
+ src/videoplayer/backend/streamdemuxer.cpp | 2 +-
+ 4 files changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/src/streamprocessor/streamprocessor.cpp b/src/streamprocessor/streamprocessor.cpp
+index b86795e..8faf8a2 100644
+--- a/src/streamprocessor/streamprocessor.cpp
++++ b/src/streamprocessor/streamprocessor.cpp
+@@ -195,7 +195,7 @@ StreamProcessor::findStream(int streamType, int streamIndex, bool imageSub)
+ 		int ret;
+ 		char errorText[1024];
+ 
+-		AVCodec *dec = avcodec_find_decoder(m_avStream->codecpar->codec_id);
++		const AVCodec *dec = avcodec_find_decoder(m_avStream->codecpar->codec_id);
+ 		if(!dec) {
+ 			qWarning() << "Failed to find decoder for stream" << i;
+ 			return false;
+diff --git a/src/videoplayer/backend/decoder.h b/src/videoplayer/backend/decoder.h
+index 4ab95b2..fb6840d 100644
+--- a/src/videoplayer/backend/decoder.h
++++ b/src/videoplayer/backend/decoder.h
+@@ -11,6 +11,7 @@
+ #include <QThread>
+ 
+ extern "C" {
++#include "libavcodec/avcodec.h"
+ #include "libavformat/avformat.h"
+ }
+ 
+diff --git a/src/videoplayer/backend/framequeue.h b/src/videoplayer/backend/framequeue.h
+index dc9b2fa..ece1166 100644
+--- a/src/videoplayer/backend/framequeue.h
++++ b/src/videoplayer/backend/framequeue.h
+@@ -9,6 +9,7 @@
+ #define FRAMEQUEUE_H
+ 
+ extern "C" {
++#include "libavcodec/avcodec.h"
+ #include "libavformat/avformat.h"
+ }
+ 
+diff --git a/src/videoplayer/backend/streamdemuxer.cpp b/src/videoplayer/backend/streamdemuxer.cpp
+index 1e339b3..e8320ea 100644
+--- a/src/videoplayer/backend/streamdemuxer.cpp
++++ b/src/videoplayer/backend/streamdemuxer.cpp
+@@ -230,7 +230,7 @@ StreamDemuxer::componentOpen(int streamIndex)
+ {
+ 	AVFormatContext *ic = m_vs->fmtContext;
+ 	AVCodecContext *avCtx;
+-	AVCodec *codec;
++	const AVCodec *codec;
+ 	AVDictionary *opts = nullptr;
+ 	AVDictionaryEntry *t = nullptr;
+ 	int sampleRate, nbChannels;
+-- 
+GitLab
+
diff --git a/srcpkgs/subtitlecomposer/template b/srcpkgs/subtitlecomposer/template
new file mode 100644
index 000000000000..39f54154befa
--- /dev/null
+++ b/srcpkgs/subtitlecomposer/template
@@ -0,0 +1,19 @@
+# Template file for 'subtitlecomposer'
+pkgname=subtitlecomposer
+version=0.7.1
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules kconfig kcoreaddons kdoctools gettext
+ pkg-config qt5-host-tools qt5-qmake"
+makedepends="blas-devel ffmpeg-devel jack-devel ktextwidgets-devel kio-devel
+ ktextwidgets-devel kcodecs-devel kross-devel kxmlgui-devel ki18n-devel
+ libopenal-devel libpocketsphinx-devel sonnet-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=ef9cb3c0c1fe1f40cf9d8e795859b9b28adf2da3be77a076d46bc28df4cd0255
+python_version=3

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

* Re: [PR PATCH] [Updated] New package: subtitlecomposer-0.7.1
  2022-07-31  3:24 [PR PATCH] New packages: subtitlecomposer-0.7.1 hervyqa
                   ` (12 preceding siblings ...)
  2022-09-27  3:24 ` hervyqa
@ 2022-09-28  7:11 ` hervyqa
  2022-12-28  1:56 ` github-actions
  2023-01-11  2:30 ` [PR PATCH] [Closed]: " github-actions
  15 siblings, 0 replies; 17+ messages in thread
From: hervyqa @ 2022-09-28  7:11 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 873 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/38384

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

#### 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_20220731_113250](https://user-images.githubusercontent.com/45872139/182010211-6d2e9493-8176-4db0-b802-acfe55885757.png)


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

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

From 7a2429a508e469715b3c75e8076d15ea6f0b2952 Mon Sep 17 00:00:00 2001
From: Hervy Qurrotul Ainur Rozi <hervyqa@proton.me>
Date: Sun, 31 Jul 2022 10:17:44 +0700
Subject: [PATCH] New package: subtitlecomposer-0.7.1

---
 .../fix-compilation-with-ffmpeg5.patch        | 65 +++++++++++++++++++
 srcpkgs/subtitlecomposer/template             | 19 ++++++
 2 files changed, 84 insertions(+)
 create mode 100644 srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch
 create mode 100644 srcpkgs/subtitlecomposer/template

diff --git a/srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch b/srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch
new file mode 100644
index 000000000000..a0314fb06820
--- /dev/null
+++ b/srcpkgs/subtitlecomposer/patches/fix-compilation-with-ffmpeg5.patch
@@ -0,0 +1,65 @@
+From 4f4f560e40ba0b760cf688eb024be3cc734ca347 Mon Sep 17 00:00:00 2001
+From: Mladen Milinkovic <maxrd2@smoothware.net>
+Date: Tue, 25 Jan 2022 14:01:56 +0100
+Subject: [PATCH] Fix compilation with ffmpeg5 #63
+
+---
+ src/streamprocessor/streamprocessor.cpp   | 2 +-
+ src/videoplayer/backend/decoder.h         | 1 +
+ src/videoplayer/backend/framequeue.h      | 1 +
+ src/videoplayer/backend/streamdemuxer.cpp | 2 +-
+ 4 files changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/src/streamprocessor/streamprocessor.cpp b/src/streamprocessor/streamprocessor.cpp
+index b86795e..8faf8a2 100644
+--- a/src/streamprocessor/streamprocessor.cpp
++++ b/src/streamprocessor/streamprocessor.cpp
+@@ -195,7 +195,7 @@ StreamProcessor::findStream(int streamType, int streamIndex, bool imageSub)
+ 		int ret;
+ 		char errorText[1024];
+ 
+-		AVCodec *dec = avcodec_find_decoder(m_avStream->codecpar->codec_id);
++		const AVCodec *dec = avcodec_find_decoder(m_avStream->codecpar->codec_id);
+ 		if(!dec) {
+ 			qWarning() << "Failed to find decoder for stream" << i;
+ 			return false;
+diff --git a/src/videoplayer/backend/decoder.h b/src/videoplayer/backend/decoder.h
+index 4ab95b2..fb6840d 100644
+--- a/src/videoplayer/backend/decoder.h
++++ b/src/videoplayer/backend/decoder.h
+@@ -11,6 +11,7 @@
+ #include <QThread>
+ 
+ extern "C" {
++#include "libavcodec/avcodec.h"
+ #include "libavformat/avformat.h"
+ }
+ 
+diff --git a/src/videoplayer/backend/framequeue.h b/src/videoplayer/backend/framequeue.h
+index dc9b2fa..ece1166 100644
+--- a/src/videoplayer/backend/framequeue.h
++++ b/src/videoplayer/backend/framequeue.h
+@@ -9,6 +9,7 @@
+ #define FRAMEQUEUE_H
+ 
+ extern "C" {
++#include "libavcodec/avcodec.h"
+ #include "libavformat/avformat.h"
+ }
+ 
+diff --git a/src/videoplayer/backend/streamdemuxer.cpp b/src/videoplayer/backend/streamdemuxer.cpp
+index 1e339b3..e8320ea 100644
+--- a/src/videoplayer/backend/streamdemuxer.cpp
++++ b/src/videoplayer/backend/streamdemuxer.cpp
+@@ -230,7 +230,7 @@ StreamDemuxer::componentOpen(int streamIndex)
+ {
+ 	AVFormatContext *ic = m_vs->fmtContext;
+ 	AVCodecContext *avCtx;
+-	AVCodec *codec;
++	const AVCodec *codec;
+ 	AVDictionary *opts = nullptr;
+ 	AVDictionaryEntry *t = nullptr;
+ 	int sampleRate, nbChannels;
+-- 
+GitLab
+
diff --git a/srcpkgs/subtitlecomposer/template b/srcpkgs/subtitlecomposer/template
new file mode 100644
index 000000000000..39f54154befa
--- /dev/null
+++ b/srcpkgs/subtitlecomposer/template
@@ -0,0 +1,19 @@
+# Template file for 'subtitlecomposer'
+pkgname=subtitlecomposer
+version=0.7.1
+revision=1
+build_style=cmake
+hostmakedepends="extra-cmake-modules kconfig kcoreaddons kdoctools gettext
+ pkg-config qt5-host-tools qt5-qmake"
+makedepends="blas-devel ffmpeg-devel jack-devel ktextwidgets-devel kio-devel
+ ktextwidgets-devel kcodecs-devel kross-devel kxmlgui-devel ki18n-devel
+ libopenal-devel libpocketsphinx-devel sonnet-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=ef9cb3c0c1fe1f40cf9d8e795859b9b28adf2da3be77a076d46bc28df4cd0255
+python_version=3

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

* Re: New package: subtitlecomposer-0.7.1
  2022-07-31  3:24 [PR PATCH] New packages: subtitlecomposer-0.7.1 hervyqa
                   ` (13 preceding siblings ...)
  2022-09-28  7:11 ` hervyqa
@ 2022-12-28  1:56 ` github-actions
  2023-01-11  2:30 ` [PR PATCH] [Closed]: " github-actions
  15 siblings, 0 replies; 17+ messages in thread
From: github-actions @ 2022-12-28  1:56 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/38384#issuecomment-1366309673

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] 17+ messages in thread

* Re: [PR PATCH] [Closed]: New package: subtitlecomposer-0.7.1
  2022-07-31  3:24 [PR PATCH] New packages: subtitlecomposer-0.7.1 hervyqa
                   ` (14 preceding siblings ...)
  2022-12-28  1:56 ` github-actions
@ 2023-01-11  2:30 ` github-actions
  15 siblings, 0 replies; 17+ messages in thread
From: github-actions @ 2023-01-11  2:30 UTC (permalink / raw)
  To: ml

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

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

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

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

#### 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_20220731_113250](https://user-images.githubusercontent.com/45872139/182010211-6d2e9493-8176-4db0-b802-acfe55885757.png)


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

end of thread, other threads:[~2023-01-11  2:30 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-31  3:24 [PR PATCH] New packages: subtitlecomposer-0.7.1 hervyqa
2022-07-31  3:26 ` [PR PATCH] [Updated] New package: subtitlecomposer-0.7.1 hervyqa
2022-07-31  3:36 ` hervyqa
2022-07-31  7:02 ` [PR REVIEW] " classabbyamp
2022-07-31  7:02 ` classabbyamp
2022-07-31  8:05 ` hervyqa
2022-07-31  8:06 ` [PR PATCH] [Updated] " hervyqa
2022-07-31  8:21 ` hervyqa
2022-07-31  8:22 ` [PR REVIEW] " classabbyamp
2022-07-31  8:30 ` hervyqa
2022-07-31  8:32 ` hervyqa
2022-09-25  8:03 ` [PR PATCH] [Updated] " hervyqa
2022-09-25 18:36 ` hervyqa
2022-09-27  3:24 ` hervyqa
2022-09-28  7:11 ` hervyqa
2022-12-28  1:56 ` github-actions
2023-01-11  2:30 ` [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).