Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] ccextractor: update to 0.94
@ 2022-03-13 19:51 newbluemoon
  2022-03-13 20:31 ` [PR PATCH] [Updated] " newbluemoon
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: newbluemoon @ 2022-03-13 19:51 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages ccextractor
https://github.com/void-linux/void-packages/pull/36123

[WIP] ccextractor: update to 0.94
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

WIP, because there is a segmentation fault when using the `-hardsubx` option which doesn’t occur in the current version 0.93. I haven’t had the time for a deeper look, any ideas are welcome. :)

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From ca1d652e082b969d6bd9692bdc24b786d98ca7ce Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 13 Mar 2022 20:42:17 +0100
Subject: [PATCH] ccextractor: update to 0.94

---
 srcpkgs/ccextractor/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/ccextractor/template b/srcpkgs/ccextractor/template
index 9abcd82852b2..efb98544ec32 100644
--- a/srcpkgs/ccextractor/template
+++ b/srcpkgs/ccextractor/template
@@ -1,19 +1,20 @@
 # Template file for 'ccextractor'
 pkgname=ccextractor
-version=0.93
+version=0.94
 revision=1
 build_wrksrc="linux"
 build_style=gnu-configure
 configure_args="--enable-ocr --enable-hardsubx"
-hostmakedepends="automake pkg-config"
-makedepends="leptonica-devel tesseract-ocr-devel ffmpeg-devel"
+hostmakedepends="automake cargo clang pkg-config"
+makedepends="ffmpeg-devel leptonica-devel libutf8proc-devel freetype-devel
+ libpng-devel tesseract-ocr-devel zlib-devel"
 short_desc="Extract subtitles from video streams"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.ccextractor.org/"
 changelog="https://raw.githubusercontent.com/CCExtractor/ccextractor/master/docs/CHANGES.TXT"
-distfiles="https://github.com/CCExtractor/${pkgname}/archive/v${version}.tar.gz"
-checksum=0e66d3e360db1b02a88271af11313ca4c9bbda1b03728e264a44c4c9f77192e3
+distfiles="https://github.com/CCExtractor/ccextractor/archive/v${version}.tar.gz"
+checksum=9c7be386257c69b5d8cd9d7466dbf20e3a45cea950cc8ca7486a956c3be54a42
 CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/tesseract -DPNG_POWERPC_VSX_OPT=0 -fcommon"
 
 pre_configure() {

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

* Re: [PR PATCH] [Updated] [WIP] ccextractor: update to 0.94
  2022-03-13 19:51 [PR PATCH] [WIP] ccextractor: update to 0.94 newbluemoon
@ 2022-03-13 20:31 ` newbluemoon
  2022-03-13 20:33 ` newbluemoon
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: newbluemoon @ 2022-03-13 20:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages ccextractor
https://github.com/void-linux/void-packages/pull/36123

[WIP] ccextractor: update to 0.94
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

WIP, because there is a segmentation fault when using the `-hardsubx` option which doesn’t occur in the current version 0.93. I haven’t had the time for a deeper look, any idea is welcome. :)

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From d47d02790bd5684e59e86152d508d0d27d3f845d Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 13 Mar 2022 20:42:17 +0100
Subject: [PATCH] ccextractor: update to 0.94

---
 srcpkgs/ccextractor/patches/dont-strip-symbols.patch | 11 +++++++++++
 srcpkgs/ccextractor/template                         | 11 ++++++-----
 2 files changed, 17 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/ccextractor/patches/dont-strip-symbols.patch

diff --git a/srcpkgs/ccextractor/patches/dont-strip-symbols.patch b/srcpkgs/ccextractor/patches/dont-strip-symbols.patch
new file mode 100644
index 000000000000..e4fb385c866b
--- /dev/null
+++ b/srcpkgs/ccextractor/patches/dont-strip-symbols.patch
@@ -0,0 +1,11 @@
+--- a/linux/Makefile.am	2021-12-15 18:03:45.000000000 +0100
++++ b/linux/Makefile.am	2021-12-16 11:52:15.188381379 +0100
+@@ -349,7 +349,7 @@
+ 	CARGO_TARGET_DIR=../../linux/rust $(CARGO) build $(CARGO_RELEASE_ARGS);
+ 
+ if SYS_IS_LINUX
+-ccextractor_CFLAGS += -O3 -s -DGPAC_CONFIG_LINUX
++ccextractor_CFLAGS += -O2 -DGPAC_CONFIG_LINUX
+ endif
+ 
+ if SYS_IS_MAC
diff --git a/srcpkgs/ccextractor/template b/srcpkgs/ccextractor/template
index 9abcd82852b2..efb98544ec32 100644
--- a/srcpkgs/ccextractor/template
+++ b/srcpkgs/ccextractor/template
@@ -1,19 +1,20 @@
 # Template file for 'ccextractor'
 pkgname=ccextractor
-version=0.93
+version=0.94
 revision=1
 build_wrksrc="linux"
 build_style=gnu-configure
 configure_args="--enable-ocr --enable-hardsubx"
-hostmakedepends="automake pkg-config"
-makedepends="leptonica-devel tesseract-ocr-devel ffmpeg-devel"
+hostmakedepends="automake cargo clang pkg-config"
+makedepends="ffmpeg-devel leptonica-devel libutf8proc-devel freetype-devel
+ libpng-devel tesseract-ocr-devel zlib-devel"
 short_desc="Extract subtitles from video streams"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.ccextractor.org/"
 changelog="https://raw.githubusercontent.com/CCExtractor/ccextractor/master/docs/CHANGES.TXT"
-distfiles="https://github.com/CCExtractor/${pkgname}/archive/v${version}.tar.gz"
-checksum=0e66d3e360db1b02a88271af11313ca4c9bbda1b03728e264a44c4c9f77192e3
+distfiles="https://github.com/CCExtractor/ccextractor/archive/v${version}.tar.gz"
+checksum=9c7be386257c69b5d8cd9d7466dbf20e3a45cea950cc8ca7486a956c3be54a42
 CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/tesseract -DPNG_POWERPC_VSX_OPT=0 -fcommon"
 
 pre_configure() {

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

* Re: [PR PATCH] [Updated] [WIP] ccextractor: update to 0.94
  2022-03-13 19:51 [PR PATCH] [WIP] ccextractor: update to 0.94 newbluemoon
  2022-03-13 20:31 ` [PR PATCH] [Updated] " newbluemoon
@ 2022-03-13 20:33 ` newbluemoon
  2022-06-28  2:16 ` github-actions
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: newbluemoon @ 2022-03-13 20:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages ccextractor
https://github.com/void-linux/void-packages/pull/36123

[WIP] ccextractor: update to 0.94
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

WIP, because there is a segmentation fault when using the `-hardsubx` option which doesn’t occur in the current version 0.93. I haven’t had the time for a deeper look, any idea is welcome. :)

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From bc4619134dbb72988cb6def567e018f3b6ba682f Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 13 Mar 2022 20:42:17 +0100
Subject: [PATCH] ccextractor: update to 0.94

---
 srcpkgs/ccextractor/patches/dont-strip-symbols.patch | 11 +++++++++++
 srcpkgs/ccextractor/template                         | 10 +++++-----
 2 files changed, 16 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/ccextractor/patches/dont-strip-symbols.patch

diff --git a/srcpkgs/ccextractor/patches/dont-strip-symbols.patch b/srcpkgs/ccextractor/patches/dont-strip-symbols.patch
new file mode 100644
index 000000000000..e4fb385c866b
--- /dev/null
+++ b/srcpkgs/ccextractor/patches/dont-strip-symbols.patch
@@ -0,0 +1,11 @@
+--- a/linux/Makefile.am	2021-12-15 18:03:45.000000000 +0100
++++ b/linux/Makefile.am	2021-12-16 11:52:15.188381379 +0100
+@@ -349,7 +349,7 @@
+ 	CARGO_TARGET_DIR=../../linux/rust $(CARGO) build $(CARGO_RELEASE_ARGS);
+ 
+ if SYS_IS_LINUX
+-ccextractor_CFLAGS += -O3 -s -DGPAC_CONFIG_LINUX
++ccextractor_CFLAGS += -O2 -DGPAC_CONFIG_LINUX
+ endif
+ 
+ if SYS_IS_MAC
diff --git a/srcpkgs/ccextractor/template b/srcpkgs/ccextractor/template
index 9abcd82852b2..c3aff6187f82 100644
--- a/srcpkgs/ccextractor/template
+++ b/srcpkgs/ccextractor/template
@@ -1,19 +1,19 @@
 # Template file for 'ccextractor'
 pkgname=ccextractor
-version=0.93
+version=0.94
 revision=1
 build_wrksrc="linux"
 build_style=gnu-configure
-configure_args="--enable-ocr --enable-hardsubx"
+configure_args="--enable-ocr --enable-hardsubx --without-rust"
 hostmakedepends="automake pkg-config"
-makedepends="leptonica-devel tesseract-ocr-devel ffmpeg-devel"
+makedepends="ffmpeg-devel leptonica-devel tesseract-ocr-devel"
 short_desc="Extract subtitles from video streams"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.ccextractor.org/"
 changelog="https://raw.githubusercontent.com/CCExtractor/ccextractor/master/docs/CHANGES.TXT"
-distfiles="https://github.com/CCExtractor/${pkgname}/archive/v${version}.tar.gz"
-checksum=0e66d3e360db1b02a88271af11313ca4c9bbda1b03728e264a44c4c9f77192e3
+distfiles="https://github.com/CCExtractor/ccextractor/archive/v${version}.tar.gz"
+checksum=9c7be386257c69b5d8cd9d7466dbf20e3a45cea950cc8ca7486a956c3be54a42
 CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/tesseract -DPNG_POWERPC_VSX_OPT=0 -fcommon"
 
 pre_configure() {

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

* Re: [WIP] ccextractor: update to 0.94
  2022-03-13 19:51 [PR PATCH] [WIP] ccextractor: update to 0.94 newbluemoon
  2022-03-13 20:31 ` [PR PATCH] [Updated] " newbluemoon
  2022-03-13 20:33 ` newbluemoon
@ 2022-06-28  2:16 ` github-actions
  2022-07-05  4:30 ` [PR PATCH] [Updated] " newbluemoon
  2022-07-20  2:13 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-06-28  2:16 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/36123#issuecomment-1168136784

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

* Re: [PR PATCH] [Updated] [WIP] ccextractor: update to 0.94
  2022-03-13 19:51 [PR PATCH] [WIP] ccextractor: update to 0.94 newbluemoon
                   ` (2 preceding siblings ...)
  2022-06-28  2:16 ` github-actions
@ 2022-07-05  4:30 ` newbluemoon
  2022-07-20  2:13 ` [PR PATCH] [Closed]: " github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: newbluemoon @ 2022-07-05  4:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/newbluemoon/void-packages ccextractor
https://github.com/void-linux/void-packages/pull/36123

[WIP] ccextractor: update to 0.94
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

WIP, because there is a segmentation fault when using the `-hardsubx` option which doesn’t occur in the current version 0.93. I haven’t had the time for a deeper look, any idea is welcome. :)

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 7dd225100ec2a902d218e176cb73998c606f4f21 Mon Sep 17 00:00:00 2001
From: newbluemoon <blaumolch@mailbox.org>
Date: Sun, 13 Mar 2022 20:42:17 +0100
Subject: [PATCH] ccextractor: update to 0.94

---
 srcpkgs/ccextractor/patches/dont-strip-symbols.patch | 11 +++++++++++
 srcpkgs/ccextractor/template                         | 10 +++++-----
 2 files changed, 16 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/ccextractor/patches/dont-strip-symbols.patch

diff --git a/srcpkgs/ccextractor/patches/dont-strip-symbols.patch b/srcpkgs/ccextractor/patches/dont-strip-symbols.patch
new file mode 100644
index 000000000000..e4fb385c866b
--- /dev/null
+++ b/srcpkgs/ccextractor/patches/dont-strip-symbols.patch
@@ -0,0 +1,11 @@
+--- a/linux/Makefile.am	2021-12-15 18:03:45.000000000 +0100
++++ b/linux/Makefile.am	2021-12-16 11:52:15.188381379 +0100
+@@ -349,7 +349,7 @@
+ 	CARGO_TARGET_DIR=../../linux/rust $(CARGO) build $(CARGO_RELEASE_ARGS);
+ 
+ if SYS_IS_LINUX
+-ccextractor_CFLAGS += -O3 -s -DGPAC_CONFIG_LINUX
++ccextractor_CFLAGS += -O2 -DGPAC_CONFIG_LINUX
+ endif
+ 
+ if SYS_IS_MAC
diff --git a/srcpkgs/ccextractor/template b/srcpkgs/ccextractor/template
index 9abcd82852b2..0d355c745d9c 100644
--- a/srcpkgs/ccextractor/template
+++ b/srcpkgs/ccextractor/template
@@ -1,19 +1,19 @@
 # Template file for 'ccextractor'
 pkgname=ccextractor
-version=0.93
+version=0.94
 revision=1
 build_wrksrc="linux"
 build_style=gnu-configure
-configure_args="--enable-ocr --enable-hardsubx"
+configure_args="--enable-ocr --enable-hardsubx --without-rust"
 hostmakedepends="automake pkg-config"
-makedepends="leptonica-devel tesseract-ocr-devel ffmpeg-devel"
+makedepends="ffmpeg-devel freetype-devel leptonica-devel libutf8proc-devel tesseract-ocr-devel"
 short_desc="Extract subtitles from video streams"
 maintainer="newbluemoon <blaumolch@mailbox.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.ccextractor.org/"
 changelog="https://raw.githubusercontent.com/CCExtractor/ccextractor/master/docs/CHANGES.TXT"
-distfiles="https://github.com/CCExtractor/${pkgname}/archive/v${version}.tar.gz"
-checksum=0e66d3e360db1b02a88271af11313ca4c9bbda1b03728e264a44c4c9f77192e3
+distfiles="https://github.com/CCExtractor/ccextractor/archive/v${version}.tar.gz"
+checksum=9c7be386257c69b5d8cd9d7466dbf20e3a45cea950cc8ca7486a956c3be54a42
 CFLAGS="-I${XBPS_CROSS_BASE}/usr/include/tesseract -DPNG_POWERPC_VSX_OPT=0 -fcommon"
 
 pre_configure() {

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

* Re: [PR PATCH] [Closed]: [WIP] ccextractor: update to 0.94
  2022-03-13 19:51 [PR PATCH] [WIP] ccextractor: update to 0.94 newbluemoon
                   ` (3 preceding siblings ...)
  2022-07-05  4:30 ` [PR PATCH] [Updated] " newbluemoon
@ 2022-07-20  2:13 ` github-actions
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2022-07-20  2:13 UTC (permalink / raw)
  To: ml

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

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

[WIP] ccextractor: update to 0.94
https://github.com/void-linux/void-packages/pull/36123

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

WIP, because there is a segmentation fault when using the `-hardsubx` option which doesn’t occur in the current version 0.93. I haven’t had the time for a deeper look, any idea is welcome. :)

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-07-20  2:13 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-13 19:51 [PR PATCH] [WIP] ccextractor: update to 0.94 newbluemoon
2022-03-13 20:31 ` [PR PATCH] [Updated] " newbluemoon
2022-03-13 20:33 ` newbluemoon
2022-06-28  2:16 ` github-actions
2022-07-05  4:30 ` [PR PATCH] [Updated] " newbluemoon
2022-07-20  2:13 ` [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).