summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvantu5z2018-09-17 14:30:04 +0300
committervantu5z2018-09-17 14:30:04 +0300
commit9a41c0aa25df677c393c3946b1af804f8e4baaa7 (patch)
tree1d447af7ad5d7514cf68b6d8e228cf549ac27d63
parent42b652cf5e75c41d1c34dd2204c8b4fe68ad05a4 (diff)
downloadaur-9a41c0aa25df677c393c3946b1af804f8e4baaa7.tar.gz
correct patch
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
-rw-r--r--SConstruct.patch6
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e8ffc352fa4..0d055196498d 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 = 20180905
+ pkgver = 20180917
pkgrel = 1
url = https://github.com/Olga-Yakovleva/RHVoice
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index fcbe0612ccba..4cbffbe17f79 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=rhvoice-git
-pkgver=20180905
+pkgver=20180917
pkgrel=1
pkgdesc="Free and open source speech synthesizer for Russian and other languages"
arch=('i686' 'x86_64')
diff --git a/SConstruct.patch b/SConstruct.patch
index 5270c6299b5c..437df55d62b8 100644
--- a/SConstruct.patch
+++ b/SConstruct.patch
@@ -1,14 +1,14 @@
--- SConstruct.orig
+++ /RHVoice/SConstruct
-@@ -170,7 +170,7 @@
+@@ -172,7 +172,7 @@
env.Tool("xp_compat")
if "gcc" in env["TOOLS"]:
env.MergeFlags("-pthread")
- env.AppendUnique(CXXFLAGS=["-std=c++03"])
+ env.AppendUnique(CXXFLAGS=["-std=c++11"])
env.AppendUnique(CFLAGS=["-std=c99"])
- if sys.platform.startswith("linux"):
- env.Append(SHLINKFLAGS="-Wl,-soname,${TARGET.file}.${libversion.split('.')[0]}")
+ 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"):