Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] new package: sonic-0.2.0
@ 2020-07-05 19:58 joey-commits
  2020-07-05 20:36 ` [PR PATCH] [Updated] " joey-commits
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: joey-commits @ 2020-07-05 19:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/joey-commits/void-packages sonic
https://github.com/void-linux/void-packages/pull/23399

new package: sonic-0.2.0


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

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

From 8bbd83fbf4b791a5059cea6383294144575ea4f0 Mon Sep 17 00:00:00 2001
From: Joey <joey@imap.cc>
Date: Sun, 5 Jul 2020 12:17:52 -0400
Subject: [PATCH] new package: sonic-0.2.0

---
 common/shlibs          |  1 +
 srcpkgs/libsonic       |  1 +
 srcpkgs/libsonic-devel |  1 +
 srcpkgs/sonic/template | 30 ++++++++++++++++++++++++++++++
 4 files changed, 33 insertions(+)
 create mode 120000 srcpkgs/libsonic
 create mode 120000 srcpkgs/libsonic-devel
 create mode 100644 srcpkgs/sonic/template

diff --git a/common/shlibs b/common/shlibs
index 878ca5a5ac6..a62a2f6f762 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3980,3 +3980,4 @@ libselinux.so.1 libselinux-3.0_1
 libsepol.so.1 libsepol-3.0_1
 libfrrcares.so.0 libfrr-7.3.1_1
 libhugetlbfs.so.0 libhugetlbfs-2.22_1
+libsonic.so.0 libsonic-0.2.0_1
diff --git a/srcpkgs/libsonic b/srcpkgs/libsonic
new file mode 120000
index 00000000000..aeb35db8885
--- /dev/null
+++ b/srcpkgs/libsonic
@@ -0,0 +1 @@
+sonic
\ No newline at end of file
diff --git a/srcpkgs/libsonic-devel b/srcpkgs/libsonic-devel
new file mode 120000
index 00000000000..aeb35db8885
--- /dev/null
+++ b/srcpkgs/libsonic-devel
@@ -0,0 +1 @@
+sonic
\ No newline at end of file
diff --git a/srcpkgs/sonic/template b/srcpkgs/sonic/template
new file mode 100644
index 00000000000..8ce8ed5d5c5
--- /dev/null
+++ b/srcpkgs/sonic/template
@@ -0,0 +1,30 @@
+# Template file for 'sonic'
+pkgname=sonic
+version=0.2.0
+revision=1
+wrksrc=${pkgname}-release-${version}
+build_style=gnu-makefile
+short_desc="Simple library to speed up or slow down speech"
+maintainer="Joey <joey@imap.cc>"
+license="Apache-2.0"
+homepage="https://github.com/waywardgeek/sonic"
+distfiles="https://github.com/waywardgeek/sonic/archive/release-${version}.tar.gz"
+checksum=c7827ce576838467590ffa1f935fbe1049e896dfed6c515cf569ad3779c24085
+CFLAGS="-fPIC"
+
+libsonic_package() {
+	short_desc+=" - shared libraries"
+	pkg_install() {
+		vmove "usr/lib/*.so.*"
+	}
+}
+
+libsonic-devel_package() {
+	depends="libsonic>=${version}_${revision}"
+	short_desc+=" - development files"
+	pkg_install() {
+		vmove usr/include
+		vmove "usr/lib/*.so"
+vmove "usr/lib/*.a"
+	}
+}

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

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

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-05 19:58 [PR PATCH] new package: sonic-0.2.0 joey-commits
2020-07-05 20:36 ` [PR PATCH] [Updated] " joey-commits
2020-11-04 19:07 ` joey-commits
2020-11-04 19:11 ` joey-commits
2020-11-09  0:57 ` sgn
2020-11-09 11:36 ` [PR PATCH] [Updated] " joey-commits
2020-11-09 11:38 ` joey-commits
2020-11-10 13:53 ` joey-commits
2020-11-10 21:08 ` Chocimier
2020-11-11  3:52 ` [PR PATCH] [Updated] " joey-commits
2020-11-11 14:58 ` joey-commits
2020-11-11 16:09 ` [PR PATCH] [Merged]: " Chocimier

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