Github messages for voidlinux
 help / color / mirror / Atom feed
From: zenny <zenny@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [Package Request] RHVoice
Date: Sun, 15 Nov 2020 22:16:45 +0100	[thread overview]
Message-ID: <20201115211645.T9ffTe41R9HZhAA1has80DqC7Pga0V9PZzjkZhFMMFE@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26349@inbox.vuxu.org>

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

New comment by zenny on void-packages repository

https://github.com/void-linux/void-packages/issues/26349#issuecomment-727638225

Comment:
 Hi, I am trying to build RHvoice package from the source (https://github.com/Olga-Yakovleva/RHVoice). Just saw an AUR build (https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=rhvoice) and tried to make an xbps-src template. See http://ix.io/2Edy. Any inputs to make it compatible appreciated! Thanks!

```
# Template file for 'rhvoice-git'
pkgname=rhvoice-git
version=1.2.3.r37.2dc35bc
revision=1
build_style=gnu-configure
configure_args="--disable-multilib
 --disable-bootstrap
 --disable-lto
 --enable-checking=release
 --enable-host-shared
 --enable-languages=jit"
hostmakedepends="git scons speech-dispatcher portaudio libao"
makedepends="libpulse"
short_desc="Free and open source speech synthesizer for Russian and other languages. (development version"
maintainer="null"
license="GPL-3.0-or-later"
homepage="https://github.com/Olga-Yakovleva/RHVoice"
distfiles="${pkgname%-git}::'git+https://github.com/Olga-Yakovleva/RHVoice.git')"
checksum=SKIP
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
backup=('etc/RHVoice/RHVoice.conf')
wrksrc="rhvoice-${version}"

version() {
        cd "$srcdir/${pkgname%-git}"
        printf "%s" "$(git describe --long | sed 's/\([^-]*-\)g/r\1/;s/-/./g')"
}

build() {
        cd "$srcdir/${pkgname%-git}"
        scons prefix="/usr" sysconfdir="/etc" CPPFLAGS="$CPPFLAGS" CCFLAGS="$CFLAGS" \
              LINKFLAGS="$LDFLAGS"
}

package() {
        cd "$srcdir/${pkgname%-git}"
        mkdir -p "${pkgdir}/usr/lib/speech-dispatcher-modules"
        scons install DESTDIR="${pkgdir}" prefix="/usr" sysconfdir="/etc" \
              CPPFLAGS="$CPPFLAGS" CCFLAGS="$CFLAGS" LINKFLAGS="$LDFLAGS"
        ln -s "/usr/bin/sd_rhvoice" "${pkgdir}/usr/lib/speech-dispatcher-modules/sd_rhvoice"
}
```

  reply	other threads:[~2020-11-15 21:16 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-13 11:09 [ISSUE] " zenny
2020-11-15 21:16 ` zenny [this message]
2020-11-15 21:22 ` ericonr
2020-11-20  8:35 ` zenny
2020-11-20 12:40 ` ericonr
2020-11-20 19:55 ` zenny
2020-12-18 14:12 ` ericonr
2021-02-19  8:02 ` zenny
2021-02-19  8:39 ` zenny
2021-02-19  8:39 ` zenny
2022-04-30  2:14 ` github-actions
2022-05-14  2:16 ` [ISSUE] [CLOSED] " github-actions

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=20201115211645.T9ffTe41R9HZhAA1has80DqC7Pga0V9PZzjkZhFMMFE@z \
    --to=zenny@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).