Rebuild json_glib, spirv_tools, spirv_llvm_translator; update mesa, qemu (#10175)

* rebuild json_glib

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

* update some spirv_tools binaries

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

* add more builds

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

* update py3_urllib3

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

* Add qemu binaries

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

* update version variable for py3_urllib3

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

* lint

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

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
Satadru Pramanik, DO, MPH, MEng
2024-07-18 13:10:19 -04:00
committed by GitHub
parent c7cfbeddf5
commit c407dbc5e2
7 changed files with 33 additions and 34 deletions

View File

@@ -1,9 +1,9 @@
/usr/local/lib/python3.12/site-packages/urllib3-2.2.1.dist-info/INSTALLER
/usr/local/lib/python3.12/site-packages/urllib3-2.2.1.dist-info/METADATA
/usr/local/lib/python3.12/site-packages/urllib3-2.2.1.dist-info/RECORD
/usr/local/lib/python3.12/site-packages/urllib3-2.2.1.dist-info/REQUESTED
/usr/local/lib/python3.12/site-packages/urllib3-2.2.1.dist-info/WHEEL
/usr/local/lib/python3.12/site-packages/urllib3-2.2.1.dist-info/licenses/LICENSE.txt
/usr/local/lib/python3.12/site-packages/urllib3-2.2.2.dist-info/INSTALLER
/usr/local/lib/python3.12/site-packages/urllib3-2.2.2.dist-info/METADATA
/usr/local/lib/python3.12/site-packages/urllib3-2.2.2.dist-info/RECORD
/usr/local/lib/python3.12/site-packages/urllib3-2.2.2.dist-info/REQUESTED
/usr/local/lib/python3.12/site-packages/urllib3-2.2.2.dist-info/WHEEL
/usr/local/lib/python3.12/site-packages/urllib3-2.2.2.dist-info/licenses/LICENSE.txt
/usr/local/lib/python3.12/site-packages/urllib3/__init__.py
/usr/local/lib/python3.12/site-packages/urllib3/__pycache__/__init__.cpython-312.pyc
/usr/local/lib/python3.12/site-packages/urllib3/__pycache__/_base_connection.cpython-312.pyc

View File

@@ -3,17 +3,17 @@ require 'buildsystems/meson'
class Json_glib < Meson
description 'JSON-GLib implements a full suite of JSON-related tools using GLib and GObject.'
homepage 'https://gitlab.gnome.org/GNOME/json-glib'
version '1.9.2'
version '1.9.2-1'
license 'LGPL-2.1+'
compatibility 'x86_64 aarch64 armv7l'
source_url 'https://gitlab.gnome.org/GNOME/json-glib.git'
git_hashtag version
git_hashtag version.split('-').first
binary_compression 'tar.zst'
binary_sha256({
aarch64: '128d527c17c8bdbdc73c1087a3fc217c655e9ccf9b4d1fd8ca8d2f182112e303',
armv7l: '128d527c17c8bdbdc73c1087a3fc217c655e9ccf9b4d1fd8ca8d2f182112e303',
x86_64: 'dcf895969512d01c7630c853772775e78e8ed1da6a18c43b9bfce49a2d784043'
aarch64: 'a907845c293113e9cb096924451e00db90ab02460fbb9be3aeb846db78f4be5f',
armv7l: 'a907845c293113e9cb096924451e00db90ab02460fbb9be3aeb846db78f4be5f',
x86_64: '212a85d881638611b9585bd77ae1d1605301e860da9e84bee32c0099816b2089'
})
depends_on 'gcc_lib' # R
@@ -22,6 +22,6 @@ class Json_glib < Meson
depends_on 'gobject_introspection' => :build
# https://gitlab.gnome.org/GNOME/json-glib/-/issues/72
meson_options '-Dgtk_doc=disabled -Dtests=false'
meson_options '-Ddocumentation=disabled -Dtests=false'
# run_tests
end

View File

@@ -3,7 +3,7 @@ require 'buildsystems/meson'
class Mesa < Meson
description 'Open-source implementation of the OpenGL specification'
homepage 'https://www.mesa3d.org'
version '24.1.3-llvm18'
version '24.1.4-llvm18'
license 'MIT'
compatibility 'x86_64 aarch64 armv7l'
source_url 'https://gitlab.freedesktop.org/mesa/mesa.git'
@@ -11,9 +11,9 @@ class Mesa < Meson
binary_compression 'tar.zst'
binary_sha256({
aarch64: 'fdf0f1932fab417abf8bb85ec34ec5d55ca4af315c6ec2a10124332324074989',
armv7l: 'fdf0f1932fab417abf8bb85ec34ec5d55ca4af315c6ec2a10124332324074989',
x86_64: '281f5971943d879daadfaa38f99e3274794ba1d4249edaf361445a2dcf0f3969'
aarch64: 'ec132fd4d133e6efa605782788f01a2ebd07dc6703172df3b5356d5fc435f2fa',
armv7l: 'ec132fd4d133e6efa605782788f01a2ebd07dc6703172df3b5356d5fc435f2fa',
x86_64: '9dba87f000e57d0429d81a476f95c6417ad592b3536e87931d1f371e4a85379a'
})
depends_on 'elfutils' # R

View File

@@ -3,8 +3,7 @@ require 'buildsystems/pip'
class Py3_urllib3 < Pip
description 'URLlib3 is an HTTP library with thread-safe connection pooling, file post, and more.'
homepage 'https://urllib3.readthedocs.io/'
@_ver = '2.2.1'
version "#{@_ver}-py3.12"
version '2.2.2-py3.12'
license 'MIT'
compatibility 'all'
source_url 'SKIP'

View File

@@ -3,7 +3,7 @@ require 'package'
class Qemu < Package
description 'QEMU is a generic and open source machine emulator and virtualizer.'
homepage 'https://www.qemu.org/'
version '9.0.1'
version '9.0.2'
license 'GPL-2'
compatibility 'x86_64 aarch64 armv7l'
min_glibc '2.37'
@@ -12,9 +12,9 @@ class Qemu < Package
binary_compression 'tar.zst'
binary_sha256({
aarch64: '6530e066035a5c4ee126d6fa551d0584b689efe66383dd65e2257e602bffbb03',
armv7l: '6530e066035a5c4ee126d6fa551d0584b689efe66383dd65e2257e602bffbb03',
x86_64: '2083f78486480bdb1d476d4a0fff0845c664abc71ccbd50e1e4847fb30300edb'
aarch64: 'f6624d5b70e43518895d2c17ccc95357013bc0b9a762ccd4e5ce4ddb710f1abb',
armv7l: 'f6624d5b70e43518895d2c17ccc95357013bc0b9a762ccd4e5ce4ddb710f1abb',
x86_64: '881e78ab3c46b1a04096d9504fe98a880bac0867fb95238fcfbe623f124eca09'
})
depends_on 'alsa_lib' # R

View File

@@ -3,18 +3,18 @@ require 'buildsystems/cmake'
class Spirv_llvm_translator < CMake
description 'Tool and a library for bi-directional translation between SPIR-V and LLVM IR'
homepage 'https://github.com/KhronosGroup/SPIRV-LLVM-Translator'
version '18.1.2'
version '18.1.2-1'
license 'Apache-2.0 WITH LLVM-exception'
compatibility 'all'
source_url 'https://github.com/KhronosGroup/SPIRV-LLVM-Translator.git'
git_hashtag "v#{version}"
git_hashtag "v#{version.split('-').first}"
binary_compression 'tar.zst'
binary_sha256({
aarch64: '32103f845303cf9d9ef30f21d8f08e358916707f0f54b1d6e8a7e809b0de9337',
armv7l: '32103f845303cf9d9ef30f21d8f08e358916707f0f54b1d6e8a7e809b0de9337',
i686: 'c19025d665a5ca586bac261dd0ba6909167d92eeca504393f1c40347d5d7ac2b',
x86_64: 'cd2321530ec2bca1884e79cb12fd42c5c4009a91c507b338cd8dd6f3ac8d0590'
aarch64: '4250cbcac0405cedea23f7dd69a39c91b3eeecc5cc9ef777f5bbdb41321e2eb0',
armv7l: '4250cbcac0405cedea23f7dd69a39c91b3eeecc5cc9ef777f5bbdb41321e2eb0',
i686: '1f1d987b287a8f9e2c35b4ecb8b96892cef4430c150bbb2132e1494496f97f5a',
x86_64: '6e02404af1c28cbbdf4d6e2562790814c2ba6bfd2c8a0c38cd134e92f591b74b'
})
depends_on 'gcc_lib' # R

View File

@@ -3,18 +3,18 @@ require 'buildsystems/cmake'
class Spirv_tools < CMake
homepage 'https://github.com/KhronosGroup/SPIRV-Tools'
description 'API and commands for processing SPIR-V modules'
version '2024.3'
version '2024.3-1'
license 'Apache-2.0'
compatibility 'all'
source_url 'https://github.com/KhronosGroup/SPIRV-Tools.git'
git_hashtag "v#{version}"
git_hashtag "v#{version.split('-').first}"
binary_compression 'tar.zst'
binary_sha256({
aarch64: '3386f244e3582ba07d6d46d81f834ffa20eca9cb8b22a3dbbf3802d032398556',
armv7l: '3386f244e3582ba07d6d46d81f834ffa20eca9cb8b22a3dbbf3802d032398556',
i686: '23393d026d53fc52be7b9a02b54e37ac057662939e57c0eec9037ed38de4e28d',
x86_64: '0810c092de66488afe89970578b493295b00d310264a249bcf6c4641eb439f13'
aarch64: '52a58053473626c4d8e6adbb3d58e353ea8468c63d4b481ec827dd8905a006e4',
armv7l: '52a58053473626c4d8e6adbb3d58e353ea8468c63d4b481ec827dd8905a006e4',
i686: 'ccb2da56af36c69d66548acc33d5d13cb816e9698fbfa8d69ba1e853e1e4da16',
x86_64: '21eafdec332b855639c05586fffa18f6719ff3ae63573e86a659a72799ae8887'
})
depends_on 'gcc_lib' # R