Skip to content

Commit

Permalink
ktx: bump to v4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed May 19, 2024
1 parent 10d1e81 commit a7a4b31
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions recipes/ktx/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
sources:
"4.2.1":
url: "https://github.com/KhronosGroup/KTX-Software/archive/refs/tags/v4.2.1.tar.gz"
sha256: "a493bf482ff78404b1a3a242c3cc5002d8b980b164bd2e79195f7b633cee50b4"
"4.3.2":
url: "https://github.com/KhronosGroup/KTX-Software/archive/refs/tags/v4.3.2.tar.gz"
sha256: "74a114f465442832152e955a2094274b446c7b2427c77b1964c85c173a52ea1f"
"4.0.0":
url: "https://github.com/KhronosGroup/KTX-Software/archive/refs/tags/v4.0.0.tar.gz"
sha256: "6091f5064d0cfd54c6155bb6c0d2ba7287f312d109010e9b702839ac78529fd3"
patches:
"4.2.1":
- patch_file: "patches/4.2.1/0001-objutil-cxx-std.patch"
- patch_file: "patches/4.2.1/0004-unvendor-dependencies.patch"
"4.3.2":
- patch_file: "patches/4.3.2/0001-objutil-cxx-std.patch"

Check warning on line 10 in recipes/ktx/all/conandata.yml

View workflow job for this annotation

GitHub Actions / Lint changed files (YAML files)

conandata.yml schema warning

Schema outlined in https://github.com/conan-io/conan-center-index/blob/master/docs/adding_packages/conandata_yml_format.md#patches-fields is not followed. required key(s) 'patch_description', 'patch_type' not found in - patch_file: patches/4.3.2/00 ... ^ (line: 10)
- patch_file: "patches/4.3.2/0004-unvendor-dependencies.patch"

Check warning on line 11 in recipes/ktx/all/conandata.yml

View workflow job for this annotation

GitHub Actions / Lint changed files (YAML files)

conandata.yml schema warning

Schema outlined in https://github.com/conan-io/conan-center-index/blob/master/docs/adding_packages/conandata_yml_format.md#patches-fields is not followed. required key(s) 'patch_description', 'patch_type' not found in - patch_file: patches/4.3.2/00 ... ^ (line: 11)
"4.0.0":
- patch_file: "patches/4.0.0/0001-objutil-cxx-std.patch"

Check warning on line 13 in recipes/ktx/all/conandata.yml

View workflow job for this annotation

GitHub Actions / Lint changed files (YAML files)

conandata.yml schema warning

Schema outlined in https://github.com/conan-io/conan-center-index/blob/master/docs/adding_packages/conandata_yml_format.md#patches-fields is not followed. required key(s) 'patch_description', 'patch_type' not found in - patch_file: patches/4.0.0/00 ... ^ (line: 13)
- patch_file: "patches/4.0.0/0002-lodepng-no-export-symbols.patch"

Check warning on line 14 in recipes/ktx/all/conandata.yml

View workflow job for this annotation

GitHub Actions / Lint changed files (YAML files)

conandata.yml schema warning

Schema outlined in https://github.com/conan-io/conan-center-index/blob/master/docs/adding_packages/conandata_yml_format.md#patches-fields is not followed. required key(s) 'patch_description', 'patch_type' not found in - patch_file: patches/4.0.0/00 ... ^ (line: 14)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -842,6 +842,6 @@
@@ -972,6 +972,6 @@
PUBLIC
utils
)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
--- CMakeLists.txt
+++ CMakeLists.txt
@@ -252,7 +252,6 @@
@@ -355,7 +355,6 @@
lib/basisu/transcoder/basisu_transcoder.cpp
lib/basisu/transcoder/basisu_transcoder.h
lib/basisu/transcoder/basisu.h
- lib/basisu/zstd/zstd.c
lib/checkheader.c
lib/dfdutils/createdfd.c
lib/dfdutils/colourspaces.c
@@ -601,6 +600,10 @@
lib/writer2.c
@@ -765,6 +764,10 @@
BASISD_SUPPORT_KTX2=0
)

+find_package(zstd REQUIRED CONFIG)
Expand Down
2 changes: 1 addition & 1 deletion recipes/ktx/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
versions:
"4.2.1":
"4.3.2":
folder: all
"4.0.0":
folder: all

0 comments on commit a7a4b31

Please sign in to comment.