File tree Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 1
1
sources :
2
+ " 1.9.255 " :
3
+ url : " https://github.com/aws/aws-sdk-cpp/archive/refs/tags/1.9.258.tar.gz"
4
+ sha256 : " 28fa67a424c1913c3a5a2b9efaf747f045b41e0087200684193dce9552bfd24c"
2
5
" 1.9.234 " :
3
6
url : " https://github.com/aws/aws-sdk-cpp/archive/1.9.234.tar.gz"
4
7
sha256 : " 52e36cf568fe0b2a0fc82a9333c0b31ba843db16670f4ccbb7b9fd142f1b00a5"
@@ -9,6 +12,13 @@ sources:
9
12
url : " https://github.com/aws/aws-sdk-cpp/archive/1.8.130.tar.gz"
10
13
sha256 : " 5dd09baa28d3f6f4fb03fbba1a4269724d79bcca3d47752cd3e15caf97276bda"
11
14
patches :
15
+ " 1.9.258 " :
16
+ - base_path : source_subfolder
17
+ patch_file : patches/1.9.255-0001-issue-1816.patch
18
+ - base_path : source_subfolder
19
+ patch_file : patches/1.9.234-0002-disable-sort-links.patch
20
+ - base_path : source_subfolder
21
+ patch_file : patches/1.9.100-0002-aws-plugin-conf.patch
12
22
" 1.9.234 " :
13
23
- base_path : source_subfolder
14
24
patch_file : patches/1.9.234-0001-issue-1816.patch
Original file line number Diff line number Diff line change
1
+ diff --git a/aws-cpp-sdk-text-to-speech/source/text-to-speech/TextToSpeechManager.cpp b/aws-cpp-sdk-text-to-speech/source/text-to-speech/TextToSpeechManager.cpp
2
+ index 82a298f5a4..f995fcfd4a 100644
3
+ --- a/aws-cpp-sdk-text-to-speech/source/text-to-speech/TextToSpeechManager.cpp
4
+ +++ b/aws-cpp-sdk-text-to-speech/source/text-to-speech/TextToSpeechManager.cpp
5
+ @@ -152,7 +152,6 @@ namespace Aws
6
+ AWS_LOGSTREAM_TRACE(CLASS_TAG, "Audio retrieved from Polly. " << result.GetContentType() << " with "
7
+ << result.GetRequestCharacters() << " characters syntesized");
8
+
9
+ - std::streamsize amountRead(0);
10
+ unsigned char buffer[BUFF_SIZE];
11
+
12
+ std::lock_guard<std::mutex> m(m_driverLock);
13
+ @@ -165,7 +164,6 @@ namespace Aws
14
+ AWS_LOGSTREAM_TRACE(CLASS_TAG, "Writing " << read << " bytes to device.");
15
+
16
+ successfullyPlayed = m_activeDriver->WriteBufferToDevice(buffer, (std::size_t)read);
17
+ - amountRead += read;
18
+ played = successfullyPlayed;
19
+ }
20
+
Original file line number Diff line number Diff line change 1
1
versions :
2
+ " 1.9.258 " :
3
+ folder : " all"
2
4
" 1.9.234 " :
3
5
folder : " all"
4
6
" 1.9.100 " :
You can’t perform that action at this time.
0 commit comments