summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorvantu5z2018-05-18 13:39:41 +0300
committervantu5z2018-05-18 13:39:41 +0300
commit4255cabbca718d8c8e51e9423892f01d31a6ddb7 (patch)
tree9110f00896daed34b8494c5fbf278e8cb145a8ee
parent3a1941eab1a25b9408514db0c318b98a700593bc (diff)
downloadaur-4255cabbca718d8c8e51e9423892f01d31a6ddb7.tar.gz
correcting 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 c52bfa37c6d3..a495584290d2 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 = 20170711
+ pkgver = 20180518
pkgrel = 1
url = https://github.com/Olga-Yakovleva/RHVoice
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 08664b71682b..010be3d51d5c 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=rhvoice-git
-pkgver=20170711
+pkgver=20180518
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 07820f41acc2..5f1822f16d74 100644
--- a/SConstruct.patch
+++ b/SConstruct.patch
@@ -1,15 +1,15 @@
--- SConstruct.orig 2017-06-29 09:16:49.422957000 +0300
+++ /RHVoice/SConstruct 2017-09-15 09:17:27.345414000 +0300
-@@ -158,7 +158,7 @@
+@@ -159,7 +159,7 @@
env.AppendUnique(CXXFLAGS=["/EHsc"])
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]}")
- return env
-@@ -213,7 +213,7 @@
+@@ -215,7 +215,7 @@
env["audio_libs"].add("libao")
if conf.CheckPKG("portaudio-2.0"):
env["audio_libs"].add("portaudio")