diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-10-28 15:49:25 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-10-28 15:49:25 +0000 |
| commit | 67c77daf818bd21d7c706de35b630546895ffb74 (patch) | |
| tree | 3d67671d3b97e155196d2266ddc3972411038b08 | |
| parent | cb9b22d2db8708746e970d0e25d5cc8fd5a11f9c (diff) | |
| download | alicelinux-67c77daf818bd21d7c706de35b630546895ffb74.tar.gz alicelinux-67c77daf818bd21d7c706de35b630546895ffb74.zip | |
Woodpecker CI e1a743fa13e6bb7275efd9da435b7e140ef110f7 [SKIP CI]
| -rw-r--r-- | jq/.checksum | 1 | ||||
| -rw-r--r-- | jq/.files | 23 | ||||
| -rw-r--r-- | jq/abuild | 10 | ||||
| -rw-r--r-- | libclc/.checksum | 2 | ||||
| -rw-r--r-- | libclc/.files | 293 | ||||
| -rw-r--r-- | libclc/abuild | 2 | ||||
| -rw-r--r-- | speedtest-cli/.checksum | 1 | ||||
| -rw-r--r-- | speedtest-cli/.files | 17 | ||||
| -rw-r--r-- | speedtest-cli/abuild | 4 | ||||
| -rw-r--r-- | spirv-headers/.checksum | 2 | ||||
| -rw-r--r-- | spirv-headers/.files | 4 | ||||
| -rw-r--r-- | spirv-headers/abuild | 2 | ||||
| -rw-r--r-- | spirv-llvm-translator/.checksum | 2 | ||||
| -rw-r--r-- | spirv-llvm-translator/.files | 4 | ||||
| -rw-r--r-- | spirv-llvm-translator/abuild | 2 | ||||
| -rw-r--r-- | spirv-tools/.checksum | 2 | ||||
| -rw-r--r-- | spirv-tools/.files | 1 | ||||
| -rw-r--r-- | spirv-tools/abuild | 2 | ||||
| -rw-r--r-- | ytfzf/.checksum | 1 | ||||
| -rw-r--r-- | ytfzf/.files | 12 | ||||
| -rw-r--r-- | ytfzf/abuild | 4 | ||||
| -rw-r--r-- | ytfzf/depends | 3 |
22 files changed, 93 insertions, 301 deletions
diff --git a/jq/.checksum b/jq/.checksum new file mode 100644 index 00000000..ef180b2a --- /dev/null +++ b/jq/.checksum @@ -0,0 +1 @@ +9cd38d1bbee1edf69145fb22032b12eccc49cda2741d3bc8b6c1eb9d7d10ff1e jq-1.8.1.tar.gz diff --git a/jq/.files b/jq/.files new file mode 100644 index 00000000..3651da21 --- /dev/null +++ b/jq/.files @@ -0,0 +1,23 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/jq +-rwxr-xr-x root/root usr/bin/onig-config +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/jq.h +-rw-r--r-- root/root usr/include/jv.h +-rw-r--r-- root/root usr/include/oniggnu.h +-rw-r--r-- root/root usr/include/oniguruma.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libjq.so -> libjq.so.1.0.4 +lrwxrwxrwx root/root usr/lib/libjq.so.1 -> libjq.so.1.0.4 +-rwxr-xr-x root/root usr/lib/libjq.so.1.0.4 +lrwxrwxrwx root/root usr/lib/libonig.so -> libonig.so.5.5.0 +lrwxrwxrwx root/root usr/lib/libonig.so.5 -> libonig.so.5.5.0 +-rwxr-xr-x root/root usr/lib/libonig.so.5.5.0 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libjq.pc +-rw-r--r-- root/root usr/lib/pkgconfig/oniguruma.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/jq.1.gz diff --git a/jq/abuild b/jq/abuild new file mode 100644 index 00000000..71af8aa1 --- /dev/null +++ b/jq/abuild @@ -0,0 +1,10 @@ +name=jq +version=1.8.1 +release=1 +source="https://github.com/${name}lang/${name}/releases/download/${name}-${version}/${name}-${version}.tar.gz" + +build() { + ./configure --prefix=/usr + make + make DESTDIR=$PKG install -j1 +} diff --git a/libclc/.checksum b/libclc/.checksum index 375598ae..481598b0 100644 --- a/libclc/.checksum +++ b/libclc/.checksum @@ -1 +1 @@ -07e9d6b8343048f9c974befd63a98ff24b88ac4b723e00b038fffe0f0cc0e452 libclc-20.1.8.src.tar.xz +5513f1cc817d88fbd898dfd610ad9ac098812d8631f1f4ded6b5c0f471d5be9c libclc-21.1.4.src.tar.xz diff --git a/libclc/.files b/libclc/.files index 01b6e2c4..c8d7b565 100644 --- a/libclc/.files +++ b/libclc/.files @@ -1,291 +1,4 @@ drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/include/ -drwxr-xr-x root/root usr/include/clc/ --rw-r--r-- root/root usr/include/clc/as_type.h -drwxr-xr-x root/root usr/include/clc/async/ --rw-r--r-- root/root usr/include/clc/async/async_work_group_copy.h --rw-r--r-- root/root usr/include/clc/async/async_work_group_copy.inc --rw-r--r-- root/root usr/include/clc/async/async_work_group_strided_copy.h --rw-r--r-- root/root usr/include/clc/async/async_work_group_strided_copy.inc --rw-r--r-- root/root usr/include/clc/async/gentype.inc --rw-r--r-- root/root usr/include/clc/async/prefetch.h --rw-r--r-- root/root usr/include/clc/async/prefetch.inc --rw-r--r-- root/root usr/include/clc/async/wait_group_events.h --rw-r--r-- root/root usr/include/clc/atom_decl_int32.inc --rw-r--r-- root/root usr/include/clc/atom_decl_int64.inc -drwxr-xr-x root/root usr/include/clc/atomic/ --rw-r--r-- root/root usr/include/clc/atomic/atomic_add.h --rw-r--r-- root/root usr/include/clc/atomic/atomic_and.h --rw-r--r-- root/root usr/include/clc/atomic/atomic_cmpxchg.h --rw-r--r-- root/root usr/include/clc/atomic/atomic_dec.h --rw-r--r-- root/root usr/include/clc/atomic/atomic_decl.inc --rw-r--r-- root/root usr/include/clc/atomic/atomic_inc.h --rw-r--r-- root/root usr/include/clc/atomic/atomic_max.h --rw-r--r-- root/root usr/include/clc/atomic/atomic_min.h --rw-r--r-- root/root usr/include/clc/atomic/atomic_or.h --rw-r--r-- root/root usr/include/clc/atomic/atomic_sub.h --rw-r--r-- root/root usr/include/clc/atomic/atomic_xchg.h --rw-r--r-- root/root usr/include/clc/atomic/atomic_xor.h -drwxr-xr-x root/root usr/include/clc/cl_khr_global_int32_base_atomics/ --rw-r--r-- root/root usr/include/clc/cl_khr_global_int32_base_atomics/atom_add.h --rw-r--r-- root/root usr/include/clc/cl_khr_global_int32_base_atomics/atom_cmpxchg.h --rw-r--r-- root/root usr/include/clc/cl_khr_global_int32_base_atomics/atom_dec.h --rw-r--r-- root/root usr/include/clc/cl_khr_global_int32_base_atomics/atom_inc.h --rw-r--r-- root/root usr/include/clc/cl_khr_global_int32_base_atomics/atom_sub.h --rw-r--r-- root/root usr/include/clc/cl_khr_global_int32_base_atomics/atom_xchg.h -drwxr-xr-x root/root usr/include/clc/cl_khr_global_int32_extended_atomics/ --rw-r--r-- root/root usr/include/clc/cl_khr_global_int32_extended_atomics/atom_and.h --rw-r--r-- root/root usr/include/clc/cl_khr_global_int32_extended_atomics/atom_max.h --rw-r--r-- root/root usr/include/clc/cl_khr_global_int32_extended_atomics/atom_min.h --rw-r--r-- root/root usr/include/clc/cl_khr_global_int32_extended_atomics/atom_or.h --rw-r--r-- root/root usr/include/clc/cl_khr_global_int32_extended_atomics/atom_xor.h -drwxr-xr-x root/root usr/include/clc/cl_khr_int64_base_atomics/ --rw-r--r-- root/root usr/include/clc/cl_khr_int64_base_atomics/atom_add.h --rw-r--r-- root/root usr/include/clc/cl_khr_int64_base_atomics/atom_cmpxchg.h --rw-r--r-- root/root usr/include/clc/cl_khr_int64_base_atomics/atom_dec.h --rw-r--r-- root/root usr/include/clc/cl_khr_int64_base_atomics/atom_inc.h --rw-r--r-- root/root usr/include/clc/cl_khr_int64_base_atomics/atom_sub.h --rw-r--r-- root/root usr/include/clc/cl_khr_int64_base_atomics/atom_xchg.h -drwxr-xr-x root/root usr/include/clc/cl_khr_int64_extended_atomics/ --rw-r--r-- root/root usr/include/clc/cl_khr_int64_extended_atomics/atom_and.h --rw-r--r-- root/root usr/include/clc/cl_khr_int64_extended_atomics/atom_max.h --rw-r--r-- root/root usr/include/clc/cl_khr_int64_extended_atomics/atom_min.h --rw-r--r-- root/root usr/include/clc/cl_khr_int64_extended_atomics/atom_or.h --rw-r--r-- root/root usr/include/clc/cl_khr_int64_extended_atomics/atom_xor.h -drwxr-xr-x root/root usr/include/clc/cl_khr_local_int32_base_atomics/ --rw-r--r-- root/root usr/include/clc/cl_khr_local_int32_base_atomics/atom_add.h --rw-r--r-- root/root usr/include/clc/cl_khr_local_int32_base_atomics/atom_cmpxchg.h --rw-r--r-- root/root usr/include/clc/cl_khr_local_int32_base_atomics/atom_dec.h --rw-r--r-- root/root usr/include/clc/cl_khr_local_int32_base_atomics/atom_inc.h --rw-r--r-- root/root usr/include/clc/cl_khr_local_int32_base_atomics/atom_sub.h --rw-r--r-- root/root usr/include/clc/cl_khr_local_int32_base_atomics/atom_xchg.h -drwxr-xr-x root/root usr/include/clc/cl_khr_local_int32_extended_atomics/ --rw-r--r-- root/root usr/include/clc/cl_khr_local_int32_extended_atomics/atom_and.h --rw-r--r-- root/root usr/include/clc/cl_khr_local_int32_extended_atomics/atom_max.h --rw-r--r-- root/root usr/include/clc/cl_khr_local_int32_extended_atomics/atom_min.h --rw-r--r-- root/root usr/include/clc/cl_khr_local_int32_extended_atomics/atom_or.h --rw-r--r-- root/root usr/include/clc/cl_khr_local_int32_extended_atomics/atom_xor.h --rw-r--r-- root/root usr/include/clc/clc.h --rw-r--r-- root/root usr/include/clc/clcmacros.h -drwxr-xr-x root/root usr/include/clc/common/ --rw-r--r-- root/root usr/include/clc/common/degrees.h --rw-r--r-- root/root usr/include/clc/common/degrees.inc --rw-r--r-- root/root usr/include/clc/common/mix.h --rw-r--r-- root/root usr/include/clc/common/mix.inc --rw-r--r-- root/root usr/include/clc/common/radians.h --rw-r--r-- root/root usr/include/clc/common/radians.inc --rw-r--r-- root/root usr/include/clc/common/sign.h --rw-r--r-- root/root usr/include/clc/common/smoothstep.h --rw-r--r-- root/root usr/include/clc/common/smoothstep.inc --rw-r--r-- root/root usr/include/clc/common/step.h --rw-r--r-- root/root usr/include/clc/common/step.inc --rw-r--r-- root/root usr/include/clc/convert.h -drwxr-xr-x root/root usr/include/clc/explicit_fence/ --rw-r--r-- root/root usr/include/clc/explicit_fence/explicit_memory_fence.h -drwxr-xr-x root/root usr/include/clc/float/ --rw-r--r-- root/root usr/include/clc/float/definitions.h -drwxr-xr-x root/root usr/include/clc/geometric/ --rw-r--r-- root/root usr/include/clc/geometric/cross.h --rw-r--r-- root/root usr/include/clc/geometric/distance.h --rw-r--r-- root/root usr/include/clc/geometric/distance.inc --rw-r--r-- root/root usr/include/clc/geometric/dot.h --rw-r--r-- root/root usr/include/clc/geometric/dot.inc --rw-r--r-- root/root usr/include/clc/geometric/fast_distance.h --rw-r--r-- root/root usr/include/clc/geometric/fast_distance.inc --rw-r--r-- root/root usr/include/clc/geometric/fast_length.h --rw-r--r-- root/root usr/include/clc/geometric/fast_length.inc --rw-r--r-- root/root usr/include/clc/geometric/fast_normalize.h --rw-r--r-- root/root usr/include/clc/geometric/fast_normalize.inc --rw-r--r-- root/root usr/include/clc/geometric/length.h --rw-r--r-- root/root usr/include/clc/geometric/length.inc --rw-r--r-- root/root usr/include/clc/geometric/normalize.h --rw-r--r-- root/root usr/include/clc/geometric/normalize.inc -drwxr-xr-x root/root usr/include/clc/image/ --rw-r--r-- root/root usr/include/clc/image/image.h --rw-r--r-- root/root usr/include/clc/image/image_defines.h -drwxr-xr-x root/root usr/include/clc/integer/ --rw-r--r-- root/root usr/include/clc/integer/abs.h --rw-r--r-- root/root usr/include/clc/integer/abs.inc --rw-r--r-- root/root usr/include/clc/integer/abs_diff.h --rw-r--r-- root/root usr/include/clc/integer/abs_diff.inc --rw-r--r-- root/root usr/include/clc/integer/add_sat.h --rw-r--r-- root/root usr/include/clc/integer/add_sat.inc --rw-r--r-- root/root usr/include/clc/integer/clz.h --rw-r--r-- root/root usr/include/clc/integer/clz.inc --rw-r--r-- root/root usr/include/clc/integer/definitions.h --rw-r--r-- root/root usr/include/clc/integer/hadd.h --rw-r--r-- root/root usr/include/clc/integer/hadd.inc --rw-r--r-- root/root usr/include/clc/integer/integer-gentype.inc --rw-r--r-- root/root usr/include/clc/integer/mad24.h --rw-r--r-- root/root usr/include/clc/integer/mad24.inc --rw-r--r-- root/root usr/include/clc/integer/mad_hi.h --rw-r--r-- root/root usr/include/clc/integer/mad_sat.h --rw-r--r-- root/root usr/include/clc/integer/mad_sat.inc --rw-r--r-- root/root usr/include/clc/integer/mul24.h --rw-r--r-- root/root usr/include/clc/integer/mul24.inc --rw-r--r-- root/root usr/include/clc/integer/mul_hi.h --rw-r--r-- root/root usr/include/clc/integer/mul_hi.inc --rw-r--r-- root/root usr/include/clc/integer/popcount.h --rw-r--r-- root/root usr/include/clc/integer/rhadd.h --rw-r--r-- root/root usr/include/clc/integer/rhadd.inc --rw-r--r-- root/root usr/include/clc/integer/rotate.h --rw-r--r-- root/root usr/include/clc/integer/rotate.inc --rw-r--r-- root/root usr/include/clc/integer/sub_sat.h --rw-r--r-- root/root usr/include/clc/integer/sub_sat.inc --rw-r--r-- root/root usr/include/clc/integer/unary.inc --rw-r--r-- root/root usr/include/clc/integer/upsample.h -drwxr-xr-x root/root usr/include/clc/math/ --rw-r--r-- root/root usr/include/clc/math/acos.h --rw-r--r-- root/root usr/include/clc/math/acosh.h --rw-r--r-- root/root usr/include/clc/math/acospi.h --rw-r--r-- root/root usr/include/clc/math/asin.h --rw-r--r-- root/root usr/include/clc/math/asinh.h --rw-r--r-- root/root usr/include/clc/math/asinpi.h --rw-r--r-- root/root usr/include/clc/math/atan.h --rw-r--r-- root/root usr/include/clc/math/atan2.h --rw-r--r-- root/root usr/include/clc/math/atan2pi.h --rw-r--r-- root/root usr/include/clc/math/atanh.h --rw-r--r-- root/root usr/include/clc/math/atanpi.h --rw-r--r-- root/root usr/include/clc/math/binary_decl_tt.inc --rw-r--r-- root/root usr/include/clc/math/cbrt.h --rw-r--r-- root/root usr/include/clc/math/ceil.h --rw-r--r-- root/root usr/include/clc/math/copysign.h --rw-r--r-- root/root usr/include/clc/math/cos.h --rw-r--r-- root/root usr/include/clc/math/cosh.h --rw-r--r-- root/root usr/include/clc/math/cospi.h --rw-r--r-- root/root usr/include/clc/math/erf.h --rw-r--r-- root/root usr/include/clc/math/erfc.h --rw-r--r-- root/root usr/include/clc/math/exp.h --rw-r--r-- root/root usr/include/clc/math/exp10.h --rw-r--r-- root/root usr/include/clc/math/exp2.h --rw-r--r-- root/root usr/include/clc/math/expm1.h --rw-r--r-- root/root usr/include/clc/math/fabs.h --rw-r--r-- root/root usr/include/clc/math/fdim.h --rw-r--r-- root/root usr/include/clc/math/floor.h --rw-r--r-- root/root usr/include/clc/math/fma.h --rw-r--r-- root/root usr/include/clc/math/fmax.h --rw-r--r-- root/root usr/include/clc/math/fmin.h --rw-r--r-- root/root usr/include/clc/math/fmod.h --rw-r--r-- root/root usr/include/clc/math/fract.h --rw-r--r-- root/root usr/include/clc/math/fract.inc --rw-r--r-- root/root usr/include/clc/math/frexp.h --rw-r--r-- root/root usr/include/clc/math/frexp.inc --rw-r--r-- root/root usr/include/clc/math/half_cos.h --rw-r--r-- root/root usr/include/clc/math/half_divide.h --rw-r--r-- root/root usr/include/clc/math/half_exp.h --rw-r--r-- root/root usr/include/clc/math/half_exp10.h --rw-r--r-- root/root usr/include/clc/math/half_exp2.h --rw-r--r-- root/root usr/include/clc/math/half_log.h --rw-r--r-- root/root usr/include/clc/math/half_log10.h --rw-r--r-- root/root usr/include/clc/math/half_log2.h --rw-r--r-- root/root usr/include/clc/math/half_powr.h --rw-r--r-- root/root usr/include/clc/math/half_recip.h --rw-r--r-- root/root usr/include/clc/math/half_rsqrt.h --rw-r--r-- root/root usr/include/clc/math/half_sin.h --rw-r--r-- root/root usr/include/clc/math/half_sqrt.h --rw-r--r-- root/root usr/include/clc/math/half_tan.h --rw-r--r-- root/root usr/include/clc/math/hypot.h --rw-r--r-- root/root usr/include/clc/math/ilogb.h --rw-r--r-- root/root usr/include/clc/math/ilogb.inc --rw-r--r-- root/root usr/include/clc/math/ldexp.h --rw-r--r-- root/root usr/include/clc/math/ldexp.inc --rw-r--r-- root/root usr/include/clc/math/lgamma.h --rw-r--r-- root/root usr/include/clc/math/lgamma_r.h --rw-r--r-- root/root usr/include/clc/math/lgamma_r.inc --rw-r--r-- root/root usr/include/clc/math/log.h --rw-r--r-- root/root usr/include/clc/math/log10.h --rw-r--r-- root/root usr/include/clc/math/log1p.h --rw-r--r-- root/root usr/include/clc/math/log2.h --rw-r--r-- root/root usr/include/clc/math/logb.h --rw-r--r-- root/root usr/include/clc/math/mad.h --rw-r--r-- root/root usr/include/clc/math/maxmag.h --rw-r--r-- root/root usr/include/clc/math/minmag.h --rw-r--r-- root/root usr/include/clc/math/modf.h --rw-r--r-- root/root usr/include/clc/math/modf.inc --rw-r--r-- root/root usr/include/clc/math/nan.h --rw-r--r-- root/root usr/include/clc/math/nan.inc --rw-r--r-- root/root usr/include/clc/math/native_cos.h --rw-r--r-- root/root usr/include/clc/math/native_divide.h --rw-r--r-- root/root usr/include/clc/math/native_exp.h --rw-r--r-- root/root usr/include/clc/math/native_exp10.h --rw-r--r-- root/root usr/include/clc/math/native_exp2.h --rw-r--r-- root/root usr/include/clc/math/native_log.h --rw-r--r-- root/root usr/include/clc/math/native_log10.h --rw-r--r-- root/root usr/include/clc/math/native_log2.h --rw-r--r-- root/root usr/include/clc/math/native_powr.h --rw-r--r-- root/root usr/include/clc/math/native_recip.h --rw-r--r-- root/root usr/include/clc/math/native_rsqrt.h --rw-r--r-- root/root usr/include/clc/math/native_sin.h --rw-r--r-- root/root usr/include/clc/math/native_sqrt.h --rw-r--r-- root/root usr/include/clc/math/native_tan.h --rw-r--r-- root/root usr/include/clc/math/nextafter.h --rw-r--r-- root/root usr/include/clc/math/pow.h --rw-r--r-- root/root usr/include/clc/math/pown.h --rw-r--r-- root/root usr/include/clc/math/pown.inc --rw-r--r-- root/root usr/include/clc/math/powr.h --rw-r--r-- root/root usr/include/clc/math/remainder.h --rw-r--r-- root/root usr/include/clc/math/remquo.h --rw-r--r-- root/root usr/include/clc/math/remquo.inc --rw-r--r-- root/root usr/include/clc/math/rint.h --rw-r--r-- root/root usr/include/clc/math/rootn.h --rw-r--r-- root/root usr/include/clc/math/rootn.inc --rw-r--r-- root/root usr/include/clc/math/round.h --rw-r--r-- root/root usr/include/clc/math/rsqrt.h --rw-r--r-- root/root usr/include/clc/math/sin.h --rw-r--r-- root/root usr/include/clc/math/sincos.h --rw-r--r-- root/root usr/include/clc/math/sincos.inc --rw-r--r-- root/root usr/include/clc/math/sinh.h --rw-r--r-- root/root usr/include/clc/math/sinpi.h --rw-r--r-- root/root usr/include/clc/math/sqrt.h --rw-r--r-- root/root usr/include/clc/math/tan.h --rw-r--r-- root/root usr/include/clc/math/tanh.h --rw-r--r-- root/root usr/include/clc/math/tanpi.h --rw-r--r-- root/root usr/include/clc/math/tgamma.h --rw-r--r-- root/root usr/include/clc/math/trunc.h -drwxr-xr-x root/root usr/include/clc/misc/ --rw-r--r-- root/root usr/include/clc/misc/shuffle.h --rw-r--r-- root/root usr/include/clc/misc/shuffle2.h -drwxr-xr-x root/root usr/include/clc/relational/ --rw-r--r-- root/root usr/include/clc/relational/all.h --rw-r--r-- root/root usr/include/clc/relational/any.h --rw-r--r-- root/root usr/include/clc/relational/bitselect.h --rw-r--r-- root/root usr/include/clc/relational/bitselect.inc --rw-r--r-- root/root usr/include/clc/relational/isequal.h --rw-r--r-- root/root usr/include/clc/relational/isfinite.h --rw-r--r-- root/root usr/include/clc/relational/isgreater.h --rw-r--r-- root/root usr/include/clc/relational/isgreaterequal.h --rw-r--r-- root/root usr/include/clc/relational/isinf.h --rw-r--r-- root/root usr/include/clc/relational/isless.h --rw-r--r-- root/root usr/include/clc/relational/islessequal.h --rw-r--r-- root/root usr/include/clc/relational/islessgreater.h --rw-r--r-- root/root usr/include/clc/relational/isnan.h --rw-r--r-- root/root usr/include/clc/relational/isnormal.h --rw-r--r-- root/root usr/include/clc/relational/isnotequal.h --rw-r--r-- root/root usr/include/clc/relational/isordered.h --rw-r--r-- root/root usr/include/clc/relational/isunordered.h --rw-r--r-- root/root usr/include/clc/relational/select.h --rw-r--r-- root/root usr/include/clc/relational/signbit.h -drwxr-xr-x root/root usr/include/clc/shared/ --rw-r--r-- root/root usr/include/clc/shared/clamp.h --rw-r--r-- root/root usr/include/clc/shared/clamp.inc --rw-r--r-- root/root usr/include/clc/shared/max.h --rw-r--r-- root/root usr/include/clc/shared/max.inc --rw-r--r-- root/root usr/include/clc/shared/min.h --rw-r--r-- root/root usr/include/clc/shared/min.inc --rw-r--r-- root/root usr/include/clc/shared/vload.h --rw-r--r-- root/root usr/include/clc/shared/vstore.h -drwxr-xr-x root/root usr/include/clc/synchronization/ --rw-r--r-- root/root usr/include/clc/synchronization/barrier.h --rw-r--r-- root/root usr/include/clc/synchronization/cl_mem_fence_flags.h -drwxr-xr-x root/root usr/include/clc/workitem/ --rw-r--r-- root/root usr/include/clc/workitem/get_global_id.h --rw-r--r-- root/root usr/include/clc/workitem/get_global_offset.h --rw-r--r-- root/root usr/include/clc/workitem/get_global_size.h --rw-r--r-- root/root usr/include/clc/workitem/get_group_id.h --rw-r--r-- root/root usr/include/clc/workitem/get_local_id.h --rw-r--r-- root/root usr/include/clc/workitem/get_local_size.h --rw-r--r-- root/root usr/include/clc/workitem/get_num_groups.h --rw-r--r-- root/root usr/include/clc/workitem/get_work_dim.h drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/clc/ -rw-r--r-- root/root usr/share/clc/amdgcn--amdhsa.bc @@ -367,12 +80,10 @@ lrwxrwxrwx root/root usr/share/clc/gfx90a-amdgcn--.bc -> tahiti-amdgcn--.bc lrwxrwxrwx root/root usr/share/clc/gfx90a-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc lrwxrwxrwx root/root usr/share/clc/gfx90c-amdgcn--.bc -> tahiti-amdgcn--.bc lrwxrwxrwx root/root usr/share/clc/gfx90c-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc -lrwxrwxrwx root/root usr/share/clc/gfx940-amdgcn--.bc -> tahiti-amdgcn--.bc -lrwxrwxrwx root/root usr/share/clc/gfx940-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc -lrwxrwxrwx root/root usr/share/clc/gfx941-amdgcn--.bc -> tahiti-amdgcn--.bc -lrwxrwxrwx root/root usr/share/clc/gfx941-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc lrwxrwxrwx root/root usr/share/clc/gfx942-amdgcn--.bc -> tahiti-amdgcn--.bc lrwxrwxrwx root/root usr/share/clc/gfx942-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc +lrwxrwxrwx root/root usr/share/clc/gfx950-amdgcn--.bc -> tahiti-amdgcn--.bc +lrwxrwxrwx root/root usr/share/clc/gfx950-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc lrwxrwxrwx root/root usr/share/clc/hainan-amdgcn--.bc -> tahiti-amdgcn--.bc lrwxrwxrwx root/root usr/share/clc/hainan-amdgcn-mesa-mesa3d.bc -> tahiti-amdgcn-mesa-mesa3d.bc lrwxrwxrwx root/root usr/share/clc/hawaii-amdgcn--.bc -> tahiti-amdgcn--.bc diff --git a/libclc/abuild b/libclc/abuild index abab47ee..fd5365ff 100644 --- a/libclc/abuild +++ b/libclc/abuild @@ -1,4 +1,4 @@ name=libclc -version=20.1.8 +version=21.1.4 release=1 source="https://github.com/llvm/llvm-project/releases/download/llvmorg-${version}/${name}-${version}.src.tar.xz" diff --git a/speedtest-cli/.checksum b/speedtest-cli/.checksum new file mode 100644 index 00000000..b2167fc3 --- /dev/null +++ b/speedtest-cli/.checksum @@ -0,0 +1 @@ +eca3f5f783c07baec8885e1866b10bebebbc3313805bf9556576cd222b9ab2c2 speedtest-cli-v2.1.3.tar.gz diff --git a/speedtest-cli/.files b/speedtest-cli/.files new file mode 100644 index 00000000..ce949b87 --- /dev/null +++ b/speedtest-cli/.files @@ -0,0 +1,17 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/speedtest +-rwxr-xr-x root/root usr/bin/speedtest-cli +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/python3.13/ +drwxr-xr-x root/root usr/lib/python3.13/site-packages/ +drwxr-xr-x root/root usr/lib/python3.13/site-packages/__pycache__/ +-rw-r--r-- root/root usr/lib/python3.13/site-packages/__pycache__/speedtest.cpython-313.opt-1.pyc +-rw-r--r-- root/root usr/lib/python3.13/site-packages/__pycache__/speedtest.cpython-313.pyc +-rw-r--r-- root/root usr/lib/python3.13/site-packages/speedtest.py +drwxr-xr-x root/root usr/lib/python3.13/site-packages/speedtest_cli-2.1.3-py3.13.egg-info/ +-rw-r--r-- root/root usr/lib/python3.13/site-packages/speedtest_cli-2.1.3-py3.13.egg-info/PKG-INFO +-rw-r--r-- root/root usr/lib/python3.13/site-packages/speedtest_cli-2.1.3-py3.13.egg-info/SOURCES.txt +-rw-r--r-- root/root usr/lib/python3.13/site-packages/speedtest_cli-2.1.3-py3.13.egg-info/dependency_links.txt +-rw-r--r-- root/root usr/lib/python3.13/site-packages/speedtest_cli-2.1.3-py3.13.egg-info/entry_points.txt +-rw-r--r-- root/root usr/lib/python3.13/site-packages/speedtest_cli-2.1.3-py3.13.egg-info/top_level.txt diff --git a/speedtest-cli/abuild b/speedtest-cli/abuild new file mode 100644 index 00000000..bd8dfa45 --- /dev/null +++ b/speedtest-cli/abuild @@ -0,0 +1,4 @@ +name=speedtest-cli +version=2.1.3 +release=1 +source="https://github.com/sivel/${name}/archive/v${version}/${name}-v${version}.tar.gz" diff --git a/spirv-headers/.checksum b/spirv-headers/.checksum index 14b251d2..fdf3c95e 100644 --- a/spirv-headers/.checksum +++ b/spirv-headers/.checksum @@ -1 +1 @@ -3fbae912e737a54c57a5de820becefa4aaa9979cd558580c88e1769f82a5494a SPIRV-Headers-1.4.309.0.tar.gz +3f2653d0cb257a43bb45159c01e73906e47861c2723fc6374a9323ff507f770c SPIRV-Headers-1.4.328.1.tar.gz diff --git a/spirv-headers/.files b/spirv-headers/.files index 24d4f09f..deb14bca 100644 --- a/spirv-headers/.files +++ b/spirv-headers/.files @@ -46,6 +46,7 @@ drwxr-xr-x root/root usr/include/spirv/unified1/ -rw-r--r-- root/root usr/include/spirv/unified1/AMD_shader_ballot.h -rw-r--r-- root/root usr/include/spirv/unified1/AMD_shader_explicit_vertex_parameter.h -rw-r--r-- root/root usr/include/spirv/unified1/AMD_shader_trinary_minmax.h +-rw-r--r-- root/root usr/include/spirv/unified1/ArmMotionEngine.100.h -rw-r--r-- root/root usr/include/spirv/unified1/DebugInfo.h -rw-r--r-- root/root usr/include/spirv/unified1/GLSL.std.450.h -rw-r--r-- root/root usr/include/spirv/unified1/NonSemanticClspvReflection.h @@ -55,6 +56,8 @@ drwxr-xr-x root/root usr/include/spirv/unified1/ -rw-r--r-- root/root usr/include/spirv/unified1/NonSemanticVkspReflection.h -rw-r--r-- root/root usr/include/spirv/unified1/OpenCL.std.h -rw-r--r-- root/root usr/include/spirv/unified1/OpenCLDebugInfo100.h +-rw-r--r-- root/root usr/include/spirv/unified1/TOSA.001000.1.h +-rw-r--r-- root/root usr/include/spirv/unified1/extinst.arm.motion-engine.100.grammar.json -rw-r--r-- root/root usr/include/spirv/unified1/extinst.debuginfo.grammar.json -rw-r--r-- root/root usr/include/spirv/unified1/extinst.glsl.std.450.grammar.json -rw-r--r-- root/root usr/include/spirv/unified1/extinst.nonsemantic.clspvreflection.grammar.json @@ -68,6 +71,7 @@ drwxr-xr-x root/root usr/include/spirv/unified1/ -rw-r--r-- root/root usr/include/spirv/unified1/extinst.spv-amd-shader-ballot.grammar.json -rw-r--r-- root/root usr/include/spirv/unified1/extinst.spv-amd-shader-explicit-vertex-parameter.grammar.json -rw-r--r-- root/root usr/include/spirv/unified1/extinst.spv-amd-shader-trinary-minmax.grammar.json +-rw-r--r-- root/root usr/include/spirv/unified1/extinst.tosa.001000.1.grammar.json -rw-r--r-- root/root usr/include/spirv/unified1/spirv.bf -rw-r--r-- root/root usr/include/spirv/unified1/spirv.core.grammar.json -rw-r--r-- root/root usr/include/spirv/unified1/spirv.cs diff --git a/spirv-headers/abuild b/spirv-headers/abuild index d6aea836..c97a4892 100644 --- a/spirv-headers/abuild +++ b/spirv-headers/abuild @@ -1,4 +1,4 @@ name=spirv-headers -version=1.4.309.0 +version=1.4.328.1 release=1 source="https://github.com/KhronosGroup/SPIRV-Headers/archive/vulkan-sdk-${version}/SPIRV-Headers-${version}.tar.gz" diff --git a/spirv-llvm-translator/.checksum b/spirv-llvm-translator/.checksum index bc3cadec..6cddfa03 100644 --- a/spirv-llvm-translator/.checksum +++ b/spirv-llvm-translator/.checksum @@ -1 +1 @@ -7c6680b94f20c0b73a00839ee8b7c209629d8e188a6c4001fae39eb02d9a3b75 SPIRV-LLVM-Translator-20.1.2.tar.gz +0adf32c36060fa4ff4bf6b218a52beecd19584c7ef4a36f916f4cecc450655b1 SPIRV-LLVM-Translator-21.1.1.tar.gz diff --git a/spirv-llvm-translator/.files b/spirv-llvm-translator/.files index 762f5554..28d4e144 100644 --- a/spirv-llvm-translator/.files +++ b/spirv-llvm-translator/.files @@ -7,7 +7,7 @@ drwxr-xr-x root/root usr/include/LLVMSPIRVLib/ -rw-r--r-- root/root usr/include/LLVMSPIRVLib/LLVMSPIRVLib.h -rw-r--r-- root/root usr/include/LLVMSPIRVLib/LLVMSPIRVOpts.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libLLVMSPIRVLib.so -> libLLVMSPIRVLib.so.20.1 --rwxr-xr-x root/root usr/lib/libLLVMSPIRVLib.so.20.1 +lrwxrwxrwx root/root usr/lib/libLLVMSPIRVLib.so -> libLLVMSPIRVLib.so.21.1 +-rwxr-xr-x root/root usr/lib/libLLVMSPIRVLib.so.21.1 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/LLVMSPIRVLib.pc diff --git a/spirv-llvm-translator/abuild b/spirv-llvm-translator/abuild index 66a786bf..2836947a 100644 --- a/spirv-llvm-translator/abuild +++ b/spirv-llvm-translator/abuild @@ -1,5 +1,5 @@ name=spirv-llvm-translator -version=20.1.2 +version=21.1.1 release=1 source="https://github.com/KhronosGroup/SPIRV-LLVM-Translator/archive/v${version}/SPIRV-LLVM-Translator-${version}.tar.gz" build_opt="-D BUILD_SHARED_LIBS=ON -D CMAKE_SKIP_INSTALL_RPATH=ON -D LLVM_EXTERNAL_SPIRV_HEADERS_SOURCE_DIR=/usr" diff --git a/spirv-tools/.checksum b/spirv-tools/.checksum index 8e5e1f80..3b8740e7 100644 --- a/spirv-tools/.checksum +++ b/spirv-tools/.checksum @@ -1 +1 @@ -b981c91e8b0d89fd57f99454f73a2bc2bf25cfa4a85c3f0d74b3efe5d90135e6 SPIRV-Tools-1.4.309.0.tar.gz +e665aefb7210a0d9843c8c9ee941525784168f7aa4a1403c4f5a12bd9e55144c SPIRV-Tools-1.4.328.1.tar.gz diff --git a/spirv-tools/.files b/spirv-tools/.files index d58bad97..e2bde2ef 100644 --- a/spirv-tools/.files +++ b/spirv-tools/.files @@ -2,6 +2,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/spirv-as -rwxr-xr-x root/root usr/bin/spirv-cfg +-rwxr-xr-x root/root usr/bin/spirv-diff -rwxr-xr-x root/root usr/bin/spirv-dis -rwxr-xr-x root/root usr/bin/spirv-lesspipe.sh -rwxr-xr-x root/root usr/bin/spirv-link diff --git a/spirv-tools/abuild b/spirv-tools/abuild index 1b31da63..7f9ed5b2 100644 --- a/spirv-tools/abuild +++ b/spirv-tools/abuild @@ -1,5 +1,5 @@ name=spirv-tools -version=1.4.309.0 +version=1.4.328.1 release=1 source="https://github.com/KhronosGroup/SPIRV-Tools/archive/vulkan-sdk-${version}/SPIRV-Tools-${version}.tar.gz" build_opt="-DSPIRV_WERROR=OFF -DBUILD_SHARED_LIBS=ON -DSPIRV-Headers_SOURCE_DIR=/usr -DSPIRV_TOOLS_BUILD_STATIC=OFF" diff --git a/ytfzf/.checksum b/ytfzf/.checksum new file mode 100644 index 00000000..81071b25 --- /dev/null +++ b/ytfzf/.checksum @@ -0,0 +1 @@ +b93bc75fdd0f5705ab635b70a17ad26d416bc4ec990f52c10d0d636f790f256e ytfzf-v2.6.2.tar.gz diff --git a/ytfzf/.files b/ytfzf/.files new file mode 100644 index 00000000..a8590267 --- /dev/null +++ b/ytfzf/.files @@ -0,0 +1,12 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/ytfzf +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/licenses/ +drwxr-xr-x root/root usr/share/licenses/ytfzf/ +-rw-r--r-- root/root usr/share/licenses/ytfzf/LICENSE +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/ytfzf.1.gz +drwxr-xr-x root/root usr/share/man/man5/ +-rw-r--r-- root/root usr/share/man/man5/ytfzf.5.gz diff --git a/ytfzf/abuild b/ytfzf/abuild new file mode 100644 index 00000000..6ea36a5d --- /dev/null +++ b/ytfzf/abuild @@ -0,0 +1,4 @@ +name=ytfzf +version=2.6.2 +release=1 +source="https://github.com/pystardust/${name}/archive/v${version}/${name}-v${version}.tar.gz" diff --git a/ytfzf/depends b/ytfzf/depends new file mode 100644 index 00000000..1b2ad0a6 --- /dev/null +++ b/ytfzf/depends @@ -0,0 +1,3 @@ +fzf +jq +mpv |