summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvantu5z2018-11-12 22:21:48 +0300
committervantu5z2018-11-12 22:21:48 +0300
commitcd9a3ab2d2cfe67c253eb7bb4e7efe602d6ceb29 (patch)
tree8e252c5835d58516ef288ca5ec190e0db9882fa0
parent9a41c0aa25df677c393c3946b1af804f8e4baaa7 (diff)
downloadaur-cd9a3ab2d2cf.tar.gz
correct patch
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD6
-rw-r--r--SConstruct.patch8
3 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0d055196498d..91c8071c4649 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rhvoice-git
- pkgdesc = Free and open source speech synthesizer for Russian and other languages
- pkgver = 20180917
+ pkgdesc = Free and open source speech synthesizer for Russian and other languages. Git version with client/server enabled.
+ pkgver = 20181112
pkgrel = 1
url = https://github.com/Olga-Yakovleva/RHVoice
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 4cbffbe17f79..1ae4f3f6747c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=rhvoice-git
-pkgver=20180917
+pkgver=20181112
pkgrel=1
-pkgdesc="Free and open source speech synthesizer for Russian and other languages"
+pkgdesc="Free and open source speech synthesizer for Russian and other languages. Git version with client/server enabled."
arch=('i686' 'x86_64')
url="https://github.com/Olga-Yakovleva/RHVoice"
license=('GPL3')
@@ -29,7 +29,7 @@ build() {
msg "GIT checkout done or server timeout"
- msg2 "Patching source"
+ msg2 "Patching source, enable client/server capabilytis"
cd "${srcdir}"
for p in ../*.patch; do
msg2 "Applying patch: $p"
diff --git a/SConstruct.patch b/SConstruct.patch
index 437df55d62b8..6b69e46253dd 100644
--- a/SConstruct.patch
+++ b/SConstruct.patch
@@ -1,6 +1,6 @@
--- SConstruct.orig
+++ /RHVoice/SConstruct
-@@ -172,7 +172,7 @@
+@@ -178,7 +178,7 @@
env.Tool("xp_compat")
if "gcc" in env["TOOLS"]:
env.MergeFlags("-pthread")
@@ -9,10 +9,10 @@
env.AppendUnique(CFLAGS=["-std=c99"])
if sys.platform=="win32":
bits="64" if arch.endswith("64") else "32"
-@@ -225,7 +225,7 @@
- env["audio_libs"].add("libao")
- if conf.CheckPKG("portaudio-2.0"):
+@@ -234,7 +234,7 @@
env["audio_libs"].add("portaudio")
+ if env["audio_libs"]:
+ CheckLibspeechdVersionH(conf)
-# has_giomm=conf.CheckPKG("giomm-2.4")
+ has_giomm=conf.CheckPKG("giomm-2.4")
if env["PLATFORM"]=="win32":