Github messages for voidlinux
 help / color / mirror / Atom feed
From: joey-commits <joey-commits@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] new package: sonic-0.2.0
Date: Wed, 11 Nov 2020 04:52:16 +0100	[thread overview]
Message-ID: <20201111035216.zLdasi9ZJ0NdjX4HN4Ow3b_kdzcwUGG_Bda43CqwKc8@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-23399@inbox.vuxu.org>

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

There is an updated 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: 2217 bytes --]

From 7f50d7f6d7e2212caf5fe2bbe7ec06fa9f409deb 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 | 34 ++++++++++++++++++++++++++++++++++
 4 files changed, 37 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 4270867b673..3aa4e137b99 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3992,3 +3992,4 @@ libSeExpr2Editor.so.3 seexpr-krita-3.4.4.0_1
 libSeExpr2.so.3 seexpr-krita-3.4.4.0_1
 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
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..48c1ea37203
--- /dev/null
+++ b/srcpkgs/sonic/template
@@ -0,0 +1,34 @@
+# 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"
+
+post_install() {
+	vman sonic.1
+}
+
+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"
+	}
+}

  parent reply	other threads:[~2020-11-11  3:52 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-05 19:58 [PR PATCH] " 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 ` joey-commits [this message]
2020-11-11 14:58 ` joey-commits
2020-11-11 16:09 ` [PR PATCH] [Merged]: " Chocimier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201111035216.zLdasi9ZJ0NdjX4HN4Ow3b_kdzcwUGG_Bda43CqwKc8@z \
    --to=joey-commits@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).