Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[aws refactor] aws-sdk-cpp: Review dependencies, add new version and remove old one #24924

Merged
merged 40 commits into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
b2abbba
[aws refactor] aws-sdk-cpp: Review dependencies, add new version and …
danimtb Aug 13, 2024
1f4a310
patches
danimtb Aug 14, 2024
11d6856
fix
danimtb Aug 14, 2024
71d6063
fix
danimtb Aug 14, 2024
888c2f6
fix
danimtb Aug 14, 2024
aa944b6
fix
danimtb Aug 14, 2024
b2517aa
Merge branch 'master' into fix/aws13
AbrilRBS Aug 19, 2024
faae21f
Merge branch 'master' into fix/aws13
AbrilRBS Aug 20, 2024
436f623
Add patches for new version
AbrilRBS Aug 20, 2024
a5ef8cb
Fix missing patch
AbrilRBS Aug 20, 2024
9d22c20
Fix crossbuildings, fix invalid macos invalidation, and dependant fil…
AbrilRBS Aug 21, 2024
feeb8fd
Reorder requirements to match upstream dependency declarations
AbrilRBS Aug 21, 2024
c43618f
Link Pulseaudio for Android
AbrilRBS Aug 21, 2024
e63180c
Add missing requires
AbrilRBS Aug 21, 2024
21de7d0
Cleanup
AbrilRBS Aug 23, 2024
fe8414c
Add missing requires
AbrilRBS Aug 28, 2024
0197c45
Fix component requires
AbrilRBS Sep 4, 2024
ddd9fd7
Reorder for better checking in new versions in the future
AbrilRBS Sep 4, 2024
90e7f69
Add zlib requirement, else compression fails when it finds it in the …
AbrilRBS Sep 4, 2024
2b5f128
Fix pulseaudio dependency in Android
AbrilRBS Sep 5, 2024
c08a148
aws-sdk-cpp: add missing transitive_headers=True
valgur Sep 3, 2024
d046db4
Fix pulseaudio for non linux systems
AbrilRBS Sep 5, 2024
8eb8a13
backport pulseaudio to old version
AbrilRBS Sep 5, 2024
1c8b6e7
Add AudioToolbox to text-to-speech frameworks
AbrilRBS Sep 5, 2024
e0e616a
Merge branch 'master' into fix/aws13
AbrilRBS Sep 12, 2024
cc6b5d6
Validate build issue out
AbrilRBS Sep 13, 2024
1d44a08
Merge branch 'fix/aws13' of github.com:danimtb/conan-center-index int…
AbrilRBS Sep 13, 2024
3d29cd9
Fix
AbrilRBS Sep 13, 2024
141ddd8
Cleanups
AbrilRBS Sep 23, 2024
6b3babd
Merge branch 'fix/aws13' of github.com:danimtb/conan-center-index int…
AbrilRBS Sep 23, 2024
26df3ef
TypO
AbrilRBS Sep 23, 2024
393abf8
Final improvements for aws-sdk-cpp, sdks are now defined per-version
AbrilRBS Sep 23, 2024
512d3ac
Merge branch 'master' into fix/aws13
AbrilRBS Sep 23, 2024
c86a614
Merge branch 'master' into fix/aws13
AbrilRBS Sep 24, 2024
306f15f
Back to validate()
AbrilRBS Sep 24, 2024
e86aa38
Merge branch 'fix/aws13' of github.com:danimtb/conan-center-index int…
AbrilRBS Sep 24, 2024
664f552
Merge branch 'master' into fix/aws13
AbrilRBS Sep 24, 2024
96483dd
Support Conan 1
AbrilRBS Sep 24, 2024
a048d38
Merge branch 'fix/aws13' of github.com:danimtb/conan-center-index int…
AbrilRBS Sep 24, 2024
b34f0ff
Back to validate_build()
AbrilRBS Sep 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions recipes/aws-sdk-cpp/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
sources:
"1.11.352":
url: "https://github.com/aws/aws-sdk-cpp/archive/1.11.352.tar.gz"
sha256: "999583df108a5363ff33563f86ea23a528761ebea3577348867932ba7eeacae2"
"1.9.234":
url: "https://github.com/aws/aws-sdk-cpp/archive/1.9.234.tar.gz"
sha256: "52e36cf568fe0b2a0fc82a9333c0b31ba843db16670f4ccbb7b9fd142f1b00a5"
patches:
"1.11.352":
- patch_file: patches/1.11.352-0001-pulseaudio.patch
patch_description: Use pulseaudio from conan
patch_type: conan
- patch_file: patches/1.11.352-0002-disable-sort-links.patch
- patch_file: patches/1.9.100-0002-aws-plugin-conf.patch
"1.9.234":
- patch_file: patches/1.9.234-0001-issue-1816.patch
- patch_file: patches/1.9.234-0002-disable-sort-links.patch
Expand Down
Loading
Loading