Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: pcaudiolib-1.1
@ 2020-11-15 21:39 joey-commits
  2020-11-16 15:52 ` joey-commits
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: joey-commits @ 2020-11-15 21:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/joey-commits/void-packages pcaudio
https://github.com/void-linux/void-packages/pull/26416

New package: pcaudiolib-1.1


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

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

From 8ba6c3b67f96b91ea6abe6c14afb9fbfd6aa408c Mon Sep 17 00:00:00 2001
From: Joey <joey@imap.cc>
Date: Sun, 15 Nov 2020 16:21:54 -0500
Subject: [PATCH] New package: pcaudiolib-1.1

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

diff --git a/common/shlibs b/common/shlibs
index a32a8f994e0..ae957d6125e 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..d2a2b5e8009
--- /dev/null
+++ b/srcpkgs/pcaudiolib/template
@@ -0,0 +1,28 @@
+# Template file for 'pcaudiolib'
+pkgname=pcaudiolib
+version=1.1
+revision=1
+wrksrc=${pkgname}-${version}
+build_style=gnu-configure
+hostmakedepends="automake libtool which pkg-config"
+makedepends="alsa-lib-devel pulseaudio-devel"
+short_desc="Portable C Audio Library"
+maintainer="Joey <joey@imap.cc>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/espeak-ng/pcaudiolib"
+distfiles="https://github.com/espeak-ng/pcaudiolib/archive/${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] 13+ messages in thread

end of thread, other threads:[~2020-12-14 13:36 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-15 21:39 [PR PATCH] New package: pcaudiolib-1.1 joey-commits
2020-11-16 15:52 ` joey-commits
2020-11-16 15:52 ` [PR PATCH] [Closed]: " joey-commits
2020-11-16 15:58 ` joey-commits
2020-11-16 21:09 ` [PR PATCH] [Updated] " joey-commits
2020-11-16 21:30 ` joey-commits
2020-12-13 10:39 ` joey-commits
2020-12-13 12:53 ` [PR REVIEW] " Duncaen
2020-12-13 12:53 ` Duncaen
2020-12-13 20:52 ` [PR PATCH] [Updated] " joey-commits
2020-12-13 23:52 ` joey-commits
2020-12-14 13:36 ` [PR PATCH] [Merged]: " ericonr
2020-12-14 13:36 ` ericonr

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