Package Details: sinsy 0.92-1

Git Clone URL: https://aur.archlinux.org/sinsy.git (read-only, click to copy)
Package Base: sinsy
Description: An HMM-Based Singing Voice Synthesis System
Upstream URL: http://www.sinsy.jp/
Licenses: BSD
Submitter: alexteee
Maintainer: alexteee
Last Packager: alexteee
Votes: 2
Popularity: 0.000003
First Submitted: 2019-08-11 11:28 (UTC)
Last Updated: 2021-07-01 18:18 (UTC)

Latest Comments

alexteee commented on 2021-07-01 18:19 (UTC)

added

fmeow commented on 2021-07-01 04:09 (UTC)

This code base use dynamic exception which is deprecated in C++17.

Please add a CXXFLAGS=--std=c++14 to configure in PKGBUILD:

build()
{
  cd "$srcdir/$pkgname-$pkgver"
  CXXFLAGS=--std=c++14 ./configure --prefix=/usr \
    --with-hts-engine-header-path=/usr/include \
    --with-hts-engine-library-path=/usr/lib
  make
}