Github messages for voidlinux
 help / color / mirror / Atom feed
From: rmccask <rmccask@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] mimic: update to 1.3.0.1
Date: Thu, 07 May 2020 05:29:01 +0200	[thread overview]
Message-ID: <20200507032901.GTvR7Esxrcp-y9Pt5oCV_66kBs_G6UmPWK2D9BYvIwM@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21711@inbox.vuxu.org>

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

There is an updated pull request by rmccask against master on the void-packages repository

https://github.com/rmccask/void-packages mimic-1.3.0.1
https://github.com/void-linux/void-packages/pull/21711

mimic: update to 1.3.0.1
The current template won't build because the checksum is wrong.

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

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

From f0e62f4149ebdd7ec95fa49d1b62c16d5f25398b Mon Sep 17 00:00:00 2001
From: Randy McCaskill <randy@mccaskill.us>
Date: Wed, 6 May 2020 22:48:27 -0400
Subject: [PATCH] mimic: update to 1.3.0.1

---
 srcpkgs/mimic/patches/musl.patch | 11 +++++++++++
 srcpkgs/mimic/template           | 10 ++++++----
 2 files changed, 17 insertions(+), 4 deletions(-)
 create mode 100644 srcpkgs/mimic/patches/musl.patch

diff --git a/srcpkgs/mimic/patches/musl.patch b/srcpkgs/mimic/patches/musl.patch
new file mode 100644
index 00000000000..bbf7702a88c
--- /dev/null
+++ b/srcpkgs/mimic/patches/musl.patch
@@ -0,0 +1,11 @@
+--- src/hts/hts_engine_API/lib/HTS_misc.c.orig	2020-05-06 08:48:23.207180474 -0400
++++ src/hts/hts_engine_API/lib/HTS_misc.c	2020-05-06 08:49:38.850713440 -0400
+@@ -247,6 +247,8 @@
+       fgetpos((FILE *) fp->pointer, &pos);
+ #if defined(_WIN32) || defined(__CYGWIN__) || defined(__APPLE__) || defined(__ANDROID__)
+       return (size_t) pos;
++#elif defined(__linux__) && !defined(__GLIBC__) /* musl */
++      return (size_t) pos.__lldata;
+ #else
+       return (size_t) pos.__pos;
+ #endif                          /* _WIN32 || __CYGWIN__ || __APPLE__ || __ANDROID__ */
diff --git a/srcpkgs/mimic/template b/srcpkgs/mimic/template
index 0d0cf824b83..1fdf653c9e7 100644
--- a/srcpkgs/mimic/template
+++ b/srcpkgs/mimic/template
@@ -1,17 +1,19 @@
 # Template file for 'mimic'
 pkgname=mimic
-version=1.2.0.2
-revision=4
+version=1.3.0.1
+revision=1
+wrksrc="${pkgname}1-${version}"
 build_style=gnu-configure
 configure_args="--enable-shared --enable-static"
 hostmakedepends="automake libtool pkg-config"
-makedepends="alsa-lib-devel icu-devel"
+makedepends="alsa-lib-devel icu-devel pcre2-devel"
 short_desc="Mycroft's lightweight Text-to-speech engine"
 maintainer="Rubén Santos <kojicomics@cocaine.ninja>"
 license="custom"
 homepage="https://github.com/MycroftAI/mimic"
+changelog="https://github.com/MycroftAI/mimic1/releases"
 distfiles="https://github.com/MycroftAI/mimic/archive/${version}.tar.gz"
-checksum=6adcc9911b09d6e9513add41ad9dfc0893ece277f556419869520a0f0708c102
+checksum=9041f5c7d3720899c90c890ada179c92c3b542b90bb655c247e4a4835df79249
 
 pre_configure() {
 	./autogen.sh

  reply	other threads:[~2020-05-07  3:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-07  2:51 [PR PATCH] " rmccask
2020-05-07  3:29 ` rmccask [this message]
2020-05-07  3:35 ` [PR PATCH] [Updated] " rmccask
2020-05-11 18:34 ` [PR PATCH] [Merged]: " Hoshpak

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=20200507032901.GTvR7Esxrcp-y9Pt5oCV_66kBs_G6UmPWK2D9BYvIwM@z \
    --to=rmccask@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).