* [PR PATCH] New package: sprec-0.1
@ 2024-08-13 6:41 Anachron
2024-08-13 7:23 ` [PR PATCH] [Updated] " Anachron
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: Anachron @ 2024-08-13 6:41 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 843 bytes --]
There is a new pull request by Anachron against master on the void-packages repository
https://github.com/Anachron/void-packages sprec
https://github.com/void-linux/void-packages/pull/51817
New package: sprec-0.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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/51817.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sprec-51817.patch --]
[-- Type: text/x-diff, Size: 1439 bytes --]
From 7a5c294f074f7f81c18cdadbf741efbc8e935df3 Mon Sep 17 00:00:00 2001
From: Anachron <gith@cron.world>
Date: Tue, 13 Aug 2024 08:36:20 +0200
Subject: [PATCH] New package: sprec-0.1
---
srcpkgs/sprec/template | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
create mode 100644 srcpkgs/sprec/template
diff --git a/srcpkgs/sprec/template b/srcpkgs/sprec/template
new file mode 100644
index 00000000000000..d629a609618ace
--- /dev/null
+++ b/srcpkgs/sprec/template
@@ -0,0 +1,33 @@
+# Template file for 'sprec'
+pkgname=sprec
+version=0.1
+revision=1
+build_style=go
+go_import_path="git.sr.ht/~geb/sprec"
+hostmakedepends="scdoc"
+makedepends="vosk-api libgomp-devel"
+short_desc="Simple speech recognition command for transcription or automation using vosk-api"
+maintainer="Anachron <gith@cron.world>"
+license="GPL-3.0-or-later"
+homepage="https://git.sr.ht/~geb/sprec"
+distfiles="https://git.sr.ht/~geb/sprec/archive/${version}.tar.gz"
+checksum=085b7e0bd54ce79d7bb9b1f26cb72c6099264763a1b2c0743f15401b523aaae9
+
+if [ "$XBPS_TARGET_LIBC" = musl ]; then
+ makedepends+=" libexecinfo-devel"
+fi
+
+pre_build() {
+ # for the vosk-api package (openblas)
+ export CGO_LDFLAGS="$CGO_LDFLAGS -fopenmp"
+
+ if [ "$XBPS_TARGET_LIBC" = musl ]; then
+ # for the vosk-api package (openfst)
+ export CGO_LDFLAGS="$CGO_LDFLAGS -lexecinfo"
+ fi
+}
+
+post_build() {
+ scdoc < doc/sprec.1.scd > sprec.1
+ vman sprec.1
+}
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PR PATCH] [Updated] New package: sprec-0.1
2024-08-13 6:41 [PR PATCH] New package: sprec-0.1 Anachron
@ 2024-08-13 7:23 ` Anachron
2024-09-11 6:32 ` Anachron
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Anachron @ 2024-08-13 7:23 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 848 bytes --]
There is an updated pull request by Anachron against master on the void-packages repository
https://github.com/Anachron/void-packages sprec
https://github.com/void-linux/void-packages/pull/51817
New package: sprec-0.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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-glibc
A patch file from https://github.com/void-linux/void-packages/pull/51817.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sprec-51817.patch --]
[-- Type: text/x-diff, Size: 1417 bytes --]
From 7690df8e1257ea9c287e1eee3479bad3baa03961 Mon Sep 17 00:00:00 2001
From: Anachron <gith@cron.world>
Date: Tue, 13 Aug 2024 08:36:20 +0200
Subject: [PATCH] New package: sprec-0.1
---
srcpkgs/sprec/template | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
create mode 100644 srcpkgs/sprec/template
diff --git a/srcpkgs/sprec/template b/srcpkgs/sprec/template
new file mode 100644
index 00000000000000..10eb571f9da74e
--- /dev/null
+++ b/srcpkgs/sprec/template
@@ -0,0 +1,33 @@
+# Template file for 'sprec'
+pkgname=sprec
+version=0.1
+revision=1
+build_style=go
+go_import_path="git.sr.ht/~geb/sprec"
+hostmakedepends="scdoc"
+makedepends="vosk-api libgomp-devel"
+short_desc="Simple speech recognition for transcription using vosk-api"
+maintainer="Anachron <gith@cron.world>"
+license="GPL-3.0-or-later"
+homepage="https://git.sr.ht/~geb/sprec"
+distfiles="https://git.sr.ht/~geb/sprec/archive/${version}.tar.gz"
+checksum=085b7e0bd54ce79d7bb9b1f26cb72c6099264763a1b2c0743f15401b523aaae9
+
+if [ "$XBPS_TARGET_LIBC" = musl ]; then
+ makedepends+=" libexecinfo-devel"
+fi
+
+pre_build() {
+ # for the vosk-api package (openblas)
+ export CGO_LDFLAGS="$CGO_LDFLAGS -fopenmp"
+
+ if [ "$XBPS_TARGET_LIBC" = musl ]; then
+ # for the vosk-api package (openfst)
+ export CGO_LDFLAGS="$CGO_LDFLAGS -lexecinfo"
+ fi
+}
+
+post_build() {
+ scdoc < doc/sprec.1.scd > sprec.1
+ vman sprec.1
+}
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: New package: sprec-0.1
2024-08-13 6:41 [PR PATCH] New package: sprec-0.1 Anachron
2024-08-13 7:23 ` [PR PATCH] [Updated] " Anachron
@ 2024-09-11 6:32 ` Anachron
2024-12-11 2:05 ` github-actions
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Anachron @ 2024-09-11 6:32 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 163 bytes --]
New comment by Anachron on void-packages repository
https://github.com/void-linux/void-packages/pull/51817#issuecomment-2342756222
Comment:
Please review again.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: New package: sprec-0.1
2024-08-13 6:41 [PR PATCH] New package: sprec-0.1 Anachron
2024-08-13 7:23 ` [PR PATCH] [Updated] " Anachron
2024-09-11 6:32 ` Anachron
@ 2024-12-11 2:05 ` github-actions
2024-12-11 8:55 ` Anachron
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2024-12-11 2:05 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/51817#issuecomment-2533456946
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] 8+ messages in thread
* Re: New package: sprec-0.1
2024-08-13 6:41 [PR PATCH] New package: sprec-0.1 Anachron
` (2 preceding siblings ...)
2024-12-11 2:05 ` github-actions
@ 2024-12-11 8:55 ` Anachron
2025-03-13 2:04 ` github-actions
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: Anachron @ 2024-12-11 8:55 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 147 bytes --]
New comment by Anachron on void-packages repository
https://github.com/void-linux/void-packages/pull/51817#issuecomment-2535225162
Comment:
Bump
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: New package: sprec-0.1
2024-08-13 6:41 [PR PATCH] New package: sprec-0.1 Anachron
` (3 preceding siblings ...)
2024-12-11 8:55 ` Anachron
@ 2025-03-13 2:04 ` github-actions
2025-03-13 6:05 ` Anachron
2025-06-08 18:22 ` [PR PATCH] [Merged]: " Duncaen
6 siblings, 0 replies; 8+ messages in thread
From: github-actions @ 2025-03-13 2:04 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/51817#issuecomment-2719577308
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] 8+ messages in thread
* Re: New package: sprec-0.1
2024-08-13 6:41 [PR PATCH] New package: sprec-0.1 Anachron
` (4 preceding siblings ...)
2025-03-13 2:04 ` github-actions
@ 2025-03-13 6:05 ` Anachron
2025-06-08 18:22 ` [PR PATCH] [Merged]: " Duncaen
6 siblings, 0 replies; 8+ messages in thread
From: Anachron @ 2025-03-13 6:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 147 bytes --]
New comment by Anachron on void-packages repository
https://github.com/void-linux/void-packages/pull/51817#issuecomment-2720075749
Comment:
Bump
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PR PATCH] [Merged]: New package: sprec-0.1
2024-08-13 6:41 [PR PATCH] New package: sprec-0.1 Anachron
` (5 preceding siblings ...)
2025-03-13 6:05 ` Anachron
@ 2025-06-08 18:22 ` Duncaen
6 siblings, 0 replies; 8+ messages in thread
From: Duncaen @ 2025-06-08 18:22 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 692 bytes --]
There's a merged pull request on the void-packages repository
New package: sprec-0.1
https://github.com/void-linux/void-packages/pull/51817
Description:
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
- aarch64-glibc
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2025-06-08 18:22 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-13 6:41 [PR PATCH] New package: sprec-0.1 Anachron
2024-08-13 7:23 ` [PR PATCH] [Updated] " Anachron
2024-09-11 6:32 ` Anachron
2024-12-11 2:05 ` github-actions
2024-12-11 8:55 ` Anachron
2025-03-13 2:04 ` github-actions
2025-03-13 6:05 ` Anachron
2025-06-08 18:22 ` [PR PATCH] [Merged]: " Duncaen
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).