Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: pcaudiolib
@ 2020-11-14 20:03 skmpz
  2020-11-16 15:34 ` joey-commits
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: skmpz @ 2020-11-14 20:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages pcaudiolib-1.1
https://github.com/void-linux/void-packages/pull/26384

New package: pcaudiolib


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

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

From 93514a4deee67df62c86a17f84cef6019258b32f Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Sun, 15 Nov 2020 00:00:36 +0400
Subject: [PATCH] New package: pcaudiolib

---
 common/shlibs               |  1 +
 srcpkgs/pcaudiolib-devel    |  1 +
 srcpkgs/pcaudiolib/template | 26 ++++++++++++++++++++++++++
 3 files changed, 28 insertions(+)
 create mode 120000 srcpkgs/pcaudiolib-devel
 create mode 100644 srcpkgs/pcaudiolib/template

diff --git a/common/shlibs b/common/shlibs
index 2d2c3407b16..4d4608e8af1 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3990,3 +3990,4 @@ liburing.so.1 liburing-0.7_1
 libbson-1.0.so.0 libbson-1.17.0_1
 libsonic.so.0 libsonic-0.2.0_1
 libtickit.so.3 libtickit-0.4.1_1
+libpcaudio.so.0 pcaudiolib-1.1_1
diff --git a/srcpkgs/pcaudiolib-devel b/srcpkgs/pcaudiolib-devel
new file mode 120000
index 00000000000..e1bc88225c6
--- /dev/null
+++ b/srcpkgs/pcaudiolib-devel
@@ -0,0 +1 @@
+pcaudiolib
\ No newline at end of file
diff --git a/srcpkgs/pcaudiolib/template b/srcpkgs/pcaudiolib/template
new file mode 100644
index 00000000000..8974d7c4b81
--- /dev/null
+++ b/srcpkgs/pcaudiolib/template
@@ -0,0 +1,26 @@
+# Template file for 'pcaudiolib'
+pkgname=pcaudiolib
+version=1.1
+revision=1
+build_style=gnu-configure
+hostmakedepends="libtool autoconf automake which pkg-config"
+short_desc="Portable C Audio Library"
+maintainer="skmpz <dem.procopiou@gmail.com>"
+license="LGPL-3.0-or-later"
+homepage="https://github.com/espeak-ng/pcaudiolib"
+distfiles="https://github.com/espeak-ng/pcaudiolib/archive/${version}/pcaudiolib-${version}.tar.gz"
+checksum=699a5a347b1e12dc5b122e192e19f4db01621826bf41b9ebefb1cbc63ae2180b
+
+pre_configure() {
+	./autogen.sh
+}
+
+pcaudiolib-devel_package() {
+	depends="pcaudiolib-${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.so"
+		vmove "usr/lib/*.a"
+	}
+}

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

* Re: New package: pcaudiolib
  2020-11-14 20:03 [PR PATCH] New package: pcaudiolib skmpz
@ 2020-11-16 15:34 ` joey-commits
  2020-11-16 15:46 ` skmpz
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: joey-commits @ 2020-11-16 15:34 UTC (permalink / raw)
  To: ml

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

New comment by joey-commits on void-packages repository

https://github.com/void-linux/void-packages/pull/26384#issuecomment-728138029

Comment:
Interesting coincidence. I opened a pull request for this a day after you because I didn't notice your open pull request. Sorry about that. You can maintain it and I will close mine. I would like to point out that you are missing alsa-lib-devel and pulseaudio-devel in makedepends. Are you also trying to get espeak-ng into the repos? That is why I packaged sonic. I am a heavy Orca user and espeak-ng has less audio latency with Orca.

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

* Re: New package: pcaudiolib
  2020-11-14 20:03 [PR PATCH] New package: pcaudiolib skmpz
  2020-11-16 15:34 ` joey-commits
@ 2020-11-16 15:46 ` skmpz
  2020-11-16 15:46 ` [PR PATCH] [Closed]: " skmpz
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: skmpz @ 2020-11-16 15:46 UTC (permalink / raw)
  To: ml

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

New comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/26384#issuecomment-728145514

Comment:
No worries, you can keep yours. Since you're a heavy Orca user, you seem more suitable than me anw, I'll close mine. It would be great if you could add espeak-ng as well! :)

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

* Re: [PR PATCH] [Closed]: New package: pcaudiolib
  2020-11-14 20:03 [PR PATCH] New package: pcaudiolib skmpz
  2020-11-16 15:34 ` joey-commits
  2020-11-16 15:46 ` skmpz
@ 2020-11-16 15:46 ` skmpz
  2020-11-16 16:13 ` joey-commits
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: skmpz @ 2020-11-16 15:46 UTC (permalink / raw)
  To: ml

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

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

New package: pcaudiolib
https://github.com/void-linux/void-packages/pull/26384

Description:


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

* Re: New package: pcaudiolib
  2020-11-14 20:03 [PR PATCH] New package: pcaudiolib skmpz
                   ` (2 preceding siblings ...)
  2020-11-16 15:46 ` [PR PATCH] [Closed]: " skmpz
@ 2020-11-16 16:13 ` joey-commits
  2020-11-16 19:51 ` skmpz
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: joey-commits @ 2020-11-16 16:13 UTC (permalink / raw)
  To: ml

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

New comment by joey-commits on void-packages repository

https://github.com/void-linux/void-packages/pull/26384#issuecomment-728162370

Comment:
Ideally,  espeak users could be moved to espeak-ng since the former is unmaintained, but this will take some careful planning to prevent breakage. I know for a fact that speech dispatcher has weird issues when it is built against espeak-ng and espeak at the same time. Also, espeak-ng and espeak cannot coexist on the same system because espeak-ng ships compat links so that older packages supporting espeak can be built against espeak-ng. Another minor issue is an espeakup build issue, but that can be built against espeak-ng with minor changes to its makefile. Sonic is used by espeak-ng for faster speech rates. Just curious, did my packaging sonic cause you to create this pr or was it purely coincidental? As far as I know, espeak-ng is the only thing using libsonic and pcaudiolib etc.

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

* Re: New package: pcaudiolib
  2020-11-14 20:03 [PR PATCH] New package: pcaudiolib skmpz
                   ` (3 preceding siblings ...)
  2020-11-16 16:13 ` joey-commits
@ 2020-11-16 19:51 ` skmpz
  2020-11-16 20:01 ` joey-commits
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: skmpz @ 2020-11-16 19:51 UTC (permalink / raw)
  To: ml

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

New comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/26384#issuecomment-728286764

Comment:
I started working on this because calibre needs espeak-ng now.

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

* Re: New package: pcaudiolib
  2020-11-14 20:03 [PR PATCH] New package: pcaudiolib skmpz
                   ` (4 preceding siblings ...)
  2020-11-16 19:51 ` skmpz
@ 2020-11-16 20:01 ` joey-commits
  2020-11-16 20:02 ` joey-commits
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: joey-commits @ 2020-11-16 20:01 UTC (permalink / raw)
  To: ml

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

New comment by joey-commits on void-packages repository

https://github.com/void-linux/void-packages/pull/26384#issuecomment-728292368

Comment:
In testing this on my end, I found that there are a few alsa issues fixed in pcaudiolib git that can still be found in pcaudilib stable when using espeakup. I opened an issue upstream for them to release a new maintenance release incorporating the fixes since they are already in git and am hoping they will do that soon.

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

* Re: New package: pcaudiolib
  2020-11-14 20:03 [PR PATCH] New package: pcaudiolib skmpz
                   ` (5 preceding siblings ...)
  2020-11-16 20:01 ` joey-commits
@ 2020-11-16 20:02 ` joey-commits
  2020-11-16 21:13 ` joey-commits
  2020-11-16 22:06 ` joey-commits
  8 siblings, 0 replies; 10+ messages in thread
From: joey-commits @ 2020-11-16 20:02 UTC (permalink / raw)
  To: ml

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

New comment by joey-commits on void-packages repository

https://github.com/void-linux/void-packages/pull/26384#issuecomment-728292978

Comment:
IN doing some research, Debian has brought the patches in from git and is duplicating them locally but I would like to avoid doing that.

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

* Re: New package: pcaudiolib
  2020-11-14 20:03 [PR PATCH] New package: pcaudiolib skmpz
                   ` (6 preceding siblings ...)
  2020-11-16 20:02 ` joey-commits
@ 2020-11-16 21:13 ` joey-commits
  2020-11-16 22:06 ` joey-commits
  8 siblings, 0 replies; 10+ messages in thread
From: joey-commits @ 2020-11-16 21:13 UTC (permalink / raw)
  To: ml

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

New comment by joey-commits on void-packages repository

https://github.com/void-linux/void-packages/pull/26384#issuecomment-728332933

Comment:
I applied the patches to my pcaudiolib package. Can you take a look and see if I did it correctly? I am new to packaging with patches in Void.

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

* Re: New package: pcaudiolib
  2020-11-14 20:03 [PR PATCH] New package: pcaudiolib skmpz
                   ` (7 preceding siblings ...)
  2020-11-16 21:13 ` joey-commits
@ 2020-11-16 22:06 ` joey-commits
  8 siblings, 0 replies; 10+ messages in thread
From: joey-commits @ 2020-11-16 22:06 UTC (permalink / raw)
  To: ml

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

New comment by joey-commits on void-packages repository

https://github.com/void-linux/void-packages/pull/26384#issuecomment-728357514

Comment:
Let me know when you finish with espeak-ng. I will take care of updating and testing espeakup and speech dispatcher.

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

end of thread, other threads:[~2020-11-16 22:06 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-14 20:03 [PR PATCH] New package: pcaudiolib skmpz
2020-11-16 15:34 ` joey-commits
2020-11-16 15:46 ` skmpz
2020-11-16 15:46 ` [PR PATCH] [Closed]: " skmpz
2020-11-16 16:13 ` joey-commits
2020-11-16 19:51 ` skmpz
2020-11-16 20:01 ` joey-commits
2020-11-16 20:02 ` joey-commits
2020-11-16 21:13 ` joey-commits
2020-11-16 22:06 ` joey-commits

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