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

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