Files
chromebrew/packages/vulkan_headers.rb
Satadru Pramanik, DO, MPH, MEng a00bcd516b Open gtk4 => 4.19.2 + dep updates — gtk4 vulkan_headers vulkan_icd_loader vulkan_tools wayland_protocols (#12320)
* gtk4 => 4.19.2

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Refactor getrealdeps.rb and update gtk4 deps.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* gtk4: Build Run on linux/386.

* Disable broken build of gtk4 vulkan on armv7l.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* gtk4: Build Run on linux/arm/v7.

* gtk4: Package File Update Run on linux/386 container.

* Adjust vulkan deps for gtk4.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
2025-08-02 02:21:46 +00:00

19 lines
633 B
Ruby

require 'buildsystems/cmake'
class Vulkan_headers < CMake
description 'Vulkan header files'
homepage 'https://github.com/KhronosGroup/Vulkan-Headers'
version '1.4.323'
license 'Apache-2.0'
compatibility 'aarch64 armv7l x86_64'
source_url 'https://github.com/KhronosGroup/Vulkan-Headers.git'
git_hashtag "v#{version}"
binary_compression 'tar.zst'
binary_sha256({
aarch64: '1392834ace6df8cdb9a0bd63881a4a4d602eec6fa204c1ef256a3dc98959047c',
armv7l: '1392834ace6df8cdb9a0bd63881a4a4d602eec6fa204c1ef256a3dc98959047c',
x86_64: 'b33b898a0ce69abb57138d302f92602022e67a03c7bae98b50fd8f30362bc040'
})
end