Merge updates from master

This commit is contained in:
Repository mirror & CI
2024-10-09 15:49:55 +00:00
21 changed files with 163 additions and 227 deletions

View File

@@ -1,3 +1,3 @@
DIST pulumi-v3.131.0-linux-x64.tar.gz 163482977 BLAKE2B ba94eb92e1e39a2ca50a85f26082e8051419d0e3c42e850ace411335b7f7008a8983c095071888614d81a4edc3e4c494dee6859a5aea827216332fdfe9adcbc6 SHA512 a72cc815065d4b20df0ec9960a84e0889d6cdb13f50bfcf65fcce2fbed01c56c2ec3cedc09798a010fd5251e6bda2c71b29ac36ac4195d130ee3d2e9a46738fc
DIST pulumi-v3.133.0-linux-x64.tar.gz 164091436 BLAKE2B 8f1902bd3c48d4fe4e68ce7462976ec8107e38f3da6f087c7c8e3aa9939b906a9bf1c1a9c17ddc5b3e21b124fa0a051f7d64cfa7d060ba8aabfa89a9e4b84748 SHA512 512df1d1e424db0d3a33926e8857b75e231821eebe37eadb7e8911c1b329f2596f2277e6dd39126be9c8f7d08356c6f6992c2c2fe5f9f58a8a461f9e6f2322a2
DIST pulumi-v3.135.0-linux-x64.tar.gz 164091765 BLAKE2B 02524467e29144a9ee98c56517cb3e4851e36a062816004f9d8712132ed7bece229e3ddf6935781594ca10b53cab60292f19617eb05dc22a595c0afd1bbf6427 SHA512 9e8ca125149642c1e6b917e30d76d4e0d97ac8b6fd5c63e285f32bc929a9c3d808430ba0d1eda19dae9d64e6c4d4df49f8240b66d56af3625fb203e39176f350
DIST pulumi-v3.136.0-linux-x64.tar.gz 164101932 BLAKE2B a2919c7911cd934d4160b4318c46cc3ebf9dfbc931ae2f4a98388e3e8a3260f481a718a828e430db3ead92d69244a873f4053bbe5ae15d7206920242bf32031b SHA512 e7b8c603bd10d259153764d9748a67ad2b366b6aa3f481eb97e11380d27d6d5e639a47e7840221efa68ff052581aa64313fc976dca1a8ae397cb2a391a2ddf51

View File

@@ -1 +1,2 @@
DIST godedupe-1.5.1.tar.gz 9577 BLAKE2B 17bcbbc6500a8979acf48ec5a16fddc8253cf9719c5e8f5d81346962079fdab6e488607198bf134927e9a05ed57744ea4f09e75a430148ac985ae538b60c4a65 SHA512 5ac2acd05dfcf35e76dc73b3080184a3781b2175010afe05f3c40cc7b75bb3ff08cf2883258a1185ca7bf67d7815d5eb0736648cf1ccbe2abf525793b288d8d4
DIST godedupe-1.5.2.tar.gz 9671 BLAKE2B 99cf64385c751dd347b259f8975b23fd0f2ea69fd0727df58ec9a3e09dd2535a9b9566b7ced3fbfe00cd5008aa0ba3599e4e9d82435735bd0719c2ed171bd704 SHA512 21f0be417d04dc1249381862be0ee51283b472114034accdb5806861c392e9c2adb92ddfd3d76196937d9a902c6493ea3047a4302ed1cee6ecdfa468e8e2d715

View File

@@ -0,0 +1,22 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit go-module
DESCRIPTION="Improved and modern fdupes alternative"
HOMEPAGE="https://github.com/OSPG/godedupe"
SRC_URI="https://github.com/OSPG/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
src_compile() {
ego build
}
src_install() {
dobin godedupe
}

View File

@@ -1,2 +1,3 @@
DIST cpptrace-0.6.3.tar.gz 321472 BLAKE2B 8f6fd949e8e30ae9860516d4ab20583606ace12d5c37b512e1940a472143e90befd7179591a2eba80f25545c2036775224b3a1644cb26c342618f6f85617dc5f SHA512 fbea457268fcf535c8295098c8e21a915cae408a253050d9c69d2d34758b2e3cc14d3cfc39ee2dbe9399f4363a4a1462447206067f794cbf88282b54a9a587e7
DIST cpptrace-0.7.0.tar.gz 373947 BLAKE2B ac8337baaa53ce52210f64efb1e6203df830e03316479d8780bf927c5ef4f300e8987cc8371fd219b5bd9929b14b7fd36087374e9c910147ca640cb6ed2a46de SHA512 e205ab54e51dc5fe0cc448e181181d3a2ef3e0d2435d5040cca7f36fc9f9998a0cea2a11051898ebfcc84954a1dd2aff9f48ac9ab718e5d8f974aff419f9ff23
DIST cpptrace-0.7.2.tar.gz 376987 BLAKE2B 9a76c077dc30a8aaf68a37e587d1d6fea940fc30b62a1fe4e93b5816353594283b95bc4e2c91d36f4ef250b90adfe0fab0732fa8e5af176b5e54bae33c99b9b5 SHA512 476db9964d4b8b353015e998e6e74ff811957f05319d8066bafd3f0858c945e7bdfd922f286ca6152a3094c5ad93ccac0790d70e248223c129020eddd7eee72d

View File

@@ -0,0 +1,32 @@
# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake
DESCRIPTION="Simple, portable, and self-contained stacktrace library for C++"
HOMEPAGE="https://github.com/jeremy-rifkin/cpptrace"
SRC_URI="https://github.com/jeremy-rifkin/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
DEPEND="dev-libs/libdwarf
test? ( dev-cpp/gtest )"
RDEPEND="${DEPEND}"
QA_FLAGS_IGNORED="unittest"
src_configure() {
local mycmakeargs=(
-DCPPTRACE_USE_EXTERNAL_LIBDWARF=On
-DCPPTRACE_USE_EXTERNAL_GTEST=On
-DCPPTRACE_BUILD_TESTING=$(usex test)
)
cmake_src_configure
}

View File

@@ -1 +1,2 @@
DIST taisei-1.4.1.tar.xz 219550456 BLAKE2B 640b4e53b4ee4784173a8ba0ea435a75aa547a788e549f56c3dff99f9a36997a3c7c73d857fc86bf7aa10d6c22f3bf826991d3a61147e2ec24771fb96c987ed6 SHA512 7c11ed1c7a7898ca4f43854224c8e55305fcef8312f0d32b488c85fbf16cceaa84fd52948bb81e311095b93254d95ea7eaa8f85c42bbbe54cf81d2702242cb2b
DIST taisei-1.4.2.tar.xz 219573092 BLAKE2B 382e6e02013573f4218a073ad9d19cd128f0b4366d3f3f586e8ab4de9a5948ffedd13a22cefc9a8af04cccd2cf0205c9d6c738b125fd332b363606acd5938e4a SHA512 81cb2e354169eac2495fe5aaf65136580240af6bfaf194b0288352a527e0d12e2e7b2eb2510f8f8cf4fc96ed3b5a66934e3d62c8b53b497e7f2cd8be962a5f98

View File

@@ -0,0 +1,80 @@
# Copyright 2019-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
inherit meson python-any-r1 xdg
if [[ ${PV} == *9999* ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/taisei-project/taisei.git"
else
# Auto-generated tarballs lacks submodules, all of which are taisei subrepos
SRC_URI="https://github.com/taisei-project/taisei/releases/download/v${PV}/taisei-${PV}.tar.xz"
KEYWORDS="~amd64"
fi
DESCRIPTION="Clone of the Touhou series, written in C using SDL/OpenGL/OpenAL."
HOMEPAGE="https://taisei-project.org/"
LICENSE="MIT CC-BY-4.0 CC0-1.0 public-domain"
SLOT="0"
IUSE="doc lto zip"
RDEPEND="
media-libs/freetype:2
media-libs/opusfile
>=media-libs/libpng-1.5
media-libs/libsdl2
media-libs/libwebp
media-libs/opusfile
app-arch/zstd
sys-libs/zlib
dev-libs/openssl:=
zip? ( dev-libs/libzip )
"
# see: https://github.com/taisei-project/taisei/issues/381
DEPEND="
${RDEPEND}
>=dev-libs/cglm-0.7.8
!!~dev-libs/cglm-0.9.3
"
BDEPEND="
dev-build/meson
$(python_gen_any_dep '
dev-python/zstandard[${PYTHON_USEDEP}]
')
${PYTHON_DEPS}
doc? ( dev-python/docutils )"
python_check_deps() {
python_has_version "dev-python/zstandard[${PYTHON_USEDEP}]"
}
src_prepare() {
# Path patching needed also without USE=doc (COPYING etc.)
sed -i "s/doc_path = join.*/doc_path = join_paths(datadir, \'doc\', \'${PF}\')/" \
meson.build || die "Failed changing doc_path"
# Remove blobs
rm external/basis_universal/OpenCL/lib/*.lib \
external/basis_universal/webgl_videotest/basis.wasm \
external/basis_universal/webgl/transcoder/build/basis_transcoder.wasm \
external/basis_universal/webgl/encoder/build/basis_encoder.wasm \
|| die
default
}
src_configure() {
local emesonargs=(
$(meson_feature doc docs)
$(meson_use lto b_lto)
$(meson_feature zip vfs_zip)
-Dstrip=false
-Duse_libcrypto=enabled
)
meson_src_configure
}

View File

@@ -7,11 +7,6 @@
# warp-dex relies on libpcap.so.0.8 which is not in tree.
net-vpn/cloudflare-warp dex
# Anna Vyalkova <cyber+gentoo@sysrq.in> (2023-11-21)
# Build failure.
# https://gitlab.com/famedly/conduit/-/issues/385
net-im/conduit lmdb
# Anna Vyalkova <cyber+gentoo@sysrq.in> (2023-11-21)
# Bindings are generated for RocksDB 8.1.1, which is not in the tree.
net-im/conduit system-rocksdb

View File

@@ -1,3 +1 @@
DIST slang-4.0.tar.gz 1308308 BLAKE2B 99029a26b3fe86942abc33381f8f9ba050c09b390ed7fc54404f4054eb34a83e168d53096cad2e8f037954770a95009c701c86b1e59e1e9d02e1709fd120164c SHA512 043c053452b2d452875b2e3ed96be5b96275544e2a692bec8b170e01cefec6e5648a6681e3cac3afd2a68c8ec57f6461a9a73394d74abbc8627d49b66978808e
DIST slang-5.0.tar.gz 1334032 BLAKE2B 08981f86d0be6a4a7d391a2b65d8f4e5bdab8e3ba50f6e847e2b25fec9d9345e806045faae3c74fd71db90f939d8668ff775465ea1e8433d660a0a53f20a358a SHA512 a1b7b9aac7357a9a7cc1818adbb5e9622234f607aba452ca57e3d28b31779339bb19557137cf37cdcc2abb2aba15eb6d2f580169322caf075a2518b3d8634a26
DIST slang-6.0.tar.gz 1401115 BLAKE2B 77c6359e8de39216bef553ec832a643397e83847146223acf2512efbbb2cd15eb0b874ff8f021adb72472ce5bb77ca33648ed8c392b21df7ed349110f5654d17 SHA512 bd9e24abc6e83ca2ca0527271754bd0312e094c040feccbf95852a84dba486addd2ed0a40e5a855c1b41918061a6a7c34ca1a4f6610b1e941e50e1b74402cb5c
DIST slang-7.0.tar.gz 1461841 BLAKE2B d4ba3abb891f3ebbc73f6d69ae78d180cef8dc8d4041f192be162d73664ba4dbe19d7deb65a0d4498c3e3df8b7412904724dab6c518c73f3541e90a8a9925da2 SHA512 657c2a12beac5fe190be77953836320903c4492004b6877e0e5ef1be42516184048e1caed30aa8d4f89a9a20651389d1baab76ccb82e9c7d9a6fdf4e29815239

View File

@@ -1,26 +0,0 @@
From 4be4a956ad1a1ff767dcc91c88fac103d5780578 Mon Sep 17 00:00:00 2001
From: Huang Rui <vowstar@gmail.com>
Date: Fri, 15 Sep 2023 19:38:34 +0800
Subject: [PATCHv1] external/CMakeLists.txt: fix gentoo libfmt depend
Signed-off-by: Huang Rui <vowstar@gmail.com>
---
external/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt
index 9341eb2e2ffa..4ea7429a69a8 100644
--- a/external/CMakeLists.txt
+++ b/external/CMakeLists.txt
@@ -4,7 +4,7 @@
# ~~~
# Required minimum versions for dependencies
-set(fmt_min_version "10.0")
+set(fmt_min_version "9.0")
set(mimalloc_min_version "2.1")
set(catch2_min_version "3.0")
--
2.42.0

View File

@@ -1,26 +0,0 @@
From 4be4a956ad1a1ff767dcc91c88fac103d5780578 Mon Sep 17 00:00:00 2001
From: Huang Rui <vowstar@gmail.com>
Date: Fri, 15 Sep 2023 19:38:34 +0800
Subject: [PATCHv1] external/CMakeLists.txt: fix gentoo libfmt depend
Signed-off-by: Huang Rui <vowstar@gmail.com>
---
external/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt
index 9341eb2e2ffa..4ea7429a69a8 100644
--- a/external/CMakeLists.txt
+++ b/external/CMakeLists.txt
@@ -4,7 +4,7 @@
# ~~~
# Required minimum versions for dependencies
-set(fmt_min_version "10.1")
+set(fmt_min_version "9.0")
set(mimalloc_min_version "2.1")
set(catch2_min_version "3.0")
--
2.42.0

View File

@@ -1,26 +0,0 @@
From 4be4a956ad1a1ff767dcc91c88fac103d5780578 Mon Sep 17 00:00:00 2001
From: Huang Rui <vowstar@gmail.com>
Date: Fri, 15 Sep 2023 19:38:34 +0800
Subject: [PATCHv1] external/CMakeLists.txt: fix gentoo libfmt depend
Signed-off-by: Huang Rui <vowstar@gmail.com>
---
external/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/external/CMakeLists.txt b/external/CMakeLists.txt
index 9341eb2e2ffa..4ea7429a69a8 100644
--- a/external/CMakeLists.txt
+++ b/external/CMakeLists.txt
@@ -4,7 +4,7 @@
# ~~~
# Required minimum versions for dependencies
-set(fmt_min_version "10.2")
+set(fmt_min_version "9.0")
set(mimalloc_min_version "2.1")
set(catch2_min_version "3.0")
--
2.42.0

View File

@@ -1,66 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
PYTHON_COMPAT=( python3_{10..12} )
inherit cmake python-single-r1
DESCRIPTION="SystemVerilog compiler and language services"
HOMEPAGE="
https://sv-lang.com
https://github.com/MikePopoloski/slang
"
if [[ "${PV}" == "9999" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/MikePopoloski/${PN}.git"
else
SRC_URI="https://github.com/MikePopoloski/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
S="${WORKDIR}/${P}"
fi
LICENSE="MIT"
SLOT="0"
IUSE="python test"
REQUIRED_USE=" ${PYTHON_REQUIRED_USE} "
RESTRICT="!test? ( test )"
RDEPEND="
${PYTHON_DEPS}
$(python_gen_cond_dep '
>=dev-python/pybind11-2.10[${PYTHON_USEDEP}]
')
"
DEPEND="${RDEPEND}"
BDEPEND="
>=dev-libs/libfmt-9.1.0
test? ( >=dev-cpp/catch-3.0.1 )
"
PATCHES=(
"${FILESDIR}/${PN}-4.0-fix-gentoo-libfmt-depend.patch"
)
src_configure() {
python_setup
local mycmakeargs=(
-D CMAKE_INSTALL_LIBDIR="${EPREFIX}/usr/$(get_libdir)"
-D BUILD_SHARED_LIBS=ON
-D SLANG_INCLUDE_PYLIB=$(usex python)
-D SLANG_INCLUDE_TESTS=$(usex test)
-D SLANG_USE_MIMALLOC=OFF
)
cmake_src_configure
}
src_install() {
cmake_src_install
if use python; then
# fix python unexpected paths QA
mkdir -p "${D}/$(python_get_sitedir)" || die
mv "${D}"/usr/pyslang* "${D}/$(python_get_sitedir)" || die
fi
}

View File

@@ -1,66 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
PYTHON_COMPAT=( python3_{10..12} )
inherit cmake python-single-r1
DESCRIPTION="SystemVerilog compiler and language services"
HOMEPAGE="
https://sv-lang.com
https://github.com/MikePopoloski/slang
"
if [[ "${PV}" == "9999" ]] ; then
inherit git-r3
EGIT_REPO_URI="https://github.com/MikePopoloski/${PN}.git"
else
SRC_URI="https://github.com/MikePopoloski/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
S="${WORKDIR}/${P}"
fi
LICENSE="MIT"
SLOT="0"
IUSE="python test"
REQUIRED_USE=" ${PYTHON_REQUIRED_USE} "
RESTRICT="!test? ( test )"
RDEPEND="
${PYTHON_DEPS}
$(python_gen_cond_dep '
>=dev-python/pybind11-2.10[${PYTHON_USEDEP}]
')
"
DEPEND="${RDEPEND}"
BDEPEND="
>=dev-libs/libfmt-9.1.0
test? ( >=dev-cpp/catch-3.0.1 )
"
PATCHES=(
"${FILESDIR}/${PN}-6.0-fix-gentoo-libfmt-depend.patch"
)
src_configure() {
python_setup
local mycmakeargs=(
-D CMAKE_INSTALL_LIBDIR="${EPREFIX}/usr/$(get_libdir)"
-D BUILD_SHARED_LIBS=ON
-D SLANG_INCLUDE_PYLIB=$(usex python)
-D SLANG_INCLUDE_TESTS=$(usex test)
-D SLANG_USE_MIMALLOC=OFF
)
cmake_src_configure
}
src_install() {
cmake_src_install
if use python; then
# fix python unexpected paths QA
mkdir -p "${D}/$(python_get_sitedir)" || die
mv "${D}"/usr/pyslang* "${D}/$(python_get_sitedir)" || die
fi
}

View File

@@ -3,7 +3,7 @@
EAPI="8"
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )
inherit cmake python-single-r1
DESCRIPTION="SystemVerilog compiler and language services"
@@ -39,9 +39,14 @@ BDEPEND="
test? ( >=dev-cpp/catch-3.0.1 )
"
PATCHES=(
"${FILESDIR}/${PN}-5.0-fix-gentoo-libfmt-depend.patch"
)
src_prepare() {
default
# In order to compile smoothly, the minimum version of fmt must be lowered.
sed -i \
-e 's/set(fmt_min_version.*)/set(fmt_min_version "9.0")/' \
"${S}/external/CMakeLists.txt" || die
cmake_src_prepare
}
src_configure() {
python_setup

View File

@@ -3,7 +3,7 @@
EAPI="8"
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )
inherit cmake python-single-r1
DESCRIPTION="SystemVerilog compiler and language services"
@@ -39,6 +39,15 @@ BDEPEND="
test? ( >=dev-cpp/catch-3.0.1 )
"
src_prepare() {
default
# In order to compile smoothly, the minimum version of fmt must be lowered.
sed -i \
-e 's/set(fmt_min_version.*)/set(fmt_min_version "9.0")/' \
"${S}/external/CMakeLists.txt" || die
cmake_src_prepare
}
src_configure() {
python_setup
local mycmakeargs=(

View File

@@ -1 +1 @@
DIST mullvad-browser-bin-13.5.3.tar.xz 103419608 BLAKE2B f8af5ee54822349afbf9d73ff810c25330ec91a47203d78cb4363d129b6a09f963ea8bcfbdc9e67388f8c73efd82bc137ddf78b216357ef128cc3ed6c8205a5c SHA512 8144a57daca9cceccd7ab3c809f7def70fe9aee1d5ad7bd6a49ea640408718496de61ab6f0c19cd444b33e82c5151ede0d5285b244b1115e98a555207116a0e6
DIST mullvad-browser-bin-13.5.6.tar.xz 103439544 BLAKE2B 11297d2d98b17e451dc78acd3ad1f6958458ccf0e5b4819987970051935c8f3d788d4d849dbfce0a9ea32037f620c938ac15ac6a69abeda14956cc4966e41639 SHA512 0a6222bc8e9cf471d83ab552d1495ba2ddb3befe5ca0f78956a10be334c1f8a85c6583bcbbc1a7103d8806eaab3c1e626ef33c19cc0b5eea63f92103fcfe70e1

View File

@@ -1,2 +1,2 @@
DIST evdi-1.14.5.tar.gz 90775 BLAKE2B ccee5c1fa1644bef98ddbc2d06eff990c56d2f5a58042f5ee1557816f25da850bd5c5cc5bd60ca48cc341fe167359ab513425e5ef5d3b248426c1e81a5e5cd10 SHA512 6374c88a4433da0142fc1e9ae7fa48791253747694deb86b4897a2f503783ba45c46f5e5f53718dc73ce47cb4a03479b989300ca57c4d847a912915b36a72142
DIST evdi-1.14.6.tar.gz 91220 BLAKE2B 7b500096d45f0ac8329059d6ba092b3536039fa2647e39c40a863efd01756cae03dbc06076513e9ba68344e3997838727512003fb75c69c70a277a9276ee945c SHA512 8fc77d1b4a78395f05541ac3f9babb69c3fa59d89383d95b5a429a61d8941cddbc5087348f02125296eeec1c656135580f5a34d61430f4bce4b25c4ca685f735
DIST evdi-1.14.7.tar.gz 95158 BLAKE2B ca640c49473b85f59fc5f510a9e59db2579878285ea9bc45ec65d6f464b5937f60cdc96ef3d25bf4e7b06e7478d3cf06b541eda986388418cd077b784db8c0da SHA512 75af080dfb110db1e98a980bba3c7edb892ec1849e368206f8841fc79f947220d8ec5f9ae74c7e3f9164ed2be9cae713270da4bdec10e8af5295d264e55af0d7

View File

@@ -4,7 +4,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{10..13} )
inherit linux-mod-r1 python-single-r1
inherit linux-mod-r1 python-single-r1 flag-o-matic
DESCRIPTION="Extensible Virtual Display Interface"
HOMEPAGE="https://github.com/DisplayLink/evdi"
@@ -49,6 +49,8 @@ pkg_setup() {
}
src_compile() {
filter-lto
local modlist=(
"evdi=video:module"
)