diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-05-08 19:15:21 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-05-08 19:15:21 +0000 |
| commit | 9309e73601b94fbe27df1318837a556e61752f69 (patch) | |
| tree | 340916f2f233d54fcfa26df75e5a18b29459c29d | |
| parent | 2128795dcaac7d9a06e98ae1efa4c9a1812ada4b (diff) | |
| download | baldeagleos-repo-9309e73601b94fbe27df1318837a556e61752f69.tar.gz baldeagleos-repo-9309e73601b94fbe27df1318837a556e61752f69.tar.xz baldeagleos-repo-9309e73601b94fbe27df1318837a556e61752f69.zip | |
Adding metadata
843 files changed, 20239 insertions, 4227 deletions
diff --git a/acct-group/couchdb/couchdb-0.ebuild b/acct-group/couchdb/couchdb-0.ebuild new file mode 100644 index 000000000000..35997bbac916 --- /dev/null +++ b/acct-group/couchdb/couchdb-0.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-group + +DESCRIPTION="Group for Apache CouchDB" +KEYWORDS="amd64" + +ACCT_GROUP_ID=-1 diff --git a/dev-python/itemadapter/metadata.xml b/acct-group/couchdb/metadata.xml index c5d2fd181bd4..0e098daf3756 100644 --- a/dev-python/itemadapter/metadata.xml +++ b/acct-group/couchdb/metadata.xml @@ -2,11 +2,9 @@ <!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> - <email>gentoo@aisha.cc</email> - <name>Aisha Tammy</name> + <email>maw@mawile.net</email> + <name>Liv</name> </maintainer> - <upstream> - <bugs-to>https://github.com/scrapy/itemadapter/issues</bugs-to> - </upstream> + <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/acct-user/couchdb/couchdb-0.ebuild b/acct-user/couchdb/couchdb-0.ebuild new file mode 100644 index 000000000000..4c91125b1a38 --- /dev/null +++ b/acct-user/couchdb/couchdb-0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit acct-user + +DESCRIPTION="User for Apache CouchDB" +KEYWORDS="amd64" + +ACCT_USER_ID=-1 +ACCT_USER_GROUPS=( ${PN} ) +ACCT_USER_HOME=/var/lib/couchdb + +acct-user_add_deps diff --git a/dev-python/itemloaders/metadata.xml b/acct-user/couchdb/metadata.xml index 1488943498d3..0e098daf3756 100644 --- a/dev-python/itemloaders/metadata.xml +++ b/acct-user/couchdb/metadata.xml @@ -2,12 +2,9 @@ <!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> - <email>gentoo@aisha.cc</email> - <name>Aisha Tammy</name> + <email>maw@mawile.net</email> + <name>Liv</name> </maintainer> - <upstream> - <bugs-to>https://github.com/scrapy/itemloaders/issues</bugs-to> - <doc>https://itemloaders.readthedocs.io/</doc> - </upstream> + <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/app-admin/himitsu/himitsu-0.10.ebuild b/app-admin/himitsu/himitsu-0.10.ebuild index 07e4f22be7b1..c31def0275d7 100644 --- a/app-admin/himitsu/himitsu-0.10.ebuild +++ b/app-admin/himitsu/himitsu-0.10.ebuild @@ -3,6 +3,8 @@ EAPI=8 +inherit toolchain-funcs + if [[ "${PV}" = "9999" ]]; then inherit git-r3 EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/himitsu" @@ -33,4 +35,6 @@ QA_FLAGS_IGNORED="usr/bin/.*" src_configure() { sed -i 's;^PREFIX=.*;PREFIX=/usr;' Makefile || die + + tc-export CC AR AS LD } diff --git a/app-admin/himitsu/himitsu-9999.ebuild b/app-admin/himitsu/himitsu-9999.ebuild index 43f5a8f0821b..7ad3bef15a4a 100644 --- a/app-admin/himitsu/himitsu-9999.ebuild +++ b/app-admin/himitsu/himitsu-9999.ebuild @@ -3,6 +3,8 @@ EAPI=8 +inherit toolchain-funcs + if [[ "${PV}" = "9999" ]]; then inherit git-r3 EGIT_REPO_URI="https://git.sr.ht/~sircmpwn/himitsu" @@ -33,4 +35,6 @@ QA_FLAGS_IGNORED="usr/bin/.*" src_configure() { sed -i 's;^PREFIX=.*;PREFIX=/usr;' Makefile || die + + tc-export CC AR AS LD } diff --git a/app-admin/run0edit/Manifest b/app-admin/run0edit/Manifest index ff9d1b7e3d13..24c4255a970b 100644 --- a/app-admin/run0edit/Manifest +++ b/app-admin/run0edit/Manifest @@ -1 +1,2 @@ DIST run0edit-0.5.8.tar.gz 61440 BLAKE2B dabb11034e380e9ed38d837fd68088f8db641b16a57685fd765dff2f7cebb2be089435450b4d5e9f9ca25a549a8e9ade111e35dcb734461c7b82d45460d20eb3 SHA512 af324e18bd2cee60e72eb557c5b64f062d315a2ba3e30a314cc1879a993e1d4f8d446510e8669df92f1f306104c6b52dc14adc80e4a8e7622a1dba1aa2b07f86 +DIST run0edit-0.5.9.tar.gz 61440 BLAKE2B ca86288b8af51bf615893840eb0fa848b6c245098989ec115459d7315686f296e0c82bed62a3b3821bbbe9ffd2984cb5954d00812eed76d4d6b63724c8a4b261 SHA512 6f0a4943a65514a6d42e2bfd0fad488c44b83f71118c6f1f1970c8874794ca0b10aaaf4e7acc1d5e02ad146a0c3b149ecf43714cc16739780ce652f636aba857 diff --git a/app-admin/run0edit/run0edit-0.5.9.ebuild b/app-admin/run0edit/run0edit-0.5.9.ebuild new file mode 100644 index 000000000000..451dba2d2f19 --- /dev/null +++ b/app-admin/run0edit/run0edit-0.5.9.ebuild @@ -0,0 +1,55 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..14} ) +inherit python-single-r1 + +DESCRIPTION="Script to edit a single file as root using run0" +HOMEPAGE="https://github.com/HastD/run0edit" + +if [[ ${PV} == *9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/HastD/run0edit.git" +else + SRC_URI="https://github.com/HastD/run0edit/releases/download/v${PV}/run0edit-${PV}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="|| ( Apache-2.0 MIT )" +SLOT="0" + +REQUIRED_USE="${PYTHON_REQUIRED_USE}" +RDEPEND=" + ${PYTHON_DEPS} + >=sys-apps/systemd-256:= +" + +DOCS=( {CHANGELOG,SECURITY,README}.md ) + +src_prepare() { + default + + python_fix_shebang run0edit_main.py run0edit_inner.py + + local b2=$(b2sum "${S}"/run0edit_inner.py | cut -d' ' -f1) + local sitedir=$(python_get_sitedir) + + # patch hard-coded variables to work + sed -i \ + -e "s|^INNER_SCRIPT_PATH:.*|INNER_SCRIPT_PATH: Final[str] = \"${sitedir}/run0edit_inner.py\"|" \ + -e "/^INNER_SCRIPT_B2:/{ + N + s|^.*|INNER_SCRIPT_B2: Final[str] = \"${b2}\"| + }" \ + run0edit_main.py || die +} + +src_install() { + python_domodule run0edit_inner.py + + python_newscript run0edit_main.py run0edit + + einstalldocs +} diff --git a/app-benchmarks/poop/poop-0.5.0.ebuild b/app-benchmarks/poop/poop-0.5.0.ebuild index 9859e360bb6c..19afb99a3ead 100644 --- a/app-benchmarks/poop/poop-0.5.0.ebuild +++ b/app-benchmarks/poop/poop-0.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2025 Gentoo Authors +# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -30,7 +30,7 @@ SLOT="0" if [[ ${PV} == "9999" ]]; then src_unpack() { git-r3_src_unpack - zig_live_fetch + zig_live_src_unpack } fi diff --git a/app-benchmarks/poop/poop-9999.ebuild b/app-benchmarks/poop/poop-9999.ebuild index 9859e360bb6c..19afb99a3ead 100644 --- a/app-benchmarks/poop/poop-9999.ebuild +++ b/app-benchmarks/poop/poop-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2025 Gentoo Authors +# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -30,7 +30,7 @@ SLOT="0" if [[ ${PV} == "9999" ]]; then src_unpack() { git-r3_src_unpack - zig_live_fetch + zig_live_src_unpack } fi diff --git a/app-containers/aardvark-dns/Manifest b/app-containers/aardvark-dns/Manifest index 288ced818b53..9d55d9815e7c 100644 --- a/app-containers/aardvark-dns/Manifest +++ b/app-containers/aardvark-dns/Manifest @@ -1,4 +1,6 @@ DIST aardvark-dns-1.15.0.crate 59884 BLAKE2B 6be0126b526359b1c402a6f10cfe9b28b9d351621b0f1e9556150fb2477a2c468938dbac1c11bde3eff6deb258ccfa6ed05e6f2a01206d3e08f1e88193016432 SHA512 963d68a662439ea920fbeec08eaa3b9fb486f5e61e46b702b0c9211241c3b1057ce573bac1f75ed558faa0cc99b0f36b7f5299c296e30b6ce6ed046a02cd9782 DIST aardvark-dns-1.17.0.crate 62370 BLAKE2B 7105e4c96e973d6cbda48d7db957423a0743330c53fd694be14951b85ba162624ffa3d96d6737856d7e5d39910a26403a4ab11e912317d6449a85642c8c5d236 SHA512 f8cc4f39b9a16106a7fbe08c94558507e0519018709ceb80474696be24328626f76aedf9bdd12c853be0728f4e9c57e945b442e7f66c22042e25410a690b69e0 +DIST aardvark-dns-1.17.1.crate 62779 BLAKE2B 487b8de4d01df37ca8eef8b911f8231db1df4417a61b921e1c109661af0270115b8941d56493a468a6ecd58174c0074a5c8687c8d4ae6d21bfc028efae45d663 SHA512 eee8ecd47626093dd2f0a60f862593c035efc87fd4ba9fc209c93f75ca624300bc70ecc11a3828198eb36ff97ab0bb32ba090c0708793279117793876ede47a3 DIST aardvark-dns-v1.15.0-vendor.tar.gz 9910590 BLAKE2B 876be4b719cf7d364dbd8ce04a3984d32b24dfba81ece1ce56d1f3e3f80f2607eefd77ff7dece2a678240b1f996cb498ae81f1be06c8f7eaa696eb6001090e4b SHA512 fbe6e77a2d412ed34bcf2c710db3aa8989a5887ab475988c393fb1c49584cac5b09a34b82e880eebe81c59af7817985af87391ffb8421da07abf080704cae5c0 DIST aardvark-dns-v1.17.0-vendor.tar.gz 10267613 BLAKE2B 72b5da08584c5a35188d50646ec98b6463578b09520121224807e3770d6e911b12f61597ca5852be75a8e9de9ade02d507f490ff3a414e681fe31076930dde78 SHA512 b7ec2a2a34d5bb36dbcc55611dc9ec0ff2c1bed4469cc4b12d4eb0bd78bb7d6cae6f80a02ac32ade5c435fdd11e22ddd99646aa4de504c8369ee56cfa470e6a5 +DIST aardvark-dns-v1.17.1-vendor.tar.gz 10267576 BLAKE2B 984a27b5dbd773d9fa2db7123e8bd16f59407249caa1ab203d76bd1626b63e7bbadcf9a32e46b087d8cbb38442e7203bd810ce8d45c988e24c3237ea282def0a SHA512 ce6768f90a731a55511fdb78f8048ed3c5ff4b058d3edfc7832430330a239b58b6250851c6a268706f24b4fc94f47afd6ce4c1e4cbb1132e0dc7a2d0127d62ff diff --git a/app-containers/aardvark-dns/aardvark-dns-1.17.1.ebuild b/app-containers/aardvark-dns/aardvark-dns-1.17.1.ebuild new file mode 100644 index 000000000000..7eae965ad9c9 --- /dev/null +++ b/app-containers/aardvark-dns/aardvark-dns-1.17.1.ebuild @@ -0,0 +1,49 @@ +# Copyright 2023-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +RUST_MIN_VER="1.88.0" +[[ ${PV} == 9999* ]] || CRATES="${PN}@${PV}" +inherit cargo + +DESCRIPTION="A container-focused DNS server" +HOMEPAGE="https://github.com/containers/aardvark-dns" + +if [[ ${PV} == 9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/containers/aardvark-dns.git" +else + SRC_URI="${CARGO_CRATE_URIS}" + SRC_URI+="https://github.com/containers/aardvark-dns/releases/download/v${PV}/${PN}-v${PV}-vendor.tar.gz" + KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv" +fi + +# main +LICENSE="Apache-2.0" +# deps +LICENSE+=" 0BSD Apache-2.0-with-LLVM-exceptions MIT Unlicense Unicode-DFS-2016 ZLIB" +SLOT="0" + +QA_FLAGS_IGNORED="usr/libexec/podman/${PN}" +QA_PRESTRIPPED="usr/libexec/podman/${PN}" +ECARGO_VENDOR="${WORKDIR}/vendor" + +src_unpack() { + if [[ ${PV} == 9999* ]]; then + git-r3_src_unpack + cargo_live_src_unpack + else + cargo_src_unpack + fi +} + +src_prepare() { + default + sed -i -e "s|m0755 bin|m0755 $(cargo_target_dir)|g;" Makefile || die +} + +src_install() { + local -x PREFIX="${EPREFIX}"/usr + default +} diff --git a/app-containers/cadvisor/Manifest b/app-containers/cadvisor/Manifest index a7d751c80454..9689fd9002af 100644 --- a/app-containers/cadvisor/Manifest +++ b/app-containers/cadvisor/Manifest @@ -2,3 +2,5 @@ DIST cadvisor-0.49.2-deps.tar.xz 101993792 BLAKE2B c76a951b0741b513b7a700d9a31b6 DIST cadvisor-0.49.2.tar.gz 1198084 BLAKE2B 7d4a28a22404f324c8cc0d956959bd397426b4fef8462d85bfd3cd5a1f9ec6f5add26c996cce9fb7e2edc382b592ca4cf1ff984371e32ad4fbc3daab050bfc67 SHA512 b789ab9d1b96b63edeeba2b474e9d6fb23bfb3c7e4778811fc92cc9b39084a70aaea991aa859b863a44d57934d0231c8ff5c48abfa6dce4b020827f6db3b5cb4 DIST cadvisor-0.53.0-deps.tar.xz 89910284 BLAKE2B 448c6a0f87e23b5274b3f3478fde62e8b6b5900795486d06730b4f32f5722125796b2b4ee24fdfd968719fed9233de20eff10f5bbdc1c258c603725df68a5247 SHA512 288567f5fd39a624f3a6c2db3a43636bfc516fd7ffd602b94e6cb53c2386743db98a6752ab6f1bde86f25faaf85b2736667e7bcfdf68d9785a8ff18502621526 DIST cadvisor-0.53.0.tar.gz 992998 BLAKE2B 3cb8e8ed487811e44aee652084fc173f8274eb98e28f32ddab5e26f2f225dc41dee6fddcde66035447849dac49f28991e993e9faa37b2ae965627fb8cde3c6ec SHA512 b14b0d4025c0b53a4299a38706cc1c5fec181554b3875ab1aa5ca2e80ca4070aa057521812a19e3fb6b175e1ea05ef37af613f69cf84dd131dc82f218fa6ff9c +DIST cadvisor-0.56.2-deps.tar.xz 91038580 BLAKE2B a2ac7627c8c27247ceb6762aa3bb29600a1fd9dd0373f8cc8296f84d5a668bcea53431d7c79a15cc19fc9db56394bbcc73bc9615a36d4af864428102b94e48fd SHA512 e5df929d718fa5f6765c09bf603fd52ed34b259b57abecc3236a49ef10333e803bb031fb3d636fc8c0d0fba42fba15cbfb1320bd30723dea2a36455a3ecd7369 +DIST cadvisor-0.56.2.tar.gz 1010039 BLAKE2B c6f98f9c7e8818977290f9044084b26768dac49b9c76edc00e65e87f48fb0b0ba5ef91fea18f5b1e63de1e4e4f8bd6e5852910c7054748c3e5298aefd74b8593 SHA512 9c8424be5868f97bbd026f1a976abc6a40d0a2b8bfa40f56c03c2a7b416537dec2680fcdcb2076414c3b7aa110955d2d456d6756f1b0eec40afc49837a581152 diff --git a/app-containers/cadvisor/cadvisor-0.56.2.ebuild b/app-containers/cadvisor/cadvisor-0.56.2.ebuild new file mode 100644 index 000000000000..8b32a4c1bd2c --- /dev/null +++ b/app-containers/cadvisor/cadvisor-0.56.2.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit go-module systemd + +COMMIT=7cbdee9260c4292d5d27d00416ce8a7dc1dc12a0 + +DESCRIPTION="Analyzes resource usage and performance characteristics of running containers" +HOMEPAGE="https://github.com/google/cadvisor" +SRC_URI="https://github.com/google/cadvisor/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI+=" https://github.com/gentoo-golang-dist/${PN}/releases/download/v${PV}/${P}-deps.tar.xz" + +LICENSE="Apache-2.0" +# Dependent licenses +LICENSE+=" Apache-2.0 BSD BSD-2 ISC MIT" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND=" + acct-group/cadvisor + acct-user/cadvisor +" +RDEPEND="${DEPEND}" + +src_prepare() { + default + sed -i build/assets.sh -e "/go install/d" || die + sed -i build/build.sh \ + -e "/^version=/s/=.*/=${PV}/" \ + -e "/^revision=/s/=.*/=${COMMIT}/" \ + -e "/^branch=/s/=.*/=v${PV}/" || die +} + +src_compile() { + GO_FLAGS="${GOFLAGS}" VERBOSE="true" emake build +} + +src_test() { + GO_FLAGS="${GOFLAGS}" VERBOSE="true" emake test +} + +src_install() { + dobin _output/${PN} + + newinitd "${FILESDIR}"/${PN}.initd-r2 ${PN} + systemd_dounit "${FILESDIR}/${PN}.service" + + keepdir /var/log/${PN} + fowners ${PN}:${PN} /var/log/${PN} +} diff --git a/app-crypt/pynitrokey/Manifest b/app-crypt/pynitrokey/Manifest index bdfe28dddaac..9e98de8615c5 100644 --- a/app-crypt/pynitrokey/Manifest +++ b/app-crypt/pynitrokey/Manifest @@ -1 +1,2 @@ DIST pynitrokey-0.12.0.gh.tar.gz 222156 BLAKE2B 293706c0c063343ddba14b1767ed547914465089a2e1a35a7ebf57dee2b5b5df7a0e437a5f48971587d1f468465bbba6e015bcee0a2c6a060ad7db969948ddff SHA512 57e235b6ee6532be76f566ad06a1795663134dfeb9260a7f8f58645d712c0ff435b13d9fc68d5724e2bd8cd2e4e2d4a3df651964cebf18623cd097bcfa448397 +DIST pynitrokey-0.12.1.gh.tar.gz 223235 BLAKE2B ae58a9d6b82a748809ba85a99445f1f2d54e459ab4ce2953bf29d1647d1d4890902d646c24f62ea09a952d7b99c0ad2cd68f6974184e87f8ec6a67f6c3579311 SHA512 458a2b3a0210eb27c057d57ba117b0feaf515b6c042d44b980bda91afe2e0da91795c51b2b9117c30beb85c367cd26cabbdcc92c75ff9daa30da7b6fef243526 diff --git a/app-crypt/pynitrokey/pynitrokey-0.12.1.ebuild b/app-crypt/pynitrokey/pynitrokey-0.12.1.ebuild new file mode 100644 index 000000000000..729aa4d463b5 --- /dev/null +++ b/app-crypt/pynitrokey/pynitrokey-0.12.1.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_SINGLE_IMPL=1 +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{10..14} ) +inherit distutils-r1 + +DESCRIPTION="A command line interface for the Nitrokey FIDO2, Start, 3 and NetHSM" +HOMEPAGE="https://github.com/Nitrokey/pynitrokey" + +SRC_URI="https://github.com/Nitrokey/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="|| ( Apache-2.0 MIT )" +SLOT="0" +KEYWORDS="~amd64" +IUSE="piv" + +RDEPEND=" + $(python_gen_cond_dep ' + >=dev-python/cffi-1.15[${PYTHON_USEDEP}] + <dev-python/cffi-3[${PYTHON_USEDEP}] + >=dev-python/click-8.2[${PYTHON_USEDEP}] + <dev-python/click-9[${PYTHON_USEDEP}] + >=dev-python/cryptography-43[${PYTHON_USEDEP}] + <dev-python/cryptography-49[${PYTHON_USEDEP}] + =dev-python/fido2-2*[${PYTHON_USEDEP}] + >=dev-python/hidapi-0.14[${PYTHON_USEDEP}] + =dev-python/intelhex-2*[${PYTHON_USEDEP}] + >=dev-python/nitrokey-0.4.2[${PYTHON_USEDEP}] + <dev-python/nitrokey-0.5[${PYTHON_USEDEP}] + =dev-python/nkdfu-0.2*[${PYTHON_USEDEP}] + =dev-python/pyusb-1*[${PYTHON_USEDEP}] + =dev-python/requests-2*[${PYTHON_USEDEP}] + =dev-python/tqdm-4*[${PYTHON_USEDEP}] + =dev-python/tlv8-0.10*[${PYTHON_USEDEP}] + =dev-python/semver-3*[${PYTHON_USEDEP}] + >=dev-python/nethsm-2.1[${PYTHON_USEDEP}] + <dev-python/nethsm-3[${PYTHON_USEDEP}] + piv? ( =dev-python/pyscard-2*[${PYTHON_USEDEP}] ) + ') +" + +# tests require a connected nitrokey device and will destroy the data on it! +# it would be bad if the user was not expecting this. +RESTRICT="test" + +pkg_postinst(){ + elog "To use the 'piv' subcommand, enable USE 'piv'" +} diff --git a/app-crypt/yubikey-manager/yubikey-manager-5.9.0.ebuild b/app-crypt/yubikey-manager/yubikey-manager-5.9.0.ebuild index 662a6498eb48..f7387d13505e 100644 --- a/app-crypt/yubikey-manager/yubikey-manager-5.9.0.ebuild +++ b/app-crypt/yubikey-manager/yubikey-manager-5.9.0.ebuild @@ -25,7 +25,7 @@ S="${WORKDIR}"/${MY_P} LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv" +KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv" VERIFY_SIG_OPENPGP_KEY_PATH="/usr/share/openpgp-keys/yubico.com.asc" # app-crypt/ccid required for diff --git a/app-editors/emacs/emacs-29.4-r7.ebuild b/app-editors/emacs/emacs-29.4-r7.ebuild index 37dc519baaa2..e5c648ac5c41 100644 --- a/app-editors/emacs/emacs-29.4-r7.ebuild +++ b/app-editors/emacs/emacs-29.4-r7.ebuild @@ -36,7 +36,7 @@ else PATCHES=("${WORKDIR}/patch") SLOT="${PV%%.*}" [[ ${PV} == *.*.* ]] && SLOT+="-vcs" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~sparc ~x86 ~x64-macos" fi DESCRIPTION="The advanced, extensible, customizable, self-documenting editor" diff --git a/app-editors/emacs/emacs-30.2-r3.ebuild b/app-editors/emacs/emacs-30.2-r3.ebuild index 53f2f04b739f..1d85fbb6c470 100644 --- a/app-editors/emacs/emacs-30.2-r3.ebuild +++ b/app-editors/emacs/emacs-30.2-r3.ebuild @@ -36,7 +36,7 @@ else PATCHES=("${WORKDIR}/patch") SLOT="${PV%%.*}" [[ ${PV} == *.*.* ]] && SLOT+="-vcs" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos" + KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~sparc x86 ~x64-macos" fi DESCRIPTION="The advanced, extensible, customizable, self-documenting editor" diff --git a/app-editors/fresh/Manifest b/app-editors/fresh/Manifest index 7b07614142c1..f946defcb07b 100644 --- a/app-editors/fresh/Manifest +++ b/app-editors/fresh/Manifest @@ -12,6 +12,7 @@ DIST anstyle-1.0.14.crate 17787 BLAKE2B ebb3b3986c06628ebfe71665216de68f12384009 DIST anyhow-1.0.102.crate 48658 BLAKE2B d9c7b7c50b7319be0e67bb236e0420a67e3fd6d6f4bd53a84cafc7a5385785275151832be472c0063405e6d458b5add3907b670ba5e300e08efaae699ab77c44 SHA512 18064a92b6d577151b6f1be3df0985fdefdc5f7089ac0aa9bc92a2034c780eac5b71b8fbb260217aea122bee7c950ff00abf4b6d8f4143dff889b7164c7d6f0b DIST arboard-3.6.1.crate 54018 BLAKE2B 77b2d7c30c637fe9e8fd8dcf8ea19a48e120f1e0f46202e40345456afbdb311fbf24e2e6e6d77a413fb5f863fef61ccc0501cee11f66221191e0dc99026bd0f0 SHA512 e434222a82a4e16747ce1893a27140bde9b7154b9da8a19c226559540b890fdf5b6dc2d8265d20821e458bfb678cd950b1a750cf67c0029bbc980ab6515893ed DIST arc-swap-1.9.0.crate 81357 BLAKE2B 585cbdf4411a80e5b4019755d941287d77dc839fd8d1d49d2bb40f32f7c45234c677d4bfd511905abd6e72781821471436f9269301a9900150c5d430e8441ae4 SHA512 d431c20865f636976973454f1720e95421b5142673d165b6b710c5a17df7e6ef4b9efb0af2dd49d057fa46a4f67880604457d220a68e06e48bd8730f718cb06e +DIST arc-swap-1.9.1.crate 81367 BLAKE2B 59a8ff24b08d64834bda5f6dee0d785ae166245122ff71fc43e52a8fcf96cbf3b10215a5645aac3d10b7be86a4c86132db4cee37df842a7339c3014897f6dfc9 SHA512 534cf98b285098e204b2342346454634f9f20b65512346097d4b2123b4f36d8577a31f54268cdfb24c14f6ad9619f70ff111471628c17ef8c71442c1919b1bdf DIST arrayref-0.3.9.crate 9186 BLAKE2B 8d7443944c81bf849fbb8a4e09ee379134c173decc712c6fafe483fb1545fba1f7f735979e5e26976502284502b5c7046f0b6aad59f8731a4ac8e1a51929c979 SHA512 f97e33e7fd65a8e908c21ab918350f71f12d49783162b90c5618660217b36516c39750b292a1248125f12429e4e00af9ff20c3846be81175946b8541d96ee606 DIST arrayvec-0.7.6.crate 31237 BLAKE2B b9d1df7e3ec47d434a2606fe9540e37e02351873b376a4e113b54461288e9ab20e02285eed5c4bc0f052ec4d6b3c804044413490ea706c31a852624b03bde7bb SHA512 b1f320746018a7f32340a833420089446ec5cefb7f299b4506eab7423d5db49f00b72d8aa8c6600f9159b9480d5eb3ce69407d93f5c9934147860c83e4d6eca8 DIST as-raw-xcb-connection-1.0.1.crate 6460 BLAKE2B 678c4c28852bddfb8ec9660742370e480df6cc379bd7d653e12fa00aa99b598d9e5519e15c33e59fbbf43d260fd01856129ad4e9e8dab28af6e043e3ea651fa0 SHA512 79afaab72e5a5af2e70b1b66deed1dcec5b40a4a47516bee4845684c0cb8afcb2f141af0bd4034e7fb76e57a0c7e7778c3deed2e73ab780915e04e3604fb9a98 @@ -34,9 +35,11 @@ DIST bit-vec-0.6.3.crate 19927 BLAKE2B f5bd3bb9c87fdf3b206739b74df20cab50a1a45af DIST bit-vec-0.8.0.crate 24132 BLAKE2B e9bb9e1b7aba90337e546e9cf6aced966ddea82e825c76c34806604746b774ab03b19756a24084f6df35bb64c21600ba4cd1c477196b34dfe4bf56efa6e4a23d SHA512 20d55f09994bff368381d2da5e0aa4ec3d336361d0e0111d72d147fa0e44cdafe3df62c3dc30d42d745dbf42dfc0b75037f046e5335085f3fb88f586e52fa571 DIST bitflags-1.3.2.crate 23021 BLAKE2B eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda SHA512 3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62 DIST bitflags-2.11.0.crate 48906 BLAKE2B 35764719b3070c5f9b51d35297803306ce01823ef07d720e5ea5e112c072b45c4d497f6b63285b1a0fce2842b1468bc252b00564c2ece14211d2af2cd26c2faa SHA512 d6c0de6c06ed8d1249dd69de035dfe5b23d9f1a8fcdc7535756622cf660807c5e1c692dee1ac832c06be1ce41b225e3d60f36be4d1896bab7d986d18946f6c48 +DIST bitflags-2.11.1.crate 49082 BLAKE2B c9c875b54e0a12115ecd846ef0a66bc7070d38892285a4142f1b1f26b07d407fa440a2943f310046f5fbc9a2428fcc56f2e44d06360e551d4b27c9b8cf93eab0 SHA512 c91b5a8b420d8e875a0906ef9b518a392487fba5399355aa5e908132149ddea7cc4222dd271cd5072e50dd9abd6e56420f4205652ba32a57af46bf07636604b7 DIST bitvec-1.0.1.crate 224375 BLAKE2B 9f109db6888cf73d69646911cc1c9e90535e54a7afc436d878bbc63ca20a30cc6e5b5b5cd42aa78c38df5a4012454769c126f9072f39d58bdd09e54887ba6d9f SHA512 83d643c5aca020ebbe9094b5aaba6a796e7c3c509228a4348444e57a06bc3a5dd042eed57a2254d91661e73bdab2bc0d1bd02be376906acc6b6d75b5354a8d8e DIST block-0.1.6.crate 4077 BLAKE2B a2c11873b8cb1a1ea399ecc99ed45e5d0b9399bd88435cdea346910b8707b7da94eeef522dafa5cdb09929534472b2a096c03c373744a789962d4175fd1b110e SHA512 c278e3c0346cae423b533a8f5d6b822e788ec450c92ef0f5f559d5705764a0a11df49f0f66bb1c8af7e89bec8ec802934676b969e43f92255a38b210d0fbd710 DIST block-buffer-0.10.4.crate 10538 BLAKE2B d819c4f9c4be85868e8b105fb7e479d2e58d3ed85c3339bd677a3e111f85cb1ff624a54d7802ab79a6e1d9221115f66388568340480fe83eae1cb448f19f5b11 SHA512 b7d436d8e627e16e6ddc300ee8f706a6cef28ff6f09eff848eedee46f84bdcd03601303c92ab8996042e55922866a59259948177c0a4496eed723523e77f6fdb +DIST block-buffer-0.12.0.crate 14926 BLAKE2B 8c62650f39117c337c167027d356339ca8e20277e78b0e045e32cc3692b8b5b1d8023bfde5887edb22be6dd5d787fa423380b53d18fb8359c43501d28a88f3d5 SHA512 3ebe9faa231d777f76dbb7b78c72eebd913b109cf929b0a66399758d06829a7c1cc9ab06f8ac951739d91be0cb402a49bff918228359399367ce8e69a112da78 DIST block2-0.5.1.crate 24191 BLAKE2B 6fb5505091c5f06524f20250d3c649bec46a93e96ea08227ed91163bcfd0c64fdfebbe86e77a4e64d0d049036e14d5d28ff1c85c4707d4791651616cd6c7ed6a SHA512 084b15f06d005c9d4b78b20a85ed804ca10143e3bfc6b52c4c90f72b4b3455fd27bb02577a01f7c21e58a60d174c1b5d29b662da05b9e35688dcd266a988e045 DIST bstr-1.12.1.crate 354916 BLAKE2B 07b8e047c7a115d7d722ef57a37c5ac1e7ddba080e35b4eed78c3104cd92f08af5e67609faaa7a480ae15031f54c3f5d88784e23c96e659a7f4800c42dad45c3 SHA512 63a1e62d43c4dce00f287421b1ec76accbbab7f0897c8df26227f533af325896c0c8921a873f4125381e7b89fbb69a4358a96698ec6ee61191955464ff1c84ac DIST bumpalo-3.20.2.crate 97696 BLAKE2B 0c744cb37279ca82e4c2a60be64c63e61c8290c9ff904c4a2ffd0e23f9ba96b1d63a30cce83fc757cbd40364bbe5e410da024c04cd9481f33831cfacc2133156 SHA512 4c725a4eb436fc9b3302430f5bec699563bed4b6a86c187defba9a83b749089eb6b00a6855afa4d42ac5eb324088eada3c0713f3e8c2d1c85bea4dcca83a4a60 @@ -49,6 +52,7 @@ DIST calloop-0.13.0.crate 69698 BLAKE2B 8aea51f40fb2af897975e4d596cd33071e0e163c DIST calloop-wayland-source-0.3.0.crate 11300 BLAKE2B af213882cc57aab71deeb239a71c46c0c61e0ef440982d0164a32f7e0a809c0959483ea8c758ca765cc6bf94bba34711cd7dec529a1b30adfe8078917fa59b6a SHA512 e52f98969b7cc0be68fd0960f5852aa25ef54cc1ce026d98c031047c5c39d4e6397cc1185f8d5596d099b01a10bddf6065fe4290f90632a9e696dd6b89880238 DIST castaway-0.2.4.crate 12546 BLAKE2B 22f5199928387778df87086aa786bb25b79e77040d7408b601a2c5d07968ea79c018d3c69b3dbb6a785edbecab000621d5921b69d628ab6b3a9ce43c79615d51 SHA512 15b88016bbeae50146401607549b077b329c9bbae25768536360a964bd5c3b598feedce0365ca4b2662c7b94081062fc469f6a1049fc38187d79daac77b20481 DIST cc-1.2.58.crate 96320 BLAKE2B 55284feb8da7280c59f520505bf49a1e64b17a7239b7dce7f7042bb6656de762584cb717dfef4227638ea08f6fe976a7efd7415677eee8a605232d5baf37df6b SHA512 64dc8dbb23616d149e5a98293b6aebd72566b79a19557de9101edd38a01592cb1c2e9f7eb24893314702ba41fbddf73e4a4c91664a6f7e565af9837c52e1c79d +DIST cc-1.2.61.crate 97163 BLAKE2B d46641d905e44c60e36c3918c6fb666c7d5f19316a1415e5f51909f79a00773bd763784a71aa7ee85a4c058177596a06a5c4a807904bbd2340c31103312d415d SHA512 4728983b06cf6cfb8a042759b7da2d9123939cb3c87fd78d3d7dc565871b5a4aa522afe515bbfff62218d8ef5ca16ed88f777c30b746820c13c9a6bf98dc7ddd DIST cexpr-0.6.0.crate 17966 BLAKE2B cb46f066eb1f4dbac00ec86dc3e562db7ee8ea5ff17d16a60004fa020405e455b8aeb3d001f669cb33d1b62525bfd04ec657ffca4ed44a83af4a5e75b2c820e3 SHA512 766bff7ca7f9bf0885aee6f014bcfc084e7fdfcd567a49443d5340acfe8f257db109de17b24588504fc35c53f2d4303e2d22da21f73669125cfca984950cf886 DIST cfg-expr-0.15.8.crate 42108 BLAKE2B 846a67059fc30e8c1f70d8b5495443ca0ed373a333d394b92d79981b415888a2f5c745a028e702464bcf68765667c35513e51931b84d9d081873146a0a4edbd0 SHA512 1077d113dfe080e0e78e25c40f32c9f14988d2dbb76bb783ed3e8ce13c58e5dc0dd549362d2f197b69cfbffcfa3ebed385a0247f5928dcff8be7d0b055be1041 DIST cfg-if-1.0.4.crate 9360 BLAKE2B beadbfb273ee97cbb6e3740891fbace57511399ad203459b66b397587d794677a9515cde4e9ec4320c3795518bf1551d72b9a889f8ac4b225168f493288b7c19 SHA512 176e04df7ba783b7143bb84397b777f5c5a1305c08a5c3a218d4a66830620be89ed68992ba27686165bcd3fb2f34b2daf80b2a1d4b481ecc267c988e84d28e9d @@ -59,8 +63,10 @@ DIST chrono-0.4.44.crate 240549 BLAKE2B 7d3d1763ded8808a7402541513d00241c444b5b0 DIST chunked_transfer-1.5.0.crate 9779 BLAKE2B 5a26e784e9de06b8026edd56685d9767cab5cbd25e787f642c308be944194d78de5a38ca061b815e234952008c4981d68f591780ae9dcc0d76693857dffda3fe SHA512 e4888b19e7e650889a531e0e07f4d724826f5fb78c9c05966f066ff7898ef8bb1280f89e9e7951914b7b52fc0e831bf205b7a4813bb204989f2f72adc5868975 DIST clang-sys-1.8.1.crate 44009 BLAKE2B 9173de6dfbd3ef9d5d1fdc559700cd3a52f95cd77302063a97e8cf311a35825825e030b47f252c857853663ae8a16709e1f7bd0c608d67c2a74eb36ed588e778 SHA512 a68c426c20110fddb8bba07d6631517b0528fad45802e5a34a22561d7e6dad82dc5001387019a03f275e9a671b09ee0a06b6e86793c4fb4ec655700bb0f5e125 DIST clap-4.6.0.crate 62930 BLAKE2B f184cfb0d40adef5d0b4ee0370208bdeb6587b9dfd1b37f71a577cfdf77101100b4c47809ceecf946a855455ab836273aa6b8bb6570d0c126a82754f16bd95ba SHA512 bc5641690f0a0ed2b660836590174641e568be3d2b92d5dc91a82581fdef0543640190fc3c8ffe765f0245a88c0f9809d4e136af156a3d480a680da28e8ae5f6 +DIST clap-4.6.1.crate 61836 BLAKE2B 0e58b564b1c7792c4380284a61e20324495906764ed7ee7e9e62eac159d5f81508a82deb26cb294c85f236f77be79ce0cbf0253ea7544790ea3a5c0941acef6e SHA512 7e1bf1cdfcf8fe1f67251073e9ebabd92b44a7013a2245dbfc3a7368132600a30662416635a329067b97a8845af3c68274ec6ada3bd72d110b0aee5a4d7c986a DIST clap_builder-4.6.0.crate 171122 BLAKE2B 0a6ac216ceee45625500379640f9306015f749c377d14c6c9538fab7988da89b39e260bf8736d7ca055c6db32613fa7a9e73f325fc496d7521ba3453c8558348 SHA512 43b26377a8f15d29f8fdc9ada914888d87111084c5e205308d166789a27d91c2d8db6756b24d48ef8a293c92ca4c27dbf5433db21e336b2116d51377116fabd7 DIST clap_derive-4.6.0.crate 33435 BLAKE2B 93fef598637bc3674a7682f724412d5b515c3d219fe4d7e854dbb47864be598046e84c025a5245add4e9431b305d232e6207806cd87aff72cb3552c490426aa6 SHA512 4b642e4bda3af45b21fda189094f73b295c6890f2af533e1541be0df8669d1c7d8256a88dfd47f488ea6adab65012a213521d52dd902f9f11fd3b776923da1c7 +DIST clap_derive-4.6.1.crate 33512 BLAKE2B 36d4fcbdd0eb22ed872d27da80a1c22baf718533d43cb762f109f80abc8d7e13a92fd293db40ee2ca18709e7bcb8cab0f06eaf48dde336e67df90e83f6dfbd6b SHA512 ed210527cecfe3791b9d5af7279b337890b46b61fa05fa6979c88db1693ddf0ee5a4eb0904dd93e2da76f5c870963cc79b90d87cfc3cecf166a65364c16ffd06 DIST clap_lex-1.1.0.crate 13470 BLAKE2B 3e4895620e2922bd95ab6e3aee296457adbe70c2b3b2fca24c48e5bb700ed622401c68f494a266b91f1b82a7ee109ca90d4eee7ab6eff35e28b5fe8038398e5a SHA512 d85237e0558ebc745b08a150ba8115133b1ac1ebfbf6b2abf632863761fb70cb329639bb1c30625b9e786bb27b19438af11c123c508fb39e682f13e294ea6d9a DIST clipboard-win-5.4.1.crate 20994 BLAKE2B e5bc18c57d10c266f8aec9eb3cdaa026a31874c6bc7bfd580204b32922e8260e153d8cfac52ba4364a704eed6deb1fa1a073ce8991a54e704126f5667b730249 SHA512 e37d5b33896936c21d9c049c1f3aba43046c4cc47678c16484154d136aff736decf5ed2f44c431591ebad08b37002626c45613aaffa6adb0af69c6be2f315708 DIST cobs-0.3.0.crate 15639 BLAKE2B d70d00304f0fb6bee6d0b65e16aa0572d1b7c35f170be24e7f8c38991571f770c94bd2b1a582ed98d0a74242372657fd83654dfca0ca6cc74cf648f1b8eddaae SHA512 938cf500f8f4d05fed1dbd3272ea35067ef182828e9b8898f1bf2de37ab69941a3c967615b43496190d41e72c95e17e84d9307271f063ca412f2ec3daec88f50 @@ -69,6 +75,7 @@ DIST combine-4.6.7.crate 134808 BLAKE2B 1f3ea9962f4ed4177a9c028d04934b5e261df405 DIST compact_str-0.9.0.crate 72135 BLAKE2B 11b283ad67c3f70f0d311393f82e24751475a884b78c7055ea9a4708c8b2837a0fd6f1553436ead2f0994828235d6462e8d3b832f1f7fe1b5be5204ea2099321 SHA512 b5de4798ed088d4bf15d39bd57bd390f1cae946176b7a5d3576fc56493775eeed832d851c552d847c2f66717e15052b39ddebe6ca5ae68664dd759a226f5fbcf DIST concurrent-queue-2.5.0.crate 22654 BLAKE2B b490e76804e45d6a7af6bb4ec074fb370d9ec7cd67c7ecfb55d5ed53b9b437c174e678add915303559e902ac81c8751dccb2c5ef0543d5961713372fd2b08d3c SHA512 235704f9161dfac60d2a6d2cf96425e39c097dcde2f005187c1f044704eec66d8303d59352cd414a81a3ed0eed60421054b0070a9b8f69065a79a2519e913e5a DIST console-0.16.3.crate 34041 BLAKE2B 304d7d28d5d2e7032a4f5432644ea9d102c31e6e6563a64390fdc32d4e51200bf735118065569caa34885027cabc4859b3defb05443e2d1fc460f9849bef318d SHA512 c9dc46360bd2c0d7bd4bb34ef1c44edcec4c2ae23141888a7800ee1e0e85b0e020501b6d880ac71731f9e43c1010664b7a5ee5f62348ca272f9bdf6d76caa0eb +DIST const-oid-0.10.2.crate 61449 BLAKE2B 47249f191178e370ea39e4fc31f9ec9cd81b7ad7e89bc14a02eb81932128ec15d51a36baa28b792b05b95329410ff5aef9de3285c4718f1bb2cf3c9d54c73742 SHA512 9ad6ecce2c1d4c177b53d602b9b610442701e72daffa370af71553a380cdfdbea800fb8d7413aa2df273121dd6d0a511fac4b64a10bcd2e046ec19b4eadad007 DIST const-random-0.1.18.crate 6646 BLAKE2B 20e71fd7e2b0b9af663073a45d0224a4cf9a6a6bdab5c3565de88b4a66ff24a1b0f8c01bdbb86f5192b723c03030ae02fb86722be7cc41c3154cdc81f843f013 SHA512 e250227850001a3ac6abdda6e7bb88efeaec1504a54348a5ea71ff66c984455eb9181b2acfdc0b6c08ef6f51beb34b7ae7836e370d84d75731a2482226c5ed26 DIST const-random-macro-0.1.16.crate 6657 BLAKE2B 44a3508e2158b79042cab698b1f31c50fa356098bb5f4537f82fe1b9e893d3e8eab59612a8957e524294ca0a035046468d799e4a0e9253c1464b68ef682f84e2 SHA512 8478bc65b0845e765a69e09fe4152e89f3e3970d2d92e4b32bb0abb7b918c725f325d4b19a45d2a462905bedf837b3a23f31b1ed9dc8655ca502de72616b074d DIST convert_case-0.10.0.crate 24083 BLAKE2B 62d541eb28d7ee69664a4344d794e19adf27ab770c39a536cc490d6c91f3d6d522cb788bfe2cf694ecb02e1c8059f4df321ec2b52e8d722df02866e30f11b758 SHA512 f96a54fed1a158c007cf32d68e0ebdb94482c36e53cb5ac0af0ede5970094f2eeae76f161d56a7fd9766d0ada199c65d850d50dd2edd8db661cbfbf80903b9b4 @@ -81,6 +88,7 @@ DIST core-graphics-types-0.2.0.crate 7098 BLAKE2B f00ddda48802ad0e4911b2f3e1e426 DIST core_maths-0.1.1.crate 6528 BLAKE2B bc68e64f7beefb307d04585eee0e6667c9e4885577fbd501a17263771d82db34ad15fb7a93053a91800e6d21f231160f3cea3868e6926990c8528ae8e6c7fd35 SHA512 19708af657d12a83c404043717e0d75c49f7866c362d5ffb366affcfc77dc19d64bd44561c3bc1871e0ffc40b6804beaa5e6082f5d1780ceed7c3a9176beb085 DIST cow-utils-0.1.3.crate 5796 BLAKE2B 4ad582420cd72358eb72e0f81f0f21c3309770be927e4e66e54638670de501fd9acf38f0e7359e12c2445a6720a16a1aeb00ef65b8663e864ef97d86e08919a7 SHA512 2e886218a2a575fc62e151c49c3ecf704a9cb55d2821788de19e347ba8191d52343a5d6a8be639f6b8fdaf588248d44f1917277a11c9fb18ac68b9996c88b7d8 DIST cpufeatures-0.2.17.crate 13466 BLAKE2B c6392b635542a6fe29958fabe7ce725354a31e24f6f144718553218247881013f56659d2efc671d47394294373db2d4ff8f45c7cb520ac22f2ee5c462858a1dc SHA512 9ae64656a21cfdd0528d87ba95f6213860bf72ccdf866019e65ed6662633e73490f92c42c80125559b3dbb7822090b5faa8ea564c562e04041232809ec2f58a2 +DIST cpufeatures-0.3.0.crate 14156 BLAKE2B 9408d9b8f314a21702bde22f272d47263ef06e8f6fac116edb2464109ae2ff0d10b9d4f54d465bb6c55bea5722326bb8ee541352e6f5e03116a449930fa8375a SHA512 a842c5e7fe435c4339ba0e12169bcf1a2c2ebf4b0d02cf200f91d88a736607a930ba840a7db6a71afc6b125649a9f14ce0977599db917ee78880ec1ed9600f88 DIST crc32fast-1.5.0.crate 40723 BLAKE2B 6e91ee57a1915c9a9f7305db24337f03cbe48fc60ef01c65ea55dfb4f1f60c9c93736d9b69efce3759d5504a1988bae7a2581a494edaaf27ee030e25e97c853f SHA512 80d473960f004148e14e5fe2f23aa0d1b8c36e96237f49a6765ef713030e8326dbc0250a561afcfc49d8733f5a6d4f9f4677451cc13e2426ffed61f8c00cd81e DIST crossbeam-channel-0.5.15.crate 92716 BLAKE2B 089f85b11078942328f89f74faf39597e08b221c142a7f06859a65ca4f3c73f13d077e49d8d709a7a5cc0cc205e3f614a457bb6bdb2b48151f66edc9a4699ede SHA512 b5174329fbdb2a742992b3450a6b11e4330e1d542132acd22d0aebaf49332aad8ceb6eb4e52ccaf8617eb02f191f881b011e5521098082919672f06ac70a4e5b DIST crossbeam-deque-0.8.6.crate 22471 BLAKE2B 02b854df171b0430ca8a40349674ff251698d0c322c317055da8678da6661730c945d86737fa4947c3bd824ffe402271ee2f77fd6a505d2d46b4a41454c510c8 SHA512 9368c0c224c4b84356f1d422d8869a5ab4bfb36b0ff69244a9e7a7304ed51f034001cd9b2bc35849df874d36ed34285c66574943573522ea32bbdc5a05df6989 @@ -90,6 +98,7 @@ DIST crossterm-0.29.0.crate 136635 BLAKE2B 1a2e26ed0b04d4c712fcdbdda0c57eda29206 DIST crossterm_winapi-0.9.1.crate 16027 BLAKE2B ea63abf751aeab203f326e77260cfbd1de286be26acf714a083ae1262b0cc2a35b5cb6d0bd54f45b33c1942eb22f916141c5870aab34149fdb30faccf4d4642e SHA512 48eee242f477f43b69c00e3a5d4d255de2ce1774f6e73d869c5472b35d85af0b63f3a607097da8ace437b1e52a524ded4106767b83d4ec53c30c2e37ac4b46a7 DIST crunchy-0.2.4.crate 3887 BLAKE2B f957597c82795eb10d43a6a98f7575e19b9484dcdf9fe35ac79ce406035d5d467021a0c563dcfe8f717e800b6bf532fcd72cc11be47e084405e16219b88e67b1 SHA512 72ecadb6c8558dcbf3cbc3a34bcefbf292e42999e7af6f59b9804e1233d87f6f65802b157f346a64cd7d2dc1a92564d5481211b081ba5ea170ecdb06dff9dd0b DIST crypto-common-0.1.7.crate 9619 BLAKE2B b9a31ed6f3f06e0709e7c5a86a146018c9ef67e366f27c1d4fe07461d97810951eec60e92ec1531e365bfb9ab1b4cfbdd86b6cefd8b06ef2aa170c38f3c9cae0 SHA512 dcf3a6fc81f2b6528696dc762427fb198faa9b5effe1ee9fbda795da08b0560cfd6c286b55f1360864e95284bd9a52edabcf39fa9bcce71ff0621dbfef538c82 +DIST crypto-common-0.2.1.crate 15165 BLAKE2B 3a5fa1cef6576582bb1630a57b95b8baae9f1c4a8a4427191319f40aba4646613a9a735660071c8d2cf32c39b3e9df090b2df8ff973303ae809f7661f0605db5 SHA512 d13dc1662ddad2ab5cbd350a9bfe22a1143ec4748d1be2b707bdf32461a3988e9bef20f5a74eab2dc1365c532f653f425450eef9c80498ce16ed4f071cf38ac6 DIST csscolorparser-0.6.2.crate 16859 BLAKE2B 54ed61cc815eb8b46ee0d8f708a1fbc59cb688a70d1ffa5c0b934e5c422dcefa1349ec4af8dcbe2574847cb1d9f9b7c51d7b8e49334baaf2a0f4630687ad9b89 SHA512 4debf9354da3be93da9dbf497ea7a92f367d84ef07f6eae893e06c818e02914846c34099327a1426f9268d38510d5e254eb02952e312c38ce6d30cf859571d95 DIST ctor-0.6.3.crate 14389 BLAKE2B 566df0c4161a5c7493beb1cc4141dff1527b768ef0441da60d571a88241284bd660c55b972f437a0be1cd95596f4606d00b3103df1e6706a3268ac8a21283eb6 SHA512 b0c925466eb8bbb619c0aafa0b94b8cfaa965f779f45b6e4d5ebaa0c068c3a9445dca9e9ef2a8625b3e9cb4972841de1b1b72f55fa05b4b7324710c00fe6e23c DIST ctor-proc-macro-0.0.7.crate 6462 BLAKE2B bc5d60e230c91469bf477f774fd490e85d1047c204d4f4e2fb945278b16ebd659f9f63b2e354be80fe90f15f523b98a2a2b201d52de656ca04788451d2d74105 SHA512 605447e6cf4604ceccfd77fe45f8f48f75a099f9ea8419642de149edff62c475747f426328b5fea3e2514aedfd97b04c8f059c66ee8a786f5986f42072579b32 @@ -102,6 +111,7 @@ DIST deranged-0.5.8.crate 26885 BLAKE2B 72b9b2025009a0c69a6678f079415937c39c4a4a DIST derive_more-2.1.1.crate 88632 BLAKE2B c875dd4b0718ab1ee2e6faa74e1e1206b972f90dc0541dddd97dbcb6e3d2a7489ec55a7d4d6c27371a3d308e0e58d135ad5d0bb050777b5b60d75466a3a9e626 SHA512 cb4de4ead185ad40c6e9e0fe316f16ada2070d5ebc336dcb73dfd8def87605d8ef9beb454c9202096aa4da8da0c32307fd02054f290722b561d6fff83bb91dff DIST derive_more-impl-2.1.1.crate 99094 BLAKE2B 9fe9720e2cc9b66e849b8598e28d949bdf5422c34945227ca12c2626f80c564ff78edc59ab57863c18c11ef558c4b3e5629bbe037c4fcc0ba323679d04d26880 SHA512 07a6d6c5be2968ee0bc6847ba5bb4809a80a769743868068a71d72fc376516724df5855edb6ebc2ef569ac8f79bf632f34ca30640fa54f030d58ce301de44b89 DIST digest-0.10.7.crate 19557 BLAKE2B 61e69d78cb8d6850ae26ad7ff2d52dd6dce820d8c621230def11cc0e8aa6d883a6e1b25340fb45748db52a8ccf3c8d36a8aa0c8cdf4d4eeb4e3f870d86abe09a SHA512 0dd8c012468ab9011b89413ea4d3647d95b1f683b020a0e6274c95ed5148638b56fef19cd9044c837ad53715b582b88eed277fe96e917c27c5d7abdbf7c3794c +DIST digest-0.11.3.crate 28955 BLAKE2B 89b634768fb53abe6741dbdc4baa86faba40f740385304bc092acbcc041c647da8f113ca7c0b2760e782d88e053830ec751e3d94702926646d75437f61a59abe SHA512 08bc962230512385963bfc17167d84fb329735b29b06998075ac8e1e0b66131d243dbb3ecd7fec2637c0a55a4b37c4cdb1553599ccd8ac34dfe164eee1c147f5 DIST dirs-6.0.0.crate 14190 BLAKE2B e214cf0c4669fa149d1e3eda1f6ba5b10a4a4b7d13a9050e63c13a4b605aae5d545bb711fb659312dabad26028f190853764acf74c1f6f31014e57c0a53a2281 SHA512 f29f0f932aa627bada67db5bd9d2661b5fb3b18d07030f5d88da28de7049eb872a2f35756cf29c094aacbc2429a3a333b54fb94d70e470288d3ca091cf6d4aa8 DIST dirs-sys-0.5.0.crate 10157 BLAKE2B 0808bd5c7bfaceef00d62476ff459a8f3ab19fdd4d3a860b04698e51c390285ab8f01690fdec7faf01ccee5734b28c44e50a4358f30de1193a0d54ae5c6622c3 SHA512 c2ca362ad04e92c929e2cea4db359de689e512b7c76246c408f40d10f1d47c5dbbd49238e67edc0a251bd642ee292cae88992e5755035c632baec36cd77c10b2 DIST dispatch-0.2.0.crate 10229 BLAKE2B 3a3f011bbd994f6620619d5bd26d95eda7ba21f1a4874b69e3a654e04611ec7af7257300a669ee95ae04ce35a91e033dddddb4a14da48036a5d19c4bad721386 SHA512 cf2b4c624f92808e43a0a4828ee1085e115540d5df5a0ad6a3593c9e5109951b26e8afbabcfb0a1fde41207d5c060566bf9260bf4c2a95907e3a822d84364b3d @@ -130,6 +140,7 @@ DIST evictor-0.5.1.crate 39676 BLAKE2B 713513630a2a164b0fb26bee7058f6f4cf99a4308 DIST fancy-regex-0.11.0.crate 82918 BLAKE2B 55cff8d2ec3152fe46fc6ea2a6fcd13714b35a5c056739a9a15d7754badaf66873ca1093f96f61529f2b0ba0279a193754a053ed9d5dbbfcd72faef545f092c4 SHA512 7d35306e596543ac63a7b0fab145a401b8eceae08c6d7564dc46aa6f28269acabe59135b30dab20f3ffa6779f5a0d3fcd0264d8b5c19be56fd66dbf6e5c2092b DIST fancy-regex-0.16.2.crate 100662 BLAKE2B 82aaabdca33bfb82a92e357cf6fcdd7e1c1f553755a55ae913dc4c50e44978ecba5ec44606ec72f810b29178d9c7787814bd9ae31dcd34e630c3553cc45e8560 SHA512 f96ea36785fea6f1bc3fe2341eaf5714ad2c9d606b316b5f6bc788d41b8c07f1bc1c299f294855a006a51c28402f9a0eeae4fe31b862c491fc7a2b70f3dbceb7 DIST fastrand-2.3.0.crate 15076 BLAKE2B 15c9a1c4f64d94c4bfd38ae139c6fe19b6b621a495c1b57209edd6d76d978eaf018ba77f356b5086c3f462a6de044fb5e3b172fc288309569911a17ec39951bc SHA512 267fecbb7459c8840f03425733d278dd6c4e7637b85b99552877117ed5e8015e094d86aa95841f77064136b7f382276c3cb2c2bef7b2881d272f4aa57c5cf947 +DIST fastrand-2.4.1.crate 20773 BLAKE2B 79fe53f19cbd8343ba15c21adad7397ca9e351d00d77673913063f8f8c02c0753a29828ddc7d52f2f2f68e8e1822f31060fc52d046769f6e768d510cbf2086e1 SHA512 7120edccfb1aac689412f463abb816e3ec2e7c6f7da3576c060229139c11af5e69408bce42dde4d78046cd09ba8db53a6f9c4fdcd68e5fb151b72a0906a8bc7c DIST fdeflate-0.3.7.crate 27188 BLAKE2B 284998759bf6eff9122224eeb14864d2693a166c140a2fbf84a1ad195599b5c005d1128499d2fa37431a87bfb15f65edbedf9b62a47c0964f635b6fd32033499 SHA512 7418eb5e55736788fbc3637e0ff4ee84e3b1d833684862049b3025991a5449cea6131bb04911d541178b0a91e0600546b8f2b646fc468dba6e631501b202c306 DIST field-offset-0.3.6.crate 10032 BLAKE2B b4b43d35f793c55e8c521de7bc1648501cfe46494fc17d0b6135ba3456c8d72a11b422a16735c681c7c6542084652c119661372628096d61197f6e387b66143a SHA512 3ec99bf5e860dc68f3fcd0abd2b0de2ae0b3174eb177458506aabeee9dc7b0b8b58b925e2c6108a8f18ab95f2e1952dd9474650a639e1c1d50ec3f72bbd30077 DIST filedescriptor-0.8.3.crate 12635 BLAKE2B 603c15f2a83bdfa190c882cb9dd6a84ef3617898fa0969f45d19a6448ce98b0a139708aed3441fc8b5de5ecd49de0b06404412a8f2e199488c4487dc5ca4e16b SHA512 1d403271dcbb846666acc8df2b2f738c35c1ff3f37af8a87c7c0cee3b73bef1b7b75885e426d27c5ec0ee1f3c4f1a31ba63b5a11eb3805eb675a399d1b5f9b40 @@ -145,9 +156,9 @@ DIST foldhash-0.2.0.crate 23329 BLAKE2B 49af83a79ca7954f05d8a52566d7d20cbe057c89 DIST foreign-types-0.5.0.crate 7824 BLAKE2B 01a5111a11e48462914f9877d3228008590093633e957883fdafd3a7017e144c14fbbe713bb8b0061ebae78d20a49978191ce416a4e28317b67ec69e38acb879 SHA512 d07c92cf99c99419a3ebe05ba9154e396ab88116f46af736ffdd958c8e47741bca5d9f478f6719d5361360e844375968c1cbf6ac40995d47128a5e5fda3f6c82 DIST foreign-types-macros-0.2.3.crate 7635 BLAKE2B ee89f576f2d892209c0f344dcab9dd85a671c976c8034b33dc984b93a5c872ff0353311657fa1dafc499243e55d3293a7bfc532ba55894a719a50ddaa6957589 SHA512 c3965e058d15159f789a8ab1597770ff6325e8ac9e6914c98450225ce27af849698646d53326e07b13eb3a9730452d926b73fd76e5a1fbd8ae4a6083bdce3367 DIST foreign-types-shared-0.3.1.crate 6006 BLAKE2B 27c26518e0de0a298df2996da4959727dcc6a21bb4efa6c28869a9affe7ee3b427d1bae25ed6928477d07959bd143d5d4fa27325f8f5a5cb0ddd3cdb9e5314df SHA512 c68da34b55230941d6655f6a52d5dcb8ee02149f25c25a5ef782402f9a18b33047905f28b70183a5f45b45977c011a5320cf7283b7901c76ede4d82082ca4c9e -DIST fresh-0.3.0.tar.gz 28079986 BLAKE2B 277365e0d2aa9ed89ac4331b0f673c56893aa7417726c35a6c11757436d6806da77ff2b25950aa1eeedb9380d97daefc21440ccb7d1c262e5cc98202961fee83 SHA512 5f88785f5667ca92a24765d35bddea66c1a41f7bb98dd8a490a4235a55e8a96bb15dedbbe05b5c7f9d4127009614878a243b3a606f0d41f9bf66a01fceb853e3 DIST fresh-0.3.1.tar.gz 28493979 BLAKE2B 56a2bfd0e6c5df492b23932a975af98546a2401178c06b0fd5cfebf4eebbcd6c9842f7cff57ccc34a4d5bcfefb69c823267876c6ec3bf3b1214702fe52012cc0 SHA512 467417940bac4a1e378bada870f329301ae1e50815c147cf55eb311ed7c97616ec53fcb73f62dd28a0db50decc951d42f0e11829c0ecbc0e6dc0c590fcc87850 DIST fresh-0.3.2.tar.gz 28620845 BLAKE2B d359ba36e32ab0d6575777535d934a2be33df250a114b7ab07048ec0e95c4cc4bf4cebce9a86b53afe98e12b5a1b4b5adea1bfbc6da897cb1cef3f3abcdaa7a5 SHA512 a7b2e45e948701571f58d74b23fc6b7df580c57772d82b2347697db27e2f979c9bcd12711a79a695556b4dd3809a1875cd985a69612bbae7a8eecd1fddc8581e +DIST fresh-0.3.5.tar.gz 28918658 BLAKE2B 0f02899636a1620353796e238c5c55a6a396a40079c502be1bccdc34351049dd6954d2796e21d0e1d9ef99b4cc76260c1c4f5d76189c00bb858816886aff8ce0 SHA512 b25a3d56dd92cb84321be9bb7781ab5f719d2101497ef7cad6c35382512f4c4dbe26a26b815ab38bfaa6d19086aa0fd4085b158ed849a1d3ae01e062e174b35a DIST funty-2.0.0.crate 13160 BLAKE2B db6315d63fffe9f70698da0b1b0e4aea4b509242c60e6639f00303dad8d2ba60c6c1c04fe9289695b7aa2d7a0c90c31fba72656afa7ad111b77358772b14a9f5 SHA512 691e1c275b648110ef42c4adece8178cf037bad40d469780280eb2ebe07aa4b0406737c5ba02c9f9f63ee57a99fec27e5e51712e2113655f7522c8678f689155 DIST futures-channel-0.3.32.crate 33213 BLAKE2B c1188af04231e661eb97652caa90fc37e784b53bd7ff604a664914db2c277321c353ab764919c2dbe68483b404de633f85baa9cc06086d5799576bc5d5117d64 SHA512 eb60ed5ee42df0778123c5967de28ca29764f518e586768cbed9b43b64c9e44812e2eb551a5259499ec81f693f00b914993bc910dd1f1f50b6a826cb3d76a8ab DIST futures-core-0.3.32.crate 14684 BLAKE2B d0c3ee59327998990f4cd81b8d76b6d8a58000ffda809ecafc8b7e658abffe4fc45be4b9d5e502436af8e4adef50b1601907b8256a9f65f8467beecd37ede220 SHA512 5848937ad4135fcc488690bc681bf66d6c353f063f87dfe1ea4b79259b9b402896276c10ea80b159a9adfa551abdb5b00a2c6b332af9a898766f87f177a40137 @@ -186,6 +197,7 @@ DIST gtk3-macros-0.18.2.crate 5508 BLAKE2B 192e397d41c7062d9abd8b2219ac412874897 DIST half-2.7.1.crate 61040 BLAKE2B bd78abf71b1b0ae219d2293f8edd5084fa630150016c95786d0af38a898d2775ff73ce848c4b2bbf02c2ea2dc8a610b2e045df78892d2b1de28981e8033625a7 SHA512 f47cc8bfb4c754a8585d4e8eca1a35039dc0879e87e59acb72e91bf2d33eca8c4f8dd17b3a56e8953bcba62cb08122120866e9d4b3ab9f008847d86a5f81716d DIST hashbrown-0.15.5.crate 140908 BLAKE2B 6a360eaa2e174ddd1e9761bc19edc4b57b80f84c36bb5d64003c7206755d4175a05f39c001acaf000ec69ced9e28c3853bd64702e2927aa7c38527a53abf2201 SHA512 654682535882733b56dad632851fed93a17ad0b2d3e13e3390d7802450781501e275b0e0b39fa32a6eae092132858ed79b305238cd5771c08987c5d26af6d692 DIST hashbrown-0.16.1.crate 147785 BLAKE2B c506e64340b65fb462545c52e85a192b21e33025c91adf1d8255e799e8a5743814c60be971db56c0b9b1208dff8147ed4a28d8e37caf8f5646fd367d8d0bc9d7 SHA512 0739f1b2101488f88778e221d86738ce557b8ae12470e2a4444099eb90d876382030d00e789dd4ee44dcd7833a87a6e570fa11ba5823beb1cab3a56784ec2669 +DIST hashbrown-0.17.0.crate 154597 BLAKE2B 1fd03ebd3df85e88abbc498ae8166d3d15f3196c52ce17cd29751be5aaca18d62629b96c1a4fd431e8b38c313e4aefbf78dedbf65bc202d9e4e69dbc1b03f780 SHA512 248f5333b23cb83fd8e439a17df85d0f5bea6dadb0e7cf2cd2d3bd0049494c125ea4fdf74ce2623884d2a3884d444689a0a7cfc9b52ad3d8de40f7498c56ef06 DIST heck-0.4.1.crate 11567 BLAKE2B 520aeea740cfa30b0cca12f73594ffa655f32959673b1c9caaca1ea0162e455546ae3033881394c0ba0516bcd5c9a997da02162e1585522d665813b9096eabd9 SHA512 8c80e959d2f10a2893f9a71994720f90747742bb5b61fc0a539eed3ea5679b140c48fd7f7690d7122cd6af5f7f20a19d412e3569fe741c6d31f6b2ce1e0b80e8 DIST heck-0.5.0.crate 11517 BLAKE2B 5365ec43b2239a76b33a174f1a4292ece4147f9d382a68c6c60db78fdc8bad0afb1d51a65bcb25e96675372faa4ea37c318265030b0546ba51942f7c929e1835 SHA512 f044fc9c3d22466629fd8f772ec0555350fd611c0cfadca51d99a3d2f10e155f77c1091916c8a95a6b9b499f366c2e99a5fbf45b010f988bfb9b2501bf9f6a76 DIST hermit-abi-0.5.2.crate 17435 BLAKE2B 695192149342273199ffb026de57e2d906249757b9b4bbceb6b40d3b2298a942a75390aeaa3ad4cad71e5d44687379dfc49598bacdb2cf989ab48864c4b2b517 SHA512 0392a8350288e5d500967bee8e98626024b47a7da331f833b9528bd7318cf43f41eefa46aa6aebd19febfadcbcb2d7c9f70d6ca3631c1618d63c60366dbe7c15 @@ -195,6 +207,7 @@ DIST home-0.5.12.crate 9445 BLAKE2B 22790e93236af05957848cb61a2526da2b70177ec738 DIST http-1.4.0.crate 106978 BLAKE2B 2d86379f0a0724f337496699587cfed11bc87794219b69ba9d00771f6e5c4a880c0db72fe11171f4130fd3640228381de22292e0610be6b121fdd0d2e3bc4987 SHA512 f85bed2e41ae4cb97a3bbd69392ec660c66e2f8eda2dadfdff6328986e68e4563fc04c7fbabf08b811f2be3dce3ed2ba84e1ef8974fdb587b11615a288e4c897 DIST httparse-1.10.1.crate 45190 BLAKE2B ce166e68e60434c9e5659b7fd8d2b014247e798be12bdd08ed1a28bd71d9aab4047f96c6179e00fdbeff8967d27ffcc9c9ad3b76a4fbc5791c68c14ab36ac31d SHA512 b9988b4657e54931a9f8beab694d938bca7c15783c7181059770e56a7cbff801531e96eaa396615f19b0d99c37f73b39194c6ae06df1309a02097ba13e33ffd0 DIST httpdate-1.0.3.crate 10639 BLAKE2B ce0b401c69f76252639c10f6c2e4a823574a58565d7c5cc3633c72837aa4ec3630b34b148de4378ec498db196e3b2e1413ca0e5a4d9247855380fe19a8c20f94 SHA512 0586888fe89f40b838d5ceb083084d0b8058feff1d2933faedb96896dc86eec68b541a0374a508fd11b86eeadab3c62f88568ffe2c53206fad438373a50b2e5a +DIST hybrid-array-0.4.11.crate 36102 BLAKE2B 863b9997d81751d7b870db15f9cbca5d6190d7facd4358a4d1e814d4b8657e08ad05d77ae939082960e95e639a47a5a73ea32eeb21c71bcc6b4093b6a8c02409 SHA512 c667aa4f00b96412252d3cf30b6f6cef8323d33154bfd0166aec1aa9218db7dc800a6accbd0a175ee127717cadff73b4bc1d8ab22ba80b011ddb3b96996cc0a3 DIST iana-time-zone-0.1.65.crate 34079 BLAKE2B 4d84dd4655dd42ed9cf49ed8d93d0ad244f42433faa2894a1f8240a49f65021864e8aadb816d5725984bcd5c1a6e8e1ac210b50751e3af8b3ad2a61421a74e4d SHA512 4443d5a01ef4b10eb27ed8c866ed71619ccb594dee81a0350106f39575b9373c6199d925b92112fdf0aaa20f5d955d09fab1867dc1b4cba2841c713d40cde6d6 DIST iana-time-zone-haiku-0.1.2.crate 7185 BLAKE2B 37fa14b589ff092377b9271c414d4e584c5a531f13f70ac48df26df3cc03353db635b4630ba192fc65b800cce11823e91b91f03dfad85e4bed55aa18398156cb SHA512 448224ecafa935472ff6f0aab7cb71f9dabdbe71569c4b94fcc65baea925ef48841577687c9a31106a1826c2105e8dd73c748e9d27fd002648e5b0ce838af6b2 DIST id-arena-2.3.0.crate 12883 BLAKE2B 2a7f498c3ea5632af4a369d46f90106e642bccbb8e36ac7fe37be05c2125989ea2cf625db92a782408ecb5f68d3efbf3006413b5b748815ee42b9dcfb28d0ba2 SHA512 99652279014e63680d66bc8022ec3d2373d6e476646ee5551346fc9e62d1fd94b28c945bfc30df14c85d085aefc7fbb9051fe11012f63a9254bc11f03133f116 @@ -203,10 +216,12 @@ DIST ignore-0.4.25.crate 59154 BLAKE2B a08a6ec639edefc1dcdb2854120abe060745b2b39 DIST include_dir-0.7.4.crate 6365 BLAKE2B d45532b0a9eca58ca63b404011b2943f799cf84c6d4757f3972c13b460cf9ab5e92aa7c91346b252e057a4eadb948f1cbfee8906639e2b467ba1d9c72e70d683 SHA512 32168a809ad3e97db0cfa28d3e30651f8d69d22f1b7152f35c998ff155663ebf7573b47acb9a21fe5c62fa345cdf8ccb6321863ddc1205c844f4e454c1cf38ad DIST include_dir_macros-0.7.4.crate 4560 BLAKE2B 367dcc23a000e638ae06cb9e9690cc24bcbdba06d3d1e99eba806357d796d460d23eef8ea5208f4385808501a9a53f2d35bfea1e03dac197e5399a005e8bac89 SHA512 c8255e4c053e33cf8c33876709afd259350011934835e04ace95614a703840219727a46a318cd143b4e9606f969f498be1b45ed0a47d7000a64ab91f8e1bebd7 DIST indexmap-2.13.0.crate 102206 BLAKE2B 7f3d070b645741f5960647f64759840b1941c1e28f61ee04d44d7eba0d8f600949cf139bec5fddb1507e4d5a9e12fb709a16415aa014eaff8f5e87cce41a9394 SHA512 f5efe0010603a3f1da8955f5f97c9a39e4d2c5042c0829c057ad739687d990c100d1276022dec23e7cd70efecceca07ad735693bd8a1b21b507b8892110198ad +DIST indexmap-2.14.0.crate 104085 BLAKE2B 828d8eede906c2908baecac840757ca8795587a552cc9dbcccde89a3b81444d99395670fd71404c33033aa5a1b905ed0621fc39236024c8b8b385e5d29ca6b5e SHA512 fa6bcaaf1b9bacabc72ae9d0569065325a6741b9ba5dff168ada6ece460175be47741d906d9326b48d30f6c55805d33fb64bfb497490482b4e412ac15a8ea55f DIST indoc-2.0.7.crate 17184 BLAKE2B aae454874b44dbc908a75b64626e608e04017c1407daff9a2e2dd12a337ac04db594540d2f31bfc590d6f37f0d711ff2d3054352ff1b33e736c36620404be0a0 SHA512 6e80cf927001821606488a822fd0f67ae1a569b022c98e727e6b1571c88d87775166f088322bd5f17abb8fc1fde62c9d14fb2e99f1e50918487252d823e48f73 DIST insta-1.47.2.crate 118367 BLAKE2B 28349bfa8a1944018e19f04d93ed4523f4fafa60343fa5e1fcdb243dd19137f246e1620825cc03398cf1d59e2905b8b944841e9b3885a8a8a7d8b418eee7696b SHA512 e56149f63c315455fb4a5d2b6d292fb73647bc7ff3c37e335dd1db08e6fc784adfc4c6e7172de0f027644151d49d7c123b03981a7f2aab06d4c78a8ac1f7c1e7 DIST instability-0.3.12.crate 14750 BLAKE2B 13cd2407a85f9b7a67fb18c50b840776c5d2ea4d79a5dd882cb4ceefa34e0ae0ab043e3556f0ceaf57f05276e840c01235c9718f88a43fba3d65b1f02a45fb1d SHA512 06e386161352bdb13278965aa2655857e3c955b15a6b3bdcb51e7f76d66cbf5f8585e9f721447f77969c11a101e1a601bc12eb15df9095c20a7e00f5c76187bf DIST interprocess-2.4.0.crate 147738 BLAKE2B 06707ae9fd1916ea8b8be2dbeeb9a5fbbb5fb51a5c68f86fb814ccdf77ccafb9fc102998815b2b8324a5b057c8e801d0f91ff27bf010f9818f48c0a47097d6b3 SHA512 111c8eec261c0a8cd4acf505f1a45058c4efb26a7e96b4b639f1e4f862e200620d0458108d2904b58cbf6b60f6fb7884e32e7504bd5736fbd5bdbfd571f4fdc7 +DIST interprocess-2.4.2.crate 150979 BLAKE2B e7d129b17227e184c68d6e7f402c3d6f3e34f356e3507cea764b4c614627d2296d9bdeb3673f78ca8ffce3cf27940614f755b43fd8ebb560731b9da51ff2550a SHA512 7f863c20321c7c7d8c470a78d7e57d7b02f81ae906bb4e128aede74cbf9f52a522cf999d63266078f02ec7e492e0ccbba121cab5a5b9530fe1286c9f89742d19 DIST is-docker-0.2.0.crate 2664 BLAKE2B 6c3b10a805bb077b9d0c54155fb9e72a15304fb3d6f0ebfc3efea8b42e02b99737d22c16a5352ee0c1f820699f765673bf0ca8f46c6a49b45796796c01015b84 SHA512 759e00292710b685954df031ef96bb650993cc3384cf03760ebaec377524cadc929c6561dde5fd3e14d71f9f122c86495dcf9893d1216d99055048542123ff06 DIST is-wsl-0.4.0.crate 3264 BLAKE2B bb9842ea007d5ff132c77b719c877c370eb5cdf63aebea8f3165ab49fbf6c68d624a3809de2b374cc4c6c86dfd0fb23b9dc32c2e7cc5f2378b2efc918dd710c5 SHA512 69ffd419eb4de2e50ef4e61efca76ec4547216957d5422ac7b2bde85264080c2f522714aa40b5a6566c25eaf791d12ec0df09afe3060cc43087d18510f33d049 DIST itertools-0.11.0.crate 125074 BLAKE2B 8e686f176764e92e4da3697eb781e1bc30d6c57ac61d97343b4fc3a48e4febf669d5771fa8620005c620cce52c236760ee2e1bc344cf602e878bc168a2e69cab SHA512 8ece00ba0a7cf481ad4586da24385a6f0b1719b9c3f0c25b9b5b373dd1a0ca7b9687a77cd179853392890b7bf4d31e0356a4e5fd540465b4ac62bd74ef717fd8 @@ -220,6 +235,7 @@ DIST jni-sys-0.4.1.crate 13249 BLAKE2B d217fcdfad4f7e4f554765e1991e4ea3eba310f8e DIST jni-sys-macros-0.4.1.crate 3301 BLAKE2B 3d93ba6477aae189c1d2583e5975742b2faac0e6c7a1b4feb46195eb010ba53f3a28eb81b6037f00d8f1c29ec022321bf95d275fc1367abffeeb048044dea407 SHA512 07927232572ec202fa5cbb5785ae1c023dd8da30b33daa02a36f90f2bf8e52524911a158e179992edc03b9d1803eb1714352faaf5e22bb8317a7bf1379c28c9b DIST jobserver-0.1.34.crate 29013 BLAKE2B 4d89234147386d61e8402872e577c52c60fba41b21831acbc6934ec7668b22dd9b876cf78180f5a06b2b26b642a0d7e02c9a67dc36ae7d3aa3b95125dec3d7de SHA512 42fe03eaa4caac030c40b167c742aa104151a126505de9ff4c52ab97ac13cdd2b7219268bff414f1d09061f3f9e36be01bdd6255597b957e18589f9ef4a65549 DIST js-sys-0.3.94.crate 103723 BLAKE2B 6feacf184d9111ba10af7b9abe792cae47cea7718a290dadfe8a6aff3ea2374bfaf0af06213d1eeacf8bc52c38aafe823c17ddd1e469c98118bba92a57748199 SHA512 290a6ba146e5ff7865c7e6137113013417834c6d77aab24f9488576bf4b2c93bd39619b3bc03ab5b64127ec98d5095540ee6571f5bcf6abe6f9f12f78c3066d2 +DIST js-sys-0.3.97.crate 106322 BLAKE2B 701d1999b3fa5be9b88b02bbb9412d3ad4c58eda7564e03ad371c652e44aaec90ddc2f5386547c5c1dd838aa0cd3e7d1ec19d570993c08b5f8a567d95d4d034c SHA512 e01eb24cae6a253cec4f991bc680d64e4a1523229bbeac58840df7048e77759f341a611f8c7431aa793546a7d9f2022aa3df90b05d1398da9e0aa9096cfd384f DIST jsonc-parser-0.32.3.crate 78320 BLAKE2B 03d69915a149bed2c0e4c2834ff08a13b9243f0391ce1f893522a1cc898c268650cd66775f5dcd023a805d6b118a04a556813b18d7725ae588d56fdd3eda306d SHA512 59551fa672d4658509bcd45b1d23a5a855a8abe7b7f3b292b0202a8defbc667075a4ec081f0da4a9d2d5b6ec984cf986d29c6b5bb16bc64a86dad62d1d68e6ca DIST kasuari-0.4.12.crate 32684 BLAKE2B 193bb30181417516b5c55285052f2653ee84f24885dc0daebf3454555d675ca5f66f816ad0f8d7981d91c3ba1c0d2c021175b23ed43ee68de4b60b22499ec595 SHA512 d71c169b138d473353e184d501ac23edaa7bc5bd24488f17497a7031c08740ae76dda8c969418b357e169c3aba131119c9d3000359cfe3a841ddbade5ff9aca8 DIST keyboard-types-0.7.0.crate 37068 BLAKE2B 2a11b182641e133f64cd313c36c2587c7f124ac9e1eb3815057b904665b9bf3438d0e805fa56d0ddf1e3011f3d9f9d47c0971343f8e8c97d3a198700036ceae5 SHA512 607f4e52b246a2986fc00c164623d1d0cab901b5fb376a648bf3d6247aa0ba16aa0f8c481466786feb443ced37249199b9c21ceccb248ea4486882ebd5b36a02 @@ -229,10 +245,12 @@ DIST lab-0.11.0.crate 15140 BLAKE2B 28763aba9809eaf8ee5d90438ed973fbcde5861d78f5 DIST lazy_static-1.5.0.crate 14025 BLAKE2B df29e0e3d1c061815bdd608b41074436024dc407d454f32517705ab04b2fe06075e310086c5e4961df0b4885e91021589d0bca2c1cbe6f0aeffa3ff1b3fd4637 SHA512 6d2f9887cd7f34f019644e42f02f2bf0111accd73aeaa60973ba0b039b6774670debece1ea9a6978e923208ef5d3ab7326473ee3560c078817f0f7ab8ed0f65f DIST leb128fmt-0.1.0.crate 14138 BLAKE2B 6353a2520bb93e0a3cfaade09ffbd8cf981d2cf75579e865941f3fea0dc745c54472b369873b1ef4f26dd7f356860e563bc7ca6e7615d600b272c698a55e54eb SHA512 82fbc7f0786185453fbf11fb3ae58e71fce9780f81eb6a56d7b559e3a0c6825751dd8b64f1266aab73fe65f7483a206e42f31ee1a1b7b1801246c6dc9c2ea817 DIST libc-0.2.184.crate 820172 BLAKE2B 61c2c133b14e79a6871eed0fef248a063f19d41def5bdf72bc7f96c3b60eac24b52d13e16f28d68d750a16fe546c26f245cc088782fd26f8fac78da91b1d5c0f SHA512 46e22ca28ee3562bfa2475a944390cf2d864e11d533889c753c4888a56c02b981bf9507b7866bec65c1b1aa32801cc1c57b660bd93149111547ece7ddc55f31e +DIST libc-0.2.186.crate 821883 BLAKE2B ebe7aac5f8937a8064c64a0d4dc72e5fc794080e09b96c6d245bdec0fd9a19d49ab38e25306e22e47564764cf5dcde45855237cffc70230a143eca2626bd5c3c SHA512 6a58e671ec6811dff9a0d7d4db8f37d38bcbca9efff20dad4706190e5cdb77b426567754bcf0ef0f2d0c31d6506401f724f3ca500b9bed57bb8605b1141ed690 DIST libloading-0.8.9.crate 30222 BLAKE2B ea3e581dfad82c73731e7c2ca13dc608d78c4e6c517d063ecfc0fb138775ccd9c071aa2c7b539476223510dfb4aab03783fc46d610771eba21933aaed339d1ed SHA512 374d82f4516e81c0ff66f244b89b486ccba675cd7e9e65b7732242830a43caefefae2efd11c209da64d8d96755c4432aea97f2dd200969fc077545212a1175ee DIST libloading-0.9.0.crate 33816 BLAKE2B 058472bb1ca2f53c577ab2834583c8efa544d0d5493ec202fa93e4f58029908fa656f1ce3941d2012e15478bd883ce784fa40bab082f65e41ea0cf09b568c31f SHA512 b44399fc7402aee700c04d1ebd45844498b789b35b031c95c58f40d37cc4448750a1a3dd468669461852392ba1c6d602458eb4456ccf1b6eda0da65a43cc4986 DIST libm-0.2.16.crate 164243 BLAKE2B 103d5eb2c94b0566068ceca366c1663ec5cb0a31af1afe8e3728a38769b27d4a60b83f31aa2bb66ca4cd2ee43caa0cf1807c6a6ad54a9ab3471487324ecef332 SHA512 9bc85e6cdb7fe39e5546c47f167d2ca2abcf0aefaa673eafd0dda6bb9ec03ce19433dd2b8c0e226a3c08340d5c005cdeab4c642b49ef926f2cb0681b1d9661f9 DIST libredox-0.1.15.crate 9598 BLAKE2B 07a4220f93d083b4f1e9c49ffbf6c690cbca52866a19bdb455e6bb8b9a4c34391457f9c53a9a630b8c2963165cd35862fa89e905bb77498780f0d571ae7114d9 SHA512 b8162d77a9f32b710ddcc2da6c69d4ed0016c638fe613a204189ec77e48f47a53ff7432f949f053045a879f616718b9e66299fa00fa4bfadeec6529671730702 +DIST libredox-0.1.16.crate 9600 BLAKE2B 88e9e195d1fc59fc5fbc3465a4a30bfe45c79edc117f73f9002a89cc79265e6e890872dc3ab2c357bad26bf77799074cbf99add92b1e8db9748c061af17bd0a2 SHA512 847099a1fa297bfeb1c3b9fdf3dd16edcc494c39a42e38a653551ea6f8bb8a67cbf083bf49ce3980d66481bc9cfac411a5065dc64e12e6e3a8224e0afa4d8163 DIST libxdo-0.6.0.crate 3651 BLAKE2B 7a3a7cd3c6c0fabf9531803189c94a81c7cc345e6bec9fa5fa8c695b6c1dbd91ba7993d02d0a4a923267fc39e78d770113b99929badcbdec5e358e27b1736862 SHA512 725566377e50d809b6510954f54cf2fb3eb4229b3d3c389326183bca26edbf7bdf495de38c0318a86b83f59e426638c5e86153bccb22e0583737e784266e9f03 DIST libxdo-sys-0.11.0.crate 3877 BLAKE2B 8a41d92d434e05ad515f2611b55fbd40850a625ea8588d326980e8ed2029810f5dcb3542ceacefb844b38ac7e2fd513c1086b2b7dbed40d498d057bbf75ad060 SHA512 cc6fb2064faf403aa3add8a1f43a6bed8ccf8e555f88ce3fe1399ced0dbcefc061ebf58b1258d3abfba5f69f0cf4feaf68dc7cddef0a52e69ae51d513d909f2b DIST line-clipping-0.3.7.crate 15755 BLAKE2B b7ebab69df84131fd6e90c80d5576a1e45234f781821b7579c2047d21cece78818fba197f6d73e991472391fdec3e0098b49cf2fee7159c4a7c4a433785f5f7f SHA512 a7316fc1f350c5de65fc48c62dcc77875ed2973ef6370b6921ae95c02090ff806163121bf42992135d04ef1f45172e504981680dc6de0a0d839e99c98b91dd45 @@ -243,6 +261,7 @@ DIST litrs-1.0.0.crate 46610 BLAKE2B 9ab4a7f701ff0c586fd59a3be684bc94fe27d159e5a DIST lock_api-0.4.14.crate 29249 BLAKE2B 52d2f3a3eb5c3cbb4e7f01a2932f90200e3361155f53f282228f436211c54d1e429bddfd9e305a78b9c26b022b3234ae8ad3bee209bd4feed5b64a86af5b3d85 SHA512 73164d411c9899323b3bbff4fd6824e2b9ff44971ddd267629ae5a70b456c1ca945716e952412790d35331993ae71600b0e6a2aeefcdda117b26a7222ed97bf0 DIST log-0.4.29.crate 51515 BLAKE2B 3f5dc889e895428f27ef107a63004c1b321793b865c29b20293adca81db4e25443e24354af37018c9a60dff1d54897c3b7b2c014a64280523f4a3586a7eeed24 SHA512 31bcf1669c27980f0a8500082c4d0cc500f6cc943518a3dacacc3ad4d8a0c238517f23c2c1969e5a22dbb5d25614adbf4e914c0557e45e1ebc8e7385b2ed14b3 DIST lru-0.16.3.crate 16743 BLAKE2B 0574e82714425293593e399930903da1004062ce84e5b90126c66d004e872ac580c6f474f7c39e1a8eafc9f78c6fe7a3049b50f248e8f3a9ecd03e9f04133b9b SHA512 5092b87dfbb7666e224dc6d8ed01fb8276929a2d1a31173034155afadb90e0762dbe6d5ce263bbf0353c079bb249027eff71dcac87228514a5406ef67dd06c15 +DIST lru-0.16.4.crate 17470 BLAKE2B 15c75fd6e0bd8d68e9fa0386214e64ec7e753f3f62ac307eeac44d47c29781d0b3282b1a1b4517ebc9e071a906dd489dd3b4c233233e4bf948520a20ea09a37a SHA512 3d3c4e62c4e0033738fbf8b0948adeb693c882bc70237e5988d681fe4cab6761c5aee8dfe0ffc555c4b02588efddcb8dcc2ab1cd56eefca67fa71bf823185bb2 DIST lsp-types-0.97.0.crate 70764 BLAKE2B 112deaa1be17a19b3d369e0405847e32b8b901a8cd5b99dd9a8582e3b6c9a344a4ea776a405ef56d41cb4810b638744182f24dcbad2051ec3a76ae51dd5a251d SHA512 2d4350c7fe95f6c1c75275f321e92d3380c6dcc58a4707b24708ec0cb595024dd6d5b3d6fc0089f09fc6a8f9a7f246840dd2fd2947c7ea41764a2c2a9791f885 DIST lyon_geom-1.0.19.crate 55577 BLAKE2B 2c8210de5bd5c11af8e45e31126b4fa899c4e2ae850a77e813c1fbcfea4bc64c9821a111a7f251c896e0efd606051b2058abbff4c7dc11097cf507d19e34c23e SHA512 6fa66a809f4846a8d0eff7224a541c7f86f50ae2332384cbcee2ee178137ae3e9d590faa7263064f63801ea82708c2917a01f457940cd96090a87b4126924d03 DIST mac_address-1.1.8.crate 12876 BLAKE2B c0e91482dc2aa5697188b747fc4544dbc787ee203821f7c2651b996d5041c7ae80ba02ad87b8ac447b16191644e3633136bea22cc379c3edcb669be499703eee SHA512 bc267a2347aa81e479f831ac6a06830176c7d5e97d85ec213c2845b30824585fb240111d3a8fbc2aee6b53dc6941d51f57c08dc4461d0293e945fc51f9d7bb35 @@ -259,6 +278,7 @@ DIST mio-1.2.0.crate 106403 BLAKE2B c9b2342879cf19b95c9b9e472fd5e8caa6f6371bc773 DIST miow-0.6.1.crate 30539 BLAKE2B 9fcd198451a1f57b0a01a95c622bfeefe31666c7287b77074ffc24a87157310110ce87809f80afcc2036ffb68d31c1bdf25d6921cc98165136c07f5e8d8de2aa SHA512 1c462908f42c4938e63ceee79e6f352fc1f9444efa2f388d141226325ada9525a49bd6f999dd26b5cf5d6203a0bc3c4305dcabb08ad663c6ab319a6a5ec21356 DIST muda-0.15.3.crate 101343 BLAKE2B 5f3e1a5bccde9f88ae34486334e2d483d8dd6c0674a5a94eefce0e481864542f5ea55b8e5539028dd07ea436e9a63cd00efc83182b56ad816981e8e4e8763b00 SHA512 39b744b48a80ea5e80100ed212a3044a1d5a900427929a65751220cb5b76c21dba6436e7b0238577751df7706aa34cb473be66e1fce5eb6313342a92dd286922 DIST muda-0.17.1.crate 107565 BLAKE2B 86b90d1ee9f493f36edf18604d12232df6cec45fcc9dae37f7cea88ee6f5cb7ea85887478403260d788bd47d4576d23a2d86460fdd988a9733bd4129803b0d1e SHA512 a421ef95a9732b49a531e3c477e5e616142ea8dd8b60a820939fab2a23737e7b61bcd34a7272a4da75aad393a1063db63ee66b61a7b3a8772ef0a8d403c1741a +DIST muda-0.17.2.crate 91213 BLAKE2B 35ee5ba30c76cde58f6e868f11a67c3b77ef9908341372f3e2679f281a5f2f71a85724ddd23cd7fc8805538dbcc4d511b20480541088b3beac38c685bc50b6b4 SHA512 b7646c3d073db6e4b87eda6d764c42b28b4653baf204ca7a0e821a514ac83729b121198416292ad6fbf0fb5f31018452e6b6b41a5b775604870d46afd0cec624 DIST naga-28.0.0.crate 794283 BLAKE2B 0c50a893b99cf0a7faa8ecec55c1718d3a1e75c3186157ee09ae2df72a8c85bf572424abc3eda68a6b3d15e62d1a87925594860792dfa1bd24baf0fa2c0c5d48 SHA512 ffec1376f27f68ed00b16e4015ffb6555c9de6d85b2aceb63e517de484ceff643f4080cad61bc8adec5c58c1c1545f83e597d2e692bf61708700a5989fb7cadf DIST ndk-0.9.0.crate 84865 BLAKE2B edb91aed693550117386583ed41bc5c2521a1622f5d6f994b28193c808ace18a336327e04d92d4f36fe3e64094b9aecb85dd58c5e90ab52d6bc2f6dc743cc2d6 SHA512 d6f7962406df285e9b96d622590f79fe00be854c9f1c91806a277d3ec1f58e59666cd96663ac543290f41a361dc3632cd91a3c39fa70f0903e760d1e415feefc DIST ndk-context-0.1.1.crate 2205 BLAKE2B 6c1013410459ee13357877654303a04c2ee674eae77911d8c35dc7ebf3df2e8632440c26273f994f90f083fe20b4923240e3b9eaa2ae90faccc7e2f0021b6e0a SHA512 3e15db351492b3f1935424a4c119d878f5d771d6ca0cb6161e4105b263178e96e41cdf1e927e5f3c81a281f55dee25929a9cee911eeb4ff307dcd31fc400398b @@ -270,6 +290,7 @@ DIST nom-7.1.3.crate 117570 BLAKE2B 5643b67990b7305e101b16b8cd27c447e162a7adc6d0 DIST nom-8.0.0.crate 135590 BLAKE2B c97f47d8c59f6607517278afeca45949a1ed61c1c178c2cb4a990a3439a532e544e5d3d4732e9abb87d93731b65379ab13e44297cd2573e543bf85958d7034d7 SHA512 7634276cf799b0260e4f82818e297001101c84961b498552ee19d2b2bd7b7be3621ce7fbfa9d85c4531c650448b2d32326ecef28f8282b016f5a504e69783cb6 DIST nonmax-0.5.5.crate 10795 BLAKE2B b4f82d7c640105af1532b7687c794c5e962e06dc656a7f1cef4f2244a8b0f1008072fc32ed6a869fdc4aad11cf712087e2f1acf63ac1c7a3388f10de4b494894 SHA512 ac284686a9a92a4e5c2fbaa94e8ac526647d42f56d0414605bcb85af2123c45b8aadc0b69a6d06a79af84cb13129f2d776b6524a048fe644487d38a33fc35bf5 DIST normpath-1.5.0.crate 22940 BLAKE2B 52571103dbfad502b57a316132f34e40d7cccd78c1b90d2eafe0e2254cfa7a3a538844c9bda83c6e0aac61b6f32e3f17ba5c7e5391a1987ba84162c904cfd190 SHA512 a273fd8160565cb7d62cbf76a849aa0f425f5e8fd2f98a82b1e1c4aa61e62d390547aa41647bf0059e68009d233deb2b4b061ca44c07d3c8907c18953c163f3c +DIST normpath-1.5.1.crate 24648 BLAKE2B 8b1b64978e1f9972822ee626a92e486ed16991e189e6f947f6c096eab2d6ae9cc5bae83567a9fccbfeafa3006df204a5fc427e7bb1e0e7c949b4ae50044d80db SHA512 e0ab186f021a710689681e9061f0b3e733f96d5f24ba5dea1b7f26a26b822eed8eed6537239e5c11d7f3db41100a22f3de00e5333ce8c2442aa172315035f5d0 DIST nu-ansi-term-0.50.3.crate 29597 BLAKE2B 197e6659d8ab6e059fcf814795edfb015a5aae08071e1d14b919d2b47e2f5c156329f912e0c351db0a084a0cafbfe6882970cf33bb56911aa7e6eea684de514d SHA512 45f5469a7b5d5641fc93ad6953bba8e91d14a511283ba628c2bd75fb05cba6d571ed505d7a43df905eb7725fadcb263a47c3f151bb5d2d7b37fec4fc62f2feb3 DIST num-bigint-0.4.6.crate 102801 BLAKE2B 0460e7dfdbd44b6c68fc8ead6bff4353e549127158dab8bb5d217ee33104fe9ad5f58b63a01d56fffa8d7c4df1a87dcf5b536e436a0ef98dc4418a4690c4cc15 SHA512 19d14a7755de2b559026547d9e3e1775e636781bdfdd418f2e1d962c51411a0973a46d84d0356e30c0f708a7c7b2097926611960043f71391919cab1aeb6aa04 DIST num-conv-0.2.1.crate 7099 BLAKE2B 9041253ea3b0c7b247e731a72ae8e42f2bfb068ec7203d6262f73c5e3af2058a175fe3b6f0d21214a44563f12c680336f6d789003d3575356310e4dffadc8030 SHA512 5f337ab964e2cb6f7bddcd86fbdc6accad34038fe739e0e6d3923f0cd75c523b37059c1c58bddc2e1b5c07f9913b58fd71c978984b7b1f043056aadc2ffebf53 @@ -305,38 +326,62 @@ DIST objc2-uniform-type-identifiers-0.2.2.crate 6017 BLAKE2B d6603f5ca562983d821 DIST objc2-user-notifications-0.2.2.crate 9600 BLAKE2B 2ecbd3968df53f50a6d524fe61040815c92f65a966edac397d23903e793977ceae2f96e12477a44c4c91f4591fdda92d407a57daa584f6363c7d9c1aa1d4af76 SHA512 c661ee5e0f656bb6e6e0fc95ea2e939195e26446e584d47c13dc0f33b68e9fed33401e3ae30db51474a7b2bb299b16489e7903efa3e1fa60074dcb27865a54c6 DIST once_cell-1.21.4.crate 35010 BLAKE2B 9117ed1d478e626b7b7be2e3ff8b68a382b051112c7ca4425367bdae86977671f8b5c576131c82fb437740b6d98b72501f718f4172d39781decac2385e8fbd4d SHA512 af67669b0107f44268ba74c355200cb2ed1aab235a6989a8bc54323eb2c9a45677010f8672e7790edadd4c981e939436e0c3a099d33c06dce9c14fd5ede86155 DIST onig-6.5.1.crate 32394 BLAKE2B ed4fa79692f7b8062557b647483262b8ce1b2caa76046d35873f379386c1cc55272680b459a2dc71c0460a1e87556e2903f1b9be983f9f8cc169df7ad12e4a83 SHA512 0a76412bbee9711b22a57ad572428ecdf558b0c9d82fa7851fdce702661144ba75515263f813f028fdc35d51b3029677083875b972ae3a82906376ac3a9598e9 +DIST onig-6.5.3.crate 32075 BLAKE2B 843644480d9ab8c0d2f2fa5dbbb44435bb2704b5a9e4b5695094bef01f1cf5e2e5af39033cdeabca75ccd17c5f8c684c31d985707ef721f42bde2336f18d3ac9 SHA512 c4788ba479158707ca36e579985771568137fda0aed7f2a95beec17366c0bfc6ebb0c2eae1dab8a7e740165290396e83e0e24a91be734c67658f642e2b7abee4 DIST onig_sys-69.9.1.crate 656378 BLAKE2B fe0117fbbf68afd39db022c7c39c34d399ac2c906c675c99a950e5ceee607cb50accfdeb13e7ec62f143db37181e2f526e15ae27724c968c44798bbb1c648b8d SHA512 ecee6f40068aed963f99c57c309852f810c6fe84936868ba528ebb5b7bcff1316bf051b20c62a21eb769705e6d1514329ab529a07efec355b9f24a0503b7d93c +DIST onig_sys-69.9.3.crate 657340 BLAKE2B 30840d7692e587fe47ba8d61e295ef2a8f07d7ffef0f0924f361a8dc38abf441965225acbefc2aa59f597c48937c913cd340512c62fa5044ddfce566fe93215b SHA512 e1d7f2fc0725c676f59a6e35bb73eff930af233fbc98929371c07b9f6c70ae0c178bf0151fb98363bb38ef5c8f3875a30da7945be82d9b3f8347a0d84a5c786b DIST open-5.3.3.crate 27716 BLAKE2B 2a02d775e3bc8fe782adb0dda2d7d4aa09828ec6108c060a9d8e1dfb8f939109e573d009b983e7327b18657131ec72493534e7e8a6da0be3cc128ef019fa828b SHA512 45e12b606ac1a3475c9e04bdb8ba31900914a04187b5a4ba61e5446ca86484c1e4bdcf70c3c966957e242a3ea2707467eaabe2dbc4849c5ce687ff5a98e8197c +DIST open-5.3.4.crate 28196 BLAKE2B 891ec5e87b82b9fc6bacc4fbda36316ffc30032bafd5500762c8eef5545d1c8c73f1f97e5b875ce823d672731894162c67b9665b28843b47b6b72d55dfc79887 SHA512 a0e0982653686a2cf2d4cdb6cdd07fe4a4657108f5a9b2a08e24c3414447adc8f4adb5f78c88d7de89e86684ad4d51d24546847be8fbb46dbd46533f4d32d10c DIST option-ext-0.2.0.crate 7345 BLAKE2B cbfc03e7c960fe3023512a4ad816d657b4f54f8ecbde9f9c4df4c5fee3b36b68ab463c67ad650778279e01c7ffaa63a0dacbd0c080c8c3d15b1611de0e71f92d SHA512 f8539f97b01af97e0b80fc96556002251befa60f8ddd19613311e62f9dc9834d71c22f5d8e7c53c4925046e38cdcf834c3c28042a4da862d6f6a21ddff8d8e56 DIST orbclient-0.3.51.crate 1334040 BLAKE2B ff989daf33154d2457b347766e6a46579f1f564666eb5028fe4de5611a8fe7a79841129070a205a45516f4e309eea2731dae2507a0b2c8a4172b75ece30ab0b0 SHA512 cd95ea6d67ff85f80aa47f8e2f8e4393136f296114b1e4e4d85b265121eb5a77972a3d9563bbe599bbd79629a478ce1a778c606b0b605ef7182b164b7354476b +DIST orbclient-0.3.54.crate 1341182 BLAKE2B 6c420221f73269595094e769551ff745d988710663c818fb86406e67f7bfca83b477f19acf37660b6aa6c73122b930914f4b492851f6768a3e29f74be53ede52 SHA512 97b0d2c69c464625a81bc374b460abf9a5fce415fd6620ca5689022a5404d96e08388de342427c6dae3e39100ddc7539b9557833d5fbbfee74cfd92ca89d2f8d DIST ordered-float-4.6.0.crate 23633 BLAKE2B caf4d17734044d863fc4f3f1a7f140eb38a19e2d8503e77e163915383f971ad28ecaded594dbf345ef7e9b3c55104365160172c6c976dbf3de1b53c5821b556b SHA512 57282f48284630fd17d65727e54470e63f92ad83f7eeaf83a179747a3de3c635a91d6f3836d5e01355d0b2c1a33d4c0e4d931951495e3b8b838d8f058cbd2887 DIST ordered-float-5.3.0.crate 34539 BLAKE2B 0d1f24d8e23af466784ebf41b8cb47ca644268471905f732d1fe4449cbfc96023876f2f98267e58293ae55897bbfd925514edcddaa65e71b23fff3dcae24e471 SHA512 da8d30e3d8ba00bf42674ae92a0c0c6b91fe8231baba4fb17450330757099cdd0d0609b02f9eb1a1ad4a801cac86c76a2af52ff591bdf97643721a072e2c3de1 DIST os_pipe-1.2.3.crate 10467 BLAKE2B 223f79114161825747792e10f073c5fc32bfc4ffa67d6d48ad73feb8589370a5260054c9cfe3b6d77dc5742b72015ff96d8271cc74c505dad0aebe8a666cec05 SHA512 19dee6ead0eb792eab5e282e595ed5c3bc741613e1a7a790c9478c63f6b179f4aa55f4ddbd768f01aa8cc502c860691836f25e00e49bf133a0153ce7c5545f3b DIST owned_ttf_parser-0.25.1.crate 8989 BLAKE2B 4bf8ca6babe969da44b7cc4e469aeb18c00fa35b4f84a37b68a9179919394fc2689020fafa106a288196e112f5444d2b7df7215a84e8a4b197319b1b27cbfa7d SHA512 50495c916c23c0d7aeaf2c281d372fba752573e41d3c3ca14a170c834096cb182aea57d3ec6bc58a7c58489aac98904902fd83fbb3a85b724af54d2e0f3021b2 DIST owo-colors-4.3.0.crate 31273 BLAKE2B 5c451ac48d4aeee18f00428d5399ab6fcf11050d03117dbfeb391e05c1a0aadd341d0395c20ce38de521ded82786183dc4dd98735fec1531ccaf003458fbf4cc SHA512 7a63f3c9e8dba768779163ad8f547ce64587c35e85c39dd9c57f24670e9ae49b8955c0f0a84ec79c110f907925f429ac33ec6580a4c979ffadfe7e3eee554661 DIST oxc-browserslist-2.3.1.crate 244006 BLAKE2B ca31ad44cbe25ce882a538a47d7a2290e0d790b1b1ee5fc1543ca0c78c7b355fbe811efefcc3151bf0f8493e6214e64eec75bc9ed6287f82416cb16df2153478 SHA512 88221aed5c3e7a5a4b612351914ad9d935a05899a79368402c66eabf06231290bd0fe54e4ae736a98a9dc3164c0b524df4fbc53b6b8232eef72aeb7db8c40c4b +DIST oxc-browserslist-3.0.2.crate 193996 BLAKE2B cdb0caa732bdc7c507fa5294c36ff70109a430642a0f00c546c514058e03d8fea3deef9b340f90a94b6c67320a2cc361acd4aea5078729a700be3c9d5e5c14f4 SHA512 cb400537572e074e155c81adce802f67cbaf2c452c0db57253adc5b9415c9ddae59193e4a8f42f8486b6e2b55118c22cd91bdb3b9759a4179ca6762ca723e035 DIST oxc-miette-2.7.1.crate 100951 BLAKE2B 5a8ed5badc13f3509787c3c96005f4709d03ee424f64cd42bb2f02dc6ee524e03e30c0ce4a2f8407379f1e5a3c095ee3bc0e25c4b7510c37a6ae0d3bc53be159 SHA512 6cdef4801daf506dfd9d058a5361a6c6e4ce35dff35e942b46146a3c9e78a00370e253af9f755f0a263f8e878611abbc49a9dd8eb3d60a3201b4a272b5fe0e18 DIST oxc-miette-derive-2.7.1.crate 16986 BLAKE2B 47692730e5e800593718074c35b0a3aa4916ec4e3c82ff2828fbd72a3da27c32ccef1b563031675dcad289230c73a4d11411dbe8f620912b319c069df4f8ebeb SHA512 0226e6cb88c032b75c67c564255abb4d8a8ca35ca8836af503de4b77b31cce50da06e4404c32ed41f7b2f05198de3027733bee0b42314003f297cf6878c28d95 DIST oxc_allocator-0.115.0.crate 108091 BLAKE2B 72302d782b559d8fe0ba309899f1f42f958cddc229980ca6a1437c1d63d623df38e85b65aa815642b431ed090b19dea4fc13c58fc6c3d814ef5b1cc38d10bb98 SHA512 1f9e7df706db3e19833661bd75e1c6444bbef56c8221629f5b67ec4b9f2b92b92ad807775a13e8ed670a73e194f3f100f16d4d0e24c46581b293606f3788a103 +DIST oxc_allocator-0.128.0.crate 119907 BLAKE2B 77b946dacf0ac79b94c80033277ba16b247a6d7fc0a852c35f6fe6fd0f101b470858aa6bcc3281445b9ee107ae652c21776158df77c22ffdfb00d52960edf3ab SHA512 a11e9d98d32870f2ceb1a8162e385f522c8f116c341b6ae1cb85cd7ab1a075551c60de5311b482a8cb84e2cdbc2f08b688fed02b34b0f11927b75a65cf208a27 DIST oxc_ast-0.115.0.crate 207129 BLAKE2B acdc1e8b41d20abcee3d290d86a92792541845c38d10a6b73e9572fa2d59e77983c2e22592ee0d198e4a7bf624fcb9df86c5f19c71248e336d4f735aff47dffd SHA512 7c62c1562ec5fe6de9d2d37cff3608b9c5b7acd4665acd77e15f2872dda0c315e749203a1f82ca24a82827aabe2649c4ca9818b214e0203f6b3738ac0003a0f4 +DIST oxc_ast-0.128.0.crate 208426 BLAKE2B 11eeb1cfe8995fa1726432d0dceaaca31799061b6c8f5924c8f6e7ca08f04903e65c1bea1bd44c75f126b1491dbdd52444b1107a942e998d408a0ca704c801f0 SHA512 2dd1522a55ee2b506e434e7e22eb0198eb182dcc1339389777a1985e468d6544e35f4edc0443b82a369a5315c8953a7bfc56d63576ceee908eba5a937eeb4f80 DIST oxc_ast_macros-0.115.0.crate 9338 BLAKE2B a0c14dd53c86785482b9cd80b50a1d908af331884047a8dee164d80e78375b48178941b8e70df5a5524a03d7aab75c67b3352782585eb625bf98ee7bb6731ed1 SHA512 d210d0830f0e4cc812a0ed9817f9fe44cca0bd344bce2d0988f4cac0282f34436e905e51f30a7c0bb6e445f17251b322c7e3f7f90c819fe844b6244d156144da +DIST oxc_ast_macros-0.128.0.crate 9296 BLAKE2B 7bd90dbaaf0e4aabacf196b898f87240b504ee9594787504cdc56c996be14986bd3fd73c4f4c4bd58e943ff895f7042a7aed77b161a15b562d274212e5fdc54d SHA512 d8bcfac8708a98155a831594d3f0d4998cdda803197ec59010e940c203f9704edd335b72a7f219b28fcbd4f25fe1c57d6a2578ac6ccfdb33c4f1dff097504960 DIST oxc_ast_visit-0.115.0.crate 49158 BLAKE2B ae45b63556cfb63ae45af7e70f2711aa66ef8a219bf8ff5612fa936594f4bb0dd1c19aa427821d2884ad1a73d4dbaba8b589b85604b9046a27c682b063ae8d03 SHA512 263e3f5832b01a26fd10cc10cd9a9e39a0e120e1638d6ef2e8156855f7b0f34defd44d67ffdfb50a26d289ea0f995aa95d9e49b2bab26beed5890179725be3c3 +DIST oxc_ast_visit-0.128.0.crate 49091 BLAKE2B 12b5113cf16fb5acf3fe367e5ca8c8488e72d310aef6176f245e831848fee1a938b61a68b99392a21a16235b5d30e5993cc41a63aac41a740a8dba072cb2e024 SHA512 d4db201956f6c5916dcc314957740f254945bb1addb3cb4ab04f9615d16906810a624a3d5efb291fe13967f1aba40fa9ef6cc2492af8d0969870f73ab51e3b57 DIST oxc_codegen-0.115.0.crate 52014 BLAKE2B aab7e340a9f88881aacadf0855e6f530e5f40409fc0837d2dc0ffb4fb6ffca5c74cc8b8bdfce63944321430223c1f51c161f2eb8abde7386dc902faf5bb3c261 SHA512 daae6079990a286d2dddcdb03f1bb84b7f29ca087c5ea1d844eadaae2b848b8a0f0e12da3b6a62937c0bde9c0590a12b617acb1f22eed009209e8160174fd9e3 +DIST oxc_codegen-0.128.0.crate 54354 BLAKE2B 2c79a5880758fb76625d88f16c8e87f594c9d1aca379c8b9d24fbfcab8374e2f8537e93e622a8abd6954c651c4cfc832b7d550925d8766031f94b55edd179c80 SHA512 e418ab960dea9012140684c3a240314d4cce0bcef80a1e3b90305995ae9f8478a847fd735fae3b7d2d9c90354d1cead273aa614ac6ec3cf7b40ef53e01e9e226 DIST oxc_compat-0.115.0.crate 13104 BLAKE2B e9901db3159d96e5f4cb459764407301ccfabc3e8caced2e569e5a6c822065f377ba8735b2917bcc1fa9801e2a44a9eb58446828d409cfbc93e6ff3d48499ead SHA512 a876a65b2ce591f29ac63089cb3db8abb2eca192046fd8f2cab160b5658eb8ae0f8da0ee4f398129cf1635eeac10e08887b284df53246ca9669c4707662fe7de +DIST oxc_compat-0.128.0.crate 12907 BLAKE2B ecf62e02c8a949a3c04507cf33d3a365c647cc9f66f2a1c1650645d6153bc1564f529eccba19c4fb0a1392d605d0adcb64393533119f4110383a91e0bb7aff0b SHA512 44e3842cdb5c9cace0b28787b36eded0ab21b0d238ada0458ee4cbdbe088831f4d882fda099faedac8a25e25f50f2b38e5753073bc8d65f14ef7d067e1e34423 DIST oxc_data_structures-0.115.0.crate 33010 BLAKE2B b6916f7dbf87d17826a5e3ec99d7fe361d5de642360a957afa560ac376fdc7f4bec3e5bca4419de43217beb353163b4df1ad4d59ee6d7326039ccd9d4a6150c9 SHA512 c8c96f256da1f988fa40f531be8b31892c5b50bd7c87a0529d70f8647dab4eb743e544387d749556552b3a2f0c63929c8e54d25c1d604cf99726dc7ec407abab +DIST oxc_data_structures-0.128.0.crate 45319 BLAKE2B 932787f867fe94bd58573bb025338f0e4703a1792d176e1e848f7853934d89b01ebe9fd078c0aa1d6349c07e598410d0e95568f93d09ed581fdfef3537ed6446 SHA512 2d0e53a5e5c037e505201be1b54c9d579b27671689ecd643f8d5fa3244aa41f4852ef803ed7e218d6eb6a2701252928ff1c86c2b58b71b6f3ef37ccdf0caf164 DIST oxc_diagnostics-0.115.0.crate 12520 BLAKE2B 96b6ff98633f4642cad2fcba5392edaf7339f479cdffecd1abeff4a61af428c20e7f4c9fa9a3603548d20a34f33a28bf5d8849e85f341e6c25ca87b9af6c7386 SHA512 9355ed965bcd6627cf639bb17d7750c0f84167dd08b48d581bd69230099770f764fdaa82e9409950a81a90d946f234b06c91c86154f9a80707e3d25c862d9093 +DIST oxc_diagnostics-0.128.0.crate 12986 BLAKE2B be101dff56345a77a9bb6b113a0c00481b288d1605ae0e2794e9022fd9f8b4777cbdbba5490a35392c6a49d6d5ccdcd8825a520817d631cc212ca95cbb10582e SHA512 e57c1db4417a191f2cceab961df36065dfa3fec9db904cb15185e250ada4f3750a37c802b0984bc7073ec78c66b69fb202ddc4dc0e918a181751c0f6aa1fb47d DIST oxc_ecmascript-0.115.0.crate 43800 BLAKE2B 8b922dac8ee7ae5964614f2e7c390f985727534a9e9b6734865e406a7f82e37240bb2c69fa83a2ec7d0e19d2e48d3f32130fa67b3cb78d40d8b2b6018b2e6ad3 SHA512 f2967259ad4022b9e60f7d835b51f5e47d907e0e15bc7cef2877ab4ffd900463b91db418455148dc46c759ae403a5cefe822ee7dfad6630cb9371711aac84427 +DIST oxc_ecmascript-0.128.0.crate 51129 BLAKE2B 568b3c4621ca380cf82b4afcc84974629ea26c7e6e347edb8d6d2a16f3c2468e9b860d96eb6f7151429b378190a12f132899b7976502aecff38e213cb55dad4a SHA512 15e4c86e8da0a2a21e750ecccf4fe7bd1381fc95e65ac33b907e3589724c3d398ff331b82d5df634b9f323bd7a9e69b11c3b13371ebe82ccd3f9e74ecd5ecf2f DIST oxc_estree-0.115.0.crate 18714 BLAKE2B a8b2c73c46aa90186575de9a55fd8f35cc9dbb66a0b7cf3ecff93a5215236a98310335c65bce5ced4058029070024171acd25cb09940708cd733d7f468b2dde6 SHA512 72342d1b40651407aea56e6b884671975f7f8c94c050cf90ba5a1126e173335190a70d06d4a00a881059ca2fef8e61115fceb826f9f1f799e19fd0996e71dfa2 +DIST oxc_estree-0.128.0.crate 18824 BLAKE2B c8d9e31150c75e00eb2cf05dc387fd0a95908c996ad063629b5211f113e234a95641de7ffdcdaf030b465b2ec75e7c190ecb4de6b286fc9ab438abf85648d185 SHA512 0eb1908b88313a4d313c865021c9fe0deaaa842b55af8154ff00e574e983135b02369105de39f2f48b670f902ada6bc841685507b814f6fa672213112f24b738 DIST oxc_index-4.1.0.crate 24412 BLAKE2B 876191c1fae35dd8f704b5e0d64dbbc01372f65d7dec745efea7826335cf8259d3b2e63c45f677068a63b0e7748e3293bfaf244e7dc467f13c6ed9e6b30ae95d SHA512 a4de94fac823675af3d3648f0769ec4a7afe15d6424a27e8842768e67a93006cf71192889701f7bc984cdd1fccabad22a75a9a73be0b1215a67572ae632dd854 DIST oxc_isolated_declarations-0.115.0.crate 33601 BLAKE2B 23652598a8033ca60ee4b104e0d2989449b58f1d4b1ba02fd56ed1c5ce0e857b555b4d24c4a71634e6f138525630aec7d0e94a5e6c9087b08a49f2fe77fed98d SHA512 979c4b1c02de8aebe2083c9898e83d1f566c22c5c131e99730071420e64950e760118f109f7028d43779926f000a7abe90245f5e9f13b8a999ae3807caa6f60a +DIST oxc_isolated_declarations-0.128.0.crate 35400 BLAKE2B 2a0174c4bf77b6903861d76c1076e954d6f874c58335d897aff9b1995c0f417167c2ad941923a68fc8ddee5d730555436ec5c25ca114659feaaa7328fa9e5a55 SHA512 686e6b9d476c37b905d922f467238405497064712b900fd301cc0107c1c706853a7e2ed547862c4ac6b34d7486923339dd0dc4f1eebdbe3c90b21c099a6126e1 DIST oxc_parser-0.115.0.crate 160082 BLAKE2B 1024c443e1178bd9823aa059292290200d74d09c7e568695e72c41510aa48c16355c27db9d6f1137a67919ce568e422df27580f8f266754070281d3ca3a59a63 SHA512 c131d6b8409922721dca2d84e26ea160ea2dda9beffe19aca7a4914970e2dc9b9dd400983e6988c84f6eafb30a7262f617083de533f0d432df607ea0c5064cd0 +DIST oxc_parser-0.128.0.crate 171265 BLAKE2B 758b2151e6f02f49615bc997007f71f89c0cd2ba749cf6e569ec1e86db442457422052450e420c52fdf04535b627e1b0430860ca30803f49a79981fdc3606b14 SHA512 599b2969dd09941d4113f07203f7fc518ca8d3b25d735b2801d103477c533a3754a8b4886cc01601ac2047e957fda97dba00f798ae3ed03a0c67ca9110be9724 DIST oxc_regular_expression-0.115.0.crate 57064 BLAKE2B c7f6d28055459e7b0090cd0f1c88aae265d398d469931ac4430757653ff8b393886f6d215f129c2b41c6b31b2120d0c430a33bf7c44d1df17dac8ca17d94935b SHA512 8ba602686a3cfd69e02f5dcfc5a4dd8f0f6aca346315b9faaf2b3f4d9476073a3202928f27bf4f3c9c6689589120c0aab1cf1cadd990d56b58d65f77d8dda36d +DIST oxc_regular_expression-0.128.0.crate 58990 BLAKE2B 23d26f7503be46ecc26b0a62ebea677dece0fb5118b4081fe47bd9eee14eb458db1b22650cd5a6ce2f81bb8cae3169a6739033709ebc8185910da0dd42df6d66 SHA512 be28df31e6f5a7f044e94a45c87c304c172e6944acc8d0565ba49b3a24ce12b70256268bfec7beea032c26512cc986ed9bbd5a6dd4924697da2560640bc405f6 DIST oxc_semantic-0.115.0.crate 96331 BLAKE2B 2fbf4c377156330866e0c73670baed4a5dbe976b9a1b39fab9c0192f15b5a12814a1da9449acd0f8532ccabe1368a8e825401e0c2c2aaed27e59eec9de67196f SHA512 7e4b10e5d90dbfce676d40349010aff703e7c66b0fca77b6414379a18f9e35156d9f0c9ce858a02e488c996cae4c76f070bb7d29fc159955b0fdeab6893062b5 +DIST oxc_semantic-0.128.0.crate 93255 BLAKE2B 395e18ffea5932b443a11642f1e9bcac11a2de041d0f7eda79e998c4b052ac78f807cdf55cca713694b3144b6bcf613fb1c5cfb460fd852f5459fd4d16a92f0c SHA512 88d97712cc4f6cae1e559cf656503568b4375433075c7f971e0d6e289dc589c651afeb0653f6535694caa3e6e4bb0d76798afc4e0d38db6f2ef4bafd6a98c77e DIST oxc_span-0.115.0.crate 19784 BLAKE2B 39be98281e78e9822467b2458ce8214f8072541f8996859b57e15b27b582c66c866252417474fb5a04083f875d30f9776286f10fbbc20d0d7d48da5af30f474d SHA512 3cef0b448a3b5c1638a97ae7396f281d20c0f68d3ebf2e53dcd19f511d1bc7399d62a3d5cfefdbb8c3028dfc70ef5f9caa1d31554ef75a3ce24eba1e9d5edff6 +DIST oxc_span-0.128.0.crate 21100 BLAKE2B 10e273b7a18970e35637372051a90cc669341cea6265dab0bddc27821b0286b9feff7364b8f3d4e854a68ed1b5b327131b87134333daf065b9ba133c26b12164 SHA512 335aa188dd86acdbbd8557e38f6eadcdae826c38c2b1b3b12a741337894b381309eeba31c1b0dae57a1436827e7f469e02d2059188111d590d51315fecfb06b1 DIST oxc_str-0.115.0.crate 10955 BLAKE2B 27cdca04b42ba0f0fe881e26fa47f972180d0c474ec18b9ce9e065ac41c30aa275bec32d1aa3030aa797878c40d55fe8362be54e31971caf54d74af401145d8a SHA512 6e5b3e45a598f55613a4f20079bdef3a1e0b43b093b54f52a81eec5b207ab9d8d035da98390bbe2fc24ac91489b167a13155d0fa7f8ea60b1317d017928b4508 +DIST oxc_str-0.128.0.crate 11582 BLAKE2B f498ac19b5f082b223a359354bc037f179ace637a755bddab6d2e5b51ce173efdff48019f3af8e90e81c36c2c7d988162ef7270f04f862cb8a0062a6bea3ad3a SHA512 4b2718c5ba7ea1a80b6ba34abd280ed3e33bf27f1912031ba5f36209f6ae9fe9f854db3fd42a20650dc5783e2644fa98e595ff2829d84605073060e6ccb9c157 DIST oxc_syntax-0.115.0.crate 30684 BLAKE2B cfe0b64a96626d8bd125979d79ec8b3a5b864796f99effb5cecfa9dfdd1335dedb98e5973e8a691541c2e3d5dfd637025292962a26d0ab5da3fb3726b95ce1c7 SHA512 05859b55c702bff80a33b11d7e2480738e1daa54c76f557ea4b90d0060be72a72e6d9e14f790e84039c55bc8feb7a0b78554981b7af1184f88a63b68596bb4b7 +DIST oxc_syntax-0.128.0.crate 30964 BLAKE2B c621ac3cae8a77baa46eb72cc130a9bf700a0d7621d72944c7f890dc0d51dbdc7eac23699e645bfb0ab49f26588760b415fca921b51895cdb197c6e44f552b9c SHA512 f10817b38b84c7fe2d997382267c516b0b5d80e0ca923c0561596fe17ac42587af3122f220899af5c00158b5f750f435f8a27b92a3e4792180db705fc3c78421 DIST oxc_transformer-0.115.0.crate 236779 BLAKE2B 53ca3ec15547eb112480b4f8c0db6886c09f33613dc8f58aebcb64d9eebb6c9ca376850cbcabc1de874b3a4c3f2be51a4b3cd241838cb141df0cce9f9a214e8d SHA512 d535fd13c94fca9e430a5671540b71965e76b78d2af1188468e56d11f7056d5f30d80e9465ff07b9404bcfafa04891c3bc066cb929e97c9af96429dd9c59515c +DIST oxc_transformer-0.128.0.crate 242870 BLAKE2B ec76f859ce0fd21430a70ce1b56c129a76cadf7627af7e74786a228edd3ee4738a69e4e2953b74f0ffb5ca9807f4cc42c53ff56532c6f7474b2432a4e96d84d8 SHA512 6d6394bad7436ec9dccbd7e919f2013635bf52c2f2a157d5c8230c355d49fda2bcedbfb2b6c775c4664a4f22a470a54fe6790da222fe346e3002b5239e083fef DIST oxc_traverse-0.115.0.crate 99682 BLAKE2B 8b69c258c6a31118b4552616d3c7545e9c831115d7f793aca164d4b5655dbb78efd47dd2279007a63afc8aa7ec4e6651626b364081ab89e96eca751e41ed8308 SHA512 e65590f2aa2be417212d419ee2c5fa3f19c0f0afc621513732a7642a4dcfdc69e1c682e60ca6732aba827ac61701e806edbe6b1b194254f9b6b814d4a7a0542d +DIST oxc_traverse-0.128.0.crate 99628 BLAKE2B f71a2cd9530d1e3e3dec1bd8e25cb495d098d59cfc9f398d9edcff291263ef6a426f16171d0bc4ee341fed879ac190a965942bffd3060a8af862a423f64e9673 SHA512 5389263f190b2a43de117e86889a986fa02853dbc9ad2d2a879976a0a4301ac67a8aba726e7f435c56179dcf4da95a1ef04342cface70bf2b88bebabae260e50 DIST pango-0.18.3.crate 47591 BLAKE2B 56eb8e33752289787ded747b5184dc088a948a60500663ffa56bbb3fee638745597719e266862e1990331a3356231418fa3c2a8dc6fd7194790fd904ecdb480a SHA512 eaa4d780ab208089e2c3e989d3ec3b2a2131752dfa0ed2a048394e3425007b58f668509f5b6064acb9070bcf424e9e93469070c11fe343725fe6df0c9b45c318 DIST pango-sys-0.18.0.crate 24709 BLAKE2B f197872258fae7b554be9d62ad2c7a3484fc817430b008263a6b2d20845809ee3c450fa8c65e6845854d5885cdd80f24791a94ee7fa3cde43bf1c7c504f886a0 SHA512 b20df431e744c7b19896b31f487060e0d929c65289520f1fd4d624ff708698d4e082baa73366321206a2a7e3f4ad126ace9b3e55169ff815c9c6b25e5ec5ba3f DIST parking_lot-0.12.5.crate 46735 BLAKE2B 36d82b682f7cd0a2c308fbc672f0c7023a3b6ba6ff0f9de75067bb26227d2ca460a09ba37a0a5b3867ed788d72a523a5900b99241bc30a67606481aaec30536c SHA512 432639d4a14acfa20127f03741e1101fa591fc63048b0b0369b44ad269d3dcb6fbab7947eb9995c7948f6fba90245abf82154a70df2b7a99aa7365b0b88666ca @@ -359,16 +404,20 @@ DIST phf_macros-0.13.1.crate 21732 BLAKE2B 14469d553d6c6835e20b94234373be9932198 DIST phf_shared-0.11.3.crate 15199 BLAKE2B 82441a3f6db12e9021552b51ef4ad8b564532833dce782938d7d721e9f2d8b7015eee7483724552b8fcfeeed365259cdfd5044e9d2a999f42baf476df8141db4 SHA512 34bc3c0dff5568f0276777614d92d87882ca6be9e3d405c1e7de90ac16ec52a12acc30ea9ab2033074d0e988fa514247f37de1a21a3727de0ef43f42f477e27e DIST phf_shared-0.13.1.crate 16141 BLAKE2B a5cb239f8dbddf4fafa0dc5e85dba03712706455fd6643092bca73cf72f62b03610c21851e34c7f52e0a307b3d9c3faac6f260c67061cae585dd678cee328a82 SHA512 b8f61f3c420b02dd5256242cef47b7c4a8ad99f07712c81bdfd70be67fd1e538279a987676d07ab542df707a81f37425a5062f147ed98776c678f6ee1b9e0ff1 DIST pin-project-1.1.11.crate 56282 BLAKE2B ac154aebe6ab7b59aaedbf2dc7639cce5c32c255833377b90514ae1a338f651fe9337b4db57b27c2acf64de2bdf95c9c48f6940482265fd31a9017dc34793683 SHA512 4931b0697bfc1aba5a94de859b28bbac87c8421482b01be5b525a21af38dd361461306a623e8c184dbce50a9e5436c1b753e2a0391a04462e4d976a8348508a9 +DIST pin-project-1.1.12.crate 56313 BLAKE2B 4421243c3fdb2ee1c5cc76f3d088ce10b3e20907a84d9fc7eb513bb24d969bdd11dfb8854384e8d6f2170c4a7e4fb51f0dabd8a6afc0f77be30b3cc841318667 SHA512 db67a37205c387cc06a8c448caf5e45e8390cd9d4bc6563596b2869a2b7df31a49e4622911694d9ca2adb7c2c9d6270b44b5b26201fabbdf1e44debba0e247b7 DIST pin-project-internal-1.1.11.crate 29261 BLAKE2B 3089fc6efdc118cb8bad9494671cb83e1b6ade24c4cf8c5768dac490ce387ee7e19c0e178c991030d75302fe559614d5edfb67ee4ecc7741efeefe6a0f7f506d SHA512 bebb474cb6ee9b23a7d4740c1c65f1cd9945535705cd2d6be2e51a572e88c4c5455140a46d7d98e767f549a5df9da361e9eda56cbe0ac304e35e834f30f1d8aa +DIST pin-project-internal-1.1.12.crate 29320 BLAKE2B 65b96421352cf4248eb69a6e6651c80a85588797926e97aaa601609bd32c661b4291a3df02d5d1687e78c64ce9f959dbf44e52528629e2d14bf23b7a217ebe3e SHA512 bd620e3a73932bd34d0ddd68c33d9373b67a2a230850313bcdbf07e47bf92983d97572be04ff9acf8a1999100f283661b72deb2ac0af4f2cd80b60fbf073a4c4 DIST pin-project-lite-0.2.17.crate 31034 BLAKE2B 1d3bb970100c2a27c456bf771b4884f3c91c048310d27608161d3a02adf2f9cdddbc8674257c6b58c4ad6c0953e11cddf2fdf5813d95e5ab8425e71032556159 SHA512 0cff4338e3c7b71600fb41db013efe0d01b9cb3fdf95192dc16c5bea58a0f157207ef285ceb01b6b30956f9e751577c5d2a3803103f89a8a0cc6ea728d97a4df DIST piper-0.2.5.crate 23908 BLAKE2B d47d3ba713caa9d3b70ff79f89a2a07e65a057ab7d969ae01f9c070a654214b81e434e87c5752a5ad8b2ee9342f6dd0c76e5401817bdf2eaf1a005e54090770a SHA512 c16f3a182d19aae31163f069cec4b282329375ae28e03f855831e459047da2cf67f98c6b549198894e36c6b554444b6d945abe6e7b211a3a87f52c2fa90639d6 DIST pkg-config-0.3.32.crate 21370 BLAKE2B 74ded191f066bc223739b3d4afec58f23de57566e7604e3dd62001d9a095a7b6a3633fdb01fdc46960c8134a694d6bf097d9ecec62b38c4f14acafbbabd6e893 SHA512 59569110185fa665f76a13e884a67ad1578c55246abacfc18cb9f037b2d2d9ec3f2078a3adfe5cc82a451892c9ad55f918ee01362a741f57dc9ff6846a4e32e5 +DIST pkg-config-0.3.33.crate 21590 BLAKE2B 576349a975cd4b9ff08c7f797f300cb2774425c72ed7baced19e0ba6231246f4479939c61bcc9efeb9174a2d6917bf009f02e93c26800c65e798b9e51ccf4d8b SHA512 af931d889e72f51e0ae41c880a1f5aa6215b93148cf7041378664e4ba013d0c83d654e560a73c9d7b301b5a008c221e48ac81b413d1123786e003c97f7fff63a DIST plain-0.2.3.crate 10664 BLAKE2B b0ea38fcf6d4f4e3ff91d572b5639f01eac4f19b2c451d27bca49d994a07c6f46118cd58a1b86b3d2a61b7ac9e17e8236f1cc98414738d8c86086d37e0fe4d35 SHA512 6909e4b4b4a0a49e6a226d7393b121ec04beb8a13b1652c23337eb09b3c2e5f202b53a7663dfe7828dcb32c3d18135b514e9a982967c188e127a63b6cbeda252 DIST png-0.17.16.crate 117975 BLAKE2B fce8a5b8e28fe800796161bacfc008e86076b920100beebbb7bc9f0608f13917cf6c12de363c84e1eea1eeb90d095211a46ac2926e410133ef33c3d4ab0c79fa SHA512 fd9130d8d91fe40724f4065748bf1a6175de0b7e8df521939f169000933dadd0815bed0f95c00d12bf5ad341469983ea97be427392a85b82c232473ea753b6ba DIST png-0.18.1.crate 125800 BLAKE2B 88f59638af2aac1496aac53db0453601181795de15e2778e7ce8f3f0e0d2b7224d37592373e9920a2222e871594f5ecc0bcb2b245a6da6fc5c844f85f682ea9d SHA512 1cb257bb663c7091f4ff55545da10a2f5f84d1d448104489d0f2d91df4711e31a2ded7c4e481902f49f20869fb25674f625170e995080f29a2b2e37840a77c35 DIST polling-3.11.0.crate 59387 BLAKE2B 4e7823d14c46f87d5faf31b98c76820b49235fd2601e62e1f8275907b4a489d2c4f7d50ce8da5688836528a1052c6758c4ddb58cb4d46807a6fe4c3d07fd1459 SHA512 77f98b9f9ddb34e8fdc052c3b05782a645deea5b1abf38d804c0ede44c649bbc2a106f157a767064aa5a63737f900c98867d5571a66b03ca72a7abd686633db7 DIST portable-atomic-1.13.1.crate 197001 BLAKE2B 6d0898c2a537a9bf204b7749cca5f5fddf280772b56eb7ce8fdd9cf7d71561137b26ef89f415c40277a1c89981333eef78e5bb4624515a294ba28fdaeb4c70ea SHA512 2a1b31ac9814af884640b3398ab824a9795c72d260527a0966b193113808cfbb3345d50cd1beaebb45863437c3d06c8706d34b26efecceefc649319a4bc274a3 DIST portable-atomic-util-0.2.6.crate 52478 BLAKE2B 299bc2331001afb4c71258899a2be96ba19e907e40b0f71937a58d2211039196c51e038f53c8e3bd3662e096478ee67b6c135d608d5b8acc6c211bc432486d3b SHA512 12fa0d815a662e05867d7aaf84556ab637c827e1b0329c19ef4eaf6b0afa106f93aa760846a9dac38cd18bb03d2f631b365bad321da5365bbbe32d1a0a6c5163 +DIST portable-atomic-util-0.2.7.crate 53577 BLAKE2B 188e125fe8ab3a2aa54f00a6b29d9034cd84141e829fe036f61575d13a4aa1ff1b341bca74a7df434d303828c56ade1946a42d68267f88f28f4103eca9948aa1 SHA512 3666894a94351bbc788a2c02027af35fd8932ea677d02da64e1d161d474eee3017c618ed6f44e894ee4f1389a85196ecd120edef51b1edafeb82e81310bb1d86 DIST portable-pty-0.9.0.crate 29466 BLAKE2B ea8433ac8597aad8f8d26730a0b43a8bf1b35d3ff1392bb4fe7a6ba82bc4580cc0e21ea48bdd7c867c679a39d6b7f7be916950d5da38492d44c75621d52ce3be SHA512 1d8261bc89404c35d2dc86b1ccd201ea2be65dad34a6059ceb4fcb6235b031f7e027691032b455fa47f89d768783a0e509dda95b12a39444e4676b662e066f15 DIST postcard-1.1.3.crate 43968 BLAKE2B c81a42da856fcb2ae07a205c1a7bddf5381459716a9568e618c87e2cb9d5d5cc6780c6532578a3cad3034244fdd9f5d7fe25a5cd908cd28f0e8711e5aea0052b SHA512 6711f032e4b1a8bf946f1df7b87ba3b6644a5dcdbed8f378b7ca765f0a162da7ff1122d2c78e28277f6022e341b62ee48c3318936355411cb15a1d7fe73f4392 DIST powerfmt-0.2.0.crate 15165 BLAKE2B a3e1ce63f5866f75526eeb749bec6607e42cb495bbb953082cde7e98e6aa429ecaa41889d98ff7ed4cf5031258b4f7e0553ff8fc435b3b6f8b4ef2b6d53d9b61 SHA512 0623f92e4d6ab284b3f6dae58220d79d9185df4a738999d68040c50d72fe0380d70358cb622f079c629bab53bb03c6e085e165d5bddfbeea84245864fed90029 @@ -382,16 +431,20 @@ DIST proc-macro-error-1.0.4.crate 25293 BLAKE2B ef918c5efaf2545ab38787c8d0c07315 DIST proc-macro-error-attr-1.0.4.crate 7971 BLAKE2B 98e2925881c2be186e22c2c439697e91d43f807eb61a5d13e3b0b4321ed50a74f3d699942c04b89b6fea0f156bb5d19ebcf22f9cd4b98a7e6917c437600ed823 SHA512 2606afa9ec78d7dad4500c98d3a5ecbd02c6b53ab829c742bed7f57b322a95238ab4e01cf268746815f1424fd9b02eddfa30e72f98c66106f57765f3d3116495 DIST proc-macro2-1.0.106.crate 59765 BLAKE2B 87f95795621c4c992c370dc3a1240a2d5580e3362356525efe640f8f26ad0492b3c88755d575c080ff7db11376b0d82f31141bf6f86c895249b85e46c081220f SHA512 b726e2c92af434bfa88cd4f53c3fe6db647503567675fb439890dee3d15f5111137e3242b28d164114ce081c10acf3fd11950753ddb349190c87ee04e7d97744 DIST profiling-1.0.17.crate 13493 BLAKE2B a5af3764b2eaa13debded7a77065bd208b1554efc8ecc9615ebca582c018a57492092dbfdacaab842230c31c809c70dfe27a96f608b0519cb7b4266b4153306b SHA512 75b179f8226358f122077004e7aa6a18bde365702a0a63bdbcd46f7d69d1ce7bc525402dfbf40a253113c32e8e7651f8d70763666ac6ac2e2b2198921cc4b6f0 +DIST profiling-1.0.18.crate 11931 BLAKE2B 658fb4b5b013f74fcfcc2a6f70fbf8d26258966110d0738ca156e9fb30a69ead7774354df5a76f7e46bd9807bca7ddaf4e55a306c4c5674bfebaf7d221696e65 SHA512 2775a751e4ce838da6958f2ec8c4ff15756b38e5ac6d4d0463eeeb85bcbb840bcb1bc70f5be05128f3e9f7e664405ba0d375b1703c66a270b261513b3550c1a8 DIST proptest-1.11.0.crate 207859 BLAKE2B 9ce401b594e9b806ad1761ca04f71913aef20d465e15d2c000abdb89dee1d7530925809d975ef55b7b6cdb29053dd3d4e5a75e2337d3737d958e6bf804c963d2 SHA512 53ae933676f2e69d4459b71b0624ecf52ad682ef6e2ae1672e3bae33ee5f8917f1157cd7212e9d9e45a9b7eab810384bc19727fbd0a5ef95be4077eb5cbbfc09 DIST pulldown-cmark-0.13.3.crate 154953 BLAKE2B f732e8af5ff90ae77d923ce484f14c710771fc504965a50558f6cb27cf69fdd159eff85f143fe0f167698521ea8dc3bdf1931b040e616f24e76b1d3a6b9ec206 SHA512 8cd256b719c803f5bafe99df8754f518f04c977100e2a786b7cbc35cc1937f1f9595de299868e6fc595e4431ec52b84d4c427844f8852070e00d19057fe8ee32 DIST quick-error-1.2.3.crate 15066 BLAKE2B 1c61525d383f3588c1c5017f016f60b484bbf2035e7f63c553bd9a49b638ab0c6106ac3676a41072b24da4e13dde78706e0f99fd1ec9ee329d5be81d45a85866 SHA512 f8aaf9024d20ccd42b706c756eed8320aee339f8776392b47a41cc82ca06b03df1a5b1f00854cea96689c5af261b4d8c5d2b1a242d10f2755e7e33dc41be35b9 DIST quick-xml-0.39.2.crate 213616 BLAKE2B 1b6325a4e068e874bcc47d3c471e4285646af40b45744e85350c24296d0b756e7f18331c1b4f0137627ab76f7e22dc701c62ec06520e10dcd26aa6abcde8cdab SHA512 139bc93fccef44472a28f2d41ac8a4ff33acd030a267a90734fdb8b12672fb580731c82a98038daec7b58a5942bca82f9ceacb1a449608e8ce7f441e3edc32e7 +DIST quick-xml-0.39.3.crate 213783 BLAKE2B db0a421e88da433b653aa2ba3a726814bfbb0e7c173a78809af3293c6471d5e6b37073c49f778e987d29578b7bd1a1593b1921b58f1578d41a43f6a7a7393546 SHA512 6241251da3c9dfd74324855f4f71b4e08e6d5ac0a7d65719d769dd2fb49cde06d26c249740ab0b1092267fe88c87c72738abbb31b0402f118894632f98c5be5b DIST quote-1.0.45.crate 31564 BLAKE2B 1b2c2c3e6ebabfe10affa4c43ca0bfd1f52d8fd49e1df463e13e63a82de41272089c8e09e4c02e8a33cfee768ace26d4d42a50752de8fb5a776c59806139ad5d SHA512 df96ede01ebd0ed642b758bf1d0862d0e116fc2b3343e14edb657ce5438ccabe743dec4a0a40de4dee98c134d169af9aba459faadf9c7a832b26377e755d49b0 DIST r-efi-5.3.0.crate 64532 BLAKE2B 54bc882e333f7ba52b6dd6ac92b8a282581c10b47de91a4c4b71b15a27b2df885ab52ae2fcc8a546367ee1ce98300dcaec3c33cbd7393b134383528540bb7d14 SHA512 e748db9729dbddf215d5c37630fa272197dd2921297800209ca7bfcd6ffd8530b598b944d95547ad9723655cafdfb69b1c1fade9ba5f8c2ac5c55ec38258fdad DIST r-efi-6.0.0.crate 65303 BLAKE2B 79a28aa1e41721ad39ad95837d60a7034f9eedf0f5a32017849e7f4abebf6eb55e79cc144cea52030cade11d6be6fc5ba863e711a74038ffcc67b0d6eef47bfd SHA512 65f8c75c0201c3b922e6bf032ba9e6c648840f60939615565287b9c64d44f3fccbde209d8fe691937949cd76307b59c53801e6bd43ed7b8ada46d5d8fccf7012 DIST radium-0.7.0.crate 10906 BLAKE2B d576e0ea5c5287bcb6740cee3a3838b6ae4dfdef0ef05d34634b96dba5159e48260233db57a767c9e032fa5d9a5798361335cb19f7844f450113ece30ffbc51d SHA512 51e23cf52997b46c0018a94b0259b29d7bf33ddba19f6db406ca57ee5b1417d7e5f27dda3bb487d0099886011a97f238e8b3dd4d6c86e8464c0b471c1a7622a0 DIST rand-0.8.5.crate 87113 BLAKE2B 516f26bb2a969d0d79e957818133f35d2c0b4d9f1b401098ea23c5b80d27599e842b9298c0c5e46e2a6cb6953857bf8a9fb71ec9366c5ce6708cf17df14f179c SHA512 8b33a8988906ba5e2057a9a84bdd11f867a5536c22f5056eec59ed4ec4e3a6da2fd773da4c0510d343762e5a4ea0f007db4c4a7cef87a47f90e36c1a84d86fb2 +DIST rand-0.8.6.crate 83339 BLAKE2B 4e1936f76530f1c04d03e0f0028f6688890b8461f65873961bf75a2175a1d64449a7386f0ba4b817bcae28da1c68239bfb96c5b043048eb6e7f4a195e10a9887 SHA512 d7e887b161dd9191cab618efc367364c6bd5b31a55753f63aa08442b370c159673f21b0dbe020880601caed25535bda9e6b59e171699b00191db7668747b712e DIST rand-0.9.2.crate 99930 BLAKE2B 4440c21211e3c09daf8797de5ae1c7c461ead207456ad0a0405c6da266de51427dbd68090c461f1a349a04064e4bdba8151656e2e9f7c17be1f4aaeec1e26f3a SHA512 91faee823d9a3b109135182b9566e6327881736359c9d68358ad7dc78eac1e845c553820e2450ca481cae1e0969ec6566e72f7f9233251b1f9133449306f2965 +DIST rand-0.9.4.crate 99786 BLAKE2B a6a3c106a8f89cc5f066497fa976b43f577a10b673f1023e28da03f116caec679d85108e112114485ea8536a8edf93f849314f27925081b3d2618d61c4e65f70 SHA512 3b78989d418b84dc00833237e1e83d93a263d67d9ef8570785d1917a7dc731103db1b790643def196d66bd8f163da49994742791a1b2d9da03f854a0176e68ac DIST rand_chacha-0.9.0.crate 18258 BLAKE2B aa0efd158877a116b2587177f2da84832ba8153b629aaf8181ca7622bc8ea624b5a5d205d1b745caafaad78d5a55aa08a4f35822b8925acdf7d1212baf62abeb SHA512 f62a7bb067ff984049c96cddccc841cd9931daeb5b25bb69f056bfe577f62b1b35c08f2bb5028590eefa04a9369beead4e6b03607eec97256e0383b20542af96 DIST rand_core-0.6.4.crate 22666 BLAKE2B 8b6b66d50aade877f2779c006f8038db450f808c66d73d79efa66c4178dc03db06f12201bf0e7930181c4b0f4030c49b20cce6eb7839763cf2217cad9710789a SHA512 36c67eb845aa2ccca49d6d680f28d418229bbc5a050729e487fe6b9f9f384fdd7b8d67fc6508b90b79ffb3c26688e72feceb3ecae57d3d7f59338aeb62296f79 DIST rand_core-0.9.5.crate 24129 BLAKE2B b259f980ad82cce5d7871d7d72adceccdf75348c9adc628308cede24b603df4c1978fcb9976574d99d1024207bd496df6359a998f7a6f1b235d3f16fd8556252 SHA512 0ae54e2fdc0fa8f6a2dd46fe29de26ac397b9f5c805424b3d06e467cf1d09762d66c7eb07ada74adb64ced326f15d4f415e665979d5de2b3f8e8cc1196547c56 @@ -409,6 +462,7 @@ DIST recvmsg-1.0.0.crate 29694 BLAKE2B 1b0818bd937541220d8a1a7245ac981270588a7ec DIST redox_syscall-0.4.1.crate 24858 BLAKE2B c3301137a0b84e03b09d28dfa377ab3bea74d574a08cee21d35713b278d8b5b30ca2a1d73a0981baeb4644cbb88c86c8eb15ab3bb2692e38b93e6b35fab4e0da SHA512 073ed9d96090cf46eab9877742277a013c62d8da86d9caf2310b4fa868af306511936553579e01309f27067d344226cc8dc5e3aef01d9b900da2febd33848f8d DIST redox_syscall-0.5.18.crate 30747 BLAKE2B b9507a055aa34178982f0b5861602d2e11e13c2604f905c9b747c39aa6c45f06e60cf5c9d17d914712a815fc5e9ad75bf648c300e7265fd4afbac0b0c207afa6 SHA512 69f1cfb215666f1243616366711dbd8cadd6bb411121f48f6e4ffd7b25479efa6f900dd072d7cc6e6fb8130d95cdb42f4c0cb4ba9e05b09b1fa676ca32932101 DIST redox_syscall-0.7.3.crate 28254 BLAKE2B f01d7eed372489c7218d9d080d532ab1a943798c679d05d348398dd3aff71bd86347a133a3458ebefbf63d20b011a550c77b0dede04bd62b99ede86b9b0690f2 SHA512 5bf5aa29b5407856929dafc827b3d82be0ebdff9dbb15f69e3d5bcdcd4eecd5bffa17383284b53ca1a138a18fef4836ea3628ab698a9b047f53ee8a2cbf6dfe7 +DIST redox_syscall-0.7.5.crate 27113 BLAKE2B 33449fd5edeac547bd9fa97e500b614d438fd670cf6d03d7fe374590ca84c52e9f79a6072e761f8f97326bf8f1080339245f1512950c2bbdf1e3707a9c8dae76 SHA512 492fcf6078423dd0ade52f39f1d871fc117f787f8993bf39b16ad27adf61c783316b483273197703cfbbf7da430c112f5e1321a18ab9122838a6782da8423535 DIST redox_users-0.5.2.crate 17280 BLAKE2B 7dcb0b6727d4d4a9b2e3b9a2410a53eaa1b0cca807010446f36a658f062f0f33b07475e61f549922a7c5ef4e7ee3693fc154ba33bf7aec710c8053d03ae284ed SHA512 0468d42c9a5aa9b8811d00b4126115bd7e92f96af4ee136cf5387939474e351fa2c01251473691aeb34f5e4c8e8804938adf1bc83b5edffb6d06869b4b816b7b DIST ref-cast-1.0.25.crate 15192 BLAKE2B d38a9cac7cc2253b8892e2dcda3224ed637713a667c7dc283a2744307e437a2233314a57ca8f9568afcb72425533c688820e12d42650fb797bd23c88dd99c131 SHA512 dbab09333cb8b7f9b0ff262223a10078e7cf729266b90df47c1fdbf1d15cb31807314514556c72211da633efb988e3d6ac8e0e1598b7b55b557f83378deb0120 DIST ref-cast-impl-1.0.25.crate 10167 BLAKE2B 0b648a9d54300e309214d8061f017d8c344eaf5be3623a361dc3d7dea687daf59ee09fb3c21c955a9fd9da44910d19f0b5a7b515a8877428d24369f6d21aacc4 SHA512 c79cb5a1338796e037927e99a9201738cf2a2ebd1983d120828569644c60fb5a3444c2eee830093b166af6734fa8ba649082e523170d840b9e8a548341fc3b70 @@ -434,8 +488,11 @@ DIST rustix-0.38.44.crate 379347 BLAKE2B 780efaa7c9e7fb78782c552345ead692e4dc87a DIST rustix-1.1.4.crate 425241 BLAKE2B d0d710cecb9b20fa755e61a27d23b946a5b860211a9e63f34cfde2012bca2b9cc6952b546444a8a06a97ab8bb5817f87fd7fcdc7e3075640fbdb86f189f7f443 SHA512 33619ed2434963a98b0846414656bcc4945ca0e9b883821869fe0cc86db4a74c6961ce1375963ae49c6b5044ad0536eda807dac1320209739c9d669bd80fd75c DIST rustix-openpty-0.2.0.crate 12888 BLAKE2B 81e349f880e029afbd25133d93e202fae0a0d7c210bd4e88f00280c3225682598307a15b783b797c4e6820fff0c0fef3342c359de1536e8e70ddcd5c6e254420 SHA512 a47720a711c03e90fabc331b63215a0314a099865f5862a1be7a9d89ce5f90a1492b55532917d2c29eeabf5a68560af546a3e9b20214c964b2c6be1c49c2e64d DIST rustls-0.23.37.crate 372731 BLAKE2B 598d934a9fa15116a378d91d6df598ae56d51a48c34ac86bdad076ed8fb78aa13f227fdd9cc1924b65e80391df28b2d37fb260fad64502dea2bfbe26ab559d01 SHA512 b92a233abdc5382bd3c2de0f50e1ced3a8e1dd04eb7241e8beb9d78c27ec1e1e45b1bfbd9d4677078a4d19e3179dbef87acfb2bfc7543ce379b14902a0002e0f +DIST rustls-0.23.40.crate 373839 BLAKE2B 9a6626621adef3761d528f3372979223c1b1c6495aa71742f70a811e0b4d87282396f152f18dd460e629a30ad7f2597898e39039fdfec6ad77259abadeb3be2b SHA512 d16484fd4904f4cf61e3a3612da54d91c1617d63725debceae56b46686a7fde6d5720961e7778dc3a17085c9e5fcd0ac3f2da2ed05f353ef071090dc86505aab DIST rustls-pki-types-1.14.0.crate 35403 BLAKE2B d243b1699cdf5f98ae6118a523c4e80b5cb01db330f2ad68a60b52af990a553818e908e16d61fc79885a211754899c0f5f89256fb8ce5175db3da5fb27e3034a SHA512 15f8f06abf44a8f859038879db210009d499e3d5ccf33d34439ec56695f0221b143959e47bb6b1460667d838df4274b844a1a86e1cafa41efbe6694f8478e0e0 +DIST rustls-pki-types-1.14.1.crate 35567 BLAKE2B a480ccb4eb6416d538b14169c770a975302d6b0b7983586ee934d96001ce9a05cd6d707b2a984b45e40066da3af9f1a0e4e7989732bae4a11c096151a2f5067d SHA512 8e711bb436c08730fb9d62fe7932db35926e04b07cdd2479c08a86153159dd296cf999a5681d9c0c69da41e3b8937cddc0f627b0219cd67f66870770e4c81ee1 DIST rustls-webpki-0.103.10.crate 85648 BLAKE2B f7181d5f8f67c29793dbce20f6a03f971ce140f398e50e81e832651f5e3815c83f9333f1652590c1a90c10da964a6f80f9952710d8b043d108e4a622d5bba2cc SHA512 a3ddc6ca5ecb5f4a25e8cbd1252cd2e8ac7937a9376a5d1a0c60d405c561d896365c6c3c4711d191c9c8d308b34388235c2316ea83f4508518e2c3413a6cbc13 +DIST rustls-webpki-0.103.13.crate 87513 BLAKE2B c1b8db65355e598a240b545f5fdee8db234df9f4f1c2ffa41ab6e8759365fe88f867686a61dbf4002fb3330c67a172e1c97b53773e0378dbaad6c799646c74af SHA512 367829afe3432a9d80bb4da82e075dd05bc37ecaf801c0944e1af9184565d743abf92d59e6fd433e7f051daac15099273b823e6f417ec46b6b5da43bbdad59b6 DIST rustversion-1.0.22.crate 21096 BLAKE2B cdf773cda21ebde50da897c0af0e4af14660ce953d3037054a99d8adc3db2dc6e30a57201a45676abfb183c62016a68069848e7537f711b1752339d194b0a378 SHA512 7929352df3e5279ac88cebb26ca89bb13c755f46986d2d1f514d18a3239a63638bf64f8ff153920569d173185d988d692ee676335afba0bf72d47f71babe0e15 DIST rusty-fork-0.3.1.crate 21108 BLAKE2B 089d796e788488b2a07bd30f24b23193544f315dca9c34dcaeaa29928166de198b8e35bb0c89b7822cc058c1a381160ab22ee99e933ee85ea50e1a5830409364 SHA512 815e88620720901c737b8a3552424584094adeded3256678d3d033243674ab7808fc6404e678f52d0e46fbedf4eb9bb2cfd2ee85b543f21e448198c3c5f02381 DIST rustybuzz-0.20.1.crate 272721 BLAKE2B 952760b72a8fec098321584cae5fb997b4b23ad3ca98926e96c231dda2ed385baca3c83037305553dc3c6ce4f112aee07465019be7d85903d06801e04c7d7b79 SHA512 83f9a74b64e289feb853ce6fd7b24dbfc20d9a4cc0165cf5dc62583f2ea958b97d367721933aebf7b26062175ac00234bc83982fc1fd581c570011bf6b9e168c @@ -448,6 +505,7 @@ DIST scopeguard-1.2.0.crate 11619 BLAKE2B 8b7e9ed6cefef9ee55407fb9690d57a2a98bb9 DIST sctk-adwaita-0.10.1.crate 53237 BLAKE2B 5c0160c583c35960caa4457ebf58ca2f262dfa561eddb390d5ac0471de7540e5fe978a54325ca6cd840ce1b1fe3213174f455f2d8f09d3990f5b20d7fe1a07eb SHA512 76558982f548d5650c6e00f38f27d2cb784d12419c63ee7ba1beee11a809a79ab0d48f83bf48275e56e0cd9b8e91f7498708e16717a320a2296beee1dc3bda75 DIST self_cell-1.2.2.crate 23264 BLAKE2B dd4208f060b09e673178d0c66ba98670187d613fd903254d17e711ed2538c4ce6cdca7c0d65482a163ed2c91c8aa9b19d7f29df025b9964d69ba0fab3a6c7d6d SHA512 b47fb19bc623b5d670c21a2b1c32dd298934e295cc5b965b2b244ff4a076a7de4c652e4d820db32e68301b4124334ebd25837b55c610b75dc60bdd95a6ef9420 DIST semver-1.0.27.crate 30081 BLAKE2B 760cd2994baba2ab8d63656b39f281304b309152cb3c576a0cf31ebf57294bdb6a10ad73e61f974688b0dd80490e0f4da004f3396cb6988bc90af8eee0961ed9 SHA512 8492a2ce5adf32cf6183d03509766f169b323a9376b061c9659a8752f69de5f45f7c64f474fa907fd9261fe3e9a7691a39c8a603d0c2e8d9484f5946bc27d78c +DIST semver-1.0.28.crate 33064 BLAKE2B 03bb56f4f0ec6f4cb208277500eba03cc81a7b2a115d64849b2d154066f723d46f8625df7c512cfbb2e402a36cbc5a1627e8041ac2de92daacd4a92a6943979c SHA512 bb44373e60fccb83bc95e4277ea0abdd756a3f77b3334cf6d6b5fceac086910661ab94eb326cdc8fefce0c09220933bdf03bfd142c1594a92c9c1e4e931114b7 DIST seq-macro-0.3.6.crate 16031 BLAKE2B 110007c7f779a8b59f3a1cd3f09bfb2c7e0288589840366ff3a56e9f1e6501053082eb957525353db8b88986a3178fd7c04b0e7622dc7823795efa476304a187 SHA512 e871abbba0e31edbb2ffd245b14ae57a9508bed8721ab7b828a85b2cbd2e56de4c9d2054ec7b334123e69aae177360964aa5087bd9142636737ea9af7c0b19e3 DIST serde-1.0.228.crate 83652 BLAKE2B d1909d671ea6d5c2eb4ce34ee4493ecaf665d416111b4cac754b5d33b85f916296110bae7aa961efd987a2ceb4a31ba645752ce99dd28dedb9f1eecdd4d7b1b2 SHA512 9b645d6214203533b303fc5e88ad4f7686c22df084878d18a0209a92304a340fcb62fdde88a7080cf7a7348d47b9b363885c4e1da90dba08cc99ff620f375e97 DIST serde_core-1.0.228.crate 63111 BLAKE2B 8a64e4627ad21a3d16dd37d53fb809d11171bf337ec16bb1223075cbf81b6b85cd1c8d19abadf42460d0fbea323e2f351eeb6ef823389d519121b74e68edb215 SHA512 43897e3a7ebdc85d81d1cb30cda8f0a11610f6f551529c8a21462c24fb83110652b462846aa3e1bed5fbf8b5d7927018845a524ee9e079e2c8acf2c687efd6c4 @@ -459,7 +517,9 @@ DIST serde_spanned-0.6.9.crate 10210 BLAKE2B 6b3a623aeddbf9b11dfded1a6491e8b6298 DIST serde_spanned-1.1.1.crate 11025 BLAKE2B 24329285e068484b2480d603a6ab7f041f111e03eaaed6db00ac94e36e608c810b7f19040265c51e9d881e65a107cdfde98068b5f1f56dbb8e1fe6677683ac58 SHA512 ed6f0cd52d97985458d530a1ff973aabef8b611a17e739d5011aa50293e4cc994af24992e07ac55e0d2a8fa8d0577ebdba4b42b920cde505e05dadf05382e545 DIST serde_yaml-0.9.34+deprecated.crate 65290 BLAKE2B 1c1f8c7dd1a7952948596d8c727fb6fd36426c7b80ddaba2e6065db7551757e6fb170c77373ba9784f6b32de9f8aec94f90e1c85df98b9ac1f75a7cc8e5da174 SHA512 64329436d18bc3b1a0737afff7c8727f7e04c71b2bf6022f597a45f0860fa3a678eac688f61f0bf7a7846f98809f427c9907625e1d00c8691c383043c1cffaca DIST serial2-0.2.34.crate 35396 BLAKE2B 7ea748e5c5362f781d3b1eedba9c37087fb7f85eeed9ded23debd2b3e47edc936b6fc007f1a93aa59b00219e8cccf83ed9a58570f4707bb896badeceae5694ff SHA512 ba807dc48eb95a06972ae48cf83d6dd81274bc9c2e03d57526bc35d3c5c6a8a456866a0391b5d00d6818429e046d48e2341c28e1e59180c83b402a71b1e3e270 +DIST serial2-0.2.36.crate 35029 BLAKE2B 28d5061d11014b24b9523e01d40e84fc24ddb13d9e589503227a7d907a91bfed7a56d5bf00549af61cc429b7c352e4e8d5f520e02ce84fe68a1ed8a22e208190 SHA512 4ee23b48e1375bdb521fa4b00e4a7458450058a669ad83eeaf542e5c0b85206a385031313544538e0b831f5f396236d708a30b7099ac4b66d48351a976bb20d8 DIST sha1-0.10.6.crate 13517 BLAKE2B 85ad8dcd237125945f6f9c2d7a48bc9802dfe8398a2bac86ddb96763486092fa18e80a2e69f89cfd6e95599d34d60ced33b26a68cbbe39bf158238a79433584b SHA512 fd37be7e3f1d4b6addd313a36b55215fb70abd21be7831b71de28bd3eb03b7352817d8a7b1a166df002c3a23eadc8224e49edd4a37556c0e5357565305d4128f +DIST sha1-0.11.0.crate 15458 BLAKE2B d5a8301ce0006fe40a302e109b47fc1cc2a273f5de4cf0dce2e0e3fc4111fc14107074f99205182f9bfca8fe863d04aa9889648af2f1f4269d74c51b7b1ac4b9 SHA512 2e5dac334417737b2ef58bc622f7ec34b0974bd20f7d61b47aa0f3c09e4c70df728cda08000efb720f60df6ec850bf177de70dcbc3bbe3aec83395f7ab1b6f40 DIST sha2-0.10.9.crate 29271 BLAKE2B 1d614e0efe085cdb40e05726578a9b4ca6bce93f6d3324f5dc0444cb37054912cdaf5d28d468eac2c0046030d920fced2ccd006953b80865ce8a2d43ef3daa81 SHA512 963adeeb4ed8b0e7fc19085e8721ea13e9b3aea5d115ca1b3dbca495ad14810c6450991dd3753807c293c415aaeb1054b8b4124c72e7090cd9e86f09fcbb4f80 DIST sharded-slab-0.1.7.crate 58227 BLAKE2B 9b4c4e4849ed324cf48c2b905f21139d1d65aa5ab13e7fb11817cac9a32ad09f8dbb1e50a93d40cafa0aba872792bc92f7bd2e219f62f80695409e949c07978b SHA512 3be7438d4a75debb14463477f34de6db1ac38abe958ada5d5dae7ae8d5993e245da69fcb989d91aaaffda5f2b085d4bcc88d10e07ec567b7f40a21437de6d4cb DIST shared_library-0.1.9.crate 10566 BLAKE2B be5497dd6ed880d33f7b4d3721d3747794e29715fae352fdcc5d153cc9512da2c2f4b21804ce68077654eb3ce989dbd1fb688120516783dd78db7f48afc8ea0e SHA512 8696f5d9ae976b04ac3f559ff1c4945c5554fc741bd9e62207a475a331f8c90fa8c2d583ac9cf96dd18fd543b65fc469aa76dad2f526c00c68182130d4396462 @@ -473,6 +533,7 @@ DIST simd_cesu8-1.1.1.crate 319542 BLAKE2B 58ece944639253cd4e3e23fc08a940390d326 DIST simdutf8-0.1.5.crate 28488 BLAKE2B 1e0ac310d874a3c279c4d2d5369de12c2ec20050455b2102c0a10325383c0d2ebcf262ffa1bc1eabda14ca62508d4120538d7b353200122168a659ad4791d162 SHA512 139668c7232f533d3439986474da5036efa32d4e0d21fa72e1283e27dbd0670984283d91c238e445be61317426f67cdb8d3f13738b2fb657563f866c8b6d89d6 DIST similar-2.7.0.crate 53928 BLAKE2B 41d6aec64403069dcf81a9a00b9db041967b89d09cf9f2371444928f32bbc2a8c6066adb93eaf25c72a257fab87e24c160265d687c4e33848728a4ddd374012a SHA512 4a2559d2e47e7747eb2bde0f02a0e652ff0e116d1d3c3756dd86fd48f114e2b42157b860165e5cc29c2123cf19c64ebd17f023aaa05950de03ab5752562206b3 DIST siphasher-1.0.2.crate 11416 BLAKE2B bf5856bf89df32ce3721c488b539e30df29b5c7bf663d839586c9e0c8f0f943a8b74ddd771e405d31e2d9396f633dff48735d8f11e64a2d1033bdb7f15b3f4e9 SHA512 8399a455434ffabd268c4984bc8f1fb18650df0293d6262b507fb608ff96316075880ccbaf228a9fadd8192320150b9137fc3d854aacd76a2b338b5b7fd93be2 +DIST siphasher-1.0.3.crate 11643 BLAKE2B 88046e55d019f0b43e90db9337359b74ccc0023e5274856d5cd83763ecfebfc1ee814d5267caa3bd1db75615a58f909c268a50415c69779cdd5c877823cab16f SHA512 dd0416e6fa8e835c25b10bf93c793c263679d64b8d56288313bf93b989e4a5b271065da11e9af266e9878db7dd73396852e2e9b164aea6c2ad837c8ff0f73bcc DIST slab-0.4.12.crate 19080 BLAKE2B 785a1b899fe01c8825f24d90b0b0bb31bded234810f59c71b7e44221387de33fcae220a7d0745f59f79c267673b76e7c8d9fa4c0dcbf8fc5d68be6562018d49b SHA512 cf7c971b99b043d8bc102732a109717cbbec114160e4f7cc4009c66739177778623403c33d6a32efd1620e0ac7b8743c36e0e5563082af7f92f1e4caeceea0d9 DIST slotmap-1.1.1.crate 61862 BLAKE2B dba772f98dc54613ae98d7b6c828e21cbab06fe4dfb7c5068db8363f839bde485e6558567737300111d15b6e4dd5226bf0240f10439ea18d6dc717e6847b9cca SHA512 ad072ddd9edea34c3137f4f30d7f83c055b11567ebb4f505166bd7092260113f59bf215ff4566c1d567479d3d28f51f3751f2b939a768e658cc54a25ca49054a DIST smallvec-1.15.1.crate 38116 BLAKE2B 8dd779d7726694672945e928399e0459f4973d284a6c2d664c2fc757ebb1177658f47c812d9800e982479cbd7413fd4283c64a4d248ba5cff6397f96b758676e SHA512 c26b097a063353beedfcc921129cd0fb838c1c9420218993a05b2655b47b6ec16f11e0054312018658b4abd893beee140c5d2739401a5e5aea2e64575f237047 @@ -515,16 +576,21 @@ DIST tiny-skia-0.11.4.crate 201082 BLAKE2B fe350137665e6229ea707bedbb535b8d5c3fd DIST tiny-skia-path-0.11.4.crate 47764 BLAKE2B 55b76adc467fb4c063ac2136271c353b92254f20a68e5205395081582c624481687bc319845e217868e5f2c54ef320728d0b2ddefe32fab1a17b90882168c2dd SHA512 723557dcb08cbdbc4d442ccfbba38481b922e367cec07fa23957f9271a96d1c656fd46bb0e0b5609686e5c830d1a988b0e209f57d0765d0afa738e5b2b0d8dc8 DIST tiny_http-0.12.0.crate 51330 BLAKE2B d296b90b4e13d29cf16954c01bed353897740e37d6117208f8a52214d722778be7e326508f6e2a5b21e7f3cfba6f65de7a2c1bc52dbe57efe2fcf6b235fe7234 SHA512 c74efe5a0cad88ef0d569329bd633a9ed09365854aa5ef601c97f7f20a7869253b53f8945b998146ff1d97e7301fd59ea76a497fb0f1866c6b9bb76b87561fb0 DIST tokio-1.50.0.crate 878380 BLAKE2B 222f2c36e420e4f444cf6e621a1ce69599aa96307af8b6d1fe32988ec5b6fd1dcc3f147f3bd82fd768b38cd48fff25c84e8fdfc3f1d6ae08fee4482d3f99dcca SHA512 d09c90a3b7e88935c97ac3092842ba4863c412fe2edc428431c4a1d80839354f79ec4235cd48b81a5c3d88442b21753d3322dfcafc3f4ef31f5fcefe210c5548 +DIST tokio-1.52.2.crate 900295 BLAKE2B 7f77e838c412e669fc869a04a481b359df11a4d377c4cdbc35801bccef0be6dc3038e1c21a92ccb9f5dc55d6cef145168e8226d3fd686988395859c9db46f619 SHA512 da1d473db7dbc75c22783c6e14e80b444a8806a560d92bcb1267d75157e3439808f372fb875aa6ea93f50fa7a9d9bb97cde3430faffbd3bcde294225b88d3085 DIST tokio-macros-2.6.1.crate 16546 BLAKE2B 70dae2211f477a09b910db16a3940ab0e6352fad86d06e54eb471dd9a16ad08829bd3ebfb97d415861c0f31ff437cc6ad0c994f3c25869725509f3db07cbadd6 SHA512 f52999d45ef36cc1a3704fca95f10160a244d1113ce957734fb044f6102e812596e5fee2a36157a2b3a0b070968890be2d6789a5d3157b69dff1fc141b0627b8 +DIST tokio-macros-2.7.0.crate 15859 BLAKE2B 430d68352a433d070dbe80146860179023a01cd8fc7923a55337f48743269dfed914cb69989eda8ff969c74a96b28cd32f0a59caa87d5b2f3e3828d878d0b026 SHA512 c93653ec669b092e928f71ed1e7af8783a5e9899739265389ee24301a0a5a9e2b98c69539937f78926e47c13a36aa70c70eae278ba6c082306e4044a7021c2c7 DIST toml-0.8.23.crate 36050 BLAKE2B df3b8a263cffefa8c1d0736b69d74c1ec9bce70e0dd96934366ff3652fd5052362e738f807b2ffe10f91fe6867fe0e3f45770bbe141c8f3995fdbd5233a77a5e SHA512 0da3a5fdee8dd5aa0ad2cc251380f23109c548b514af5b90737446487c9e89860ab5030d4112c88e2abeb7ad229ce085b3375a3e237156b94b27770322a7c7a0 DIST toml-1.1.1+spec-1.1.0.crate 56318 BLAKE2B 1b1408d0c21e2e32e46d0b5f2bb07418d231204e13765e5c5ad42552c7719a34aa592ac3de85a11f436234d585a1d840920475ac61c2ec044d80cef9486b093a SHA512 961a5ad0fa770534ecd919434104cbeaf50b2fcabd13aa8e682ba0d9b83b88e60d0fe8e9536cfbe6d8e58291df520ad4894f1d1e3271526db25681ef4715d5d2 +DIST toml-1.1.2+spec-1.1.0.crate 56327 BLAKE2B 089a3ea3e47f18655db4fac61437135b613241e9df110c72e3e16d2ff782d4d77c6588cf453df0422e6eaf003a75be7f81758c2f8af82663e6280e5543a13026 SHA512 d7b6bae5bfc9163b91f054d36b9960f45bc4f42fabbd4f6d6cd33815863c9114c355bdb5839da61c28adad6d04ee48635401c71a8b9db89ab18a0a04ad9ac261 DIST toml_datetime-0.6.11.crate 16125 BLAKE2B 5afe564b47bc6f94771a15e4ae759225217c43115e501a1507b6f2c14738678cb36007ac426fb3c21c51659a5d48bfde24a28cb7f944b85477380c53c50ac2ce SHA512 d650d916c7d8827b6dc130d7690bc7584d26d5be0a35f94c6a37291b7f2d5aa94cd16762be23e27aec4a7c36271c62ce145a64aedaa9f89ed69df82ac5c8db48 DIST toml_datetime-1.1.1+spec-1.1.0.crate 17982 BLAKE2B 0552b1cd242430876cbe3f1b4209c21d5b8aacf70c3235087dc742bccc55bd0994013b021a48ba69c4a2802bd458eae56cd8a96999f43affefff0a5f6b2958ca SHA512 74e13bc2f616b407d11e445e3a416dc7cd819774a5d747baede2d71ac42573ea29fd77cedd2648ff1b286b879053e764b8ad07cd9e9fe1164f6cc26f12931808 DIST toml_edit-0.19.15.crate 95324 BLAKE2B f989f96d571693ff81572af6c05a6f51b673e478f22d20a6b166c45909902ac80280ea92ec5c3567327df90100a47fb7504845fc39bbcff6756af6c1a89e2221 SHA512 46d6bd2fea957392ae0ad7e687dad7743b76ee8e8ec76c80d6374ea294d3d09b6f73df0a82c821b9ee3b5268987a4136aa825034309f3cbc1947dbd1af1505dc DIST toml_edit-0.20.7.crate 101056 BLAKE2B 76c8ba87b0acfe74fb225bb1f1ef92ccee3e58e0dff64025e8d0727710e1362ccfe2f6d4625d0f1de7c14db318857c0e24e87831a82ce514bcb21f84d77dfade SHA512 fb6ef6e495e18b5d6eb96eee5c2a39b5539a8cebbaa8b93c3995d1e14d1db26488200633c7368f67ff5f982ab20dce0977601314c643fb2671c3caaae8e584af DIST toml_edit-0.22.27.crate 78602 BLAKE2B 32b8baf55fbafbf6d176ec696f93c06dee4867cc7fab4dae9f01651d84d61e5e98b3eb37adbe1787c125f48c391c57abcc268a04a2118bc0ea37d0567955f8a1 SHA512 844832ab59928dab567b3084f7458a9a8ab1ad0065ff057c1203bedcfa9bafe4c7a36e723340c73279e56bf797dd7fdad6d78e4a2bf6666a414d6c44f750f466 +DIST toml_edit-0.25.11+spec-1.1.0.crate 68598 BLAKE2B 506b9de56f9a3a1634c320198da0d681d88a604f0cbb786d9364aaa92ab252c84fb94e8d7635d07c38eced96601477772812276f431ca60f1cd4c03bdcbb9267 SHA512 0369e40a3ed968bae1d0eb078dce0613c8dc76c50b2d69dc9cc563d96d4df65556dd449d86e8253131deb239e206f14aa208a5e7bc393c9f6666beb2034e896d DIST toml_edit-0.25.9+spec-1.1.0.crate 68531 BLAKE2B 51aad95a9370fdc100c97a0d4f72f19da5d6325c56b5c9ff4cb10cb070cdc5d262d419b92c77a565616b5246ca54483b45d12aba605dd49715728f6152f7223c SHA512 a36851dc1fd603e2d249a1cb556675fe53cd6614fe7cfba5ae5536d5c6c87377c57f93b0700c538e40e7dd7e0da525e0c4f52ab805da22066365a9f828b49fd0 DIST toml_parser-1.1.1+spec-1.1.0.crate 35331 BLAKE2B 864c7fb0a997fe1b2fc19d82d4b770042ca5e8c1224411de27e259cce165c148f68e1d2d7ac41c0b9ccc4bbccfcf37091ce417e310015ead83571c1dc8b59c3b SHA512 aa8494da5977897be30257df274b6b0913fa23b487e5257241f8c026b807eb9544b9b866872fe1cf5bb6246c77e65a56454ac9339855e66051e04618fb00b8ba +DIST toml_parser-1.1.2+spec-1.1.0.crate 35485 BLAKE2B b45ff5281d25d002fb9807005f6593e218aed03573d99ec0837ae75e4e19c40cf21759b0813556904d5060e5c8c309bf406485766ba14e9b464771886deece15 SHA512 11d4a5489337f9e2eed3f47b04376b0d00f9962a8fe6fa59518a4b5f0c7886aa8416f4e34ba640102a3abc45fe7ce628d1fc5327a4453dd7866a7f16fb45cd9b DIST toml_write-0.1.2.crate 15660 BLAKE2B 8db23ea7131d61e57fc20ee3e26c62c95448953b9962b63c7ffeed78d1a057b447ffcf2308666b97c294a62e8ec570f77d5eccab3637c17f2dcfadee54d202f6 SHA512 240b04a964fb49f36d8ef5cecd7123018c19a084caa3f64098790b96e85491918a32cc8ef78412c4d8b82034a616706f8c7bf023435a28be3fac3ae00c453894 DIST toml_writer-1.1.1+spec-1.1.0.crate 18841 BLAKE2B ff11963c7dd3469bbb9042d10c9f201aa78d4cec5b0aeb3943d17f2a632243f0bf0358989c618b0bb8cd067827f20e06dfbb1ba54a0d55e1ed1cf45f3c2c2567 SHA512 f8114a147e81c99b7cfff81c9c337b04d27199259cfa853ff1df4f56fd65d7a2d845d90e21ec51c36069b11f7e4b7a6fbcc69a9594954ec032c75998b2480697 DIST tracing-0.1.44.crate 463135 BLAKE2B 86054adc3043c73510bdd64973918dbcd4a8295dd007a4356e702d6dc90bca8b0f211df5e934b850d63618057fffa10215fb5d966340162117c110ff3e3e1c98 SHA512 383404a78c9bcb9dee947140082420673688dabc54eff334460222abddfc246b0256996ecb456d5b6325c029fcb2e641c95ff659a08366089b8b79784cb28869 @@ -533,10 +599,13 @@ DIST tracing-core-0.1.36.crate 63967 BLAKE2B ed35889974aeca741414d425c874232c3d0 DIST tracing-log-0.2.0.crate 17561 BLAKE2B 701bdadd40f1343f3c4901bd8dd188f1dbc0afcdf50807bd0f6df7539635e239b5095696872103125a4d4cfec24af6336fce6f3931363dd5be4f53a09fa584f2 SHA512 0c1f060e8ffb9ff24cee7b85cc2d7d42c69b2f7623a7faecd7422b23b11ae8d5c7691e4635bae76861d444c369d9701ccb147904668023642b223e442e3c8285 DIST tracing-subscriber-0.3.23.crate 213773 BLAKE2B c47dbb00620dfef7b629f5f39549040ba1a7fdb1e511bd57212234396be248c66baddd5b12cfee49bad8bd9aebe9d4e9dd663df7e4e0230047fc028f9c4decc9 SHA512 9d69512c39fe2a4d9f4e27f373e3c79d2b23dc6a8e10e8388c5bba87d6f80048edd1e70541fb4311b9708d53510a53dfe69f32c1e3e36ea85c6dfaafc2c01f74 DIST trash-5.2.5.crate 57121 BLAKE2B 276c03c34795fb7bc06bb274441e80807b2b7f487266893afe13318fd8d45399b200d55155dcd3eb36eb808a2e6146b0ff85d0d577f0db7982e7aa062c97857d SHA512 3c120538762df11325555749eacf3e4693e96bf780f052b11f09bdcfc3ed77254c54a864deb67ed6c78bb582dfb30f82c28500db6c5977b87c341cae6bead1ae +DIST trash-5.2.6.crate 69585 BLAKE2B aa4107dcb848743eade3eb1fe69d52298fd883662fb95ac38b9018656ef426a6d2cb4ef3ae39bf236913d6dffc6b509e932428aa852354c198c878c08de9afc0 SHA512 1fc3a4cbe3e1cc103b878a9afff1cc5cabdd35d371cae7713f0caa95a54a1477bddf19609172ecb686191c58c5423b8767fad799d3b935af08e567e17227fee5 DIST tree-sitter-0.26.8.crate 197219 BLAKE2B 1d95b83df7f0e7987ed7a6e44bbd7bfad03e0d3ca6567847d61c672a37c7c21798b591a07f00c61bb0cf7a9831518879e28219ce51af965e250653dee66f8e43 SHA512 091cea65cd13b27bc2cb0d22310ee7d81d2bf65f02b2ef67e7d6ea8fb56f2b02f759e0867168d196aa001beb2881132bb2a04f010be37ee1e44340bd01a213aa DIST tree-sitter-bash-0.25.1.crate 438310 BLAKE2B a1a5732caaafbb2b14dab1ade951525cf7f8a6d61e4d5acc9175661885b9ae04b7bbe941778189aee8b58bc9646709bf608835803e04916596d1807c6defb6d2 SHA512 64bdb945061fa42d722d58aa14a70a361c5b47db6be72bc887003a24b3eb577516db8d25e08b0dfc7a80728378d1b8d7cba5e169362bd594c819fa89363a3bbf DIST tree-sitter-c-0.24.1.crate 248206 BLAKE2B 711a4ee8d08648c82b0516ec23c6a8131feaf18f476d3f75626431bcfdb65c1d5bcb44299b546576be0dc3a8269d35dfa0ae2b15ff6242464df222f20694d7e6 SHA512 c9c40e03ea66ba720bdad14db87d0f4941c5c6db7247df95291465bf5bb3cecde829743e8922b26aab3ee58b1030709b51c91c8c45e4037d958ea23b84413cfc +DIST tree-sitter-c-0.24.2.crate 249792 BLAKE2B 9dc74cb533fd640e5036bca0c4092bb94e79ff32d7ba608811eeca5cce25a0999c61b35eb6b34137dc1c04f91d4361a4e0b55a116bd108230f61859816074435 SHA512 0046ac8bfada44d916e9f35f6ee2fe2aef7f69520ae741ea16eecda7f449dbaec1e7a82231d722c96c5f5218b3cfb351e19a14dc0deb6befc9580e42d60f6340 DIST tree-sitter-c-sharp-0.23.1.crate 1347808 BLAKE2B a5b744b9fb224ad75d702d56443eed27384f186301d48fdd5441ae6da2c79cf6275b280eff8baee78a0e32e1518d6bb89d18926b3bf3e1a88b8eafe759138cd2 SHA512 407142c6ccdaf5e8e5a509a4346f93988755821ab1cc2eee3ec719294f92ac4050dcca40993f1f5f7a500be056a5cbf383077627273e043ec1d414236a75d2a0 +DIST tree-sitter-c-sharp-0.23.5.crate 1181972 BLAKE2B a617936eca686ef96171528a73c878e3707c258c95fb71c200bde12930927d2a4c6ddc62ddfb8b16aa4a5232d048c7460e005a047b32f5376de414a077d7dced SHA512 38d0199143fd6b76bf1e41e18c985bcbfab2186e8a108604ee3d5bc8149a356611350eb78d055a8d80f6e2d5a723e25a6ed2ad44be36fc428add62ee757b9b9d DIST tree-sitter-cpp-0.23.4.crate 971129 BLAKE2B 7140ed83b33a7b433b0a0351d511ce747aa9b049d021e1d6bf2fe83b74a1d2677689f2c7c32cf98808219d526fbbe531dcf502b81dc189e10d867fd8633a70e8 SHA512 a67df99650c5eaf2e230504b3987099005b2761ad0bcc521bfaa4cd0ae2431d0fe1574dbc6be34fb9a49bb85f6d159612da973da8148303a9dfb92c4bd14fe15 DIST tree-sitter-css-0.25.0.crate 52131 BLAKE2B 4fd5b2ea957b26ab6ba9f8965487940d79099d0151d894f33092200254594ec9dfc7b3ef51bb24b0fee33439f4b2c48078a4b4ae58191d589dd1a29ca60f3e8a SHA512 53d372c4867747d83ac8d626e0d53f121f2af7bee7962f18266aac4f2f3332d53fcb66815e3684ac86d8b2de0f329bfd0a8abf7c6880f8fe98253ae05db0a442 DIST tree-sitter-go-0.25.0.crate 110415 BLAKE2B f5366807c41c3938ece49fea037732355ad601212fc1a759f7d4dd4e8665eb0e47556f6b839edfb92526e79a443d801f1672d57dff837b29123a9cda83e4b455 SHA512 5c847d91bdf4c9ebd876ca70e485de56a8a8e5bb71faf1348803978851621f0457b0931e82786a80b55484ffb3a9153fea712af40e35c657e1decc0752f13ac7 @@ -561,6 +630,7 @@ DIST ts-rs-macros-12.0.1.crate 21085 BLAKE2B 5340ad16c5e7d946c874f1b1f9803d0e271 DIST ttf-parser-0.25.1.crate 201121 BLAKE2B 41ca8739315b2bcf42c41bbeaeec68f0a8046571dd8d49a0c5a082e19d8b15aa170a34f6b091d5bea24c1f8ffe9a21522146db6b964eb1cefc2918e885fe9222 SHA512 2483f485ade8a764a279173a3431d7fbfa7c14466c458e44a3a09d249781d200a6880f98f424b3dc1718ffde4988c8be4eb1ada7b255c7ae3b6639449a299c9c DIST typed-arena-2.0.2.crate 11848 BLAKE2B 1d2821519c959b8e5f32942fb106f836a9aa753a43058cad6898588f8e0d9abcbe7a94a91ec8d30c62e59833563df48229c6aeec8bf7a396de20895e39571d11 SHA512 33f43488ff63ab763e4330d124e3290ece41e50ab78b6f12dae3a2be4d7f5bdf6ec876ab3b1f8cd81874e335fc41f3a2254994f250d3d6aba682fce557a6a399 DIST typenum-1.19.0.crate 76414 BLAKE2B 8083988e0bf1d7927377112b8939607f32af098f198a2bfcc2c5302170d9f6e5b29cf02d3cab16c1ecd0fb9f0a45ea3c6bd4a4e4baaf2dfdf8f694093300deeb SHA512 09ebcd7a2cc11f422469cf4fe706f1988bcd81d628e2bab3f54ae82b0aa5486d03a4392187a3736c13dc0c2027053387f89ac656caff72f36365c8be38bc7ff4 +DIST typenum-1.20.0.crate 105530 BLAKE2B cafd31fa726d6780e7c8eeb9a4785b8ecd1d846c49ad12d0d95666d9960066d16afeb0faab1d5ccd5a4dd47b98e0ae47efdc08fef953b0f2d254968084ed65b3 SHA512 2f511e72395ab9a3d3625de5d350e3a1d78d9192d69727cbb51efc1e41b2b6c28798a2a4347664b50978fdbe83e79568cfb6c53ff5f5656fd0cf0e3689803f54 DIST ucd-trie-0.1.7.crate 46795 BLAKE2B 1901b49ae246f0d9628b675d4320c1005707bf97d4c8b0ff99e916d198e31698fddfdb0551222f36b73b9ec7d9e648d679848841d81e975bb9ea69bd1e30aea7 SHA512 382a832e38654a9159ebb40a8e8bf6e7f2f3108940e5b9c388f3a1441848a241201e7e5cfb125e098f04f0b2893da231b8a0e5124270e774215374bff3c5445f DIST unarray-0.1.4.crate 12895 BLAKE2B 20fab4ce218941bad9ae341d24e92469b01f46523adf9d6c80cf2418b79dc529011f357e3c96a66ad96bf822358581a150f75c4d3ca67043e01814c59f1a9bd1 SHA512 373d16e9688938762c61cc9056a50badfde417f64385de1949678333cf9465cc496a357707989da83ee5e4ab041a89688fcd3ab9dfb9c6ec66446c9f5b56b630 DIST unicase-2.9.0.crate 24368 BLAKE2B 6564ceec45d9bbac876cc12015e46f4efb415fdda4a37a62f8dc00ac93fa7a6a643887035caf0c6eb13b07571a2145e393080930fc5d1f71899794a942440409 SHA512 1255c6eb4cb7217f0ccb698f790115d88dac3dae3708832f9cdb135f6cd914b2653048463036bc396d0da0cf415251b53c70e27ad5a1cf39a9bb18d8112aae44 @@ -584,6 +654,7 @@ DIST urlencoding-2.1.3.crate 6538 BLAKE2B 65777b0990aa6b3d27a47f36114da8622026ac DIST utf8-zero-0.8.1.crate 13984 BLAKE2B edf9ee3bcf9d7742f8bf5234ad483c3cf8f67c2027f2a1e8027a8ac74e55351a3fbe65ff74b1915bcbb227540eccc4575422c236d3b76b1d1e0927fc1e5564db SHA512 2e6659989fb694f2724aa2931d43635938b5d83c1f58ae98181b8e46c14e0319a4d58087e1196afcd22247bb7faeee23e83bc8d9b928e8917930ac101437b386 DIST utf8parse-0.2.2.crate 13499 BLAKE2B 095b5d219ab8ff04c06fd6303e03d913ae36a57845f0b2ca3217a40e31a54cb0fb5ecedbde165d28f5f60f1553d8252986d7098fa83befc84a7cb20bf3b76144 SHA512 f3dbf78fe924f1dc3cf9498b6e43fb10174699463f31091a7a8136d8f31ec84fc00e80e3d8551b7e86257e8b3573cfddb56fc0de797fdb2cde0e962a8f239266 DIST uuid-1.23.0.crate 63006 BLAKE2B 77bcbf3c658f0bb5d09bed862b9a8720110d62094a2bf9065ab8f98e6c458e4213767a9152280bdd71941eae7077036deae56adbcdddc14fdcbbac4cbd030061 SHA512 60e476dcbc407a0447f362ee019abb128c0441503e0adacdcac5685ecc16aa680faa575b25fcce147e9c49bfb5b8fa04964a25c5d7e4e9870e0078bf8f18fabf +DIST uuid-1.23.1.crate 62932 BLAKE2B 8ff58079d6a1eacf2d1baaf1dba6ca5c5da84768a27e2f7f1f9843f6057ed634843ad96a6797b4fdee5a01716ebade8b99433a9b9b3dad794bb9a26d93c81059 SHA512 7f9222285c9e6635d9ed0b03ae945c2037bd7f7486bb05214355c19eb3fc0f7685b3f6b3bb58e158e1dd26cbf4772af7180420305f2ff001a69e90ea6f2c428e DIST valuable-0.1.1.crate 28679 BLAKE2B 33a68f81cb0448fa737fd7416f2dc1f0e4f171851692e5f759bc375ca8ffbe6eb53912823a59da44228029d379729b669e8213f00928c9b1a182c5d26c0de8bb SHA512 d8a4bffdc8a166d1ee11b87dd91cd68e5c898916b14db7039ad2faaad34f4bfef76f3fc3d17d6e7bf05e495778f7c9d5223fbf45331bd114f93fb6ec950eadbf DIST version-compare-0.2.1.crate 14245 BLAKE2B 92e952cfb544ef73c4ef0fd44238b414fd66fa71bfb3e0e0d2c849f5f4353570a0a9b8dc8750c5c30ce4e4c3f50a9becb188ee96c383a3e3f03b23349c2415be SHA512 43e6aa9e53c2e8b21aedcf3704aece741329bf85508ecbc20e4ee35651d8a819d9e28c2102172a5fc335ea3124c379eb5507407c09e6532124a56a3aaa1097d9 DIST version_check-0.9.5.crate 15554 BLAKE2B 131e75cc287518831e142430e2a39b48e4275874f4473780d47a27552294097aa1cddb65c385583e1022478f940b495eb43c24a8b1617b8ac5a24af3340c0d72 SHA512 d11d5a2240ab0c67ea69db56561ce202201edeef9a8e5eda3d9ae7ab7bb5752d8f343fe7f6536d8383de8d55f9024efa84f66a0c21e69563b7a38c4a628014db @@ -594,12 +665,18 @@ DIST wait-timeout-0.2.1.crate 11435 BLAKE2B 6fc9e1b88253c96aaadeafa4eace8281ef9c DIST walkdir-2.5.0.crate 23951 BLAKE2B a2d3a973f206e94699adec0263dd5e211347722cf3ab82536295019268b3125084da5dbcad818070bfdcb6a5de08da4eb483475bc225a829f58a1e3e040b5fba SHA512 da36a121dc6656942dc9cd9887fcf4f6eea7750354ef3f59c7c25d836e7afe06f33260b4d55d0d99421104ed4ce56ef2a1f0f4c3b713766fff90548c21793fad DIST wasi-0.11.1+wasi-snapshot-preview1.crate 28477 BLAKE2B bcc773ba28cbe8d820e9e9fbb275fb4451bc7f39b3bd88bcd93850bf2bdb5300489bd8eca27489ccc5f6269b00f4e1b505ae3a33a35d708cd5a414ad307be149 SHA512 29e3c903763db2580a15f50db487c5e1d4e90763e48d90a5b3f681e468a24f9df1a01773bd1ffa0e3cd293dd8cb4d6fbabfaa63c0e13889c811a56f4554ada49 DIST wasip2-1.0.2+wasi-0.2.9.crate 129778 BLAKE2B f41afceba3c586d12829d2c59f45198c61ae04a0dfe72d6bad6176a3d38189a097cf633f34accff83d7ccc238a35a833381e98291e5fd37f2f4d6e08138af2c4 SHA512 284571c833a1770fcadd9a70155d8b507e9f7f0590015e1a07ad0512ac0a7f0ca4693ccd1aa1ab27e74ec58cb75f314770b66562a2167cd6b5086a7871527eb1 +DIST wasip2-1.0.3+wasi-0.2.9.crate 134512 BLAKE2B f60f74c4132db0605658ec48ee0087992b82e8969d890be15d9b2610aa235f43dfa266863b3f86e323ded9bf17a585beae232defc087ffc01ad175169ff6e818 SHA512 74c4baa90ecb4c1a87a931e03dc0ed7b472fadaa837d286e28c1c948a08bd2af88ed6f4bcf2900bdc85bddb358026d676aaf200899ec395cb98883e2d1a5ae2c DIST wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06.crate 123354 BLAKE2B d8251ea31999f954eb1264bbc7792ba16a90aec3ed3112fe84b9a93dd8a0e493390b899be9e5e215ebebf644697d3bab680cb07d5e64617cbb57e6b2a28ae95f SHA512 fb136a5475fb4696902d4f4be43e0d5d28cf3bc1b6c83e5e7837499ee038f995c9f084064e2e4585dbc3bd260e0c7c95371526b04933f2c60fb6ce302416215d DIST wasm-bindgen-0.2.117.crate 61596 BLAKE2B c27f4e8965e4f802521d273ddbadd9fd4fb7582de15bf396f6cd098b53f55ff62cb28dbfa7aed8cdb2f9ef3dd41d5f7e35cd0cac5ae7c6a9e77616cf2039f68f SHA512 7be5118bbd15aeafdbd58af3889e7cd088031d3f1887a0bb5e86e808158dedbdb540f9d513db71adf0874ae93bc6e845ff70f59b98862ee1b76e8ffb53cf1226 +DIST wasm-bindgen-0.2.120.crate 63555 BLAKE2B 31c4ba14ed88c71295760edf8707dca3ae891296a09c58156415ef62389810b7d708d29cce7138dd61b35ff857f41817b7ae5866e012d20cd05a82ead01d042e SHA512 1ddbd6c5a5a06c01ff4e5ef61eeeb0b56fe9a1773bda8e6b888dcb319107cf335eecd541414ca14deec7d210cbfb530dfe4a807e5a8a5d93dc79fa6fe6ca58c9 DIST wasm-bindgen-futures-0.4.67.crate 8295 BLAKE2B b25a8f72351b696a2840c1bf90bec21f35a917f13acfafead174a68363d0008a1c7e0d43e8e117927432cb8a7c56618c27ebd34d9d3a04e9b9ad07dc87f5ad16 SHA512 19b5cd7fc90a932478726a13daca195a46efa4896806edfdace2bb3dc49e6a7fe8dcd081250119fa7ff7ae02ee63d63be9a7262381414c1b926364166642f96a +DIST wasm-bindgen-futures-0.4.70.crate 8243 BLAKE2B 83061c85e4f01d54261c83cc02898eb4aebefb2858a3d9047404e8b58d7b5b97ab123c51984e78a84468d5cd11ef1b155a1bc8158571ea9c4543b584ee0bdb39 SHA512 543bcc8f829633d01efd1ca58fcdd58a5cc8d34d206122f2a93c2236e9d2f01425893c98677f3f7aca052938b7db4ff0e872852d028681f969b841e84ba348d5 DIST wasm-bindgen-macro-0.2.117.crate 9279 BLAKE2B 74bac5c375fd70c682a3fb7f80e45ec237af990d660e9d6bcff3ec117928edcb522c678abdda02de762ae1f593f8bb0a3a71800d1ed6f0e9383194026d8eb97e SHA512 0b736aa543abf13fc9fe1ff7159c22a3e1d208e11db68b229e807915169572b030640fb942a4f3327db170793d2b84d8268a19adca708dcaec90a2700fd54292 +DIST wasm-bindgen-macro-0.2.120.crate 9293 BLAKE2B 775eac7e5a719a16dc97a2a2f7affbdf9596c7a5be83dbda0cbc90f08bcba68313d640c948a9d728f33bc20e382630091504b891427e14f9726db5e5c2a23f41 SHA512 e517bc316e629bbcb0c1402554f21d419bc9800a1841a402881403c95a2aede39e3634750e3cb815e24e7079e4ae2864c32f415ba48cb569562eec93c74b9139 DIST wasm-bindgen-macro-support-0.2.117.crate 64391 BLAKE2B 8e35a4533f1c2984bb42e09402148eeca3c51a5e9f4312db4996b873c91456a3ca89eb35ac573e1711f46541bdb64c082365c6ba478ca31ac04814d14277cab9 SHA512 812d7c4842127547a0a0ab852036e43f9dfdf9cfce0535824e165d3016485517ee8cd2ce4979cfaee8ed389f8804ea654e72841873e28a1c7266069c72d0b358 +DIST wasm-bindgen-macro-support-0.2.120.crate 69005 BLAKE2B 28eda300f2d8a019ccd770fc177d0e9129d2951d4e1ae8a7ae73a1499a50e50f9b131d00f275c2d2d910dd9c2bcf3971a95e0e6a7f406fc1bb41b1834ec7ed79 SHA512 7ed4e11b669451933ed416842945ff6649f77610bb493453b0b001ab69b97c4d6cad4c8655b3159a5735365e835aa6c92f1c78008a743edaa6c5a8a60c194dda DIST wasm-bindgen-shared-0.2.117.crate 10541 BLAKE2B b8e8bd84ed54f7512d5a96ba7afadbc04e3e1b045a5d11ea39cd66acf7de94d1dbc430313154cd9e84fb0e1c086520a8b0475c797eeea5240a86e159b50d6868 SHA512 74040fad00dc33dd86a5a5bdc6af549b7a31c2c7de6023547af0ae4af09192b48e4d3e11170ffe1fddea7962b7060144139cf13931c217af9e3aa61001593bda +DIST wasm-bindgen-shared-0.2.120.crate 10596 BLAKE2B 117aa31a32ae7bb9819ddcca9325011fb0a4993e0bf1fa415e43eaec0b58c2b45f3b23e3a1eb647e28601a0aaeac153f74ca19f88d2a62f2d214e58502f859df SHA512 68c070748a1b55b5d8d6fbfabc62410beb1c32bda1c4a3c198a8ea51dc77a818dddebb256b2abb349fde1b23ce0dd0bfff58fbc8542e535e38e23991930b663e DIST wasm-encoder-0.244.0.crate 85804 BLAKE2B 6dabb55c635d13d1d56711a43c655dfcb74bb9f0be10bccd412c21b5dcd63a46b73ff40955ff28aa0fba9341fe22161c8d253762afd587eaf69a7ca49c06e285 SHA512 ab78662abd6bc9edcc14531a87a848eb6c26081ce9bcb9ff15415ceecb48dad98ab6066638947780c65d7689d11502d4dd2353ff3462b4f49e1c1a8c00d2c1d2 DIST wasm-metadata-0.244.0.crate 21500 BLAKE2B 8da1035b6302c23b00792d90153f74f35eb9cbe913366b43ff7e5d81481c903396b32ad54a416a14b40ff8d4ba329c6fda8c203e4b16f1ab80b3bf4535cde72e SHA512 77677c68dafabacc9697c6090d01fdb171c33ca1663c86dcd3612630b2ea6c41232a7cee125ba416d373edb34ea8e0926d164012461e2ddca8d4d18597feb855 DIST wasmparser-0.244.0.crate 265607 BLAKE2B fb982e84536afde140d972614bf6c2875ef169f0b68010393e61d8a1041e57d5355e8f0a57df0681ce4159f830e30a59affbd733656aa9c633ad959225007b11 SHA512 d1a1f549fe93e11cf4155a8f5840fa444505ca9184e28163917bd8ddb1d53cb4d2be0335e183ec24625a7db22dd5d7e22c93c697bdd4de0d537b54af4ed7d834 @@ -613,8 +690,10 @@ DIST wayland-protocols-wlr-0.3.12.crate 28366 BLAKE2B ace54b74ad8935f79db93af1c1 DIST wayland-scanner-0.31.10.crate 37213 BLAKE2B e3a330ad41dbd30063ea0ed198e454ff14835a709718f36c33fad6703b7d9d7ddba209e9373358245a5a01a2ae1e3ad4883821e76428df12d4416fa46bb90f28 SHA512 43fdb04be69ebfe3b0c9565b01106d5305b6b07c606ddc6ebb4b93b7326a925f013674c55394d1541cab406cf79193e73a8eda810cb6a2ffd7a1f7571510e14f DIST wayland-sys-0.31.11.crate 9727 BLAKE2B 44962c05fe405c287553c64e418a3cc85a898c657daabed5a3fd851dbffee48a74a6a903b6be91a563637751d423dfa463c1a5479753ec5f818af738ca6c7f10 SHA512 007d476e11315ff7e0feb0978b1d710755353b27589028d3703a74d99ae6ae592c64552eb9dbfdf90400b9f545d8249ea7f969417bb442fa68c776f5bbcb2436 DIST web-sys-0.3.94.crate 669312 BLAKE2B c0aad0e1dbd450b9fe1c5c6d3334b2d922f99f75cc3c787a0d8e823c95cfcba0cfd17c50d6601b667c89b406414a5342788e112a24914c3d32362bcdd7d3273c SHA512 9d51828983fefc4be779d49436fc8e0886ef0907536f8fa8b5d5c2af92e76fc988d3bb240746fbdc391884124ce5abd993aabcfb0dd10b7d081615c12a9f4b6d +DIST web-sys-0.3.97.crate 674185 BLAKE2B 5fbe70a88b87a55ad83e2d7b01a57e0941673483ac1e70e5f5037c2361d9fb5d76a627c436303d31a0e4d4795c59b8d7efb6cb66ede7d9beb1ae10f0bc1659fc SHA512 2020d0d7663e82941dfc440deadd79ec8d31f23159afb37794c389f9018d59e1420b0814d3d17d1d42ac34e9aa38c6f1868196ec201af692514eaa552a15838a DIST web-time-1.1.0.crate 18026 BLAKE2B cd72e384aca90c79e587448160587531c417f31a32e9ded23e6b78d492d0e517520170fd03177f28870c313b9302b28c32069a2408acccc076a1e4939a2c8f8d SHA512 73e4ef9851de089fde9381a595cb9e37a434f563f1fd350e345f2617b701caf57a9aef739b922b5b10cda131cdf2fd0af42c55603f8973a623a8b6ae70f6cc9f DIST webpki-roots-1.0.6.crate 240440 BLAKE2B 5926a02177753fbd2908127640f559ab1a55376d7f0611ec82affe2dbc4e9a7de995579b241874c9197c8a64edb5a2e1e3c64baca002574e518a8b528104ce9c SHA512 0ac59b4b8a31be2734dd6fb1f1ac99273eb038eaf9b03c166f313d8951412b8a2c3da38700d8e853e35ab295c8e835fb5df4d65cda3eef16ef3aa98421f8ab60 +DIST webpki-roots-1.0.7.crate 213706 BLAKE2B af8880d62f8e733d0a536c4791300609a4909566937527fa3d1ca505930763d86db5241ed5c7a128f059d9fa2266292092cfc69b50ad5ec4f237fedc4eb25033 SHA512 34fd7b56a9f831ffb5c59e63e2d14983316092bdbaa94bbf41aff2660975e42cfc7d13cd879f9dc5b1636d7628f0075e98a6740b9235546934d28cd86d8843a6 DIST wezterm-bidi-0.2.3.crate 73214 BLAKE2B 821dbe5750763c6b99ae4ff71260140dc9caffa3b0bcad048dd28664bf8528f20b0315199886a7188afa301b6c32728ff7caf8cec56445fb566cceb2db462bff SHA512 37950db06980a60ce7a5cf2a2ac55aafb3d16d02b650dbb938f28d60217f4c51e1fbfe21d53898078336f68538e97f8a061e7b6c7eb238427651ff8673d6c45f DIST wezterm-blob-leases-0.1.1.crate 9305 BLAKE2B e798c8990115b1143021d478bdd1fd8515a2042b69a3f241bb9482a00a8b3e4b356c0f08d51fa3769d0b3461c711447e951e03926242f0b8c706c8c0a2440932 SHA512 9d96c81528e0d772acec0efcf8f1bf065b1c8f81f613e24b5fbe63a38aedbf5d4aa9208aa04bd901b39c5e458fac78a9c1d278732b97d8b62a31f96f85f21423 DIST wezterm-color-types-0.3.0.crate 14631 BLAKE2B dca0918ec140f4d3970f7de16398d084861c0d64be0d7a84d43360faabd319f15717bb857aab74f2d6fc8f69f48a724dc291eb26db186c15c1961a1eb5f2c159 SHA512 d18569f3748482685b3712d6df585e3684c212ca2e36fe526b85c09da60112f1419f4d77fcd5c1dab85966a84b9109df1583946a239ce1e320ca9928a76ca680 @@ -676,10 +755,12 @@ DIST winit-0.30.13.crate 605180 BLAKE2B 9a84a679ed3046f596b1471d97970ec4b12478b9 DIST winnow-0.5.40.crate 159316 BLAKE2B aae5076d59b3459c901d918d8aaa97ba8bfcc993b8484344f52e45f1f37deb96d6cd3a1663a67f3c367be2b05d633286f270274c621bda9f3ab72b98bb652cc2 SHA512 525156f08514b0110697360be6e331a68d08f0cb65ee4ba3ac9d101dd2d42a8c89601e7409bdb5652c5b05145626506651010f58a854c47712065334c61ff39c DIST winnow-0.7.15.crate 187092 BLAKE2B 2fa004d7d0a166202e27f9bdb57f7ba7d1a8d736a77518e8a49afc1c1574db93746a50d26f802f571c14e8c138857e1e13802c04308f9e06215517c012e9b275 SHA512 47c4abb8de7f024e2e85b1c0ed9ebe16b9de29ce82c536a133de9d64d99ac37191e4322221640785234a32b03a28bfa99ced738bad5088d39bfbbe2a64c99689 DIST winnow-1.0.1.crate 187973 BLAKE2B ef46016b4ba1bcfb12910939e20a433d27713dd543e7a17939888fb3ad1935b8f5fa854cea7bbbf9492a2da7657ec14ffb46edaad99dbcb0dfdaf07348a87f51 SHA512 dcd91121c980b6245ba479632d9f7ff0482a78509c21724c80af95f75ee5a36f7898de6cca637362a32bc385db3432dfa27193b836e0a23acc60bd7d4ad65d6b +DIST winnow-1.0.2.crate 188047 BLAKE2B 407383f187072ddf0bd0551471d199a7d2d37efbf2f226e0db02143876403b8dfbc46e045d9d8d068e15ae0b4c7bcc0ecfb887ea9a22700ba1c1b1c8e1834ae5 SHA512 e6a0b12b4c99e24399db839cf9f72f57604fffc2647283e7f0be9670ecb573ba3cb756e7daa7ea29b05f4a9db6d4add71f4be9387074690c80b9fa5669a4e57c DIST winreg-0.10.1.crate 25725 BLAKE2B db536f2a098e4ff6ae4ff80a19bd2029030d68007c3d6100f5135da1a7c223463fc17640f533bc1d4e8c53e9becb186d98351719b3b6276802c68cc755b9ba4e SHA512 09f2d18f62c3c427ebed40d667b672bb778629502ad3c39541f324b2d5ac41f0822c98b7e5320314144130580da46f1e8e51928941850e7d4af28455a564360c DIST winresource-0.1.31.crate 79240 BLAKE2B c90a68ca93001a0816f637a32ed01a638d64f2dea354e4a1a9ab934fac7d83d660c610f2d5c5dc72725c04f1658eb4aa7622878e615ab0eafa53c3b1ca7a2c65 SHA512 6c97b94652a893e8e1496d9834d96c916d30a61f91d7ca656aa30239dc5a56c7129ca42a5f4941c8e74af9de16ee6a908d9cb019f1e5f7dbc8105e7292676cf8 DIST winsafe-0.0.19.crate 492820 BLAKE2B 4eba26861f85f668e134b08c60e9522b698aed61eaa5e6d4e89ef31c1b97953fa08a5157add52d9a306075df4ad97e9aaf1767eea4208b72401ec0bc1c3eb0e9 SHA512 0555ec74c5acbb69ab08e54d920094e806258079bffaff3f90297bb94a000c7da36d6eba0eae445d425c781465235dd70a198437cf83a1f113438bfd9baf4c21 DIST wit-bindgen-0.51.0.crate 68035 BLAKE2B 0cb5e191f866c3782b6a1e822ecbae6e618e08371867462addb027dd5510638e72438d991777877d5754b2932afcb41f2edc1ec1426334a69311905f0f309b6a SHA512 61380c309630ad7f415d467daf1d639ad7a3e8dcd26e5f88aacf0230b52600f150e804821b6a1df9b79cc7fdd4f1d800d043ee7eca770b1947a3cf06f893711e +DIST wit-bindgen-0.57.1.crate 71227 BLAKE2B b91b6e78026d22b58da75e69bf76278f841e11b76610ce5ec04398da9bdfec14b3729c9a342fc79a74634baebd8974f1f937ad3170c67d42208182a0ab20b88a SHA512 9a2ebae44032c0032ae22d1cc277aa6cd35c874d00a0a8b2271a0267ab838f1584eb9fc41d896a0639ad7ad2268fbc9c337a4372c1b3183f6117674d4244bafa DIST wit-bindgen-core-0.51.0.crate 35048 BLAKE2B 1ce5f1bd6d1ceceaeb91d247f63745abfd25b539b57dc12321a2342f55da1207c697641a778ad6bff2bbece300fa52a788c7890e8dc49c5357f48292fed2a693 SHA512 eec78ac1566cc4f03b1d0d7d2e84c3d0fc2458a649c01a45c9c3781034078ed51b4a9852760fe96115006fb3415bcb31b1bf429cb3cac6e51e09a1c0cfc32ed0 DIST wit-bindgen-rust-0.51.0.crate 57051 BLAKE2B 65c45b1b8b08681ded9bae2b4ac982770fa613bfe850128de1116a51ddd6366423c27e1f704817ad69dc05694e03aabb56af5bad3aeb0aba3cbc9415fad474e7 SHA512 7a5c29b92fa53ac8f8097b04a9507f471003edabcae0223d35180937b9254c62b24d9f4cef790000bd7bc7f6966af3aced2d7196359479480455baf5f4450f9f DIST wit-bindgen-rust-macro-0.51.0.crate 14283 BLAKE2B 79bc4a4846ec73ae02fe69fcb7898297647a0c70526fbd555e79a4c76de968f0d4c9e2e497643d9c1e7403bb8176a2108ca25a7cef577b9db3ae04142a3bd1ba SHA512 bdf6ab20b484180bfde867b8c8b03c10fe02a9279895ece43fddbc20b1ffe771128590d3d4c72585e959512808682278e54983d11066e0192d84b7aee830e0e2 diff --git a/app-editors/fresh/fresh-0.3.0.ebuild b/app-editors/fresh/fresh-0.3.5.ebuild index 55af62bda2eb..7156a0d49e78 100644 --- a/app-editors/fresh/fresh-0.3.0.ebuild +++ b/app-editors/fresh/fresh-0.3.5.ebuild @@ -24,7 +24,7 @@ CRATES=" anstyle@1.0.14 anyhow@1.0.102 arboard@3.6.1 - arc-swap@1.9.0 + arc-swap@1.9.1 arrayref@0.3.9 arrayvec@0.7.6 as-raw-xcb-connection@1.0.1 @@ -46,9 +46,10 @@ CRATES=" bit-vec@0.6.3 bit-vec@0.8.0 bitflags@1.3.2 - bitflags@2.11.0 + bitflags@2.11.1 bitvec@1.0.1 block-buffer@0.10.4 + block-buffer@0.12.0 block2@0.5.1 block@0.1.6 bstr@1.12.1 @@ -61,7 +62,7 @@ CRATES=" calloop-wayland-source@0.3.0 calloop@0.13.0 castaway@0.2.4 - cc@1.2.58 + cc@1.2.61 cexpr@0.6.0 cfg-expr@0.15.8 cfg-if@1.0.4 @@ -71,9 +72,9 @@ CRATES=" chrono@0.4.44 chunked_transfer@1.5.0 clang-sys@1.8.1 - clap@4.6.0 + clap@4.6.1 clap_builder@4.6.0 - clap_derive@4.6.0 + clap_derive@4.6.1 clap_lex@1.1.0 clipboard-win@5.4.1 cobs@0.3.0 @@ -82,6 +83,7 @@ CRATES=" compact_str@0.9.0 concurrent-queue@2.5.0 console@0.16.3 + const-oid@0.10.2 const-random-macro@0.1.16 const-random@0.1.18 convert_case@0.10.0 @@ -94,6 +96,7 @@ CRATES=" core_maths@0.1.1 cow-utils@0.1.3 cpufeatures@0.2.17 + cpufeatures@0.3.0 crc32fast@1.5.0 crossbeam-channel@0.5.15 crossbeam-deque@0.8.6 @@ -103,6 +106,7 @@ CRATES=" crossterm_winapi@0.9.1 crunchy@0.2.4 crypto-common@0.1.7 + crypto-common@0.2.1 csscolorparser@0.6.2 ctor-proc-macro@0.0.7 ctor@0.6.3 @@ -115,6 +119,7 @@ CRATES=" derive_more-impl@2.1.1 derive_more@2.1.1 digest@0.10.7 + digest@0.11.3 dirs-sys@0.5.0 dirs@6.0.0 dispatch2@0.3.1 @@ -142,7 +147,7 @@ CRATES=" evictor@0.5.1 fancy-regex@0.11.0 fancy-regex@0.16.2 - fastrand@2.3.0 + fastrand@2.4.1 fdeflate@0.3.7 field-offset@0.3.6 filedescriptor@0.8.3 @@ -196,6 +201,7 @@ CRATES=" half@2.7.1 hashbrown@0.15.5 hashbrown@0.16.1 + hashbrown@0.17.0 heck@0.4.1 heck@0.5.0 hermit-abi@0.5.2 @@ -205,6 +211,7 @@ CRATES=" http@1.4.0 httparse@1.10.1 httpdate@1.0.3 + hybrid-array@0.4.11 iana-time-zone-haiku@0.1.2 iana-time-zone@0.1.65 id-arena@2.3.0 @@ -212,11 +219,11 @@ CRATES=" ignore@0.4.25 include_dir@0.7.4 include_dir_macros@0.7.4 - indexmap@2.13.0 + indexmap@2.14.0 indoc@2.0.7 insta@1.47.2 instability@0.3.12 - interprocess@2.4.0 + interprocess@2.4.2 is-docker@0.2.0 is-wsl@0.4.0 itertools@0.11.0 @@ -229,7 +236,7 @@ CRATES=" jni-sys@0.4.1 jni@0.22.4 jobserver@0.1.34 - js-sys@0.3.94 + js-sys@0.3.97 jsonc-parser@0.32.3 kasuari@0.4.12 keyboard-types@0.7.0 @@ -238,11 +245,11 @@ CRATES=" lab@0.11.0 lazy_static@1.5.0 leb128fmt@0.1.0 - libc@0.2.184 + libc@0.2.186 libloading@0.8.9 libloading@0.9.0 libm@0.2.16 - libredox@0.1.15 + libredox@0.1.16 libxdo-sys@0.11.0 libxdo@0.6.0 line-clipping@0.3.7 @@ -252,7 +259,7 @@ CRATES=" litrs@1.0.0 lock_api@0.4.14 log@0.4.29 - lru@0.16.3 + lru@0.16.4 lsp-types@0.97.0 lyon_geom@1.0.19 mac_address@1.1.8 @@ -267,7 +274,7 @@ CRATES=" miniz_oxide@0.8.9 mio@1.2.0 miow@0.6.1 - muda@0.15.3 + muda@0.17.2 naga@28.0.0 ndk-context@0.1.1 ndk-sys@0.6.0+11769913 @@ -278,7 +285,7 @@ CRATES=" nom@7.1.3 nom@8.0.0 nonmax@0.5.5 - normpath@1.5.0 + normpath@1.5.1 nu-ansi-term@0.50.3 num-bigint@0.4.6 num-conv@0.2.1 @@ -313,39 +320,39 @@ CRATES=" objc2@0.6.4 objc@0.2.7 once_cell@1.21.4 - onig@6.5.1 - onig_sys@69.9.1 - open@5.3.3 + onig@6.5.3 + onig_sys@69.9.3 + open@5.3.4 option-ext@0.2.0 - orbclient@0.3.51 + orbclient@0.3.54 ordered-float@4.6.0 ordered-float@5.3.0 os_pipe@1.2.3 owned_ttf_parser@0.25.1 owo-colors@4.3.0 - oxc-browserslist@2.3.1 + oxc-browserslist@3.0.2 oxc-miette-derive@2.7.1 oxc-miette@2.7.1 - oxc_allocator@0.115.0 - oxc_ast@0.115.0 - oxc_ast_macros@0.115.0 - oxc_ast_visit@0.115.0 - oxc_codegen@0.115.0 - oxc_compat@0.115.0 - oxc_data_structures@0.115.0 - oxc_diagnostics@0.115.0 - oxc_ecmascript@0.115.0 - oxc_estree@0.115.0 + oxc_allocator@0.128.0 + oxc_ast@0.128.0 + oxc_ast_macros@0.128.0 + oxc_ast_visit@0.128.0 + oxc_codegen@0.128.0 + oxc_compat@0.128.0 + oxc_data_structures@0.128.0 + oxc_diagnostics@0.128.0 + oxc_ecmascript@0.128.0 + oxc_estree@0.128.0 oxc_index@4.1.0 - oxc_isolated_declarations@0.115.0 - oxc_parser@0.115.0 - oxc_regular_expression@0.115.0 - oxc_semantic@0.115.0 - oxc_span@0.115.0 - oxc_str@0.115.0 - oxc_syntax@0.115.0 - oxc_transformer@0.115.0 - oxc_traverse@0.115.0 + oxc_isolated_declarations@0.128.0 + oxc_parser@0.128.0 + oxc_regular_expression@0.128.0 + oxc_semantic@0.128.0 + oxc_span@0.128.0 + oxc_str@0.128.0 + oxc_syntax@0.128.0 + oxc_transformer@0.128.0 + oxc_traverse@0.128.0 pango-sys@0.18.0 pango@0.18.3 parking_lot@0.12.5 @@ -367,16 +374,16 @@ CRATES=" phf_macros@0.13.1 phf_shared@0.11.3 phf_shared@0.13.1 - pin-project-internal@1.1.11 + pin-project-internal@1.1.12 pin-project-lite@0.2.17 - pin-project@1.1.11 + pin-project@1.1.12 piper@0.2.5 - pkg-config@0.3.32 + pkg-config@0.3.33 plain@0.2.3 png@0.17.16 png@0.18.1 polling@3.11.0 - portable-atomic-util@0.2.6 + portable-atomic-util@0.2.7 portable-atomic@1.13.1 portable-pty@0.9.0 postcard@1.1.3 @@ -390,17 +397,17 @@ CRATES=" proc-macro-error-attr@1.0.4 proc-macro-error@1.0.4 proc-macro2@1.0.106 - profiling@1.0.17 + profiling@1.0.18 proptest@1.11.0 pulldown-cmark@0.13.3 quick-error@1.2.3 - quick-xml@0.39.2 + quick-xml@0.39.3 quote@1.0.45 r-efi@5.3.0 r-efi@6.0.0 radium@0.7.0 - rand@0.8.5 - rand@0.9.2 + rand@0.8.6 + rand@0.9.4 rand_chacha@0.9.0 rand_core@0.6.4 rand_core@0.9.5 @@ -416,7 +423,7 @@ CRATES=" recvmsg@1.0.0 redox_syscall@0.4.1 redox_syscall@0.5.18 - redox_syscall@0.7.3 + redox_syscall@0.7.5 redox_users@0.5.2 ref-cast-impl@1.0.25 ref-cast@1.0.25 @@ -441,9 +448,9 @@ CRATES=" rustix-openpty@0.2.0 rustix@0.38.44 rustix@1.1.4 - rustls-pki-types@1.14.0 - rustls-webpki@0.103.10 - rustls@0.23.37 + rustls-pki-types@1.14.1 + rustls-webpki@0.103.13 + rustls@0.23.40 rustversion@1.0.22 rusty-fork@0.3.1 rustybuzz@0.20.1 @@ -455,7 +462,7 @@ CRATES=" scopeguard@1.2.0 sctk-adwaita@0.10.1 self_cell@1.2.2 - semver@1.0.27 + semver@1.0.28 seq-macro@0.3.6 serde@1.0.228 serde_core@1.0.228 @@ -466,8 +473,8 @@ CRATES=" serde_spanned@0.6.9 serde_spanned@1.1.1 serde_yaml@0.9.34+deprecated - serial2@0.2.34 - sha1@0.10.6 + serial2@0.2.36 + sha1@0.11.0 sha2@0.10.9 sharded-slab@0.1.7 shared_library@0.1.9 @@ -480,7 +487,7 @@ CRATES=" simd_cesu8@1.1.1 simdutf8@0.1.5 similar@2.7.0 - siphasher@1.0.2 + siphasher@1.0.3 slab@0.4.12 slotmap@1.1.1 smallvec@1.15.1 @@ -522,17 +529,17 @@ CRATES=" tiny-skia-path@0.11.4 tiny-skia@0.11.4 tiny_http@0.12.0 - tokio-macros@2.6.1 - tokio@1.50.0 + tokio-macros@2.7.0 + tokio@1.52.2 toml@0.8.23 - toml@1.1.1+spec-1.1.0 + toml@1.1.2+spec-1.1.0 toml_datetime@0.6.11 toml_datetime@1.1.1+spec-1.1.0 toml_edit@0.19.15 toml_edit@0.20.7 toml_edit@0.22.27 - toml_edit@0.25.9+spec-1.1.0 - toml_parser@1.1.1+spec-1.1.0 + toml_edit@0.25.11+spec-1.1.0 + toml_parser@1.1.2+spec-1.1.0 toml_write@0.1.2 toml_writer@1.1.1+spec-1.1.0 tracing-attributes@0.1.31 @@ -540,10 +547,10 @@ CRATES=" tracing-log@0.2.0 tracing-subscriber@0.3.23 tracing@0.1.44 - trash@5.2.5 + trash@5.2.6 tree-sitter-bash@0.25.1 - tree-sitter-c-sharp@0.23.1 - tree-sitter-c@0.24.1 + tree-sitter-c-sharp@0.23.5 + tree-sitter-c@0.24.2 tree-sitter-cpp@0.23.4 tree-sitter-css@0.25.0 tree-sitter-go@0.25.0 @@ -568,7 +575,7 @@ CRATES=" ts-rs@12.0.1 ttf-parser@0.25.1 typed-arena@2.0.2 - typenum@1.19.0 + typenum@1.20.0 ucd-trie@0.1.7 unarray@0.1.4 unicase@2.9.0 @@ -591,7 +598,7 @@ CRATES=" urlencoding@2.1.3 utf8-zero@0.8.1 utf8parse@0.2.2 - uuid@1.23.0 + uuid@1.23.1 valuable@0.1.1 version-compare@0.2.1 version_check@0.9.5 @@ -601,13 +608,13 @@ CRATES=" wait-timeout@0.2.1 walkdir@2.5.0 wasi@0.11.1+wasi-snapshot-preview1 - wasip2@1.0.2+wasi-0.2.9 + wasip2@1.0.3+wasi-0.2.9 wasip3@0.4.0+wasi-0.3.0-rc-2026-01-06 - wasm-bindgen-futures@0.4.67 - wasm-bindgen-macro-support@0.2.117 - wasm-bindgen-macro@0.2.117 - wasm-bindgen-shared@0.2.117 - wasm-bindgen@0.2.117 + wasm-bindgen-futures@0.4.70 + wasm-bindgen-macro-support@0.2.120 + wasm-bindgen-macro@0.2.120 + wasm-bindgen-shared@0.2.120 + wasm-bindgen@0.2.120 wasm-encoder@0.244.0 wasm-metadata@0.244.0 wasmparser@0.244.0 @@ -620,9 +627,9 @@ CRATES=" wayland-protocols@0.32.12 wayland-scanner@0.31.10 wayland-sys@0.31.11 - web-sys@0.3.94 + web-sys@0.3.97 web-time@1.1.0 - webpki-roots@1.0.6 + webpki-roots@1.0.7 wezterm-bidi@0.2.3 wezterm-blob-leases@0.1.1 wezterm-color-types@0.3.0 @@ -683,7 +690,7 @@ CRATES=" winit@0.30.13 winnow@0.5.40 winnow@0.7.15 - winnow@1.0.1 + winnow@1.0.2 winreg@0.10.1 winresource@0.1.31 winsafe@0.0.19 @@ -691,6 +698,7 @@ CRATES=" wit-bindgen-rust-macro@0.51.0 wit-bindgen-rust@0.51.0 wit-bindgen@0.51.0 + wit-bindgen@0.57.1 wit-component@0.244.0 wit-parser@0.244.0 wl-clipboard-rs@0.9.3 diff --git a/app-editors/gedit-plugins/gedit-plugins-48.2.ebuild b/app-editors/gedit-plugins/gedit-plugins-48.2.ebuild index 548ca6fe715e..d939f0d60867 100644 --- a/app-editors/gedit-plugins/gedit-plugins-48.2.ebuild +++ b/app-editors/gedit-plugins/gedit-plugins-48.2.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://gitlab.gnome.org/World/gedit/${PN}/-/archive/${PV}/${P}.tar.bz2 LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm64 ~loong ~ppc64 ~riscv x86" IUSE="vala" diff --git a/app-editors/gedit/gedit-48.2.ebuild b/app-editors/gedit/gedit-48.2.ebuild index 382ab41a1fa7..2e583a139409 100644 --- a/app-editors/gedit/gedit-48.2.ebuild +++ b/app-editors/gedit/gedit-48.2.ebuild @@ -15,7 +15,7 @@ SRC_URI+=" https://gitlab.gnome.org/GNOME/libgd/-/archive/${LIBGD_COMMIT}/libgd- LICENSE="GPL-2+ CC-BY-SA-3.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" IUSE="+python gtk-doc" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" diff --git a/app-editors/notepadnext/metadata.xml b/app-editors/notepadnext/metadata.xml index 522405ecd3cb..736a1167c898 100644 --- a/app-editors/notepadnext/metadata.xml +++ b/app-editors/notepadnext/metadata.xml @@ -1,10 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>sighunter@gmx.de</email> - <name>Sebastian Engel</name> - </maintainer> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.82.ebuild b/app-emacs/ebuild-mode/ebuild-mode-1.82.ebuild index 05b6e5ed7114..b874d43dc8d1 100644 --- a/app-emacs/ebuild-mode/ebuild-mode-1.82.ebuild +++ b/app-emacs/ebuild-mode/ebuild-mode-1.82.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = 9999 ]]; then S="${WORKDIR}/${PN}" else SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~x64-macos" fi DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files" diff --git a/app-emulation/guestfs-tools/files/guestfs-tools-1.52.3-common-libguestfs-1.58-compat.patch b/app-emulation/guestfs-tools/files/guestfs-tools-1.52.3-common-libguestfs-1.58-compat.patch new file mode 100644 index 000000000000..ab6fc57ea91d --- /dev/null +++ b/app-emulation/guestfs-tools/files/guestfs-tools-1.52.3-common-libguestfs-1.58-compat.patch @@ -0,0 +1,13 @@ +Submodule common contains modified content +diff --git a/common/structs/structs-print.c b/common/structs/structs-print.c +index 6d825e1..1ed2055 100644 +--- a/common/structs/structs-print.c ++++ b/common/structs/structs-print.c +@@ -63,7 +63,6 @@ guestfs_int_print_application2_indent (struct guestfs_application2 *application2 + fprintf (dest, "%sapp2_source_package: %s%s", indent, application2->app2_source_package, linesep); + fprintf (dest, "%sapp2_summary: %s%s", indent, application2->app2_summary, linesep); + fprintf (dest, "%sapp2_description: %s%s", indent, application2->app2_description, linesep); +- fprintf (dest, "%sapp2_spare1: %s%s", indent, application2->app2_spare1, linesep); + fprintf (dest, "%sapp2_spare2: %s%s", indent, application2->app2_spare2, linesep); + fprintf (dest, "%sapp2_spare3: %s%s", indent, application2->app2_spare3, linesep); + fprintf (dest, "%sapp2_spare4: %s%s", indent, application2->app2_spare4, linesep); diff --git a/app-emulation/guestfs-tools/guestfs-tools-1.52.3-r1.ebuild b/app-emulation/guestfs-tools/guestfs-tools-1.52.3-r1.ebuild index bc224adf5748..f6a0d7c8676e 100644 --- a/app-emulation/guestfs-tools/guestfs-tools-1.52.3-r1.ebuild +++ b/app-emulation/guestfs-tools/guestfs-tools-1.52.3-r1.ebuild @@ -86,6 +86,7 @@ BDEPEND=" PATCHES=( "${FILESDIR}/${PN}-1.54.0-bash-Remove-vestigial-bash-completions.patch" "${FILESDIR}/${PN}-1.52.3-guestfs-bash-completion.m4-more-control.patch" + "${FILESDIR}/${PN}-1.52.3-common-libguestfs-1.58-compat.patch" ) src_prepare() { diff --git a/app-emulation/guestfs-tools/guestfs-tools-1.54.0.ebuild b/app-emulation/guestfs-tools/guestfs-tools-1.54.0.ebuild index 8319ba65731f..09205cf2930a 100644 --- a/app-emulation/guestfs-tools/guestfs-tools-1.54.0.ebuild +++ b/app-emulation/guestfs-tools/guestfs-tools-1.54.0.ebuild @@ -18,7 +18,7 @@ SRC_URI="https://download.libguestfs.org/${PN}/${MY_PV_1}-${SD}/${P}.tar.gz" LICENSE="GPL-2 LGPL-2" SLOT="0/${MY_PV_1}" if [[ ${SD} == "stable" ]] ; then - KEYWORDS="" + KEYWORDS="~amd64" fi IUSE="doc libvirt +ocaml +perl test" RESTRICT="!test? ( test )" @@ -85,7 +85,8 @@ BDEPEND=" PATCHES=( "${FILESDIR}/${PN}-1.54.0-guestfs-bash-completion.m4-more-control.patch" - "${FILESDIR}/${PN}-1.54.0-guestfs-bash-completion.m4-more-control.patch" + "${FILESDIR}/${PN}-1.54.0-bash-Remove-vestigial-bash-completions.patch" + "${FILESDIR}/${PN}-1.52.3-common-libguestfs-1.58-compat.patch" ) src_prepare() { diff --git a/app-emulation/virtiofsd/Manifest b/app-emulation/virtiofsd/Manifest index dd881a4fd0b1..a4275ea40509 100644 --- a/app-emulation/virtiofsd/Manifest +++ b/app-emulation/virtiofsd/Manifest @@ -48,6 +48,7 @@ DIST humantime-2.1.0.crate 16749 BLAKE2B e2ae8325b037fb175b9200cc5c1944ce579056c DIST is-terminal-0.4.9.crate 8109 BLAKE2B 0fa495da123f6fe5e3ba5f643f1ee097fc4f8e8aa54d9525b6108855a6a2e58556534a5e8dbfe7b5f8e2f1932003ac63f6aa3384317de7b385cf724bee294468 SHA512 0803ea53945715333d9b5fb18feec7230a49cb1a5f7308e2ea8d06a650e376794dd372be111e85622fd21320228706dd589423510dd010cd6ea112f185c46966 DIST itoa-1.0.2.crate 11112 BLAKE2B e277db8e2f506d4d20b6888b609d9726d594e1cb2c9f21df60a8cf8dcbad1808d8c1bdb0b7857ce7734b92c0f23fb1ec56f8564e779f27eea953d0ffbfcd3f84 SHA512 44a732a102d60b58e72fe76c43a1d185fa12ff08d04eeacf03234368552f84d3de87a2ea0a6e7a56b8cfa74cb6f6697005afcee26f45afe0c2fc7dce5da3b593 DIST libc-0.2.155.crate 743539 BLAKE2B 42cdcf8d4a187383548b1f09d404474f168916d626d614463fe10a1fd886e972e1caf6297e75445214af3f31fe631d0927e54ec1cdc63e20082b3587e38dce16 SHA512 05354bba532b8338bda1f88f12c7f3893429734a06e33925fca2b99d49548ae5216e2cd84e782d2368a2dfef20b0e035e2dcad8dd13ede7119462a8c639b2807 +DIST libc-0.2.177.crate 792045 BLAKE2B ecea1ade26b0faa9cb5fb025e237f3a59dfb562e7b3de3682b42a41038b1d436e83b42b53158c1fc1cc4b1cc64ab55ba1497e869ae850a677c089fcce9138912 SHA512 9d737091dba80244137987d06a52ffcd44a968c96b59ae9af9cfa40c38cb9675d023f6324fbf25c436ce1b9592ebf26248f85b0a7c97ee02360ca624b0efb3e0 DIST libseccomp-sys-0.2.1.crate 11601 BLAKE2B 77a77d6d1f8ef6f5d25b35c299032738aed0a404c855cb84223a7334caaf57392fbd8f0915f4f7be875778176cbfdb8062eabbf7b414d3c198a5d41cd8a466ef SHA512 b53b13f95ac487d802ff051b4cee32be2dfa496846f3104a61399a53a07a7d6fb6b4543088765858e26e060e22e0bf93f8cb3a175c06dae4719f918844c7fe0f DIST linux-raw-sys-0.4.5.crate 1274380 BLAKE2B e15ca5b63cb994e86a8161e3b6e4bd20da8f574d1a470128f9a209a729ff22c86470f4c2b2a8ccbc1e37d6284b026e0805902645ea4b742425fe34491e519638 SHA512 13c36e03cb5bdb2e9f17622e21eda608057fc9d908bc55a829fdeeb77785094769d4f4b4daf376c5509ceb3abfdb3936f668bd6d5b2fd48e21c5c28b6e597e78 DIST lock_api-0.4.10.crate 26713 BLAKE2B 113adf8554c65e9782e8fd0360d0398567dfbfddb1fea4928cc152fbab98dbe086e42b81170f6f5c333d61dd3261e8a1ebfbaed786e6bf6378e6afde6d7f9e5c SHA512 ffe8cad8099bc382832181c1ff95e0935993491f247114604201be7d4ddf8402fd4db8fd6499c611f95fbce7d57dc3d3738eddfab31c52f50ab8709e549697db @@ -98,6 +99,7 @@ DIST virtio-bindings-0.2.4.crate 19048 BLAKE2B b86495f60c51a75e63fb98ba3c5d5b9ca DIST virtio-queue-0.14.0.crate 153316 BLAKE2B 1c91793d9a91c7a7426f42353e1e56f33453afc55ddabb8a4ab014c4262f8a15f91ad8c67d07c928da0ee3c1ce75b0003d13b28a5e29c9015a211be53a2ea373 SHA512 7c31b1dd6f120450e3467a5e26ad83b711891e0ea8c11e4cb563207ec8ccf438c34133552811f5a4f7235ff6746f56ed35e702b53d84cd4fb5b6f61cb2dcefc5 DIST virtiofsd-v1.13.1.tar.bz2 137055 BLAKE2B 8d8e6214bfbaa204175d80f1cc920ffc81c98ab17b16d716389867ec656923e0f4c41eb07250e08fea9b717033ec5d339ac1176f10bac59377bd2e00ec858e99 SHA512 2e9a7b5200fbbdeb50a2defce6983aabbc7bac71711a4b6a00071aa7dc91f5cdc4ebe37aacabf54bf49d9afc659f34df2944907e2cc6b2d0995f8c2a4a7693e1 DIST virtiofsd-v1.13.2.tar.bz2 138588 BLAKE2B ba450eaf004abef86d83d4833b3ec4e8f23e36b08938a4c8d391a13718fd05660d9361e493c6cf63b1d785929f5475dd675187c79ac0004480cab8a1263e4a06 SHA512 0b790b71251adce7f1db2774d09d761d2c0ef94acae5475ed887268fdf7a9927f1c9cc0f30ae2d54597302a9265cc3f2e8cf88042fd6372b0d2aa360fed07db7 +DIST virtiofsd-v1.13.3.tar.bz2 139109 BLAKE2B 52c60c2f4fd711e875abf904345c8d9d423b38b6ca32c50766cb946da8b6acfb6e2d6e40c9f4b9a1e53a74157d76201e821b65b0dde960e4a50a4469947cdc91 SHA512 a04bf95f1752d84a7248d435f991afafa66b4fbf059f480ab25bffcbd4eab4b6db3369121aa8359cf344080c6b63d9791834aae8b3f5f7110a3ebcf89598e97a DIST vm-memory-0.16.0.crate 85749 BLAKE2B f58d4cf43956e7be95794c20bfa8c5090be17d8b2e4bdde9cb7036424bd6c68417014f29b2de138f9da039ca2df1aee4ce8d297fecffb916bc68e3db1e87e85d SHA512 324584de07d3e02dd218ac432fa35b11114cc1213e483506e4f8a7fb2bd664c806b7ab8bfb17d95602aac8c5fabedd25e98dacac5e7a8bad39e11030de061ca0 DIST vmm-sys-util-0.12.1.crate 58520 BLAKE2B 6b1d176169caa32fb6cbe77d4058dd1df37fc23e5a92d76b8f0eb5f7e2282c2a120f5ad3fdf7710bb1d0b0a24a34770a34310e5da6bcde4c230b485a81eaf2d7 SHA512 dbaf9e2cd002baa97f43ee7659e2bd259df9aeb029fdd5a7e7473c1d38cf82a8208ba5849c12ecc02571da1702082c3491673c68f8029f43c1234ed8e834f960 DIST wasi-0.11.0+wasi-snapshot-preview1.crate 28131 BLAKE2B fe501889f25d65e2d032f885cc50c4f8bf7dd70fd5cbc438de349838370d8699e9627b0a4fc76030ea9fe6d508f41d0c9928a875fdbc47e73bfb17241cf7b155 SHA512 043500ab28cd9cb779475255da5d109ebab7fccca72b64873dc28d77bc5a157ba8d96b9e8f05223b5b36c7089bb7b4ba87657fc69bac16b78972f897294a865f diff --git a/app-emulation/virtiofsd/virtiofsd-1.13.3.ebuild b/app-emulation/virtiofsd/virtiofsd-1.13.3.ebuild new file mode 100644 index 000000000000..0dc295972a5b --- /dev/null +++ b/app-emulation/virtiofsd/virtiofsd-1.13.3.ebuild @@ -0,0 +1,181 @@ +# Copyright 2023-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +CRATES=" + aho-corasick@0.7.18 + anstream@0.3.2 + anstyle-parse@0.2.1 + anstyle-query@1.0.0 + anstyle-wincon@1.0.1 + anstyle@1.0.1 + arc-swap@1.5.0 + atomic-polyfill@0.1.11 + atty@0.2.14 + autocfg@1.1.0 + bitflags@1.3.2 + bitflags@2.4.1 + btree-range-map@0.7.2 + btree-slab@0.6.1 + byteorder@1.4.3 + capng@0.2.2 + cc-traits@2.0.0 + cc@1.0.79 + cfg-if@1.0.0 + clap@4.3.11 + clap_builder@4.3.11 + clap_derive@4.3.2 + clap_lex@0.5.0 + cobs@0.2.3 + colorchoice@1.0.0 + critical-section@1.1.2 + env_logger@0.8.4 + errno-dragonfly@0.1.2 + errno@0.3.1 + error-chain@0.12.4 + futures-channel@0.3.21 + futures-core@0.3.21 + futures-executor@0.3.21 + futures-io@0.3.21 + futures-macro@0.3.21 + futures-sink@0.3.21 + futures-task@0.3.21 + futures-util@0.3.21 + futures@0.3.21 + getrandom@0.2.15 + hash32@0.2.1 + heapless@0.7.16 + heck@0.4.1 + hermit-abi@0.1.19 + hermit-abi@0.3.2 + hostname@0.3.1 + humantime@2.1.0 + is-terminal@0.4.9 + itoa@1.0.2 + libc@0.2.177 + libseccomp-sys@0.2.1 + linux-raw-sys@0.4.5 + lock_api@0.4.10 + log@0.4.17 + match_cfg@0.1.0 + memchr@2.5.0 + num_cpus@1.13.1 + num_threads@0.1.6 + once_cell@1.18.0 + pin-project-lite@0.2.9 + pin-utils@0.1.0 + postcard@1.0.6 + ppv-lite86@0.2.20 + proc-macro2@1.0.63 + quote@1.0.29 + rand@0.8.5 + rand_chacha@0.3.1 + rand_core@0.6.4 + range-traits@0.3.2 + regex-syntax@0.6.27 + regex@1.6.0 + rustc_version@0.4.0 + rustix@0.38.7 + scopeguard@1.2.0 + semver@1.0.18 + serde@1.0.168 + serde_derive@1.0.168 + slab@0.4.7 + smallvec@1.13.2 + spin@0.9.8 + stable_deref_trait@1.2.0 + strsim@0.10.0 + syn@1.0.98 + syn@2.0.32 + syslog@6.1.1 + termcolor@1.1.3 + thiserror-impl@1.0.41 + thiserror@1.0.41 + time@0.3.11 + unicode-ident@1.0.2 + utf8parse@0.2.1 + uuid-macro-internal@1.11.0 + uuid@1.11.0 + version_check@0.9.4 + vhost-user-backend@0.17.0 + vhost@0.13.0 + virtio-bindings@0.2.4 + virtio-queue@0.14.0 + vm-memory@0.16.0 + vmm-sys-util@0.12.1 + wasi@0.11.0+wasi-snapshot-preview1 + winapi-i686-pc-windows-gnu@0.4.0 + winapi-util@0.1.5 + winapi-x86_64-pc-windows-gnu@0.4.0 + winapi@0.3.9 + windows-sys@0.48.0 + windows-targets@0.48.1 + windows_aarch64_gnullvm@0.48.0 + windows_aarch64_msvc@0.48.0 + windows_i686_gnu@0.48.0 + windows_i686_msvc@0.48.0 + windows_x86_64_gnu@0.48.0 + windows_x86_64_gnullvm@0.48.0 + windows_x86_64_msvc@0.48.0 + zerocopy-derive@0.7.35 + zerocopy@0.7.35 +" + +inherit cargo + +DESCRIPTION="Shared file system for virtual machines" +HOMEPAGE="https://virtio-fs.gitlab.io/" + +if [[ ${PV} == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://gitlab.com/virtio-fs/virtiofsd.git" + EGIT_BRANCH="main" +else + SRC_URI="https://gitlab.com/virtio-fs/virtiofsd/-/archive/v${PV}/virtiofsd-v${PV}.tar.bz2" + SRC_URI+=" ${CARGO_CRATE_URIS}" + KEYWORDS="~amd64 ~arm64 ~ppc64" + S="${WORKDIR}/${PN}-v${PV}" +fi + +LICENSE="Apache-2.0 BSD" +# Dependent crate licenses +LICENSE+=" Apache-2.0 BSD MIT Unicode-DFS-2016" +SLOT="0" + +DEPEND=" + sys-libs/libcap-ng + sys-libs/libseccomp +" +RDEPEND=" + sys-apps/shadow + ${DEPEND} +" + +# rust does not use *FLAGS from make.conf, silence portage warning +# update with proper path to binaries this crate installs, omit leading / +QA_FLAGS_IGNORED="usr/libexec/${PN}" + +src_unpack() { + if [[ "${PV}" == *9999* ]]; then + git-r3_src_unpack + cargo_live_src_unpack + else + cargo_src_unpack + fi +} + +src_install() { + cargo_src_install + + mkdir "${ED}/usr/libexec" || die + mv "${ED}/usr/"{bin,libexec}/${PN} || die + + # Install 50-virtiofsd.json but to avoid conflicts with + # <app-emulation/qemu-8.0.0 install it under different name. In this case, + # smaller number means higher priority, but that's probably what users want + # anyway if they install this package on top of app-emulation/qemu. + # TODO: remove once old QEMUs are removed from the portage. + insinto "/usr/share/qemu/vhost-user" + newins "50-virtiofsd.json" "40-virtiofsd.json" +} diff --git a/app-emulation/virtiofsd/virtiofsd-9999.ebuild b/app-emulation/virtiofsd/virtiofsd-9999.ebuild index d0db200fdff1..0dc295972a5b 100644 --- a/app-emulation/virtiofsd/virtiofsd-9999.ebuild +++ b/app-emulation/virtiofsd/virtiofsd-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023-2025 Gentoo Authors +# Copyright 2023-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -53,7 +53,7 @@ CRATES=" humantime@2.1.0 is-terminal@0.4.9 itoa@1.0.2 - libc@0.2.155 + libc@0.2.177 libseccomp-sys@0.2.1 linux-raw-sys@0.4.5 lock_api@0.4.10 @@ -134,13 +134,13 @@ if [[ ${PV} == *9999* ]]; then else SRC_URI="https://gitlab.com/virtio-fs/virtiofsd/-/archive/v${PV}/virtiofsd-v${PV}.tar.bz2" SRC_URI+=" ${CARGO_CRATE_URIS}" - KEYWORDS="~amd64 ~ppc64" + KEYWORDS="~amd64 ~arm64 ~ppc64" S="${WORKDIR}/${PN}-v${PV}" fi LICENSE="Apache-2.0 BSD" # Dependent crate licenses -LICENSE+=" Apache-2.0-with-LLVM-exceptions MIT Unicode-DFS-2016 Unlicense" +LICENSE+=" Apache-2.0 BSD MIT Unicode-DFS-2016" SLOT="0" DEPEND=" diff --git a/app-metrics/redis_exporter/Manifest b/app-metrics/redis_exporter/Manifest index 1157dbafd958..4ed82bee53a4 100644 --- a/app-metrics/redis_exporter/Manifest +++ b/app-metrics/redis_exporter/Manifest @@ -2,3 +2,5 @@ DIST redis_exporter-1.61.0-deps.tar.xz 815816 BLAKE2B b57f1d3094e3e03f990a5b26b7 DIST redis_exporter-1.61.0.tar.gz 82438 BLAKE2B fe62e6c56206718eaf908de913dcb80dd9e27825dfc74b2f9bef3d4c914b75cfe0223924b852e8b99421ccbd0a3618bc9f9a0aea8c9a7733bcb95221731f7f97 SHA512 2528be4680b5cb2b1a1077a3a28ddac8f5a8a4a2b936504553cb218e8c53f8a9d9e52a9266c247f85bda03ae76eec90dbc9ab9bcc8df828d5850538e818d8188 DIST redis_exporter-1.67.0-deps.tar.xz 955620 BLAKE2B d319e605a8685ec2a8dc441d42346009c019eabb385c758d8a7f09bff37ebe6c158f9a04353fdac51821b54dcdbee873bc747ae008d3dc2148e153eaeaa154d8 SHA512 e1dae9c1e941aaff88769008d70811c22d4ec2946076d43b74269a5fb6b1b12aa8bc0c73e114cf9ec9ecafe6b9af6ef8b0236fe6b3788bdfe7f94241785c6bfd DIST redis_exporter-1.67.0.tar.gz 87552 BLAKE2B d97f181f95b8ac44292892c6df031762fcea79eb8a06a224346152631ce18a5229d9ef14b53893709b83933053a8e47bedff52040a07849704b29961b1f69b54 SHA512 5acb905cf8b41c95013d917754837066e4c68535414c1459b985cea901c4cb1ab347be5715fec9d1306810915c4bcac2e4aea4a9fbf64403921b5ef30c6ab1a2 +DIST redis_exporter-1.83.0-vendor.tar.xz 1024056 BLAKE2B 616708c771579397fd397319729a2df8d73cf1ea03ba0ff76f84fb58c1ab29040474529ace83829df99d240c5bc99d47ee38f80fc934db0ef2fd1eaa0772ca4f SHA512 b29a7db08a822b280d98028e374723c4255e19f9611fa11058691e1c08b872b95741b94b8f415264baabc73f8bf965d4ce2b7aa1724fcbc8dde9bf773c24ab3c +DIST redis_exporter-1.83.0.tar.gz 120997 BLAKE2B 9301d489f3d55e273954986448a74fefcd9949e08aac64a73aa8998880e4bf53e6a1596292ad50dbc9e36bef6116f7032806cc4f877cb822ee7a1bd458e91adb SHA512 5130aa772f43d48a1da6ce0be051625317fce129ae8bd092c2e3176846d95a51c689a4218b58b9d7279437591d5f994ca62cc364e904d52cff765380be632b07 diff --git a/app-metrics/redis_exporter/files/redis_exporter.initd b/app-metrics/redis_exporter/files/redis_exporter.initd index 741a0b4e4682..6e1ffc23f87e 100644 --- a/app-metrics/redis_exporter/files/redis_exporter.initd +++ b/app-metrics/redis_exporter/files/redis_exporter.initd @@ -1,18 +1,17 @@ #!/sbin/openrc-run -# Copyright 2016-2018 Gentoo Foundation +# Copyright 2016-2026 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 description="Prometheus Exporter for Redis Metrics" pidfile=${pidfile:-"/run/${RC_SVCNAME}.pid"} user=${user:-${RC_SVCNAME}} group=${group:-${RC_SVCNAME}} +output_log=/var/log/${RC_SVCNAME}/${RC_SVCNAME}.log +error_log=/var/log/${RC_SVCNAME}/${RC_SVCNAME}.log command="/usr/bin/redis_exporter" command_args="${command_args:---web.listen-address=:9121 --redis.addr=localhost:6379}" command_background="true" -start_stop_daemon_args="--user ${user} --group ${group} \ - --stdout /var/log/${RC_SVCNAME}/${RC_SVCNAME}.log \ - --stderr /var/log/${RC_SVCNAME}/${RC_SVCNAME}.log" depend() { after net diff --git a/app-metrics/redis_exporter/redis_exporter-1.83.0.ebuild b/app-metrics/redis_exporter/redis_exporter-1.83.0.ebuild new file mode 100644 index 000000000000..d40a535bd409 --- /dev/null +++ b/app-metrics/redis_exporter/redis_exporter-1.83.0.ebuild @@ -0,0 +1,86 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit go-module systemd + +EGIT_COMMIT=1c261b87e1431be106c241181038274b406c9592 + +DESCRIPTION="Prometheus Exporter for Redis Metrics. Supports Redis 2.x, 3.x and 4.x" +HOMEPAGE="https://github.com/oliver006/redis_exporter" +SRC_URI="https://github.com/oliver006/redis_exporter/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI+=" https://github.com/gentoo-golang-dist/${PN}/releases/download/v${PV}/${P}-vendor.tar.xz" + +LICENSE="MIT Apache-2.0 BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="test" +RESTRICT="!test? ( test )" + +DEPEND=" + acct-user/redis_exporter + acct-group/redis_exporter" +RDEPEND="${DEPEND}" +BDEPEND=" + >=dev-lang/go-1.25.0 + test? ( dev-db/redis ) +" + +src_compile() { + local egoldflags=( + -X main.BuildVersion=${PV} + -X main.BuildCommitSha=${EGIT_COMMIT} + -X main.BuildDate=$(date +%F-%T) + ) + ego build -o bin/ -ldflags="${egoldflags[*]}" ./... +} + +src_test() { + local redis_pid="${T}"/redis.pid + local redis_port=6379 + + if has_version ">=dev-db/redis-7"; then + local extra_conf=" + enable-debug-command yes + enable-module-command yes + " + fi + + # Spawn Redis itself for testing purposes + einfo "Spawning Redis" + einfo "NOTE: Port ${redis_port} must be free" + "${EPREFIX}"/usr/sbin/redis-server - <<- EOF || die "Unable to start redis server" + daemonize yes + pidfile ${redis_pid} + port ${redis_port} + bind 127.0.0.1 ::1 + ${extra_conf} + EOF + + contrib/tls/gen-test-certs.sh || die "Unable to generate TLS certs" + + local -x TEST_REDIS_URI="redis://localhost:${redis_port}" + ego test -work ./... + + # Clean up afterwards + kill "$(<"${redis_pid}")" || die +} + +src_install() { + dobin bin/redis_exporter + dodoc README.md + + local dir + for dir in /var/{lib,log}/${PN}; do + keepdir "${dir}" + fowners ${PN}:${PN} "${dir}" + done + + systemd_dounit "${FILESDIR}/${PN}.service" + newinitd "${FILESDIR}"/${PN}.initd ${PN} + newconfd "${FILESDIR}"/${PN}.confd ${PN} + + insinto /etc/logrotate.d + newins "${FILESDIR}/${PN}.logrotated" "${PN}" +} diff --git a/app-misc/glow/Manifest b/app-misc/glow/Manifest index fbb4e8144099..a4b3c5572d4f 100644 --- a/app-misc/glow/Manifest +++ b/app-misc/glow/Manifest @@ -1,6 +1,2 @@ -DIST glow-1.5.1-deps.tar.xz 176449224 BLAKE2B a1cb5fcfeb76b52d899d7ff135ae7a901b0ba951af327616a5d0135a81da56a2ae6aa3697a5e2a8b660202ecd091fdfb609fd4571d410cc68d4449e5af4615c0 SHA512 2561c8ff37ad70d6df62902d9df607db83be0fc524a877b21c21016b7b23e57862f7ea8d5980590e00d4f573d99d60c6ba30e78ed0b4e02119dd192e3b8464fb -DIST glow-1.5.1.tar.gz 553842 BLAKE2B 1997187c231e739311472c069d2b2fadb1943d2056114bcb7e6056b433db4182b0db0387b9bc6556f76a7a4d54d62a8b3e91465de2746c959171ec13ef7bd698 SHA512 d27005fdd10798957145e3ba4f55b78d15a9bf485f9b28a908dfec219524911f065d6f4248bcc79b30d9653588427e18bfeffab6400b1945ff0603bc95a5d888 -DIST glow-2.0.0-deps.tar.xz 44130108 BLAKE2B 277a623d1f1861233825375a7bbd2bc2cf0c88749ea4ed90e700c9ad89d3b08898a5d6f2e401f487dd4d9e97a0723f9c44803180dfe7f376195e5bea3f4db73c SHA512 cf8c5611555c6f7c3874ae862136e40196b8079f78d97b3dfda6218e95e4bae02e9461ba8eb5fc06fc5018ffd60fd384b375b0815b4219c740b193efaa7422ed -DIST glow-2.0.0.tar.gz 522208 BLAKE2B 5263c11804ed9d9b75369737fb7be9ea1003f94769c5bf205efe31c9697dfe46ba3efaedc2cdffb047ef7157d0fb232ca92593e1fe8a18c7fc80df171cccf240 SHA512 ac8142512eff949979203b42955e03b511aa6b6e335071d9fcd9a461d291e1d00d4192f39a470d9b4925b48294fab87469cbec7ecf5d5f8bc988d9c8238a4a80 -DIST glow-2.1.1-deps.tar.xz 35990276 BLAKE2B 8ef252580d00d46ffc2cd91ee5e76151917ac095270946cdcd7372da99d42b440285a6f404e7ee0cf59460faa39dfec043fd07bfb0fc023d9e4eea43bca9742e SHA512 ec67f3029b990cc3b40791477ea25b2fce0727f80525b07ed491f0bf2679c236c9a30e8f18f6248163476da09b64d64d80a11bbad98c87a43dced04c4ca9bd13 -DIST glow-2.1.1.tar.gz 510057 BLAKE2B 7448fa6a023c564163324613be6261211767cd46452ea53dafea986670aff115db1297dd9c84fdfde621fa6328f54cbace26371838fbf58051c7330282346982 SHA512 6a01ff0f9c29de28f55a467fc2041afbe6bd25b06053da9fc62fa73e800c05a452b695e242e8605ef686f72a3f048ef6e2cd7206530e356a6cad669ac4c57a10 +DIST glow-2.1.2-deps.tar.xz 36898996 BLAKE2B 581f0429759914be47bf4250e9954d2d7ba663afad5b41d9721f0d1d6af1daa00629d5dd6347817f3b0267ad8386bf9bb3290e43c644b0904815a9b001c9a3b4 SHA512 9033c2783a55767302d1c9586f844c64af67362280a557f1732bee7fde34bcff1cc9c88a6aaba16726688d2f57f9634de8a2d88604946381a3f8ed05f6600d26 +DIST glow-2.1.2.tar.gz 510356 BLAKE2B 1ae620618c01d94ebd55b505bd6b13c4f61f133460e432ace766921d7c9d2fb0cf5e4c530382d015499c664c8c67bbd5ff1d12567cfb50aac2a128d3f2c3375f SHA512 0fc423212a59f95dbd946d8c39329fcebdbe59eba4eaf5efee426615c25f2eac4d22dbc1a4793952fa8ca93a48b81189259417bc17bd94220dca7a970592de79 diff --git a/app-misc/glow/glow-1.5.1.ebuild b/app-misc/glow/glow-1.5.1.ebuild deleted file mode 100644 index e4d3c5d95c93..000000000000 --- a/app-misc/glow/glow-1.5.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2022-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit go-module - -DESCRIPTION="Render markdown on the CLI, with pizzazz!" -HOMEPAGE="https://github.com/charmbracelet/glow" -SRC_URI=" - https://github.com/charmbracelet/glow/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz - https://gentoo.kropotkin.rocks/go-pkgs/${P}-deps.tar.xz -" - -LICENSE="Apache-2.0 BSD-2 BSD MIT MPL-2.0" -SLOT="0" -KEYWORDS="~amd64" - -src_install() { - einstalldocs - dobin glow -} diff --git a/app-misc/glow/glow-2.0.0.ebuild b/app-misc/glow/glow-2.0.0.ebuild deleted file mode 100644 index e4d3c5d95c93..000000000000 --- a/app-misc/glow/glow-2.0.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 2022-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit go-module - -DESCRIPTION="Render markdown on the CLI, with pizzazz!" -HOMEPAGE="https://github.com/charmbracelet/glow" -SRC_URI=" - https://github.com/charmbracelet/glow/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz - https://gentoo.kropotkin.rocks/go-pkgs/${P}-deps.tar.xz -" - -LICENSE="Apache-2.0 BSD-2 BSD MIT MPL-2.0" -SLOT="0" -KEYWORDS="~amd64" - -src_install() { - einstalldocs - dobin glow -} diff --git a/app-misc/glow/glow-2.1.1.ebuild b/app-misc/glow/glow-2.1.1.ebuild deleted file mode 100644 index 3ebb2bc9ea96..000000000000 --- a/app-misc/glow/glow-2.1.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 2022-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit go-module - -DESCRIPTION="Render markdown on the CLI, with pizzazz!" -HOMEPAGE="https://github.com/charmbracelet/glow" -SRC_URI="https://github.com/charmbracelet/glow/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI+=" https://github.com/ingenarel/guru-depfiles/releases/download/${P}-deps.tar.xz/${P}-deps.tar.xz" - -LICENSE="Apache-2.0 BSD-2 BSD MIT MPL-2.0" -SLOT="0" -KEYWORDS="~amd64" - -src_compile() { - ego build -o bin/glow -} - -src_install() { - einstalldocs - dobin bin/glow -} diff --git a/app-misc/glow/glow-2.1.2.ebuild b/app-misc/glow/glow-2.1.2.ebuild new file mode 100644 index 000000000000..059f0390cbdc --- /dev/null +++ b/app-misc/glow/glow-2.1.2.ebuild @@ -0,0 +1,40 @@ +# Copyright 2022-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit go-module shell-completion + +DESCRIPTION="Render markdown on the CLI, with pizzazz!" +HOMEPAGE="https://github.com/charmbracelet/glow" +SRC_URI="https://github.com/charmbracelet/glow/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz + https://github.com/ingenarel/guru-depfiles/releases/download/${P}-deps.tar.xz/${P}-go-mod-deps.tar.xz -> + ${P}-deps.tar.xz +" + +LICENSE="MIT" +#gentoo-go-license glow-2.1.2.ebuild +LICENSE+=" Apache-2.0 BSD MIT " +SLOT="0" +KEYWORDS="~amd64" + +src_compile(){ + ego build -o bin/glow +} + +src_test(){ + ego test -v ./... +} + +src_install(){ + dobin bin/glow + bin/glow man > glow.1 + doman glow.1 + einstalldocs + bin/glow completion bash > "${PN}" || die "generating bash completion failed" + dobashcomp "${PN}" + bin/glow completion zsh > "_${PN}" || die "generating zsh completion failed" + dozshcomp "_${PN}" + bin/glow completion fish > "${PN}.fish" || die "generating fish completion failed" + dofishcomp "${PN}.fish" +} diff --git a/app-misc/glow/metadata.xml b/app-misc/glow/metadata.xml index 736a1167c898..7d0140789cd2 100644 --- a/app-misc/glow/metadata.xml +++ b/app-misc/glow/metadata.xml @@ -1,6 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> + <maintainer type="person"> + <email>ingenarel_neojesus@disroot.org</email> + <name>ingenarel</name> + </maintainer> <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/app-misc/upterm/Manifest b/app-misc/upterm/Manifest index fbcadacb3a53..4cf574e2760f 100644 --- a/app-misc/upterm/Manifest +++ b/app-misc/upterm/Manifest @@ -4,3 +4,5 @@ DIST upterm-0.22.0-vendor.tar.xz 3848888 BLAKE2B c452fcf7b3a3bbc50b25e51d597e97b DIST upterm-0.22.0.tar.gz 187930 BLAKE2B aa435146922b3148aa51839bd83f3eb5b66faa4d0652ef07ebffe83362871d9a2df2d249134d12bbbc7418565539d455e82ff85a014bbc822c99e19f782734d8 SHA512 3de2baee42301427daf19d4b0227dba1f4ef7e3cfbc5cdda1a0a39abb72833f8946a5e524914312e80fce5a3cac48960eda74968ab1fc2099cd04d08502662ca DIST upterm-0.23.0-vendor.tar.xz 3837080 BLAKE2B d3e10b7c828d73a121eb0894b1c8593f907475b5b920d04645c20640cea527cbd94ebc63f37efc2174ad85b67cb40c5a0ef58733a75d34798e19dab250817bb9 SHA512 5ba826d5f0902361a5c8c2fc5004c364a32c5f71113c73c6540cd936aaa0850d5573ce5a8171393185c3da9e23a19e9cb2d8d785e9aa3bf6f3e0ae4931589064 DIST upterm-0.23.0.tar.gz 192147 BLAKE2B 7b9a5a2526c0a57f3e4608262d2996e60c880b9ec63dcc8247ad75db30d92300d60c5febc96252be14648998a095d712698de2b13a589eb065faa18d7b7d2270 SHA512 f7635435d1e1625b0a478d09658eb23a49d7c5fcbb43333d230b4ae1297223e978876f73b13f0ce5024ec0bf7a814edb61fbef0f320c333e0800c6d588af1bfb +DIST upterm-0.24.0-vendor.tar.xz 3841588 BLAKE2B 7883f2b2cf459cbf78b7455a7b999e4389ff34e663737d64e9dee2cf492a67917899519bd401f94eed31d90540dce34e1c7b9d2f0916cda9ad257be41be3be99 SHA512 fc2b7f4edaea792a6d3aeabfcbfdeb70ecb82718d8231963fd594f804cfba58b047c887c411469f3b49b99cfdaac0f07533ec98d2db75c50399bb8e0de1363d5 +DIST upterm-0.24.0.tar.gz 193215 BLAKE2B 82f58f6019de493a227f4e567469d5f3c91c235b475b0896c959066a1b3137fba729c105f8b65bbd795e2e94b51aac44d7fe0cc2e5221f2e89e2a626d0a0ff26 SHA512 0bc6ee923de21384bebca69fb3da9e32ddb7f811779b51a06fa1abfe7310e1609a308d8842e92d4b88b6868b9c438484ff02500ae11765570795a8514c02d953 diff --git a/app-misc/upterm/upterm-0.24.0.ebuild b/app-misc/upterm/upterm-0.24.0.ebuild new file mode 100644 index 000000000000..ae9eceb7f02c --- /dev/null +++ b/app-misc/upterm/upterm-0.24.0.ebuild @@ -0,0 +1,51 @@ +# Copyright 2025-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit go-module shell-completion systemd + +DESCRIPTION="Instant Terminal Sharing" +HOMEPAGE="https://upterm.dev/" +SRC_URI="https://github.com/owenthereal/upterm/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI+=" https://github.com/gentoo-golang-dist/upterm/releases/download/v${PV}/${P}-vendor.tar.xz" + +LICENSE="Apache-2.0" +# Dependent licenses +LICENSE+=" Apache-2.0 BSD BSD-2 CC0-1.0 MIT MPL-2.0 Unlicense" +SLOT="0" +KEYWORDS="~amd64" +IUSE="server test" +RESTRICT="!test? ( test )" + +BDEPEND=" + >=dev-lang/go-1.26 + test? ( + app-editors/vim + app-shells/bash + ) +" + +src_compile() { + local BINS=( ./cmd/upterm ) + use server && BINS+=( ./cmd/uptermd ) + ego build -o bin/ "${BINS[@]}" +} + +src_test() { + rm -vr internal/e2e/*_test.go || die + ego test -vet=off -timeout=120s ./{cmd,server,io,host,memlistener,routing,internal,ftests}/... +} + +src_install() { + dobin bin/upterm + doman etc/man/man1/* + + newbashcomp etc/completion/upterm.bash_completion.sh upterm + newzshcomp etc/completion/upterm.zsh_completion _upterm + + if use server; then + dobin bin/uptermd + systemd_dounit systemd/uptermd.service + fi +} diff --git a/app-text/atril/atril-1.28.3.ebuild b/app-text/atril/atril-1.28.3.ebuild index d89e09424322..45c5d1841f44 100644 --- a/app-text/atril/atril-1.28.3.ebuild +++ b/app-text/atril/atril-1.28.3.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/mate-desktop/${PN}/releases/download/v${PV}/atril-${ LICENSE="FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" IUSE="caja dbus debug djvu dvi epub +introspection keyring nls +postscript synctex t1lib test tiff xps" REQUIRED_USE="t1lib? ( dvi )" diff --git a/app-text/kramdown-rfc/Manifest b/app-text/kramdown-rfc/Manifest index 40b79443faba..71e1dc4c27af 100644 --- a/app-text/kramdown-rfc/Manifest +++ b/app-text/kramdown-rfc/Manifest @@ -1,3 +1,2 @@ -DIST kramdown-rfc2629-1.6.39.gem 62464 BLAKE2B 4063bab5ef8081c5a2aba3d881990d9ea4e6dd5ce01bf85e0ce6bc63b0fc6c1e8e9be413b00588c5e6e473ee26dfb6060aa8767ce6b4053c1b8750f79182e540 SHA512 bdfc611895f734a28e65b8d6b750fec387bb504d35feb8c6bbf4dbaf83b19b65fb61187e9b5e58ec64dbe72cbc9cc6efa78a349752340634ef2dc565bb096589 -DIST kramdown-rfc2629-1.7.19.gem 68096 BLAKE2B ee33d7703e7b02fdf4435bd1f4570434a8f305fc685a163181e2f2106a2d0dc9dad620441797cb5276d84a445ca511d0d09a027c5c8465ca3c996e08a946bb8c SHA512 2c0b9ec5a7b6b06b0d5761e497b96b6ef9a0e9609c20998d7e213616101e96701fecee0bf5702a17b0c17812ec756dbaa455d28268ca139c8c8da913d9d5838c DIST kramdown-rfc2629-1.7.22.gem 69120 BLAKE2B b75ed143db8667e41f592a26c7e62f5e27114693b40e13c836cc47c01f537ffa431ae766102fdd24bd9c338bfb5e2a389297f91c9830677bc956fda4b7438420 SHA512 553f4be33df687a045d3a8450a24c62de4c0e12e4a4dfd796897bf07be6c4c0ac73746f63698beefa06990fef84d3c407f641294326e4b4ae7d965e3a0262a1d +DIST kramdown-rfc2629-1.7.38.gem 153088 BLAKE2B 15f2a70351e95686a653ac527325ce748dfdb905cc71b3ea433412b94363e9516b035e08fa08108d525666a8ca1de0bcf44047c18e1beba80588b5da6297dc16 SHA512 33e8104426e89bc882b2e63e5fdaa9ba7a3827e5f5b03a6bbcd6d662dd936d9436112a877820ab84081c5c05e95532729a9d5ce014f4cc8717a0c6317f126468 diff --git a/app-text/kramdown-rfc/files/kramdown-rfc-1.6.35-Remove-bin-echars.patch b/app-text/kramdown-rfc/files/kramdown-rfc-1.6.35-Remove-bin-echars.patch deleted file mode 100644 index 089ca1f4dea3..000000000000 --- a/app-text/kramdown-rfc/files/kramdown-rfc-1.6.35-Remove-bin-echars.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 4e64df2e00dec244fe1f44233553e1936004b98d Mon Sep 17 00:00:00 2001 -From: Florian Schmaus <flo@geekplace.eu> -Date: Sun, 25 Jun 2023 17:32:52 +0200 -Subject: [PATCH] Remove bin/echars - ---- a/kramdown-rfc2629.gemspec -+++ b/kramdown-rfc2629.gemspec -@@ -8,14 +8,10 @@ spec = Gem::Specification.new do |s| - s.add_dependency('kramdown-parser-gfm', '~> 1.1') - s.add_dependency('certified', '~> 1.0') - s.add_dependency('json_pure', '~> 2.0') -- s.add_dependency('unicode-name', '~> 1.0') -- s.add_dependency('unicode-blocks', '~> 1.0') -- s.add_dependency('unicode-scripts', '~> 1.0') - s.add_dependency('net-http-persistent', '~> 4.0') -- s.add_dependency('differ', '~>0.1') -- s.files = Dir['lib/**/*.rb'] + %w(README.md LICENSE kramdown-rfc2629.gemspec bin/kdrfc bin/kramdown-rfc bin/kramdown-rfc2629 bin/doilit bin/echars bin/kramdown-rfc-extract-markdown bin/kramdown-rfc-extract-sourcecode data/kramdown-rfc2629.erb data/encoding-fallbacks.txt data/math.json bin/kramdown-rfc-cache-subseries-bibxml bin/kramdown-rfc-autolink-iref-cleanup bin/de-gfm bin/kramdown-rfc-clean-svg-ids) -+ s.files = Dir['lib/**/*.rb'] + %w(README.md LICENSE kramdown-rfc2629.gemspec bin/kdrfc bin/kramdown-rfc bin/kramdown-rfc2629 bin/doilit bin/kramdown-rfc-extract-markdown bin/kramdown-rfc-extract-sourcecode data/kramdown-rfc2629.erb data/encoding-fallbacks.txt data/math.json bin/kramdown-rfc-cache-subseries-bibxml bin/kramdown-rfc-autolink-iref-cleanup bin/de-gfm bin/kramdown-rfc-clean-svg-ids) - s.require_path = 'lib' -- s.executables = ['kramdown-rfc', 'kramdown-rfc2629', 'doilit', 'echars', -+ s.executables = ['kramdown-rfc', 'kramdown-rfc2629', 'doilit', - 'kramdown-rfc-extract-markdown', - 'kramdown-rfc-extract-sourcecode', - 'kdrfc', 'kramdown-rfc-cache-i-d-bibxml', --- -2.39.3 - diff --git a/app-text/kramdown-rfc/files/kramdown-rfc-1.7.19-remove-bin-echars.patch b/app-text/kramdown-rfc/files/kramdown-rfc-1.7.19-remove-bin-echars.patch deleted file mode 100644 index 47364c81e756..000000000000 --- a/app-text/kramdown-rfc/files/kramdown-rfc-1.7.19-remove-bin-echars.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 3d4badf1e3913d2cf130ed0a42cdf0094ea6b735 Mon Sep 17 00:00:00 2001 -From: Florian Schmaus <flo@geekplace.eu> -Date: Thu, 17 Oct 2024 09:37:45 +0200 -Subject: [PATCH] Remove bin/echars - ---- a/kramdown-rfc2629.gemspec -+++ b/kramdown-rfc2629.gemspec -@@ -8,15 +8,11 @@ spec = Gem::Specification.new do |s| - s.add_dependency('kramdown-parser-gfm', '~> 1.1') - s.add_dependency('certified', '~> 1.0') - s.add_dependency('json_pure', '~> 2.0') -- s.add_dependency('unicode-name', '~> 1.0') -- s.add_dependency('unicode-blocks', '~> 1.0') -- s.add_dependency('unicode-scripts', '~> 1.0') - s.add_dependency('net-http-persistent', '~> 4.0') -- s.add_dependency('differ', '~> 0.1') - s.add_dependency('base64', '>= 0.1') -- s.files = Dir['lib/**/*.rb'] + %w(README.md LICENSE kramdown-rfc2629.gemspec bin/kdrfc bin/kramdown-rfc bin/kramdown-rfc2629 bin/doilit bin/echars bin/kramdown-rfc-extract-markdown bin/kramdown-rfc-extract-sourcecode bin/kramdown-rfc-lsr data/kramdown-rfc2629.erb data/encoding-fallbacks.txt data/math.json bin/kramdown-rfc-cache-subseries-bibxml bin/kramdown-rfc-autolink-iref-cleanup bin/de-gfm bin/kramdown-rfc-clean-svg-ids) -+ s.files = Dir['lib/**/*.rb'] + %w(README.md LICENSE kramdown-rfc2629.gemspec bin/kdrfc bin/kramdown-rfc bin/kramdown-rfc2629 bin/doilit bin/kramdown-rfc-extract-markdown bin/kramdown-rfc-extract-sourcecode bin/kramdown-rfc-lsr data/kramdown-rfc2629.erb data/encoding-fallbacks.txt data/math.json bin/kramdown-rfc-cache-subseries-bibxml bin/kramdown-rfc-autolink-iref-cleanup bin/de-gfm bin/kramdown-rfc-clean-svg-ids) - s.require_path = 'lib' -- s.executables = ['kramdown-rfc', 'kramdown-rfc2629', 'doilit', 'echars', -+ s.executables = ['kramdown-rfc', 'kramdown-rfc2629', 'doilit', - 'kramdown-rfc-extract-markdown', - 'kramdown-rfc-extract-sourcecode', - 'kramdown-rfc-lsr', --- -2.45.2 - diff --git a/app-text/kramdown-rfc/files/kramdown-rfc-1.7.38-do-not-perform-tls-dance.patch b/app-text/kramdown-rfc/files/kramdown-rfc-1.7.38-do-not-perform-tls-dance.patch new file mode 100644 index 000000000000..df7ddb52f23d --- /dev/null +++ b/app-text/kramdown-rfc/files/kramdown-rfc-1.7.38-do-not-perform-tls-dance.patch @@ -0,0 +1,43 @@ +From 2eb1afe7822b198b340096b63586ae1f9a9287ea Mon Sep 17 00:00:00 2001 +From: Florian Schmaus <flo@geekplace.eu> +Date: Fri, 8 May 2026 11:33:39 +0200 +Subject: [PATCH] Do not perform the TLS dance + +Gentoo's ruby has DEFAULT_CERT_FILE set to /etc/ssl/cert.pem, which +does not exist: + +$ ruby -ropenssl -e 'File.open(OpenSSL::X509::DEFAULT_CERT_FILE)' +-e:1:in `initialize': No such file or directory @ rb_sysopen - /etc/ssl/cert.pem (Errno::ENOENT) + from -e:1:in `open' + from -e:1:in `<main>' +--- a/lib/kramdown-rfc/command.rb ++++ b/lib/kramdown-rfc/command.rb +@@ -180,17 +180,6 @@ RFC7942 + end + end + +-def do_the_tls_dance +- begin +- require 'openssl' +- File.open(OpenSSL::X509::DEFAULT_CERT_FILE) do end +- # This guards against having an unreadable cert file (yes, that appears to happen a lot). +- rescue +- warn "*** Configuration problem with OS certificate store." +- exit 71 # EX_OSERR +- end +-end +- + RE_NL = /(?:\r\n|\n|\r)/ + RE_SECTION = /---(?: +(\w+)(-?))? *#{RE_NL}(.*?#{RE_NL})(?=---(?:\s+\w+-?)?\s*#{RE_NL}|\Z)/m + +@@ -683,7 +672,6 @@ if input =~ /[\t]/ + end + + if input =~ /\A---/ # this is a sectionized file +- do_the_tls_dance unless ENV["KRAMDOWN_DONT_VERIFY_HTTPS"] + input, options, coding_override = xml_from_sections(input, input_filename) + else + options = process_kramdown_options # all default +-- +2.53.0 + diff --git a/app-text/kramdown-rfc/files/kramdown-rfc-1.7.38-remove-bin-echars.patch b/app-text/kramdown-rfc/files/kramdown-rfc-1.7.38-remove-bin-echars.patch new file mode 100644 index 000000000000..26a179b26795 --- /dev/null +++ b/app-text/kramdown-rfc/files/kramdown-rfc-1.7.38-remove-bin-echars.patch @@ -0,0 +1,38 @@ +From e04a1da48afdde6e86645c713d60c6f262e6b372 Mon Sep 17 00:00:00 2001 +From: Florian Schmaus <flo@geekplace.eu> +Date: Mon, 27 Mar 2023 11:26:09 +0200 +Subject: [PATCH] Remove bin/echars + +--- a/kramdown-rfc2629.gemspec ++++ b/kramdown-rfc2629.gemspec +@@ -7,17 +7,13 @@ spec = Gem::Specification.new do |s| + s.add_dependency('kramdown', '~> 2.4.0') + s.add_dependency('kramdown-parser-gfm', '~> 1.1') + s.add_dependency('json_pure', '~> 2.0') +- s.add_dependency('unicode-name', '~> 1.0') +- s.add_dependency('unicode-blocks', '~> 1.0') +- s.add_dependency('unicode-scripts', '~> 1.0') + s.add_dependency('net-http-persistent', '~> 4.0') +- s.add_dependency('differ', '~> 0.1') + s.add_dependency('base64', '~> 0.2') + s.add_dependency('ostruct', '~> 0.6') + s.files = Dir['lib/**/*.rb'] + + %w(README.md LICENSE kramdown-rfc2629.gemspec + bin/kdrfc bin/kramdown-rfc bin/kramdown-rfc2629 +- bin/doilit bin/echars bin/kramdown-rfc-extract-markdown ++ bin/doilit bin/kramdown-rfc-extract-markdown + bin/kramdown-rfc-extract-sourcecode + bin/kramdown-rfc-extract-figures-tables + bin/kramdown-rfc-lsr data/kramdown-rfc2629.erb +@@ -27,7 +23,7 @@ spec = Gem::Specification.new do |s| + bin/de-gfm + bin/kramdown-rfc-clean-svg-ids) + s.require_path = 'lib' +- s.executables = ['kramdown-rfc', 'kramdown-rfc2629', 'doilit', 'echars', ++ s.executables = ['kramdown-rfc', 'kramdown-rfc2629', 'doilit', + 'kramdown-rfc-extract-markdown', + 'kramdown-rfc-extract-sourcecode', + 'kramdown-rfc-extract-figures-tables', +-- +2.53.0 + diff --git a/app-text/kramdown-rfc/kramdown-rfc-1.6.39.ebuild b/app-text/kramdown-rfc/kramdown-rfc-1.6.39.ebuild deleted file mode 100644 index 51db9edfc111..000000000000 --- a/app-text/kramdown-rfc/kramdown-rfc-1.6.39.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby31 ruby32" - -# The software got renamed from kramdown-rfc2629 to kramdown-rfc, -# however the gem coordinate is still kramdown-rfc2629. -RUBY_FAKEGEM_NAME="${PN}2629" -RUBY_FAKEGEM_RECIPE_TEST="none" -RUBY_FAKEGEM_EXTRADOC="README.md" -RUBY_FAKEGEM_EXTRAINSTALL="data" -# Explicitly use the gemspec file over the metadata file of the gem, as -# the latter contains dependencies that we patched out. -RUBY_FAKEGEM_GEMSPEC="${RUBY_FAKEGEM_NAME}.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="An XML2RFC (RFC799x) backend for Thomas Leitner's kramdown markdown parser" -HOMEPAGE="https://github.com/cabo/kramdown-rfc" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64" - -PATCHES=( - "${FILESDIR}"/${PN}-1.6.27-Drop-dependency-on-certified.patch - "${FILESDIR}"/${PN}-1.6.35-Remove-bin-echars.patch -) - -ruby_add_rdepend " - >=dev-ruby/json-2.0.0 - >=dev-ruby/kramdown-2.4.0 - >=dev-ruby/kramdown-parser-gfm-1.1.0 - >=dev-ruby/net-http-persistent-4.0 -" - -all_ruby_prepare() { - sed -i 's/json_pure/json/' "${RUBY_FAKEGEM_GEMSPEC}" || die -} diff --git a/app-text/kramdown-rfc/kramdown-rfc-1.7.19.ebuild b/app-text/kramdown-rfc/kramdown-rfc-1.7.38.ebuild index 68968c7e8dd4..5854cf8d5d3e 100644 --- a/app-text/kramdown-rfc/kramdown-rfc-1.7.19.ebuild +++ b/app-text/kramdown-rfc/kramdown-rfc-1.7.38.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -USE_RUBY="ruby31 ruby32" +USE_RUBY="ruby31 ruby32 ruby33" # The software got renamed from kramdown-rfc2629 to kramdown-rfc, # however the gem coordinate is still kramdown-rfc2629. @@ -22,16 +22,17 @@ HOMEPAGE="https://github.com/cabo/kramdown-rfc" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64" +KEYWORDS="~amd64" PATCHES=( - "${FILESDIR}"/${PN}-1.6.27-Drop-dependency-on-certified.patch - "${FILESDIR}"/${PN}-1.7.19-remove-bin-echars.patch + "${FILESDIR}"/${PN}-1.7.38-remove-bin-echars.patch + "${FILESDIR}"/${PN}-1.7.38-do-not-perform-tls-dance.patch ) ruby_add_rdepend " >=dev-ruby/json-2.0.0 >=dev-ruby/kramdown-2.4.0 + <dev-ruby/kramdown-2.5 >=dev-ruby/kramdown-parser-gfm-1.1.0 >=dev-ruby/net-http-persistent-4.0 " diff --git a/app-text/xml2rfc/Manifest b/app-text/xml2rfc/Manifest index 60d6afcc4b8f..03c861cd6b34 100644 --- a/app-text/xml2rfc/Manifest +++ b/app-text/xml2rfc/Manifest @@ -1 +1,2 @@ DIST xml2rfc-3.26.0.gh.tar.gz 2839215 BLAKE2B b175e85fc82090d15176977d1af1e4968ff8d1c5a17fc5c07bffff7e20fdc1b5c28328fe75d77ed124da7d836422e5bf68614f9bfaa9f6a45fd7bc734e0acda2 SHA512 3ac5aa2e0acbef01a54160e448dfbf2e9f09aae582fddf0677008f6af666ecf263d504a969fb60e3d3dbc593fd10171e1487daf47a2bc35e1ee9942acff19599 +DIST xml2rfc-3.33.0.gh.tar.gz 2844188 BLAKE2B 4715d2a8a27173051ce823dab19d5bbdc0aefd4acc43b698cafc15ba90098a937b45bc54ac6a61a2caeb930f0a32f4b9e2302d1047e26ee9194147aed479a7c5 SHA512 02f359431da7b294bcaf24a5c770fdbefc447052b9dc7ec16f4d85ad9096cb16404f8b4bb7ec5de3d3a7bf80bcdaa8d1be090fc11c3660f06f30e25fcd19490f diff --git a/app-text/xml2rfc/xml2rfc-3.33.0.ebuild b/app-text/xml2rfc/xml2rfc-3.33.0.ebuild new file mode 100644 index 000000000000..b6d7b4427d8d --- /dev/null +++ b/app-text/xml2rfc/xml2rfc-3.33.0.ebuild @@ -0,0 +1,62 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..14} ) + +inherit distutils-r1 optfeature + +DESCRIPTION="Generates RFCs and IETF drafts from document source in XML" +HOMEPAGE=" + https://ietf-tools.github.io/xml2rfc/ + https://github.com/ietf-tools/xml2rfc/ + https://pypi.org/project/xml2rfc/ +" +SRC_URI=" + https://github.com/ietf-tools/xml2rfc/archive/refs/tags/v${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/platformdirs-3.6.0[${PYTHON_USEDEP}] + dev-python/configargparse[${PYTHON_USEDEP}] + dev-python/intervaltree[${PYTHON_USEDEP}] + >=dev-python/google-i18n-address-3.0.0[${PYTHON_USEDEP}] + >=dev-python/html5lib-1.0.1[${PYTHON_USEDEP}] + >=dev-python/jinja2-3.1.2[${PYTHON_USEDEP}] + dev-python/lxml[${PYTHON_USEDEP}] + >=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}] + dev-python/pycountry[${PYTHON_USEDEP}] + >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] + dev-python/sortedcontainers[${PYTHON_USEDEP}] + dev-python/wcwidth[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + >=dev-python/pypdf-3.2.1[${PYTHON_USEDEP}] + dev-python/decorator[${PYTHON_USEDEP}] + dev-python/dict2xml[${PYTHON_USEDEP}] + dev-python/weasyprint[${PYTHON_USEDEP}] + media-fonts/noto-cjk + ) +" + +distutils_enable_tests unittest + +src_prepare() { + default + # Disable broken PdfWriterTests. + sed -i 's/ PdfWriterTests(unittest.TestCase):/ PdfWriterTests:/' test.py || die +} + +pkg_postinst() { + optfeature "PDF generation support" dev-python/weasyprint +} diff --git a/app-xemacs/ebuild-mode/ebuild-mode-1.82.ebuild b/app-xemacs/ebuild-mode/ebuild-mode-1.82.ebuild index cbc7a0f6a427..95097b152ada 100644 --- a/app-xemacs/ebuild-mode/ebuild-mode-1.82.ebuild +++ b/app-xemacs/ebuild-mode/ebuild-mode-1.82.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} = 9999 ]]; then S="${WORKDIR}/${PN}" else SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz" - KEYWORDS="~amd64 ~hppa ~x86" + KEYWORDS="amd64 ~hppa x86" fi DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files" diff --git a/dev-cpp/magic_enum/Manifest b/dev-cpp/magic_enum/Manifest index 145a81733d2e..2c68e3e63ac1 100644 --- a/dev-cpp/magic_enum/Manifest +++ b/dev-cpp/magic_enum/Manifest @@ -1,2 +1,3 @@ DIST magic_enum-0.9.6.tar.gz 199883 BLAKE2B 32909c5ea0cff32b14fb4fd5507f1f99cd45f572d56fd14f76aea3ca3c1fa16d08573568a7c7f9a3efbc9396450b2e897aa64de414b34a4c19b6c49f63aed506 SHA512 6154c816446e115f3b164df79ab8d8088eb76b632ee3fdc82ea17cc7ae8d04652c83e5cc587c2c4b334889904b101ba08a04c5837103af260768e93df17cc263 DIST magic_enum-0.9.7.tar.gz 202916 BLAKE2B c084df420d66b4920ef028c74056a64e6221d787bbdc958407426442bc14f9a62ec32c56aa7e914a79f4e10a231312fc03230a6d4cbed992f6eae51e14372283 SHA512 8b61c621ff2a6981b4ff89f7df577091ffc9382d443c061db612fb61822dbf6ef8aba69ea35d1c435dcffbd7434cb4ccc5d12bbe2deba1cf0a5316c979ee6a4b +DIST magic_enum-0.9.8.tar.gz 206476 BLAKE2B 28ed2bd26dbf1aad4e5162eae35d54cc76a76dd0385ceaff2ff635f54e41304c2790cf4d69fed41d867eee9ebcad6adcc245aba0fa7ed5617ae3b3fba4b44402 SHA512 ba20ecefd3bf01c44e0b321bdff55b1f39067d416e9c1afb0b3661289ce26b455ca8736baf4782c19c8f737c0763fa8eb3cf235527cc2f1dbf5b924a767a8ed7 diff --git a/dev-cpp/magic_enum/magic_enum-0.9.8.ebuild b/dev-cpp/magic_enum/magic_enum-0.9.8.ebuild new file mode 100644 index 000000000000..0f6252561d16 --- /dev/null +++ b/dev-cpp/magic_enum/magic_enum-0.9.8.ebuild @@ -0,0 +1,33 @@ +# Copyright 2023-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +# As of 0.8.2, it has meson, but only for subproject use(?) +# Doesn't install anything. In 0.9.7, the situation looks better, but +# need to test with reverse dependencies. +inherit cmake + +DESCRIPTION="Static reflection for enums in header-only C++" +HOMEPAGE="https://github.com/Neargye/magic_enum" +SRC_URI="https://github.com/Neargye/magic_enum/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" +IUSE="examples test" +RESTRICT="!test? ( test )" + +PATCHES=( + "${FILESDIR}"/${PN}-0.9.7-werror.patch +) + +src_configure() { + local mycmakeargs=( + -DMAGIC_ENUM_OPT_BUILD_EXAMPLES=$(usex examples) + -DMAGIC_ENUM_OPT_BUILD_TESTS=$(usex test) + -DMAGIC_ENUM_OPT_INSTALL=ON + ) + + cmake_src_configure +} diff --git a/dev-cpp/ms-gsl/Manifest b/dev-cpp/ms-gsl/Manifest index 81a5f6b9b545..8276766f9d3c 100644 --- a/dev-cpp/ms-gsl/Manifest +++ b/dev-cpp/ms-gsl/Manifest @@ -1,2 +1,3 @@ DIST ms-gsl-4.0.0.tar.gz 55846 BLAKE2B 4391f8865f8dc044e5a48826e84919df8e32fc80815a260e9c892aa6d155d278a9b7742c17e4455bcba3fc3164118c14ef160353913814ba48a83bc7de40c123 SHA512 7fa7446796c6bf82fb3bff09f86a69c446a27be528bef3b17c8bc5ad2f24d5cf86bdb3d3813ecb44726e8f395020180e97e41027330d1fbf545cc0f0b44aac29 DIST ms-gsl-4.1.0.tar.gz 57901 BLAKE2B 337725333c0fba4bcbc5f70e997f3c78af916a93761cf7f90e90722884963a4caa9871fcfa94f7edae95a248d75b6e51339f1b8bb428cb6a95c8ee1489163336 SHA512 1db14bebab5f2bc0752214f9bf1b84a056b7d83b4a9d296663c43103387baee60373447f62c4e9bc0b8df06a7ce0571a4e2b4a31441c866894eee3ae258fdfc8 +DIST ms-gsl-4.2.1.tar.gz 62226 BLAKE2B 2c740f6a5d677e95316aca866fb82db066d53515484e22ab849b6989b9aa1e75ce3f3db3ba33947b40b2f1ef5cfbbb1e6607156dbb49d9c819366adb109f4d3c SHA512 c613937d225a72cd6fb66d68019ffe70bb16e99a8b9c13664dbaebf3c5bfde4888b2299174b3d668cb234f74821e20d9de3fa19febdee8fb733cb30a50089cd4 diff --git a/dev-cpp/ms-gsl/ms-gsl-4.1.0.ebuild b/dev-cpp/ms-gsl/ms-gsl-4.1.0.ebuild index 4a8b60ab6fbe..f496244a2b22 100644 --- a/dev-cpp/ms-gsl/ms-gsl-4.1.0.ebuild +++ b/dev-cpp/ms-gsl/ms-gsl-4.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -23,6 +23,11 @@ PATCHES=( "${FILESDIR}/${PN}-1.0.0-disable_Werror-644042.patch" ) +src_prepare() { + cmake_src_prepare + sed -e 's/cxx_std_14/cxx_std_17/g' -i CMakeLists.txt || die +} + src_configure() { local mycmakeargs=( -DGSL_TEST=$(usex test) diff --git a/dev-cpp/ms-gsl/ms-gsl-4.2.1.ebuild b/dev-cpp/ms-gsl/ms-gsl-4.2.1.ebuild new file mode 100644 index 000000000000..0fc51374377b --- /dev/null +++ b/dev-cpp/ms-gsl/ms-gsl-4.2.1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Guideline Support Library implementation by Microsoft" +HOMEPAGE="https://github.com/Microsoft/GSL" +SRC_URI="https://github.com/Microsoft/GSL/archive/v${PV}.tar.gz -> ${P}.tar.gz" +S=${WORKDIR}/GSL-${PV} + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +BDEPEND="test? ( dev-cpp/gtest )" + +PATCHES=( + "${FILESDIR}/${PN}-1.0.0-disable_Werror-644042.patch" +) + +src_prepare() { + cmake_src_prepare + sed -e 's/cxx_std_14/cxx_std_17/g' -i CMakeLists.txt || die +} + +src_configure() { + local mycmakeargs=( + -DGSL_TEST=$(usex test) + ) + cmake_src_configure +} diff --git a/dev-cpp/ms-gsl/ms-gsl-9999.ebuild b/dev-cpp/ms-gsl/ms-gsl-9999.ebuild index 79f60335475e..fa04f867d194 100644 --- a/dev-cpp/ms-gsl/ms-gsl-9999.ebuild +++ b/dev-cpp/ms-gsl/ms-gsl-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -24,6 +24,11 @@ PATCHES=( "${FILESDIR}/${PN}-1.0.0-disable_Werror-644042.patch" ) +src_prepare() { + cmake_src_prepare + sed -e 's/cxx_std_14/cxx_std_17/g' -i CMakeLists.txt || die +} + src_configure() { local mycmakeargs=( -DGSL_TEST=$(usex test) diff --git a/dev-db/couchdb/Manifest b/dev-db/couchdb/Manifest new file mode 100644 index 000000000000..19ad9733ed5e --- /dev/null +++ b/dev-db/couchdb/Manifest @@ -0,0 +1 @@ +DIST apache-couchdb-3.5.1.tar.gz 25006439 BLAKE2B 1129897da42ae8a5c77b5f52fe256ebd2d75f38a634152b597be64e26190f45e713a55730d840655a09ba0ec70cf06f329a2ead1fa1a7b93009d115ce9e2bb80 SHA512 f0539b2bae11ae339e8db5497b6fdfcc11953017a5104011fc41fdeb4cab180c98a5195e92746d5f23bdc9eef299fffe172a7d3f36c38cb781577123555bee5d diff --git a/dev-db/couchdb/couchdb-3.5.1.ebuild b/dev-db/couchdb/couchdb-3.5.1.ebuild new file mode 100644 index 000000000000..dc7a842e9048 --- /dev/null +++ b/dev-db/couchdb/couchdb-3.5.1.ebuild @@ -0,0 +1,70 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Document-oriented NoSQL database" +HOMEPAGE="https://couchdb.apache.org" +SRC_URI="https://apache.org/dist/${PN}/source/${PV}/apache-${PN}-${PV}.tar.gz" +S="${WORKDIR}/apache-${PN}-${PV}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +QA_PREBUILT=" + /usr/lib/${PN}/lib/**/* + /usr/lib/${PN}/erts-*/bin/* +" + +RDEPEND=" + >=dev-libs/openssl-3.5.6 + >=dev-libs/icu-78.3 + >=sys-libs/ncurses-6.5_p20251220 + >=virtual/zlib-1.3.1 + acct-user/couchdb + acct-group/couchdb +" + +DEPEND=" + ${RDEPEND} + >=dev-lang/erlang-28.1 +" + +src_prepare() { + # Change CouchDB's data directory to /var/lib/couchdb + sed -i 's|./data|/var/lib/couchdb|' "${S}"/configure + eapply_user +} + +src_configure() { + ./configure \ + --js-engine=quickjs \ + --disable-spidermonkey || die +} + +src_compile() { + emake release +} + +src_install() { + # CouchDB doesn't provide a helpful `make install`, so we have to manually copy + # most things over to ${D} + mkdir -p "${D}"/usr/lib/${PN} "${D}"/etc/${PN} + cp -vr "${S}"/rel/${PN} "${D}"/usr/lib/ + mv -v "${D}"/usr/lib/${PN}/etc/{default.ini,local.ini,vm.args} "${D}"/etc/${PN}/ + + # Scope ownership of CouchDB directories to the couchdb user + fowners -R couchdb:couchdb /usr/lib/${PN} + fowners -R couchdb:couchdb /etc/${PN} + find "${D}"/usr/lib/${PN} -type d -exec chmod 0770 {} \; + fperms 0644 /etc/${PN}/* + + # Install scripts + newinitd "${FILESDIR}"/couchdb-init.d couchdb + newconfd "${FILESDIR}"/couchdb-conf.d couchdb + + # Remove some cruft + rm -vr "${D}"/usr/lib/${PN}/erts-*/{doc,include,lib,man,src} + rm -vr "${D}"/usr/lib/${PN}/etc/ + rm -vr "${D}"/usr/lib/${PN}/lib/couch-${PV}/priv/couch_{ejson_compare,js} +} diff --git a/dev-db/couchdb/files/couchdb-conf.d b/dev-db/couchdb/files/couchdb-conf.d new file mode 100644 index 000000000000..188f1e5c8fda --- /dev/null +++ b/dev-db/couchdb/files/couchdb-conf.d @@ -0,0 +1,5 @@ +# Path to the OTP arguments +#COUCHDB_ARGS_FILE=/etc/couchdb/vm.args + +# Path to CouchDB configuration files +#COUCHDB_INI_FILES="/etc/couchdb/default.ini /etc/couchdb/local.ini" diff --git a/dev-db/couchdb/files/couchdb-init.d b/dev-db/couchdb/files/couchdb-init.d new file mode 100644 index 000000000000..9277d1cf33dd --- /dev/null +++ b/dev-db/couchdb/files/couchdb-init.d @@ -0,0 +1,17 @@ +#!/sbin/openrc-run +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +export COUCHDB_ARGS_FILE=${COUCHDB_ARGS_FILE:-/etc/couchdb/vm.args} +export COUCHDB_INI_FILES=${COUCHDB_INI_FILES:-"/etc/couchdb/default.ini /etc/couchdb/local.ini"} + +pidfile="/run/${RC_SVCNAME}.pid" +command="/usr/lib/couchdb/bin/couchdb" +command_args="${COUCHDB_OPTS}" +command_background="true" +command_user="couchdb" +name="CouchDB Database" + +depend() { + use net +} diff --git a/dev-db/couchdb/metadata.xml b/dev-db/couchdb/metadata.xml new file mode 100644 index 000000000000..0e098daf3756 --- /dev/null +++ b/dev-db/couchdb/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>maw@mawile.net</email> + <name>Liv</name> + </maintainer> + + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-embedded/rpi-eeprom/rpi-eeprom-28.14_p1.ebuild b/dev-embedded/rpi-eeprom/rpi-eeprom-28.14_p1.ebuild index cb4ffd13ac1f..08cc32ceb791 100644 --- a/dev-embedded/rpi-eeprom/rpi-eeprom-28.14_p1.ebuild +++ b/dev-embedded/rpi-eeprom/rpi-eeprom-28.14_p1.ebuild @@ -17,7 +17,7 @@ S="${WORKDIR}" LICENSE="BSD rpi-eeprom" SLOT="0" -KEYWORDS="-* ~arm ~arm64" +KEYWORDS="-* arm arm64" IUSE="pi4 pi5" REQUIRED_USE=" ${PYTHON_REQUIRED_USE} diff --git a/dev-gap/guava/guava-3.21.ebuild b/dev-gap/guava/guava-3.21-r1.ebuild index c49ec053c781..44cec36e8fc9 100644 --- a/dev-gap/guava/guava-3.21.ebuild +++ b/dev-gap/guava/guava-3.21-r1.ebuild @@ -11,6 +11,7 @@ LICENSE="|| ( GPL-2 GPL-3 )" SLOT="0" KEYWORDS="~amd64 ~riscv" +RDEPEND="dev-gap/sonata" DEPEND="sci-mathematics/gap" PATCHES=( diff --git a/dev-go/delve/Manifest b/dev-go/delve/Manifest index 874a2d7fbfd7..2a2d3dceea29 100644 --- a/dev-go/delve/Manifest +++ b/dev-go/delve/Manifest @@ -4,3 +4,4 @@ DIST delve-1.25.1.tar.gz 9793261 BLAKE2B 7a90a3c39c34fb2f9ee86d8a33e106aec426505 DIST delve-1.25.2.tar.gz 9796321 BLAKE2B 4b2e8a745a863d6ce2578913cbe1797d44a266b117b38329edb3e3078414c7b5b7276002464eeafcf86379babd42b738544a3fdb6545a1307c002d5ab026c437 SHA512 4696ad39625d1aa9866154ecb4ebb6bbfc58faa56db598324e224ca5f877193c4bb5124f3741c68ae1fc82b2ebc24cb4310651cfc83a944fbb2ef5edc3d115e7 DIST delve-1.26.0.tar.gz 9584376 BLAKE2B 5309cb7ea07bd80ecf5de39c9db45311537b34a95745f8de8aa7a2a68cab9ece0aecb748ff727825657c7f8ea9851911c482b4c41ce870c5de04a951e60edd55 SHA512 1b9d5c7b91bbf1df47c1fdb3553893497defe7a71ae9c7cef160cf15afac391fe77f66b748e028b29aa3456c21cfc079c2751afb788cb065ee8580501d21ad0e DIST delve-1.26.1.tar.gz 9604052 BLAKE2B f6773a9e7368b5af1fac97686cf637b62d8b77bd785e4713835304b0d13d4ced0987539a2fd3f9261252afe7783ec82483e1432eb2dc992702465d4ae7898fe4 SHA512 c69a3357173a88a5627714ad41355136417d0f14c88864bc5f52bf1abf1961ec3c2f830b9c26106e83f8a4145ac0dd06cd24dbc2589bd54baadb2f40b08d08e5 +DIST delve-1.26.3.tar.gz 9407805 BLAKE2B 90b392e5c0c532343097fae524ac1b534468fc199947dc112aafdb1f13c0610328be6a2f97ead09112c750fd7880fa02ab6eadfbfb6b8cb3b22287a6150200aa SHA512 9d765012a86fbea40b92918f6151481aba2b52463da759a2183c324b140a7056ce56177c46a23e17b7af4bf718d1bfbce53bf8ed71123c33951129fde5a87677 diff --git a/dev-go/delve/delve-1.26.3.ebuild b/dev-go/delve/delve-1.26.3.ebuild new file mode 100644 index 000000000000..15f38b18b2a2 --- /dev/null +++ b/dev-go/delve/delve-1.26.3.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit go-module shell-completion sysroot + +DESCRIPTION="A source-level debugger for the Go programming language" +HOMEPAGE="https://github.com/go-delve/delve" +SRC_URI="https://github.com/go-delve/delve/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT BSD BSD-2 Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +BDEPEND=">=dev-lang/go-1.26.1" + +src_prepare() { + default + + # disable failing tests, require network + rm cmd/dlv/dlv_test.go || die + sed -e 's/TestGuessSubstitutePath/_&/' -i service/test/integration2_test.go || die +} + +src_compile() { + ego build -mod=vendor -ldflags="-X main.Build=${PV}" -o "${S}/dlv" ./cmd/dlv + + einfo "generating shell completion files" + sysroot_try_run_prefixed "${S}/dlv" completion bash > dlv.bash || die + sysroot_try_run_prefixed "${S}/dlv" completion zsh > dlv.zsh || die + sysroot_try_run_prefixed "${S}/dlv" completion fish > dlv.fish || die +} + +src_test() { + ego test -count 1 -p 1 -ldflags="-X main.Build=${PV}" ./... +} + +src_install() { + dobin dlv + dodoc README.md CHANGELOG.md + + [[ -s dlv.bash ]] && newbashcomp dlv.bash dlv + [[ -s dlv.zsh ]] && newzshcomp dlv.zsh _dlv + [[ -s dlv.fish ]] && dofishcomp dlv.fish +} + +pkg_postinst() { + elog "Telemetry notice:" + elog "Starting with version 1.24.0, Delve will begin collecting opt-in telemetry" + elog "data using the same mechanism used by the Go toolchain." + elog + elog "For more information, please see:" + elog " * https://github.com/golang/go/issues/68384" + elog " * https://go.dev/doc/telemetry#background" + elog " * https://github.com/go-delve/delve/issues/3815" +} diff --git a/dev-go/golangci-lint/Manifest b/dev-go/golangci-lint/Manifest index aae53294b1e0..7f6b2405b0a2 100644 --- a/dev-go/golangci-lint/Manifest +++ b/dev-go/golangci-lint/Manifest @@ -4,6 +4,8 @@ DIST golangci-lint-2.11.4-vendor.tar.xz 5491024 BLAKE2B dab2ff62350ea27e96b84e4b DIST golangci-lint-2.11.4.tar.gz 5459442 BLAKE2B 30d283780123b8a6a50aa8f9f539babf4612da83febbc0568c6678a636240092063b59d8cf26b37b4a6c3b91fe52ebebb5d1b1fe89471790eedd752f1db1bb83 SHA512 2abf95e5f2f35efc16451505628ef3553a72de25fd3ce7e0440fc1a0cbe800d8d6a0698b15b84ebc79b818315c108b377901cb2d4283130dd6b8eeb54ae68bdd DIST golangci-lint-2.12.1-vendor.tar.xz 5661744 BLAKE2B cba88436487d9d1fa0ae9cf5f57835eeab5a5c4d6572896d02a33be2636b8d5b52c6e2af8eae59b4dc7b76bc84a8669c79d3694454a06f33b5d410cce5ee2a40 SHA512 d636e1e43f4b3abfbffe0eea4b95a6d060e27b601c3759359fd592056edbe70ca15a239bfba65daa6576d7fc373a89f1dfc3b609721cec6da65add26c22728fc DIST golangci-lint-2.12.1.tar.gz 5462109 BLAKE2B 28e4ee7071f8f25984710395b0923be4c48c17ed43cd783400c01adff7ad7e0c7aebe5ac92a50d31b7ced04588d6633b0239030c023af8ac8ef0ded43f4a1737 SHA512 a0800fefde4ff4eefbe718707ea12ad1d1fd745cce2eb326666afd107615efca7d4c5817320eb8e2fa07ba675c38f738dd16dfe5beeb02a887bc5ebea4a3a122 +DIST golangci-lint-2.12.2-vendor.tar.xz 5665388 BLAKE2B 15908f8da9ccf2b1ddb720b5ffc5850fde966c7a33728615283b1076856163b1f8d58173cf7397766f148975021c2d244a2ea7dd14c466972746f630f6ea6b3b SHA512 59ddec7d49b15d0b5158c2df8e3f8a19db1479aee0e344d01acc2d06685bf50125baca3793560727d25a99eef38e261671476959cb3d2b9db90cb47b11f3cbba +DIST golangci-lint-2.12.2.tar.gz 5463246 BLAKE2B 2728946fc39d626cf5bb3c800755fbdd1cded81f64cea7b85d94900147ed9031db63b6b6193c70b8c1340110b7745697b70fd970f1e99ac267eeae83ca17c4ed SHA512 ad44c66a0620e35e86ae2ea4cf414b940fa11824bb99487978df771f10efcf963d54043242780f2b570213a0689d641371db8d4f63f633143efd3540bdf3a913 DIST golangci-lint-2.5.0-deps.tar.xz 32920816 BLAKE2B 05cef8ad47009e81d3fc1884d86f2c868bfc2c432d0a40a89fd34d8c5a2cb150de449135566a320dd9d966acb25156ac2b18d36f292517e12e16bc8606c85a06 SHA512 0521c469e21833f88bd56d2a5cbc7c11e8870214600c3f0abb0315092f05b335dd833c81401042163f50d299ad8b24e2d0ee4d73706ed8694ea772dd896cd501 DIST golangci-lint-2.5.0.tar.gz 5258480 BLAKE2B 9ee2cd3b5b342fae85864107c60f60d0e1174c9ce857082c13a159d8d506429413b66ec32fa39b4517988539f0aa5e3230c9efa2631e7a2203203457d6b8c778 SHA512 3260a1606beb396af244d35e34c2fa606c94023f873f12d2d97b3c0a79082b92a059cf721114845747efbb4f309c145f0967846fc2bcdbe235079b6ec1d3f92a DIST golangci-lint-2.6.1-deps.tar.xz 33027976 BLAKE2B bd03a908e1c522e87661ed0e30c9e8e26aae8b2ac948154cff7a509b6afa10f6f14f6c09f3bcd414c3fdcae3b27f9c1abd761bec7c7afbb7c0319f14a0e8ac00 SHA512 339a287f33efd7ec77e51144d00c2223256b5e3424f521b5329db85aacf57e72c33efd2b70679e8ba44b94d3772c5ffa61f0f50c81369d09390483e5bd2c5fb9 diff --git a/dev-go/golangci-lint/golangci-lint-2.12.2.ebuild b/dev-go/golangci-lint/golangci-lint-2.12.2.ebuild new file mode 100644 index 000000000000..59e31e0bce27 --- /dev/null +++ b/dev-go/golangci-lint/golangci-lint-2.12.2.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit go-module shell-completion sysroot + +DESCRIPTION="Fast linters runner for Go" +HOMEPAGE="https://golangci-lint.run/ https://github.com/golangci/golangci-lint" +SRC_URI="https://github.com/golangci/golangci-lint/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI+=" https://github.com/gentoo-golang-dist/${PN}/releases/download/v${PV}/${P}-vendor.tar.xz" + +LICENSE="GPL-3" +# Dependent licenses +LICENSE+=" Apache-2.0 BSD BSD-2 GPL-3 ISC MIT MPL-2.0 OFL-1.1" +SLOT="0" +KEYWORDS="~amd64" + +BDEPEND=">=dev-lang/go-1.26.1" + +src_compile() { + emake build + + einfo "generating shell completion files" + sysroot_try_run_prefixed ./golangci-lint completion bash > ${PN}.bash || die + sysroot_try_run_prefixed ./golangci-lint completion zsh > ${PN}.zsh || die + sysroot_try_run_prefixed ./golangci-lint completion fish > ${PN}.fish || die +} + +src_test() { + emake test +} + +src_install() { + dobin golangci-lint + local DOCS=( README.md CHANGELOG.md ) + einstalldocs + + [[ -s ${PN}.bash ]] && newbashcomp ${PN}.bash ${PN} + [[ -s ${PN}.zsh ]] && newzshcomp ${PN}.zsh _${PN} + [[ -s ${PN}.fish ]] && dofishcomp ${PN}.fish +} diff --git a/dev-java/openjdk-bin/Manifest b/dev-java/openjdk-bin/Manifest index a57f1d5ca591..0c32e9108efc 100644 --- a/dev-java/openjdk-bin/Manifest +++ b/dev-java/openjdk-bin/Manifest @@ -56,12 +56,12 @@ DIST OpenJDK25U-jdk_x64_alpine-linux_hotspot_25.0.2_10.tar.gz 140151509 BLAKE2B DIST OpenJDK25U-jdk_x64_alpine-linux_hotspot_25.0.3_9.tar.gz 140306399 BLAKE2B 1e84e50ff71d75fb90a9a5707a567973e3e457ab44e742e980be0da1b311a76f3d1a45c2706ed801b61c2260b5686a5e5132a0d9f7461361bd3815b57959b3b3 SHA512 58250c2f128740887767cbdab564d886f33071bd38c017e50be101b06fb9bbd8c3fd106bb727a86ce329315d84eca9220da8653990e2d164c2e653298dff1f85 DIST OpenJDK25U-jdk_x64_linux_hotspot_25.0.2_10.tar.gz 140949044 BLAKE2B 79b41f0560266081f84af9f3101814fd6c03eeb5ce6c925771e9a15d79c2dbb2a6ba83c0458dd0788aed5256c147915bae3344745d9f1414fb6cf665d2e6c470 SHA512 29043fde119a031c2ca8d57aed445fedd9e7f74608fcdc7a809076ba84cfd1c31f08de2ecccf352e159fdcd1cae172395ed46363007552ff242057826c81ab3a DIST OpenJDK25U-jdk_x64_linux_hotspot_25.0.3_9.tar.gz 141282180 BLAKE2B 556ac2d66d59548a966d351942e1d7a97db4610738078f0f3a4904951d774a3f7a0067cd5b739882a6e4f83448155423ac1105932f88ca8685d951334f2403a7 SHA512 b40b97de14d0df0eece463388a605cf572d5e0e10a839d3bf2f85658ace607a66365681f19e22486c72662e3343c71cf0ccbbb570730c321dff12b0c24c0bbae -DIST OpenJDK26U-jdk_aarch64_alpine-linux_hotspot_26_35-ea.tar.gz 142372916 BLAKE2B 828688b3115c570bc811dd18317cb6af47485576dae6b6c8ba05634166502462ce91e443133613c88334cbda06c8b120057a236edf314ff8456d87cf8d63968a SHA512 bae248cc280c1417d1b292eca58daabdb90fe71daba0bbfbb2da0df8d2ea5e90afe8d0bdbcc465cc889a81d961370798ff380309c59db4365e9baa09d4db73c5 -DIST OpenJDK26U-jdk_aarch64_linux_hotspot_26_35-ea.tar.gz 143179204 BLAKE2B 5172d9a9c937c00933bb4c6826781749fe1035ca0b47aeb04e23b2bcbcc341ef6af2d34a6c3672e78f0d7772718cfa0b2c72f6717f844ea2b8aebe12b000aeaa SHA512 f8825c32de8c07021a6e2964f296e28e57b6a8b0cd0bcd3774a0f35eb01f4360790b7871428969cfdb3d8f9d34e77e8f22a3607af95236d4bcb4e7766457c6d0 -DIST OpenJDK26U-jdk_ppc64le_linux_hotspot_26_35-ea.tar.gz 143224944 BLAKE2B 40cb9de9936fea65e52e0b91b60f072534f5046038cb26689a1d842026769b37d3e55478106370d30b81a123f9694f67f13c9338b018275c0b5c4415847698f0 SHA512 bbf54570bbe35667907d30fa60d6875b1c2a60b74afdb0892f9d74871f3396e7dca762159ff3c5d1fedee097dae4d4b4a71f9af9e8f1b123589cf4de83ea35f7 -DIST OpenJDK26U-jdk_riscv64_linux_hotspot_26_35-ea.tar.gz 142961147 BLAKE2B 3b9df0aa9e3d904a1e0ad8ca2555eea4b5c7553cc1e57b460bb2505c8a38628193c8e174a80f44fd7df6f6f222bec7177ca9166d242b8476dbc91461f0daf1dd SHA512 68222a3687c92e223022bad3cb86cf911bb338a9c59aec579ad11112bfe4545ea5f4d4ef54ea766fdd51924f718b392ec8f8235a72523acc71ca61537181d3ce -DIST OpenJDK26U-jdk_x64_alpine-linux_hotspot_26_35-ea.tar.gz 143584032 BLAKE2B 10ba95baebeb454ced56fea4edb46b41ae489d8bf0b27eb44a34d20f5a356cf26dd0e5c4500937c04a2dbc292c93be1e0d37e684eeb02f0a6d330ffd5baf1195 SHA512 2565fd343b38d3a924084d0cae8df13330e084317f421875e0175414661df13e82e16806a1a0e6b750f1a76201f57878e7a76695873a8c62c89ed0261050cb75 -DIST OpenJDK26U-jdk_x64_linux_hotspot_26_35-ea.tar.gz 144293122 BLAKE2B 7391a5f58075a9609dca96ef765269b3cf652cf808a360b3b2ed73d28fcaf0395c96cae4f1a54af5b48659427c4b9459ea97826fe19b62d994a137e5510182ea SHA512 1e4c2cfd925ac6937905949b666b195adf2ba8c47fe378f7ef0dcd81cee609ad09a61c62d631ca7c5c1d591ce289502b30f291d2cb2c3056ff48d7738680742d +DIST OpenJDK26u-jdk_aarch64_alpine-linux_hotspot_26.0.1_8.tar.gz 142373651 BLAKE2B fe789ed8b876ad45cedab546a7e22af1fa15b489767c346a5f149723b0b2e35e51ff67feb689c4adf72dcfd953d74aa5f03b488e47e2b0cc7e8f9a448d343f4f SHA512 4382891c5e4baa8ae3e2e8be48462ffac395271a64ee080a359d4828dbd645c8f6633569de4d56410e1ca06a2e50138adc029f6aee8e2da3310211e209e9ff33 +DIST OpenJDK26u-jdk_aarch64_linux_hotspot_26.0.1_8.tar.gz 143282698 BLAKE2B a7fa479847b281160a1e37e04b7659dd062c8cf4c70217438adc45204eafe5e7acde46796965b6c0572cd45e9b31219e4dcefe798df4b5a5d3e797741f07bd29 SHA512 3c31671552712a8f0df96df2eeae7e9ad5156c0e98ebd5bf4fa04c14bba58bd5e19ff567ddcdc7aa478f6f4b0a852762a09bd88d3132acb121e667cfe0397034 +DIST OpenJDK26u-jdk_ppc64le_linux_hotspot_26.0.1_8.tar.gz 143389467 BLAKE2B abcef2e98d216eeee8cd8f2c4d9c296b9050c88f92545e4ec039fdaab400c14cf17d703056a599776b6e2c60a3a93ada7131ec1d176ac644dc6dfb67110f59b6 SHA512 07a4b518a89338bd6f7b770fb99fc34077b9fb20e5e349aaa81909b51f76e6b60c5b026da7fc654e9279519afb4c057ba00e1b771a685ae4ec62638dd095e1da +DIST OpenJDK26u-jdk_riscv64_linux_hotspot_26.0.1_8.tar.gz 143026418 BLAKE2B f773a291988f288ea78219da55fbaf2f3b56793083fde716f25a4ee1ffc5d8b5bdf5c58cba5e27e470f256a6fb783b141096e4cbc1e13c6f6e0bb34dfcf9d006 SHA512 27c4c1d5d4096fce0b0132fefb84650a93c24961b3370ac8c88a5f98e8260a39b4a9381698ddbd58f32c81abff3b0e33737ceb6163f00e4a89bee9a07b82b7ed +DIST OpenJDK26u-jdk_x64_alpine-linux_hotspot_26.0.1_8.tar.gz 143591885 BLAKE2B 06a450765be9067fef3e52862a8abfb661f64f1aa66a7016b078d00e0f2c8e0b1bcae5849516cc3d07e485dae2af338985a6eda967525142875eab5bae568975 SHA512 8a1c2b0566b5e46315462b81c91fea0bf22404e9be3e7575a6a5c5ef914217c478c3d9efbb88ae3f2e98527f006713627c02dd0cfb95ec0dfc2634af87e46d13 +DIST OpenJDK26u-jdk_x64_linux_hotspot_26.0.1_8.tar.gz 144401439 BLAKE2B 7c81d4707798105805782f5a5a328d294f72df75e251c51407d03a4a084c528570ff3a692acd56c171b267173f5c33831fcbf249f5c6acc54a8132991cd1bc39 SHA512 eb46cda97ffd46e2e0c1f6f977dc204d9cc969b958946287b7e7d0bfe859fd92faccb2f6ef79995421a963c6de140c436af559403e0a2cd27c90b06c20260d5c DIST OpenJDK8U-jdk_aarch64_linux_hotspot_8u482b08.tar.gz 102593427 BLAKE2B d39640ecf7e163d147bacafd03c29a11fe6d3e6171a3039034f4a15a08297feaa330cd0912cab2ad1e564598759f80f8356a354fadf8062347338b3dd327b7e8 SHA512 5a292b2bb3e08c19251828cc0fe7aa7b10713430894812b261ae708c78334c986042742f27a5faa71bf3d705f3150e4505e1e66a8104fe532d71fa3a9a1aac71 DIST OpenJDK8U-jdk_aarch64_linux_hotspot_8u492b09.tar.gz 102612987 BLAKE2B d41cbed6e0b510d7a10b91f4692a066f842e1466c37aa483f249bf81988dc1867891e7f29d5d60ce26c9d14545c9a4239acf2c663cb39760fc6e7235615ff55f SHA512 c21451bc1a40b9c4793e3572e853aa543594a70060b4d31255bb338e6cb0829820e7494dcaf13af11dee3ad83fdc9e8a7b69793adcbf0c012b2de0d9a5879f84 DIST OpenJDK8U-jdk_arm_linux_hotspot_8u482b08.tar.gz 98778216 BLAKE2B a310026a942fe4b4e7b54113e6990342204b35f597916441d323356ddab7b657902027c3a71f080deb7fa4319c8b9a8d444a2590a30e5e256db0130896e04e7b SHA512 b358189c3917eefe08e402d111d6e28fdf4eddb5909ffb8cd6509b9f1edc6dd893347c09ac018255fb058f68c7acc53db96b4ebac82ff41511d40378f236727d diff --git a/dev-java/openjdk-bin/openjdk-bin-26_beta35.ebuild b/dev-java/openjdk-bin/openjdk-bin-26.0.1_p8.ebuild index 667f60d76503..667f60d76503 100644 --- a/dev-java/openjdk-bin/openjdk-bin-26_beta35.ebuild +++ b/dev-java/openjdk-bin/openjdk-bin-26.0.1_p8.ebuild diff --git a/dev-libs/cjose/Manifest b/dev-libs/cjose/Manifest index 1365f12734f1..0d4f9e1767a2 100644 --- a/dev-libs/cjose/Manifest +++ b/dev-libs/cjose/Manifest @@ -1,2 +1,3 @@ DIST cjose-0.6.2.2.tar.gz 498461 BLAKE2B 4914019652f47ac12745cb3b8914f66cb41cb8da33f83735d866cac816dd8f6475d12fde4a6e3f58456c463cb7c6c6fdfeb4928c232f94e3fa6b1b4c8e5ef132 SHA512 71a087709816f0aac060a7c5f037068e981366b1809f6ee32e39eaded02ad8be061b0e2fa5093515a8acec10c7f4aca232281004426221b4b7e5edbd203eb49c DIST cjose-0.6.2.3.tar.gz 500613 BLAKE2B cf5f7f7bcb3e7cfa643a9f9f0e88498874a78cd8799be961a5c1c1ac03f24ef75ec8b0624a7ec4ffa8f9ebedda0e4c35fb0dc72547620b63ada5e719dfe2f778 SHA512 193434afef21fc4889902896d984bf57c64240346de27be94c229491d43e1d309bbb11905be4899fc7f3c1885323ee9480bf30499f37f3174ab9a1e282f5841f +DIST cjose-0.6.2.4.tar.gz 503065 BLAKE2B 3afb88f40bdb29d73b116676236e865fa5eb6316ffcdbd2120a9e5da2543b08499584c60acd168b809159000f410e96c275f766cad097f128cabe6bc0f5ec396 SHA512 65d2a14a3d26543a7907d5148a8f496c232ac00e80d8fdba1a773d57d9542635f8400d7fba44810340d64b24c19d6edc440c55e8ec645009734684b327126874 diff --git a/dev-libs/cjose/cjose-0.6.2.4.ebuild b/dev-libs/cjose/cjose-0.6.2.4.ebuild new file mode 100644 index 000000000000..5c521018985d --- /dev/null +++ b/dev-libs/cjose/cjose-0.6.2.4.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=9 + +inherit autotools + +DESCRIPTION="C library implementing the Javascript Object Signing and Encryption (JOSE)" +HOMEPAGE="https://github.com/OpenIDC/cjose" +SRC_URI="https://github.com/OpenIDC/cjose/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc test" +RESTRICT="!test? ( test )" + +RDEPEND=" + >=dev-libs/jansson-2.11:= + >=dev-libs/openssl-1.0.2u:= +" +DEPEND="${RDEPEND}" +BDEPEND=" + virtual/pkgconfig + doc? ( >=app-text/doxygen-1.9.8 ) + test? ( >=dev-libs/check-0.9.4 ) +" + +src_prepare() { + default + + # Remove -Werror from the build, bug #922461 + sed -e 's/ -Werror//' -i src/Makefile.{am,in} || die + + eautoreconf --force --install +} + +src_configure() { + local myconf=( + $(use_enable doc doxygen-doc) + ) + econf "${myconf[@]}" +} + +src_install() { + default + find "${ED}" -type f -name '*.la' -delete || die +} diff --git a/dev-libs/tree-sitter-c-sharp/Manifest b/dev-libs/tree-sitter-c-sharp/Manifest index d9bab92b584b..eedbcf448787 100644 --- a/dev-libs/tree-sitter-c-sharp/Manifest +++ b/dev-libs/tree-sitter-c-sharp/Manifest @@ -1,2 +1,3 @@ DIST tree-sitter-c-sharp-0.23.0.tar.gz 1559431 BLAKE2B b24828f6abc371bd6397933b6b3cd586fc60f2c03c5d8607e0526e419b673667e12a697d21b1fbbbf2a2492986d7b2c81bc5c300db103467356375f1503b9465 SHA512 998d15ac285f000bc96227853933f7518ce6250dbb04cf44f7859be8dd29226ca1340e46aac51f3ef7b9d8bca385bd88001789081801bf4a8428ee5195064a5d DIST tree-sitter-c-sharp-0.23.1.tar.gz 1563193 BLAKE2B ad262bf34caec4a114ec8e773dba0c5b93205c5a7331378a38856b5c12908ccf3bc2d2b349b07b7329e258801c0e20b75d0134a0fda0249aaed44058e8f5777b SHA512 8b4467d13f7947b38b13ed1b81f09dd6754155d2a0090d557e7252cd103f80de23d6890cc6de7142f39332cd88395b9976b89833232f16582646c96f1d28a31a +DIST tree-sitter-c-sharp-0.23.5.tar.gz 1365622 BLAKE2B fbe531cded37ca2a60e3b57e1c29df84556b6375649b4680f7eded5b16cd0f01ec4e1dc1211c430141cb9984352680edf92279a5baa23a5a544973ef190bab9d SHA512 c99f7d776bd8de04ebf8fbeaa31b98f37a3c9d8ec307c8415aa2172fa281e9332f0c2d4ef230421448ade5d51c7c7032e82cd7834ac74a999dc21f2821658223 diff --git a/dev-libs/tree-sitter-c-sharp/tree-sitter-c-sharp-0.23.5.ebuild b/dev-libs/tree-sitter-c-sharp/tree-sitter-c-sharp-0.23.5.ebuild new file mode 100644 index 000000000000..964679a39575 --- /dev/null +++ b/dev-libs/tree-sitter-c-sharp/tree-sitter-c-sharp-0.23.5.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit tree-sitter-grammar + +DESCRIPTION="C# grammar for Tree-sitter" +HOMEPAGE="https://github.com/tree-sitter/tree-sitter-c-sharp" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" diff --git a/dev-libs/tree-sitter-c/Manifest b/dev-libs/tree-sitter-c/Manifest index 07b7888f1004..ca65af9e6655 100644 --- a/dev-libs/tree-sitter-c/Manifest +++ b/dev-libs/tree-sitter-c/Manifest @@ -2,3 +2,4 @@ DIST tree-sitter-c-0.23.3.tar.gz 380064 BLAKE2B c508e120fea033d7ce5b2585fce07288 DIST tree-sitter-c-0.23.4.tar.gz 380057 BLAKE2B 96e6c8b675546d53afa52798f3a9e7c94ea13bd71771e0d369918067437c52c009e2f4d5116e93117370670e3c6c88ac3479189556862855edae4cfd7631e297 SHA512 4f4f756ce37516c030c37eef0773ee51b4045b499b764126ca93327de3526a0d3677691984916f2e59968c3239bba87a3a77fdb769d66f1425d095a0efee6cc8 DIST tree-sitter-c-0.23.5.tar.gz 378339 BLAKE2B 96bfe2fdab52aff98285e167331db9f911f8a973c0198188e19f2e20f30dacd7f1ff3dd553bb7a16a0579eb711fe74e4b0a97febc56b6dc9aecdd78fee131b6e SHA512 76022e55c613901e6c58d08e425aa0d527027d0130ce6bed2c5f83cd9056a8bdfef7af73ccd5df056b03515a9a733d64759b37766ccaa994f757c8e5c51b9a74 DIST tree-sitter-c-0.24.1.tar.gz 379147 BLAKE2B 23297afb7ac48c17ec9ac0bdad40be548a02d2c799786aac64cda1a4203f685dc73ece90bc3b5f91f996e73722363c0784898a84ff3ffee3575615fa8b805d4b SHA512 51cf052230ee835d4ae5e6c5adb24aeaeba3b4f106aceefaf4000bd0e57321946f1b3e3b0f9ea71d1c17a618604c6c7269c80c3ecc5ca17e22c883ff5ce4c304 +DIST tree-sitter-c-0.24.2.tar.gz 381758 BLAKE2B 66a5d25cfcb23bf6b3273e865c0b01d66328013d0ebf0e63ed0e913fc6248eef046585add6b08f5686511f3fff7940cc9c6ff6c9b64d0295afe241903e33b480 SHA512 daa56178adfc4cc7931fb2810367e531113e07ebadcf51cdf7645281627cb86c028c5bb32a1306d294e79d314ef19ce185dfd8786732d5c81a9f3c870396249c diff --git a/dev-libs/tree-sitter-c/tree-sitter-c-0.24.2.ebuild b/dev-libs/tree-sitter-c/tree-sitter-c-0.24.2.ebuild new file mode 100644 index 000000000000..730f449a98f4 --- /dev/null +++ b/dev-libs/tree-sitter-c/tree-sitter-c-0.24.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +TS_BINDINGS=( python ) + +inherit tree-sitter-grammar + +DESCRIPTION="C grammar for Tree-sitter" +HOMEPAGE="https://github.com/tree-sitter/tree-sitter-c" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86" diff --git a/dev-libs/tree-sitter-embedded-template/Manifest b/dev-libs/tree-sitter-embedded-template/Manifest index dcfdf9ac50fe..8cb64c3c7921 100644 --- a/dev-libs/tree-sitter-embedded-template/Manifest +++ b/dev-libs/tree-sitter-embedded-template/Manifest @@ -1,2 +1,3 @@ DIST tree-sitter-embedded-template-0.20.0.tar.gz 11679 BLAKE2B 552c64a499b80f1648cd568fd87d5f2774a28cb3d2a61bfc0ec1f9a73910df41921e06c8f94ac5500a3a5b7668a2b8fe641b2ecf13a9b06b7a119daeef4e3b1a SHA512 1c4a63f85fae1ebb9fa90674a4c27d4402ae0957268faa08dd77c5ec6103720c80befd009d04090a80d994377676b103e2efcc25bd291186efc0c1f4962be086 DIST tree-sitter-embedded-template-0.23.2.tar.gz 39187 BLAKE2B 55b30389d04e635d4e2c6ba4670f7c669e636e58046af928b0dec3e7afc51e01f152ebb6bc0a3b39481dc360965ea23ec018f4e0c507e0019406559d592289c0 SHA512 d842e29a980461d4872e74a2ad5ffd9cb2c96e14d811cd39621afc016c250dbcb1aca8c377822e3edeac6e465a7b793b803d0825c151e660394f6a8d6098b46f +DIST tree-sitter-embedded-template-0.25.0.tar.gz 41220 BLAKE2B 66f18181e5b3f76135ea55d20b125c69c0ee9fe778776ed6a927a3f9f74607302938c544182787b12f30b5055c3e7fe0fe3be315c302440d166a3748bcfa3c2a SHA512 259725024c11214f2d9b3e653536112029631f05475e1082cea6bcaf97ba07c5741d55fa031036ba128e0bf92f8fe10a512571b6729035779f7ab3017b001a37 diff --git a/dev-libs/tree-sitter-embedded-template/tree-sitter-embedded-template-0.25.0.ebuild b/dev-libs/tree-sitter-embedded-template/tree-sitter-embedded-template-0.25.0.ebuild new file mode 100644 index 000000000000..9a806acdf88f --- /dev/null +++ b/dev-libs/tree-sitter-embedded-template/tree-sitter-embedded-template-0.25.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit tree-sitter-grammar + +DESCRIPTION="Embedded template languages (like ERB, EJS) grammar for Tree-sitter" +HOMEPAGE="https://github.com/tree-sitter/tree-sitter-embedded-template" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" diff --git a/dev-libs/tree-sitter-markdown-inline/Manifest b/dev-libs/tree-sitter-markdown-inline/Manifest index c4d7da79e075..29d1bb8928ca 100644 --- a/dev-libs/tree-sitter-markdown-inline/Manifest +++ b/dev-libs/tree-sitter-markdown-inline/Manifest @@ -1,2 +1,3 @@ DIST tree-sitter-markdown-0.2.3.tar.gz 418293 BLAKE2B 803c35b697f19225a887e2839921235155920e7bb7d851406275da436407b3a19a0122ae03ae67722f66f80b4e88099c23f403f4318629224ae3473bfbb29ffe SHA512 8b6849d6dc964c82e45c3d18599d9f3e0ee9656a5085a9ec47f72d0343969e379ce190628a04dae64cb4ecdca2497e6d33ca7175e1f73796742a3ee6ffea743f DIST tree-sitter-markdown-0.3.2.tar.gz 419764 BLAKE2B 6e6e8ab7decc0d1aa87ae8087b1f09fa62bb3346b3217a594974ca988012a1d2dec3a9fb0b39553bbb758b24e423e127a5ddcc77bc8035c6805b081a5a58859e SHA512 04064c3384e0a9f8f1336c4587d15b14cf6a01a4579034c64f99ee85cb0fe1bc217b2f802c53f542ca40db20e7ce3b0bfef0bfe398dd2731caed47360a09ac5b +DIST tree-sitter-markdown-0.5.3.tar.gz 422303 BLAKE2B 0882010af7d306d9ba4b7b32cd8b07c9c6dd0e0ad02fca97664f1090752d55b68cb26cd962fcc085ee12dd069e890ef7ea4f58fa9f3c56b315876a6570856213 SHA512 d88fb4af8248fc2befe0bdc69d4ad8b3b4bc90e2114a7c8e597c9ccc189f02d776ad8fbf989578eb0ab73c3410dde41732bce6cff2b5614511883439cf67dda5 diff --git a/dev-libs/tree-sitter-markdown-inline/tree-sitter-markdown-inline-0.5.3.ebuild b/dev-libs/tree-sitter-markdown-inline/tree-sitter-markdown-inline-0.5.3.ebuild new file mode 100644 index 000000000000..d948651deba4 --- /dev/null +++ b/dev-libs/tree-sitter-markdown-inline/tree-sitter-markdown-inline-0.5.3.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +TS_BINDINGS=( python ) + +inherit tree-sitter-grammar + +MY_PN=tree-sitter-markdown +MY_P=${MY_PN}-${PV} + +DESCRIPTION="Markdown-inline grammar for Tree-sitter" +HOMEPAGE="https://github.com/tree-sitter-grammars/tree-sitter-markdown" +SRC_URI="https://github.com/tree-sitter-grammars/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" +S="${WORKDIR}"/${MY_P}/${MY_PN}-inline + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +# Running the tests requires extensions to be enabled, but the parser +# generated by upstream does not include the extensions. +# https://github.com/tree-sitter-grammars/tree-sitter-markdown/issues/136 +RESTRICT="test" + +src_prepare() { + tree-sitter-grammar_src_prepare + cp "${WORKDIR}"/${MY_P}/pyproject.toml "${S}"/src/ || die +} diff --git a/dev-libs/tree-sitter-ocaml/Manifest b/dev-libs/tree-sitter-ocaml/Manifest index d10770684535..96ef2cbea67a 100644 --- a/dev-libs/tree-sitter-ocaml/Manifest +++ b/dev-libs/tree-sitter-ocaml/Manifest @@ -1,3 +1,4 @@ DIST tree-sitter-ocaml-0.20.4.tar.gz 2849217 BLAKE2B e96ffaa2bd72b849f215a9d843fc8b27003917878a32eb5471a3ee4547a931a5dd4b991872d913f514d6519b9bf78b7b57bc501c89f360265a36abb695ed229d SHA512 517f1bf1ff989be4c0853eae20f3c7bc51ef3f68bce1a850d80c6ba150cccac820b6ead00c45e53acb2dd06e9b2e7646dda219353ffdad16be3329f2bd33593c DIST tree-sitter-ocaml-0.23.2.tar.gz 3981768 BLAKE2B 41b4fb97541953a9ec3439301a817eca7d2889fb03ba92891f3f74ff169909269593273d87d2cfd7806af972cd24c182d338c9d1914e247e2268a464c430ad10 SHA512 7e23f839d2ec21ce1de917f3321ebe84e1390711619d6c74c0b94ca3fa138ba4231d79ee0684ebed3fa2f95d04019cf3cb8b164dd03f7779a66c95bf52fb4d60 DIST tree-sitter-ocaml-0.24.0.tar.gz 3984082 BLAKE2B 998c10dff25b5a789920744b28eaa3b326aa20591d5af6d571baa4ada11b0e8b4df845b13ec854949c4e2419317162de1aed21d021ce3758d74d67052f6bcacf SHA512 27e2620253f3d2f0736e7b1d65188dcbcbb3a1c2144bc980f1063e6ef3c4f72e4f508bf21d122ed4de3357864b698646816d287ca8eff437dc32d1b32bfbed90 +DIST tree-sitter-ocaml-0.24.2.tar.gz 4257575 BLAKE2B 41e378145537b40ba93cf96234578aa3e35bf3ba87f10e3e4cdd84ba48b53066a833686cb47999edaf7ecbed70740fccae4af552ec6c97847b88a7fc58429f24 SHA512 e78bfbe9b4bcc6b65dd2d570f4bd09c85b131515ac4758848f9054a71180f54c686255b51fe0fbff9954e0501a3c7f64839cfdfeeec46475154b9afcac148cbb diff --git a/dev-libs/tree-sitter-ocaml/tree-sitter-ocaml-0.24.2.ebuild b/dev-libs/tree-sitter-ocaml/tree-sitter-ocaml-0.24.2.ebuild new file mode 100644 index 000000000000..600b698e666c --- /dev/null +++ b/dev-libs/tree-sitter-ocaml/tree-sitter-ocaml-0.24.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit tree-sitter-grammar + +DESCRIPTION="OCaml grammar for Tree-sitter" +HOMEPAGE="https://github.com/tree-sitter/tree-sitter-ocaml" +S=${WORKDIR}/${P}/grammars/ocaml + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" diff --git a/dev-libs/tree-sitter-rust/Manifest b/dev-libs/tree-sitter-rust/Manifest index 32c45df80a55..e19e916ebfa4 100644 --- a/dev-libs/tree-sitter-rust/Manifest +++ b/dev-libs/tree-sitter-rust/Manifest @@ -1,3 +1,4 @@ DIST tree-sitter-rust-0.23.0.tar.gz 434858 BLAKE2B 05dd1878652ce9bbef5e4c5bb252b6bf1a55005e39042d9297cd070e6bff24c034b4ba61cd2645e44794ef01f3fb893b935d50f6754908c4a3a540af1cd90ed4 SHA512 2f683ea8c4c194c7dbdd1a1e78343ae908175d403c2cf2fd4d6ab318f7383a8fcb5760f6ae55ed7ed2123a93f4cf93912c759f2d39eb7d75c3e54cd89390c91a DIST tree-sitter-rust-0.23.2.tar.gz 442917 BLAKE2B 6107b29b39d8a817bdbaeafaadf2c95c5cb5b7c290c1f7d826b3aafcf66a36ab12e18fa4958729d6dd3910ab799cad74f37a1e7dc070b93c5ba9224c4616a854 SHA512 0b1d65e417738d1199345314013ab886befd5680e4e83c2332fb50d713254f9a9a45c1ebe42bbf38305fd6121cfa755c18ad8e6e9498be306e90e80567b9d64d DIST tree-sitter-rust-0.24.0.tar.gz 462141 BLAKE2B e1abce1dfcc4e9f84166e2b84f929f56b500f34377c5d62b4ecd5c622bd9a45ef35f3889c697392900ff0abf413aa59ed47bc3b5ed6210eef5c5993cfc3b0810 SHA512 449bd649860481508d7ad16f83ef850f49a4e8af89467ea4212c75b8af965611be48208775042ce3c12372f9e6b382b0657ddd894f9a793b51425d4fd8ffa73c +DIST tree-sitter-rust-0.24.2.tar.gz 468410 BLAKE2B 922f6f0fd1657dbcb88be6e9aed18401ffe72cb64723432412faac0927d170b5e0b90447aa4c594dcf1064afef42c67dd60652c1b32e391dd64da61e88a1f984 SHA512 fb54442e16c4a16ad2526d477f3f3bd7da833d5d25857b2411568f9a41266afd9865831c68779768ec8a7a20d42ee66d0e1d49f96c70a2654c931dd0e0faa74b diff --git a/dev-libs/tree-sitter-rust/tree-sitter-rust-0.24.2.ebuild b/dev-libs/tree-sitter-rust/tree-sitter-rust-0.24.2.ebuild new file mode 100644 index 000000000000..1461679b6541 --- /dev/null +++ b/dev-libs/tree-sitter-rust/tree-sitter-rust-0.24.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +TS_BINDINGS=( python ) + +inherit tree-sitter-grammar + +DESCRIPTION="Rust grammar for Tree-sitter" +HOMEPAGE="https://github.com/tree-sitter/tree-sitter-rust" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" diff --git a/dev-libs/tree-sitter-scala/Manifest b/dev-libs/tree-sitter-scala/Manifest index 5f76fec938cf..c2c9de903b33 100644 --- a/dev-libs/tree-sitter-scala/Manifest +++ b/dev-libs/tree-sitter-scala/Manifest @@ -2,3 +2,4 @@ DIST tree-sitter-scala-0.23.0.tar.gz 1240380 BLAKE2B cbe0774baf0fb46a50bce4f49d0 DIST tree-sitter-scala-0.23.2.tar.gz 1301039 BLAKE2B bb7f93b389e109e70391926bbe2f4fce7c63b0ce29c87cc7001eb26142251bd30cbc8e95a3182b8e7c5f1a2719df185b8a23a6c99dc58f7e1ce907006f7352cb SHA512 b9e3d3dc6c282dc058f7cc8a09467e0391b11a4cd3d4e722f3c596df46ac46ec40255e6131d322804dae129adb0c5baba83e4710f82acfb8446b7176b5e85d1a DIST tree-sitter-scala-0.23.4.tar.gz 1325847 BLAKE2B 82f263a5eda139164a2cae7a106f8d9a9d951ad8cf568d5c2eec76a50115248bad24484ae809bc3aab1e5c6b1951e11a1efbb65ea594891e5c35646ba6366b2a SHA512 b306d9a18a28866a39bbe27e3c4d8aa313fb6439e355f75caa9b5272d080cd4807b1b4479be57ec19139d0794f2276bfb3cede86dcb6ead8aef48c8376cfecca DIST tree-sitter-scala-0.24.0.tar.gz 1384606 BLAKE2B 70ed983527e5c14618a104869fa40fb4d6a78e04b733748496d062c1cca3af6f87cf4cf51c8c46020b19960fbaaafd22574dac773fc68f5f86782b218fd29ff1 SHA512 dde05d5fb05584fd8d302064de58b0b7aefc57e6e81fde302fb20f233f97ca5099493683f5c5bc8389ce54fffe84f33533120c8a6e565f8a535148c9c0d0dfe1 +DIST tree-sitter-scala-0.26.0.tar.gz 1738342 BLAKE2B 30c2920b9f9f218e785d3f9c59803d4574b996189678ce6c1eba71ddaf4744c56921777dd7cf116c5d0ffa5167ebf885ce87ace67c2eac461e4ac22533f5fddd SHA512 a55eba245925fc5306155b17db287240fbce7b8b93fec35ebaabc092155a3bc5eeb8e386718d7c9ebd5b84f519095430b86b13f5eb70742fa1cffb08ac1918e2 diff --git a/dev-libs/tree-sitter-scala/tree-sitter-scala-0.26.0.ebuild b/dev-libs/tree-sitter-scala/tree-sitter-scala-0.26.0.ebuild new file mode 100644 index 000000000000..ff2f630c3d35 --- /dev/null +++ b/dev-libs/tree-sitter-scala/tree-sitter-scala-0.26.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit tree-sitter-grammar + +DESCRIPTION="Scala grammar for Tree-sitter" +HOMEPAGE="https://github.com/tree-sitter/tree-sitter-scala" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" diff --git a/dev-libs/xdna-driver/xdna-driver-999999.ebuild b/dev-libs/xdna-driver/xdna-driver-999999.ebuild index 04f60feff1d7..1e9e49bdb178 100644 --- a/dev-libs/xdna-driver/xdna-driver-999999.ebuild +++ b/dev-libs/xdna-driver/xdna-driver-999999.ebuild @@ -119,11 +119,6 @@ src_unpack() { src_prepare() { sed -e "s/-Werror//" -i Kbuild || die - - pushd "${WORKDIR}/${P}" || die - eapply "${FILESDIR}/${PN}-2.21.75-try-compile-config.patch" - popd || die - default } diff --git a/dev-python/ast-serialize/ast-serialize-0.3.0.ebuild b/dev-python/ast-serialize/ast-serialize-0.3.0.ebuild index 53b429df6892..cfc6ce59ec9a 100644 --- a/dev-python/ast-serialize/ast-serialize-0.3.0.ebuild +++ b/dev-python/ast-serialize/ast-serialize-0.3.0.ebuild @@ -121,7 +121,7 @@ LICENSE+=" Unicode-DFS-2016 " SLOT="0" -KEYWORDS="~amd64 ~arm64 ~s390" +KEYWORDS="~amd64 ~arm64 ~s390 ~sparc ~x86" EPYTEST_PLUGINS=() distutils_enable_tests pytest diff --git a/dev-python/cached-property/Manifest b/dev-python/cached-property/Manifest new file mode 100644 index 000000000000..db4caeb0638c --- /dev/null +++ b/dev-python/cached-property/Manifest @@ -0,0 +1,3 @@ +DIST cached_property-2.0.1.tar.gz 10574 BLAKE2B fe4d0012093badff3cfb485381d5a98f234f9672fdd378cd2883015a6749c3e28e74e500414bcc894dc808743e13e5bbf675386b80bf6e606079f08a51336632 SHA512 6200faba0b3aa5db9e8074cba0af7c71432ef068f8ab783558aab5b69002c585291d5d6fe35e9208ce31c7e0d935b7b42a77ed730fd516c0cb3d512fecb598c0 +EBUILD cached-property-2.0.1.ebuild 529 BLAKE2B ebee07c1b1c057ed2b687d447f149471a8eb5789505545e9ca8aef035c543fbf4f812e563ac486daf871103756419d65aee6808a033aebb1d13294c2bb070a93 SHA512 fea498ef777428b9014ede55d758a4f561b698ec856143bba7f0cee6fe454695241f51a0c3307e2c6e3364867f47457735fc582013acba617e0eed599d453865 +MISC metadata.xml 468 BLAKE2B 92c5537a0ef7b406896c6a26ffbb42d4c2bea9c3c144fe8daeab2ad3b3c9a420d08a492dd251c9b5244281f2f2fb123f78784bda1fc10007b6997a5310bcc039 SHA512 518235e283e50b52e9d8aa8a77c53f5f4509e316681b547aae9615d69b57c8e5a6ecd40080a84efbe9460fc376643554d277cc23f3dd13b2c170fd4e931684ed diff --git a/dev-python/cached-property/cached-property-2.0.1.ebuild b/dev-python/cached-property/cached-property-2.0.1.ebuild new file mode 100644 index 000000000000..648950a8a0d5 --- /dev/null +++ b/dev-python/cached-property/cached-property-2.0.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..14} ) + +inherit distutils-r1 pypi + +DESCRIPTION="A cached-property for decorating methods in classes" +HOMEPAGE="https://github.com/pydanny/cached-property" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" + +BDEPEND="test? ( dev-python/freezegun[${PYTHON_USEDEP}] )" + +DOCS=( {HISTORY,README}.md ) + +distutils_enable_tests pytest diff --git a/dev-python/cached-property/metadata.xml b/dev-python/cached-property/metadata.xml new file mode 100644 index 000000000000..d6c9b770d402 --- /dev/null +++ b/dev-python/cached-property/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>marcin.deranek@slonko.net</email> + <name>Marcin Deranek</name> + </maintainer> + <upstream> + <bugs-to>https://github.com/pydanny/cached-property/issues</bugs-to> + </upstream> + <origin>slonko-overlay</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/dev-python/channels/Manifest b/dev-python/channels/Manifest index b58c0c2009cc..93bbf2713782 100644 --- a/dev-python/channels/Manifest +++ b/dev-python/channels/Manifest @@ -1,5 +1 @@ -DIST channels-3.0.5.gh.tar.gz 200118 BLAKE2B 7a7653f986face1e87369917317db013e5c9fc912c6e2d7c737054ffef167bd01feb48f7e2d00d0d331e7a16093478e5416645717aed59e46dfec8f9b3641a2e SHA512 b12d1aec9602b702b5a097e9ca52dccad49940f82fcbe5594890c9bd1f1879a2fcf0f29630ca53e4972a26853df8f71d07d7b2cccd876abbf2417a76dee281bf -DIST channels-4.2.2.gh.tar.gz 197010 BLAKE2B 321bf62c68038ce511145acd43c036dd298d58056f20ab2d676c3e3a8d6360a86a4f07c8f9ed6c123f888c012d69da22cfae4fb477dd5422cf326bf2de6a4c8f SHA512 8f7c8f27981988fed8ec254db91ce0a130b24842949ef94cc9ae21b4a259a7003654ec86c4e18aa81924e26d9b81b6a2aafaac404e490cbdda6b4a100476917a -EBUILD channels-3.0.5.ebuild 936 BLAKE2B 788d0e9a2822dd9d0ed2d1d1a62135aeb5f244710b66f7591962518a5204cde5b8e779280783dd1d1a1b1a3fa9b272a0eb457f1d88d62c8ecefc8f67384929ef SHA512 89003fa68c7ab1cdd1a329f4389ba6fe28f491217a70c03b2979a992b450d8aa1a02f024f073ad5fc0aa1d093d81c6c8b1adaa45bdc9a179f5bd1607d85c13ef -EBUILD channels-4.2.2.ebuild 829 BLAKE2B e5946c4a0eaf9fb3ffa2092a3d5d49d3d6ee16f151483fa2b716c8bab3350eca5e330a22822f881421d8882ffb970f4c56154c613477d094319e46addf1a5537 SHA512 84ce30d87a654c1a89ac299fb0f6447ca9c736e4b63497d83fc2687384e9cbe8094ba8f5021a19f726f9bae97c6b6d11eddef6a9ee5c275efe827bf95d3848ec -MISC metadata.xml 445 BLAKE2B b4c0a41d6caadfbc53cbba3c41f8b7689a286b3f8d285c37a88a1f79d8dc350b82fea255048c022b92091a1e0cc67bf19645d6c32183b82a6dd49cccadf5078f SHA512 380c8b98efe8d9a2513c51899b7de90b115d4a51f104f46b552ff8929c322850e511e245a2ba0e976213416ae7241a17292ca98248caacfc891fcdcf5cea5d44 +DIST channels-4.3.2.gh.tar.gz 206077 BLAKE2B c0913d67dc74bc728dd828584cf803b4ad175bab717de71ccf1e1c5b6aaca296fd15d011deb07b2876e63b7daaefab5e5ee24c323e907b3c563f5358759f14b8 SHA512 29d9c91aca721fad44143978863c45812bf596bb65cf99084803f78d85c664d5cc7ca1015df151cdc27754b822c9cfd18102989b6e5f59bc50257f6c9d8b8b3e diff --git a/dev-python/channels/channels-3.0.5.ebuild b/dev-python/channels/channels-3.0.5.ebuild deleted file mode 100644 index 03a4923889fe..000000000000 --- a/dev-python/channels/channels-3.0.5.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..14} ) - -inherit distutils-r1 - -DESCRIPTION="Extends Django abilities beyond HTTP protocol" -HOMEPAGE="https://github.com/django/channels" -SRC_URI="https://github.com/django/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - >=dev-python/django-2.2[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/async-timeout[${PYTHON_USEDEP}] - >=dev-python/daphne-3.0[${PYTHON_USEDEP}] - <dev-python/daphne-4.0[${PYTHON_USEDEP}] - dev-python/pytest-asyncio[${PYTHON_USEDEP}] - dev-python/pytest-django[${PYTHON_USEDEP}] - ) -" - -DOCS=( README.rst ) - -distutils_enable_tests pytest - -python_prepare_all() { - # https://github.com/django/channels/issues/1915 - echo 'asyncio_mode = auto' >> setup.cfg - - distutils-r1_python_prepare_all -} diff --git a/dev-python/channels/channels-4.2.2.ebuild b/dev-python/channels/channels-4.2.2.ebuild deleted file mode 100644 index 710613a7cbd1..000000000000 --- a/dev-python/channels/channels-4.2.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..14} ) - -inherit distutils-r1 - -DESCRIPTION="Extends Django abilities beyond HTTP protocol" -HOMEPAGE="https://github.com/django/channels" -SRC_URI="https://github.com/django/${PN}/archive/${PV}.tar.gz -> ${P}.gh.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - >=dev-python/asgiref-3.5.0[${PYTHON_USEDEP}] - >=dev-python/django-4.2[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - dev-python/async-timeout[${PYTHON_USEDEP}] - >=dev-python/daphne-4.0.0[${PYTHON_USEDEP}] - dev-python/pytest-asyncio[${PYTHON_USEDEP}] - dev-python/pytest-django[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest -distutils_enable_sphinx docs \ - dev-python/sphinx-rtd-theme diff --git a/dev-python/channels/channels-4.3.2.ebuild b/dev-python/channels/channels-4.3.2.ebuild new file mode 100644 index 000000000000..ffafd1ece52b --- /dev/null +++ b/dev-python/channels/channels-4.3.2.ebuild @@ -0,0 +1,62 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..14} ) + +inherit distutils-r1 #pypi + +DESCRIPTION="Brings async, event-driven capabilities to Django" +HOMEPAGE=" + https://channels.readthedocs.io/ + https://github.com/django/channels/ + https://pypi.org/project/channels/ +" +# no tests in sdist +SRC_URI=" + https://github.com/django/channels/archive/refs/tags/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + <dev-python/asgiref-4[${PYTHON_USEDEP}] + >=dev-python/asgiref-3.9.0[${PYTHON_USEDEP}] + >=dev-python/django-4.2[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/async-timeout[${PYTHON_USEDEP}] + dev-python/selenium[${PYTHON_USEDEP}] + ) +" + +EPYTEST_IGNORE=( + # avoid daphne as it requires autobahn + tests/sample_project/tests/test_selenium.py + tests/security/test_websocket.py + tests/test_database.py + tests/test_generic_http.py + tests/test_generic_websocket.py + tests/test_http.py + tests/test_testing.py +) + +EPYTEST_PLUGINS=( pytest-django pytest-asyncio ) +distutils_enable_tests pytest + +PATCHES=( + "${FILESDIR}"/channels-4.3.2-fix-install.patch +) + +python_prepare_all() { + # avoid daphne as it requires autobahn + sed -e '/"daphne"/d' -i tests/sample_project/config/settings.py || die + + distutils-r1_python_prepare_all +} diff --git a/dev-python/channels/files/channels-4.3.2-fix-install.patch b/dev-python/channels/files/channels-4.3.2-fix-install.patch new file mode 100644 index 000000000000..18eca8f75445 --- /dev/null +++ b/dev-python/channels/files/channels-4.3.2-fix-install.patch @@ -0,0 +1,14 @@ +diff --git a/setup.cfg b/setup.cfg +index 742e1f6..43d8c0d 100644 +--- a/setup.cfg ++++ b/setup.cfg +@@ -52,7 +52,7 @@ types = + + [options.packages.find] + exclude = +- tests ++ tests* + + [flake8] + exclude = venv/*,tox/*,docs/*,testproject/*,build/* + diff --git a/dev-python/channels/metadata.xml b/dev-python/channels/metadata.xml index 7093cae71294..0dec5a678a5f 100644 --- a/dev-python/channels/metadata.xml +++ b/dev-python/channels/metadata.xml @@ -2,11 +2,10 @@ <!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> - <email>marcin.deranek@slonko.net</email> - <name>Marcin Deranek</name> + <email>negril.nx+gentoo@gmail.com</email> + <name>Paul Zander</name> </maintainer> - <upstream> - <bugs-to>https://github.com/django/channels/issues</bugs-to> - </upstream> - <origin>slonko-overlay</origin> + + <origin>gentoo-guru-overlay</origin> + <stabilize-allarches/> </pkgmetadata>
\ No newline at end of file diff --git a/dev-python/cloudflare/Manifest b/dev-python/cloudflare/Manifest index 6db824699dac..40f61c2b3c5b 100644 --- a/dev-python/cloudflare/Manifest +++ b/dev-python/cloudflare/Manifest @@ -1,5 +1,5 @@ DIST cloudflare-2.19.4.gh.tar.gz 151397 BLAKE2B c91c95f52314c5177d823ef8f827ea2f76f6cc703260449aea12d54c1b77d061feca15d4bb845f84cfb4fd80789e5064e54d7530daf546d54d17054b9e0b4fda SHA512 8ae11e73760c57b610abfe5e2c8fdc83c2e0b9e07340884925ec9ac3bf5b40b4edf39b2b8ce7330538369d7573146a2ddac195efb0efb4ff657f75fdacb31aed -DIST cloudflare-4.2.0.gh.tar.gz 1995070 BLAKE2B 0c5fc330a0aa5557c7ca39f49e2d94b93b7a6eac16752dcf7d4ff96f9464176831f989e13f54a988d8a2afdddf21fcec43944ab125291eb38b9ed0b0db62331a SHA512 0aa994d4109ab819a3e5d190863bde7ef657b0582350f530cea3dc9de4cb34a99f00e23413f35b4a484c75c8e88c184bde59c8e91354dffbdc558645270a21a1 DIST cloudflare-4.3.1.gh.tar.gz 2025113 BLAKE2B 05020324460b8857d21b2aac16e4c7fe316d5ad0bc0999a4c67e276d258cfd2cc4c85aa0fe82ed67931a2b02a3b90d39d9fd04eb3a6f8647a750bafdbe92e8a7 SHA512 36865ab8e88b2eaa3e0a5ad353db45bce55f166a96860f044bd88750de6a08a489e92492c721972be5582de551f31ba154ee6dccd386ca1b73c10864d185539a -DIST cloudflare-python-4.2.0-prism.tar.gz 10827264 BLAKE2B e2231d8652fd0e33f1098687532520b7b24a7eec6e213470c8063f2fe306437f216c82cd62af23fec650224124fc161d85f4c098161dd4a9bc425c2a52da0e45 SHA512 68a5e15b7922752f600d5a02773dd6c683dcdcf12895dc80c3d16aeab52e302f9a90ab4fc4cc123374db74acaef5cd6618ac052dab8f8932206837f7f862556a +DIST cloudflare-5.1.0.gh.tar.gz 2948037 BLAKE2B 0579a61085ddce04a491a0182411ad9f3772cd47b8a9a88f0d8dabcbee0e4cf223bc5374c2ba9d86c42d3e88e645ea50bf12ce9714b526af0a5ccf0d16f860cb SHA512 10ca9735b79d65c927fa61a0d66094e5e4020487def1e70a16676337d76e357ae84bc6abf0e274197f008818add3a026234e28492783ddd3ff9090cf2b7ee74a DIST cloudflare-python-4.3.1-prism.tar.gz 10857296 BLAKE2B b22423b4cc641243517de470c86597a13faab5aa3caa3bc6ffa2a1bcd53ae72ffdebc0eb7f693911ab4b36adf46afb8216bcb9e76085f85147b866c532147757 SHA512 5df269b007905518c5fa500d21ebabc3ec5ee06160a1454ba080c1dd0feb6c7e65a8f3684ec243e15eb28c7e4ac91c2861f83d5314576985501ae64645b70e94 +DIST cloudflare-python-5.1.0-prism.tar.gz 12189459 BLAKE2B 66df6d17cb7501fa22260a61c9706dae562347af7fda6bcecb6d23b931601f135a694faed54faa4e3831c0c23edb9068d06e84ee2f7e41bf0f0c108a779887fd SHA512 4c56fde917697dd548715ca6735d3b7eef0f59b98e0f4381484248d766e785a6d1733eb3b1a94151bebb901b9b3d04531092bcce77ea805d135357bf4db69043 diff --git a/dev-python/cloudflare/cloudflare-4.2.0.ebuild b/dev-python/cloudflare/cloudflare-5.1.0.ebuild index e78bf88ad433..d691a5ced040 100644 --- a/dev-python/cloudflare/cloudflare-4.2.0.ebuild +++ b/dev-python/cloudflare/cloudflare-5.1.0.ebuild @@ -1,27 +1,27 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{10..14} ) -# upstream doesn't yet officially claim 3.13 support but passes tests and works DISTUTILS_USE_PEP517="hatchling" -inherit distutils-r1 +inherit distutils-r1 eapi9-ver DESCRIPTION="Python wrapper for the Cloudflare v4 API" HOMEPAGE="https://pypi.org/project/cloudflare/" if [ "${PV}" == 9999 ]; then EGIT_REPO_URI="https://github.com/cloudflare/cloudflare-python" inherit git-r3 + RESTRICT="test" else MYPV=$(ver_rs 3 -) MYPV=${MYPV/beta/beta.} MYPN="cloudflare-python" SRC_URI="https://github.com/cloudflare/cloudflare-python/archive/refs/tags/v${MYPV}.tar.gz -> ${P}.gh.tar.gz - test? ( https://github.com/Phoenix591/${MYPN}/releases/download/${PV}/${MYPN}-${PV}-prism.tar.gz )" + test? ( https://github.com/Phoenix591/${MYPN}/releases/download/${MYPV}/${MYPN}-${MYPV}-prism.tar.gz )" #Prism archive generated by workflow # https://github.com/Phoenix591/cloudflare-python/blob/master/.github/workflows/test-tar.yml S="${WORKDIR}/${MYPN}-${MYPV}" - KEYWORDS="~amd64 ~arm64" + KEYWORDS="" fi LICENSE="MIT test? ( ISC Apache-2.0 MIT BSD CC0-1.0 0BSD )" # nodejs module and deps used to test @@ -36,45 +36,27 @@ RDEPEND=" ${DEPEND} " BDEPEND="test? ( + >=dev-python/httpx-aiohttp-0.1.9[${PYTHON_USEDEP}] >=net-libs/nodejs-18.20.1 - dev-python/pytest-asyncio[${PYTHON_USEDEP}] dev-python/time-machine[${PYTHON_USEDEP}] dev-python/dirty-equals[${PYTHON_USEDEP}] - dev-python/respx[${PYTHON_USEDEP}] ${RDEPEND} )" - +EPYTEST_PLUGINS=( pytest-xdist pytest-asyncio respx ) distutils_enable_tests pytest RESTRICT+=" !test? ( test )" +DOCS="docs/migration-guides/v5.0.0-migration-guide.md" src_unpack() { unpack "${P}.gh.tar.gz" - use test && cd "${S}" && unpack "cloudflare-python-${PV}-prism.tar.gz" + use test && cd "${S}" && unpack "cloudflare-python-${MYPV}-prism.tar.gz" } -#python_prepare_all() { -# # don't install tests or examples -# sed -i -e "s/'cli4', 'examples'/'cli4'/" \ -# -e "s#'CloudFlare/tests',##" \ -# setup.py || die -# sed -i -e "/def test_ips7_should_fail():/i@pytest.mark.xfail(reason='Now fails upstream')" \ -# -e "2s/^/import pytest/" \ -# CloudFlare/tests/test_cloudflare_calls.py || die -# distutils-r1_python_prepare_all -#} - python_test() { - # these 2 tests fail in an ebuild environment for some reason - # help appreciated + # these 2 tests fail in our sandbox for some reason local EPYTEST_DESELECT=( tests/test_client.py::TestCloudflare::test_validate_headers tests/test_client.py::TestAsyncCloudflare::test_validate_headers ) - #intermittently fail for unknown reasons, passed along to upstream - EPYTEST_DESELECT+=( - tests/test_client.py::TestAsyncCloudflare::test_copy_build_request - tests/test_client.py::TestCloudflare::test_copy_build_request - tests/test_client.py::TestAsyncCloudflare::test_get_platform -) epytest } @@ -101,3 +83,12 @@ start_mock() { stop_mock() { kill $(cat "${T}/mock.pid") || die } + +pkg_postinst() { + if ver_replacing -lt "5.0.0_beta1"; then + elog "Cloudflare 5 has several breaking changes" + elog "See /usr/share/doc/${P}/docs/v5-migration-guide.md" + elog "It also includes a new optional dependency on httpx-aiohttp" + elog "Check the README for details" + fi +} diff --git a/dev-python/cypari2/Manifest b/dev-python/cypari2/Manifest index 30a6b9858fa1..8fbbcafc4e8e 100644 --- a/dev-python/cypari2/Manifest +++ b/dev-python/cypari2/Manifest @@ -1 +1,2 @@ DIST cypari2-2.2.2.tar.gz 127375 BLAKE2B 01481a74c892fdfab1192a1f7cd50fcb73bdbb59d8c3f15a23c01f3c17a55099c0f20d867f065a2007c53b4c0635880899550c252abe4171f6dfc61ccbfb6531 SHA512 b9f1d7aaba5fca71a78a41b10a7f98b61d0e0076d73f97c3fda003b81260e5f8f79c6489d8c75a7d12ea8c2715fe45cb6687984b4b448d1c6b2d3ee9616791db +DIST cypari2-2.2.4.tar.gz 692543 BLAKE2B bd146958dd5b9e7da4a419f6b58307a09872ad0f13f5a7ab81d65d24c7cd54f9124a8373a74614103d11dac8064ae1d7d45279e4c59411ebcc46bb2fecaa8299 SHA512 f1e42448b392ac5d58523a281c7613ea6153715e425285f31e01dd3514988108ddb2ba76a2bd40a1628a1ce42b8a7d9e88c51de272258c47d9e6fbc307925ea4 diff --git a/dev-python/cypari2/cypari2-2.2.4.ebuild b/dev-python/cypari2/cypari2-2.2.4.ebuild new file mode 100644 index 000000000000..a90371d346ec --- /dev/null +++ b/dev-python/cypari2/cypari2-2.2.4.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..14} ) +DISTUTILS_USE_PEP517=meson-python +DISTUTILS_EXT=1 + +inherit distutils-r1 pypi + +DESCRIPTION="Cython interface to PARI" +HOMEPAGE="https://github.com/sagemath/cypari2" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~riscv" + +DEPEND=">=sci-mathematics/pari-2.17.1:=[gmp,doc] + dev-python/cysignals[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" +BDEPEND=">=dev-python/cython-3[${PYTHON_USEDEP}]" + +src_prepare(){ + default + + # rename cypari2.py to cypari2.pc.in + mv cypari2/cypari2.py.in cypari2/cypari2.pc.in || die + sed -e "s:cypari2.py:cypari2.pc:g" -i cypari2/meson.build || die +} + +python_test(){ + cd "${S}"/tests || die + "${EPYTHON}" rundoctest.py || die +} diff --git a/dev-python/django/Manifest b/dev-python/django/Manifest index 94a2916827df..746e1d4499e0 100644 --- a/dev-python/django/Manifest +++ b/dev-python/django/Manifest @@ -1,10 +1,6 @@ DIST Django-4.2.30.checksum.txt 2498 BLAKE2B 82da291f4b5df6d4058f30e918f47388938429b0b4030672e80ac0b566dd138aa7edf88479cbafe9757c9443b16bc20d8a0708ddad310ebd16390847793cbe20 SHA512 a71849dd02eb2cbfed340ae286c7d02bf6b9cef0509ea04c6b38160ae2779240f54b50ec25487d485ef505c04cb5dc20afd01708460bc1ef5485f1ff0adecba2 -DIST Django-5.2.13.checksum.txt 2498 BLAKE2B 87b8f43819321dfe61964fe157b3c732a4db7674a717e71603ce888871f21a5bd991f6ed40f3bb8e8819f954cd4c4befda305962b88127a85d11a49eb086afaf SHA512 7b148ce939b257dc2f94a616564e0e3e0db05ea1d93c5324865fe124f16727063ca0b268fa4e463b3847172095baa276487b272bae608400fac9c69cbcd598d1 DIST Django-5.2.14.checksum.txt 2317 BLAKE2B 0cd012b8815ec7305520483ea1c9db5b3b1373ede52b120010472c662ba55f110c8ac3fd5e12ef539618911dae28d81fbe9886f8436e941b95f2d7d3ae09f4ea SHA512 b81cb4877274d11f6270b55b9726aeec378f92e48f4ce9394a556156aad07af28f622dcad86ab93a594314639259888194a4f8df63bfaa109f69ad7a9441c7a7 -DIST Django-6.0.4.checksum.txt 2488 BLAKE2B 47d11160eda2ab91264a6c92e963e8e238d92f985276a97335c01d4dd591c12828a2b709583e9c8ad0fe7f1aace73742582a4229a513d057c0cba1c40a0acebe SHA512 01ace44fd2e8c4a56f6bba29f767d24504bd6e1ea64d9d3356bb2787410e5c6aef30f764d84e31b2fe8a17d507c5030c238d0384c27a4c3fab9b4008d8e039cf DIST Django-6.0.5.checksum.txt 2307 BLAKE2B 8dcc3a52c9cce9dc00d4911025deb818ec2eccdc3f5254dd640720ac81077ea4ab7b8cd39ec96a4c099f9796e81f4980a8b38e5e4750c405fa3fdc1a783c227b SHA512 7acf5c8e6732eb4208b85b31ba2ab939e3bd7a773827d7f8cbb524b255c8f05ad3acb02c40077f2b7e418ae7287f30090f559bbe44c69c91dba6517e5f42a865 DIST django-4.2.30.tar.gz 10468707 BLAKE2B 760101d8eede890455e1df29bf6cd018007216f8f7ceaba8381c757eec5387b0d8524af2e4519cf6adeca93d3116f3f82b57887f73cc68c89dfbffddc79158e8 SHA512 62bbb451a3ab61ab1679ce9e86178147930cc711f01a0d983aa231ffbc4152f1926d3da240751ee4636f1c0c421248d2f3ee5ebd6827c45a4743adae7b46fbe8 -DIST django-5.2.13.tar.gz 10890368 BLAKE2B 9fd67406297589e5a6764031dbc73701b7cbbf9f8699a72da8fed389145dc4326b4b01721d544a1c33ad6e636be5d9078275edd1750428f7d4d5f80c95c45cee SHA512 dfe3bcc9cf8cfcacf832e7968687605bb06590d1c77f89373bdf4228baefa857faa441e757a5bf1b7b8b75027daec86f88f5fd7a37d579f26918cdb54448581f DIST django-5.2.14.tar.gz 10895118 BLAKE2B de911089a503cce7c12ee50e4729ea94c5400f6260c84d79ef12f8fbd251ea7d332eb26b5194fbb1663602ff4b2488673498f81e013fb967fe358ef3b6339257 SHA512 e6e05195d4693209de15be99fc6621cc23b5a0d28fbcf2516b271274aa1637be4f55a6b607fb1c5dc8e913a78eca99d76645bce1cc71468a8dfed7e16c129a84 -DIST django-6.0.4.tar.gz 10907407 BLAKE2B 0cccac99762dd0f447816c04c199a9a37c7b3582306ca72b22053d7c2512d464efddbd6b6797c8a57248b17d461606accf36a353f95c379a0911ad702df015bc SHA512 3a750cd96d5f7655d67adad0ead1079f350b4874234e8163c85155a757900119cc0070679b84ec838e9416cf61e3f2199b7a3a88e886cfc67a85d00e53ce5551 DIST django-6.0.5.tar.gz 10924131 BLAKE2B 03c0e2e5b62efa2a1462d3beba4103d4b30714ecd42f573b3665399feba335925e8032ad01826b4f31da7bf1686768b45b1f872af52c4315900440f4b033bd6d SHA512 c8f06e11217a1ec5a089646c9d3581cbda7c0d1178cdad3547e0d8a3444bd78a093ecea04deebd2d15f6179f43cf9e427385e28ca310de56b8cd7310e3fcb260 diff --git a/dev-python/django/django-5.2.13.ebuild b/dev-python/django/django-5.2.13.ebuild deleted file mode 100644 index f54b6642ba25..000000000000 --- a/dev-python/django/django-5.2.13.ebuild +++ /dev/null @@ -1,100 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..14} ) -PYTHON_REQ_USE='sqlite?,threads(+)' - -inherit bash-completion-r1 distutils-r1 multiprocessing optfeature verify-sig - -DESCRIPTION="High-level Python web framework" -HOMEPAGE=" - https://www.djangoproject.com/ - https://github.com/django/django/ - https://pypi.org/project/Django/ -" -SRC_URI=" - https://media.djangoproject.com/releases/$(ver_cut 1-2)/${P}.tar.gz - verify-sig? ( https://media.djangoproject.com/pgp/${P^}.checksum.txt ) -" - -LICENSE="BSD" -# admin fonts: Roboto (media-fonts/roboto) -LICENSE+=" Apache-2.0" -# admin icons, jquery, xregexp.js -LICENSE+=" MIT" -SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86 ~x64-macos" -IUSE="doc sqlite test" -RESTRICT="!test? ( test )" - -RDEPEND=" - <dev-python/asgiref-4[${PYTHON_USEDEP}] - >=dev-python/asgiref-3.8.1[${PYTHON_USEDEP}] - >=dev-python/sqlparse-0.3.1[${PYTHON_USEDEP}] - sys-libs/timezone-data -" -BDEPEND=" - test? ( - $(python_gen_impl_dep sqlite) - ${RDEPEND} - >=dev-python/docutils-0.19[${PYTHON_USEDEP}] - >=dev-python/jinja2-2.11.0[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pillow[webp,${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - >=dev-python/selenium-4.8.0[${PYTHON_USEDEP}] - >=dev-python/tblib-1.5.0[${PYTHON_USEDEP}] - sys-devel/gettext - ) - verify-sig? ( >=sec-keys/openpgp-keys-django-20241002 ) -" - -PATCHES=( - "${FILESDIR}"/django-4.0-bashcomp.patch - # d55979334dcefdb11626220000bec97ade09df07 - "${FILESDIR}"/django-5.2.7-py314.patch -) - -distutils_enable_sphinx docs --no-autodoc - -VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/django.asc - -src_unpack() { - if use verify-sig; then - cd "${DISTDIR}" || die - verify-sig_verify_signed_checksums \ - "${P^}.checksum.txt" sha256 "${P}.tar.gz" - cd "${WORKDIR}" || die - fi - - default -} - -python_test() { - # Tests have non-standard assumptions about PYTHONPATH, - # and don't work with ${BUILD_DIR}/lib. - PYTHONPATH=. "${EPYTHON}" tests/runtests.py --settings=test_sqlite \ - -v2 --parallel="${EPYTEST_JOBS:-$(makeopts_jobs)}" || - die "Tests fail with ${EPYTHON}" -} - -python_install_all() { - newbashcomp extras/django_bash_completion ${PN}-admin - bashcomp_alias ${PN}-admin django-admin.py - - distutils-r1_python_install_all -} - -pkg_postinst() { - optfeature_header "Additional Backend support can be enabled via:" - optfeature "MySQL backend support" dev-python/mysqlclient - optfeature "PostgreSQL backend support" dev-python/psycopg:0 - optfeature_header - optfeature "GEO Django" "sci-libs/gdal[geos]" - optfeature "Memcached support" dev-python/pylibmc dev-python/python-memcached - optfeature "ImageField Support" dev-python/pillow - optfeature "Password encryption" dev-python/bcrypt -} diff --git a/dev-python/django/django-6.0.4.ebuild b/dev-python/django/django-6.0.4.ebuild deleted file mode 100644 index cc0e26848775..000000000000 --- a/dev-python/django/django-6.0.4.ebuild +++ /dev/null @@ -1,100 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..14} ) -PYTHON_REQ_USE='sqlite?,threads(+)' - -inherit bash-completion-r1 distutils-r1 multiprocessing optfeature verify-sig - -MY_P=${P/_} -DESCRIPTION="High-level Python web framework" -HOMEPAGE=" - https://www.djangoproject.com/ - https://github.com/django/django/ - https://pypi.org/project/Django/ -" -SRC_URI=" - https://media.djangoproject.com/releases/$(ver_cut 1-2)/${MY_P}.tar.gz - verify-sig? ( https://media.djangoproject.com/pgp/${MY_P^}.checksum.txt ) -" -S=${WORKDIR}/${MY_P} - -LICENSE="BSD" -# admin fonts: Roboto (media-fonts/roboto) -LICENSE+=" Apache-2.0" -# admin icons, jquery, xregexp.js -LICENSE+=" MIT" -SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86 ~x64-macos" -IUSE="doc sqlite test" -RESTRICT="!test? ( test )" - -RDEPEND=" - <dev-python/asgiref-4[${PYTHON_USEDEP}] - >=dev-python/asgiref-3.9.1[${PYTHON_USEDEP}] - >=dev-python/sqlparse-0.5.0[${PYTHON_USEDEP}] - sys-libs/timezone-data -" -BDEPEND=" - test? ( - $(python_gen_impl_dep sqlite) - ${RDEPEND} - >=dev-python/docutils-0.19[${PYTHON_USEDEP}] - >=dev-python/jinja2-2.11.0[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pillow[webp,${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - >=dev-python/selenium-4.8.0[${PYTHON_USEDEP}] - >=dev-python/tblib-1.5.0[${PYTHON_USEDEP}] - sys-devel/gettext - ) - verify-sig? ( >=sec-keys/openpgp-keys-django-20240807 ) -" - -PATCHES=( - "${FILESDIR}"/django-4.0-bashcomp.patch -) - -distutils_enable_sphinx docs --no-autodoc - -VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/django.asc - -src_unpack() { - if use verify-sig; then - cd "${DISTDIR}" || die - verify-sig_verify_signed_checksums \ - "${MY_P^}.checksum.txt" sha256 "${MY_P}.tar.gz" - cd "${WORKDIR}" || die - fi - - default -} - -python_test() { - # Tests have non-standard assumptions about PYTHONPATH, - # and don't work with ${BUILD_DIR}/lib. - PYTHONPATH=. "${EPYTHON}" tests/runtests.py --settings=test_sqlite \ - -v2 --parallel="${EPYTEST_JOBS:-$(makeopts_jobs)}" || - die "Tests fail with ${EPYTHON}" -} - -python_install_all() { - newbashcomp extras/django_bash_completion django-admin - bashcomp_alias django-admin django-admin.py - - distutils-r1_python_install_all -} - -pkg_postinst() { - optfeature_header "Additional Backend support can be enabled via:" - optfeature "MySQL backend support" dev-python/mysqlclient - optfeature "PostgreSQL backend support" dev-python/psycopg:0 - optfeature_header - optfeature "GEO Django" "sci-libs/gdal[geos]" - optfeature "Memcached support" dev-python/pylibmc dev-python/python-memcached - optfeature "ImageField Support" dev-python/pillow - optfeature "Password encryption" dev-python/bcrypt -} diff --git a/dev-python/dropbox/Manifest b/dev-python/dropbox/Manifest index cf1942f72469..ce32650dcad5 100644 --- a/dev-python/dropbox/Manifest +++ b/dev-python/dropbox/Manifest @@ -1 +1 @@ -DIST dropbox-sdk-python-12.0.2.gh.tar.gz 1155008 BLAKE2B cc0006909a204f0b9efab7605680027b144dfff5c91ddf31460884ada4948b285ff0777f19f9395a1fc447a906018c3a43b40bc7651bdbb715c597849e7ecba9 SHA512 73834c89e2dc8b129a549d082a7862ec81f731c4977c6650cc421c08b62903b78c9fa1e191a330022591e2cb0e29b825e89e2d04056e2f4e6362a168b57fec39 +DIST dropbox-12.0.2_p20260506.gh.tar.gz 1152945 BLAKE2B 728a269669ab835541c71068f05c401131fbe1d06f2f095a59e338d83cb5bd2bae674c8c1d050ae252a6af7db60e95b5be28e4b13f16296ecb35b6abd7efc450 SHA512 68ff810162ff945bcbcd9c6e7fb0cbf255b35b0964aa2391377a3cbe928b87a5408abc3cbccf4c9d2d0cde365393faf4e8186da1cff3b2d400732ac110eb404d diff --git a/dev-python/dropbox/dropbox-12.0.2.ebuild b/dev-python/dropbox/dropbox-12.0.2_p20260506.ebuild index dd615e1b59b4..195af6f7eb18 100644 --- a/dev-python/dropbox/dropbox-12.0.2.ebuild +++ b/dev-python/dropbox/dropbox-12.0.2_p20260506.ebuild @@ -1,35 +1,40 @@ -# Copyright 2021-2024 Gentoo Authors +# Copyright 2021-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{10..14} ) + +GIT_HASH="8223031ffad6b4b3ab4ee886658bc606e6f82bac" + inherit distutils-r1 -GH_PN=dropbox-sdk-python +MY_PN=dropbox-sdk-python +MY_P=${MY_PN}-${PV} DESCRIPTION="The offical Dropbox SDK for Python" HOMEPAGE="https://www.dropbox.com/developers" + # pypi does not have tests, stick with gh -SRC_URI="https://github.com/dropbox/${GH_PN}/archive/refs/tags/v${PV}.tar.gz -> ${GH_PN}-${PV}.gh.tar.gz" -S="${WORKDIR}"/${GH_PN}-${PV} +if [[ ${PV} == *_p* ]] ; then + SRC_URI="https://github.com/dropbox/${MY_PN}/archive/${GIT_HASH}.tar.gz -> ${P}.gh.tar.gz" + S="${WORKDIR}/${MY_PN}-${GIT_HASH}" +else + SRC_URI="https://github.com/dropbox/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz" + S="${WORKDIR}/${MY_P}" +fi LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" RDEPEND=" - dev-python/requests[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] + >=dev-python/requests-2.16.2[${PYTHON_USEDEP}] + >=dev-python/six-1.12.0[${PYTHON_USEDEP}] dev-python/stone[${PYTHON_USEDEP}] dev-python/urllib3[${PYTHON_USEDEP}] " -# setuptools-82 removed 'pkg_resources' -# https://github.com/dropbox/dropbox-sdk-python/issues/525 -BDEPEND=" - <dev-python/setuptools-82.0.0[${PYTHON_USEDEP}] -" # disable tests that need SCOPED_USER_DROPBOX_TOKEN # and tests that fail @@ -41,9 +46,14 @@ EPYTEST_DESELECT=( distutils_enable_tests pytest -python_prepare_all() { - # this is wrong +src_prepare() { + if [[ ${PV} == *_p* ]] ; then + local MY_PV=$(ver_cut 1-3) + + sed -i -e "s/__version__ = '0.0.0'/__version__ = '${MY_PV}'/" dropbox/dropbox_client.py || die + fi + sed -i -e "s/^import mock$/from unittest import mock/" test/unit/test_dropbox_unit.py || die - distutils-r1_python_prepare_all + distutils-r1_src_prepare } diff --git a/dev-python/googleapis-common-protos/googleapis-common-protos-1.75.0.ebuild b/dev-python/googleapis-common-protos/googleapis-common-protos-1.75.0.ebuild index 15173e491b75..f62f13ede63d 100644 --- a/dev-python/googleapis-common-protos/googleapis-common-protos-1.75.0.ebuild +++ b/dev-python/googleapis-common-protos/googleapis-common-protos-1.75.0.ebuild @@ -12,6 +12,7 @@ inherit distutils-r1 pypi DESCRIPTION="Python classes generated from the common protos in the googleapis repository" HOMEPAGE=" https://github.com/googleapis/python-api-common-protos/ + https://github.com/googleapis/google-cloud-python/tree/main/packages/googleapis-common-protos/ https://pypi.org/project/googleapis-common-protos/ " diff --git a/dev-python/gst-python/Manifest b/dev-python/gst-python/Manifest index 6f5866c81ec9..c2600ad3f736 100644 --- a/dev-python/gst-python/Manifest +++ b/dev-python/gst-python/Manifest @@ -1 +1,3 @@ DIST gst-python-1.24.13.tar.xz 128500 BLAKE2B bb33b95d5e062da85ec559fd149377b1ddd5deb0560181f53bde616900fd5281189373dc70f6abe39eb0961a3a1e9bfdf347a1291efcb269ef0a7c41abdb5eb5 SHA512 aa92d6c9c5e81a0230e8d8d7d9f63a3c73c0e4ca5bb377be7cbe8dfc1b1edf74377b35b3f79f6f9df04261a96b89716a19423c0ece1ad250841d661677d7ba9e +DIST gst-python-1.26.11.tar.xz 141240 BLAKE2B bf7becda7794024480ce19f41819fcdccc5d01cf58134df8a6a595777c3c5dcdba73f6f6a435d72d0a6373f4eab6f3dd160a9c7a2bf3f2bf98f74c5d073ce25a SHA512 8a618750f1616ba11e55501c7b2d05dfd0fe06569faef173703ae0d7301ff82249cf3a73e91b1e78362e967638f6c40771781269597db90c3640f8156f34143d +DIST gst-python-1.26.11.tar.xz.asc 833 BLAKE2B 3a98ae6d88303634ddfec9629161c46d75c54c4a1bfd59a59a7c5c37059fa4d853dddbee0e0b02fb42428080c022f10966abd56b637ac375a07f318da4fd2e53 SHA512 718b6ea53d6cd6ed795d446b13d3726d5db673af9555a8eb6294fc2e887cafe18f76e63aaa1bbd627add564b1d5c760e70b96d71d0cf5b8b27c1dcbeb579d36e diff --git a/dev-python/gst-python/files/gst-python-1.26.11-pygobject-3.52.patch b/dev-python/gst-python/files/gst-python-1.26.11-pygobject-3.52.patch new file mode 100644 index 000000000000..a24465cb99ba --- /dev/null +++ b/dev-python/gst-python/files/gst-python-1.26.11-pygobject-3.52.patch @@ -0,0 +1,176 @@ +https://bugs.gentoo.org/957940 +https://gitlab.freedesktop.org/gstreamer/gstreamer/-/commit/47874799e328f2b4f081b623efe9d0ae059d0fd8 + +From 47874799e328f2b4f081b623efe9d0ae059d0fd8 Mon Sep 17 00:00:00 2001 +From: Thibault Saunier <tsaunier@igalia.com> +Date: Sun, 28 Sep 2025 09:48:05 -0300 +Subject: [PATCH] ges: Move OTIO formatter to a separate Python plugin + +The GES OpenTimelineIO formatter was previously embedded directly in +libges using GLib resources, this was all a bit complex for not much +benefit, moreover it started to crash recently. + +Move the formatter to a standalone Python plugin that will be loaded +through the standard GStreamer Python plugin infrastructure making +it all more simple. + +The formatter is now located in subprojects/gst-python/plugins/ges/ +and will only be loaded when the Python plugin is available and +opentimelineio is installed. + +Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4676 + +Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9759> +--- a/meson.build ++++ b/meson.build +@@ -128,7 +128,8 @@ configinc = include_directories('.') + meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.26.0', meson.project_version()) + + pkgconfig = import('pkgconfig') +-plugins_install_dir = join_paths(libdir, 'gstreamer-1.0') ++plugins_install_dir = join_paths(get_option('libdir'), 'gstreamer-1.0') ++python_plugin_install_dir = join_paths(plugins_install_dir, 'python') + plugins_pkgconfig_install_dir = join_paths(plugins_install_dir, 'pkgconfig') + if get_option('default_library') == 'shared' + # If we don't build static plugins there is no need to generate pc files +@@ -139,6 +140,7 @@ subdir('gi') + if not get_option('plugin').disabled() + if get_option('default_library') != 'static' + subdir('plugin') ++ subdir('plugins') + else + warning('Python plugin not supported with `static` builds yet.') + endif +--- a/plugin/meson.build ++++ b/plugin/meson.build +@@ -3,7 +3,7 @@ gstpython = library('gstpython', + include_directories : [configinc], + dependencies : [gst_dep, pygobject_dep, gstbase_dep, python_embed_dep, gmodule_dep, libdl], + install : true, +- install_dir : '@0@/gstreamer-1.0'.format(get_option('libdir')), ++ install_dir : plugins_install_dir, + ) + plugins = [gstpython] + # XXX: Generate a pc file for this plugin? Can gstpython be statically linked? +--- /dev/null ++++ b/plugins/ges/meson.build +@@ -0,0 +1,4 @@ ++install_data( ++ 'python/gesotioformatter.py', ++ install_dir: python_plugin_install_dir ++) +--- /dev/null ++++ b/plugins/ges/python/gesotioformatter.py +@@ -0,0 +1,105 @@ ++#!/usr/bin/env python ++# -*- Mode: Python -*- ++# vi:si:et:sw=4:sts=4:ts=4 ++# ++# Copyright (C) 2019 Igalia S.L ++# Authors: ++# Thibault Saunier <tsaunier@igalia.com> ++# ++ ++import sys ++ ++import gi ++import tempfile ++ ++try: ++ gi.require_version("GES", "1.0") ++ gi.require_version("Gst", "1.0") ++ ++ from gi.repository import GObject ++ from gi.repository import Gst ++ Gst.init(None) ++ from gi.repository import GES ++ from gi.repository import GLib ++ from collections import OrderedDict ++ ++ import opentimelineio as otio ++ otio.adapters.from_name('xges') ++ ++ class GESOtioFormatter(GES.Formatter): ++ def do_save_to_uri(self, timeline, uri, overwrite): ++ if not Gst.uri_is_valid(uri) or Gst.uri_get_protocol(uri) != "file": ++ Gst.error("Protocol not supported for file: %s" % uri) ++ return False ++ ++ with tempfile.NamedTemporaryFile(suffix=".xges") as tmpxges: ++ timeline.get_asset().save(timeline, "file://" + tmpxges.name, None, overwrite) ++ ++ linker = otio.media_linker.MediaLinkingPolicy.ForceDefaultLinker ++ otio_timeline = otio.adapters.read_from_file(tmpxges.name, "xges", media_linker_name=linker) ++ location = Gst.uri_get_location(uri) ++ out_adapter = otio.adapters.from_filepath(location) ++ otio.adapters.write_to_file(otio_timeline, Gst.uri_get_location(uri), out_adapter.name) ++ ++ return True ++ ++ def do_can_load_uri(self, uri): ++ try: ++ if not Gst.uri_is_valid(uri) or Gst.uri_get_protocol(uri) != "file": ++ return False ++ except GLib.Error as e: ++ Gst.error(str(e)) ++ return False ++ ++ if uri.endswith(".xges"): ++ return False ++ ++ try: ++ return otio.adapters.from_filepath(Gst.uri_get_location(uri)) is not None ++ except Exception as e: ++ Gst.info("Could not load %s -> %s" % (uri, e)) ++ return False ++ ++ def do_load_from_uri(self, timeline, uri): ++ location = Gst.uri_get_location(uri) ++ in_adapter = otio.adapters.from_filepath(location) ++ assert (in_adapter) # can_load_uri should have ensured it is loadable ++ ++ linker = otio.media_linker.MediaLinkingPolicy.ForceDefaultLinker ++ otio_timeline = otio.adapters.read_from_file( ++ location, ++ in_adapter.name, ++ media_linker_name=linker ++ ) ++ ++ with tempfile.NamedTemporaryFile(suffix=".xges") as tmpxges: ++ otio.adapters.write_to_file(otio_timeline, tmpxges.name, "xges") ++ formatter = GES.Formatter.get_default().extract() ++ timeline.get_asset().add_formatter(formatter) ++ return formatter.load_from_uri(timeline, "file://" + tmpxges.name) ++ ++ GObject.type_register(GESOtioFormatter) ++ known_extensions_mimetype_map = [ ++ ("otio", "xml", "fcpxml"), ++ ("application/vnd.pixar.opentimelineio+json", "application/vnd.apple-xmeml+xml", "application/vnd.apple-fcp+xml") ++ ] ++ ++ extensions = [] ++ for adapter in otio.plugins.ActiveManifest().adapters: ++ if adapter.name != 'xges': ++ extensions.extend(adapter.suffixes) ++ ++ extensions_mimetype_map = [[], []] ++ for i, ext in enumerate(known_extensions_mimetype_map[0]): ++ if ext in extensions: ++ extensions_mimetype_map[0].append(ext) ++ extensions_mimetype_map[1].append(known_extensions_mimetype_map[1][i]) ++ extensions.remove(ext) ++ extensions_mimetype_map[0].extend(extensions) ++ ++ GES.FormatterClass.register_metas(GESOtioFormatter, "otioformatter", ++ "GES Formatter using OpenTimelineIO", ++ ','.join(extensions_mimetype_map[0]), ++ ';'.join(extensions_mimetype_map[1]), 0.1, Gst.Rank.SECONDARY) ++except (ImportError, TypeError) as e: ++ Gst.warning(f"opentimelineio module not found, GES OTIO formatter will not be available: {e}") +--- /dev/null ++++ b/subprojects/gst-python/plugins/meson.build +@@ -0,0 +1 @@ ++subdir('ges') +-- +GitLab + diff --git a/dev-python/gst-python/files/gst-python-1.26.11-skip-test.patch b/dev-python/gst-python/files/gst-python-1.26.11-skip-test.patch new file mode 100644 index 000000000000..00928d30d64f --- /dev/null +++ b/dev-python/gst-python/files/gst-python-1.26.11-skip-test.patch @@ -0,0 +1,30 @@ +https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4772#note_3291563 + +Description: disable tests that are broken since pygobject 3.54 + Since pygobject 3.54, the tests are broken. With 1.28.0 on the horizon, + the choice is to disable the broken tests to get the version release + synchronised again. +Author: Marc Leeman <marc.leeman@gmail.com> +Forwarded: https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4772 +Last-Update: 2026-01-16 + +Index: gst-python1.0/testsuite/test_gst_init.py +=================================================================== +--- gst-python1.0.orig/testsuite/test_gst_init.py ++++ gst-python1.0/testsuite/test_gst_init.py +@@ -30,6 +30,7 @@ overrides_hack + + + class TestNotInitialized(TestCase): ++ @unittest.skip("Broken since pygobject 3.54") + def testNotInitialized(self): + if sys.version_info >= (3, 0): + assert_type = Gst.NotInitialized +@@ -45,6 +46,7 @@ class TestNotInitialized(TestCase): + with self.assertRaises(assert_type): + Gst.ElementFactory.make("identity", None) + ++ @unittest.skip("Broken since pygobject 3.54") + def testNotDeinitialized(self): + Gst.init(None) + diff --git a/dev-python/gst-python/gst-python-1.26.11.ebuild b/dev-python/gst-python/gst-python-1.26.11.ebuild new file mode 100644 index 000000000000..51aaeb874adb --- /dev/null +++ b/dev-python/gst-python/gst-python-1.26.11.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..14} ) + +inherit meson python-r1 verify-sig xdg-utils + +DESCRIPTION="A Python Interface to GStreamer" +HOMEPAGE="https://gstreamer.freedesktop.org/" +SRC_URI=" + https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz + verify-sig? ( https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz.asc ) +" + +LICENSE="LGPL-2+" +SLOT="1.0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + >=media-libs/gstreamer-${PV}:1.0[introspection] + >=media-libs/gst-plugins-bad-${PV}:1.0[introspection] + >=media-libs/gst-plugins-base-${PV}:1.0[introspection] + >=dev-python/pygobject-3.8:3[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND}" +BDEPEND=" + virtual/pkgconfig + verify-sig? ( sec-keys/openpgp-keys-tpm ) +" + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/tpm.asc + +PATCHES=( + "${FILESDIR}"/gst-python-1.26.11-pygobject-3.52.patch + "${FILESDIR}"/gst-python-1.26.11-skip-test.patch +) + +src_prepare() { + default + + # Avoid building & testing plugin - it must NOT be multi-python as gst-inspect will map in all libpython.so versions + # and crash or behave mysteriously. + # Python plugin support is of limited use (GIL gets in the way). If it's ever requested or needed, it should be a + # separate python-single-r1 media-plugins/gst-plugins-python package that only builds the plugin directory. + sed -e '/subdir.*plugin/d' -i meson.build || die + sed -e '/test_plugin.py/d' -i testsuite/meson.build || die + + xdg_environment_reset +} + +src_configure() { + configuring() { + meson_src_configure \ + -Dpython="${EPYTHON}" + } + python_foreach_impl configuring +} + +src_compile() { + python_foreach_impl meson_src_compile +} + +src_test() { + python_foreach_impl meson_src_test +} + +src_install() { + installing() { + meson_src_install + python_optimize + } + python_foreach_impl installing +} diff --git a/dev-python/itemadapter/Manifest b/dev-python/itemadapter/Manifest deleted file mode 100644 index e5aef7e57410..000000000000 --- a/dev-python/itemadapter/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST itemadapter-0.11.0.tar.gz 24045 BLAKE2B 0549636e7157b49d8350bfd7b71c7fd6044953cef6e02d8fb686beb5c6762cbbac136b7a9606b8e587181faeafe2053ee2820c92fdaea711c0f2af8cb542d4e3 SHA512 260d1c2ce9964f5d3f7af4431fda7f5ad1a4090c1c9ceb0f8e7615c83bbe40f201f385c227c1390ce1de9ea631b690c84d38af62f2a74b833a5be47da410a08f diff --git a/dev-python/itemadapter/itemadapter-0.11.0.ebuild b/dev-python/itemadapter/itemadapter-0.11.0.ebuild deleted file mode 100644 index d1b9c5ea3181..000000000000 --- a/dev-python/itemadapter/itemadapter-0.11.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..14} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 pypi - -DESCRIPTION="Common interface for scrapy data container classes" -HOMEPAGE="https://scrapy.org/" - -LICENSE="BSD" -SLOT=0 -KEYWORDS="~amd64 ~arm64" - -RDEPEND="${PYTHON_DEPS}" -DEPEND="${RDEPEND}" -BDEPEND="${DEPEND} - test? ( - dev-python/attrs[${PYTHON_USEDEP}] - dev-python/pydantic[${PYTHON_USEDEP}] - dev-python/scrapy[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest diff --git a/dev-python/itemloaders/Manifest b/dev-python/itemloaders/Manifest deleted file mode 100644 index 9222354644d2..000000000000 --- a/dev-python/itemloaders/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST itemloaders-1.3.2.tar.gz 19707 BLAKE2B 6306fcd37f3ca31d2862c7c801ec5b707122c78b5d969fdac200f8827dac05c81ae8e1bc69ec39b2d48fd34779459fe4fc440955347bc7a7827e93affb90edee SHA512 2dc79c3da6abf5b09dbbef11390757af74a4f7d0c22c83d7f8ecbbca3373010f421483521f2c481b99257f73df49f8a7c487e13566b2d4e44fb4b918ba9e9b31 diff --git a/dev-python/itemloaders/itemloaders-1.3.2.ebuild b/dev-python/itemloaders/itemloaders-1.3.2.ebuild deleted file mode 100644 index 99952080a3ad..000000000000 --- a/dev-python/itemloaders/itemloaders-1.3.2.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..14} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 pypi - -DESCRIPTION="Library to populate items using XPath and CSS with a convenient API" -HOMEPAGE="https://scrapy.org/" - -LICENSE="BSD" -SLOT=0 -KEYWORDS="~amd64 ~arm64" - -DEPEND="${PYTHON_DEPS}" -RDEPEND="${DEPEND} - dev-python/itemadapter[${PYTHON_USEDEP}] - dev-python/jmespath[${PYTHON_USEDEP}] - >=dev-python/parsel-1.8.1[${PYTHON_USEDEP}] - dev-python/w3lib[${PYTHON_USEDEP}] -" - -distutils_enable_tests pytest diff --git a/dev-python/langdetect/Manifest b/dev-python/langdetect/Manifest index d12ab8aeaca8..a11d7c268c91 100644 --- a/dev-python/langdetect/Manifest +++ b/dev-python/langdetect/Manifest @@ -1,3 +1 @@ DIST langdetect-1.0.9.tar.gz 981474 BLAKE2B ea8a9c3f16a2987c080742473bff4f2c1503f53fb3c2b40b0b1d6212bb6133ea22dce7864ffcfb8968c3a46b157d45cb3e2cf6f84bdbed0266cc716a853b032c SHA512 7558d674c47b080c79e43a00a25d2c7f77188cf60bea2cecb3bebb803d75e1aa42b43c74bd26ea1b541f4cb927421908882cbec01a91f0913984217e71ccc8db -EBUILD langdetect-1.0.9.ebuild 494 BLAKE2B 9cd8a2a93a8d45bf51fe2324402b175d641762ea591fcb99459427f977a95eccffa6ca4777ca4df39814eea6eac62711567faa654456d32f79023a4685804504 SHA512 d973b85ba1a44389a4275f02a779a93a005f7c2e096467b94b072862e4984d5b42cf33f9821ac68aa5b85b12c98983a90b96049989d8c84497969174b6bb838e -MISC metadata.xml 457 BLAKE2B 630128a3e982b6d60cc7b9f74c79fcb5ee47a71a02c73a50af9da8cedb6fad8e20a7f74b881e5b25c6483b92c9edbd56552cd38b2d9cbfa8b3eb4530facea969 SHA512 674f4f5cd809c6c77bc14e0f5687fa972bef14bdfa0b3343c5d66b7163eef1906eb87d060c8288732f825de71dce291ad0b841a5f2f0dd230f957b5687e45d45 diff --git a/dev-python/langdetect/files/langdetect-1.0.9-explicit-config.patch b/dev-python/langdetect/files/langdetect-1.0.9-explicit-config.patch new file mode 100644 index 000000000000..637368d2f237 --- /dev/null +++ b/dev-python/langdetect/files/langdetect-1.0.9-explicit-config.patch @@ -0,0 +1,13 @@ +Fix "Package 'langdetect.profiles' is absent from the `packages` configuration." + +--- a/setup.py ++++ b/setup.py +@@ -18,7 +18,7 @@ setup( + author_email='michal.danilak@gmail.com', + url='https://github.com/Mimino666/langdetect', + keywords='language detection library', +- packages=['langdetect', 'langdetect.utils', 'langdetect.tests'], ++ packages=['langdetect', 'langdetect.utils', 'langdetect.tests', 'langdetect.profiles'], + include_package_data=True, + install_requires=['six'], + license='MIT', diff --git a/dev-python/langdetect/langdetect-1.0.9.ebuild b/dev-python/langdetect/langdetect-1.0.9.ebuild index 271137de443d..7100f5f39dd8 100644 --- a/dev-python/langdetect/langdetect-1.0.9.ebuild +++ b/dev-python/langdetect/langdetect-1.0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,4 +19,6 @@ KEYWORDS="~amd64" RDEPEND="dev-python/six[${PYTHON_USEDEP}]" +PATCHES=( "${FILESDIR}/${P}-explicit-config.patch" ) + distutils_enable_tests unittest diff --git a/dev-python/langdetect/metadata.xml b/dev-python/langdetect/metadata.xml index 020e07f2a3dd..c0f74ac187e2 100644 --- a/dev-python/langdetect/metadata.xml +++ b/dev-python/langdetect/metadata.xml @@ -2,11 +2,9 @@ <!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> - <email>marcin.deranek@slonko.net</email> - <name>Marcin Deranek</name> + <email>pastalian46@gmail.com</email> + <name>Takuya Wakazono</name> </maintainer> - <upstream> - <bugs-to>https://github.com/Mimino666/langdetect/issues</bugs-to> - </upstream> - <origin>slonko-overlay</origin> + + <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/dev-python/lrcalc/lrcalc-2.1-r2.ebuild b/dev-python/lrcalc/lrcalc-2.1-r3.ebuild index 3a6b42004910..ebf57505e904 100644 --- a/dev-python/lrcalc/lrcalc-2.1-r2.ebuild +++ b/dev-python/lrcalc/lrcalc-2.1-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2025 Gentoo Authors +# Copyright 2020-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 diff --git a/dev-python/mypy/mypy-2.0.0.ebuild b/dev-python/mypy/mypy-2.0.0.ebuild index 456666ed1a9b..7758d8d68506 100644 --- a/dev-python/mypy/mypy-2.0.0.ebuild +++ b/dev-python/mypy/mypy-2.0.0.ebuild @@ -23,7 +23,7 @@ SRC_URI=" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~s390" +KEYWORDS="~amd64 ~arm64 ~s390 ~sparc ~x86" IUSE="native-extensions" # stubgen collides with this package: https://bugs.gentoo.org/585594 diff --git a/dev-python/pmw/pmw-2.1.1.ebuild b/dev-python/pmw/pmw-2.1.1.ebuild index b2f839031443..b5e26fca3cb7 100644 --- a/dev-python/pmw/pmw-2.1.1.ebuild +++ b/dev-python/pmw/pmw-2.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 diff --git a/dev-python/pyrefly/Manifest b/dev-python/pyrefly/Manifest index da287bfb1990..3b849c6a0627 100644 --- a/dev-python/pyrefly/Manifest +++ b/dev-python/pyrefly/Manifest @@ -44,13 +44,12 @@ DIST cc-1.2.61.crate 97163 BLAKE2B d46641d905e44c60e36c3918c6fb666c7d5f19316a141 DIST cfg-if-1.0.4.crate 9360 BLAKE2B beadbfb273ee97cbb6e3740891fbace57511399ad203459b66b397587d794677a9515cde4e9ec4320c3795518bf1551d72b9a889f8ac4b225168f493288b7c19 SHA512 176e04df7ba783b7143bb84397b777f5c5a1305c08a5c3a218d4a66830620be89ed68992ba27686165bcd3fb2f34b2daf80b2a1d4b481ecc267c988e84d28e9d DIST chacha20-0.10.0.crate 38763 BLAKE2B 84d3d12379495b724b33accdbafe0209d0ddfeec74115b59228fb03e02089f1531f1396783a408b26cfb90372670c809bee8ab056cc847102cfc92ea065656aa SHA512 97e50d8e16118070ec75c086bae3695513b63c2ad3c5d43e3fb57892f21c9634977bc506c0c094aeb61bc8864518cee3eabf6b81504128ab0a876b2f6860b43a DIST chrono-0.4.44.crate 240549 BLAKE2B 7d3d1763ded8808a7402541513d00241c444b5b0503e144b568d2c0dc185ed20111163340a3895f30dc38864206a03d129840ed9a2841760dbcd5be26511c7e6 SHA512 0b1a83885724e9180e71ee9fed146d070d88620d46b74970a67f4af04f583dddc0285e7d09574b99507786568ac7fb3f06a5dfbd25c51490c8d444c145bdee21 -DIST clap-4.6.0.crate 62930 BLAKE2B f184cfb0d40adef5d0b4ee0370208bdeb6587b9dfd1b37f71a577cfdf77101100b4c47809ceecf946a855455ab836273aa6b8bb6570d0c126a82754f16bd95ba SHA512 bc5641690f0a0ed2b660836590174641e568be3d2b92d5dc91a82581fdef0543640190fc3c8ffe765f0245a88c0f9809d4e136af156a3d480a680da28e8ae5f6 DIST clap-4.6.1.crate 61836 BLAKE2B 0e58b564b1c7792c4380284a61e20324495906764ed7ee7e9e62eac159d5f81508a82deb26cb294c85f236f77be79ce0cbf0253ea7544790ea3a5c0941acef6e SHA512 7e1bf1cdfcf8fe1f67251073e9ebabd92b44a7013a2245dbfc3a7368132600a30662416635a329067b97a8845af3c68274ec6ada3bd72d110b0aee5a4d7c986a DIST clap_builder-4.6.0.crate 171122 BLAKE2B 0a6ac216ceee45625500379640f9306015f749c377d14c6c9538fab7988da89b39e260bf8736d7ca055c6db32613fa7a9e73f325fc496d7521ba3453c8558348 SHA512 43b26377a8f15d29f8fdc9ada914888d87111084c5e205308d166789a27d91c2d8db6756b24d48ef8a293c92ca4c27dbf5433db21e336b2116d51377116fabd7 -DIST clap_derive-4.6.0.crate 33435 BLAKE2B 93fef598637bc3674a7682f724412d5b515c3d219fe4d7e854dbb47864be598046e84c025a5245add4e9431b305d232e6207806cd87aff72cb3552c490426aa6 SHA512 4b642e4bda3af45b21fda189094f73b295c6890f2af533e1541be0df8669d1c7d8256a88dfd47f488ea6adab65012a213521d52dd902f9f11fd3b776923da1c7 DIST clap_derive-4.6.1.crate 33512 BLAKE2B 36d4fcbdd0eb22ed872d27da80a1c22baf718533d43cb762f109f80abc8d7e13a92fd293db40ee2ca18709e7bcb8cab0f06eaf48dde336e67df90e83f6dfbd6b SHA512 ed210527cecfe3791b9d5af7279b337890b46b61fa05fa6979c88db1693ddf0ee5a4eb0904dd93e2da76f5c870963cc79b90d87cfc3cecf166a65364c16ffd06 DIST clap_lex-1.0.0.crate 13466 BLAKE2B 9a29422e6723fbb76131ce7ca970418200b4ce9bb84936f156e416c96aca25aba7d9982af70f7fdb696a28011463e09a4cbc00df7141e1a6bfb5236178309ca1 SHA512 2e65fdfd8a7310f43c333efb41b18818bd79dc83bf192eeb53f0ab524b500c0660280186308960a0b5b724092319f9325bb92b0b63738fcaea7b932d0d7e3887 DIST codespan-reporting-0.12.0.crate 55796 BLAKE2B 67ecdcb02accc9a65d6706ea632248404fc0cfd6fff8adf633cf4923f5b6382043d9fd1ec77e3e2f3b75420239add7925670bef72d18269e664e6a8d2539123b SHA512 73d3835dc25b4a4088416c2b74aa22c04dfd14bfb9fd85a1f2b22fed8acef284437b2eccef0098b593ad082df65d6a66aa5852c4d81a9df33718a81be56d8d09 +DIST codespan-reporting-0.13.1.crate 57424 BLAKE2B c1406558bea10a66cf979d5469002520210316971d86e75379f57bf954b228dab4a93176cae1ba55e7b880021539d87c35b20488373b94fc44ebceb86e34795e SHA512 876f4ba5dc3d7d0b201f6ea25effb787e01ebffb74bad88810aae8e293c3ac264c8c58bc81a20b29150040ecb755920695457ce8c0bb4a5b382552b5b44e6497 DIST collection_literals-1.0.2.crate 3928 BLAKE2B f4b7a629b4fa99a695b3f748f7e159d6fcee7a82180f836e225fa7a3933039525dd19959d2fa32f99c5e1435296a48cf7c517cec8d56374a37e6231d3b92de81 SHA512 41a6d78e09cc3682ac382779e6713dc54c103be514df8622942d12d0b37471711475ceeb652d9ca5c15801b94624379ed6073bf36c3fc74a5d255a9fee2635d0 DIST colorchoice-1.0.0.crate 6857 BLAKE2B a0818be1299717461ffc1bcfb6fc53a0b3b645aa8c45fb72e045cf2d876fa207948610e58d6a837aad24838ea9616e80b0558ca3eae03fdf9bc4c03a8e5ba52f SHA512 53363f2889cd8e8a3b3ed10c48356896c0daa72f3c12c9c7804707ab0dbc07c0e34ef52fa4f0fb1647311ce5913168c1bf62c2407ff86a33f765a9e6fccad551 DIST compact_str-0.8.0.crate 70994 BLAKE2B 27ab4163d71915f9cfc160fdfa4ed049c98b06d0060def8c4bdd29e8ca37716a1c53877f70d1eb38260d44003e833c538b20bb4960f0b28a7becca5c9b29984e SHA512 5a236c501222b577fef7d7190882e20e85cc6deacf9d1f6a1d710893654b53a91c7d47373f0d10e9bfe138dbb2f4e99802deb2a92001bae7e130f6558ed9d1fd @@ -71,10 +70,12 @@ DIST crossbeam-utils-0.8.21.crate 42691 BLAKE2B cd9015c41f532eb3c90101603f32d383 DIST crypto-common-0.1.7.crate 9619 BLAKE2B b9a31ed6f3f06e0709e7c5a86a146018c9ef67e366f27c1d4fe07461d97810951eec60e92ec1531e365bfb9ab1b4cfbdd86b6cefd8b06ef2aa170c38f3c9cae0 SHA512 dcf3a6fc81f2b6528696dc762427fb198faa9b5effe1ee9fbda795da08b0560cfd6c286b55f1360864e95284bd9a52edabcf39fa9bcce71ff0621dbfef538c82 DIST ctor-0.1.26.crate 10803 BLAKE2B 93627949b92651243b7a763d3d45a22fafcf2147a30661c4cc017e222bfc2bc12b4071054e3079adc431fc8a5dd8b86a8d11c53c401be6db846a3d0d2076b9b5 SHA512 3a3d60c976ec02a9edfe04470af4b04b02601c48e2a007393cedfef5c13e22bca58630e9e885e635a71aabc3e0ad8fb70995876551cdbc6a31029d8d2bc2e86d DIST cxx-870ebbecad0f6be394d4f9fb9bd62b551662651a.gh.tar.gz 364301 BLAKE2B 5689a2002dbd47d6b088e91c02dcbb530a06ae61076cedfed8fa0d7d65755a9b43c04761ace08d2824a03850fb9ef0e25e35239006101accce1c4b3cbed18594 SHA512 8c46ec72c5a8527728b4796dc180347928842afdc5f791512413f23cc42f3970adf00b9533c7affde79693cdb44d311086213f47c5b223056e108d80d79b8a44 +DIST cxx-d98f6c434f8e6a018533c31a7a4cf7cdc7252210.gh.tar.gz 398779 BLAKE2B 35b6dd54074a58f649b10f0b661a9160d0be3f92c5ff6202aad2d8959bafd50c32032ada3289e4ab87e68312eef4835b80c399cd2998fe55b13e6f377256e3f3 SHA512 d1ee01a4329796855a2528ab0f338bc8662ed7ae606b0b6f9d493a983bf68d06ec79c940273c603d7b0ec51fe5d76eb1eb06365a323739ac7fb8700e227bfe24 DIST darling-0.23.0.crate 43298 BLAKE2B a207ed640665664402ee07eda679af83e498c3de79a9e41c3fe1fec4b28071ba52acdb1f790d46b6c6c1744da96991c14f96002cf149e080a4982d5a74280b9e SHA512 6257756befa2e6a8b17ee21d64e8430071bfd1e8f72c680f67b3c15934e726ec24e30da37fcb5ea4f4b3d925f81cf4ea22d6c85788f101090b32d95f08bdb2e5 DIST darling_core-0.23.0.crate 74564 BLAKE2B cb5d45b08fa8927d91f113a37a8eb77f632713e3feaa629d37a6a0fd20112a202bb8ad574a096f0ba7b3b870e7a9982c86641e1cb4f9e33fcee59a65524b5406 SHA512 52ac3dac977b7f1cbdc3c0ee545356495216af6d8a4f179cbb51c8bc80253cf028bd9b624b6f42d6354d913e7fc5ea980234aa2ccf383c8779ca70fde72591a9 DIST darling_macro-0.23.0.crate 2480 BLAKE2B e81f6bb801e5fabf71fbaf966735e5388023f75e12b8f9bd32e2cd49608ce05625849ecea54db3d682a9d091f8f0348dd60777c316c91af5186aeb0b97e4cf1b SHA512 f6565876c9846b1295be23eda6decbba817c64c3e2ba56fb0009c2acb68d542481dbb033b0e753dfb1eb967f24f87b781869c8bd5018a7789066229a4919c8c3 DIST dashmap-5.5.3.crate 24061 BLAKE2B 2bdd62f674e90007a81b76419dd5df1b58c3d9b80bed4324d9e0298355cd66706794c7187c74bd9a6ce119d81ba9400c47aa2729ec923979b0bc081329051e71 SHA512 15079a921d768224defebdf8d5339257c9e94a46d115b37ddfca8eb83718b2448555a8982bcf0381a915d292aff9d271a89d3398d2ae2f396dd581cc6883963a +DIST dashmap-6.1.0.crate 24828 BLAKE2B de8632e7e22132fb2464653cbf6d928d7f2abd8e7352a50e6fcbf6b522aaec67ab2a7618cdd34f0d48d0bdfbef026a1515d5ada98ac5b123fc7856246e392968 SHA512 03a727e41505e5e7068df8fb27fad6d348fc14f6b1609d7f606fba765fb92fec7fb42c6427bc11d057ad2ad52d1b44bcf5a802651765148941ba41fa75968cb0 DIST deranged-0.5.5.crate 24438 BLAKE2B e0e825fdae479fbfb057fa084882eb58836490b5158205d55b4adb593882fe70f10f9b1b6c2ebd3ab6a61673dbb3a56e4f5af32b154c645fff3b53a814e5e648 SHA512 c19b716727b904f1c3dcf4e0b5489ca3a7540925f2c633f827ce6fff7a2649bc22835b433fc06376dfd0fed48b232f70aa23b24fd0e834692f96f1d6a319f266 DIST derivative-2.2.0.crate 48076 BLAKE2B 56d27e27493c3b818ad45703efda607a0a0d9a48b0d43785b6a013443b8b964b67bb5b5284d242358415c5fb81b86b02079ee7c0595ec07bc658240eb114b887 SHA512 3c65ecdabd2dc202be3d83b06f96b6f68504fe542ede7e2285093c6d360a33ec76a3787c436c6e5ff8f59d430436a4b8ce2f908cf7b2b08cd8b0045de4e5d1da DIST derive-where-1.5.0.crate 52436 BLAKE2B 8f9f206255af443d42ac2c2311112dc93936a1415ff3f03458e0fb01508df197fed4e0c03629f2d0bbdb528f5a7cbf7a3f6977c0360f0fb26692e3d0c13794f3 SHA512 700072badcad4d9691e5aa0909b551e62c5aa76fd54c691966b53f345ab682cfa497cb918c715b9791e6b58429de637292b1f4d5c0c57418e9c081e87eb85f34 @@ -115,9 +116,7 @@ DIST futures-util-0.3.32.crate 168797 BLAKE2B d804428849635088636df69330881d6847 DIST fuzzy-matcher-0.3.7.crate 18047 BLAKE2B 934b90a74826393ceccc3e433df7cbc056a10744077e7a2178df9d9edc9db5d4cbc86d006c0ef1f7d82f4fb8ea0d52df71be1c7cc9ee39b433207d7f2126404e SHA512 ebcb6de06dd66da952183c75e4a44988bc60df17f035fe541c134f1c4e3c33d18a7385a9867fc23a99c07cef2b2737edd6128dea6546e243985da2f3a55dd8e3 DIST fxhash-0.2.1.crate 4102 BLAKE2B efade6722efed1cff0bcf307ababd9c9031af297baf410367212758411a21d61a473456c7f9b5cb15e444d115a62120f140c082e70dd360a3ae83f2f71bec9e6 SHA512 638e1c0a4e7f365483a329e715afbc2e57e47c03b32e0e1818c879baa96996e81dce8ab39320e24a3e1633f73dec1e5f18a06c37f3ad38043002fc99b55efc38 DIST generic-array-0.14.7.crate 15950 BLAKE2B e74c785e3127095625951da192a018281ea9976aaeb11019f9088c3f27748c5fed1ef25d577150864486dc48b5138d6892e42f99979339f711a66fc70756c82b SHA512 363a7b04e4102f9ca63d429721c1ada6272be6bf0a2e97da681faf76381f73f0e3acb86623b9ce2dae441de9fda704088391779b9769ec02b3c8c9f9f35f897d -DIST get-size-derive2-0.7.2.crate 8859 BLAKE2B 4de8d92ef87134b6d35bd2fd971272a4aee10d50a24c9aee63d3039306a219e0e2ca272b1a74a569ddb1ba8226fbd2fbc19d27db65fa5ace1a5e236c0405453e SHA512 ab053a097db6f488173c460d90294cae20e480b5c27c078efdde205a576b2954450b88ee157d7c473bdf26e2f687197c8e16b415dd992a29e8e86be6a45ff502 DIST get-size-derive2-0.7.4.crate 8837 BLAKE2B 8ced36e88b77a60e849bfd4cdc62e2bf54499c80ae574670be91c90a0fb09984891cfe13065319360ef74763eef3008033b4e7a24d72b56a31c59c7bc85ae8a6 SHA512 365e0309fefc767c53301354a7b5e38f5f8bd93688c0c49aacedd464c85a2355906f3875210b362f69b0d9a8f7ae73c18c507244446dcd1fe60c4e9b23731f92 -DIST get-size2-0.7.2.crate 19159 BLAKE2B 4422e2a174b85ace9f9825e02a7ad7eff810b68e6eae5eef767fc6efbfb11aeebc5c33b186fc18631dedb1a2f415a5a8369763afbc22a56c7351325e0598c5ee SHA512 cfa689a0ce8d0f6810f2e8f453fd36152fea907333eb267899c50157f97cbe989000919cb36d454b86db7fee68c3628ad84b560abf62391ccbee775f278183af DIST get-size2-0.7.4.crate 21463 BLAKE2B b316512f448406d34d749449de2a81068745cd24f34c57d352eead6ffccac3cd97d25218c681a43925e5c416d3bc9821067ca54c4b00b14480e8eca6930f6a4c SHA512 11cd64fd88f5059c334e434287c00ee60f251195084b99aba21dde774ba6b71e2cb80ab0a51f0c7318fe21afb50b52d92e4f9d6465812955793aca529222c8f5 DIST getopts-0.2.21.crate 18457 BLAKE2B 10651e947e49acc768d99ae56ca5a7f37c1f61bbd1674e2ca58e3ae563fd64f3563d53ccdd0ae7a878710a39e13a99ac8c274974157db2c691f8c222de14992d SHA512 5515ae6ccb0f03efb783683f46cfd1755342c4e83bb673ff8914c7f9dea0dae333f8d9703865e992659a359067df0e8b0e2253de0d4b0c7707cbe7d73401bb1f DIST getrandom-0.2.16.crate 40163 BLAKE2B cf95b380a610313eaf068fa210bdb4a9e0b9211321d708f9877cd9e1901df0f6b7f57462a4937da3419c7547ef300291deb5367f4dce4ff776e7f0d9d36dcd8d SHA512 6391d5322f8ce2ea7d14062d378ae2ffad66622afd58b9f1732e5314b27d3a554c8a008f6d0d133640f11d769ac51ea4acd24e40259e14e2ffce93d5c3c1eb1e @@ -175,6 +174,7 @@ DIST leb128fmt-0.1.0.crate 14138 BLAKE2B 6353a2520bb93e0a3cfaade09ffbd8cf981d2cf DIST libc-0.2.183.crate 816918 BLAKE2B d0c26ca25b0808575aa540a5f0f43acaaa5a972269c5f101122538a1733b37b6aac3696a0d7298fe16974b06efb0b92072252eef40b17b977af24cc857963daf SHA512 017986d4fa8c362f8900c1c82c7381066382a7272cfe114243b8d47637d042c87b5ebef7881cf46727e00e541a0a8270a32db694ce8d78372672cf08224a90b2 DIST libmimalloc-sys-0.1.44.crate 451625 BLAKE2B 1100d7d9fa8afe282b05c7c0c7d49552b3be802544e7377b5365eecbade0f85a16c2431294eada05b641d04c0cd1b40e0bd65da3a7ae8f130d51500d81948fa6 SHA512 18de89a1084ed2da37f9ea6357289e40fe95d86e8de2ee4567bba5453c2f622a116473e2baffeb086cdf814a4b7b12f6e05563992b0b88cf939abcc5a2584fc2 DIST libredox-0.1.12.crate 7469 BLAKE2B 93ef90131d6de7b49f1c720f3b01f18856e825479f53fb173fec67d3b2c7d6eea86a8dd4789752dfd8f59b7668be82ba834c662a86c0196181f7822f418f323b SHA512 8206d0cd3faacccb681551d20d9cae977a9fbbb4801aa53daa124633925bae73d1967f6c75ac9718527cd567dc39239a8e97e12e0747bfb3d53b9bb33bcdbc4f +DIST link-cplusplus-1.0.12.crate 8178 BLAKE2B 4705a5241ce7079880de179d35824f8058bec06743b6fe88d282283f037dc6f9eeb05ffc5e334e2ffe6b8d3ceb91810b385ff889952f1e3128dbcdf286143a63 SHA512 ea9fadb4f47de60e7200905f568fc962cd6d2b6fad652f1144ee3f5748874a422e1a3111ba999689f295b7fcc3ef19981d6ea52034ea2759aa23bec355cda911 DIST link-cplusplus-1.0.9.crate 7484 BLAKE2B 4f73807068243aa0dc4b6773c5446fc988154669eb196afca19fe39ffe63627ee705c4ee3cf9cca9628d0bb8fc4cdeb7ef52b41bab810d12721a6ad53d9557ee SHA512 30697093b54ca449135d7a2a963bdd9af61a446472b0f245c87a05bd6eefa62eeebf9cc58cf17aa77ac5f2301b05ae27d13eb50d92ec58fec27303f865261170 DIST linux-raw-sys-0.12.1.crate 3006116 BLAKE2B e23efa27e6052034d41b2149f90d1ee7d6b905808605296ebed66f5fff210c4c18c51ee9c363bd0b93c8e17bc3b70857b594aaf51d44492051291c0e008f8cef SHA512 5cfe8f7e88a2125dda56a3f7a7213fb41cbdb51ddf4f7e44deec21f5b7aa05530e04f67d1b89b9d99d9fb204f27167d8c0e104e6ee6e62a780bcaa679155bb54 DIST linux-raw-sys-0.4.15.crate 2150898 BLAKE2B d1936eb74377d9bfddccef3830b56eb716c38ea3cb7e13b73325dfd00f9fc0df74bae49e4214dd7f27c257403b8b12cd1ef332d53336279d13f7e9497caf4135 SHA512 b5c39181fb6b901abddd8b2e7b449142e2e5691cddadb8e6b74ddc3b53076b1d410522cfa45af68dd18befd24ff12313c2494cf2cb0cf142e2228bfe42014309 @@ -199,6 +199,7 @@ DIST nix-0.23.1.crate 240531 BLAKE2B 8e03f4edbad39a467c1557083cfbbd6eff4b78d5ec4 DIST notify-8.2.0.crate 39067 BLAKE2B 34792d7e0d43dde7ac70158dc3a0059c0cf86cbef9160e8f10a3292581ff866fba5c6cb000212789a47ae083fae0a65ae5180a49b5d40008bb0709b637ca1e0c SHA512 5b68f2437a2798aac5c240a10aac642708ef9ceefd58f448e7d37facd148768080cd3712e352e1736f910b660609753b47d8e00d4c6d0936cc5009c4d32084e9 DIST notify-types-2.0.0.crate 14495 BLAKE2B 4e647ec4682d8cd27b6dede818bb98bd1fbdb6c4d983687057fc1f86e3eb56832d25dc83e7700639e1289da76e3dd987d89648ce438e5869c3236847cd8dc91d SHA512 2364311cb22104a661ee4f0b687777f5887c988a3760162a0b51cece66ce99838bc2224f346994687057fda1e19c01e6b1cf812eb1de8e3aad9667b229f9e5ec DIST nu-ansi-term-0.50.1.crate 28536 BLAKE2B fc259654aca2119c1d913e101b0fe7a561b44ba4a6145d309bec23d82ba5e4db916852acafecb727efc92b5dea1641304b26c383ac07a8796e296bb179eaa669 SHA512 c29735a5e1562776251dbd7337a3e4b68eeb299e86c534feab6478512ca5e167b42ebd32c6c461b71187cd375b8a2f587feb962f1501a656543f1429731a95a2 +DIST nu-ansi-term-0.50.3.crate 29597 BLAKE2B 197e6659d8ab6e059fcf814795edfb015a5aae08071e1d14b919d2b47e2f5c156329f912e0c351db0a084a0cafbfe6882970cf33bb56911aa7e6eea684de514d SHA512 45f5469a7b5d5641fc93ad6953bba8e91d14a511283ba628c2bd75fb05cba6d571ed505d7a43df905eb7725fadcb263a47c3f151bb5d2d7b37fec4fc62f2feb3 DIST num-bigint-0.4.6.crate 102801 BLAKE2B 0460e7dfdbd44b6c68fc8ead6bff4353e549127158dab8bb5d217ee33104fe9ad5f58b63a01d56fffa8d7c4df1a87dcf5b536e436a0ef98dc4418a4690c4cc15 SHA512 19d14a7755de2b559026547d9e3e1775e636781bdfdd418f2e1d962c51411a0973a46d84d0356e30c0f708a7c7b2097926611960043f71391919cab1aeb6aa04 DIST num-conv-0.2.0.crate 7034 BLAKE2B 903495ef172da73d40e6f3f2480b7c6ec4f1a45f05151e2c6ac5676159485270cfae0f48a6326de700fa02b00dc3dcc746681c2a16b072ccd129f2a1cf8e3ded SHA512 5d17b59e4c76ac7732d7d218da18d83dc99fd1f5c396c054d7e40a583a2fc3d15dd9e545d968fea61cdc8a4f7eb2592fd5c02ba734e3361b6ee2686eb9a57fd1 DIST num-integer-0.1.46.crate 22331 BLAKE2B d88c9f84e5d803a3aa8f44dfc1bd6d9b5e336e7cbf47231cb3a7de30dfe263c41c62c586d31f0029459c8c240475cd329b3fce79f355be7643bdccf8d56dcbba SHA512 e27986d91f6c6dc3d5a0900defe28ab5f47905cde3f84d0914b7acee076dca8fec6fdb7b631ac94d3a31eb01ecbc5854e51afc3187cd1abfa21e1bfafdc700ae @@ -238,12 +239,12 @@ DIST prost-derive-0.11.9.crate 19513 BLAKE2B b5da185391df8d21e0800b066ceb42d2132 DIST prost-types-0.11.9.crate 40809 BLAKE2B fae812d78c5199ae8d383f1abe801cd928e7927ee8fe68aa88c4d410471c75781ab859e681f73eb9550f307be3a492880ff5747d3b806dde41f209ffee403602 SHA512 0c163e8c12ad9dfedfe5b6ba13f62f30c57382de2fc9fcca4e6c04114887cda5e8fc5f6e2633624a4d54980f21c3f041d34f05ceb4d7cfa97135293874a3002e DIST pulldown-cmark-0.13.3.crate 154953 BLAKE2B f732e8af5ff90ae77d923ce484f14c710771fc504965a50558f6cb27cf69fdd159eff85f143fe0f167698521ea8dc3bdf1931b040e616f24e76b1d3a6b9ec206 SHA512 8cd256b719c803f5bafe99df8754f518f04c977100e2a786b7cbc35cc1937f1f9595de299868e6fc595e4431ec52b84d4c427844f8852070e00d19057fe8ee32 DIST pulldown-cmark-escape-0.11.0.crate 6719 BLAKE2B 232d5e5efaa6c9b5ba140051e21cbc16b46b32fc40931bf434fe25c24fea5d8a39e47926a6256a826548081e246b4ae36c41c7449a866cdaf60037eb64ee0965 SHA512 b8244d6c93a983bcade5e1ff699f334aa72eb638b7e4d22cc746b713b1d0144e6c1eac243476362a77bfed37a3a13a6315ac8d57920dadee7d2734f4d96023e0 -DIST pyrefly-0.61.1.tar.gz 5535788 BLAKE2B 5fda9c661a621d63fd54d5fcbe03662cb62cea912b975500706ecdb0ef1aea9a468d3520958219569157ec5735a2fd977aa4288cb211f82885353f337be7ea98 SHA512 8e747e9da0bebee322c29d849ea0097a66cfa4903dc0aa94ae5f5954e20b49a7ae6b24466b26e8e81b30fc6919a7bb8c9f32c7708b962c15a396e4a378ceea6a -DIST pyrefly-0.61.1.tar.gz.provenance 9501 BLAKE2B 84164fedf30b8195a4fd1700a0a0524174ab2108112e2c92dcf691231bfc822808af81728e2b61d20926c1dcb407c853a4cad52d39d873a4eea4e6351d8633f3 SHA512 63e545ab9be653023635cca5e94a3fbe97b0c524f038b264c60b51fd7581622779ce26e05d7f01123148732ba6d9db9259afd9e929d3306bdc9e804d1c046906 DIST pyrefly-0.62.0.tar.gz 5537672 BLAKE2B 1349e503934f01e1ada429f0e87fe8a26456e29d74a4041e3cd7c3fe35022c2325c739c6368f11cb162c1d524fcc34c0be82b95f66163833b0115c8a748cc223 SHA512 50ecdda14799b70aa51b501ae068b443ad569e412338fb6214f8d19a6cc1c9f4080a6bab63fd85eeb3d35deb07d2dafa09c778cf74cfd2ed348165417796ac02 DIST pyrefly-0.62.0.tar.gz.provenance 9407 BLAKE2B 60748d373223a05d111cbea42b330980e86720e55f9773d3dce2258f28e93084389d618e7982f7d86951f69de2afc4b79a16be502cb381a8be5ce950bb90ff4e SHA512 46486cb80aaf890f07566be0baac3b8e913897755250af5ee1b4a46f779738ed8bf806ee9491ac09c03db2b03f628657ec56bb158f3cfbdaa59cd73c83e9a9fa DIST pyrefly-0.63.1.tar.gz 5574619 BLAKE2B 9990be6223d6fe10e842713bd9befb88f955edc81fdb9154b18b1913efd419d7c2d7c13ea03ea75bc88c2b58f125ada1655d9cef26de4f161a3982e7276aac1c SHA512 48c59f7447ab88f7cdf70461b9bbe6a3ac413518005ff96fb351157110cca72fa342a51c8196e65f21a2e97af7cc41feaf9c6d973699fb5a74cc8fae73b15526 DIST pyrefly-0.63.1.tar.gz.provenance 9368 BLAKE2B 8cc7a3439d8c5d28c28429487efe267091feccfd890b7b460d12402184af433dc4a9031c77346b54a87b12bec3be3fb5e7fee7d0192ad1820af893083fa854b7 SHA512 f82e970bc4435ec9ff725e33bab57f4c993b523056216fbc45ad78c10e3e16ecc73e5c116e828887a7ba3b56dc89f54b1938d318f8d0574ccc53841061212808 +DIST pyrefly-0.64.0.tar.gz 5678516 BLAKE2B 94506e005e96c1bd5a9e13dc4422d5e243f1bb6e2a3278d58625089db932563f4f8878cab823d10b6d4e85fa38cc3d10d473016fafd3021c1654b88173de0de1 SHA512 61e24a06fb4d33bccf19e6c4f8a1282eac2a1e817bdd82c4570eff9fc8d9e9a7de5e1c3ff0ad0b252706fd328ec6a6dab9d97f57e2b85f7be242a3a29765f1f6 +DIST pyrefly-0.64.0.tar.gz.provenance 9899 BLAKE2B b45c5d39d80dfd3282b7981b898187ee72c145fda50278c2d705be2fd4d21af683dff1203022e75492db35fe96b7edfcec9db66a2c3d4bbf2a40aa8f4a9473d3 SHA512 e366ab9f44001051a5eeb0122cfbb49a7ade06b00eccd3ca4dead2bf3014c2c78814cbb4ef55eeec1e1f9b6cf7187367a885f11534bf71a46d31bc12b6a49895 DIST quickcheck-6ecdf5bb4b0132ce66670b4d46453aa022ea892c.gh.tar.gz 29222 BLAKE2B 6ef1d6f2fb27f382c78691a952363d5a4263a20f85ba19cba8010b5d7ef6d862f7f5f5c0cb88949a59e81143ba3aeaa4fd2e4cda7371de771ef8f5ca3a5c0d3c SHA512 e52a65947432f3a92d47c54df3645a1b3aa721b74c1357281d9d06c56b85e816794082dfaa1f2f9de2239fa156e2eb18003c6ca4fe3b13fcec4dd90a157aadb1 DIST quote-1.0.45.crate 31564 BLAKE2B 1b2c2c3e6ebabfe10affa4c43ca0bfd1f52d8fd49e1df463e13e63a82de41272089c8e09e4c02e8a33cfee768ace26d4d42a50752de8fb5a776c59806139ad5d SHA512 df96ede01ebd0ed642b758bf1d0862d0e116fc2b3343e14edb657ce5438ccabe743dec4a0a40de4dee98c134d169af9aba459faadf9c7a832b26377e755d49b0 DIST quote-use-0.8.4.crate 3067 BLAKE2B e60ff6700aceb55275013c5cb12f5d6b358879d31173d32aa40d3cc07bfdef26ff70a441e6c56719a43aff527dbc46558117380a0a5ba3a51bc90adcd6eba610 SHA512 eb14fc2fa9f63ab7c544eba0f0de36516896d7389c9bbef82ca4ad9343c720261943d512d04f195989f8fd4347ec169ad400a96ab8d36e9ccac7567b2f22d19a @@ -260,7 +261,6 @@ DIST rand_core-0.10.0.crate 22778 BLAKE2B f27a8bc7d691a0f738fe5ae39aec1741f39cee DIST rand_core-0.10.1.crate 22833 BLAKE2B 2fb3972c7a83060afd88e3e1c97c26ac2236222c02259b421109406047fa7599e3408db34d22037eac42887d129692d163b5466190c87cb18b97ea6e12f1ea6b SHA512 7095ef3932cb731fd52a18208100aa01e27cc66aaafd933b70444158258ab2e9542ef0f1d0564f2db8846da597c9b4be5a3c0f865e68607b7d1725582282b94d DIST rand_core-0.6.4.crate 22666 BLAKE2B 8b6b66d50aade877f2779c006f8038db450f808c66d73d79efa66c4178dc03db06f12201bf0e7930181c4b0f4030c49b20cce6eb7839763cf2217cad9710789a SHA512 36c67eb845aa2ccca49d6d680f28d418229bbc5a050729e487fe6b9f9f384fdd7b8d67fc6508b90b79ffb3c26688e72feceb3ecae57d3d7f59338aeb62296f79 DIST rand_core-0.9.5.crate 24129 BLAKE2B b259f980ad82cce5d7871d7d72adceccdf75348c9adc628308cede24b603df4c1978fcb9976574d99d1024207bd496df6359a998f7a6f1b235d3f16fd8556252 SHA512 0ae54e2fdc0fa8f6a2dd46fe29de26ac397b9f5c805424b3d06e467cf1d09762d66c7eb07ada74adb64ced326f15d4f415e665979d5de2b3f8e8cc1196547c56 -DIST rayon-1.11.0.crate 182470 BLAKE2B 40a21dac636e7a652d62d9db520bc50a7a0019f0f96aec6a9002dffdef3d7ee0b2a323e4c3022e5cbaa22efe52bc72573bcfc7d399dffc853bec08190ea4eab6 SHA512 24238ba604099b3e58282b7338ccc63e52621e329ac908d7f3799c632f4ff97ae305a5b361479d4d7d0f09b76f49ab3b75c4187c41542caaca0575d51c299d2c DIST rayon-1.12.0.crate 183391 BLAKE2B 97807936988b73fcd72574a9677ce0364e67f5932cab13e137bb3d285a14c366d767bcb7d1fad9733be7b022c2bfef7eb8131555966470d53f41b85414915557 SHA512 adad1851620e8f4652449aeb110c62741d454818910cb6aebc2bdf71672b8b3e1371a0045b1e2d8faf2a1a638558220fd2b7e3dd3a7b8178441dacf2d0bce2cb DIST rayon-core-1.13.0.crate 73151 BLAKE2B 31112b2f4ff2a0607daced97e234c6cad1356c79d21c7493f3b19b2747083eca85709d5548c9214bb5186a7e2e5fe0def27c45d69d597cac976bb0956da2aa70 SHA512 dce0adda8f5858d351f628f50168d9097ecca437b77fc0c63ad18fb8b3fcc87f2f513cbcbf57606862e30e81f293a05d245073be75292d1a536d6a4d3e2edb9b DIST redox_syscall-0.2.10.crate 23582 BLAKE2B 7253dd96415e7b70df488c208d86c250c670b1245ac6573a59085faabbde9e33fabfacd233e7d737e365493db14008c180274b41ea0a4af5f6f98eec666a873f SHA512 ef012eb4bffe32119e50ecdbef4cc31f6e84a344e94f026484fe4e2c904f94053a8b6249fb6bd8ada31b3ecfbf0096085283bb68aeb62b1b01b57f35794aee92 @@ -270,7 +270,9 @@ DIST ref-cast-1.0.25.crate 15192 BLAKE2B d38a9cac7cc2253b8892e2dcda3224ed637713a DIST ref-cast-impl-1.0.25.crate 10167 BLAKE2B 0b648a9d54300e309214d8061f017d8c344eaf5be3623a361dc3d7dea687daf59ee09fb3c21c955a9fd9da44910d19f0b5a7b515a8877428d24369f6d21aacc4 SHA512 c79cb5a1338796e037927e99a9201738cf2a2ebd1983d120828569644c60fb5a3444c2eee830093b166af6734fa8ba649082e523170d840b9e8a548341fc3b70 DIST regex-1.12.3.crate 153392 BLAKE2B 30f272fc2cda1e36219dfccf0338edacceb5bfada7ac81dd01429661b01b0fa72f6bb343e753e2388251aa0aadc0b5cf61e07670020c9ab351f418c23653ad47 SHA512 73ea9581c861490ad4c8c767c09f1f39be525f4298f5b19ba7b658dfade4c91f7ffd170214382ef4694855c0a48a4db57c39b75d8fa6a9312b07409170c66000 DIST regex-automata-0.4.13.crate 625250 BLAKE2B e8682eff5df93737430a783cd913265dd45a9692fc4623a956557cd7d6553f34eff731f6f3ec5fed5c0dc6b7f8f31236203ad9f459a998fede053d990d9faea6 SHA512 f76939dc573a88d17b4cf37fedfcdf95202171ca8607374a5c2bcdc515abd1ef9231376175c6cf11cc567eddda34e0c5f90ed1c592f2c5efbd1dee883954a932 +DIST regex-automata-0.4.14.crate 618012 BLAKE2B f12b0f1e59d32711c113f5f2157a4e1dbd05095c386f0e104ef3d551cf029d0c3346d09f54d5b8a8bdc557ab4d91ab80a224d81b3c522b3c64ad1566972c46cf SHA512 58f8e7c41f71c1df50fc2f4e70ea7f5ab762170494497541b9a09076058f94a799b6fc4da13c40fc26a2f1a0b650b499cb9830338152e96a24e3a32b4994a5e0 DIST regex-syntax-0.7.5.crate 343366 BLAKE2B af07596e45e3525ffd253d6070ddad08dffc8f0409ea14843a135646da8b37a7a568c12ede809d9fa47eec2329f68da7a3b3c0e0cabfa200de64affe6ecefee3 SHA512 6388dbf68c8c86d8a5bd8cfb13a86e9ab2da1a339fd607c1a16848f85dd21c85d744d694c7b918954ea27eeefc90b589926c9da464343fb78ab639a5e2925efd +DIST regex-syntax-0.8.10.crate 358781 BLAKE2B fc7961b2c6e4d297f4dcc73cb3f6a82d7d9bf964808beacc86ec8c73f7b572f3d8c7503ccc4441a2d6283b8cfbbbfc49140b31207b5aeabe5a60c8870460c91e SHA512 ca9c36c963c81c2fa36e1105cdd193a9b99ee259de1765e6e8010fb4091e49ac100e2ba0cd117adb0890b32e74421581dd6397eb896772168c6eae9da0a938c3 DIST regex-syntax-0.8.8.crate 359141 BLAKE2B db4a6a76dfd7d2619fffb7fddd8a82411afad16bc8b1a8501628e872c9b3e0a4fe71947a135900442590b944a623c5e9253e36bab865703bd5b5150aa2a65e51 SHA512 337ca84af81f2c5cd7d213e3ad96a1facba2917f135c4c1ef03571160d24e4ae47186ad07e421a7a4ff0baadbe95d34365e69400f3c36ef39ebeb3e7c14224e4 DIST relative-path-1.9.3.crate 22400 BLAKE2B c6bd04b060013de042079a741a864150632c02cdc493ca1cfd746bcc12f6ad903f8f0748ec68261c979d833089c0fc091f7c9da2b2936e8f75dad8d4638a7b10 SHA512 fd5c88d370865870570859a110245e009eba557225e4297783a606227b13b42abf0c7e69a4beb5093a5a9dabac1545afd988f4c831abe912c21ccd8013c30382 DIST ruff-474b00568ad78f02ad8e19b8166cbeb6d69f8511.gh.tar.gz 8416527 BLAKE2B ed62c56625d69655ed06163710a3c1fa9c8398252605f12cbe089f0b32c0b6c028033b057994ef9feee136786c9fb449df75e027880779b6460371fc7c1ae743 SHA512 868d53980c56f1b0f0013a5c9ba85e370cae11ff6a748780c2070e8acf3cd44d278230e255c5f4f85b4bc9f1cd40300e9af3fbe154ce975efdb216670c153224 @@ -287,7 +289,6 @@ DIST schemars-1.2.1.crate 94403 BLAKE2B 428d5b2956848ae7549e488b120cd87e6ace83d1 DIST scopeguard-1.2.0.crate 11619 BLAKE2B 8b7e9ed6cefef9ee55407fb9690d57a2a98bb93e5105aeebdb475a52485e9e185255249e1dce8f83cd80534e7402d485aac3efa7e8493b13135de27550cd4bc4 SHA512 6247719a15fe1e4e2d179127b9a934bd2f99367724f41175ed9522f58824b6bc69b35002eae66b35880375ff61d77ac43ddaa78cbde7160a35183a1da32d3fbb DIST scratch-1.0.6.crate 7974 BLAKE2B a8cd0ed8c98955f55f2512bfca4e392830fc0b29b457baeee62683a9759823baa1828f1e4e4b698f4b7ff565bb91966d658bd9f6ca538e4ce576798245544d72 SHA512 84a590aee128b25f7e7bcb89e7755feee76dce4ea5c252bd47990c9d5b2993c031dc19f8c3b259c4f96c2355978091da2364de646ab51659cde3bf4b329d6194 DIST seahash-4.1.0.crate 31976 BLAKE2B f553bcff7af9da9b024efd8db4ec8cbe4100dcf4ccd8f627c724fe4a34b678ef0be8da44e92ea55c4622b9f9f37228792a22c8bcdd54e652ca926eb3c7d37655 SHA512 4d9111dd2e491c7f6d49e0b79a3c23628c02d6603ac46e88ed137ca737830003b549ccb38087679de2cf0b02a53065b89f8d79e0ac9ddb66844d970cc6383f8b -DIST semver-1.0.27.crate 30081 BLAKE2B 760cd2994baba2ab8d63656b39f281304b309152cb3c576a0cf31ebf57294bdb6a10ad73e61f974688b0dd80490e0f4da004f3396cb6988bc90af8eee0961ed9 SHA512 8492a2ce5adf32cf6183d03509766f169b323a9376b061c9659a8752f69de5f45f7c64f474fa907fd9261fe3e9a7691a39c8a603d0c2e8d9484f5946bc27d78c DIST semver-1.0.28.crate 33064 BLAKE2B 03bb56f4f0ec6f4cb208277500eba03cc81a7b2a115d64849b2d154066f723d46f8625df7c512cfbb2e402a36cbc5a1627e8041ac2de92daacd4a92a6943979c SHA512 bb44373e60fccb83bc95e4277ea0abdd756a3f77b3334cf6d6b5fceac086910661ab94eb326cdc8fefce0c09220933bdf03bfd142c1594a92c9c1e4e931114b7 DIST serde-1.0.228.crate 83652 BLAKE2B d1909d671ea6d5c2eb4ce34ee4493ecaf665d416111b4cac754b5d33b85f916296110bae7aa961efd987a2ceb4a31ba645752ce99dd28dedb9f1eecdd4d7b1b2 SHA512 9b645d6214203533b303fc5e88ad4f7686c22df084878d18a0209a92304a340fcb62fdde88a7080cf7a7348d47b9b363885c4e1da90dba08cc99ff620f375e97 DIST serde-wasm-bindgen-0.6.5.crate 21098 BLAKE2B 34b7a66752422c21031fb21202c8405c43a1e6758eb067b4fafeb24f812280e70bf16c27bbcfa4b4b5723e369bca81e42020677787a79277f32f71eaab6822fd SHA512 c457b1e8c83760d94eaf8eb49169cd620cc1fd8246af8953503c2bea9c4ae916f3de3b9070bfd4102a713f8d843b6ee96404e27b21a48c589b444aae0f9303b1 @@ -373,9 +374,7 @@ DIST unit-prefix-0.5.1.crate 7627 BLAKE2B 73c1cfe0c8736556700ae374de1004832d3c5e DIST url-2.5.8.crate 86512 BLAKE2B f289265720ff9243a27c371a938abd00e2c458a440e6ffc30cb0fb0ea4aae4a6b82eace80c3655a9dbfdf2c9428a10844cb3fe6299cd8820e86a13e5cb078d8a SHA512 5848b47d63ae9c195fd5f82bd8333c53cb399f383240e84a606c486d3dbb37db4e268b01a147deb8cdf5bc534a4ebc7b11391e73f81dc3ea3ad7254507ac0c6c DIST utf8_iter-1.0.4.crate 10437 BLAKE2B 1e7a8b9241ebbb62cb497542b970473780f735010a0af900771a43abceae4e7f362d21d4f79f7c00630e4549400875ea17574b2cbe4f5ea19e8ed428e3b5577d SHA512 a72671995b3eb295581c60dc632e4a25ba257227fb5d58a8bec322428b6d69529bba79a6f02b8e7ee6698b7779d9d6695f5badad73e07c254b00c9d6256c9090 DIST utf8parse-0.2.2.crate 13499 BLAKE2B 095b5d219ab8ff04c06fd6303e03d913ae36a57845f0b2ca3217a40e31a54cb0fb5ecedbde165d28f5f60f1553d8252986d7098fa83befc84a7cb20bf3b76144 SHA512 f3dbf78fe924f1dc3cf9498b6e43fb10174699463f31091a7a8136d8f31ec84fc00e80e3d8551b7e86257e8b3573cfddb56fc0de797fdb2cde0e962a8f239266 -DIST uuid-1.23.0.crate 63006 BLAKE2B 77bcbf3c658f0bb5d09bed862b9a8720110d62094a2bf9065ab8f98e6c458e4213767a9152280bdd71941eae7077036deae56adbcdddc14fdcbbac4cbd030061 SHA512 60e476dcbc407a0447f362ee019abb128c0441503e0adacdcac5685ecc16aa680faa575b25fcce147e9c49bfb5b8fa04964a25c5d7e4e9870e0078bf8f18fabf DIST uuid-1.23.1.crate 62932 BLAKE2B 8ff58079d6a1eacf2d1baaf1dba6ca5c5da84768a27e2f7f1f9843f6057ed634843ad96a6797b4fdee5a01716ebade8b99433a9b9b3dad794bb9a26d93c81059 SHA512 7f9222285c9e6635d9ed0b03ae945c2037bd7f7486bb05214355c19eb3fc0f7685b3f6b3bb58e158e1dd26cbf4772af7180420305f2ff001a69e90ea6f2c428e -DIST uuid-rng-internal-1.23.0.crate 4054 BLAKE2B e76d67da38832203ac0e282ddd19c3f31a3c0fa6b64f429f1b35666ce94a0003c89b27fb7e4615916d41a0261a3f6008f834ca1f372f4112f74c5398c4ddfb13 SHA512 e7d2ff63239ce333be811757510b9300180842843100c1527079cdfc21420829c21a6e85a2520264952663e3686a7d2f7424671bea67637ead0839690f0b3a42 DIST uuid-rng-internal-1.23.1.crate 4053 BLAKE2B fe6c030ca6a667ade56217be339a8057c1b6c4a5badcefef5919ae90e692397905e58c50ba7b4a804ac464a79d71a9c9afcbbfbe433aee57c855271ad637a23d SHA512 997f8b87fe94709f52f24e18179768739754abdd04b1e75cccfd3656506f748d95c1a7e6162d34bb3cf5855e6d44843d35b04aa24a3e0ac0e0780d85709e4844 DIST valuable-0.1.1.crate 28679 BLAKE2B 33a68f81cb0448fa737fd7416f2dc1f0e4f171851692e5f759bc375ca8ffbe6eb53912823a59da44228029d379729b669e8213f00928c9b1a182c5d26c0de8bb SHA512 d8a4bffdc8a166d1ee11b87dd91cd68e5c898916b14db7039ad2faaad34f4bfef76f3fc3d17d6e7bf05e495778f7c9d5223fbf45331bd114f93fb6ec950eadbf DIST vec1-1.12.1.crate 34165 BLAKE2B b941fa0077ff3757eda77f3b295fb505881c10de6a340888ace26a537f913af55a17622947e0d7bb47e7080c4b361fef5e6e0015fe9fd20ad0f4e52a1278bb24 SHA512 4029c43c0bc0c72747954fe64684f33092693bb1bda6b59118d0edd460f1927e849817c27ae71200e5ff2312fbaaf8000edc17dd542a33d3948cf1ad9c9a1e85 diff --git a/dev-python/pyrefly/pyrefly-0.61.1.ebuild b/dev-python/pyrefly/pyrefly-0.64.0.ebuild index 37bb9441230e..7ca0665eee25 100644 --- a/dev-python/pyrefly/pyrefly-0.61.1.ebuild +++ b/dev-python/pyrefly/pyrefly-0.64.0.ebuild @@ -38,24 +38,24 @@ CRATES=" backtrace-on-stack-overflow@0.3.0 base64@0.22.1 bitflags@1.3.2 - bitflags@2.11.0 + bitflags@2.11.1 blake3@1.8.2 block-buffer@0.10.2 bstr@1.12.1 bumpalo@3.20.2 byteorder@1.5.0 bytes@1.11.1 - capnp@0.25.2 + capnp@0.25.4 castaway@0.2.4 - cc@1.2.57 + cc@1.2.61 cfg-if@1.0.4 chacha20@0.10.0 chrono@0.4.44 - clap@4.6.0 + clap@4.6.1 clap_builder@4.6.0 - clap_derive@4.6.0 + clap_derive@4.6.1 clap_lex@1.0.0 - codespan-reporting@0.12.0 + codespan-reporting@0.13.1 collection_literals@1.0.2 colorchoice@1.0.0 compact_str@0.8.0 @@ -79,6 +79,7 @@ CRATES=" darling_core@0.23.0 darling_macro@0.23.0 dashmap@5.5.3 + dashmap@6.1.0 deranged@0.5.5 derivative@2.2.0 derive-where@1.5.0 @@ -96,7 +97,7 @@ CRATES=" equivalent@1.0.2 errno@0.3.14 faster-hex@0.6.1 - fastrand@2.3.0 + fastrand@2.4.1 filetime@0.2.27 find-msvc-tools@0.1.9 foldhash@0.1.5 @@ -117,10 +118,10 @@ CRATES=" fuzzy-matcher@0.3.7 fxhash@0.2.1 generic-array@0.14.7 - get-size-derive2@0.7.2 - get-size2@0.7.2 + get-size-derive2@0.7.4 + get-size2@0.7.4 getopts@0.2.21 - getrandom@0.2.16 + getrandom@0.2.17 getrandom@0.3.4 getrandom@0.4.1 gimli@0.32.3 @@ -151,7 +152,7 @@ CRATES=" ignore@0.4.25 index_vec@0.1.4 indexmap@1.9.2 - indexmap@2.13.0 + indexmap@2.14.0 indicatif@0.18.4 inotify-sys@0.1.5 inotify@0.11.1 @@ -160,7 +161,6 @@ CRATES=" is-macro@0.3.6 is_terminal_polyfill@1.70.1 itertools@0.10.5 - itertools@0.11.0 itertools@0.14.0 itoa@0.4.8 itoa@1.0.18 @@ -173,7 +173,7 @@ CRATES=" libc@0.2.183 libmimalloc-sys@0.1.44 libredox@0.1.12 - link-cplusplus@1.0.9 + link-cplusplus@1.0.12 linux-raw-sys@0.12.1 linux-raw-sys@0.4.15 litemap@0.8.1 @@ -195,7 +195,7 @@ CRATES=" nix@0.23.1 notify-types@2.0.0 notify@8.2.0 - nu-ansi-term@0.50.1 + nu-ansi-term@0.50.3 num-bigint@0.4.6 num-conv@0.2.0 num-integer@0.1.46 @@ -220,7 +220,7 @@ CRATES=" phf_generator@0.11.1 phf_shared@0.11.3 pin-project-lite@0.2.17 - pkg-config@0.3.32 + pkg-config@0.3.33 portable-atomic@1.13.1 potential_utf@0.1.4 powerfmt@0.2.0 @@ -238,24 +238,24 @@ CRATES=" quote-use@0.8.4 quote@1.0.45 r-efi@5.2.0 - rand@0.10.0 + rand@0.10.1 rand@0.8.5 - rand@0.9.2 + rand@0.9.4 rand_chacha@0.3.1 rand_chacha@0.9.0 - rand_core@0.10.0 + rand_core@0.10.1 rand_core@0.6.4 rand_core@0.9.5 rayon-core@1.13.0 - rayon@1.11.0 + rayon@1.12.0 redox_syscall@0.2.10 redox_syscall@0.5.6 redox_syscall@0.7.0 ref-cast-impl@1.0.25 ref-cast@1.0.25 - regex-automata@0.4.13 + regex-automata@0.4.14 regex-syntax@0.7.5 - regex-syntax@0.8.8 + regex-syntax@0.8.10 regex@1.12.3 relative-path@1.9.3 rustc-demangle@0.1.27 @@ -271,7 +271,7 @@ CRATES=" scopeguard@1.2.0 scratch@1.0.6 seahash@4.1.0 - semver@1.0.27 + semver@1.0.28 serde-wasm-bindgen@0.6.5 serde@1.0.228 serde_bser@0.4.0 @@ -291,8 +291,8 @@ CRATES=" siphasher@1.0.1 slab@0.4.12 smallvec@1.15.1 - socket2@0.6.1 - sorted_vector_map@0.2.0 + socket2@0.6.3 + sorted_vector_map@0.2.1 stable_deref_trait@1.2.0 starlark_map@0.13.0 static_assertions@1.1.0 @@ -320,11 +320,11 @@ CRATES=" time-macros@0.2.27 time@0.3.47 tinystr@0.8.3 - tinyvec@1.8.0 + tinyvec@1.11.0 tinyvec_macros@0.1.0 - tokio-macros@2.6.0 + tokio-macros@2.7.0 tokio-util@0.6.10 - tokio@1.50.0 + tokio@1.52.1 toml@0.9.12+spec-1.1.0 toml_datetime@0.7.5+spec-1.1.0 toml_edit@0.23.10+spec-1.0.0 @@ -351,8 +351,8 @@ CRATES=" url@2.5.8 utf8_iter@1.0.4 utf8parse@0.2.2 - uuid-rng-internal@1.23.0 - uuid@1.23.0 + uuid-rng-internal@1.23.1 + uuid@1.23.1 valuable@0.1.1 vec1@1.12.1 version_check@0.9.5 @@ -441,11 +441,11 @@ CRATES=" declare -A GIT_CRATES=( [backtrace]='https://github.com/rust-lang/backtrace-rs;df979dcf80027eb047d7bb9e0874710c15009f31;backtrace-rs-%commit%' - [cxx-build]='https://github.com/facebookexperimental/cxx;870ebbecad0f6be394d4f9fb9bd62b551662651a;cxx-%commit%/gen/build' - [cxx]='https://github.com/facebookexperimental/cxx;870ebbecad0f6be394d4f9fb9bd62b551662651a;cxx-%commit%' - [cxxbridge-cmd]='https://github.com/facebookexperimental/cxx;870ebbecad0f6be394d4f9fb9bd62b551662651a;cxx-%commit%/gen/cmd' - [cxxbridge-flags]='https://github.com/facebookexperimental/cxx;870ebbecad0f6be394d4f9fb9bd62b551662651a;cxx-%commit%/flags' - [cxxbridge-macro]='https://github.com/facebookexperimental/cxx;870ebbecad0f6be394d4f9fb9bd62b551662651a;cxx-%commit%/macro' + [cxx-build]='https://github.com/facebookexperimental/cxx;d98f6c434f8e6a018533c31a7a4cf7cdc7252210;cxx-%commit%/gen/build' + [cxx]='https://github.com/facebookexperimental/cxx;d98f6c434f8e6a018533c31a7a4cf7cdc7252210;cxx-%commit%' + [cxxbridge-cmd]='https://github.com/facebookexperimental/cxx;d98f6c434f8e6a018533c31a7a4cf7cdc7252210;cxx-%commit%/gen/cmd' + [cxxbridge-flags]='https://github.com/facebookexperimental/cxx;d98f6c434f8e6a018533c31a7a4cf7cdc7252210;cxx-%commit%/flags' + [cxxbridge-macro]='https://github.com/facebookexperimental/cxx;d98f6c434f8e6a018533c31a7a4cf7cdc7252210;cxx-%commit%/macro' [displaydoc]='https://github.com/yaahc/displaydoc;7dc6e324b1788a6b7fb9f3a1953c512923a3e9f0;displaydoc-%commit%' [lsp-types]='https://github.com/astral-sh/lsp-types;3512a9f33eadc5402cfab1b8f7340824c8ca1439;lsp-types-%commit%' [quickcheck]='https://github.com/jakoschiko/quickcheck;6ecdf5bb4b0132ce66670b4d46453aa022ea892c;quickcheck-%commit%' @@ -477,7 +477,7 @@ S="${WORKDIR}/${P}/${PN}" LICENSE="MIT" # Dependent crate licenses LICENSE+=" - 0BSD Apache-2.0 BSD-2 BSD CC0-1.0 ISC MIT Unicode-3.0 + 0BSD Apache-2.0 BSD-2 BSD Boost-1.0 CC0-1.0 ISC MIT Unicode-3.0 Unicode-DFS-2016 ZLIB " SLOT="0" diff --git a/dev-python/python-lsp-mypy/python-lsp-mypy-0.7.0.ebuild b/dev-python/python-lsp-mypy/python-lsp-mypy-0.7.0.ebuild index eece37173482..08ec15193491 100644 --- a/dev-python/python-lsp-mypy/python-lsp-mypy-0.7.0.ebuild +++ b/dev-python/python-lsp-mypy/python-lsp-mypy-0.7.0.ebuild @@ -23,7 +23,7 @@ S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64" RDEPEND=" >=dev-python/python-lsp-server-1.7.0[${PYTHON_USEDEP}] diff --git a/dev-python/python-pskc/python-pskc-1.4.ebuild b/dev-python/python-pskc/python-pskc-1.4.ebuild index 8596e36f7be3..9d74eaa44970 100644 --- a/dev-python/python-pskc/python-pskc-1.4.ebuild +++ b/dev-python/python-pskc/python-pskc-1.4.ebuild @@ -20,7 +20,7 @@ if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://arthurdejong.org/git/python-pskc" else inherit pypi - KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv" + KEYWORDS="amd64 ~arm64 ~ppc64 ~riscv" fi LICENSE="LGPL-2.1+" diff --git a/dev-python/scrapy/Manifest b/dev-python/scrapy/Manifest deleted file mode 100644 index 37c0254c0e7e..000000000000 --- a/dev-python/scrapy/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST scrapy-2.12.0.tar.gz 1210998 BLAKE2B f0bd637ac4182de4573d37fb6db8ee26aac20eeb9ded6d255a9abe246014a100e1ba567e80f64279d382954e18bab7af165a69f2a7732619b2e4369693ea8d1d SHA512 3d733d2cb858e0f6201d08e5e6388667155a3e9746cca6887652b1ce514d803da8c6523d1bba27d451a5e4337fc191983de46c2ad8e6a6b0479f38ebfa1ad3b1 diff --git a/dev-python/scrapy/metadata.xml b/dev-python/scrapy/metadata.xml deleted file mode 100644 index bb95b5e2e271..000000000000 --- a/dev-python/scrapy/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>gentoo@aisha.cc</email> - <name>Aisha Tammy</name> - </maintainer> - <upstream> - <remote-id type="cpe">cpe:/a:scrapy:scrapy</remote-id> - <bugs-to>https://github.com/scrapy/scrapy/issues</bugs-to> - <doc>https://docs.scrapy.org/</doc> - </upstream> - <origin>gentoo-guru-overlay</origin> -</pkgmetadata>
\ No newline at end of file diff --git a/dev-python/scrapy/scrapy-2.12.0.ebuild b/dev-python/scrapy/scrapy-2.12.0.ebuild deleted file mode 100644 index 1e2616e7af96..000000000000 --- a/dev-python/scrapy/scrapy-2.12.0.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..14} ) -DISTUTILS_USE_PEP517=setuptools -inherit distutils-r1 pypi - -DESCRIPTION="A high-level Web Crawling and Web Scraping framework" -HOMEPAGE="https://scrapy.org/" - -LICENSE="BSD" -SLOT=0 -KEYWORDS="~amd64 ~arm64" -IUSE="test" -RESTRICT="!test? ( test )" - -# The 'PyDispatcher>=2.0.5' distribution was not found and is required by Scrapy -# https://bugs.gentoo.org/684734 -RDEPEND="dev-python/cssselect[${PYTHON_USEDEP}] - dev-python/cryptography[${PYTHON_USEDEP}] - <dev-python/priority-2.0.0[${PYTHON_USEDEP}] - dev-python/h2[${PYTHON_USEDEP}] - dev-python/itemadapter[${PYTHON_USEDEP}] - dev-python/itemloaders[${PYTHON_USEDEP}] - dev-python/lxml[${PYTHON_USEDEP}] - dev-python/parsel[${PYTHON_USEDEP}] - dev-python/protego[${PYTHON_USEDEP}] - >=dev-python/pydispatcher-2.0.5[${PYTHON_USEDEP}] - dev-python/pyopenssl[${PYTHON_USEDEP}] - dev-python/queuelib[${PYTHON_USEDEP}] - dev-python/service-identity[${PYTHON_USEDEP}] - dev-python/six[${PYTHON_USEDEP}] - dev-python/tldextract[${PYTHON_USEDEP}] - >=dev-python/twisted-18.9.0[${PYTHON_USEDEP}] - dev-python/w3lib[${PYTHON_USEDEP}] - dev-python/zope-interface[${PYTHON_USEDEP}] -" -BDEPEND=" - test? ( - ${RDEPEND} - dev-python/botocore[${PYTHON_USEDEP}] - dev-python/defusedxml[${PYTHON_USEDEP}] - dev-python/pexpect[${PYTHON_USEDEP}] - dev-python/testfixtures[${PYTHON_USEDEP}] - dev-python/uvloop[${PYTHON_USEDEP}] - ) -" - -distutils_enable_tests pytest - -EPYTEST_DESELECT=( - # these require (local) network access - tests/test_command_check.py - tests/test_feedexport.py - tests/test_pipeline_files.py::TestFTPFileStore::test_persist - # Flaky test: https://github.com/scrapy/scrapy/issues/6193 - tests/test_crawl.py::CrawlTestCase::test_start_requests_laziness - # Missing dependencies - tests/test_spidermiddleware_output_chain.py - ) -EPYTEST_IGNORE=( docs ) diff --git a/dev-python/urllib3/Manifest b/dev-python/urllib3/Manifest index c6286e3579dd..b209d1bf7ebf 100644 --- a/dev-python/urllib3/Manifest +++ b/dev-python/urllib3/Manifest @@ -1,5 +1,3 @@ DIST hypercorn-d1719f8c1570cbd8e6a3719ffdb14a4d72880abb.gh.tar.gz 156216 BLAKE2B fcb5f49653401e6e4079e1c770d3cd407602d4d6764437b735bd4ec04191dec59cdc930822fa2aff726ee25cddd0f71fd457dedf31026bff1da121d93af8b768 SHA512 62d6787d88a2e716f0ac04fc49f6cdc586e473a660ee754ff66961922ae78bcc75d1f78b091e78557dd60f006e8e480114738c7b4ff71beac804e4fc9603240b -DIST urllib3-2.6.3.tar.gz 435556 BLAKE2B 9e8cd91390da4ba0b71aa357735c25cd59f1509293a71d5c382a1e9b973c10158f0774b4da9e9dcf13932bdaeddff07ea67242bb92a981855e5d7afec153d629 SHA512 663c83a78908dac9bb05c7ac833183c2fdc2969d0662d21dd8751ba13c51880ee264f7804760f33ebdabfd1c1f04a5d44171a420396de6ae582f9789801b141c -DIST urllib3-2.6.3.tar.gz.provenance 9346 BLAKE2B 2b2cd838678933a5faa513e6974627f073826107d293e09354508f651c536bb63fe065406e1d8b845b933ee5db97b9e5a50ddb0417c52accab6e5367451bb507 SHA512 bb734fa663a6ff50bda97d2956825ef8eae3b0959f045f15f8b816881677eaa17eea8d832926fc664ee9398c33731d3917814617b32dfb7f40776cb6e69cd408 DIST urllib3-2.7.0.tar.gz 433602 BLAKE2B 2a74917dbcca8a30cd0e202c6c4d1b2cb096b6466b4c7c4d7a11d74205f971cea41aac5628ea8d69cfd99f1a0ac1aff4221119cddcf53449e8271bc4d50e6abf SHA512 6f75e5873f18301de37c0d7f17c726b21c9928f2fe9ec58d843f1172b80be6eb05117bdf7af27dd7eb1ab0175a94e0f49cde01d8d8919f61de8710e163fabc03 DIST urllib3-2.7.0.tar.gz.provenance 9499 BLAKE2B 86eb7207644c7f94a76f8818927d4e2301648c4bde0acc029f95ddf40ae3b777ad6149ca8fbfa51de26493c6c3987d99ddfb90df101c4e5eb1d3c85ddf101134 SHA512 25447cda48b206b5a351c9295771111bc0e61d53fb878a3735ac1d7c6a333df863b396b215a9bbc3a7821b368738aa3f5bbac7dbc67e617c354ff977e3432743 diff --git a/dev-python/urllib3/urllib3-2.6.3.ebuild b/dev-python/urllib3/urllib3-2.6.3.ebuild deleted file mode 100644 index 95ded3d81f90..000000000000 --- a/dev-python/urllib3/urllib3-2.6.3.ebuild +++ /dev/null @@ -1,107 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# please keep this ebuild at EAPI 8 -- sys-apps/portage dep -EAPI=8 - -DISTUTILS_USE_PEP517=hatchling -PYPI_VERIFY_REPO=https://github.com/urllib3/urllib3 -PYTHON_TESTED=( python3_{11..14} pypy3_11 ) -PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" ) -PYTHON_REQ_USE="ssl(+)" - -inherit distutils-r1 pypi - -# The package has a test dependency on their own hypercorn fork. -HYPERCORN_COMMIT=d1719f8c1570cbd8e6a3719ffdb14a4d72880abb -DESCRIPTION="HTTP library with thread-safe connection pooling, file post, and more" -HOMEPAGE=" - https://github.com/urllib3/urllib3/ - https://pypi.org/project/urllib3/ -" -SRC_URI+=" - test? ( - https://github.com/urllib3/hypercorn/archive/${HYPERCORN_COMMIT}.tar.gz - -> hypercorn-${HYPERCORN_COMMIT}.gh.tar.gz - ) -" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" -IUSE="brotli http2 test zstd" -RESTRICT="!test? ( test )" - -# [secure] extra is deprecated and slated for removal, we don't need it: -# https://github.com/urllib3/urllib3/issues/2680 -RDEPEND=" - >=dev-python/pysocks-1.5.8[${PYTHON_USEDEP}] - <dev-python/pysocks-2.0[${PYTHON_USEDEP}] - brotli? ( >=dev-python/brotlicffi-1.2.0.0[${PYTHON_USEDEP}] ) - http2? ( - <dev-python/h2-5[${PYTHON_USEDEP}] - >=dev-python/h2-4[${PYTHON_USEDEP}] - ) - zstd? ( - $(python_gen_cond_dep ' - >=dev-python/backports-zstd-1.0.0[${PYTHON_USEDEP}] - ' 3.{11..13}) - ) -" -BDEPEND=" - dev-python/hatch-vcs[${PYTHON_USEDEP}] - test? ( - $(python_gen_cond_dep " - ${RDEPEND} - dev-python/brotlicffi[\${PYTHON_USEDEP}] - dev-python/freezegun[\${PYTHON_USEDEP}] - dev-python/h2[\${PYTHON_USEDEP}] - dev-python/httpx[\${PYTHON_USEDEP}] - dev-python/pytest[\${PYTHON_USEDEP}] - dev-python/pytest-rerunfailures[\${PYTHON_USEDEP}] - dev-python/pytest-timeout[\${PYTHON_USEDEP}] - dev-python/pytest-xdist[\${PYTHON_USEDEP}] - dev-python/quart[\${PYTHON_USEDEP}] - dev-python/quart-trio[\${PYTHON_USEDEP}] - dev-python/trio[\${PYTHON_USEDEP}] - >=dev-python/tornado-4.2.1[\${PYTHON_USEDEP}] - >=dev-python/trustme-0.5.3[\${PYTHON_USEDEP}] - " "${PYTHON_TESTED[@]}") - $(python_gen_cond_dep ' - >=dev-python/backports-zstd-1.0.0[${PYTHON_USEDEP}] - ' 3.{11..13}) - ) -" - -src_prepare() { - # upstream considers 0.5 s to be "long" for a timeout - # we get tons of test failures on *fast* systems because of that - sed -i -e '/LONG_TIMEOUT/s:0.5:5:' test/__init__.py || die - distutils-r1_src_prepare -} - -python_test() { - local -x PYTHONPATH=${WORKDIR}/hypercorn-${HYPERCORN_COMMIT}/src - local -x CI=1 - if ! has "${EPYTHON}" "${PYTHON_TESTED[@]/_/.}"; then - einfo "Skipping tests on ${EPYTHON}" - return - fi - - local EPYTEST_DESELECT=( - # TODO: timeouts - test/contrib/test_pyopenssl.py::TestSocketClosing::test_timeout_errors_cause_retries - test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_timeout_errors_cause_retries - # TODO - test/contrib/test_pyopenssl.py::TestSocketClosing::test_socket_shutdown_stops_recv - test/with_dummyserver/test_socketlevel.py::TestSocketClosing::test_socket_shutdown_stops_recv - # hangs randomly - test/contrib/test_pyopenssl.py::TestHTTPS_TLSv1_{2,3}::test_http2_probe_blocked_per_thread - test/with_dummyserver/test_https.py::TestHTTPS_TLSv1_{2,3}::test_http2_probe_blocked_per_thread - ) - - local EPYTEST_PLUGINS=( pytest-timeout ) - local EPYTEST_RERUNS=10 - local EPYTEST_XDIST=1 - epytest --reruns-delay=2 -} diff --git a/dev-python/urllib3/urllib3-2.7.0.ebuild b/dev-python/urllib3/urllib3-2.7.0.ebuild index fe1f76f286d4..29491f5c01c8 100644 --- a/dev-python/urllib3/urllib3-2.7.0.ebuild +++ b/dev-python/urllib3/urllib3-2.7.0.ebuild @@ -28,7 +28,7 @@ SRC_URI+=" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris" IUSE="brotli http2 test zstd" RESTRICT="!test? ( test )" diff --git a/dev-util/codex/Manifest b/dev-util/codex/Manifest index dba0e5b5e18f..a8edc38ecae2 100644 --- a/dev-util/codex/Manifest +++ b/dev-util/codex/Manifest @@ -1,5 +1,5 @@ -DIST codex-0.128.0.tar.gz 7297632 BLAKE2B c92bf9334e4fa219027b38adce1b4800126f30b4153f939ff028c49084e36419ac05fe7cbd244fcfa170b4e0fc0c8143f163fb6878df5666153f806fe33b3124 SHA512 8dbd644ee64bf4c933c6a74e518987aae1366c253f2ca4030cfe0bfee3b64318dee11e49bdfebe2f3648cc3cdf996cbb5e18ee2073d1afb901be32444e536445 -DIST codex-rust-v0.128.0-crates.tar.xz 117138400 BLAKE2B c74cd9a9118ecc2f6fd0739dd2a0e503cb29980468b525918e9fd8c49df0f89c9d185e8a24ba68301d9d4871e7ac736635751ddf3004a113754ffda0908a6387 SHA512 92c116a527bbebe2810b16b9dbf8f373989f65e5b253cf257b2ac1612d9b1731b39786f812526f347b3eee40736ca15d941660e6204527f1cfe923b919aae4ac +DIST codex-0.129.0.tar.gz 7572519 BLAKE2B aae28334af7c72d43457fcc64a927e9acce566e6a548c993aa95ec3d5ca88971eef278c83337652efc5054463d6bd1ffacf5e8e9a6f5d43bbc8aa537b2b365d8 SHA512 c198846228a7bba6ca9ba3c24de0a6bd6d58289550324e6008984b28c4a220328abca9294e95c98d076c052bff20cec9258cade23e1f6b6b137be502d57fb0b5 +DIST codex-rust-v0.129.0-crates.tar.xz 117138400 BLAKE2B c74cd9a9118ecc2f6fd0739dd2a0e503cb29980468b525918e9fd8c49df0f89c9d185e8a24ba68301d9d4871e7ac736635751ddf3004a113754ffda0908a6387 SHA512 92c116a527bbebe2810b16b9dbf8f373989f65e5b253cf257b2ac1612d9b1731b39786f812526f347b3eee40736ca15d941660e6204527f1cfe923b919aae4ac DIST crossterm-87db8bfa6dc99427fd3b071681b07fc31c6ce995.gh.tar.gz 129254 BLAKE2B 414dacc3a682c7a6dc5c9e43f185966255205d18f0522ee7eae73b5f113b4c3ea9b132e6dee81783d4ce160e4bf95aab784cf3601d666265bef4f889d5e46e68 SHA512 9dc7247d081a25d18776c9c0fd7fe3373f372950728b7fcf5ff43aaa6f7d69f11e1dbd91f92991cbe73007eb9e78c9a901b2388c27ddd6898553fdcef7fdaf44 DIST nucleo-4253de9faabb4e5c6d81d946a5e35a90f87347ee.gh.tar.gz 86782 BLAKE2B a812a2d2f08df818ac7b13b800f51c4229ea1f968668b1224fbc1fd82fb4e045f6b2c536ec6d2647a579097efbddaf041f4b7b356107679156aaa3ca5a9d4068 SHA512 354061278efce55defb30b9ee2ef5cdab745ab56d7d113f6f47a8ac174b4215ec6efe15c15bef0e3d907350182c0d189071e9d7d17d40e807d4db5361682f4e0 DIST ratatui-9b2ad1298408c45918ee9f8241a6f95498cdbed2.gh.tar.gz 566574 BLAKE2B 97f09fda6a798afb00067debab30b89d35aa00bfd284d2ef95fd6176aaa680121a8eee9b8dbe605e6230a6e72ead7b5d4e57ddf4892bcfe93f2fcbbafaba88d2 SHA512 b2ab8bcf19cfd649b8fbbc6752b628f69e79b09e8f8258ea9112ce4348dee512d9e718b5310fc73de65239b51b2b1b593942974f9698bd080616ab389093f4ef diff --git a/dev-util/codex/codex-0.128.0.ebuild b/dev-util/codex/codex-0.129.0.ebuild index 2683236460fe..2683236460fe 100644 --- a/dev-util/codex/codex-0.128.0.ebuild +++ b/dev-util/codex/codex-0.129.0.ebuild diff --git a/dev-util/dogtail/dogtail-0.9.11-r1.ebuild b/dev-util/dogtail/dogtail-0.9.11-r1.ebuild index 03a2a9280450..0a21e131185c 100644 --- a/dev-util/dogtail/dogtail-0.9.11-r1.ebuild +++ b/dev-util/dogtail/dogtail-0.9.11-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -42,5 +42,8 @@ src_prepare() { eapply "${FILESDIR}"/${PN}-0.9.10-gentoo-paths.patch sed -e "s:@EPREFIX_USR@:'${EPREFIX}/usr':" -i sniff/sniff || die "sed failed" + # Fix .desktop file, #726038 + sed -i -e "s:Application;::" sniff/sniff.desktop || die + distutils-r1_src_prepare } diff --git a/dev-util/forgejo-runner/Manifest b/dev-util/forgejo-runner/Manifest index 9e792b39ec9a..3ebf70baec0a 100644 --- a/dev-util/forgejo-runner/Manifest +++ b/dev-util/forgejo-runner/Manifest @@ -1,2 +1,2 @@ -DIST forgejo-runner-12.10.0-deps.tar.xz 96811256 BLAKE2B 1dee826ec32c1bc77f9fcb7871b4ee5542ff19e9989724827311538ef2385f7e0593214d6ea0c915ce0a81657ff44c6c1ee044961c21b82df20ff467a32493c7 SHA512 6454bc5bf8e54e2ad7dd1e3bc8c60248eacddd08a42416242db36b967c968e6d7c5f1be46e4e8af0a95e2670f3b27658672809b319984dd1515cf40b63f0b6d9 -DIST forgejo-runner-12.10.0.tar.gz 3526091 BLAKE2B e6eabd4379bfb07b875d406eb7798cac8863ac0f85f33a5faf882307ff22581d68e6802c5b3c8cb10fdd0823cf5f2e516a9f728f810e29909441ba71ed308b79 SHA512 a4385aff462d5753f799bf69b5ec27a899e5786eef2113e63ea83dc42139f3a92f6cda3867ca1c2fe743e06a2b830850673d759284bd2426f807842609538237 +DIST forgejo-runner-12.10.1-deps.tar.xz 41920120 BLAKE2B e4e9fce749a097a5883e67c2ee3d01c808674ae3d18a2d8ab56bde61cab52cfe50198fb843f19ad55cdf34f502ce3bf35740a71a087ef363373225d8d1e4333b SHA512 534498defbc3fe3a64bc2c0a6584408bdfc17c4681849258e4e717ed18cb345d2ab02ea6abd425dad993aaf2ad68ba00e7635369bbe463506604ecd66481ee72 +DIST forgejo-runner-12.10.1.tar.gz 3527716 BLAKE2B 544143af36de909ce1ab60d2f7b52641baef509d51c4575b66c45a074063c940fe74ff4763a2dc11a3a535079a3bffa3a057f0d1e38d340e011bba926a57ee27 SHA512 76b63ea474fa99d196ad1eba24bc269e041dc6676e71aa29587870f0ea6efdf375d1309630abc903084c7454014b1f4f2862dbe2e69eab92b5df3434288ec328 diff --git a/dev-util/forgejo-runner/forgejo-runner-12.10.0.ebuild b/dev-util/forgejo-runner/forgejo-runner-12.10.1.ebuild index 5d402e622174..5d402e622174 100644 --- a/dev-util/forgejo-runner/forgejo-runner-12.10.0.ebuild +++ b/dev-util/forgejo-runner/forgejo-runner-12.10.1.ebuild diff --git a/dev-util/tombi/Manifest b/dev-util/tombi/Manifest index e22527c06641..7c2a89c42461 100644 --- a/dev-util/tombi/Manifest +++ b/dev-util/tombi/Manifest @@ -288,7 +288,9 @@ DIST ryu-1.0.20.crate 48738 BLAKE2B b126085448cb58639a7b5867fe313dcaabaf19df478f DIST same-file-1.0.6.crate 10183 BLAKE2B a320c8343e0b38078ba81c4f0159d886bf47764c74efe0d7cd2b3218426e8341b51e523c00a9e5fbc2ee1057618296bd70b576c68751bd55d6ddb352defaca15 SHA512 3ba35309742c8db63210d9ea78bff4ecd80471d69e6238eb96c7bf0673814f221e2d838fe6311bfc5a0e71b4a7ccba33e07859c0b9cff2171969ff08a4214a7c DIST schannel-0.1.29.crate 34352 BLAKE2B 0ba8d3bb3f665d8bfc0849e47ecadafcdeb4bd25d4e432b9af7ca24df8c5e0fc8e21e4ed0b11ac770a55225dbf0e00f4d24aec68c1fac040f34b20bb5394fe20 SHA512 5491640018ce9e68d0b025c7e45e22fe70b8742355c42256853732f157c0a3d637c9828ca3a8d9454a7ee865ba408be1bd1abda89db734eec52af7f978c0e051 DIST schemars-1.0.4.crate 88282 BLAKE2B bb9bbb8a1198cbaeb81520bf5361f74c3ea18b90942536fb4817b08e203ee2334bfe09458628264077f045f891b5b84aec599fceb343aadfc539880d449835fc SHA512 b87734e8f76bbaf1888636264e493285ef5a45bdeca06be01dd6bbe4c3f20f9a74f826af0f3dbbddd8f062dcc7bff0decb1cabbb1b771d7396fd162a3459a860 +DIST schemars-1.2.1.crate 94403 BLAKE2B 428d5b2956848ae7549e488b120cd87e6ace83d1a0ccceeee57695faea8885efb80b0a46a1690e4cbfd867c7d57769de7f1b137e91dc11cb843f123f92e20984 SHA512 a18a5e29b98ebbd78d46670317ad467904389a71e323f576c61816ff9ed86013df5048384b9c9af01c6087e4eae10e3dddccca6b3b6cc723feb2a6af08cae9e1 DIST schemars_derive-1.0.4.crate 31126 BLAKE2B 912e15093fa27743c80bee136926cac7ed2138ed450c713591e6b1d81173c96753e05dc655886168759ce64bdf60c0c870babffa1176ed2902024a89b1e83c69 SHA512 fc70209b28a865ce120a7775c0a97b6140fe418d4d65b560240bf248a62cea8bad5523409f2002b39688badd0a4db9ac991c1cd866b61e14c1b334e458d7f6a8 +DIST schemars_derive-1.2.1.crate 31319 BLAKE2B 62fbeebd4b1d7d85b54a4ec0c75ea26f4b85b8f029576396c69b3185f0e97f4782b44808f35aed2abc89f543e102cfcf0c4b9ed71a6b7651686b607f920b8b56 SHA512 ba80da6bfa7b4601975c440d1d8775ed956876de2545f75fdd427fb8fff8b0b501e4c99905a0c69c7821f81d9289724284bd85a7fd19de1c650b6bef11489a61 DIST scopeguard-1.2.0.crate 11619 BLAKE2B 8b7e9ed6cefef9ee55407fb9690d57a2a98bb93e5105aeebdb475a52485e9e185255249e1dce8f83cd80534e7402d485aac3efa7e8493b13135de27550cd4bc4 SHA512 6247719a15fe1e4e2d179127b9a934bd2f99367724f41175ed9522f58824b6bc69b35002eae66b35880375ff61d77ac43ddaa78cbde7160a35183a1da32d3fbb DIST security-framework-3.7.0.crate 89115 BLAKE2B ba6e0a98df05bad9d89d99246a0ad3cd9dd8b0d62cf2ee6bb7cca16940764e3d0b7a9cd3f0681d51b2f922f32d9d68e303d3179baca90ac394417459771a5e8f SHA512 1ed5ff4bedfa0f013479c1c7bf46dce755c76c4af35e8ff775c7aa56df7764399258f56b58dc1df44d112c5e26fb95a385fb1235134f53eb9ada57e7ca8478c5 DIST security-framework-sys-2.17.0.crate 21078 BLAKE2B eecd4d61db7589b72ed0c2627a139ff505632d45e01b88d42bbf1260aa2a4a95b6ff314225acacfcb4b8edb615f2fe3cfdd0fdeb936da586135c25c87be886d4 SHA512 7cca8471f3391af920d2354d68ccaceaec27bbe2b4f99413914f010cdadab5f94ee18a0d2467fc9ce49d077006599914f7733261a6b88f2ee9d1403479efbd4a @@ -351,6 +353,7 @@ DIST tokio-1.47.1.crate 829790 BLAKE2B 7f5ff6a8092648e1643867981c79987da014478f7 DIST tokio-macros-2.5.0.crate 12617 BLAKE2B c30d0011173d246dc82a5c24ba97b0ed6b66bd8f19b0977e0305b03843b3611528fc5911b632d2c46bd22b8fd2e8488956bde0037c322a3ff8b7306e72cb9bdb SHA512 c1d24cbb8b3f500357e39f93cf139790e4bd3ad1657dd5d695f5e4f9a2a460cd63e8c1c32a36b64d3cadd7b6467e59ee34cd5b1548a99449d8e46c2db83e9ec4 DIST tokio-rustls-0.26.2.crate 31655 BLAKE2B 44a569a4aa8c13f2153a18ac56e6ce6b5b9c9adb4ba6d94c1b9579e340233e614cd61da26670f74080c870b54e0d7f5f008692120a823782144cbe42e97bbdb0 SHA512 c0ff373e02c90704d8bff39b634d118143bcdb3d657e491d7d9279bd5a0a166541c759b5a26f5348fecc4d3a1f11c8ce3127df217137f68c57db581714bfc735 DIST tokio-util-0.7.16.crate 127775 BLAKE2B 4d7e46c91a37aaaa6efd873ec1553cc5971acb4f8959b9eb68b27b0df5e1c23cd19794292d9a5a215fe8d4d01486561f44ce4139e3f7fcd5b48287a44708eeb8 SHA512 8df52e0b02194e2cc699ed330e0db54e2e69c1d4934d770eee50b6a9b35d177ba440a6ef0e0a0bd9be7b7155770a7ae6286d4c3b0cb453f1ece4dff576b86738 +DIST tombi-0.10.6.tar.gz 10587636 BLAKE2B ac6215ee943ca47a42f050e062b33a1c4aa6204fc89c2e4749f3947a900dd6ef1f45b2d8101ab4279bd039e7a34058f44301c081f58318166783568e79f5cce3 SHA512 6d7ca21dd5cbaab7f33ccd4916ea381fce93a9c98c6db5ebb41d9780ceb90f5838923c6765ddc367058f846d392593db235bc78c671ef2a379799c5cf1cf8cc5 DIST tombi-0.9.25.tar.gz 10540163 BLAKE2B b3ecec58085cd02678812406d8402fbda3c22ff6a69b3e56ab7121977580baf5deb7f33e0c25c0aa16c2e2eefe3b5823b453ef4e9e90264dd4e713ef35406813 SHA512 c0927bbdb6fdea51e4bf82e33c6480655eaa9a0db25b8934132a7185755a469da350841c0e6d26f3c6072cc11726def2a0f16e5f43f49fa537d2e362e9992ea3 DIST toml_datetime-0.6.11.crate 16125 BLAKE2B 5afe564b47bc6f94771a15e4ae759225217c43115e501a1507b6f2c14738678cb36007ac426fb3c21c51659a5d48bfde24a28cb7f944b85477380c53c50ac2ce SHA512 d650d916c7d8827b6dc130d7690bc7584d26d5be0a35f94c6a37291b7f2d5aa94cd16762be23e27aec4a7c36271c62ce145a64aedaa9f89ed69df82ac5c8db48 DIST toml_edit-0.22.27.crate 78602 BLAKE2B 32b8baf55fbafbf6d176ec696f93c06dee4867cc7fab4dae9f01651d84d61e5e98b3eb37adbe1787c125f48c391c57abcc268a04a2118bc0ea37d0567955f8a1 SHA512 844832ab59928dab567b3084f7458a9a8ab1ad0065ff057c1203bedcfa9bafe4c7a36e723340c73279e56bf797dd7fdad6d78e4a2bf6666a414d6c44f750f466 diff --git a/dev-util/tombi/tombi-0.10.6.ebuild b/dev-util/tombi/tombi-0.10.6.ebuild new file mode 100644 index 000000000000..356cbf41b84d --- /dev/null +++ b/dev-util/tombi/tombi-0.10.6.ebuild @@ -0,0 +1,596 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Autogenerated by pycargoebuild 0.15.1 + +# update using this command: +# file --mime-type --no-pad tombi/{crates/*,xtask,toml-test,rust/*,extensions/*,editors/zed} | +# awk -F ': ' '/inode\/directory/ { print $1 }' | +# xargs pycargoebuild -i <filename.ebuild> + +# when updating, make sure to check the root Cargo.toml, and check the dirctories we're passing on into the `file` +# command, are also there in Cargo.toml's default-members too, and none of them is missing + +EAPI=8 + +RUST_MIN_VER="1.88.0" + +CRATES=" + addr2line@0.24.2 + addr@0.15.6 + adler2@2.0.1 + aead@0.3.2 + aes-gcm@0.8.0 + aes-soft@0.6.4 + aes@0.6.0 + aes@0.8.4 + aesni@0.10.0 + ahash@0.8.12 + aho-corasick@1.1.3 + allocator-api2@0.2.21 + android-tzdata@0.1.1 + android_system_properties@0.1.5 + anstream@0.6.20 + anstyle-parse@0.2.7 + anstyle-query@1.1.4 + anstyle-wincon@3.0.10 + anstyle@1.0.11 + anyhow@1.0.98 + arbitrary@1.4.1 + async-channel@1.9.0 + async-channel@2.5.0 + async-executor@1.13.2 + async-global-executor@2.4.1 + async-io@2.5.0 + async-lock@3.4.1 + async-std@1.13.1 + async-task@4.7.1 + async-trait@0.1.88 + atomic-waker@1.1.2 + atomic@0.6.1 + auditable-serde@0.8.0 + auto_impl@1.3.0 + autocfg@1.5.0 + backtrace@0.3.75 + base-x@0.2.11 + base64@0.13.1 + base64@0.22.1 + bit-set@0.5.3 + bit-vec@0.6.3 + bitflags@1.3.2 + bitflags@2.11.0 + block-buffer@0.10.4 + block-buffer@0.9.0 + blocking@1.6.2 + boxcar@0.2.13 + bstr@1.12.0 + bumpalo@3.19.0 + bytemuck@1.23.1 + byteorder@1.5.0 + bytes@0.5.6 + bytes@1.11.1 + bzip2-sys@0.1.13+1.0.8 + bzip2@0.5.2 + cc@1.2.32 + cfg-if@1.0.1 + cfg_aliases@0.2.1 + chrono@0.4.41 + cipher@0.2.5 + cipher@0.4.4 + clap@4.5.43 + clap_builder@4.5.43 + clap_complete@4.5.58 + clap_derive@4.5.41 + clap_lex@0.7.5 + colorchoice@1.0.4 + concurrent-queue@2.5.0 + console_error_panic_hook@0.1.7 + const_fn@0.4.11 + constant_time_eq@0.3.1 + convert_case@0.6.0 + cookie@0.14.4 + core-foundation-sys@0.8.7 + core-foundation@0.10.0 + countme@3.0.1 + cpufeatures@0.2.17 + cpuid-bool@0.2.0 + crc-catalog@2.4.0 + crc32fast@1.5.0 + crc@3.3.0 + crossbeam-deque@0.8.6 + crossbeam-epoch@0.9.18 + crossbeam-utils@0.8.21 + crypto-common@0.1.6 + crypto-mac@0.10.0 + ctr@0.6.0 + curl-sys@0.4.82+curl-8.14.1 + curl@0.4.48 + dashmap@5.5.3 + deflate64@0.1.9 + deranged@0.5.5 + derive_arbitrary@1.4.1 + diff@0.1.13 + digest@0.10.7 + digest@0.9.0 + dirs-sys@0.5.0 + dirs@6.0.0 + discard@1.0.4 + displaydoc@0.2.5 + drop_bomb@0.1.5 + dyn-clone@1.0.20 + either@1.15.0 + email_address@0.2.9 + encoding_rs@0.8.35 + env_filter@0.1.4 + env_logger@0.11.8 + equivalent@1.0.2 + errno@0.3.13 + event-listener-strategy@0.5.4 + event-listener@2.5.3 + event-listener@5.4.1 + fancy-regex@0.13.0 + fast-glob@0.3.3 + fastrand@1.9.0 + fastrand@2.3.0 + filetime@0.2.27 + flate2@1.1.2 + flume@0.9.2 + fnv@1.0.7 + foldhash@0.1.5 + form_urlencoded@1.2.1 + futures-channel@0.3.31 + futures-core@0.3.31 + futures-executor@0.3.31 + futures-io@0.3.31 + futures-lite@1.13.0 + futures-lite@2.6.1 + futures-macro@0.3.31 + futures-sink@0.3.31 + futures-task@0.3.31 + futures-timer@3.0.3 + futures-util@0.3.31 + futures@0.3.31 + generic-array@0.14.7 + getrandom@0.1.16 + getrandom@0.2.16 + getrandom@0.3.3 + ghash@0.3.1 + gimli@0.31.1 + glob@0.3.2 + globset@0.4.16 + gloo-net@0.6.0 + gloo-timers@0.3.0 + gloo-utils@0.2.0 + hashbrown@0.14.5 + hashbrown@0.15.5 + heck@0.5.0 + hermit-abi@0.5.2 + hkdf@0.10.0 + hmac@0.10.1 + hmac@0.12.1 + http-body-util@0.1.3 + http-body@1.0.1 + http-client@6.5.3 + http-types@2.12.0 + http@0.2.12 + http@1.3.1 + httparse@1.10.1 + hyper-rustls@0.27.7 + hyper-util@0.1.16 + hyper@1.6.0 + iana-time-zone-haiku@0.1.2 + iana-time-zone@0.1.63 + icu_collections@2.0.0 + icu_locale_core@2.0.0 + icu_normalizer@2.0.0 + icu_normalizer_data@2.0.0 + icu_properties@2.0.1 + icu_properties_data@2.0.1 + icu_provider@2.0.0 + id-arena@2.2.1 + idna@1.0.3 + idna_adapter@1.2.1 + ignore@0.4.23 + indexmap@2.10.0 + infer@0.2.3 + inout@0.1.4 + instant@0.1.13 + io-uring@0.7.9 + ipnet@2.11.0 + iri-string@0.7.8 + is_terminal_polyfill@1.70.1 + isahc@0.9.14 + itertools@0.13.0 + itertools@0.14.0 + itoa@1.0.15 + jiff-static@0.2.15 + jiff@0.2.15 + jobserver@0.1.33 + js-sys@0.3.77 + kv-log-macro@1.0.7 + leb128fmt@0.1.0 + libc@0.2.174 + libnghttp2-sys@0.1.11+1.64.0 + libredox@0.1.9 + libz-sys@1.1.22 + linux-raw-sys@0.9.4 + litemap@0.8.0 + lock_api@0.4.13 + log@0.4.27 + lru-slab@0.1.2 + lsp-types@0.94.1 + lzma-rs@0.3.0 + lzma-sys@0.1.20 + md-5@0.10.6 + memchr@2.7.5 + mime@0.3.17 + mime_guess@2.0.5 + miniz_oxide@0.8.9 + mio@1.0.4 + nu-ansi-term@0.50.1 + num-conv@0.2.0 + num-traits@0.2.19 + object@0.36.7 + once_cell@1.21.3 + once_cell_polyfill@1.70.1 + opaque-debug@0.3.1 + openssl-probe@0.1.6 + openssl-sys@0.9.112 + option-ext@0.2.0 + parking@2.2.1 + parking_lot_core@0.9.11 + pbkdf2@0.12.2 + pep440_rs@0.7.3 + pep508_rs@0.9.2 + percent-encoding@2.3.1 + pin-project-internal@1.1.10 + pin-project-lite@0.2.16 + pin-project@1.1.10 + pin-utils@0.1.0 + piper@0.2.4 + pkg-config@0.3.32 + polling@3.10.0 + polyval@0.4.5 + portable-atomic-util@0.2.5 + portable-atomic@1.13.1 + potential_utf@0.1.2 + powerfmt@0.2.0 + ppv-lite86@0.2.21 + pretty_assertions@1.4.1 + prettyplease@0.2.37 + proc-macro-crate@3.3.0 + proc-macro-hack@0.5.20+deprecated + proc-macro2@1.0.95 + psl-types@2.0.11 + psl@2.1.199 + quinn-proto@0.11.14 + quinn-udp@0.5.13 + quinn@0.11.8 + quote@1.0.40 + r-efi@5.3.0 + rand@0.7.3 + rand@0.8.5 + rand@0.9.3 + rand_chacha@0.2.2 + rand_chacha@0.3.1 + rand_chacha@0.9.0 + rand_core@0.5.1 + rand_core@0.6.4 + rand_core@0.9.3 + rand_hc@0.2.0 + rayon-core@1.12.1 + rayon@1.10.0 + redox_syscall@0.5.17 + redox_users@0.5.2 + ref-cast-impl@1.0.24 + ref-cast@1.0.24 + regex-automata@0.4.13 + regex-syntax@0.8.5 + regex@1.12.2 + relative-path@1.9.3 + reqwest@0.12.22 + ring@0.17.14 + rstest@0.25.0 + rstest_macros@0.25.0 + rustc-demangle@0.1.26 + rustc-hash@2.1.1 + rustc_version@0.2.3 + rustc_version@0.4.1 + rustix@1.0.8 + rustls-native-certs@0.8.1 + rustls-pki-types@1.12.0 + rustls-webpki@0.103.13 + rustls@0.23.31 + rustversion@1.0.22 + ryu@1.0.20 + same-file@1.0.6 + schannel@0.1.29 + schemars@1.2.1 + schemars_derive@1.2.1 + scopeguard@1.2.0 + security-framework-sys@2.17.0 + security-framework@3.7.0 + semver-parser@0.7.0 + semver@0.9.0 + semver@1.0.26 + serde-wasm-bindgen@0.6.5 + serde@1.0.228 + serde_core@1.0.228 + serde_derive@1.0.228 + serde_derive_internals@0.29.1 + serde_json@1.0.142 + serde_qs@0.8.5 + serde_repr@0.1.20 + serde_urlencoded@0.7.1 + sha1@0.10.6 + sha1@0.6.1 + sha1_smol@1.0.1 + sha2@0.9.9 + shlex@1.3.0 + simd-adler32@0.3.7 + similar@2.7.0 + slab@0.4.11 + sluice@0.5.5 + smallvec@1.15.1 + smawk@0.3.2 + socket2@0.5.10 + socket2@0.6.0 + spdx@0.10.9 + spinning_top@0.2.5 + stable_deref_trait@1.2.0 + standback@0.2.17 + stdweb-derive@0.5.3 + stdweb-internal-macros@0.2.9 + stdweb-internal-runtime@0.1.5 + stdweb@0.4.20 + strsim@0.11.1 + subtle@2.6.1 + surf@2.3.2 + syn@1.0.109 + syn@2.0.106 + sync_wrapper@1.0.2 + synstructure@0.13.2 + tar@0.4.45 + tempfile@3.20.0 + textwrap@0.16.2 + thiserror-impl@1.0.69 + thiserror-impl@2.0.12 + thiserror@1.0.69 + thiserror@2.0.12 + time-core@0.1.8 + time-macros-impl@0.1.2 + time-macros@0.1.1 + time@0.2.27 + time@0.3.47 + tinystr@0.8.1 + tinyvec@1.9.0 + tinyvec_macros@0.1.1 + tokio-macros@2.5.0 + tokio-rustls@0.26.2 + tokio-util@0.7.16 + tokio@1.47.1 + toml_datetime@0.6.11 + toml_edit@0.22.27 + topological-sort@0.2.2 + tower-http@0.6.6 + tower-layer@0.3.3 + tower-lsp-macros@0.9.0 + tower-lsp@0.20.0 + tower-service@0.3.3 + tower@0.4.13 + tower@0.5.2 + tracing-attributes@0.1.30 + tracing-core@0.1.34 + tracing-futures@0.2.5 + tracing@0.1.41 + try-lock@0.2.5 + typed-builder-macro@0.21.0 + typed-builder@0.21.0 + typenum@1.18.0 + ungrammar@1.16.1 + unicase@2.8.1 + unicode-ident@1.0.18 + unicode-linebreak@0.1.5 + unicode-segmentation@1.12.0 + unicode-width@0.2.1 + unicode-xid@0.2.6 + universal-hash@0.4.0 + unscanny@0.1.0 + untrusted@0.9.0 + url@2.5.4 + urlencoding@2.1.3 + utf8_iter@1.0.4 + utf8parse@0.2.2 + uuid@1.18.0 + value-bag@1.11.1 + vcpkg@0.2.15 + version-ranges@0.1.1 + version_check@0.9.5 + waker-fn@1.2.0 + walkdir@2.5.0 + want@0.3.1 + wasi@0.11.1+wasi-snapshot-preview1 + wasi@0.14.2+wasi-0.2.4 + wasi@0.9.0+wasi-snapshot-preview1 + wasm-bindgen-backend@0.2.100 + wasm-bindgen-futures@0.4.50 + wasm-bindgen-macro-support@0.2.100 + wasm-bindgen-macro@0.2.100 + wasm-bindgen-shared@0.2.100 + wasm-bindgen@0.2.100 + wasm-encoder@0.227.1 + wasm-metadata@0.227.1 + wasmparser@0.227.1 + web-sys@0.3.77 + web-time@1.1.0 + winapi-i686-pc-windows-gnu@0.4.0 + winapi-util@0.1.9 + winapi-x86_64-pc-windows-gnu@0.4.0 + winapi@0.3.9 + windows-core@0.61.2 + windows-implement@0.60.0 + windows-interface@0.59.1 + windows-link@0.1.3 + windows-link@0.2.1 + windows-result@0.3.4 + windows-strings@0.4.2 + windows-sys@0.52.0 + windows-sys@0.59.0 + windows-sys@0.60.2 + windows-sys@0.61.2 + windows-targets@0.52.6 + windows-targets@0.53.3 + windows_aarch64_gnullvm@0.52.6 + windows_aarch64_gnullvm@0.53.0 + windows_aarch64_msvc@0.52.6 + windows_aarch64_msvc@0.53.0 + windows_i686_gnu@0.52.6 + windows_i686_gnu@0.53.0 + windows_i686_gnullvm@0.52.6 + windows_i686_gnullvm@0.53.0 + windows_i686_msvc@0.52.6 + windows_i686_msvc@0.53.0 + windows_x86_64_gnu@0.52.6 + windows_x86_64_gnu@0.53.0 + windows_x86_64_gnullvm@0.52.6 + windows_x86_64_gnullvm@0.53.0 + windows_x86_64_msvc@0.52.6 + windows_x86_64_msvc@0.53.0 + winnow@0.7.12 + wit-bindgen-core@0.41.0 + wit-bindgen-rt@0.39.0 + wit-bindgen-rt@0.41.0 + wit-bindgen-rust-macro@0.41.0 + wit-bindgen-rust@0.41.0 + wit-bindgen@0.41.0 + wit-component@0.227.1 + wit-parser@0.227.1 + writeable@0.6.1 + xattr@1.6.1 + xshell-macros@0.2.7 + xshell@0.2.7 + xz2@0.1.7 + yansi@1.0.1 + yoke-derive@0.8.0 + yoke@0.8.0 + zed_extension_api@0.7.0 + zerocopy-derive@0.8.26 + zerocopy@0.8.26 + zerofrom-derive@0.1.6 + zerofrom@0.1.6 + zeroize@1.8.1 + zeroize_derive@1.4.2 + zerotrie@0.2.2 + zerovec-derive@0.11.1 + zerovec@0.11.4 + zip@2.4.2 + zopfli@0.8.2 + zstd-safe@7.2.4 + zstd-sys@2.0.15+zstd.1.5.7 + zstd@0.13.3 +" + +inherit cargo shell-completion + +DESCRIPTION="TOML Formatter / Linter / Language Server" +HOMEPAGE="https://tombi-toml.github.io/tombi/" +SRC_URI=" + https://github.com/tombi-toml/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz + ${CARGO_CRATE_URIS} +" + +LICENSE="MIT" +# Dependent crate licenses +LICENSE+=" Apache-2.0 BSD ISC MIT MPL-2.0 Unicode-3.0 ZLIB" +SLOT="0" +KEYWORDS="~amd64 ~arm64" +RESTRICT="mirror" +# apply-crates-fixes start +DEPEND=" + >=app-arch/zstd-1.5.7 + dev-libs/openssl +" + +src_configure(){ + # fix for bzip2-sys crate + mkdir "${T}/pkg-config" || die + export PKG_CONFIG_PATH=${T}/pkg-config${PKG_CONFIG_PATH+:${PKG_CONFIG_PATH}} + cat >> "${T}/pkg-config/bzip2.pc" <<-EOF || die + Name: bzip2 + Version: 9999 + Description: + Libs: -lbz2 + EOF + cargo_src_configure +} + +src_compile(){ + export ZSTD_SYS_USE_PKG_CONFIG=1 # fix for zstd-sys crate + export OPENSSL_NO_VENDOR=1 # fix for openssl-sys + cargo_src_compile +} +# apply-crates-fixes end + +src_test(){ + # these require network at the time of writing this, so that's why they're skipped + local CARGO_SKIP_TESTS=( + 'de::tests::test_deserialize_array' + 'de::tests::test_deserialize_complex_nested' + 'de::tests::test_deserialize_datetime' + 'de::tests::test_deserialize_default_values' + 'de::tests::test_deserialize_empty_containers' + 'de::tests::test_deserialize_enum' + 'de::tests::test_deserialize_map' + 'de::tests::test_deserialize_mixed_type_array' + 'de::tests::test_deserialize_nested_struct' + 'de::tests::test_deserialize_numeric_boundaries' + 'de::tests::test_deserialize_option' + 'de::tests::test_deserialize_special_characters' + 'de::tests::test_deserialize_struct' + 'de::tests::test_empty_tombi_config' + 'document::tests::test_array_of_tables_serialization' + 'document::tests::test_complex_nested_structures_serialization' + 'document::tests::test_date_time_serialization' + 'document::tests::test_document_serialization' + 'document::tests::test_nested_tables_serialization' + 'schema_format_rules::test_schema_format_rules_disabled_keeps_schema_order_targets_unsorted' + 'schema_overrides::test_root_array_override_applies_inside_subschema' + 'schema_overrides::test_root_schema_override_applies_inside_subschema' + 'schema_overrides::test_schema_format_rules_disabled_can_be_overridden_by_matching_array_override' + 'schema_overrides::test_schema_format_rules_disabled_can_be_overridden_by_matching_table_override' + 'schema_overrides::test_schema_overrides_disable_table_keys_order_for_matched_target' + 'schema_overrides::test_schema_overrides_reenable_array_values_order_for_matched_target' + 'schema_overrides::test_schema_overrides_reenable_table_keys_order_for_matched_target' + 'schema_overrides::test_schema_overrides_reenable_without_explicit_order_uses_schema_default' + 'schema_overrides::test_subschema_array_override_applies_without_root_override' + 'schema_overrides::test_subschema_array_override_precedes_root_array_override' + 'schema_overrides::test_subschema_override_applies_without_root_override' + 'schema_overrides::test_subschema_override_precedes_root_schema_override' + 'ser::tests::test_builder_with_schema_store_cargo_dependencies' + 'ser::tests::test_serialize_array' + 'ser::tests::test_serialize_datetime' + 'ser::tests::test_serialize_enum' + 'ser::tests::test_serialize_map' + 'ser::tests::test_serialize_nested_struct' + 'ser::tests::test_serialize_option' + 'ser::tests::test_serialize_struct' + 'table_keys_order::cargo::test_cargo_lints_rust_not_sorted_when_schema_format_rules_disabled' + 'table_keys_order::cargo::test_cargo_root_comment_directive_precedes_schema_override_order' + 'table_keys_order::cargo::test_cargo_root_tables_not_sorted_when_schema_overrides_table_keys_order_disabled' + 'table_keys_order::cargo::test_cargo_root_tables_not_sorted_when_schema_table_keys_order_disabled' + 'table_keys_order::cargo::test_cargo_root_tables_sorted_by_comment_directive_when_schema_table_keys_order_disabled' + 'table_keys_order::cargo::test_cargo_root_tables_sorted_when_schema_disabled' + ) + cargo_src_test +} + +src_install(){ + dobin target/release/tombi + + target/release/tombi completion bash > "${PN}" || die "generating bash completion failed" + dobashcomp "${PN}" + target/release/tombi completion zsh > "_${PN}" || die "generating zsh completion failed" + dozshcomp "_${PN}" + target/release/tombi completion fish > "${PN}.fish" || die "generating fish completion failed" + dofishcomp "${PN}.fish" +} diff --git a/dev-util/tombi/tombi-0.9.25.ebuild b/dev-util/tombi/tombi-0.9.25.ebuild index f0618341d5dc..413bf53b9c74 100644 --- a/dev-util/tombi/tombi-0.9.25.ebuild +++ b/dev-util/tombi/tombi-0.9.25.ebuild @@ -580,7 +580,7 @@ src_test(){ } src_install(){ - cargo_src_install --path rust/tombi-cli + dobin target/release/tombi target/release/tombi completion bash > "${PN}" || die "generating bash completion failed" dobashcomp "${PN}" diff --git a/dev-util/webstorm/Manifest b/dev-util/webstorm/Manifest index 2c44c3891625..72f3b204a83b 100644 --- a/dev-util/webstorm/Manifest +++ b/dev-util/webstorm/Manifest @@ -10,4 +10,6 @@ DIST WebStorm-2025.3.3.tar.gz 1077575977 BLAKE2B fbfe1e5e431762bc2baef49bdc0d39b DIST WebStorm-2025.3.4-aarch64.tar.gz 1073216609 BLAKE2B 4465701e52f85c48dd0d921f5d3779252cc81ccfca3bfbd7f230987d3586df29be0fb767df42f9f7332b388bc6c2388718c5a5616bc5d02f75ecd39ecff6ce30 SHA512 cf3aa4f6f1eaef35512e2a831d14d78b18f5cfd74b148a8e67df89cdaa496992891453c8e70335d9df0ce2be5cb9ce605b80992c2733b4e48d13a3ae9d0953fc DIST WebStorm-2025.3.4.tar.gz 1077824124 BLAKE2B 41f242960439535cfb8fe739590cf091866f7b6ed34b3ee068ccc3678aee7a107e0f0fbc218cca003555d1b0c15de0fd265d97b977f9d16ea8bae1b84b4a5fee SHA512 803dfeb1092f0bf1e08d0378b2fb3ff99b02996226548439ffe5ad0c30981f98ab4d23689418a33809b7d95d6d1b2f3cdc40af894c911b2859f4117ef95e9335 DIST WebStorm-2026.1-aarch64.tar.gz 1092587890 BLAKE2B 675eb9b37b7ab1d29663f347d7a02255f4c9c0fff72bef88dcc849f6fd2ff2abafbbe550771669f5ed18fa2f3c4ec44e1867e25a47098fc8620a2734365a291a SHA512 4c0931e50dff346ba9e511c5e28255a3cb0d952fa17ba41fbefe801254e6963ee62d038536832c1df7846f806228f1904c7dcb423cb488a22058b2acf9c10ae2 +DIST WebStorm-2026.1.1-aarch64.tar.gz 1090614791 BLAKE2B da5e90da811f5fb3aa1e674c16ef40f52eefc675e20f6dcbcfd9a822ab04269595f3fab66a15451c6d56b59b3f2f08f5ef23572cca1b0995f0f83462eeb3bd13 SHA512 cc991ea2ab5203b119e7ef8f422bf06cec1e4cb42d7b3bda9f7436b5484b96bba3f9520f85ad17a56ce72a43517992ae9e58d840e1df0774adb041238b91fa7a +DIST WebStorm-2026.1.1.tar.gz 1095554498 BLAKE2B d5736abe1657e9542ff8f37c748963aa57a3ec66eb961bad498a6058401dc4bcc75a150e07068e5dee3fae7cc1c41393a8c11bb85cf948848c9de0d0ba7c8819 SHA512 6c48fff3f9470a7c6f09be98fceb11dc3abc8735ef4d5f561f4f3963424c17ff742f853f4bd26b41c24ee0582759cae293d03b632363193d6440883eda63815d DIST WebStorm-2026.1.tar.gz 1097460932 BLAKE2B 3c4b8b732f83feb1a8a760a77c9dc01aceaed4b5e531477272162a75db43d932af068389cd100d62f0dd65a651c4a57bffc5712fb26285098a0536219c160a1c SHA512 e1a44fb50620e225715619e50730ef9ff7f2660ff1f597140f59505360449efcc492275564d21150b4215a7429089e41256f3cb51dd3ae66573fe2123a12a904 diff --git a/dev-util/webstorm/webstorm-2026.1.1.ebuild b/dev-util/webstorm/webstorm-2026.1.1.ebuild new file mode 100644 index 000000000000..0555358d8e83 --- /dev/null +++ b/dev-util/webstorm/webstorm-2026.1.1.ebuild @@ -0,0 +1,127 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit desktop wrapper toolchain-funcs + +DESCRIPTION="An integrated development environment for JavaScript and related technologies." +HOMEPAGE="https://www.jetbrains.com/webstorm/" +SRC_URI=" + amd64? ( https://download-cdn.jetbrains.com/${PN}/WebStorm-${PV}.tar.gz ) + arm64? ( https://download-cdn.jetbrains.com/${PN}/WebStorm-${PV}-aarch64.tar.gz ) +" + +LICENSE="|| ( JetBrains-business JetBrains-classroom JetBrains-educational JetBrains-individual ) + Apache-2.0 + BSD + CC0-1.0 + CDDL + CDDL-1.1 + EPL-1.0 + GPL-2 + GPL-2-with-classpath-exception + ISC + LGPL-2.1 + LGPL-3 + MIT + MPL-1.1 + OFL-1.1 + ZLIB +" +SLOT="0/2025" +KEYWORDS="~amd64 ~arm64" +IUSE="wayland" + +RESTRICT="bindist mirror" +QA_PREBUILT="opt/${P}/*" + +BDEPEND="dev-util/debugedit + dev-util/patchelf +" +RDEPEND=" + dev-libs/wayland + sys-libs/pam + sys-process/audit + virtual/zlib:= +" + +src_unpack() { + # WebStorm unarchived directory is in format WebStorm-xxx.yyy.zzz, not ${P} + if use amd64 ; then + cp "${DISTDIR}"/WebStorm-${PV}.tar.gz "${WORKDIR}"/ || die + elif use arm64 ; then + cp "${DISTDIR}"/WebStorm-${PV}-aarch64.tar.gz "${WORKDIR}"/ || die + fi + mkdir -p "${P}" || die + tar --strip-components=1 -xzf "WebStorm-${PV}".tar.gz -C "${P}" || die +} + +src_prepare() { + tc-export OBJCOPY + default + + if ! use arm64; then + local remove_me=( + lib/async-profiler/aarch64 + ) + elif ! use amd64; then + local remove_me=( + lib/async-profiler/amd64 + ) + fi + + rm -rv "${remove_me[@]}" || die + + # excepting files that should be kept for remote plugins + if ! use arm64 ; then + local skip_remote_files=( + "plugins/platform-ijent-impl/ijent-aarch64-unknown-linux-musl-release" + "plugins/gateway-plugin/lib/remote-dev-workers/remote-dev-worker-linux-arm64" + ) + elif ! use amd64; then + local skip_remote_files=( + "plugins/platform-ijent-impl/ijent-x86_64-unknown-linux-musl-release" + "plugins/gateway-plugin/lib/remote-dev-workers/remote-dev-worker-linux-amd64" + ) + fi + + # removing debug symbols and relocating debug files as per #876295 + # we're escaping all the files that contain $() in their name + # as they should not be executed + find . -type f ! -name '*$(*)*' -print0 | while IFS= read -r -d '' file; do + for skip in "${skip_remote_files[@]}"; do + [[ ${file} == ./"${skip}" ]] && continue 2 + done + if file "${file}" | grep -qE "ELF (32|64)-bit"; then + ${OBJCOPY} --remove-section .note.gnu.build-id "${file}" || die + debugedit -b "${EPREFIX}/opt/${PN}" -d "/usr/lib/debug" -i "${file}" || die + fi + done + + patchelf --set-rpath '$ORIGIN' "jbr/lib/libjcef.so" || die + patchelf --set-rpath '$ORIGIN' "jbr/lib/jcef_helper" || die + + # As per https://blog.jetbrains.com/platform/2024/07/wayland-support-preview-in-2024-2/ for full wayland support + if use wayland; then + echo "-Dawt.toolkit.name=WLToolkit" >> bin/webstorm64.vmoptions || die + fi +} + +src_install() { + local dir="/opt/${P}" + + insinto "${dir}" + doins -r * + fperms 755 "${dir}"/bin/{"${PN}",fsnotifier,format.sh,inspect.sh,jetbrains_client.sh,ltedit.sh,remote-dev-server,remote-dev-server.sh,restarter} + fperms 755 "${dir}"/jbr/bin/{java,javac,javadoc,jcmd,jdb,jfr,jhsdb,jinfo,jmap,jps,jrunscript,jstack,jstat,jwebserver,keytool,rmiregistry,serialver} + fperms 755 "${dir}"/jbr/lib/{chrome-sandbox,jcef_helper,jexec,jspawnhelper} + + make_wrapper "${PN}" "${dir}"/bin/"${PN}" + newicon bin/"${PN}".svg "${PN}".svg + make_desktop_entry "${PN}" "WebStorm ${PV}" "${PN}" "Development;IDE;" + + # recommended by: https://confluence.jetbrains.com/display/IDEADEV/Inotify+Watches+Limit + insinto /usr/lib/sysctl.d + newins - 30-"${PN}"-inotify-watches.conf <<<"fs.inotify.max_user_watches = 524288" +} diff --git a/dev-vcs/mergiraf/Manifest b/dev-vcs/mergiraf/Manifest index b1e75623ed15..b3b36ed9a008 100644 --- a/dev-vcs/mergiraf/Manifest +++ b/dev-vcs/mergiraf/Manifest @@ -2,3 +2,5 @@ DIST mergiraf-0.16.1-crates.tar.xz 17304272 BLAKE2B 0a0f2e4fcdeb2aa4615f501027e2 DIST mergiraf-0.16.1.tar.gz 1220556 BLAKE2B f9fb4f907b8e3674a5af9b1bee1317422ecc6c48ef29c7970cb3ec96ee51bc5e648cce34b1960ec87f29386a574a24e4e8fcbe0d235d78015ecd5b7f1aef1e99 SHA512 704d2d2c630605634540fba0930de76e8800040d9bcaaf55d40ec55929094d0307c52c59a103ef8599d533cd781c69dcb5f993067bbe9375fad49dc781845e35 DIST mergiraf-0.16.3-crates.tar.xz 17535096 BLAKE2B 779e0ad96d88d3719abd82dc90fcf4f601b207b7151082bf8c40a74a1218ef2ed62c9b7c653d0707055850db62c2f1b66fed650bd8b81e1a348241b318f49c62 SHA512 3f1f4bc31ca5faffb9f75fdf4100ce3a3c7707d33205175718ad0c0cbefa8b1c6b07b2e3690f66cea26ba606e1361e0a942d21ee590a4e090787d0246bba897f DIST mergiraf-0.16.3.tar.gz 1224487 BLAKE2B 06fe8f54994ed608b62a9f41a02217a987b4a99baaa12acf6c1ba4452f7c74ca8de76088eadcca141ac77a253e7cd2bd566a70a0e9f78fb5ed9b944ad6e143ba SHA512 48d46e8968a9c1bd0c9078caea84862b3876f36fef4471d93cdf93b8f33758cbeb47adcbeb61e8d0245020735d316177f50f1a95ebb33e8fd5ef9188155407f4 +DIST mergiraf-0.17.0-crates.tar.xz 17012604 BLAKE2B 91a8980e1ff1d86a20aa76eeeca1fa6766e161e0a67b768704061579a7f2894b221d4e890652b90966fe3e3c42f15cd41423194a313a3e08ccea7275f44ec475 SHA512 0c0a1a442e6affb85d90ea6932a54034c83931c51c4128fe281ad792cd24f1e09c05d49248c4a5ff460e334b41485a144877b3bf5d411a66e73a99a1be613053 +DIST mergiraf-0.17.0.tar.gz 1235092 BLAKE2B 1510b28291b6fc22078479a64e5529748dc25c3d464cf7dbf7bc8f75a71b54a3eac5b124d9d7071294b0a3df6aa7efb8ab00783624aad33ea3481a571157f9d5 SHA512 71d995078014348a4ba31b6c661f28cc2bc157da323be3dd58fef31bb99037005e31ba3aaade993c61bf2a2c613dcda086eff23d6820e2ec56a264c42ee4273c diff --git a/dev-vcs/mergiraf/mergiraf-0.17.0.ebuild b/dev-vcs/mergiraf/mergiraf-0.17.0.ebuild new file mode 100644 index 000000000000..33624e08ddd4 --- /dev/null +++ b/dev-vcs/mergiraf/mergiraf-0.17.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 2025-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +CRATES="" +RUST_MIN_VER="1.92" +inherit cargo + +DESCRIPTION="Syntax-aware git merge driver" +HOMEPAGE="https://mergiraf.org/" +SRC_URI="https://codeberg.org/mergiraf/mergiraf/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI+=" https://github.com/gentoo-crate-dist/mergiraf/releases/download/v${PV}/${P}-crates.tar.xz" +S=${WORKDIR}/${PN} + +LICENSE="GPL-3" +# Dependent crate licenses +LICENSE+=" Apache-2.0 MIT Unicode-3.0 ZLIB" +SLOT="0" +KEYWORDS="~amd64" + +QA_FLAGS_IGNORED="usr/bin/${PN}" + +src_install() { + default + cargo_src_install +} diff --git a/dev-zig/zls/Manifest b/dev-zig/zls/Manifest index 2d83085fde4f..67a2d4799976 100644 --- a/dev-zig/zls/Manifest +++ b/dev-zig/zls/Manifest @@ -1,13 +1,17 @@ DIST N-V-__8AABhrAQAQLLLGadghhPsdxTgBk9N9aLVOjXW3ay0V.tar.gz 17295 BLAKE2B a45402e3c452ec6b094886ecc7b356c1e8e4a39ebb56147681a9cb795f09c769ba4a4cbed6cdefe76843fc6c6ddbf9a180ab74134743e8e2990a18a0706c6b12 SHA512 add5a10842f1bde009d6e21f9ea21fe0a2440a0dda6acf13cca0b21919b1357c38a017f71994958ec499d7eddf3d4b95ed0321b0d2f9273a436613ffc0b944c0 DIST N-V-__8AAMeOlQEipHjcyu0TCftdAi9AQe7EXUDJOoVe0k-t.tar.gz 6125898 BLAKE2B 764944be5b00e7bfaa84672d4659c06057181e0147ff5a48ef274233386aa174fb637ee71948505e66e80ddbd88d15f632ff0cb2bae088a0c17550e3b276ec27 SHA512 d3d99284e3c3172236c3f02b3bc52df111ef650fb8609e54fb3302ece28e55a06cd16713ed532f1e1aad66678ff09639dfc7e01a1e96880fb923b267a1b1b79b +DIST N-V-__8AAOncKwEm1F9c5LrT7HMNmRMYX8-fAoqpc6YyTu9X.tar.gz 4565018 BLAKE2B 8a5974ec0e1a3443909e394796543573d133504a2e9b15464980cd23f544ac375fef6eb6ecfced16be7e31b6b175983f02ca6829e2bc0530c42bbf62e6ef9098 SHA512 18c0c589a1d97d0760958c8ab00ba2135bc602fd359d48445b5d8ed76e5b08742d818bb8f835b599149030f455e553a92db86fb7bae049b47820e4401cf9f935 DIST diffz-0.0.1-G2tlIQrOAQCfH15jdyaLyrMgV8eGPouFhkCeYFTmJaLk.tar.gz 21211 BLAKE2B 6f451172fd524e3cf051b228972f2ad3ab61e8391a2eb4304942d57792c3a38721e9dc7cece411f9c7005967874bd271ff434ffd1096f99b65a855884f7e34b7 SHA512 e2f36f395b60d402bdff1cf6e8254157e1e0e6baaca91eca3da81d2f86125643495a8f53610c4cfdead4ef9c7eea1d5ffe036cec12aabac0c333541a555fc475 +DIST diffz-0.0.1-G2tlISzNAQCldmOcINavGmF1zdt20NFPXeM8d07jp_68.tar.gz 21199 BLAKE2B 12d25d641d34f34d00c0726194597602c4bb4cfdc8afb5909901def72608775a48de3bd4362b7ddb2d8235f49927f825a1d6115cd154e71bac37bf03a986014d SHA512 9b52c5f051d87b3211d5e1218056f3f1816696726ba2151fb7092025781af44d5bb416fbc5e0db427ce052d715dcb6a58d9c92631ca815f1e2410769d6035fa0 DIST diffz-1220102cb2c669d82184fb1dc5380193d37d68b54e8d75b76b2d155b9af7d7e2e76d.tar.gz 17295 BLAKE2B a45402e3c452ec6b094886ecc7b356c1e8e4a39ebb56147681a9cb795f09c769ba4a4cbed6cdefe76843fc6c6ddbf9a180ab74134743e8e2990a18a0706c6b12 SHA512 add5a10842f1bde009d6e21f9ea21fe0a2440a0dda6acf13cca0b21919b1357c38a017f71994958ec499d7eddf3d4b95ed0321b0d2f9273a436613ffc0b944c0 DIST known-folders-24845b0103e611c108d6bc334231c464e699742c.tar.gz 6618 BLAKE2B cdfe56329edcf50a07eea919b1a753ce965eeaa3c1d9e08289d74704809e489a7a674fb41c0fa16115a406512477cfa99953d434d44c52429c241df7e7bb4f1d SHA512 4ac156ad51793a733d8fd5a24936bd7b0bb8a527b9d19d9cb7d43c9ec7ac983f37dfc00fdfec23147964689201cdbee213e66b4af0917b0bb324b02e8a3a7151 +DIST known_folders-0.0.0-Fy-PJk3KAACzUg2us_0JvQQmod1ZA8jBt7MuoKCihq88.tar.gz 11888 BLAKE2B b474430ac503363cc376b32154f36e654381943eb58b615b91b343dcf1a6f0dafa9b9d43c245d799b03cae2b51ec1b3d186e0696b73f73f1ac3ea400c4115d0c SHA512 e577d93d8c71d383e88129cfd8a982cb2accc1ab378f3edabb1c41941c570cf7533a555554669849e8fee9f47e3ff86efb036690b37685d8b3d1f5d370b4e488 DIST known_folders-0.0.0-Fy-PJkfRAAAVdptXWXBspIIC7EkVgLgWozU5zIk5Zgcy.tar.gz 12491 BLAKE2B 3d24e84dc06e2db4556c0e24ebde32826280109fc49a2c07aab8dbaf0ff26302ae84292da58ea98be4331fc160f03877e8c99b0605db5971ad511efd8fc1f287 SHA512 113ebc487f66d42f5f0ddcb7178a381be5cd41413de119fe4f719434abbb408afcba4eaaf0ed8a37ffc4100a28eeae444780c9e303618280e6335ad6317c7d7e DIST known_folders-0.0.0-Fy-PJtLDAADGDOwYwMkVydMSTp_aN-nfjCZw6qPQ2ECL.tar.gz 11946 BLAKE2B c2d8a5062b1baf2868b4b6f58df9d065638a551c60bc7217a14e8395009a231603d2b2a8112fad7198ede43934f523c2b25654a54f89a088eabf72d23bd9b48d SHA512 b0678afc8e820a8e1bea498edd7957d1c3a272f6e695a554f47da3dd1607d40bfc957dab881cb63e125250e777f9910cf12e7ee617ca6884a98e88b149810627 DIST known_folders-12209cde192558f8b3dc098ac2330fc2a14fdd211c5433afd33085af75caa9183147.tar.gz 6761 BLAKE2B c4221a24849c7da004eaea00537c863f159544065efbf941c4123e233db19949f173f5a0074fe434f010556405352e8014286cf25b65f11e1d2ed7d557addb87 SHA512 ddbccef65a51d47365116a8f95d4e258307f6f2fa7b7cd59c5587c31739e440efbfde2c98e8cbae30118e1d13c8005c28ecf4fe243d38cbe7f0ffab05b47e47d DIST lsp_codegen-0.1.0-CMjjo0ZXCQB-rAhPYrlfzzpU0u0u2MeGvUucZ-_g32eg.tar.gz 84148 BLAKE2B 938e81737e9729bf64cde631cad808b77a0e2b6724d7517dd93475898011d7287d78c536a34600f1e18a57c4121c53f6123a53a08995987ab755ee67d0a12e01 SHA512 134f7a31b5a80f86098d50a42e4326e65eeaceee433b2afabfbfa82de67ba29404c29166129b883b9f6093b7df7e684b95ef5f0ca2043ac6de3ecb09ece1b6dd DIST lsp_kit-0.1.0-bi_PL04yCgAxLsF0hH2a5sZKT84MGQaKXouw2jvCE8Nl.tar.gz 100620 BLAKE2B d06964a3e1cc868dccb60e1fa0eb8f947ee445f11f17c5457c8c0f1108bb57ccb094500e0287fa1daf7e4c2ad3c9666a9ad82a271181156ce76b3b3bfae25657 SHA512 163e5474adb4cb9df7467917d0d774df3cae81f638f94357abc39c210311ce3c8cff54b479158a68dd50bbfd2f89b2174267fd3b544c99772ff2027f767e8a8e +DIST lsp_kit-0.1.0-bi_PL3IyDACfp1xdTnkiOHEok2YpPCCCJHuuOcNzjl1D.tar.gz 119588 BLAKE2B fecbebb7c8515389aadf3a5052dd1ecfaf19f9cebbaa7fc3cdf2d991b58f502230bce566b58e532983d79a611197bca5affdadfd22ce5638c312fdd3136e525a SHA512 0cff64d41a25c1ca6a405b034463fe638f4b26ffa357548562f88ca7f4700dbb7315a497f1c7a0e1bec96640bcc500118a2c4dd757f73d1cd9d867636854a116 DIST tracy-f493d4aa8ba8141d9680473fad007d8a6348628e.tar.gz 5401470 BLAKE2B 8a027bfe82842d6d3caeddcf03499a3671a99f2210a40b434e9893a60da88775c19738230e8d55cb1de020fe9f0d7d414df76f36f4a55b04a0c41c8c0de8232b SHA512 e8a844ff015b4c7a261e3251be33deced4f4a29a8fc8254244c125b391266e7a38bdf8d988ff4aac10bd0ee5538fca1e274a0d91dcde08d0bd021006cb326e6f DIST zls-0.10.0-data-for-0.10.1.tar.xz 16668 BLAKE2B 76d6381ad09f050bccb468f2bbe3973d2059a8f09a22b39a76f0d959b46e5b72871e24267e03ae58d149628a5af728ed058e7be15c992dffc1f4072195b4beb4 SHA512 fe2ab662feee8e687a03497f7f383cf9edb2b2de7fce614f5138ead6fc45f337fd85e8cba0e352e6905618df43bae737977d70a783d4a3339e9df1f6bbe714c0 DIST zls-0.10.0.tar.gz 320226 BLAKE2B fc9c7c6e37d9347710520ddf0bc90b704ff6115210e044e68a973a2edefe024d14cf410ed0fe74400c1bed8b57f8316dc4298561f78de3abe112bc38df70404b SHA512 16a55ef0ecfac1bf43c4d917741db8389dc835cfdd9e78e9853180dad7218656c6a09b67b7185e7d87ccb2196a4deb457c3d476300eff01ce8c9bfab597576ad @@ -15,3 +19,4 @@ DIST zls-0.13.0-version_data.tar.xz 14080 BLAKE2B af304ba9c6e1aa370a49254b88aa32 DIST zls-0.13.0.tar.gz 352025 BLAKE2B e244763f7270f25680b17f1c525f8ae7a268857d60393672ca1003518cf6d5ae243f384cf9d5d84f4eb27545f02dfe389c3068c5e6f91a2b3fa49df0fc4d89a9 SHA512 92b20418d1410f013ac3d4cbe432ab1b748454d013a2d1be5abd47b91ea7d2340d55b775a66eb116f4641e9f2fc3baf84a44ba8f58b1a774254e7428449bb088 DIST zls-0.14.0.tar.gz 395229 BLAKE2B f69713656ba3a4ef385665553651015c0cef7d106e8f8a221f0072adaa36c1b8d66ab379a88865f6d06f85c292db77148119bea2870f1cb8c8415acbd4b5bdf7 SHA512 2f48c3fbb4956799f367adfd598694cf3a92e8c52cdbba699656d9e54897e2f3980e54a17d2f7391cf39f2bf3c8c1bf0042d403d4cea099a6adf57a949617ffc DIST zls-0.15.0.tar.gz 429938 BLAKE2B 634bd9e167d7e8d4183d284b776028e3b5c55bc9ca0a441461bd93c2fb204897b5ae300910e15f58c9bb3ac5c5e0ab71efd7f354d06d8ac949e31628b0b7de24 SHA512 8c5eb105182b1b915d8f0fa96734b61640fbc00619a1e38cf955c5ac31ab7355fd0fab847d89fffe18798cc084beaaa66e04644d0cd3b523bec01258f961b63c +DIST zls-0.16.0.tar.gz 464023 BLAKE2B 73fb77f89fb95b0000c4ed8d9c03a30589ad9f6530afde34e7511bb8e35c1d96237e8a60c413a45795b620af9c512567a5beaa1a04c5342f8632cb81d859ffe7 SHA512 14a33c05dd4c3e6b12f303a88f164e39b3956cb8d0ad541c7c926ace73d95a8573475217cb8dd82215b2ec92505c370decd5809ea70103511aa72e7d80945dd5 diff --git a/dev-zig/zls/zls-0.16.0.ebuild b/dev-zig/zls/zls-0.16.0.ebuild new file mode 100644 index 000000000000..3dfdf1aead3c --- /dev/null +++ b/dev-zig/zls/zls-0.16.0.ebuild @@ -0,0 +1,61 @@ +# Copyright 2022-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Non-official language server for Zig" +HOMEPAGE="https://zigtools.org/zls/ https://github.com/zigtools/zls" + +declare -g -r -A ZBS_DEPENDENCIES=( + [diffz-0.0.1-G2tlISzNAQCldmOcINavGmF1zdt20NFPXeM8d07jp_68.tar.gz]='https://github.com/ziglibs/diffz/archive/b39fe07e7fdbcf56e43ba2890b9f484f16969f90.tar.gz' + [known_folders-0.0.0-Fy-PJk3KAACzUg2us_0JvQQmod1ZA8jBt7MuoKCihq88.tar.gz]='https://github.com/ziglibs/known-folders/archive/d6d03830968cca6b7b9f24fd97ee348346a6905d.tar.gz' + [lsp_kit-0.1.0-bi_PL3IyDACfp1xdTnkiOHEok2YpPCCCJHuuOcNzjl1D.tar.gz]='https://github.com/zigtools/lsp-kit/archive/b886a2b0d5cee85ecbcc3089b863f7517cc9ff7f.tar.gz' + [N-V-__8AAOncKwEm1F9c5LrT7HMNmRMYX8-fAoqpc6YyTu9X.tar.gz]='https://github.com/wolfpld/tracy/archive/refs/tags/v0.13.1.tar.gz' +) + +if [[ ${PV} == 9999 ]]; then + ZIG_SLOT="9999" + + EGIT_REPO_URI="https://github.com/zigtools/zls" + inherit git-r3 +else + # Should be the "minimum_build_zig_version" from upstream's "build.zig". + ZIG_SLOT="$(ver_cut 1-2)" # works only for releases, but that's okay + + SRC_URI=" + https://github.com/zigtools/zls/archive/refs/tags/${PV}.tar.gz -> zls-${PV}.tar.gz + " + KEYWORDS="~amd64" +fi + +inherit zig +SRC_URI+="${ZBS_DEPENDENCIES_SRC_URI}" + +LICENSE="MIT" +SLOT="0" + +# Sync with "minimum_runtime_zig_version" from upstream's "build.zig". +RDEPEND=" + || ( + >=dev-lang/zig-0.16.0 + >=dev-lang/zig-bin-0.16.0 + ) +" + +DOCS=( README.md ) + +if [[ ${PV} == 9999 ]]; then + src_unpack() { + git-r3_src_unpack + zig_live_src_unpack + } +fi + +src_configure() { + local my_zbs_args=( + -Dpie=true + -Denable-tracy=false + ) + + zig_src_configure +} diff --git a/dev-zig/zls/zls-9999.ebuild b/dev-zig/zls/zls-9999.ebuild index 713d0b9f87ab..533a9d393704 100644 --- a/dev-zig/zls/zls-9999.ebuild +++ b/dev-zig/zls/zls-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022-2025 Gentoo Authors +# Copyright 2022-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -30,8 +30,7 @@ SLOT="0" # Sync with "minimum_runtime_zig_version" from upstream's "build.zig". RDEPEND=" || ( - >=dev-lang/zig-0.14.0 - >=dev-lang/zig-bin-0.14.0 + >=dev-lang/zig-9999 ) " @@ -40,7 +39,7 @@ DOCS=( README.md ) if [[ ${PV} == 9999 ]]; then src_unpack() { git-r3_src_unpack - zig_live_fetch -Denable-tracy=false + zig_live_src_unpack } fi diff --git a/eclass/gstreamer-meson.eclass b/eclass/gstreamer-meson.eclass index 3363af4887af..31b1024bc1bb 100644 --- a/eclass/gstreamer-meson.eclass +++ b/eclass/gstreamer-meson.eclass @@ -26,6 +26,10 @@ # out by grepping the source tree for 'factory_make'. If it uses playbin # plugin, consider adding media-plugins/gst-plugins-meta dependency, but # also list any packages that provide explicitly requested plugins. +# +# Limitation to PROVIDES: multilib-minimal is provided by default, unless +# GST_PLUGINS_MULTILIB is set to false - then, shadow phase functions are +# calling the same gstreamer_multilib_* functions instead. case "${EAPI:-0}" in 8) @@ -35,9 +39,42 @@ case "${EAPI:-0}" in ;; esac -# multilib-minimal goes last PYTHON_COMPAT=( python3_{11..14} ) -inherit python-any-r1 meson multilib toolchain-funcs xdg-utils multilib-minimal + +inherit meson multilib python-any-r1 toolchain-funcs xdg-utils + +# @ECLASS_VARIABLE: GST_PLUGINS_MULTILIB +# @PRE_INHERIT +# @DESCRIPTION: +# Default value is true, which means eclass provides multilib-minimal and +# is setting up dependencies with MULTILIB_USEDEP accordingly. +# If set to false, does not add MULTILIB_USEDEP nor exports multilib phases. +: "${GST_PLUGINS_MULTILIB:=true}" + +# @ECLASS_VARIABLE: _GST_PLUGINS_MULTILIB_USEDEP +# @DESCRIPTION: +# Contains [${MULTILIB_USEDEP}] if GST_PLUGINS_MULTILIB is true, otherwise +# empty. +_GST_PLUGINS_MULTILIB_USEDEP="" + +case ${GST_PLUGINS_MULTILIB} in + true) + # multilib-minimal goes last + inherit multilib-minimal + _GST_PLUGINS_MULTILIB_USEDEP="[${MULTILIB_USEDEP}]" + ;; + false) + ;; + *) + eerror "Unknown value for \${GST_PLUGINS_MULTILIB}" + die "Value ${GST_PLUGINS_MULTILIB} is not supported" + ;; +esac + +# Bump based on upstream release notes +if [[ ${PV} =~ 1.26.* ]]; then + BDEPEND=">=dev-build/meson-1.4" +fi # @ECLASS_VARIABLE: GST_PLUGINS_ENABLED # @DESCRIPTION: @@ -50,6 +87,18 @@ inherit python-any-r1 meson multilib toolchain-funcs xdg-utils multilib-minimal # Space-separated list defined by the ebuild for plugin options which shouldn't # be automatically defined by gstreamer_multilib_src_configure. +# @FUNCTION: _gstreamer_native_usex +# @INTERNAL +# @DESCRIPTION: +# Calls multilib_native_usex if GST_PLUGINS_MULTILIB is true, otherwise usex. +_gstreamer_native_usex() { + if [[ ${GST_PLUGINS_MULTILIB} == true ]]; then + multilib_native_usex "$@" + else + usex "$@" + fi +} + # @FUNCTION: gstreamer_get_default_enabled_plugins # @INTERNAL # @DESCRIPTION: @@ -198,7 +247,7 @@ LICENSE="GPL-2" SLOT="1.0" RDEPEND=" - >=dev-libs/glib-2.64.0:2[${MULTILIB_USEDEP}] + >=dev-libs/glib-2.64.0:2${_GST_PLUGINS_MULTILIB_USEDEP} " BDEPEND=" ${PYTHON_DEPS} @@ -214,23 +263,15 @@ fi if [[ "${PN}" != "gstreamer" ]]; then RDEPEND=" ${RDEPEND} - >=media-libs/gstreamer-$(ver_cut 1-2):${SLOT}[${MULTILIB_USEDEP}] + >=media-libs/gstreamer-$(ver_cut 1-2):${SLOT}${_GST_PLUGINS_MULTILIB_USEDEP} " fi -# Export common multilib phases. -multilib_src_configure() { gstreamer_multilib_src_configure; } -multilib_src_compile() { gstreamer_multilib_src_compile; } -multilib_src_install() { gstreamer_multilib_src_install; } - if [[ "${PN}" != "${GST_ORG_MODULE}" ]]; then # Do not run test phase for individual plugin ebuilds. RESTRICT="test" RDEPEND="${RDEPEND} - >=media-libs/${GST_ORG_MODULE}-${PV}:${SLOT}[${MULTILIB_USEDEP}]" - - # Export multilib phases used for split builds. - multilib_src_install_all() { gstreamer_multilib_src_install_all; } + >=media-libs/${GST_ORG_MODULE}-${PV}:${SLOT}${_GST_PLUGINS_MULTILIB_USEDEP}" else inherit virtualx @@ -246,8 +287,6 @@ else nls? ( >=sys-devel/gettext-0.17 ) " fi - - multilib_src_test() { gstreamer_multilib_src_test; } fi DEPEND="${DEPEND} ${RDEPEND}" @@ -321,7 +360,7 @@ gstreamer_multilib_src_configure() { if grep -q "option('introspection'" "${EMESON_SOURCE}"/meson_options.txt ; then if in_iuse introspection ; then - gst_conf+=( -Dintrospection=$(multilib_native_usex introspection enabled disabled) ) + gst_conf+=( -Dintrospection=$(_gstreamer_native_usex introspection enabled disabled) ) else gst_conf+=( -Dintrospection=disabled ) if [[ "${PN}" == "${GST_ORG_MODULE}" ]]; then @@ -457,7 +496,9 @@ gstreamer-meson_pkg_setup() { # @DESCRIPTION: # Tests the gstreamer plugin (non-split) gstreamer_multilib_src_test() { - GST_GL_WINDOW=x11 virtx meson test --timeout-multiplier 5 + if [[ "${PN}" == "${GST_ORG_MODULE}" ]]; then + GST_GL_WINDOW=x11 virtx meson test --timeout-multiplier 5 + fi } # @FUNCTION: gstreamer_multilib_src_install @@ -497,4 +538,37 @@ gstreamer_multilib_src_install_all() { done } +if [[ ${GST_PLUGINS_MULTILIB} == true ]]; then + # Export common multilib phases. + multilib_src_configure() { gstreamer_multilib_src_configure; } + multilib_src_compile() { gstreamer_multilib_src_compile; } + multilib_src_test() { gstreamer_multilib_src_test; } + multilib_src_install() { gstreamer_multilib_src_install; } + if [[ "${PN}" != "${GST_ORG_MODULE}" ]]; then + # Export multilib phases used for split builds. + multilib_src_install_all() { gstreamer_multilib_src_install_all; } + fi +else + gstreamer-meson_src_configure() { gstreamer_multilib_src_configure; } + gstreamer-meson_src_compile() { + pushd "${BUILD_DIR}" >/dev/null || die + gstreamer_multilib_src_compile + popd >/dev/null || die + } + gstreamer-meson_src_test() { + pushd "${BUILD_DIR}" >/dev/null || die + gstreamer_multilib_src_test + popd >/dev/null || die + } + gstreamer-meson_src_install() { + pushd "${BUILD_DIR}" >/dev/null || die + gstreamer_multilib_src_install + popd >/dev/null || die + if [[ "${PN}" != "${GST_ORG_MODULE}" ]]; then + gstreamer_multilib_src_install_all + fi + } + EXPORT_FUNCTIONS src_configure src_compile src_test src_install +fi + EXPORT_FUNCTIONS pkg_setup diff --git a/games-board/tali/tali-40.9.ebuild b/games-board/tali/tali-40.9.ebuild index 38ce3d4d3c56..b9d1adf8e7cb 100644 --- a/games-board/tali/tali-40.9.ebuild +++ b/games-board/tali/tali-40.9.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{10..14} ) + inherit gnome.org gnome2-utils meson python-any-r1 xdg DESCRIPTION="Beat the odds in a poker-style dice game" diff --git a/games-emulation/shadPS4/Manifest b/games-emulation/shadPS4/Manifest new file mode 100644 index 000000000000..5d35e6a758d7 --- /dev/null +++ b/games-emulation/shadPS4/Manifest @@ -0,0 +1 @@ +DIST shadPS4-0.15.0.tar.xz 28028876 BLAKE2B 5f89f39a9193e6198fcbe457eec15c8e0bd6ad1f70e02a8c74ae363651fcd2dbc7b2166fca77a16068080b8ba6191ea302a38acd81ad731254a8c1b134e28444 SHA512 cdd4dc5185dc2d98778aa7c9fd4af0b794f8270f4a6d53c994d5e1dc6b9453977170cb4360ed28e23f17e34f049bfe4153a4f36e09d285aa3ba75eb80f2d451a diff --git a/games-emulation/shadPS4/files/shadPS4-0.15.0-executable-stack.patch b/games-emulation/shadPS4/files/shadPS4-0.15.0-executable-stack.patch new file mode 100644 index 000000000000..3d30cfe5e078 --- /dev/null +++ b/games-emulation/shadPS4/files/shadPS4-0.15.0-executable-stack.patch @@ -0,0 +1,29 @@ +#Fix executable stack QA warning, and patch CMakeLists.txt to still recognise the patched source file +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -567,13 +567,13 @@ + src/core/libraries/usbd/emulated/skylander.h + ) + +-set(FIBER_LIB src/core/libraries/fiber/fiber_context.s ++set(FIBER_LIB src/core/libraries/fiber/fiber_context.S + src/core/libraries/fiber/fiber.cpp + src/core/libraries/fiber/fiber.h + src/core/libraries/fiber/fiber_error.h + ) + +-set_source_files_properties(src/core/libraries/fiber/fiber_context.s PROPERTIES COMPILE_OPTIONS -Wno-unused-command-line-argument) ++set_source_files_properties(src/core/libraries/fiber/fiber_context.S PROPERTIES COMPILE_OPTIONS -Wno-unused-command-line-argument) + + set(VDEC_LIB src/core/libraries/videodec/videodec2_impl.cpp + src/core/libraries/videodec/videodec2_impl.h +--- a/src/core/libraries/fiber/fiber_context.s ++++ b/src/core/libraries/fiber/fiber_context.s +@@ -119,3 +119,7 @@ + movl $1, %edi + call _sceFiberForceQuit + ret ++ ++#if defined(__linux__) && defined(__ELF__) ++.section .note.GNU-stack,"",%progbits ++#endif diff --git a/games-emulation/shadPS4/metadata.xml b/games-emulation/shadPS4/metadata.xml new file mode 100644 index 000000000000..7c4a5ac3829f --- /dev/null +++ b/games-emulation/shadPS4/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>ceres@ceressees.dev</email> + <name>Ceres Milner</name> + </maintainer> + + <use> + <flag name="discord">Enables Discord Rich Presence</flag> + </use> + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/games-emulation/shadPS4/shadPS4-0.15.0.ebuild b/games-emulation/shadPS4/shadPS4-0.15.0.ebuild new file mode 100644 index 000000000000..5d57607857d1 --- /dev/null +++ b/games-emulation/shadPS4/shadPS4-0.15.0.ebuild @@ -0,0 +1,60 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="PlayStation 4 emulator written in C++" +HOMEPAGE="https://shadps4.net" +SRC_URI="https://codeberg.org/ceres-sees-all/guru-distfiles/releases/download/${P}-submodules.tar.xz/${P}-submodules.tar.xz -> ${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="discord test" +RESTRICT="!test? ( test )" + +DEPEND=" + dev-cpp/cli11 + dev-cpp/magic_enum + dev-cpp/nlohmann_json + dev-cpp/robin-map + dev-cpp/toml11 + dev-libs/boost + dev-libs/libfmt + dev-libs/half + dev-libs/pugixml + dev-libs/stb + dev-libs/xbyak + dev-libs/xxhash + media-libs/imgui + media-libs/libsdl3 + media-libs/libpng + media-libs/openal + media-libs/sdl3-mixer + media-libs/vulkan-layers + media-gfx/renderdoc + media-video/ffmpeg + media-sound/sndio + virtual/jack + virtual/zlib + test? ( dev-cpp/gtest ) +" + +RDEPEND="${DEPEND}" + +src_prepare() { + eapply "${FILESDIR}/shadPS4-0.15.0-executable-stack.patch" + mv src/core/libraries/fiber/fiber_context.s src/core/libraries/fiber/fiber_context.S || die + cmake_src_prepare +} + +src_configure() { + local mycmakeargs=( + -DENABLE_DISCORD_RPC="$(usex discord ON OFF)" + -DENABLE_UPDATER=OFF + -DENABLE_TESTS="$(usex test ON OFF)" + ) + cmake_src_configure +} diff --git a/games-puzzle/gnome-tetravex/Manifest b/games-puzzle/gnome-tetravex/Manifest index 832ef048c863..1ec1d1a8eef8 100644 --- a/games-puzzle/gnome-tetravex/Manifest +++ b/games-puzzle/gnome-tetravex/Manifest @@ -1,2 +1 @@ -DIST gnome-tetravex-3.38.2.tar.xz 1004632 BLAKE2B 5e16420e9e05668e3c697a275e748e75d65531fbe7bca61baffa5846b76781403a3014e1f85a6f9ec69965c256cbacbe3a756e36c9725eeccfd6abd0c568dabc SHA512 ad67dfcbec5cf33f5361c6f5746d78158726a4bf5c85f29ea084a324e2ec493ca41bb61e47228ad4deb30985fd750e8703e11fd02051af5ac7c9c256513644b8 DIST gnome-tetravex-3.38.3.tar.xz 1074252 BLAKE2B d4feac370440e12c5ff8fd55adc87b3b6e4b16ba85b0f40ed10c61513477b5df0949fd30924514126c338cb2b88b90c44d7218686e1043160764749ef02f6681 SHA512 b8f7d4f00359d229d5707ab189e5dff0c4a145de53243db5f38f805d6051f9bb3c6d3ec928a36f6df9ea2e2eb6f0388df21b6c0b289bb50ba08ec4fa8d4b633e diff --git a/games-puzzle/gnome-tetravex/gnome-tetravex-3.38.2.ebuild b/games-puzzle/gnome-tetravex/gnome-tetravex-3.38.2.ebuild deleted file mode 100644 index 3ad8398dceef..000000000000 --- a/games-puzzle/gnome-tetravex/gnome-tetravex-3.38.2.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{10..14} ) - -inherit gnome.org gnome2-utils meson python-any-r1 vala xdg - -DESCRIPTION="Complete the puzzle by matching numbered tiles" -HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-tetravex" - -LICENSE="GPL-2+ CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86" -IUSE="cli +gui" -REQUIRED_USE="|| ( cli gui )" - -RDEPEND=" - >=dev-libs/glib-2.42.0:2 - gui? ( >=x11-libs/gtk+-3.22.23:3 ) -" -DEPEND="${RDEPEND}" -BDEPEND=" - ${PYTHON_DEPS} - $(vala_depend) - gui? ( dev-util/itstool ) - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig -" - -PATCHES=( - "${FILESDIR}"/${PN}-3.38.2-meson-0.61.patch -) - -src_prepare() { - default - vala_setup -} - -src_configure() { - local emesonargs=( - $(meson_use cli build_cli) - $(meson_use gui build_gui) - ) - meson_src_configure -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} diff --git a/games-puzzle/gnome-tetravex/gnome-tetravex-3.38.3.ebuild b/games-puzzle/gnome-tetravex/gnome-tetravex-3.38.3.ebuild index f6b68a0f6189..d2d68e4ce218 100644 --- a/games-puzzle/gnome-tetravex/gnome-tetravex-3.38.3.ebuild +++ b/games-puzzle/gnome-tetravex/gnome-tetravex-3.38.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-tetravex" LICENSE="GPL-2+ CC-BY-SA-3.0" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" +KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86" IUSE="cli +gui test" REQUIRED_USE="|| ( cli gui )" RESTRICT="!test? ( test )" diff --git a/games-puzzle/lightsoff/Manifest b/games-puzzle/lightsoff/Manifest index 46b87b88253a..cb076d98dd3f 100644 --- a/games-puzzle/lightsoff/Manifest +++ b/games-puzzle/lightsoff/Manifest @@ -1,2 +1 @@ -DIST lightsoff-46.0.tar.xz 600644 BLAKE2B 425e10788bdbc77261ca58c77b3cb1e0b6b7b40ac0995009a265b0f141f6a5484569de295d696b581a1e1ad17eb996ca939e80f7aa7de2240ec59766184661d7 SHA512 e6be7d4d2eb9a14580087a93e36857c0fd9260f892807766bee0f4c7cfa4b75d9e28781fc350cdd09ee61fb2d2d7ead619d3a2512b68ab5ebfb34fe5218b942c DIST lightsoff-48.1.tar.xz 641652 BLAKE2B 66cbcb9c3849b9eea7b82257aa047945f99a0e3e3c24de39d5167e9547ae3dbbfc2b75096a6769a45d39786fb6a2969d4afb370d178f241291a3045f4d8580a2 SHA512 fc9c9c4442c764158afbbab02954637c930f2a7cf3cb8b4769bea61a8c6f7e5a74e1776d5949486c6b6667d79668ea301b284cf4155bb4a459013052ec4f0f85 diff --git a/games-puzzle/lightsoff/lightsoff-46.0.ebuild b/games-puzzle/lightsoff/lightsoff-46.0.ebuild deleted file mode 100644 index 4e6c8c928c35..000000000000 --- a/games-puzzle/lightsoff/lightsoff-46.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{10..14} ) -inherit gnome.org gnome2-utils meson python-any-r1 xdg vala - -DESCRIPTION="Turn off all the lights" -HOMEPAGE="https://gitlab.gnome.org/GNOME/lightsoff" - -LICENSE="GPL-2+ CC-BY-SA-3.0" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~loong ~riscv x86" - -RDEPEND=" - >=dev-libs/glib-2.38.0:2 - >=x11-libs/gtk+-3.24.0:3 - >=gnome-base/librsvg-2.32.0:2 -" -DEPEND="${RDEPEND}" -# libxml2:2 needed for glib-compile-resources xml-stripblanks attributes -BDEPEND=" - ${PYTHON_DEPS} - dev-libs/appstream-glib - dev-libs/libxml2:2 - dev-util/itstool - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig - $(vala_depend) - gnome-base/librsvg:2[vala] -" - -src_prepare() { - default - vala_setup - - # Bug #778845 - sed -i \ - -e 's:40\.rc:40~rc:' \ - -e 's:40\.beta:40~beta:' \ - -e 's:40\.alpha:40~alpha:' \ - data/org.gnome.LightsOff.appdata.xml.in || die -} - -pkg_postinst() { - xdg_pkg_postinst - gnome2_schemas_update -} - -pkg_postrm() { - xdg_pkg_postrm - gnome2_schemas_update -} diff --git a/games-puzzle/lightsoff/lightsoff-48.1.ebuild b/games-puzzle/lightsoff/lightsoff-48.1.ebuild index 8aa3524869ee..9567b7a03023 100644 --- a/games-puzzle/lightsoff/lightsoff-48.1.ebuild +++ b/games-puzzle/lightsoff/lightsoff-48.1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python3_{10..14} ) + inherit gnome.org gnome2-utils meson python-any-r1 xdg vala DESCRIPTION="Turn off all the lights" diff --git a/games-util/protonup-rs/Manifest b/games-util/protonup-rs/Manifest index 9f6aa1a0c0e9..4f62fff7922d 100644 --- a/games-util/protonup-rs/Manifest +++ b/games-util/protonup-rs/Manifest @@ -1,62 +1,50 @@ DIST adler2-2.0.1.crate 13366 BLAKE2B 3b28bbd7f89424567ff1bb36b984bf4fd767370459f5548545218cbe1c9f082fedd932fccc7e6acd83a1dfa06a371124801a772e5555ede7d6c2cd1ac57930a4 SHA512 555b2b7ba6f8116acccd0bcd16ed34cc78162c81023cff31a8566ffcd456c03832089fca2d5b668ceaac4fe8f922d31aa9c487f226a36cace294ff4a219bd91d DIST aho-corasick-1.1.4.crate 184015 BLAKE2B 088766e505a828a221a9bca29cb1833ac3964a538cda62d12b723a263fe0e588406af0b710cf87ef67b0ccb9aa3bf69f42e0e5225ade47abe93c73fcaca69ec1 SHA512 c77e35191b00546f5e499fab154170cedd619599e7250f92db9fba0a41c833eb426f214e58b00c5c39f8757406b33492b3241cb8cb233ce384ad0683c3ee4b62 -DIST anstream-0.6.21.crate 29516 BLAKE2B ddab9728a4824b1682a84339e2c5212904fcf878867c8ed7604ce045d4ba6bae0f129e73968e20d58a9b2e297ad1b6ddd5557907d3b6ae9253e3127ea901d40b SHA512 909059510b778f606df779d5f8ee69cf721072e81f933eb5f5fddaa4d1586a0040ba7456165d5db16c812dd654c2dda6b929ccb997310b507f1b79846ca1f402 DIST anstream-1.0.0.crate 28916 BLAKE2B a9198a66bd3821349f83d7837ba7546a12a74a6f57e179e480bd6bf4a75848a45dac9a19a27c5e2cf01520c7e917d380b21ec16e4485f69bebe112383ba273f2 SHA512 36bf11821e8bc23607a54842b47950782806ebc7a56233e3c458345d79986745f6ba878e39964ed41404eb5be58f78d0bbcdceeb86d523ba40eedd15f7e1f29d -DIST anstyle-1.0.13.crate 17651 BLAKE2B 026d4163f4bc8d1677d0830dbe46fd335d18e50420d2d809a675609c1e020f7e3c5e69b8d0a7baf5f42fa2321b6230c619a93aaf8e02ceaef638f8006dbf479b SHA512 1a92c4bf6ff7262c0f5fe72ff66eaf11f0c84e84a06746767918903c0416ba5d33ac54ff9a2c6cde37e26bb2287675d3f0a8a7efa95eb013c9be388b8139661e DIST anstyle-1.0.14.crate 17787 BLAKE2B ebb3b3986c06628ebfe71665216de68f123840093013fa16c030c25e22ff0731cdcd7161737635c532d45ad0307a1b7f951859a40dbe1c812b3e905550b33b90 SHA512 2e7bbaf0794d209f0f19fb8709214c1b1109c27e14d91a8adc232a9bdfe76e653b2b86e341d71f63903e034c81f6ed63ffe7f123f6d631c0f8d41b56d70037b9 -DIST anstyle-parse-0.2.7.crate 21707 BLAKE2B 41d51d4c026e548a9428f5fd8dc85fce964e3f1cf709820dd53d216af3065a4ee069de8c5bcec5eae19b99172f60e89034a2ded6bc787f3ea4159d5d30de3984 SHA512 3e0920594dfa15f16dd308d0da81d784e6a5d6fd7a3b12cc1512fb625369ea7b4550df549e3be961906e2d3105f72ecb86b89dd6f5817c2c982929ea26d605fa DIST anstyle-parse-1.0.0.crate 22042 BLAKE2B 418cb53754b325354a76d75cd73652d2e41408911bcfbadf91f668e7d6942d92ae3c379194f1d38bc6aa26a9ad98c92801213ffddf544fd2ce29a1180179a8c4 SHA512 4394616b0aa7a591eb9b9bb758abd2f067a3fe673b060c02857f6d2210a2276c476f32512aa59aee6c5383e3261f2654058ff619d957bee93d62540e10d81085 DIST anstyle-query-1.1.5.crate 10264 BLAKE2B e1c1bad89ad4c09e48f9d7c417713953f7f468f10f7f61e351137be801b5986ab3d21406411b0b23c42af4a2b5881b85aa68dfc66d23cafca7dfcb88180104b7 SHA512 3b7b888df0b678bd4560981dd94a51a6af9a535cc1a869bb4577e832492bb6de718a3ac80ecf61f8857b3d0ed7b95e444e85bd00ef65a46c6a244d0b0eadd95d DIST anstyle-wincon-3.0.11.crate 12638 BLAKE2B 01f1ce85205ed3e573daca145ae420e9f7d78867fc036133be74bbcc9b83231ecbc681b57eb98bec622bcbaaf4bb293d05d3021a29b49a0a71b8ab89b0ae9dfd SHA512 09c3215dc6cef75d6282078e68c5dbd51580b6c8db79a77932d2e74a51d29cb0ef23c31b8a73a71896a45eb5dc5f94aee209bd8f6e5df4c675dabe3cd304a96b -DIST anyhow-1.0.100.crate 54059 BLAKE2B 3089cd4bac1a3ede11c5849fabf12735392ba2910f5d5c1117cbbc9fe2491855745879690522988ac343e210783f8d885f13593b4d0f3a3816b9a8c35ef2eb7d SHA512 1f0c072aab9490d68db3783f078c6f8a4d96360908fc6ee3e971b02fb72b9dd5e689dd385f0e93388a87e0dfbd8cff0e14a280b40d55f87646f3c0e558e779ca DIST anyhow-1.0.102.crate 48658 BLAKE2B d9c7b7c50b7319be0e67bb236e0420a67e3fd6d6f4bd53a84cafc7a5385785275151832be472c0063405e6d458b5add3907b670ba5e300e08efaae699ab77c44 SHA512 18064a92b6d577151b6f1be3df0985fdefdc5f7089ac0aa9bc92a2034c780eac5b71b8fbb260217aea122bee7c950ff00abf4b6d8f4143dff889b7164c7d6f0b DIST arbitrary-1.4.2.crate 38307 BLAKE2B 4251f69caef0db91fba9a3f3f113e7261cf20472592a2b822f15d7208f1cbbf9a43ab419b63acf7f4e244924e7e95fc3e5d0dcd484a358dde6b9bff24cf994ea SHA512 2316345897692b3ce13b6c87d214d4911bb584aa4ba7fc3d62c44cd15d6048aa033f8910045487acddfa879338f45323f8c4d59191ef6f9fdc3c6290f1b7f492 DIST arcstr-1.2.0.crate 32237 BLAKE2B d8ea5c86ee44fd63aa53a420c29848b4ee6bf1a57f1a0b3152aa058e8125f8ff4982498cb1475880df62f5ea0bb480a03662f18bfdb7d63400a765f7321bfffd SHA512 03c5aed1585f115ca67521a12eb19fd8efca6a5f60ae1011d99b218e9123af71ac155d94b10fbbe03d2268041230c0749917f26bfd5be831b470605272f65222 DIST assert-json-diff-2.0.2.crate 10874 BLAKE2B 41ad996270b425f6dfec41bbf538e6e235fede9bd65a1c54908013e0a2eea8a5fcbb692842dd62f02cc94c6f907ba41cb14c0ef6ce793cedc441753d5d179634 SHA512 73aaf6411a552b24ab69d2f13e1c5880a96f84cb1b62dcf67a15f4889f80947c085826e4ed2fffd5cc28351842538d0de91ede45397d349099602c4719f559e8 -DIST astral-tokio-tar-0.5.6.crate 64648 BLAKE2B 6eaad316715463692127023db22ce68a0b4b0e3d2dfef1840c71f5e8ac5f3905dedb3419c2cb437ceb0c9b656a8efeabaa917446c225634c824512ae12312a1c SHA512 91c35204ac2c4f49d89fb472bea882111b013097d06b2bed622c8b25297b97eccc0f1441966a2926e7cf749d3cf4c7fe9dad48aa1306b22d48e2b1ea287f1ade DIST astral-tokio-tar-0.6.0.crate 66198 BLAKE2B a003477b7286b922169393e477785354b0f23cc7142ce6d9293da065d61b91c98e07ddce347b9b3db0ecf8c5f0c79eb65b2719f8afc7f5cd80ea5fc11a56d1a4 SHA512 331364278db7c730806aad203e71133e2ba77ab5fb79601540951463b4d7ce2278ffc5ed39803f7976c367fe877be1d0c6aad1e0d4cbad6de75d0b1c2ed7653d -DIST async-compression-0.4.37.crate 96533 BLAKE2B 33c92db1dd0e5a1b8e0ffaeb88f2b6128fd910a8b50b10e90207fb23ed05b46422913837275bdb9ecdb76fa2e4272d5857b4f73fb5887becbba7ffdb850f60af SHA512 13fa6a4fbcdaf2584fd238321531e13ada98d2258d9ec70b221046f7684b8b4a46c36947cebc88a7966330f36d0eaa713f184af96d920c5743aac59c0456e939 +DIST astral-tokio-tar-0.6.1.crate 67325 BLAKE2B 1067bfdc8bef567851729e9f6f5574cdb4730dcfe82922e4c3ed2ebc5c95bce1fa94e75595cbb1e8dccec247feeb5ceae4c0255a3927d59c8a2759dbde882a17 SHA512 64c01c88b148d2f7d1d290b21a1e9439b345fb5f1af2f061964dae67039fa7abf7bc0b45c99bbfe3dd19aa511f25574760ec26e9aa6c0ea785d2a5d935340137 DIST async-compression-0.4.41.crate 99469 BLAKE2B 42bf9340cb06ddfd9c3064c39a4f260fbad96e8c298151cc7b279fc011810e152c56bc3dd5c365b1a9fed440d49cbe7459eac388c2b031228ca28c35541ee08d SHA512 151b510a188461d154e415d77e2cbe89fe9d66d5d78e762f5c098713ad1f34657cf1dd478f308b757345e918b8b70406e5ba79f3c24180f46e95a9d639239da5 +DIST async-compression-0.4.42.crate 103805 BLAKE2B e936d27b243e7c645f5f6f515e39d445973356763a7b8cde8616241564e39f6bd89fe97c6e5ec9ac49e71c069ba18d83f6c97336028120d4095a824300b40a9d SHA512 d90ad9afb5d37ae23d875690157013aa9b8c25814c2315db4b2e518b10744ebd619ff22c69323978857b73f42b4ceebee0ccfa96f9e4c817006f24108bd7c49a DIST atomic-waker-1.1.2.crate 12422 BLAKE2B fc6632f3c9d719b1d24a1c8e05947d94028909d1c629b80576e176e567636dd4cca699c7e91cae2df63541da574146b3ce766374e93f0ee429bb5bc89a4d3cae SHA512 e07e58db7955791259d0ec00fc4d53318aefb4506e062914819c4220c6dc75fa11a7af0289b4653aa1f9041eb975a025635190de68b4800a0e91e33cdb0ba11c DIST aws-lc-rs-1.16.1.crate 223268 BLAKE2B 5fa69c8c66e453b4d86a74e5da35cf94a4afb45ade7585e0cdbde62015c8e7473a26c7f829a08c64f9d8544e42a7380281e05024d0b23311f6f68c45308c406d SHA512 aec36aaa7dd978b1bd6951f7859443448242b4e6b3dbb2f2806fd25ed4b7ccd1d1d94ef0fb83af22e5e460a1f460396db58a89deafefcb07469a1397a02bec0d DIST aws-lc-rs-1.16.3.crate 225439 BLAKE2B bfe245a260a1f472eeafe1505245f0d1aa57829e71ab2a8e7f5f55a7753b26f0063336db2c41d59545e6671ef9d87e874963f789cc5610c7ce4b8045a23c06d6 SHA512 f40b0b607bda7de3be97b3656bfad688ae7bf0530777c8bb6f4b17689aa27685f031ed3c63f9768610faba8d3b61d41a8dbb16cd917aff3b6745d99fc3a413e1 DIST aws-lc-sys-0.38.0.crate 9678972 BLAKE2B e66ac8e24462a18f166a176f33dbc8d6877c6108eb40042eb33746920e7f58a08ed93260173528bc9b33538cdfee91d4320b3807f5cecd1e2e3890236f9a1f85 SHA512 2833fe5c66e3440d38951b1a3d447e225b4e0f7cfa10be1c12219d51b5962f4db26683c8d00f55f8d20edf7beebaa06c9c5b5a735de230ac352628c2be4ff9fb DIST aws-lc-sys-0.40.0.crate 9515863 BLAKE2B f09191f966becfcb47c6ceac0bb0b73b267fc7927c701fa21fa38bca4f2e0fe1b4afe357ca88e21cd75482db309a10b43d1a220781fa311d81c72e4f09e05f95 SHA512 cc4db065e48a3051a73736a96c78d20794bdad4bce0604c79ab1f69d5de8f1f41285cae5135ad7c9d6f7ce80e170dfc23ef0425e07afb9f19829a91dcddeef0a DIST base64-0.22.1.crate 81597 BLAKE2B 6f216a560bd36e6e6b74e908344b457594cc768d9763070e269b56a14b150cbfc4b7f599d4c2a0a5f783638170ee132f0796fefb14fcac7fd73c58db0791007a SHA512 91cf2e4e7fc8815f9b8a86a7fa722a20eee3dc1dd57111b29e420de87ce7836bcdb1db01d3cafb9a977710ef63e7cc41b7772762323e68e0e832156858aace20 -DIST bitflags-2.10.0.crate 48427 BLAKE2B 238a6da813eb2c5541ad470b97b9cf6ad8004095d2a8e865b88eb2301290b7bda22e5b062ba66a04ff0f3108a84d4799af0786b76f785fb5782bd847876549c9 SHA512 6fcdaf250ca6e74b65ecba755d62c3e78f6c02ce1a9562a3b17bb2d6068a0df480ad9c838ce427dc2d2869a9dd1f86f2fb1dc1e50a114def77fd24154b2b86b0 DIST bitflags-2.11.0.crate 48906 BLAKE2B 35764719b3070c5f9b51d35297803306ce01823ef07d720e5ea5e112c072b45c4d497f6b63285b1a0fce2842b1468bc252b00564c2ece14211d2af2cd26c2faa SHA512 d6c0de6c06ed8d1249dd69de035dfe5b23d9f1a8fcdc7535756622cf660807c5e1c692dee1ac832c06be1ce41b225e3d60f36be4d1896bab7d986d18946f6c48 DIST bitflags-2.11.1.crate 49082 BLAKE2B c9c875b54e0a12115ecd846ef0a66bc7070d38892285a4142f1b1f26b07d407fa440a2943f310046f5fbc9a2428fcc56f2e44d06360e551d4b27c9b8cf93eab0 SHA512 c91b5a8b420d8e875a0906ef9b518a392487fba5399355aa5e908132149ddea7cc4222dd271cd5072e50dd9abd6e56420f4205652ba32a57af46bf07636604b7 DIST block-buffer-0.10.4.crate 10538 BLAKE2B d819c4f9c4be85868e8b105fb7e479d2e58d3ed85c3339bd677a3e111f85cb1ff624a54d7802ab79a6e1d9221115f66388568340480fe83eae1cb448f19f5b11 SHA512 b7d436d8e627e16e6ddc300ee8f706a6cef28ff6f09eff848eedee46f84bdcd03601303c92ab8996042e55922866a59259948177c0a4496eed723523e77f6fdb DIST block-buffer-0.12.0.crate 14926 BLAKE2B 8c62650f39117c337c167027d356339ca8e20277e78b0e045e32cc3692b8b5b1d8023bfde5887edb22be6dd5d787fa423380b53d18fb8359c43501d28a88f3d5 SHA512 3ebe9faa231d777f76dbb7b78c72eebd913b109cf929b0a66399758d06829a7c1cc9ab06f8ac951739d91be0cb402a49bff918228359399367ce8e69a112da78 -DIST bumpalo-3.19.1.crate 96477 BLAKE2B 8716eecc9918c69dd07d6840f9b55114e290de053fddd11c187e11fb396d8a8825422378ec7a2e131674546d158b909a1a4c3e29d52cf3ed001658333c153807 SHA512 105a84bbf8c2b8fc130055713eab7b598c67d34ac01fe95b4c9f10fe956130870c0d12ac237c5dad3a44991a1b8611e5028e749024b6497d6b2f8a2702a4f655 DIST bumpalo-3.20.2.crate 97696 BLAKE2B 0c744cb37279ca82e4c2a60be64c63e61c8290c9ff904c4a2ffd0e23f9ba96b1d63a30cce83fc757cbd40364bbe5e410da024c04cd9481f33831cfacc2133156 SHA512 4c725a4eb436fc9b3302430f5bec699563bed4b6a86c187defba9a83b749089eb6b00a6855afa4d42ac5eb324088eada3c0713f3e8c2d1c85bea4dcca83a4a60 -DIST bytes-1.11.0.crate 78391 BLAKE2B 9efcb5e5b93097d7405543fecb8962f5794c91b5e7186f4582e4d6886075a5bb5d3502c09ea0a3fc72c1381862f8700312a27607ff3534e7b476bac330924a4b SHA512 0f9315b9e6bc54b7339314c0ca2e01af61b4e59548f9e72ed54990e281266f614ec78917529779fb33cc2037a6ecc9595d531674a23eb3884e72759907b4a883 DIST bytes-1.11.1.crate 78584 BLAKE2B 4985426ff626d880a0da3d592ba48d697c88a83f48177e2b7380cb55e736a43f3cdf662d99cf0908b599aa8eccfebff2910405559e490b71adcf3f078673cd72 SHA512 7933d18c1a2c1496add2c7193e92c3aa17029c530b7031604ccb7c77c68903f53cf7d41396448b32bdd4f540fef4b37564972dac7b225e6e2ca99cd61179a6ab -DIST cc-1.2.55.crate 93756 BLAKE2B 559d6dd3524897ccd371bb806a181c43a3ce79e21c9978085eaf7e131d9bc2b563b59eef5c06f9b50afcb75ea8a8f06be4b48b7276fe2bcc20b850cd5331b9ed SHA512 51b047f6690aa618466157bb16ec0cd3203a3a7229ca51077d1b0c37cd2059318a113639c7995b82dfb2ef9272a338cfcdf61843c28000450c5044eed52a5dfb DIST cc-1.2.57.crate 96188 BLAKE2B cc59c45170f146e45569b36b96cb037b737f6e93640ef9adbf423fb6f61fc07a0e48efc6e53a8536f91210c95971b15d93e5b8544ff5996b14902f181ff39c97 SHA512 9bcf7aaa2791ef9d2054fd93489a019c4a77c3376495bde01468dccf9ec81701061467372adcd3759f6d4ae962ac108199544860a4d3c5de7595bf28fe76c187 DIST cc-1.2.60.crate 97051 BLAKE2B 292350c3fe7dc3e023fe4f7cd07b3a5a7233996963b42391243948f834a17cf69781bab32cf46d62722c45437f50123450811dce8aa0e96ee63f35480cc15d90 SHA512 d67fd7400bd1d20f26f7a6743ac02ad09dba0b8002172b87907f4a7ae2487ee41feb2f24fe375ca91a3ac4fde1dc8b48b6703b74297c9eb42bd1e91ac8fe4e80 +DIST cc-1.2.61.crate 97163 BLAKE2B d46641d905e44c60e36c3918c6fb666c7d5f19316a1415e5f51909f79a00773bd763784a71aa7ee85a4c058177596a06a5c4a807904bbd2340c31103312d415d SHA512 4728983b06cf6cfb8a042759b7da2d9123939cb3c87fd78d3d7dc565871b5a4aa522afe515bbfff62218d8ef5ca16ed88f777c30b746820c13c9a6bf98dc7ddd DIST cesu8-1.1.0.crate 10555 BLAKE2B 4fe369d1247c3b30ff9beb644dbe2a517d78632191f3216bb83d632bc8857f9541a1b60d0bb583cf3fc0ae974f7c9d2b07fca5efe2057d9ef281de76fe810a49 SHA512 2d902b624c7ccfe3633c7bcf99b833b120c0ed7760ea825bfb2fa03ae90df543e637efd46e0743782b81e468e0fd3b534956ffca81f9bdfbf742ff3beae8f8b8 DIST cfg-if-1.0.4.crate 9360 BLAKE2B beadbfb273ee97cbb6e3740891fbace57511399ad203459b66b397587d794677a9515cde4e9ec4320c3795518bf1551d72b9a889f8ac4b225168f493288b7c19 SHA512 176e04df7ba783b7143bb84397b777f5c5a1305c08a5c3a218d4a66830620be89ed68992ba27686165bcd3fb2f34b2daf80b2a1d4b481ecc267c988e84d28e9d DIST cfg_aliases-0.2.1.crate 6355 BLAKE2B a758d9c88527f0e6e7cfd6d4c83eda1bcb4d6e2438189fe08e8ecbcaa78d56afc5a4873f3b82bf7da96afd690b44cdf1e44466b6da0f37c358b340481017103e SHA512 74969d12d5d24002a29e08d52e30fbce014dd481a7c35ee0162e69333c5f2d7755f3b02439b31522e12444cf1ac8e65880ce33fe6778dac03757e362cbf8a72c -DIST clap-4.5.56.crate 61996 BLAKE2B 204ab0da10436850d787211a647885094178c24d66380140d0e04e2955bd0fdae5ed8bb3f15b24b7a853e1cf0a0983cab7515e914b6e76a8779fccbb35505d6b SHA512 2131f188f73ad990d3062b2f67ee7aaf4d760d8eff315c3c3417dfe210aad08ebdf030d3b1307a08e2df6486411b4c6ef3a52d8701e221fd3a41be25cef651d0 DIST clap-4.6.0.crate 62930 BLAKE2B f184cfb0d40adef5d0b4ee0370208bdeb6587b9dfd1b37f71a577cfdf77101100b4c47809ceecf946a855455ab836273aa6b8bb6570d0c126a82754f16bd95ba SHA512 bc5641690f0a0ed2b660836590174641e568be3d2b92d5dc91a82581fdef0543640190fc3c8ffe765f0245a88c0f9809d4e136af156a3d480a680da28e8ae5f6 DIST clap-4.6.1.crate 61836 BLAKE2B 0e58b564b1c7792c4380284a61e20324495906764ed7ee7e9e62eac159d5f81508a82deb26cb294c85f236f77be79ce0cbf0253ea7544790ea3a5c0941acef6e SHA512 7e1bf1cdfcf8fe1f67251073e9ebabd92b44a7013a2245dbfc3a7368132600a30662416635a329067b97a8845af3c68274ec6ada3bd72d110b0aee5a4d7c986a -DIST clap_builder-4.5.56.crate 170945 BLAKE2B a1b48d049438194e3a0bd51f3de8bf4392f681474b4598c0b63b6f781fce9eb15e549bf162800d997b25c69e24d493c7a57a2e3775f70fa071089309a236dd95 SHA512 5886061fd6d2e0c1f21a9d30785f1f704df8912b2f254fb2342e9c1bd7dbeda91c8191559e27960d9fa9e535561c19a6eb16f9fec19c98b7546e872263e3b735 DIST clap_builder-4.6.0.crate 171122 BLAKE2B 0a6ac216ceee45625500379640f9306015f749c377d14c6c9538fab7988da89b39e260bf8736d7ca055c6db32613fa7a9e73f325fc496d7521ba3453c8558348 SHA512 43b26377a8f15d29f8fdc9ada914888d87111084c5e205308d166789a27d91c2d8db6756b24d48ef8a293c92ca4c27dbf5433db21e336b2116d51377116fabd7 -DIST clap_derive-4.5.55.crate 33502 BLAKE2B 3dcd1ef61a9d874dff8e4e337d3447caa05d3155bdbb9f1cb6de0e5a4349b88ea4b7b33316e68b798631c2c3351a7caf97d9b13b37a0c06c8bd5b4b3fb1348d8 SHA512 443bf32b68076a164c00222b7d5fb5cd14ad9f1a7eb417ca9fcd7d6fd49e7cbfb97ac8e74e0e72bbf78a862c1fb6a27e1021d2ae9d9ca03c11b530682e2b0b64 DIST clap_derive-4.6.0.crate 33435 BLAKE2B 93fef598637bc3674a7682f724412d5b515c3d219fe4d7e854dbb47864be598046e84c025a5245add4e9431b305d232e6207806cd87aff72cb3552c490426aa6 SHA512 4b642e4bda3af45b21fda189094f73b295c6890f2af533e1541be0df8669d1c7d8256a88dfd47f488ea6adab65012a213521d52dd902f9f11fd3b776923da1c7 DIST clap_derive-4.6.1.crate 33512 BLAKE2B 36d4fcbdd0eb22ed872d27da80a1c22baf718533d43cb762f109f80abc8d7e13a92fd293db40ee2ca18709e7bcb8cab0f06eaf48dde336e67df90e83f6dfbd6b SHA512 ed210527cecfe3791b9d5af7279b337890b46b61fa05fa6979c88db1693ddf0ee5a4eb0904dd93e2da76f5c870963cc79b90d87cfc3cecf166a65364c16ffd06 -DIST clap_lex-0.7.7.crate 13474 BLAKE2B 609eeecb32aef3e1b3ee773af7f554867e8a06d4c5d1d2f42b0137c65825fa27d50a4438b6186bdfe790ad19abda6f32880e679361d9647b0dc197d3d3869392 SHA512 08dd03c26213527f3900a47b011b17de36c3cb50405adc0ea8ea6d06000d8d8b7fde1ea84bf9c426e6e8dfa8cb6b4396bf4291a9058815b93f546c069ac4ff66 DIST clap_lex-1.1.0.crate 13470 BLAKE2B 3e4895620e2922bd95ab6e3aee296457adbe70c2b3b2fca24c48e5bb700ed622401c68f494a266b91f1b82a7ee109ca90d4eee7ab6eff35e28b5fe8038398e5a SHA512 d85237e0558ebc745b08a150ba8115133b1ac1ebfbf6b2abf632863761fb70cb329639bb1c30625b9e786bb27b19438af11c123c508fb39e682f13e294ea6d9a DIST cmake-0.1.57.crate 20376 BLAKE2B f9ec6c82ee8ed862c524d1ff7fe335379d128aa44bf5e904372aeecdcb3e78d2a9dea73a2f90c1c25301cb3c252d5f4d9313be56ff3e91fe9f7ce732167f44ef SHA512 34ff920c0f866bcc5fa8ba385b1945629c9174b6f3b006ada9f73fef945f67111f17342304ff74f69630bba4ff7450a402e1017a99fabc1296d276df4e4b633b DIST cmake-0.1.58.crate 20474 BLAKE2B 4a6bf6a74e2007223fff06df2f87032efeebcbd12b43b68cdb905658e94c2c7cdcdc041fda5a5c52afa7b7cdfde7ffe11f39b72e07965b6642603dd4d6578ef7 SHA512 49420a5d7d71ddccc21b71373769e1e28ab98c9af1a0c5d59fc3127e6dcc45cb1b7c6b5a37c9110907daceda7fd10bb59344f2bb8f041b18d62b16c22c5d0d60 -DIST colorchoice-1.0.4.crate 8196 BLAKE2B be97be7d875cdd09cdf3f2594f0e7ed80601de62bc907ff70053317b9d48e889b3fd2fa0da5e6a681fcf80b24be5e16089289e3dbdb68255b486c18c517c55f1 SHA512 0bc6e55c3909e7bcfdf198d5d68ed8b588b82a72f53aaa41efeecf9dae2d31e6c172a7ba922e000fd7cdf6373c13371a98e7da08e6988fdcfbf20782dda8e4e5 DIST colorchoice-1.0.5.crate 8187 BLAKE2B d6415c5b337e2f4f5176003082e6e8c52f55a45ff959376e7a3f30e5aab1ecd3f84f9cc5e7a8a720398c1b58f99a07cf042695adb0b35178931178cc8d77d2e8 SHA512 af3a5e7e837b280cd8f0578d2ba2a04443d4c5a445577f444af9edeef6cdb47de134f77b07ceda76ea6b2c73b9c10e1d7e3e1beabfd22b85869585c35db88bd5 DIST combine-4.6.7.crate 134808 BLAKE2B 1f3ea9962f4ed4177a9c028d04934b5e261df405c1c0282c74609e0e6a1490a92b262ad26d1d21dae977cff8795bfa3c1f85aa43fab13a88227394d61d93861d SHA512 b8232b0e1f94039cef3ad4a0a35a972eb49f4f198749d2fe50aa3fd2a77614f2d24e51f3b4465243ce9140aed6bd048aaaae189a7ba864e3d23843e9be0c437f -DIST compression-codecs-0.4.36.crate 25376 BLAKE2B ffc0da504f50055380c9b6449529baa7701358868d3bb96bcf243c478188bdbf12f74ddfa563316d534626b1dcb1d8a7e0ed1eb2419a6f334867b1d019e96675 SHA512 f4a1a8aa7c527e7f71c236ab978a7254fa649baa37c5f6b016599ac450f22dabe939c258870ce6aa23a984aebea70575a422a15f12ec46358e36ab8f9ddf717b DIST compression-codecs-0.4.37.crate 25424 BLAKE2B eeb57d38ff3b2f6c3a0d047a3cbcff3c5990a62abb08e3a68ef1e7e3ed13991da35c78ba7f7fc3734d5397478ab851b009fbc427e9f1baecb46a70b66de231b8 SHA512 52798435977aaba8f6e8a456244baf3d9f8d7931f243da6d178aa931bad223a581d2c14170db690b302cabc12f31fc8ed726ed1b00fbcd0337a309cf14bf2542 +DIST compression-codecs-0.4.38.crate 29877 BLAKE2B 03c5fc90aef55a7dd041048b6f9bdd09998fe8b6f5e9660a95c6179701e5289d4526358605a5c2d6afc0bac1c0729e5253a795d93521f1b45ae4fab67cfb9991 SHA512 3e4e23cf3ab5ac7865a1b5880ecc9716162b4aa261f2d1179d5105ad8ffc81a3065c341d0c0cfc07f3031bf8f2aa6ca1dddce7fd588ff5a75db15d7001efc219 DIST compression-core-0.4.31.crate 5749 BLAKE2B 612d9abe9b1d0457a7673552b024e6599a75fe28b52c5aa653277abc2d04ce88b7aefe9dc0d59b2bc58af36e2d66297580a1a23701af0eec20b83c72f1f8c3cb SHA512 218fa450d10dc37a8d858764dc307a56c29492046cae953e7405e723a8f298f18e2dc8d2e46bbf4bfca77999303548139c3f6efe0345c233e03c3bed537ba3f6 -DIST console-0.16.2.crate 34100 BLAKE2B 5d73736df5d1e528e5510094bf5318b66280310295dc74e04bc54ab72056ae97f1874b91be5c2cfa5ff0b53d66abcc53f3d990c6de5f54e88c3b26f72c0af986 SHA512 5022b1665af80711df693bfc1964f29d3f9a1217bf6309ed827242acc6f2d46296b0a0d709b8fc98fdf7f1ab9debf4e1fde5a8573df93e65ac3d50d291bcce3f +DIST compression-core-0.4.32.crate 10083 BLAKE2B da7bfe6380c27e44d571060c17cf16fafc46cecd7f826d76d1a3523d65dccb1da134ffd84c33b4db675313161f2535c9e6251dc270e32689a071d715d6ef8515 SHA512 0dddfa0dd0f00041fdfce0a0803322eb88521c2bf0911103327cc7459be7cda79a9abcd5dd3573690563469ab3e7b2547ea27846e32da0e99b7e49e58615caf5 DIST console-0.16.3.crate 34041 BLAKE2B 304d7d28d5d2e7032a4f5432644ea9d102c31e6e6563a64390fdc32d4e51200bf735118065569caa34885027cabc4859b3defb05443e2d1fc460f9849bef318d SHA512 c9dc46360bd2c0d7bd4bb34ef1c44edcec4c2ae23141888a7800ee1e0e85b0e020501b6d880ac71731f9e43c1010664b7a5ee5f62348ca272f9bdf6d76caa0eb DIST const-oid-0.10.2.crate 61449 BLAKE2B 47249f191178e370ea39e4fc31f9ec9cd81b7ad7e89bc14a02eb81932128ec15d51a36baa28b792b05b95329410ff5aef9de3285c4718f1bb2cf3c9d54c73742 SHA512 9ad6ecce2c1d4c177b53d602b9b610442701e72daffa370af71553a380cdfdbea800fb8d7413aa2df273121dd6d0a511fac4b64a10bcd2e046ec19b4eadad007 DIST core-foundation-0.10.1.crate 28886 BLAKE2B cdf45ff591a441337ef35cc4784993f95e398e5aacfd91d6d8eb0a3b38f9a6974f6a47797fe63da569a07c6ce7fa8b4069d084ddafa10c85f31ed543fa7d2f99 SHA512 2d7cbb4fa6b5684e700337eb86ab5c0566a69c027bf7a7eb19054e9d9f8955a7cb069d3e31ec046be4fd1a4ce1883155be8f59d223758974a649cff80ef0a065 @@ -82,30 +70,20 @@ DIST fastrand-2.3.0.crate 15076 BLAKE2B 15c9a1c4f64d94c4bfd38ae139c6fe19b6b621a4 DIST fastrand-2.4.1.crate 20773 BLAKE2B 79fe53f19cbd8343ba15c21adad7397ca9e351d00d77673913063f8f8c02c0753a29828ddc7d52f2f2f68e8e1822f31060fc52d046769f6e768d510cbf2086e1 SHA512 7120edccfb1aac689412f463abb816e3ec2e7c6f7da3576c060229139c11af5e69408bce42dde4d78046cd09ba8db53a6f9c4fdcd68e5fb151b72a0906a8bc7c DIST filetime-0.2.27.crate 16678 BLAKE2B 7ecc5d1153771eb322e3b885426a05d4b8f17c7030ade7fc825b32edf23ec52db2a0024dacb1bf34f2e1b194c759c0fbc06f711f010d5786a5a18f114515a54b SHA512 f1daa3074b0686b54e6232b663ddcc442c991e35a49743630206f40b55d710687d9eebc525a47ac747bc123d8301d8374fea7c1dc6d05ea916e76612bc4c70dd DIST find-msvc-tools-0.1.9.crate 31493 BLAKE2B 4137592addf8b58f4e4c02be537a72b132b38cecc1c263c2569fe40e2cfe4377e7141679f32661f44ed467cf9723343ab13732b3d6f4a2a84c610d0958e7e30b SHA512 729b3c1c1d520dffe5d88fc8b58e47fb7e86dc26e568fc317eea5ca8de0ee953fbafaa20ab34a6bfb43173bab39a90ff6954c11dab8d545e902305dafc8cd3de -DIST flate2-1.1.8.crate 80972 BLAKE2B 1f960a2cdd4dfefbb2b3b565b7bdea851c9ee2bb607d2fe2464b088641dc31b69e81a9e564665842d8fc47624a39976f9430e5c2429032874d7ff726ff01639c SHA512 68a65c13e4b5b07df5d80e3971ca05d9cde7d9c762ba611facb8e84092a74b5cbd33eb3c1f7fa473751ee53281daa87f349faf4c66ee452cf9eb39d654d2bcb7 DIST flate2-1.1.9.crate 82745 BLAKE2B 442fc5584096924c8414e98a0cf9bec736ee17d82540fa57bddb45ee9ee18a58e7bb3b75cd5cdfdbb137557a3e5d49ab1b19f6ec92799e9c9a029b7a4d99100a SHA512 0e98a626e314485bdb4dc31419fda9569d7ab442e64b68e374ad6bee8f5524903490e2c36ea243c78847ea378d6737df50da85f6be15517596f5f93e39a3089d DIST fnv-1.0.7.crate 11266 BLAKE2B 81da85889c91b6567e0f555e37dd915f1bd919719d1ca10c31a6861d7aec29a49ae9c1e8bc500791bf9d6b8dbb318c096d04872c5872a4b1f7d45fbd8e12842d SHA512 2195a4b34a78e2dd9838caf0ee556bf87cbb4a8ef5505aac663b614eb59dcfc0c40f432463ede41ecca57bfe7711f72673d39a85fe03d426f1324097d5628334 DIST foldhash-0.1.5.crate 21901 BLAKE2B 22c3a266becac17995ac996f5c9caa8dea77e36786c50464e4e7750d8f3f13321a0a1abd3a9abcfd6ff441ddea257066b2dfb7fc6fcf7468f537dbd1b0db737d SHA512 3a634fdec410d87ffced8aa1bf8dacd9316a04c51424563d60b4dd611617041f09085edfd0ec96e6bb0e0db74a0e950b0616d1fb94a31667af35af1637604c22 DIST form_urlencoded-1.2.2.crate 9347 BLAKE2B e02670f9af81a09e8df16680dbb80708632ac9e708297fda2f821af8076fb827c011ff359d4ce50d5ddb8f4403d4e19f74a4b68d11441f32eabc6fa2e38b3b09 SHA512 07d27d852504e146d586d007b090e53cbe740da140859dfb7d647c83c1b55265a83ea0a0e514587699b1dc6b6ffea2fc913319bcc83b55ebe191801a3b429c8a DIST fs4-0.13.1.crate 28794 BLAKE2B e8299dce2ef4d674dcbfe573eaae274315b4893090dc5ba8632a7faf42efaaf2107de45b71994de4dc04c93be1ccbd30efb4b2617cde2d21c9e196e6e44ab530 SHA512 dc122f40a020b5806ea9db9e98a1bca1efa8f9c3f9592df774c29d1c20823afe893464d6b0a57e8bbf6ddd45f4e6ddbf93292933d2567ac9f6e7324f409e0dc5 DIST fs_extra-1.3.0.crate 31298 BLAKE2B 96dfb4e886767d3d3850d94cc789867c3ed461feb9da0ba90c600b2b41c3119067953ba795cea5e6c8c338adb6fe6426769a6e6894ea3e02eb1ab11794eb8d5f SHA512 090d2ace0517b86dd2f54c5491366cbb6e1677f64cf64f024f7dc6a3c42c4f8c54b215e954572e2df10ae7f0e956890ecf7ccbeebf66b645c7647409484c845d -DIST futures-0.3.31.crate 54953 BLAKE2B 4b91470d3c85b9260c734dc6be8c985f78491b599d2a6ec0d1e824b82f684cd030be6f64179f7aa7c1d1fbc7cf0c5a1bc5bd045123b73461f490d7c2b9011f9a SHA512 a08d23cdac9e162d0e6ae72bd792201ff4e13d7ade6b498cc597149b3df2062b06814804c0750d941d8b5be5d2ab4cfebbe2d08a98d875d2092bf25e6e71a51d DIST futures-0.3.32.crate 61234 BLAKE2B dd15b4558a91d8012bfd9d7ea3cf9764d8b4d9a4d9a2fcdfc10f30465d649989b637045e2cd72948dae060eab3de4ce257f90de263e4b08c3bd0cc37e79bfcf7 SHA512 ba0fab7062af4d01143ebaab728b9d836a6589821e49347751add959f7b85c685f91f99b6a31e44988d887c4301bf657c0f8d969cb3ae219235aef2528aeb4ae -DIST futures-channel-0.3.31.crate 31971 BLAKE2B 2a59ebb73f998ec307bef01e997bf2922556d6dea10e2e6e8da9e1b4cd05a8bcfeef01bc1cc57d79c39bbd98b8a0d26871dca5c7641a9d4e9c2bacbb3feb4eeb SHA512 87e49e661cb12c1e03a07d3c94ca9bf5954344a51fa11639a118f5a49877c883387343af54639ad80e7196062a77fa7c9b9aff9804fb1e6ea3d0eb09efc53c69 DIST futures-channel-0.3.32.crate 33213 BLAKE2B c1188af04231e661eb97652caa90fc37e784b53bd7ff604a664914db2c277321c353ab764919c2dbe68483b404de633f85baa9cc06086d5799576bc5d5117d64 SHA512 eb60ed5ee42df0778123c5967de28ca29764f518e586768cbed9b43b64c9e44812e2eb551a5259499ec81f693f00b914993bc910dd1f1f50b6a826cb3d76a8ab -DIST futures-core-0.3.31.crate 14318 BLAKE2B 613d16e4f18547e45ed0dd56a7b908306393e479c379ff64f358844eacb1f8d37008ffbbfe6b1a4ed184e501ee9214db149d9cca31651b7d353ab4a99c8f5ee1 SHA512 d2f4c2476c4f480f724a880ee16566fcdd545579d3cacd2f16745812eed9ac4a7a88d59d4a38b163ef466c6f6b612b9cb06308a09d52256506a8a90e358db935 DIST futures-core-0.3.32.crate 14684 BLAKE2B d0c3ee59327998990f4cd81b8d76b6d8a58000ffda809ecafc8b7e658abffe4fc45be4b9d5e502436af8e4adef50b1601907b8256a9f65f8467beecd37ede220 SHA512 5848937ad4135fcc488690bc681bf66d6c353f063f87dfe1ea4b79259b9b402896276c10ea80b159a9adfa551abdb5b00a2c6b332af9a898766f87f177a40137 -DIST futures-executor-0.3.31.crate 17965 BLAKE2B e111467391cc99d1b6a1f5fd3aafdb86922a2d2d9e360112402d68489577527aa35f4f65e6c0dc8f48372927e6d7a6a4a97c7b9525c369cb14e34ca2dafbe64c SHA512 337e70bd3a3bd3075b51e2afe8f157902ebe486696587cc2706b6a5770478ee2ee4216aa9e155e9821ed1d02ba437cdd3abd0c05aa960378ea192e2ed39af564 DIST futures-executor-0.3.32.crate 18581 BLAKE2B ef9b6c7752a913d9ec420858c6e1c102c7b961412fcfa5a6832f11b1f3ce7ff47383d0b0827acbc2d84c00f3a0fd92c3d61be44eca4117470211ff3dd3de0880 SHA512 1bd682040fa15d7b6370b6c57d8109cc6e151230a3ecdede1485906c95feef911cffd15a8bdd3114e87efbba79ce444c05baa7dad6dd74aec09f2f00c645b040 -DIST futures-io-0.3.31.crate 9047 BLAKE2B 667e62b50be304b68b8437d93b734a0e2433d88a3b410010ed0b04eb2bbfbc9984454c3f0a591f720c9983582c6421d7f870f0733c31337c4c518112f52aea54 SHA512 16d21388f7ca083d2c618ec140cb2c0807ca621b8c338698c367d862b99133ec9edda828f051f3f666472c929e7bf7a5cb334fcf167109c7c392c5cc60b54fdf DIST futures-io-0.3.32.crate 9191 BLAKE2B 01938a42ddd4de31a389136376738b4e6fa6820698b470fad50db28886435857a9ef4b30d871559ab6a4fbdb3325cc05615a53e4bb37fa4eec2d019f26fcd42c SHA512 df7447fcc2046d5453d26913109bde4dfcfee2cb6914e963b090c68b32fd5256c65697235fa5ca960659791bf787ca6ac88b6b09c42abc82527f3d3c6de5ac61 -DIST futures-macro-0.3.31.crate 11341 BLAKE2B d91ace97b854cbfeba1df90468fabf6313721ef72bb408ca6bee1c110b0162fe91da18d371b628513644f9d3956540d93c3e13bc9917550338f797967acc3967 SHA512 26c45dd8c037831ce3c41a326ddfd581784c2e7aa2805ca4d93b91e439f4d8c078293cd328bcd66d0283cbd5a14724bc624ec607c343d15193b00bd644b86166 DIST futures-macro-0.3.32.crate 11929 BLAKE2B cb8645742a8b70286ebcb3c8f676c97726e0e8367a926d171439c8ead49933afab39111b66edb249133274641cf623086f4eacba4774885552b02132060d45cc SHA512 39a5d7d4e610521d1d6d285a5ffec43b7d331d92d80e60890448d016ceb30ea577c93eb961321cf6c314273e566964dd879f7cd4b855b9f5e141dffe8e83aff9 -DIST futures-sink-0.3.31.crate 7958 BLAKE2B 7d42180cfe19ae42e2ff486d83ed46f3aaa4b333256d4c30c5a2ce0e0d0b05ae93516b029e6d07105b4296bf23ba29e6fcce19f0e38ecf59b53c6ec9cfe2e188 SHA512 79a57dbee5cfe98f2c003bd463d252648743f70d13e2054af072978b758c7cb8e5fb652fd2f36c760df358ad23d2893cef24ca6ae3df44def28f1d39bcf348a9 DIST futures-sink-0.3.32.crate 8106 BLAKE2B 881eb606c985836f361f5133b32401f4ba84289a0c8e0e075f74ee2a6fd9ee1fb9197f53086c368c2e231db5f1e61ae88f99f578c50956d124b612f1e8060222 SHA512 05438809ce417dc5dc46c14b9190cf798e0ab5b7dd5b442adba2ba344618e076807d4884f4a8cdf2f321a27557b3e3b563805fbd51a9561e9224d7502d4a6bd3 -DIST futures-task-0.3.31.crate 11217 BLAKE2B 8c0e0aa0aa14bfc28e668af00a3fcc2532950ca865a9f3935717a4a3770cb60477cd8f4cd080675379315b649fbdc5fee9dce49502f0f24f44db481a24c884bf SHA512 4872fd2f24b07c626efc6fd76c01b44d56efecb9697f972d0877307b38d3ccb06277ff029df38981470ba1f8ac5f93086123ab3af44d3c49bd9c10b6c9158a81 DIST futures-task-0.3.32.crate 11377 BLAKE2B 290a2e7f7c957acfffc8041a5ce961b84bc6b1d02412ee8dce29cdc9a7d4daccbe430291d1a735c132b907448669aea4e5a3aa292cb5ea4b466b30fcd4e3f98f SHA512 eea93a8490d7083566d7f723c0bfae01583787028ae5d8bba851625b1ccb2587d27db0cbf3d7fbfa36b51bd6d444c54905cc4d56021f43a5a440cc8b0ed73520 -DIST futures-util-0.3.31.crate 162124 BLAKE2B 69ca647a261fe24f90a4221d8629169a8dc7eff9dd1c4e07cc700a52a8609ce9b8aa3974b9b09e1ee64d0121d7bcb3efeee6fc15983347aaa0b0b23b068afc34 SHA512 429b1de584546b931b17d475aacbdb0c14824a57d960c44e615aa808e8c0f9c126473e313a7150b3de87ea91b7eebebb1041509f61b3493fee8a9cd2c75c4df3 DIST futures-util-0.3.32.crate 168797 BLAKE2B d804428849635088636df69330881d68474db307ac4dd5863d73d1d93c54e90a18e21663864e94f2bd86999356e19b8325e321cd5c63da6e3e05f26c3af836fc SHA512 77705985b5cefd5a9009e631689f5967320cbd1363888cc8b7eef3f7457afb38c793499fc3edd4453bc8771c43436e5da1538ce0c5ef655a5e597f4fda2727b1 DIST generic-array-0.14.7.crate 15950 BLAKE2B e74c785e3127095625951da192a018281ea9976aaeb11019f9088c3f27748c5fed1ef25d577150864486dc48b5138d6892e42f99979339f711a66fc70756c82b SHA512 363a7b04e4102f9ca63d429721c1ada6272be6bf0a2e97da681faf76381f73f0e3acb86623b9ce2dae441de9fda704088391779b9769ec02b3c8c9f9f35f897d DIST getrandom-0.2.17.crate 40780 BLAKE2B 49168490a12561828bb324273c1a2dcb98017577f8500fe08a8bb7c3accc37afdc459af264da7b95a4608e53c4edf8fcec3cb240741b2ee7b128012fab975ede SHA512 23033dde606eaeacc0557e21b3c5ef732e083b17ae086dc95ac7d1a8bc1b695a9a6a7073b8ae774ec62e7477a8ea0644d417fa5da7841a3c8118694c21813d1a @@ -125,11 +103,11 @@ DIST http-body-util-0.1.3.crate 16975 BLAKE2B 0914cdba8bcc09ba191bc5a05ee9ec13d8 DIST httparse-1.10.1.crate 45190 BLAKE2B ce166e68e60434c9e5659b7fd8d2b014247e798be12bdd08ed1a28bd71d9aab4047f96c6179e00fdbeff8967d27ffcc9c9ad3b76a4fbc5791c68c14ab36ac31d SHA512 b9988b4657e54931a9f8beab694d938bca7c15783c7181059770e56a7cbff801531e96eaa396615f19b0d99c37f73b39194c6ae06df1309a02097ba13e33ffd0 DIST httpdate-1.0.3.crate 10639 BLAKE2B ce0b401c69f76252639c10f6c2e4a823574a58565d7c5cc3633c72837aa4ec3630b34b148de4378ec498db196e3b2e1413ca0e5a4d9247855380fe19a8c20f94 SHA512 0586888fe89f40b838d5ceb083084d0b8058feff1d2933faedb96896dc86eec68b541a0374a508fd11b86eeadab3c62f88568ffe2c53206fad438373a50b2e5a DIST hybrid-array-0.4.10.crate 35046 BLAKE2B da3f60a8f1b76607ee648949c8eb98b7ed37bf98f55384db2f0693429b92d28bdba237a353f382aba00665a19a49f04c72c29872515ba2192b3eda4e65abd058 SHA512 12a5884b11b4ec82a03028bbd9d65d19e5e5e4a78ff2e6d46c4cffbc256684831fff850653d6d7c6a6583a6f2c91ba6ed184a1f2ec30341ae4110f33a5341d6d +DIST hybrid-array-0.4.11.crate 36102 BLAKE2B 863b9997d81751d7b870db15f9cbca5d6190d7facd4358a4d1e814d4b8657e08ad05d77ae939082960e95e639a47a5a73ea32eeb21c71bcc6b4093b6a8c02409 SHA512 c667aa4f00b96412252d3cf30b6f6cef8323d33154bfd0166aec1aa9218db7dc800a6accbd0a175ee127717cadff73b4bc1d8ab22ba80b011ddb3b96996cc0a3 DIST hyper-1.8.1.crate 157353 BLAKE2B ddaf59d791c00f20eb177c762d16b5b5be6eadeef8d4d39847647ddf82d013070d97f4aa681d6cb91e200d320dd6da91d2e8a5652e3a58febbcc643c6f87a40b SHA512 b7a9638fcd74828b447966025b172899943ac8f9286860646e7fd073a796f32b0ccfea5d656d0e5c0c55b8a15db613370c0cd0341b55bdb15abaaaaf23b4c623 DIST hyper-1.9.0.crate 160126 BLAKE2B 9496ed43c12b9168087258110df36122040785b96d9247a3dab59563a05fed0f48dae59725f85b3acc561406ce55c6aeb39cf40685b2b3d0514d71116ebfd0dd SHA512 869a96c81a475acca48f890f2ec7e6c071cc7265b56bd85d89c8ad879f5c651ba0e5d4c849a540d882c69080c89625716ab80f5f897ad0587b092ac624ef87ae DIST hyper-rustls-0.27.7.crate 35435 BLAKE2B b833e2b7ca66a5c21a63ec82e5324cf7c743c63fc267cd1ddff2f47a8e00089e9cf2a08a805afe642f3d18c25c8ac5b9a238de04eedfd30622901680ee6034c8 SHA512 d0f4774ff4e0fe51c448a140e76765261d66ce1293c0ce521baa9a2e97731dd0774b2e6c54e19e673f05154daab710818184a440be0a46701bd08310afe8a2c6 DIST hyper-rustls-0.27.9.crate 22935 BLAKE2B 021359ffebe1a5872fabf09d08f723e411111b8cbc011b6fb78bb8c26457640f84df58a5d6aa0c9d9ac481f78bcb95b63a8c8a241a03ca51175e0e0ea22d6957 SHA512 467cda9b93888a53fcb57ddb41aa0cf2760e448aa3bf2f0e52ab3629984f96e81af51aa7f8090b6acc88dcb78fb953c2ffdbbb184f7bd89822cb9885c44832f8 -DIST hyper-util-0.1.19.crate 112744 BLAKE2B f01324fe17898022a2a0d5b336c852b9ed2d4ee1a79ff204bbd9fe103568ee0630b6c462ecf2ef8a6767a3335720d0180fd9932d965c9e5edab9aba81541feb5 SHA512 23d40ee9baf105025eb20939c27ebcc636498e07f776bc1bb1085647ffd52fda8d019c2967ecdb43cc4d46777941a026ffdfa4eaae37e1f5e8a42228ac6c720c DIST hyper-util-0.1.20.crate 112807 BLAKE2B 8a4afd853d3ac4a29d8bf9de9f9fd0c590be87b017c5f9c8ce6caadcc43a1841ea9931c4c932ee77d3c1583378216fee0d02a1f597a51d1d701452470c6f2a5e SHA512 aab7a6565d65c7d7116cf82252976bce6362dfbdbf33c251be1be06f2eaa5a4ed3f9c6fdbd1c5bcdc765665739f8c1157a74518a37f704a79f79349cb4d82e28 DIST icu_collections-2.1.1.crate 87233 BLAKE2B 7c627fab991ad55a6033adccae72306a3116a3611fc2e4a9553cc5690a4e6b88d6180527c9032451f89568a73b019749f3e4d4f49ea5e83558612e0671d318ab SHA512 41d20dad05d6d37ca97ae37f4afd51da9c2de968e8087d42a628c1543fde1ecaf9a284730d81a1718a8102aa0fe9ffff6b4a77f0e941c92fdaaafbd911f03a9f DIST icu_collections-2.2.0.crate 88011 BLAKE2B 6caeec073fb6dea88daa77c7a4d8e3699924bfab2a98f21429e5aee73367e2c1e72e8c183050dcf3ce8f69d432874c69acd800b6a15b08ff440d45b0d683976e SHA512 e7997eca01778c9635fd918d05c850d43abc3cada2b1e79c0a4043f2bf275c238d185f1c55ef06548de88eb3d02c3d04f74061cc20e0843ee46f4776e701818e @@ -148,13 +126,11 @@ DIST icu_provider-2.2.0.crate 51620 BLAKE2B 97dc0dd0f22ab74b80127a4091b8f140427c DIST id-arena-2.3.0.crate 12883 BLAKE2B 2a7f498c3ea5632af4a369d46f90106e642bccbb8e36ac7fe37be05c2125989ea2cf625db92a782408ecb5f68d3efbf3006413b5b748815ee42b9dcfb28d0ba2 SHA512 99652279014e63680d66bc8022ec3d2373d6e476646ee5551346fc9e62d1fd94b28c945bfc30df14c85d085aefc7fbb9051fe11012f63a9254bc11f03133f116 DIST idna-1.1.0.crate 148747 BLAKE2B 89c6bec54cc2717741ddb5cff2939c08823189a490b79ec0e9c7acb3aa2b4fee472e33f36d7c345fb6658c863d3c174577aa1f1a10c9bba7558fca9f76b8ae82 SHA512 1d49993145fe694f33f7c71ebe62face416f2229b12690cec23ae2e4be2fc1c5aa5ad5651d815ab70057b68edc450ef6004306a775b920b8773c221c0fe6c106 DIST idna_adapter-1.2.1.crate 10389 BLAKE2B 464a9a20da73aad657cb7c0d573d92bd21159032daa8e28fbe61a980b44e59d1a2b2e076d30ca35a49abcaf1bb71ec51f774ee137792dcddc81086a1b6c2eb61 SHA512 e94555b58646c596fe64006ee6f4458962987ceedc3341a12694d809cc298c38799fb56b382adaa966e3171b1f62b7835fbb2e688251e742deb7067975bf1aba +DIST idna_adapter-1.2.2.crate 10444 BLAKE2B 0d6559fb01b5507e5255fe89bd2b0db5a4dba72a28138cdad2033b21a53963d1cf014491b4f5d80ff972924ed7f230efca53aa882352272702f66255fa66bf86 SHA512 c80655c107506022fe6b6d69af7ca2418b070ee66150d743b662e656a2ae04d4ea7b41f7f182fda9fedfa2626e70db30734f8e9af18d23ee39da0c2d4a21949a DIST indexmap-2.13.0.crate 102206 BLAKE2B 7f3d070b645741f5960647f64759840b1941c1e28f61ee04d44d7eba0d8f600949cf139bec5fddb1507e4d5a9e12fb709a16415aa014eaff8f5e87cce41a9394 SHA512 f5efe0010603a3f1da8955f5f97c9a39e4d2c5042c0829c057ad739687d990c100d1276022dec23e7cd70efecceca07ad735693bd8a1b21b507b8892110198ad DIST indexmap-2.14.0.crate 104085 BLAKE2B 828d8eede906c2908baecac840757ca8795587a552cc9dbcccde89a3b81444d99395670fd71404c33033aa5a1b905ed0621fc39236024c8b8b385e5d29ca6b5e SHA512 fa6bcaaf1b9bacabc72ae9d0569065325a6741b9ba5dff168ada6ece460175be47741d906d9326b48d30f6c55805d33fb64bfb497490482b4e412ac15a8ea55f -DIST indicatif-0.18.3.crate 66504 BLAKE2B 61c6e0a3892bca66cc6db8d5371ad3130a43d45936b1e8e29e99bb3a7e3b6b3842798373a326f167c7eb752d9d3cd18ffa5bd274310c88a6b30e142f44d8714f SHA512 356b999f503bd64f98f817578dcd957645c8d23c256229ce1b1bf2d1ebd390caecb1ccdd71165311181f2447d6e80561763fc3418688c2ddeddf8c1af95c9028 DIST indicatif-0.18.4.crate 68731 BLAKE2B 4804334ef2680c3ee0f265edc6cc6699967c63b89365501aa860765db5a5139f9a12bebc8a3c748eac998ef9c26785711b81996c0cbd42d13f8b87f48b641c30 SHA512 6a7484ab982c75c7ddff3846913a74046406b5323af3356bccd51e6fef63bb43ad6ca07cbc6628544cf403b29893a7e095ab096289a6e2f47ca1bbf573a7d78f -DIST inquire-0.9.2.crate 100141 BLAKE2B 0e5d087f007a1231c1a46f1c44215235ca6d97e5f1cff98b5c69caa831dd5f3f579cdfceb747fc76094e9dda2aa5c77ff385129d44a056dd09265b8c27dc4d33 SHA512 b5ad46463aa267cdd78b1f3c87a3a6b824b0b577b36a8cc3f1778cce7b6ef440affc19254be56ef8adcbf00ca8cee9d18d56a37e71fb43ba386fcee1e81fc032 DIST inquire-0.9.4.crate 101235 BLAKE2B 3cd834fb704a0250c4f47a776a4b05c7f66962426b1ef2ed7cb122e89cf6b328737a673d51d9222ca59b0e484786bce884203d7aed3178652e069027d6be4847 SHA512 778cc4b587e570f799aa1728196d967c1af1da4d4d32c6a37eb2f6dd541c6aa0c276bbbd1c90b67b069f084f1642c68edf1f7793c792d02da29b40903b572b05 -DIST ipnet-2.11.0.crate 29718 BLAKE2B 5cfd0876d2c45de886a069fa564d5bd0d4bc53a62ba445692b35c12ad4e3197d9d42b51b14e31bf79e7b8ece129e4612dbf47c90ace5e2e5a9f0e478bd6a5b1c SHA512 9d3c42b5bd93a792ac09975b9ced105e6e8b1eb83bfe012aeabcaa3fc388ee2c5a0541d5cd6dae48dfb97cf82aa970316962d231b65298873136335ac3e5ddca DIST ipnet-2.12.0.crate 31000 BLAKE2B 4eacb12b6a5bfbc1090b3de2e6f27df8f551fab7d9f25c3c261c8c818fb30c13526f90ad27e4f474990658ae5f2c07deaec33186cc48178085fb770991806024 SHA512 5255990d2d1024ec0a46f19516a9ec006f61bee82cca02c08ae907722bacbdeab90d2c6f362563b530f394f523310b628dd1661cc0c7199f99814a51dd1628ee DIST iri-string-0.7.10.crate 146126 BLAKE2B ab2e4c43382f280a60be207a163a868f75159ee682b072eaeb4ab4d07d2275155d65280c17ef568c193ef7c6746a1deb5f9380906307c40ad26ca2f4fe59d4e4 SHA512 d0a65eb623af42c675d45961edb6344bd8c675a1f925c8c3eec8c401f0681f325a85554c78c8ea404380a6a3f4820de771d4fa6f310e06cb30a00d0795db1194 DIST iri-string-0.7.12.crate 161843 BLAKE2B 3686a239a5c942458467dbf8262108af2b6ef2327a56fbe1c819b5e838fc08ccf5c41651e40ffb51fd1d090b70d5cb38a23bf47aa5a92622ef9c081eff46e20b SHA512 ec92620d3ad5ee78c5fbf9497fa71be08322bc85a0b92399d8ba4843d828e5c77873f641be6497da8bbf8d23dbdf6b250c3ab8e43bf5fc2b3ebbfdde33e9408d @@ -162,51 +138,44 @@ DIST is_terminal_polyfill-1.70.2.crate 7548 BLAKE2B d84c45a94bc0ede333843ddb5206 DIST itoa-1.0.17.crate 15905 BLAKE2B 105796a6438bfccbb4676cc0beefd89abb05dedf077794dae48dcebd63cc745bfa4664c0eaf7bacaf989ea9051c98703e7ce85683f5c8c234fd1639c391aa3fb SHA512 4f1b09fd0152a8c837c40045c46779c992b8b5a4737565b8ce3a92bf2fb884bc6609bc597c2b54c33855bd108311adf46471b5ed5ff7ce32549b8c72c8119c04 DIST itoa-1.0.18.crate 15935 BLAKE2B 8e41446056ccd94979f6f5a8fe8c48d6c47abaab99a41715cca31816f859b56e0cbacb998f300b62be8b719a6470f8a087f1439b72f2f6662d1cdd3d552ede5b SHA512 8dbad156e2863c28e2b380901a92414ef00e39f1fcdb06d91a0f3fb73108c2f7f36b699ccd93287808c24c29cca7f1783d48d5ca95f2173502963c0abcb2d09c DIST jni-0.21.1.crate 105028 BLAKE2B b384973d4d991de027da3f0c27aaae33a5d1f2ae8037f0121e8c637a96382055611da753c14732cd9fda56f929b307c988f1c3f6bc2c7617e2e5182a66a943b6 SHA512 46897d5fb968e598fe39179307376305f4604db61ea5d7f12050506a6813e242c05785536528ff2d59de8a3877f6b24be15c30f451f1bec40a5c72fa3b772835 +DIST jni-0.22.4.crate 199347 BLAKE2B 45f31db3dee32c84b0c9c343833008008ffe0a3227c7aa17f41ae9cbd6a3a56409ac610c9df12c37ef981e57d3bb5b6aa972b2b1e0af13a7a1935ba071adf23d SHA512 a1613845f7e1ad81fe72737bdb5757ba9aaed622367e399e5a8a9384b7774b7d694e0099f2aa3310da24778e4e4cbe7b0625c15b207c8773c566c7ef6c98a0e8 +DIST jni-macros-0.22.4.crate 63557 BLAKE2B 56922c5fbe47e53b8dc27423b9726df4c941e26b58db561bb2cb40c32d264cc0a7565ed8a5327e7b93cb1831563624652c6f74327828fb7fba1ce1acb690fc3d SHA512 a0cfcb83728a6f6aa00c54ede806908b009acf365a32c78c5a62d65754bf12f8b81e15cbee1aa55fba86b29957d128fee2c295746578144b85d4cb4b6f4a98b4 DIST jni-sys-0.3.0.crate 10232 BLAKE2B dd6334daa6db9fae6cf1b31b9c13f09f9dc3f6a0e227bf6779880a6e197189d91583cd463b9876125cf892ffa5f8417dcc51aa010cdb8c99bb4f969990e969b1 SHA512 1e47582ed4dcf608ffd218549f1eef5ee3c87a89e28c65eeb5bba801edd6cabc0f095e213e8df606e050a57608653a59ced6f01a8bc76a5eb32ba1a337a63321 DIST jni-sys-0.3.1.crate 11570 BLAKE2B aa298c5f590bc1401552e1cc5f3c9ca08f3ff6d04ffa231424d5a512cd1a275ff4522025e2fb23d941ff7bf625e5d14bfcf7e217c45853bd7b256ec84a48f486 SHA512 5a87911395977450fdc7ef0c46eeb17fe4be12ff7cfcdfcf115e5770e166496619cb21aed7c17d2c1532e655104523c7ecb98522618dda31771b9a86cd03adab DIST jni-sys-0.4.1.crate 13249 BLAKE2B d217fcdfad4f7e4f554765e1991e4ea3eba310f8e89eada44e867a5c74f43939e6b0118fb7e6caaf9775cb251c430fc56888c8647546011b109c0e11ed2b4bd2 SHA512 9421c16b9956e32653ba00e2283a8984c94479d2310f44aee253e7119f636b18de900d2bdc2e6e9b3a754cf72c21c7cf269b7ee49dcb06e18dd47b8efc1d81e5 DIST jni-sys-macros-0.4.1.crate 3301 BLAKE2B 3d93ba6477aae189c1d2583e5975742b2faac0e6c7a1b4feb46195eb010ba53f3a28eb81b6037f00d8f1c29ec022321bf95d275fc1367abffeeb048044dea407 SHA512 07927232572ec202fa5cbb5785ae1c023dd8da30b33daa02a36f90f2bf8e52524911a158e179992edc03b9d1803eb1714352faaf5e22bb8317a7bf1379c28c9b DIST jobserver-0.1.34.crate 29013 BLAKE2B 4d89234147386d61e8402872e577c52c60fba41b21831acbc6934ec7668b22dd9b876cf78180f5a06b2b26b642a0d7e02c9a67dc36ae7d3aa3b95125dec3d7de SHA512 42fe03eaa4caac030c40b167c742aa104151a126505de9ff4c52ab97ac13cdd2b7219268bff414f1d09061f3f9e36be01bdd6255597b957e18589f9ef4a65549 -DIST js-sys-0.3.85.crate 56436 BLAKE2B a5c35cde1d01b7e5eac3bf59f360e9f8b418009a3b30c81af850a181f14596fca25a4cacec213844b4d59f9ac21e154531700f223fc6e3a22047a5f43833c6e9 SHA512 dc7361feebd63457e0e3aafac86653297994004bc61b3734d1b9ffd05312c2c9b2a2708ad07ad469b326811598925b7f07e49fce2e7c611c8138210bd70fecae DIST js-sys-0.3.91.crate 91416 BLAKE2B aff59394a2c7080c80fdac5683155a4cfc191eaf86b221dd49323540800a8c29c940b8d8f0729a9e0566652be800df63525cc09b8cdfb0192f915af92b4a8591 SHA512 526a53a373a964d04441cd918dd2af75c6dfbfd181d8847fec4442db2624ffce817e91fb5ad56d1e79dc5e8f120a8219d4deb2c625ddd93bcc767844ef978c45 DIST js-sys-0.3.95.crate 104031 BLAKE2B 20141a55de6ad577cf1d48efe79dd3ba4a36d7e2b43feec4ef90fefe522dace2146c4746d982cd93b41c410ce6357c7b0bfafcc81366e9f74e09ec5ff61cfb1d SHA512 3e7a3376d6edf12643ad4e75c075bbb4eabfc59e02b0246b88d3f46f2163c932fb08a21d825589a7bc78e0fe92eb5b96502da2a20b6beb39f2ec483fc0725a27 DIST lazy_static-1.5.0.crate 14025 BLAKE2B df29e0e3d1c061815bdd608b41074436024dc407d454f32517705ab04b2fe06075e310086c5e4961df0b4885e91021589d0bca2c1cbe6f0aeffa3ff1b3fd4637 SHA512 6d2f9887cd7f34f019644e42f02f2bf0111accd73aeaa60973ba0b039b6774670debece1ea9a6978e923208ef5d3ab7326473ee3560c078817f0f7ab8ed0f65f DIST leb128fmt-0.1.0.crate 14138 BLAKE2B 6353a2520bb93e0a3cfaade09ffbd8cf981d2cf75579e865941f3fea0dc745c54472b369873b1ef4f26dd7f356860e563bc7ca6e7615d600b272c698a55e54eb SHA512 82fbc7f0786185453fbf11fb3ae58e71fce9780f81eb6a56d7b559e3a0c6825751dd8b64f1266aab73fe65f7483a206e42f31ee1a1b7b1801246c6dc9c2ea817 -DIST libc-0.2.180.crate 812207 BLAKE2B 086681e1f488aa2ab8a477655e01bc27dc6c578fbf9eb2bb429828164825a5d450dee9bf1bc38afc8e1be5d849eddf384db75b9f4d3c64a0fde6cc37919c1b80 SHA512 5427ac2a7c03d02f14acc66c3a187fbb4e336a88e8cccf7f8281fe95f958b845c0205ec47aac2f6ba6ab8b8c4b5cd0d943205c3f78ad2830d44c3b7779c317ef DIST libc-0.2.183.crate 816918 BLAKE2B d0c26ca25b0808575aa540a5f0f43acaaa5a972269c5f101122538a1733b37b6aac3696a0d7298fe16974b06efb0b92072252eef40b17b977af24cc857963daf SHA512 017986d4fa8c362f8900c1c82c7381066382a7272cfe114243b8d47637d042c87b5ebef7881cf46727e00e541a0a8270a32db694ce8d78372672cf08224a90b2 DIST libc-0.2.185.crate 821775 BLAKE2B e0e93466a29c9d19f7d9ab3581b491908d06873a9c57a96b0cae2eed0f0d1cb184ebe80bc61e36d5ab316ab35dca529a322b29e6895f7f339e72c79cca7f8ca2 SHA512 c8dbcaaf2e5d8377a4d1003af4a7210fbfe4f9b1e8497f07d88a231a8d5c9f67014e650a5e18e913e7b4d6a1835c4cbc9c31ce0cd224ea28acbdbb39034a300e +DIST libc-0.2.186.crate 821883 BLAKE2B ebe7aac5f8937a8064c64a0d4dc72e5fc794080e09b96c6d245bdec0fd9a19d49ab38e25306e22e47564764cf5dcde45855237cffc70230a143eca2626bd5c3c SHA512 6a58e671ec6811dff9a0d7d4db8f37d38bcbca9efff20dad4706190e5cdb77b426567754bcf0ef0f2d0c31d6506401f724f3ca500b9bed57bb8605b1141ed690 DIST libfuzzer-sys-0.4.12.crate 129805 BLAKE2B 8cc1d806c3dfef50a01c4ac0cb0771fc5a6ca5f78868132d750792f4c13086c62a1c45b2f6f76f13d01c1d6c3227575a512e234be38167609351caad7100182d SHA512 ce18117dc20d7904864636b6c4e9526adacce89b7ebcd87dad45a7812b3198afe243ae66c4ac3c2626b6f103effef136007f2778e27223e1e415d7e1b72c4b72 -DIST liblzma-0.4.5.crate 36363 BLAKE2B 1b8f292dd07a6ad01b418e37169fc9c703c4ed2efd2eb19dbc303c66c06fe1291706faec91676fa8518e32c043ded17dffc9a879adb005b9bd458753c508803c SHA512 7e28acc574f4b2dcd6889d3c2d4c2d92dcaaf1258123cbd727a936c5d1dc2118d0064d90045b9de7a7363db7ea18e77e6d3d57d9fb386245734a58e55986df6d DIST liblzma-0.4.6.crate 39697 BLAKE2B fecaad8e7cfbf6933ee8ad597549401918dc25a7d0ef47274dd5f61b3ca33c2d6c3b93fb5868d0b8e176333fd30d053c7d5b9f45c8cea90c4d380adfef469613 SHA512 4a57961e0b3b4dc04f7059928acb1a5993975cfe63743352fd5c1ce5093ad06a48ad9846a4ae82fd6391d88c2d61495c36e4a470e8124ed7cb4b31b05b856219 DIST liblzma-sys-0.4.5.crate 1565150 BLAKE2B ee56df045f20e3b01376f25becfef985bc2d07beda18027f26b31fc040f10e30327f232a548ae4bcb36d8c925e8c09df711149384d4aa0f0047dc387b798541a SHA512 09b74138816602109fa7cc48af1c66f92abf04589b42af44944b22182a397fdf717973cc1c4848333b17daec3ffb92db3bc87a158956d8308d75a6eebf35d0e2 DIST liblzma-sys-0.4.6.crate 1625191 BLAKE2B d7539ed2367c6d05a9116230cd6ce6b09013245cba8638a6fca224439c845bcf9ef7be6d15884d774ea80bd90c8390058665733b4a136cfa6ffc768a0758cc6f SHA512 6ac5c7e079eca25c9f6213ec590e456b272cded4857e531ffb4918e429799722374f78bde3f099503aac4ef081467d42ae2219203b5149044241e769b1370b9d -DIST libredox-0.1.12.crate 7469 BLAKE2B 93ef90131d6de7b49f1c720f3b01f18856e825479f53fb173fec67d3b2c7d6eea86a8dd4789752dfd8f59b7668be82ba834c662a86c0196181f7822f418f323b SHA512 8206d0cd3faacccb681551d20d9cae977a9fbbb4801aa53daa124633925bae73d1967f6c75ac9718527cd567dc39239a8e97e12e0747bfb3d53b9bb33bcdbc4f DIST libredox-0.1.14.crate 9536 BLAKE2B 28a24353634391340f1d1837a61c70c61896ee228accfd3ab297d1265b081a410210d7493cf1505a9e8448bcd69ac1020a12630323180f501145b5eca800a39b SHA512 05242ceb8a058303af0ff0381db34a91a97e9ffa2f4178de5416ae96b6536d94ee53d2641fa26fe4a139487bb1260194c115601a166786a9bb86fab565cb1e2a DIST libredox-0.1.16.crate 9600 BLAKE2B 88e9e195d1fc59fc5fbc3465a4a30bfe45c79edc117f73f9002a89cc79265e6e890872dc3ab2c357bad26bf77799074cbf99add92b1e8db9748c061af17bd0a2 SHA512 847099a1fa297bfeb1c3b9fdf3dd16edcc494c39a42e38a653551ea6f8bb8a67cbf083bf49ce3980d66481bc9cfac411a5065dc64e12e6e3a8224e0afa4d8163 -DIST linux-raw-sys-0.11.0.crate 2659624 BLAKE2B 0852bb981c64b8e70c7037a3da13a6a16b7a89190bc50a07159d28a797e6d1ef2f2010383df5a43cda19fa291ee5eb4c6365a51f5d9fd31f204544ac7e115129 SHA512 b16261142f3cbd1caa4e0a17ba06dea49f0d4514f583ca511d9c7ba6ef231f18322f37303b7ffacc73ae7f22b81dfd740584ef7bfaf67a9eaf43859d2de1f941 DIST linux-raw-sys-0.12.1.crate 3006116 BLAKE2B e23efa27e6052034d41b2149f90d1ee7d6b905808605296ebed66f5fff210c4c18c51ee9c363bd0b93c8e17bc3b70857b594aaf51d44492051291c0e008f8cef SHA512 5cfe8f7e88a2125dda56a3f7a7213fb41cbdb51ddf4f7e44deec21f5b7aa05530e04f67d1b89b9d99d9fb204f27167d8c0e104e6ee6e62a780bcaa679155bb54 DIST litemap-0.8.1.crate 34172 BLAKE2B 3614a408d5c6b03c5371396dfaa5c654073dcbcbed3782a15cb6aa53973405344ae8ea7e96cf4b00e036be985cab9503bbdb51379fa55ba739c387d28d646a85 SHA512 6034f72d3c90ebe406b7e1b6df7e2535cde7728cfaa5328e66351d231f888625f394974f6aad891eff48142b00f14916fd8464a59fcaea1627ebc7338b865ead DIST litemap-0.8.2.crate 34572 BLAKE2B 1c052278ccfb685ca8d1647f6d35d2f3cddd74814d287b8f9d10a0447781a1a33f607b0745a6c83b7e940c14076c90e4ce1029e8660b57b174683f8af2585fb4 SHA512 3afcc1a89aab55368bdfe6848aa1268d37ea8a03130f1f0e1e77d6709e437070be83e9e457bb51a7096c3d93ee0155740e33cab03f7584ff3cd7d8992524a7f6 DIST log-0.4.29.crate 51515 BLAKE2B 3f5dc889e895428f27ef107a63004c1b321793b865c29b20293adca81db4e25443e24354af37018c9a60dff1d54897c3b7b2c014a64280523f4a3586a7eeed24 SHA512 31bcf1669c27980f0a8500082c4d0cc500f6cc943518a3dacacc3ad4d8a0c238517f23c2c1969e5a22dbb5d25614adbf4e914c0557e45e1ebc8e7385b2ed14b3 DIST lru-slab-0.1.2.crate 9090 BLAKE2B 00b36c830cfbe3dc004106aaca3c66dcc780ca0e07af6e1f1b2b8d125d88fdcd0b0f3a9b01299279f09fba7c81b1a87178ee86385af1ee8f648e6f307d26dc2f SHA512 eb93796ffaccafd2e2530efeaf60dab1eeb17fe61652a9299c220cea4dd9099239eb549ae1259ac272c5aa807eebfaec6db4dc5efc95ee59365d3fd1d413f60f -DIST memchr-2.7.6.crate 97616 BLAKE2B 3429786e97f1aa078892e417c8ed8198ec727969517309049b842e44097e58038583508aa974e6246888c18e11f9d23863c1bb012b542c5685250fe34e250d7b SHA512 38843817334da88ad74ce679b4401cf948cf8138815f3acc5eb0d005da3aabceb2216e20887e79344396569a2fa136e3aa1f7f3251a00d07dd6934cee79f4fad DIST memchr-2.8.0.crate 97780 BLAKE2B 228ce0b6fe8b168f5c31031690a5eb44466609b64c5c221e0b3f56fe331b4f25c0124d613c94ef030b225000978953641f5b07458d530c1d50eec3e1d54e4274 SHA512 8089238153493a0ff6adf980efd1ea2ba10eeff9f33fff200268692662d24152a8c14a4dac37fbc6a55dca741701fd256174f10a9838ca66f038f08e090de12f DIST miniz_oxide-0.8.9.crate 67132 BLAKE2B 1a11c5aeef43ac93635942e0c4f17538150f8307fb280b0d66436e4b6697638f0b1bafbdebb377a5dba14a75f213024201e325747419623e5f7d57060bba4445 SHA512 3f6fd786c5fa5b4abafaf21244dd4830d26688d5b6975522bda595206517f354d92d13fb95235667cbc39c0275371c737164d9c7a58e32e09da86eed2f239242 DIST mio-1.1.1.crate 105630 BLAKE2B db279c3e46108375f5391a5ebc3ae07e8ccbcc9f6a71aa41996adb862c5d2b965af3cb0da25becdadb16d401ae69ccf5a07e21b0b6fb36e07294633cdf690141 SHA512 0b1c82773f5cc3f33ccb80a2cfbd58e48ffac82934afa7d9ec632b36484f8a13a079802dd8a658dbc94fc158e597e4d7a2c02a799f7b506a7de98fe74e80e684 DIST mio-1.2.0.crate 106403 BLAKE2B c9b2342879cf19b95c9b9e472fd5e8caa6f6371bc7734b6d9af71c736a4aa218837ac3c8a1f84d1fd1ce4bfed9ff417d319f47e52c4d637b15e2a179f859c3ae SHA512 148daec8a99b63ad5742695ce7b5306d32dfcb484fc819b1220079c59219695d2892bbf83b65aa2dd76b68272fa195d353ecb28d9de795e176c4a38be729b04c DIST num_cpus-1.17.0.crate 15874 BLAKE2B 8b31104cb49696d8994fd05176556056db69ec3e2b7d61b6b0a88f8ea7f4395934df1187c86301a3a56c3dd6be02b5eb2baeb72a991fa3cbf61571767dd1ee76 SHA512 b2d7f664214bceb8acca0758bde4d516267c0c76a70fafa25ed6204eebedd69a110f045682f50cfe6759a9c2178b026df077c5f0f85d020712dab65cf65d0aff DIST numtoa-0.2.4.crate 9167 BLAKE2B 16b0e6c26879c33c952ee0122c8d2b28cd678d3d877434292203fe420f1f60d8be7ef1b9067070e449a15cb138551bf3c3b6421b629b80c201d34ba1f1e688da SHA512 d627d2ea465c81b768545a1ed1770d5a567f0cd6fb19e819717ba31d795c47296f1575c56d767a7f7535c83c65d81482cbfda8d1c8e711c209e76ab813065b4a -DIST once_cell-1.21.3.crate 34534 BLAKE2B 3578aaef305cad2fdffdc40c392775a3540bfab3f3aeafd22466d9507bf8346b9fcc200929d48525b051070c0aaa423ecbcaa12868b34dca007991effb224166 SHA512 32a87506c6f4598f3ca2c88556014ef2093d5db9a08602335e847caa537a866492fa74c894e7e1da2e4289a1d3dbffcb90a9e37a4a1453203832f434b8206990 DIST once_cell-1.21.4.crate 35010 BLAKE2B 9117ed1d478e626b7b7be2e3ff8b68a382b051112c7ca4425367bdae86977671f8b5c576131c82fb437740b6d98b72501f718f4172d39781decac2385e8fbd4d SHA512 af67669b0107f44268ba74c355200cb2ed1aab235a6989a8bc54323eb2c9a45677010f8672e7790edadd4c981e939436e0c3a099d33c06dce9c14fd5ede86155 DIST once_cell_polyfill-1.70.2.crate 7448 BLAKE2B 5a90f8eeff25a555987b84b9800f9e0b2aa94fb4827f76678ef45d344c4baeae5a079a288fd02a570d0f0099e9b2842d32dd206dbd609212496e77ede47a4d21 SHA512 9e0d07bcd40e4a5c271646d6fce71677acbfa4439b4e818bb4df823eb31eff976ba78239e3a7e0ad21e80ea8d0d3af3e74a7d0a0a55b308d4c777b9b5e1ef8ad DIST openssl-probe-0.2.1.crate 9155 BLAKE2B 8e7a65e777e7200b726a296df63cbf6e951dc9d06b80493c203f9b582b1ff5e4ece8982ed5aef4146095f1504eb7333959f239d72e84137c56ddcf9bf3c4b106 SHA512 e7795c6724c215f20d7cd759a1078ecda26addf9e529ef7dae882cc57e3dbc2df4dfa2d0cf9f43c04eb06f210aacae8bcbebe46fe0d740274894cc048a6bccee DIST option-ext-0.2.0.crate 7345 BLAKE2B cbfc03e7c960fe3023512a4ad816d657b4f54f8ecbde9f9c4df4c5fee3b36b68ab463c67ad650778279e01c7ffaa63a0dacbd0c080c8c3d15b1611de0e71f92d SHA512 f8539f97b01af97e0b80fc96556002251befa60f8ddd19613311e62f9dc9834d71c22f5d8e7c53c4925046e38cdcf834c3c28042a4da862d6f6a21ddff8d8e56 DIST percent-encoding-2.3.2.crate 11583 BLAKE2B 58925243b23a6a1decc3d92c4ce17d06af5206844ad283b49e69e523ac0db2c36c3f4407af4104ab92c029c2581c228bdf416a054a2531191a9e912448ba4408 SHA512 495b4aac88a7a46420811671d6bd82817e4eb2fe51d5068d11c5b50d0d927895d54c855cb07d4f4ad5a2d42b22f9419ad0183c14781dbfa240804fd49761035a -DIST pin-project-1.1.10.crate 56348 BLAKE2B 2737430821b6f9552b224dc03273e56061ef732da90a14df477fb9a8c4ecc74bb4346ffc3f507297d4ae01014f2a1dd754ef76c0af2c3cea6cc889d77ed2fcd1 SHA512 6b99941a43287849a9c1b8fd09e3991cac3ab3f8811641d29ec4228bf1ec727cd8845fbf747859bc2bc7dde715af5b1129654336208b37a86b641a8765071d1e DIST pin-project-1.1.11.crate 56282 BLAKE2B ac154aebe6ab7b59aaedbf2dc7639cce5c32c255833377b90514ae1a338f651fe9337b4db57b27c2acf64de2bdf95c9c48f6940482265fd31a9017dc34793683 SHA512 4931b0697bfc1aba5a94de859b28bbac87c8421482b01be5b525a21af38dd361461306a623e8c184dbce50a9e5436c1b753e2a0391a04462e4d976a8348508a9 -DIST pin-project-internal-1.1.10.crate 29162 BLAKE2B 2f9175f5419c7995caff2e2a243cef44a724b8d94f4cbcb5c1378166d03950d77d054b75aaa6c90f991d1b4ec4ce3cf7b04b24e4ba44f3c1d633ff7d7f80980a SHA512 40799f5b9e3129859a50312e19e47b546c345e5fdde5b308dc07042afd28f66279fa936da5beb83a43721b698c913f2c487610b047459ee6b7211eb890b97e96 DIST pin-project-internal-1.1.11.crate 29261 BLAKE2B 3089fc6efdc118cb8bad9494671cb83e1b6ade24c4cf8c5768dac490ce387ee7e19c0e178c991030d75302fe559614d5edfb67ee4ecc7741efeefe6a0f7f506d SHA512 bebb474cb6ee9b23a7d4740c1c65f1cd9945535705cd2d6be2e51a572e88c4c5455140a46d7d98e767f549a5df9da361e9eda56cbe0ac304e35e834f30f1d8aa -DIST pin-project-lite-0.2.16.crate 30504 BLAKE2B efd0b426fcc6ea8852bce499fac61f9755a11c6a2999cbec514f093ba7b3f94b1f2d437ee9abb243e31f3838ac1c74491a212851d7798eb249e209b35e015332 SHA512 971adfe54cfed304647fd944c1c915e78b37eaf0de3a582fb984a5e91f1b7d4db2cf0f53a9a64b64427062d4b41c0a36baddef782411a76ae3be0f8ca45f0718 DIST pin-project-lite-0.2.17.crate 31034 BLAKE2B 1d3bb970100c2a27c456bf771b4884f3c91c048310d27608161d3a02adf2f9cdddbc8674257c6b58c4ad6c0953e11cddf2fdf5813d95e5ab8425e71032556159 SHA512 0cff4338e3c7b71600fb41db013efe0d01b9cb3fdf95192dc16c5bea58a0f157207ef285ceb01b6b30956f9e751577c5d2a3803103f89a8a0cc6ea728d97a4df DIST pin-utils-0.1.0.crate 7580 BLAKE2B 457e1287202f16d1873b24bf4f1de1828300128c4ba3131758e64f9784d36d47365f22d85493c3a85d854f0d8dbb4c6cef3a0f5b064014dc03943e58b7ba9178 SHA512 828422b8440cc82ac6b0743e0112fa7540d437aed457564999092b1462cd7672cd6b1f0201b67075431aeedd3d9c5127468a3dd028744109944f7f023c82fd70 DIST pkg-config-0.3.32.crate 21370 BLAKE2B 74ded191f066bc223739b3d4afec58f23de57566e7604e3dd62001d9a095a7b6a3633fdb01fdc46960c8134a694d6bf097d9ecec62b38c4f14acafbbabd6e893 SHA512 59569110185fa665f76a13e884a67ad1578c55246abacfc18cb9f037b2d2d9ec3f2078a3adfe5cc82a451892c9ad55f918ee01362a741f57dc9ff6846a4e32e5 @@ -218,14 +187,12 @@ DIST potential_utf-0.1.5.crate 10189 BLAKE2B 0d8967cfc088089bb8d9ce70e9d92f69fc9 DIST ppv-lite86-0.2.21.crate 22522 BLAKE2B 150b2ae019f296dc0a15090bcabcf4981bc58159d592b07da729565ef8976e3d1b4416381c6ecaac77874d8e259995254255c8831861ac20922b810753128cd4 SHA512 94710d5b25b67539cfa828476367849e1ecaca744f2e0429b48c05b47ec48cd57f950fb9845a361fbfd96f361ac00fd2d47cc27c584b79ce3d9d8fc133f5b7bc DIST prettyplease-0.2.37.crate 72033 BLAKE2B 997c8d855023ba6dcc7aa3a8f1c0ac6f6ca72dab2804cfcfb0987832ae044ffc5f5d7541e66d7ff5b0679065e5217078a832333e6cb92d89a93660aedaf0b447 SHA512 3273621f42cd2f4f892ee81e130f50e7d30f7254f922a84e55e454c0157bd0a59c678ee352e05007fdb0a62cdab2d7693185990354b81d2b1f5d08b51cff77d0 DIST proc-macro2-1.0.106.crate 59765 BLAKE2B 87f95795621c4c992c370dc3a1240a2d5580e3362356525efe640f8f26ad0492b3c88755d575c080ff7db11376b0d82f31141bf6f86c895249b85e46c081220f SHA512 b726e2c92af434bfa88cd4f53c3fe6db647503567675fb439890dee3d15f5111137e3242b28d164114ce081c10acf3fd11950753ddb349190c87ee04e7d97744 -DIST protonup-rs-0.10.0.tar.gz 91670 BLAKE2B 196ae56ea20a968ad7aed89dc24d1a2bd77f0d2559066ae03e42991f43dac64c9fbcf056436104184182c434d62e2890769e397edf4945a9fa1dae3670bbcfa1 SHA512 08d0aac310985085d0cd8da398dc2184417053e29724e8a679b9fa8310fcc4ffe9f3c19fd605e8e3ace92f4299721c87c0fae92edf860768257d8c4ce4bbd7e1 DIST protonup-rs-0.11.0.tar.gz 104473 BLAKE2B 0cc966243c411f17b2c4d5cbc751be314734852d0538d32306e368db3125d660f9ed2be06ee9c841e30be51fc8d75451f9b5ca95285a99a925486cf2e48bc49d SHA512 b3866476b90afe899f75fc575edd3c0e5d5593b9054d594df9925a1dd91d63090bcaa99834990a1d75070c0b4c0930a635b685972b2c392c4e0119fae8d11b84 DIST protonup-rs-0.12.0.tar.gz 106696 BLAKE2B cd30f947d63024f7c78dfb4843004f82814602aa708f73f1bac2ea67e151ce69184ca8ed03b734170ae494358b4ebeffcb47b4ccccd1ac105a3b76e2191c7b3c SHA512 db295f2880573954ed5f61e15627fdea5fdabd35cd2a368b9d6f8fce098567b023c6809b9487e68fac8da77ae3f0dc3cabcd76261523937d2bee84c5e1f9ad62 +DIST protonup-rs-0.12.1.tar.gz 107799 BLAKE2B 6ec70ce6de35ec557f1ca2606ef665b8f9ef7f6e76953b1634d59fe961da79bb8da34307dea6e1563d43995cbf2b63fc32a30e79d4de6ceafb42b3ae17c3a7f3 SHA512 3dc3c158c64e45a9498ec0c296965794bc6e2f718255ec9b76c752ba92da961592d4f912877f003468fbf4efa688adb66b4e24d53750bc933eb574703d69305b DIST quinn-0.11.9.crate 83606 BLAKE2B cb46730265f1843092dcead235e0210a546f1bcac72a4dd069a3f22101a67186610fc0b320242d375c94073a6d76e014c0caacf31b4fd21623426455d5423261 SHA512 5d28818be9c0970d0b7206b43ab7c1f94c379d2169bef4a11d5ccee19ba6088e2e578f5aa68395ef11c4f730b7f715fcf2fc02a4d60c351492a5b09002fb416d -DIST quinn-proto-0.11.13.crate 243837 BLAKE2B 4616a6216ac00e77b9bbd750fb7712accd1acda52aa939713bec35c424c2f863caaa74c8a3540a8aed7a95afc04abd61b2cd53001b038ed7dc6162e0bbed8763 SHA512 9311c62c22f3cd4f7c79e796ae3b48445503329424bed3cabf94d1553162f3e4966cba7808e22891c9d3875bb81b9dffbcfa0b07012ca4e02122ca5abdc01333 DIST quinn-proto-0.11.14.crate 244123 BLAKE2B 6b3a93bee67dfa2bb50eb0a9edfd62050d835175abe4f0c4e6cb198428f00c49133421248f3933ac4ebe6e957f009d0843921147ffe1db4439137162a771963a SHA512 ff14860c12e70deaa332ec573d855abb6db0eee0b2d6f1b7aa4da1a3351beb005c3a9c08411aa87e004dd8cd269c59bac12feb0367e788760bff065765ce0d40 DIST quinn-udp-0.5.14.crate 33436 BLAKE2B a5f0a871c77b320e514bbc2cc607302c0dfada9e282093e808ecad87887c8eed2f2ac754e061e1611e40643f0e898b47eb4686ae1baa70b4ebe0597ca68d97ca SHA512 47ee6f899841c1b5d73e1aa7e655f149e425c870ca5b4bf4664d7357ca4c7e36c7967eb035f9a2eda9630763f3e65c2a986fa19b95c64a322f296ae03ba0b380 -DIST quote-1.0.44.crate 31629 BLAKE2B 6e34e4121b7a37fd7492fc22d652c44ff90b8b3391b5cfa320a606871a43a4494beca15c1d4416c342bf511adb6442afa5513821514c52376175e2f8a98b7293 SHA512 6c1e9b31e0c8bd13cd865e6846dc243d88f2c057adeb8e674117bdcb46947219a6a352a6a50be1132c483f55331e6556275ac514513dbf017825c64e5d96010d DIST quote-1.0.45.crate 31564 BLAKE2B 1b2c2c3e6ebabfe10affa4c43ca0bfd1f52d8fd49e1df463e13e63a82de41272089c8e09e4c02e8a33cfee768ace26d4d42a50752de8fb5a776c59806139ad5d SHA512 df96ede01ebd0ed642b758bf1d0862d0e116fc2b3343e14edb657ce5438ccabe743dec4a0a40de4dee98c134d169af9aba459faadf9c7a832b26377e755d49b0 DIST r-efi-5.3.0.crate 64532 BLAKE2B 54bc882e333f7ba52b6dd6ac92b8a282581c10b47de91a4c4b71b15a27b2df885ab52ae2fcc8a546367ee1ce98300dcaec3c33cbd7393b134383528540bb7d14 SHA512 e748db9729dbddf215d5c37630fa272197dd2921297800209ca7bfcd6ffd8530b598b944d95547ad9723655cafdfb69b1c1fade9ba5f8c2ac5c55ec38258fdad DIST r-efi-6.0.0.crate 65303 BLAKE2B 79a28aa1e41721ad39ad95837d60a7034f9eedf0f5a32017849e7f4abebf6eb55e79cc144cea52030cade11d6be6fc5ba863e711a74038ffcc67b0d6eef47bfd SHA512 65f8c75c0201c3b922e6bf032ba9e6c648840f60939615565287b9c64d44f3fccbde209d8fe691937949cd76307b59c53801e6bd43ed7b8ada46d5d8fccf7012 @@ -233,36 +200,33 @@ DIST rand-0.9.2.crate 99930 BLAKE2B 4440c21211e3c09daf8797de5ae1c7c461ead207456a DIST rand-0.9.4.crate 99786 BLAKE2B a6a3c106a8f89cc5f066497fa976b43f577a10b673f1023e28da03f116caec679d85108e112114485ea8536a8edf93f849314f27925081b3d2618d61c4e65f70 SHA512 3b78989d418b84dc00833237e1e83d93a263d67d9ef8570785d1917a7dc731103db1b790643def196d66bd8f163da49994742791a1b2d9da03f854a0176e68ac DIST rand_chacha-0.9.0.crate 18258 BLAKE2B aa0efd158877a116b2587177f2da84832ba8153b629aaf8181ca7622bc8ea624b5a5d205d1b745caafaad78d5a55aa08a4f35822b8925acdf7d1212baf62abeb SHA512 f62a7bb067ff984049c96cddccc841cd9931daeb5b25bb69f056bfe577f62b1b35c08f2bb5028590eefa04a9369beead4e6b03607eec97256e0383b20542af96 DIST rand_core-0.9.5.crate 24129 BLAKE2B b259f980ad82cce5d7871d7d72adceccdf75348c9adc628308cede24b603df4c1978fcb9976574d99d1024207bd496df6359a998f7a6f1b235d3f16fd8556252 SHA512 0ae54e2fdc0fa8f6a2dd46fe29de26ac397b9f5c805424b3d06e467cf1d09762d66c7eb07ada74adb64ced326f15d4f415e665979d5de2b3f8e8cc1196547c56 -DIST redox_syscall-0.7.0.crate 27652 BLAKE2B d0c5c9944469a733fe4f3fb2e1d08f1c695996b775828483c833b0eb13f9bd11dfe6325efcbc2e774f4962aaf5ee74ccb084d897c4e8fdcbb80f74e0f08841bd SHA512 b4aca4205e630f4e38de2bdcf5db0ba921a50ce73b686280a6b0ab12959a92862e225f352e0bc041ec90202b6fd622e1ff9fc24556296e92636a184917cb1b0e DIST redox_syscall-0.7.3.crate 28254 BLAKE2B f01d7eed372489c7218d9d080d532ab1a943798c679d05d348398dd3aff71bd86347a133a3458ebefbf63d20b011a550c77b0dede04bd62b99ede86b9b0690f2 SHA512 5bf5aa29b5407856929dafc827b3d82be0ebdff9dbb15f69e3d5bcdcd4eecd5bffa17383284b53ca1a138a18fef4836ea3628ab698a9b047f53ee8a2cbf6dfe7 DIST redox_syscall-0.7.4.crate 28248 BLAKE2B 34da989c9769ba19b3d3c869e03db001bff329b1329c0e778d1143b49dacb8a516e2ea98809fdddf3c73e2947c40e498bada6bdefbd66564af96c97faaed2959 SHA512 e1ccb1e145c38f12069d72c865e1efc18ec260f5e96f015fa2fe54d59bd67fb8c41bbcf16246aa8f7947265684861e8a02520107d9bd7619d675be5d0f497ed8 DIST redox_users-0.5.2.crate 17280 BLAKE2B 7dcb0b6727d4d4a9b2e3b9a2410a53eaa1b0cca807010446f36a658f062f0f33b07475e61f549922a7c5ef4e7ee3693fc154ba33bf7aec710c8053d03ae284ed SHA512 0468d42c9a5aa9b8811d00b4126115bd7e92f96af4ee136cf5387939474e351fa2c01251473691aeb34f5e4c8e8804938adf1bc83b5edffb6d06869b4b816b7b -DIST regex-1.12.2.crate 163843 BLAKE2B 4e36124886e35c2e06ecf3310c32f45bb80fff978a99509abd7d7eb6378f81123819470c227d5c234fd6e3bc7a8e7baa331ee0ed3137f9256c76cb32413ecb7f SHA512 c459657944679350369462c3c7686dcdf412597f75bc13c450a131bfceebfe2cd1e1d7f95f0f55b4aa16bfc1acb5c777f344fcfd6a5927aa76b8a2d7aa954d3c DIST regex-1.12.3.crate 153392 BLAKE2B 30f272fc2cda1e36219dfccf0338edacceb5bfada7ac81dd01429661b01b0fa72f6bb343e753e2388251aa0aadc0b5cf61e07670020c9ab351f418c23653ad47 SHA512 73ea9581c861490ad4c8c767c09f1f39be525f4298f5b19ba7b658dfade4c91f7ffd170214382ef4694855c0a48a4db57c39b75d8fa6a9312b07409170c66000 -DIST regex-automata-0.4.13.crate 625250 BLAKE2B e8682eff5df93737430a783cd913265dd45a9692fc4623a956557cd7d6553f34eff731f6f3ec5fed5c0dc6b7f8f31236203ad9f459a998fede053d990d9faea6 SHA512 f76939dc573a88d17b4cf37fedfcdf95202171ca8607374a5c2bcdc515abd1ef9231376175c6cf11cc567eddda34e0c5f90ed1c592f2c5efbd1dee883954a932 DIST regex-automata-0.4.14.crate 618012 BLAKE2B f12b0f1e59d32711c113f5f2157a4e1dbd05095c386f0e104ef3d551cf029d0c3346d09f54d5b8a8bdc557ab4d91ab80a224d81b3c522b3c64ad1566972c46cf SHA512 58f8e7c41f71c1df50fc2f4e70ea7f5ab762170494497541b9a09076058f94a799b6fc4da13c40fc26a2f1a0b650b499cb9830338152e96a24e3a32b4994a5e0 DIST regex-syntax-0.8.10.crate 358781 BLAKE2B fc7961b2c6e4d297f4dcc73cb3f6a82d7d9bf964808beacc86ec8c73f7b572f3d8c7503ccc4441a2d6283b8cfbbbfc49140b31207b5aeabe5a60c8870460c91e SHA512 ca9c36c963c81c2fa36e1105cdd193a9b99ee259de1765e6e8010fb4091e49ac100e2ba0cd117adb0890b32e74421581dd6397eb896772168c6eae9da0a938c3 -DIST regex-syntax-0.8.8.crate 359141 BLAKE2B db4a6a76dfd7d2619fffb7fddd8a82411afad16bc8b1a8501628e872c9b3e0a4fe71947a135900442590b944a623c5e9253e36bab865703bd5b5150aa2a65e51 SHA512 337ca84af81f2c5cd7d213e3ad96a1facba2917f135c4c1ef03571160d24e4ae47186ad07e421a7a4ff0baadbe95d34365e69400f3c36ef39ebeb3e7c14224e4 -DIST reqwest-0.12.28.crate 157031 BLAKE2B 842b37c14d8c6fd1c79f58759a3ef91a2f4822e3eb6a8e6af3d120e132b3c3a0427986594bfb8cefad7291b0edf0474830f0287e4be030746f0639065b30e2d1 SHA512 a313c1a4e77faa1cbe8903fe8aa79e9555e2a96992ee6b87f724abab25dc7e4f93323c080b5c2ebdb706afefb99b61ce411e37895bb9a2cf73e0365b96c84098 DIST reqwest-0.13.2.crate 158064 BLAKE2B 5c9d1fb20bb082b81997c1711ff14ab98118acdf28b8b31dc28a74aa7a49aa8f7895ddb97f7bed6117a5fcbd89e55a6dc02b8743d1a2f7524ad0d2d9af8d7e01 SHA512 db4b426a9c3a251dc0dc7fa5076f2e6f3202bacfd9ea236a49bdd6dd76178e3743fabf8fc17a0b622995e8bb5621801fec5b355efe76a83c8933bfadf83cca21 +DIST reqwest-0.13.3.crate 159191 BLAKE2B 2c09bef08c3dd2ea21949d997752446add6ac5adf5e0a0ddb47c5449924fc2ad1503d4a4776912e89aa9985294b7e6e14a8752821ded475da80db240a5641163 SHA512 e2a4e8412dc9bbbf13a3cb5a82fe93d2e03e9393918d0fe3b3eb6be6eff2052e114637f897d3248325e4b46cbab95c2c2f9a2c46c086ddb2930cafebb7da81fa DIST ring-0.17.14.crate 1502610 BLAKE2B b33efb6d21931ab94f044373f24428e87015029a0e065071bfd901f8679d30944f6b27bf0325c77fc4bea7fcd935209087a349e5c279677bea73af6205725371 SHA512 88d38205dc1a1f89bd4ae887ec5c168e68a4b749b3ac0612674092331e99d14a9b8d0f4a98d72c1a3853bcc9da420402336da3ee053bedcfd598da8de93afa14 DIST ron-0.12.0.crate 119892 BLAKE2B de2719e97db99a4c4c701b0f82006e6467b08bda08293bc4a0c787c95a6c384e1ae7650576ea5bbd2e6196155ae218d8432cf6150663e17e4d99863c824c36ca SHA512 67c447dbd9e15ebfe84f85ca2d342489c04d3a8d7294301bcb4a1e4d8c29267503f3516679ec9ea21da3447fcdfb2ab311a30eb76895d35dbf99edbe684d173f DIST ron-0.12.1.crate 121948 BLAKE2B 1b410d1f69832ffccb3e8e6aa2477f06a8b41c630fc08304ff13567fa3f72262a786b4e7339437faba52fb212ce8177a87a038e0016113bdcdc99fa193ce66d2 SHA512 27de86f46e3f3ee368d0814377979343deb45842fb41b8e280d2f7a0ecf3a860accd514ca65db342f8378d80fe93fdf01c74921d2622d7869f28d9fb40bfde04 DIST rustc-hash-2.1.1.crate 14154 BLAKE2B 7a1b3b82bbbf6a123512815c3e8f068a17890cbbb8b68e88a5a492f62469942fadd776207eebd913052a1c06e1fd37a549e86526b9fc8f08b9ca7cb0044ac16b SHA512 87097d98d47f327d000041ab13acddc366f1500d9c3e5c82169c3358112c7a7c03701c9b3c2c81d9f9da65b7ebac1c479b179dfaf7c059cd0b929b4673e51084 DIST rustc-hash-2.1.2.crate 14754 BLAKE2B 6e9bd4ca7c27339e5d06bb82139d9d4f18c9b56d4d9cebba69c7dd7220e9cd16b9894881ef1e82adbd8ad01d5255b984952332438c97d55eadf40b320df1fa27 SHA512 0e63079dabc124395e73b585b7c68ce00be583e0809c3ecd2d1cfe0b4d64e2f2870294372c658051fdaeafc51fdd348a461ceaf1b87ebd5f2e2dfc717c2ac5e1 -DIST rustix-1.1.3.crate 423447 BLAKE2B 0148cc9c0941d416c7ec0b47685210e898ac4fb5ab91e2fb7489aaedfafdd266965ac494c14706c48f7f323e4e7719001744c25697c046f8c8013c080c2fab53 SHA512 00f22451577b2b0cd789a651e6317c26ab1760f92df1283f23aef97703e75e61147a10143f85130f4c82487711d8cf439ccb1ac8b17167e00ca64c210a8a65c6 +DIST rustc_version-0.4.1.crate 12245 BLAKE2B 0ed627c560d88e5ade830cc5f72c62f6ba88be3e30d0f8db34761fcd0b284e5b2fc063c240149aabdfb12c8410ecdbe50cb10a3544500b5a020f95a31cd6709c SHA512 7aa8a487ca7411b6d23cae62f7568fa3474a7b1fd1589621071be3428a550ed3b7c4ad68277a8f86849e5900397d7d0e9d678f5d423742a045dc7c660fa6c598 DIST rustix-1.1.4.crate 425241 BLAKE2B d0d710cecb9b20fa755e61a27d23b946a5b860211a9e63f34cfde2012bca2b9cc6952b546444a8a06a97ab8bb5817f87fd7fcdc7e3075640fbdb86f189f7f443 SHA512 33619ed2434963a98b0846414656bcc4945ca0e9b883821869fe0cc86db4a74c6961ce1375963ae49c6b5044ad0536eda807dac1320209739c9d669bd80fd75c -DIST rustls-0.23.36.crate 374313 BLAKE2B 3e058804dc9f23a1410b99c5c40509a4feb20277335b06dd8be9ca07d54b241dc6ce133c715a3843468eb10270b95b74086872d590fc5f11c4258866166c1c86 SHA512 d68fbaa39568abd442e14d7c2c8985c9ded254bf92161316b31d05b5128816100a76748a4190b56a2e5f2c2e9344757226a6d8eecb3b41c027deff239275d0c5 DIST rustls-0.23.37.crate 372731 BLAKE2B 598d934a9fa15116a378d91d6df598ae56d51a48c34ac86bdad076ed8fb78aa13f227fdd9cc1924b65e80391df28b2d37fb260fad64502dea2bfbe26ab559d01 SHA512 b92a233abdc5382bd3c2de0f50e1ced3a8e1dd04eb7241e8beb9d78c27ec1e1e45b1bfbd9d4677078a4d19e3179dbef87acfb2bfc7543ce379b14902a0002e0f DIST rustls-0.23.38.crate 372709 BLAKE2B f08e47811c25fc108e8f63a8f7d2943dc3feac2bf189aaf8c68d6f3a0557855bd9d3a2b88553ef6169360f1c777e52e9988a8d6d44b7805d7c5b90d111c2d1a0 SHA512 2d7a65d67a0b1c081c518b7e6ec1ab13f6bc1b96e6cf6a0e2dc0d71b0bb97bf9c280753cd8f2539c80af265fee133eb6ce1fdbfe2464b609b3750705817faa6a +DIST rustls-0.23.39.crate 372747 BLAKE2B 72bbdfc1936a322473451e13cfa3ddb840aac51d49dbd5ea9d82929e3e8318ffee5a6f2b3adcfa04066de2809eb3009d0926a5ffbd7e23dc69d073da80270c95 SHA512 e53b5186cada311bada9f685db668fd607286952c99739b4018d90f8b49ea081bd7cdd26d0faa8481b2c93dd08bf794b959ead1b21c63b1f5e245337f5c57993 DIST rustls-native-certs-0.8.3.crate 30380 BLAKE2B fb60258893a545c0d66b59badfc79dcac94d63c236214bc55d4ff9bb0f7e21028d7d093542539fe1de23f565bc50cf407be7e440504f379c34405c735aa25b46 SHA512 ffca026a5365a97e7a254faac2ceab188bd1cf51876a32e99b16bdf5902363c6416e8e28247f53864609d0f492646fead7b19328e376d0b8b2073e6fb3bc60a8 DIST rustls-pki-types-1.14.0.crate 35403 BLAKE2B d243b1699cdf5f98ae6118a523c4e80b5cb01db330f2ad68a60b52af990a553818e908e16d61fc79885a211754899c0f5f89256fb8ce5175db3da5fb27e3034a SHA512 15f8f06abf44a8f859038879db210009d499e3d5ccf33d34439ec56695f0221b143959e47bb6b1460667d838df4274b844a1a86e1cafa41efbe6694f8478e0e0 +DIST rustls-pki-types-1.14.1.crate 35567 BLAKE2B a480ccb4eb6416d538b14169c770a975302d6b0b7983586ee934d96001ce9a05cd6d707b2a984b45e40066da3af9f1a0e4e7989732bae4a11c096151a2f5067d SHA512 8e711bb436c08730fb9d62fe7932db35926e04b07cdd2479c08a86153159dd296cf999a5681d9c0c69da41e3b8937cddc0f627b0219cd67f66870770e4c81ee1 DIST rustls-platform-verifier-0.6.2.crate 58924 BLAKE2B 625a9b61ad7f0d53c2dee2f6acab2a37c50a2c49efcb1d4b6c377f3413e7e3f8353dd6a04c238c8ee694bb2a651d2586c8608e6787ac8cbb04030d8146a1fcb6 SHA512 f3ff09863ff30ebfce2718fd135499c689edd37983726a4640c35ffbc40c1eff416e84047286fd27751b811dca9d627b9b7eacd1fd995c036c19a4b51102b99b +DIST rustls-platform-verifier-0.7.0.crate 58733 BLAKE2B 9674ec8d20a1f5a33c76560a685e4bd7427f796b8d25f513a58a4199c553b9edcb2c42bd4233147aacc88ee60ae943d58ed351355791db3b680a7b4866a5ce7c SHA512 6ff99a6d9d6c9f165d618fac11211bae9e5e4d671084db75c422b174f90b56f2439ccc15c62a6c9bb4537ae6aa6f7efc00ce1b9cc6cfdede0c1a87850a302742 DIST rustls-platform-verifier-android-0.1.1.crate 13919 BLAKE2B df093369b347cf84106853bedd23096ecf2698e772f94898c593e2d92237d6cf20542587853a1e9793456658ebd7c5b09c855d36920c235dbb0dc9fd8d23d1db SHA512 f3f21b88b448f46e08da4303d225f10765d21f2397d4fbe44d5f9cf9da5ced84fa5adc5881f1db66a324cef818537e4a79bad2260b8027894029ba7e6ec16533 DIST rustls-webpki-0.103.13.crate 87513 BLAKE2B c1b8db65355e598a240b545f5fdee8db234df9f4f1c2ffa41ab6e8759365fe88f867686a61dbf4002fb3330c67a172e1c97b53773e0378dbaad6c799646c74af SHA512 367829afe3432a9d80bb4da82e075dd05bc37ecaf801c0944e1af9184565d743abf92d59e6fd433e7f051daac15099273b823e6f417ec46b6b5da43bbdad59b6 DIST rustls-webpki-0.103.9.crate 85813 BLAKE2B 4b4a4d373405e043480b38b14e426386493ac3ea0cc91f75612c8e327c992dcc835b31f2cddbc5281cc469f68bd6aa6d4672f36ee0ec3cbbc99da2fe08ec9a8d SHA512 b50e41ffe38b7fe423d4c2b3eba830f31701c1048ada46cd5b8cdb4c738b0c8590558d607fc1fa7a0d8a8296fb7f931cc9f27b2751f799cd3ed6bac3b763333c DIST rustversion-1.0.22.crate 21096 BLAKE2B cdf773cda21ebde50da897c0af0e4af14660ce953d3037054a99d8adc3db2dc6e30a57201a45676abfb183c62016a68069848e7537f711b1752339d194b0a378 SHA512 7929352df3e5279ac88cebb26ca89bb13c755f46986d2d1f514d18a3239a63638bf64f8ff153920569d173185d988d692ee676335afba0bf72d47f71babe0e15 -DIST ryu-1.0.22.crate 51321 BLAKE2B 1d575969b18e385b9805ada6d5acdeb1d1fb306da425b10378d13ecd619553d9cd07b9e134cb46d11ab956a19690c066ffd50848f713c63602a0fc20a885419d SHA512 542a991b438de374a8377dcc1501e55d919d480d3a0503097c24710472adca732c4de4f1e623b28b67763ab425aa8e234080a5abf222b5ead77a9352f617c2fa DIST same-file-1.0.6.crate 10183 BLAKE2B a320c8343e0b38078ba81c4f0159d886bf47764c74efe0d7cd2b3218426e8341b51e523c00a9e5fbc2ee1057618296bd70b576c68751bd55d6ddb352defaca15 SHA512 3ba35309742c8db63210d9ea78bff4ecd80471d69e6238eb96c7bf0673814f221e2d838fe6311bfc5a0e71b4a7ccba33e07859c0b9cff2171969ff08a4214a7c DIST schannel-0.1.29.crate 34352 BLAKE2B 0ba8d3bb3f665d8bfc0849e47ecadafcdeb4bd25d4e432b9af7ca24df8c5e0fc8e21e4ed0b11ac770a55225dbf0e00f4d24aec68c1fac040f34b20bb5394fe20 SHA512 5491640018ce9e68d0b025c7e45e22fe70b8742355c42256853732f157c0a3d637c9828ca3a8d9454a7ee865ba408be1bd1abda89db734eec52af7f978c0e051 DIST security-framework-3.7.0.crate 89115 BLAKE2B ba6e0a98df05bad9d89d99246a0ad3cd9dd8b0d62cf2ee6bb7cca16940764e3d0b7a9cd3f0681d51b2f922f32d9d68e303d3179baca90ac394417459771a5e8f SHA512 1ed5ff4bedfa0f013479c1c7bf46dce755c76c4af35e8ff775c7aa56df7764399258f56b58dc1df44d112c5e26fb95a385fb1235134f53eb9ada57e7ca8478c5 @@ -273,26 +237,24 @@ DIST serde-1.0.228.crate 83652 BLAKE2B d1909d671ea6d5c2eb4ce34ee4493ecaf665d4161 DIST serde_core-1.0.228.crate 63111 BLAKE2B 8a64e4627ad21a3d16dd37d53fb809d11171bf337ec16bb1223075cbf81b6b85cd1c8d19abadf42460d0fbea323e2f351eeb6ef823389d519121b74e68edb215 SHA512 43897e3a7ebdc85d81d1cb30cda8f0a11610f6f551529c8a21462c24fb83110652b462846aa3e1bed5fbf8b5d7927018845a524ee9e079e2c8acf2c687efd6c4 DIST serde_derive-1.0.228.crate 59605 BLAKE2B 166ee2f9ff9f7a0928d0a65a72db3d9226c377bca2a1771956e8ecd9c7faf0544673c9c21be2a5553e621b55c74c7b958052592a1cf6eb6427a2d4f3e3dc6bb8 SHA512 8bfdfeee10ee7ef0670972aa963ef63b13e8eb2c8a09b9e0b717f92551aa89b3dd2a0dcbae6ccf20a1caece07e6adb18f0db56fdac020e4e0281b0d24e376003 DIST serde_json-1.0.149.crate 155994 BLAKE2B 7564c287a05c95feeba2b3a17e2e43ba047b0132b40fc4dd0c09141c2aac559c00bf4c63cbd24c17f12f5e6b49cf38b240d2c6c66677ee7a9edb197aba7d57fd SHA512 85fa8cb7b479f8241a4fd2255dd80e346fa5cde103aa7f25c14ccbcdf0e3276578fd0645e1d2542ee07c7e08c32058ff662bbf03926cd796c38622a12f423d43 -DIST serde_urlencoded-0.7.1.crate 12822 BLAKE2B 38c74ea862f041828467dfa586bad9b8e1d1d64a9f82fb7f98727e3965377d00e59f2dbf20955a9dce976b6911c0a619d2a6e4cc9dfc73cf0f6c449d873fd072 SHA512 b209ad01b6565e95c1d5b431a3f4f8a0df3d11c2a06a44123048bfa4b34ebb6807eec593f0c1c89de3a06ac3786a14747df9c70b4f4d5e4b72b4feb53084eb60 DIST sha2-0.10.9.crate 29271 BLAKE2B 1d614e0efe085cdb40e05726578a9b4ca6bce93f6d3324f5dc0444cb37054912cdaf5d28d468eac2c0046030d920fced2ccd006953b80865ce8a2d43ef3daa81 SHA512 963adeeb4ed8b0e7fc19085e8721ea13e9b3aea5d115ca1b3dbca495ad14810c6450991dd3753807c293c415aaeb1054b8b4124c72e7090cd9e86f09fcbb4f80 DIST sha2-0.11.0.crate 33969 BLAKE2B 3b3cf6f843096de127e2eb72c9eb0115715658c34aed44be423f59779450af204bad47f2f3320f3ee89db03f9b20d22b04033b0f93a72e275a0ee9106ae489b4 SHA512 04164d47ac648dc498f05245e3eb4313bd61234aaa33f1ba13f6fab0cf8cd8716dc88a9c71e8264e0d6cd020ff732461cec00d92bc294e9c261a646c1988f906 DIST shlex-1.3.0.crate 18713 BLAKE2B 18800c364d3a628f1a3125097ea82fe6286550c2997235df0bf8483a3906aacabc81308cb239887d46ba2f457cc6f8acd5aca78316707eea5098cd5666aea67d SHA512 5c8cedbe666a14b8a0874defb9208146ce64579cde52ed483e4a794cac5dde6a24bf8d684404edff582f842e1fd4fa3fbeddbe074f191e4ec4aa517aa456fe8a DIST simd-adler32-0.3.8.crate 17294 BLAKE2B 283af73c690a171593b2c82eea51e8dd5e5711b9718db8207b46835c5469359989fce15067ebc4e3bf1384653d1947dcb30f1d3b9728ea51115a0f8dfe2c373e SHA512 896229a4b8deb0dcf3f62aa4c8d16f9387b88718068ac8fbe0bedaf303e6da7ec58ee0e0b45b5f5ac2698dae4beec11430ab3ee12b7e77bc2fe10e1284937441 DIST simd-adler32-0.3.9.crate 18572 BLAKE2B d373b08b081f0c1cecf7ab95666beacdef7599de8a18d6a59f0eea8f7a59a36c496dd4401c6f82e4ca586642d0af746bc03fe069af1111da14ea56394d3da708 SHA512 c900aad6b3f8b13e995031d7e2ffec015d9b68809cd9d76e8368a1091cc5f3d63073c7a212656f3a7930e4445e64b93b977324d4507f02e059676ea2cf59839a +DIST simd_cesu8-1.1.1.crate 319542 BLAKE2B 58ece944639253cd4e3e23fc08a940390d326e6134836c94516c144cca1e62fc56ad02708d66bce9d58246fc24ceadfdd83b99fdecf4d8562506f00282a7674d SHA512 f46c4458a70761b5608f00f69bbb7ba32b60596f3b5f3e4d466202254a5db4c89be6e3c25efcfd4384b463f53293e706fd97ae8cadb28af7f8b2654292ffe950 +DIST simdutf8-0.1.5.crate 28488 BLAKE2B 1e0ac310d874a3c279c4d2d5369de12c2ec20050455b2102c0a10325383c0d2ebcf262ffa1bc1eabda14ca62508d4120538d7b353200122168a659ad4791d162 SHA512 139668c7232f533d3439986474da5036efa32d4e0d21fa72e1283e27dbd0670984283d91c238e445be61317426f67cdb8d3f13738b2fb657563f866c8b6d89d6 DIST slab-0.4.12.crate 19080 BLAKE2B 785a1b899fe01c8825f24d90b0b0bb31bded234810f59c71b7e44221387de33fcae220a7d0745f59f79c267673b76e7c8d9fa4c0dcbf8fc5d68be6562018d49b SHA512 cf7c971b99b043d8bc102732a109717cbbec114160e4f7cc4009c66739177778623403c33d6a32efd1620e0ac7b8743c36e0e5563082af7f92f1e4caeceea0d9 DIST smallvec-1.15.1.crate 38116 BLAKE2B 8dd779d7726694672945e928399e0459f4973d284a6c2d664c2fc757ebb1177658f47c812d9800e982479cbd7413fd4283c64a4d248ba5cff6397f96b758676e SHA512 c26b097a063353beedfcc921129cd0fb838c1c9420218993a05b2655b47b6ec16f11e0054312018658b4abd893beee140c5d2739401a5e5aea2e64575f237047 -DIST socket2-0.6.2.crate 58621 BLAKE2B 0f2c125ee64a24cd719d3fdf303d718ba645918f87e78dd0e89b2517af69136286387a94f1355815b7079655d68affb8036571c9ffe6dd409d686168c1cee7a5 SHA512 73a2e72023787956668e685c4f9a13efc9b1f4affff5a04fa3f5732304fb1679eaa58315ac2990e95b5fc12d5e61646bb497fcf45e65c53ab675ae5026eec143 DIST socket2-0.6.3.crate 59330 BLAKE2B 09055b889f501975ebb358382237e85c35d81108b5ee91652843b363477cf103bf72dd922e94aca201720faba00a25898bdb88df3a7e335d0664d48873453129 SHA512 c69ed9bafe82dce5fb6333430f06dd5bea910dbc2085ae6bc3f0b5b3d2f965459a8c19e90a877dcbfec70dc8098df11ffc01dd5a401b5638c29b6dabb3891ae3 DIST stable_deref_trait-1.2.1.crate 8186 BLAKE2B 6408959d169d1228c1b0802ef31c850206405f8259168f169aabc91f63683dcdf347ff0e74fb3535ab05d7642889dd2637afbdea389b43b0925e0d6cf441ed67 SHA512 630721d3f8e9f3290efc250c42aba13e2325839e62167a2a611618c18c6aa58c08a53622db61a9aa920284570626b98df26b3c28009cf45b6ce1ec134b9c9f5c DIST strsim-0.11.1.crate 14266 BLAKE2B 252a9ede4241b165525486aa8855dece37af77f5b28e0e1858c4a5d2047db9fa958328db10989234aad69463ab51b2303785ec056c63ea8c95bf95e111ddabf2 SHA512 0cebe0155a92640e56db9a599ae62078cbb32e1d2da8bfa67ed0e8f410a7558dfcf7b3c2720ff5913282e291ecf076aed9fe9bf84c8d44e814a642b1bed3335c DIST subtle-2.6.1.crate 14562 BLAKE2B 3cf4940b7a01f04715da1057f6a92b1043a6b86ab2ee7f9fee0337b680ff781201d330409460f6f90b3f81bb5fd4b563e17c762c6e824ba3b0af99e4ae7d66bd SHA512 f5946ebd9bcb8776ee3446abcbf4afb3cca5d8bd847cadda87e864333ac7ded537a3efa773e9648adf20ce4add2c1da85172cff88c1e1a3a6cb051401b00c6bd -DIST syn-2.0.114.crate 304636 BLAKE2B 88ec8c2a781cf33b9961744166ec8d3acd46e770fc56d2d4353d8d1578bf0b629bbd294db3334379fa8570b7537e26f72872ee18a92b037499bf746eac81cd3e SHA512 42d935971246f1bc605f0d0a960c143dc31c96d27ed5427d3bb2baf46a3871852450a47556cb0eeab1e1333b208ed6fbb3832c1038e91f874680f8c68719d184 DIST syn-2.0.117.crate 306011 BLAKE2B bbaec02c4322f522bdfc87caa4ce6fd1e09bbf8f4a102d9ed8728efacdd843a2750f616dce5b2d3a3e46bbb7d57439fbd10e328bc1d4a01e980986cd815798af SHA512 035c2e63542592b6a4058a2a82d4c2c1f5793f84fb1b04cbd393337a26fcf661a1f3bea439ce98a1fe943b1c4d36d2bda16df3bbc3fa6ca35e1548d530dc8416 DIST sync_wrapper-1.0.2.crate 6958 BLAKE2B b2e162f982ea827229dcff468bcf31c6286c57ea3491a909784cdb50b0ba36c3a1a6fbdc7b34fc2aa9a7df1d174393d61ea9dc7ab3439a5e1a1884e2473a70f8 SHA512 aa314a6ab3ba028d2a169ea55a50eecf3b73b475a81c91330430ece9f1734296562627a8c32fad51b5a26796931f364e2803b3a13075ccd9a0aa614d5220903c DIST synstructure-0.13.2.crate 18950 BLAKE2B c475f370d901a371262f466dd98e3914dd6f36aa473a33362866c0f781d27b1813233f96b02208f3463a825e8012cab0f8872eed848d9aa0eac88b581a0d261e SHA512 2698f4e80b93f7cf1d8ae97c4c42a7f61e7b7081f7f1bbb94d7f48ab7ae813a666d73c49ba3812cda9155e0138b55cc246fb96e5858e411a8d32bafb3e2b2afb DIST tar-0.4.44.crate 61020 BLAKE2B b76f92a6e8c3d25efffde669de00bc83a717a9888c260f23cca916dca2953d4007edac055ae34d4597b17cecd28e273c27373bf14b35287053d3547f27f03bb2 SHA512 b6a33a50f9bd124a0e40b4a557c967cc1474b8a49e6381aab0208b8e6338108c4a3168b41882499c3ab84e214314e3501bce7a714b547bd3a86ff1b3c80ecda6 DIST tar-0.4.45.crate 67847 BLAKE2B 2dab1e4bb568970cf52644a0719f69a62503307051362a8b279e3418ffda2fe8d30fdf3e4455cba7ee238f60fb10b5a89112ae2bdb102ab98aa3e38307111277 SHA512 a45e6250f93a31c1ea99a251de6294c4d66931b3277f4119e68586abd328d523e251294701ae578459276558ad256a4073d83fd968ae9346faf7d8d1ca55a593 -DIST tempfile-3.24.0.crate 40849 BLAKE2B 1d659541878287336b903dd0d9523387336db3aaab7d04027364266331472d95e05845ad2719a5e7057246afefe2e9cc78e6aac035ec3ce837dd9fc5ef8209da SHA512 f8d83270d3e51567f8b1f52978e563953e528e32ab1521bbd3d464a38a7157586e707a8fa118476423b1033eccd2f3a3427343287edca78e452d34904658edfe DIST tempfile-3.27.0.crate 44780 BLAKE2B 898b8b00613c4617271febdd54dd1e5f66aca54c1e4b60067e508c87c15fe32f0ce2d30b3dd630ecf7083b046d579f31064fa72de09067981c920f4aab86f2ba SHA512 bb20b9b0c5d3301ad05f73f1de538ae240366d9aefa25ca823ba40041a8a11b4a7361a6a9ec03871b14230d42038d7af6d0b652c8c471935b481a1628b59314a DIST termion-4.0.6.crate 24048 BLAKE2B 4fcd497685e665975de2ea9577653fdfad0676e28caacae6b0754d2bae81e81ba7d9d4dc5e01f52f46eb2302675d8d59d62a7ec4dd0c8c5bcb304561832531ff SHA512 084ea0242f26d1eea89fb0b69d0919e165faf9cfe5de393c464bc15c898b7b073459d9aa5d9f50aa9d26f0c246cb28cac6dd0bd138e2fd0f990889f4f10862ee DIST thiserror-1.0.69.crate 22198 BLAKE2B fdd8ca8c8ca78702377d0bf7b253440519018275b105db980d63229d0d44aa5c39a703e14aa6fe453c779b3c864d8044009dfef893d2a5294950f067656d7a80 SHA512 ef50d2867d965da1dfb29d26faf6de273b5fadf78f95313f6caf44d68bfc610b9bd4b7544200b05bb0861231cfc84e961007f8db83c7905244c492037fd31899 @@ -301,13 +263,10 @@ DIST thiserror-impl-1.0.69.crate 18365 BLAKE2B 51663251ea6ec99c59aec35fe73c5f976 DIST thiserror-impl-2.0.18.crate 21413 BLAKE2B 38d2dd849f6919b2735b23e32250c0750366f2a5ef9dc385262ec00fc8e0cef17ef902211bdacaffef4e59dfcde9ca2d84a0ce4d052a96b4233a21b168e6bfb3 SHA512 52a7b5a98cdc32f7d6911451d75f008599ba3775fecc1f7483b161cc4fa176e5b19659f10abf8189748d769fa23d3a22b774cc5102fce395c6f77a5f107b0553 DIST tinystr-0.8.2.crate 23942 BLAKE2B c84593349183f328d3df66b2ceb3b5bb9ccde3b9c082de72b7daa2845ab2ccfba9ef170a712f41e5ccf02008c018b456fef0ec380eed93f020605cc9b293d287 SHA512 21416092df2692c3f3f3efb9f1e2d124389162fbbd1038d244befc419347cdc686cb01d6bf1d589bf23fc6f69e23a94522bc7dc81aa7a2be74c697cdbcfc8501 DIST tinystr-0.8.3.crate 24710 BLAKE2B 5ff044db0b3c11c6ce5edf6dd4562087449c7af0668a5de08e07588c3b225a3c13f15ed39f2f7d8860dd4d0bd88fc95ea2b7fc96446e5963521eadb6699dc80d SHA512 1208a3502aad5783a99d05c6c546f0f9de5b468b273c0931a33829c857a159679f8720622ee0700bb8df397baa590e0411f89116327759a859ff46438ac73bfa -DIST tinyvec-1.10.0.crate 51996 BLAKE2B af3e3e415061eccdd1ba1d157e513323259d05688f8ee3d10fb3d9dc0a51bbfc9f8bdfebc2de12bcfe573196457acf60826d8eeb4b5e913b4d92c09c8891a9cb SHA512 e64ea6ce2bf8f4d2a38a00402cff2b79c06082f8a9ecfd774e7acf143b18a8116b95a8921e516f56d6519ad7bfca1d11e762328cee1e4534ea83f3f2e98eeda7 DIST tinyvec-1.11.0.crate 53096 BLAKE2B 58b2a97f9883e557073999502bc3f1b08d075b216b0818beef19336c505926a352d1cdd8e596e929c2068912d2f4967cecc663b3834931bb73d845ffb49c3660 SHA512 5b07b93f5fa38a4e5512ba38a424df38582e5dbf39bec11b8b486d2b5b0726bad9b2c4b43ed1312b2ab6c8debc6bf78c48c05eb9c1c9c8187220f60a3c6f748f DIST tinyvec_macros-0.1.1.crate 5865 BLAKE2B 2bf4f68ca11dc19c72232951605a4c809b34ff38ee365ee4f592a3c41360e23c9330cfba961e2692a0ad568fef4aaaac51c40808d491178cf7a0c4b5a1c5d484 SHA512 10008c7b3a3d50c94b9c370015b76ee082f5dfb6dcacf014dc2f2dbe92f903618d10d0202b21f48fcf98a94ae76fb712db55a5e8ad353645d378cf0e6ec74f7e -DIST tokio-1.49.0.crate 857029 BLAKE2B 77d4fa2f6cc822c6c2040819648ac29b6241f75a527c681217b8b959fa7c450524bd4f8d9ff42a21a0b2f56cb76a1f3a0d1b62e811f34397261d08bae645d12e SHA512 f7bcb51fb940964be99200e6a9adc45fe1ab13aef8aafc121a2035f1d76686915ca1087dbe3d78497abef86f374b2f737358e5107bfdf4357f511d87e6af6432 DIST tokio-1.50.0.crate 878380 BLAKE2B 222f2c36e420e4f444cf6e621a1ce69599aa96307af8b6d1fe32988ec5b6fd1dcc3f147f3bd82fd768b38cd48fff25c84e8fdfc3f1d6ae08fee4482d3f99dcca SHA512 d09c90a3b7e88935c97ac3092842ba4863c412fe2edc428431c4a1d80839354f79ec4235cd48b81a5c3d88442b21753d3322dfcafc3f4ef31f5fcefe210c5548 DIST tokio-1.52.1.crate 900270 BLAKE2B f84b7d9843533e860a8fdc3d080ab4f81e3759154caef96dcff239e5ebd91d96319a71b06d4a74bea116f25ad592e48673876824064f7338fc6ea6d01aa46780 SHA512 4b88b74953edb136b963fb72e279852fed62fae26b9e3378b0bc079c6b19529e8ec60cdf1520678dd0ccbbeda64b615c34bd2ddd3a27252df42f1a8076e7afb0 -DIST tokio-macros-2.6.0.crate 16505 BLAKE2B 9a6ac1a92c2ca1cf2a51b7f78e4e043e086f595f3d7ab3d543b6d16df306721f56ee3e02b87f568374fb95d8a06dd47090169a3e60b749eaa2f80551dd97e490 SHA512 626e2dddbd80cd4bc365a93dcd4906752c6a1d0f2698daa007deb64596f518b420e5a0374ca415044d5c8acd247a83e3190ca5611ef9185f46785f8194d380a2 DIST tokio-macros-2.6.1.crate 16546 BLAKE2B 70dae2211f477a09b910db16a3940ab0e6352fad86d06e54eb471dd9a16ad08829bd3ebfb97d415861c0f31ff437cc6ad0c994f3c25869725509f3db07cbadd6 SHA512 f52999d45ef36cc1a3704fca95f10160a244d1113ce957734fb044f6102e812596e5fee2a36157a2b3a0b070968890be2d6789a5d3157b69dff1fc141b0627b8 DIST tokio-macros-2.7.0.crate 15859 BLAKE2B 430d68352a433d070dbe80146860179023a01cd8fc7923a55337f48743269dfed914cb69989eda8ff969c74a96b28cd32f0a59caa87d5b2f3e3828d878d0b026 SHA512 c93653ec669b092e928f71ed1e7af8783a5e9899739265389ee24301a0a5a9e2b98c69539937f78926e47c13a36aa70c70eae278ba6c082306e4044a7021c2c7 DIST tokio-rustls-0.26.4.crate 35430 BLAKE2B 97dadd1b4d8aebd2f862f05bf333c0af97b37c1055f0ae9a79b78bef4c8bd4c05c034d13e395346de1d83195609bfd45ca34e70d4c0e537a1e4e8078181c00f7 SHA512 c72fdd74c4b59ab7c8fe15ed73f827aed91a40360a6d82772d6ae2dc4affc590d2c58c1b7523be7249a2be7e3bc2513a0906c0ce53ce1288d5dac50e01199c7c @@ -323,7 +282,6 @@ DIST try-lock-0.2.5.crate 4314 BLAKE2B e75c6c0d7c975e294e3d723e2fb023067530ad6db DIST typeid-1.0.3.crate 9006 BLAKE2B 98de768e71bf1c3fdd62b01e7a5c7976716a7ec983a96a5cc6a2dec52e6bcc61260b0508684ed45a2f7fd06fe6e263c9d7f0c29b1fef4a3e498a024fe5cbd1ea SHA512 3d15a6f554108b2fb9c08ee9679e34565d84efc1d34ffdb6e4a8eed8d3575ebb75176a56124d9554315c93b86a88d1cb619238c10685808376cf968d83b5bed0 DIST typenum-1.19.0.crate 76414 BLAKE2B 8083988e0bf1d7927377112b8939607f32af098f198a2bfcc2c5302170d9f6e5b29cf02d3cab16c1ecd0fb9f0a45ea3c6bd4a4e4baaf2dfdf8f694093300deeb SHA512 09ebcd7a2cc11f422469cf4fe706f1988bcd81d628e2bab3f54ae82b0aa5486d03a4392187a3736c13dc0c2027053387f89ac656caff72f36365c8be38bc7ff4 DIST typenum-1.20.0.crate 105530 BLAKE2B cafd31fa726d6780e7c8eeb9a4785b8ecd1d846c49ad12d0d95666d9960066d16afeb0faab1d5ccd5a4dd47b98e0ae47efdc08fef953b0f2d254968084ed65b3 SHA512 2f511e72395ab9a3d3625de5d350e3a1d78d9192d69727cbb51efc1e41b2b6c28798a2a4347664b50978fdbe83e79568cfb6c53ff5f5656fd0cf0e3689803f54 -DIST unicode-ident-1.0.22.crate 47919 BLAKE2B 766f52249631092af952df717e09e1eb0d2a8e87c45e65113f0b2b88b42e8b406a87241fadd368ceb9e13339362b48cdbbc6f699f95f448ab45dbbd861615d62 SHA512 81666679aaa2eebfe1429827fa2a88ee0b52bd69723067132c24252070133b3731287bcd880ba16d16274f038c7b27bcf637e9150b6cd955fb4ff49642078125 DIST unicode-ident-1.0.24.crate 49298 BLAKE2B 34ba2906a3ebc06f52a4ba77dff96a8f3fb977718d260886fa9e051c5830765641b65a63977110f3a79f31fa177b385f81b01d56c80f6a0324d36eae72e2ebf0 SHA512 7be712d8d0075ac9341790180e312f66264d3e0255c91b38df0951baa5e446dec24551bb2125a66a1cb9b6ca2f1ea37c0cc15fa3dd74f398ecf4d5302c7dc259 DIST unicode-segmentation-1.12.0.crate 106323 BLAKE2B 268b60aff6694434f05afb7e2b8187eeccdceb77460f8ce2ac0f84d470f8a4e03182ce3f7906177cd2f00f989273a7e69061a763006245f0876bf21b15076804 SHA512 55eebfe5e9972b39d7c0011d80eb5f517d636de37870999119a3d8f064f21f67b66a5ba9761d562738b05f220e21d56b5be7bbd9cc51662994e40dd67c38f946 DIST unicode-segmentation-1.13.2.crate 111829 BLAKE2B dcca4af1f3d432c7f40366f7a29267a698cd0ee9a8d3fdb55c577c3456c75f1d664f8bd1f9a59f9b19b93f073a1af7f89bc7d70f87f7c8ade148187c9b8b4990 SHA512 79652f9c22e755530e3910e8a4e176cc882c4b9895755e1539e20820b6dd74cbd52dcc9185eb11f3f150214fb6a822a4aadb6fe967e9a590602008587c67cf77 @@ -341,33 +299,25 @@ DIST wasi-0.11.1+wasi-snapshot-preview1.crate 28477 BLAKE2B bcc773ba28cbe8d820e9 DIST wasip2-1.0.2+wasi-0.2.9.crate 129778 BLAKE2B f41afceba3c586d12829d2c59f45198c61ae04a0dfe72d6bad6176a3d38189a097cf633f34accff83d7ccc238a35a833381e98291e5fd37f2f4d6e08138af2c4 SHA512 284571c833a1770fcadd9a70155d8b507e9f7f0590015e1a07ad0512ac0a7f0ca4693ccd1aa1ab27e74ec58cb75f314770b66562a2167cd6b5086a7871527eb1 DIST wasip2-1.0.3+wasi-0.2.9.crate 134512 BLAKE2B f60f74c4132db0605658ec48ee0087992b82e8969d890be15d9b2610aa235f43dfa266863b3f86e323ded9bf17a585beae232defc087ffc01ad175169ff6e818 SHA512 74c4baa90ecb4c1a87a931e03dc0ed7b472fadaa837d286e28c1c948a08bd2af88ed6f4bcf2900bdc85bddb358026d676aaf200899ec395cb98883e2d1a5ae2c DIST wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06.crate 123354 BLAKE2B d8251ea31999f954eb1264bbc7792ba16a90aec3ed3112fe84b9a93dd8a0e493390b899be9e5e215ebebf644697d3bab680cb07d5e64617cbb57e6b2a28ae95f SHA512 fb136a5475fb4696902d4f4be43e0d5d28cf3bc1b6c83e5e7837499ee038f995c9f084064e2e4585dbc3bd260e0c7c95371526b04933f2c60fb6ce302416215d -DIST wasm-bindgen-0.2.108.crate 49120 BLAKE2B 7cda1630cf38a776750f91d5811a55f955fc05f8460bb5ec12f147b37763ab73c0f40bfab4ae85d9cff93c80a6d0845916d47d61f4eb1750844c9459254bfb75 SHA512 d938d6fee0e9018cf3e1d3bf736b3ef9fbad3b20854917c93409bb4baad70c3a8220646ad3aa8e340d91c655eb7d0ccde01f4f38eb6941780c88c70989616716 DIST wasm-bindgen-0.2.114.crate 59350 BLAKE2B 9bef0d69524ae4bda2178d5e9cae43d777fe23fc106e0282324eb0c417e15c6b2d9e39a610a23053ee994b74c31c6696bbf9db6d06e36f4a2689d0e0246940a8 SHA512 c6e9f49013b390a1037292b53bdd79dfae07b17b6750f8ac013efc5d37532253f8e63af091b6bde52c133a3933266630e76c059cf7fc7eb694e4c72d55144a4d DIST wasm-bindgen-0.2.118.crate 61149 BLAKE2B 3d5655101b382f2870aebfa35eb38cee19402eae18cae102824876f01094e5f505b26ee6f1afafa786b0cbe6b94ecb5c292db54bb85cc453ecacf6fc602bf79f SHA512 a61545f1895fe5a6e9d33b321f8d6e888c73c44b524fc38ac667df4f0cf7cea785d072c3cffc7d7bb26d288ddce90683bcdab3ba09be929016cf1f742020e270 -DIST wasm-bindgen-futures-0.4.58.crate 17188 BLAKE2B 8e72c3efc0f74535f2138784ceb035e79cc66ccd378fbfe747cd4c161aa0bfa4d4653ee53b75a7a0e15c229abcecae44c5dfb9ef9dcc7b81934cc63827d23015 SHA512 0c1a064be1459216e7ec2a24899e8e4d929b564585edc2328572684b5311d1dd786e3df3f3d908fe019b4c52423f656db99a18e899e5ec402fc29adc3fad83e5 DIST wasm-bindgen-futures-0.4.64.crate 17656 BLAKE2B f4c1348022bccc48c9d7191bd626de1c8afd31c3c08d6156bb3512bc5fb71e8fa0388c5644dfd23de68310039ceff2b30e842abbacce44b400f9202b2a6f9ceb SHA512 71c580cbc1be7bb4261b45cd3df3ad979d0f55b2fa2b8282a773356f268ce43b26da0c118c85c0ffa9d60ecb189eeb199de7a804445aa42827f22876b38f4c51 DIST wasm-bindgen-futures-0.4.68.crate 8303 BLAKE2B 96822a0d1e3872482813c87a4433c4236cbd69d3fa4d76cee2fcdeb5893e2d1886f15a54bfba0525adb7b2d14d580d2c27df38855896ee77186a7220ee9917bb SHA512 04250ca8e3761e227e65e0d714007bed4983eea4a2755e7af3f38d342ff971c4af4e5b4bca2848cd92bf7d53ff23641ef23be5e25bd86ce1d88897c7d4a98a07 -DIST wasm-bindgen-macro-0.2.108.crate 9283 BLAKE2B 89ae171ed3418bcf27f3a55a8fb03c9d8983bfd16254e9419fe93671ea68532d83a24a6e4b6834a291e4fd068049216c84272f041cd99f76a620f7bbf5f2dde9 SHA512 5b154c3010a31bb7338d16e559a9b3d2d69cab7681914d22e8b4331cafbc2e6d8b5913fcfbdf5a3ee0e793918affc94ae0dac76fa407f02881ba4642ed1a2b66 DIST wasm-bindgen-macro-0.2.114.crate 9289 BLAKE2B ad8de58de044cf0b8db6aaf713745a9f2dc7dfeb53dfc12f36de732fbb36c7cd36f1e8f1e073a3fb460d7b2baef8ba3126f0003eea4b052886b1502edf595c0d SHA512 e44de567c0e00a2ad451199402e178fa99a576b26466869f85f651d9258ed713bbe33f003981adaf85f4b5068bc0950222ad83b09b385e243b6556da98e7fadb DIST wasm-bindgen-macro-0.2.118.crate 9288 BLAKE2B fb4935cf037278752326a8ee4e78ca89738b426ebc14a90a63e1c37e7bb250e7bc4a08390448b1d49d7dfdc58d1e53ad98f08220c57187584740fa73950b365f SHA512 9370d4abeb445a0d8a89d0fa9156611dacdece4ff809e929987436ac2d6cfb1a3625b892a90f6c1e32f7541592415eb37259ada379b39b2aeddc8f3a2f8f1b3d -DIST wasm-bindgen-macro-support-0.2.108.crate 49855 BLAKE2B 5282f38ec1f5de7f1147145e9083863965e047e75c0b5cfbd46231619ace34b59a2a4db6d3298d265df35dd40de48a8cce2a47678644af432cf28368d3c9345c SHA512 8ccbf76754e3d62df3f157e397a3b560083e429840be50f38dd77cf737eb892db3054295d62f0df2a6cb78589a9abda6e9bc2fbcb2fd431ea74dcae46470b2e6 DIST wasm-bindgen-macro-support-0.2.114.crate 63445 BLAKE2B 97a01b9296dafdb7032d432dc9e0f80d534750509c5c1c081766bc6286da373ca74beb9264869a4aa8ad10e6b605321f95058ee3ae35d8130b45ecfb372a7a7d SHA512 723df09894bfe8338ae127e6022fdeb814f80201c6f84cb0b7d85277c968b254b09c80821462b576febd041109947a9dc4aeda904bfe49ce8cfc828169b2c243 DIST wasm-bindgen-macro-support-0.2.118.crate 64823 BLAKE2B 22381eb0019bb582dd1b4aab1b33ac3684d6eb8b0a613d1f8909eea82a4df561844e340e81b7c0cadf452039889cb3c1b386aaa4f6c7d25d6852529bb28d8e09 SHA512 36896af83f1d9fc9f72b4709c600db787538b7e889b86a374ff933b5c29ef80d09a2599d54fec051b3559c896ed035243595fbdac834f909860ff47eab2f7185 -DIST wasm-bindgen-shared-0.2.108.crate 10121 BLAKE2B c7e80b0eed58bae092167450b44dde4d351188115c5b5d966ed2ce39b4fdeea77ceba89d7bd28400ea92f639b17cdc557a57428da8f4a379d2ecb90ad847f13c SHA512 97fea5811a789c68c8a9b19587450d69b40bf2b76e38efcbb12f4864ffc2ca38a5d3deb5d9d437f47458d44f05afcfc5078c748996c3fcefd65e15bbdf9b226a DIST wasm-bindgen-shared-0.2.114.crate 10538 BLAKE2B 2dde4757cf4266772087862688b3c24fdff7931d2245b9ed0cafd131a1905273ef48312b3d6a6f1c4929d069deb766405abe03efc7bf615abde9c5e770b85979 SHA512 532c8599710ead05d318d7d30c410bf1cf92e4b6c6bd1848155330dd3cfe430755387827612d6d757a87506ca54892456802244e04ad440975bd8dd7efe38969 DIST wasm-bindgen-shared-0.2.118.crate 10565 BLAKE2B a139fbbc5b63fec19708772d7f3cb457c2c24ca73a72618e4bdc65c8090390296e841a9ec5969d1cc0f90cd61351f43b5dd1d0462d08635d90bf01b24ef12b17 SHA512 916d6535f91aedf68b90d2491473d758244e664aee2d82734ed2bd377eaed90e929aa06ce95790ba120405337caea88624cf25fcedbe6af8b0820905e203fcd4 DIST wasm-encoder-0.244.0.crate 85804 BLAKE2B 6dabb55c635d13d1d56711a43c655dfcb74bb9f0be10bccd412c21b5dcd63a46b73ff40955ff28aa0fba9341fe22161c8d253762afd587eaf69a7ca49c06e285 SHA512 ab78662abd6bc9edcc14531a87a848eb6c26081ce9bcb9ff15415ceecb48dad98ab6066638947780c65d7689d11502d4dd2353ff3462b4f49e1c1a8c00d2c1d2 DIST wasm-metadata-0.244.0.crate 21500 BLAKE2B 8da1035b6302c23b00792d90153f74f35eb9cbe913366b43ff7e5d81481c903396b32ad54a416a14b40ff8d4ba329c6fda8c203e4b16f1ab80b3bf4535cde72e SHA512 77677c68dafabacc9697c6090d01fdb171c33ca1663c86dcd3612630b2ea6c41232a7cee125ba416d373edb34ea8e0926d164012461e2ddca8d4d18597feb855 -DIST wasm-streams-0.4.2.crate 36773 BLAKE2B 601f8bc4bf872943de47903de57c9e833afa2500d7e30205046ee02a8a2a8d6486b546117009e81f399f9ece69de89145fff85557ae87d37f989095bbe2046c0 SHA512 f93693b41220e819c4efce0fe756633f1aaffbb57b8a9c028031a6b02a7a221ff4d5bacf162a0b301b55794745ad1f4c97a7bbd46ac396e1518689c0639ecd65 DIST wasm-streams-0.5.0.crate 37790 BLAKE2B fa6b73878176ff7e06f3430ebe351c9f6cdcfa3d721cec9b6872a726cfe644277a57061eb30833485def43ac8a6238da5ea7a301522ec1b488da2e5811447990 SHA512 b27afad552251f6c8d2639c04b7881b69403a8f937f5aa8f7931a1e07b4f2a8791b1be8111decaaaadecf0b7b664d7072ef22c4d61f272484761a6dcdd9ac9d1 DIST wasmparser-0.244.0.crate 265607 BLAKE2B fb982e84536afde140d972614bf6c2875ef169f0b68010393e61d8a1041e57d5355e8f0a57df0681ce4159f830e30a59affbd733656aa9c633ad959225007b11 SHA512 d1a1f549fe93e11cf4155a8f5840fa444505ca9184e28163917bd8ddb1d53cb4d2be0335e183ec24625a7db22dd5d7e22c93c697bdd4de0d537b54af4ed7d834 -DIST web-sys-0.3.85.crate 645049 BLAKE2B e106ebadd24ae0aa838a697ec7e8fe06d86d764405e6c00a523daf94e04213f70fed7cda9302ba5deba57eeb00c1302a97721fd7d124e66998802a703090fe7a SHA512 948fa9a3ba59669df01e6f707fdb00136b1e0ae781daad7c72b5df41526d6c7649e2ce5b9def99e04fda9628dda21d2663db7c6d229d462d64c876382d943b5f DIST web-sys-0.3.91.crate 669788 BLAKE2B 9f19605a58c561eb370a387f259d8837ba1c0fc4ab942409827c12fbb6b546ad634ade236ea71d43c6e0ce2141a0803c29ab0876c73b6917dd325b55a5c56b6a SHA512 2cac32dd1c4d22d5106e5ba21deb1f4b3592469aa1f2e14792df2f1759a6251c247597f250aa649a87f4d0a11daec2f0ccb1b0cb9ce4561a1aac85f6a3b1ff45 DIST web-sys-0.3.95.crate 671115 BLAKE2B 49508c5997ecb2597fa06e22d1abf9e70dca311bd8bcc5682d3302b9ef4c242afd84d70faed959abef5b6fcca27ad51b911eaf9aafcd4fc245d067f075ced2d6 SHA512 ec32f24cb0b8faab4c9bf1cc89c8a6148b3be87abaeffd79fbdc1e682dfb967f9632681bdfc9845c32199d88685a1eafa8cd223ebc3b8a5deba118b4919c3c14 DIST web-time-1.1.0.crate 18026 BLAKE2B cd72e384aca90c79e587448160587531c417f31a32e9ded23e6b78d492d0e517520170fd03177f28870c313b9302b28c32069a2408acccc076a1e4939a2c8f8d SHA512 73e4ef9851de089fde9381a595cb9e37a434f563f1fd350e345f2617b701caf57a9aef739b922b5b10cda131cdf2fd0af42c55603f8973a623a8b6ae70f6cc9f DIST webpki-root-certs-1.0.6.crate 165537 BLAKE2B 5caf2c42819577a8c667c5999151e918f85b32925ab61e234d2743e4a5f34c8d40802107ec90f75d9d4a59a67a08f372276226e311f40d3752965054b3ccfa2b SHA512 0cbdd87e0e814f5f0921eff0aa6769eaea200934c837cd4fc9cf61f92f5a96b7e95911332ba4ce3be9a699a7d126f89232f2261a718973b1972e2508c96ff1ba DIST webpki-root-certs-1.0.7.crate 146732 BLAKE2B 1a543310a105a74d8fb60b06e3d22cb938257859a9aeee01a55309faa1bc82f43434f9f256ed9e7e57ecd37186e43b089782983c7a2a16ea12a6d0dcc8a38152 SHA512 029aef32773015c0a3caecf25dcef222787aaf61966fbd52c04c697f286007b976622f6030f94e69fadc3558ba3af22e278c9cf1cfa13cb56121c4dce7ad1f9d -DIST webpki-roots-1.0.5.crate 241985 BLAKE2B 4206c9ff482b2989033d9888cd86bb609bc2b5cc9330f9ebe74b08b39cb12a5dd89af775317a90cfe7851964d99d76eb204334860cd2361a63e9202ce19b8b5c SHA512 04e31cced29f9ad8571a38718c216ff98baca7365142f2a557e11cc6747f48cd0507bc22d9ec3565eb9474a59a72219c179d9a05d19ffdc82f044cc41e6390a6 DIST winapi-util-0.1.11.crate 13368 BLAKE2B 164f49c84952ece6e566a9a23f32ddf34e16f3930ff531f8d7527bcc18768c9a118cbee748ae6a753a172b4ce8d0f22108142382992b2918b442387ee5904545 SHA512 cc1511c004c2a81da4d7a0414973f09ab711033fbbadfd597f56df2cc6c99b3c1822f0b8de1952e78400a88462b9050acd85d2e4b36db72254049a2d6f725a01 DIST windows-link-0.2.1.crate 6133 BLAKE2B d1ca714178e6fe12bb3b4caeed9a52a36890989e77ae2dcd6f2d18ae4a21fb8479d304cdff63bb0a5f28acf44eaf104821cff83cd66b3a0406a5f33a800e3641 SHA512 afb0c87beb8914fd9a3e52db6f2f64a840470b9751b66c83892c24cb1c46cda63fb16b1aeafcaa5a1fc7c5ba01da46be63e5227cc108dede8b0bd27785498a6b DIST windows-sys-0.45.0.crate 2568659 BLAKE2B 6f2d634d121a9bf41e2887e277a73f33aee69b04c7fcfc6ff973d21902787997f1e186f530e9226cddc003ffc3f85a179c069c8a8688de459f617df92d33f94f SHA512 f239346c0141b95aa76e0771e2f4e38b9a592f3cd92c6001de353637cd65cd73b94cbf9917a4eaa9b0c0b2e6e2af920b9cf6b3fccb52770df5160254cffc1c47 @@ -416,10 +366,8 @@ DIST yoke-0.8.1.crate 32016 BLAKE2B 9dba7f506636b93ce559817ec57380836858eb14fd34 DIST yoke-0.8.2.crate 32790 BLAKE2B 4da3adefbb91fd6a9d715ff0f96e425a07672ec5a607eb365b7a7c1427cccf5764c338a5e709234e1e51df09114ebd01a379633ec121c3da6e9038100ecc364b SHA512 fc4d0a912d531d661dc21000ea50eb18cb96b471f60f0624c644e055337c50523bf0b89d222e759e0e6fda1ae2debc9d87efa26b3427504456e3fd241658bb32 DIST yoke-derive-0.8.1.crate 7593 BLAKE2B 09953385df0b24b5cdbe4fed4c8788e20236c9f5a79d144799a31807a1a4e82380cd3ed451a46055ac21561c2f9a05ca91c953b7c8aa250a26a2e11fd11b7a9c SHA512 20561f74561f3e7d5ce2a2b702bac565047be284cdd24a3bf837d423954c8260d32f8d27ef9761f5e891bb539f59af22afc4830a4e52cf9888c8ca2a50784a96 DIST yoke-derive-0.8.2.crate 15077 BLAKE2B d067fa9c5a9d1978c0a86fa58034b4aaec8815c106aabc4f91d9d1e5c297a03ed287daa35374a2a2c3946e73abb05e159c118014cdb01b9c939f7eae5416bea8 SHA512 ed37289fe2dfcafda13be24b3e4aae1fbbdd6f52c42a1f2d770771f458af0d17b4cbe487941381b4bd692388e9818b45c686bdcd6229918e0f5b6fced1068ca3 -DIST zerocopy-0.8.37.crate 275551 BLAKE2B a71a4a8bccb40d6db900cec874a4baf4cff51cc6d47787219020cedc5fc969b4d0ed12c03227f95b4ba9df1b216eef296c1b01a27b7ea78b2b95f610c52c7217 SHA512 58a13ee75141ffebc8e635a01552781d554c0b22a46d977c7022ebea587a868408cf529c21ddfe1e2b3fe36d4ffbac0e8840f50ff3307a3befdd8d1a097e09aa DIST zerocopy-0.8.42.crate 275035 BLAKE2B 1e4f5052fd5f97537d063d4e60fdfb03741db3babe6ea21058984d5f53fddd6fdbf93b4400d3fe839cf883fbc0468b2196da44195ae199d21259d6586c198b25 SHA512 91ede88a166354b337779d59d968521a75c0860d1299b8deea410f07d67a91b006fd4eee3193b9e08764b6fc6e559ec3532d3524d3a304d8ce7ab86d88aac65a DIST zerocopy-0.8.48.crate 287554 BLAKE2B f66a7efa5970e16ad8c0e35a7f894192d93f9f9328bf1f8ff3f75f0a091cc8a44c5bddb4cd89e6acd8422cbc1ca1c6fc230c65b32e82460ab541435ab81408dc SHA512 c66a2a301bebfcb6519ac122d5b03a5f5ea2443d83ebcacfacc564d01b9d6173581fcb4df122444c910ea0b0e420d1529e3318d60695cec3d9df28a1837b9f9e -DIST zerocopy-derive-0.8.37.crate 106949 BLAKE2B 3ef105720ce248ef3ce922aa4e0a6b271a0367c2afb3650898301d96784ccbcb490a3248e9b0f07ea09d3106b808163f0acb7d7c748256666fd90d3627f7cf45 SHA512 fa0f157367e317ea85a79df2303a5834d1f29bcd55e5d8461ca085a48bdc94871f1417a649b6373b9b327366df94b7b0783d2d8333771761aed3e60a6434c323 DIST zerocopy-derive-0.8.42.crate 97730 BLAKE2B 369eb1c51bf2cd91aff38f3db27375d6af28f2901ea7710339f19935b1fc029db191078840166d6aea6cf7de1854dfcc1a560ec09f7f16e5fddf67f560ee920b SHA512 655af2071aa0cba0c1862574b0fe8883273c79741a46a8204fc20fb6deab7bde304f9f2267c57c70432b590a3a247b219bd03bc879f479b87ab09059da36903d DIST zerocopy-derive-0.8.48.crate 97646 BLAKE2B a75bf954fc7b9878325bb7dd953351eef1858ab3d41464661cd5fd8638f8417fa2ae05c4fc9b72ea7c2121a6455ecf683a1f096b49f62941fc110f2c43316ee5 SHA512 7dd11845b9c07fcc6c7289f792a27c30b2eb6122a403e9cfaa59177a953a60e5e412040a085d12b31a4c52306d3e3517a7f295ba62fb4441aac8e2d5f052e3c3 DIST zerofrom-0.1.6.crate 5669 BLAKE2B 1428e9cfdcdae13b39b7465524d1b8b79bdd89f743d3db4a3305c2b39d61ad7ced958dabd673a135147a04c8ace69d8c710dc06c6a07b1dd3987fc0a45148094 SHA512 e87c50b4f87caff70d026099bddcced73398c432f6aade32d74ad199cb3a985956bac282f48efdd501e64e80297afe4f8a4518db32437bf297fcf51a6f94bbd9 @@ -433,7 +381,6 @@ DIST zerovec-0.11.5.crate 119620 BLAKE2B 8277a379f53b95575fc14ff56b41930099433af DIST zerovec-0.11.6.crate 128583 BLAKE2B 32be3ec333c124894009ff13feadcc6548a93485444eef0d1085a995a55e73a8165e77589b13893a5f6bf585ddad750cf0364e8fa14e00eec239150f14bb0adc SHA512 9a0b22654ce3b76cd5e9bdfbcf8d5344dff4116f37f6e22ee4687677c7fe8a69122a2cc86b0d722ff2040547a810528a5a0d9bb5d8c4ac2d3fa0323dcd18320d DIST zerovec-derive-0.11.2.crate 21421 BLAKE2B 42ec1fd49da71796845e1b3414d3422ebecd6f30e7affb7a672449a75a70acfcfc24096130edf3c247651272b03134519a89bcfe36dc2e426a8224fd687236cf SHA512 ee36fa909e0ba80ec0cc10608837bcb0b4fde68b12174c8311ffab0eb8ac78f62ed6540bfb5bd4fb756c911f4ebf44b3a0bfb5ce293572bafb75b9e5705a5745 DIST zerovec-derive-0.11.3.crate 22115 BLAKE2B 4669526abb7a51d35045bf765017f6070e371aa33d06e66870f043401bd118192b53c422794d08ee2cf9c41e2eb8922a80ed0f450bf3c8c5e78d3f437f984ce2 SHA512 1195cf266a28cf1bdc48a02b2b721f24c785b317dc421475818cc0fe616230bbb91468ab2f67981bf6d3ea2b830eca2e10b85502f622ecb06880e4fff376d29f -DIST zmij-1.0.19.crate 23948 BLAKE2B 79bceef15d691c557bf31069f1e7431466f2f45b1f11ab9d6320f2a8d4939205adcb5a2cce26e7b96fa99221c1621d35360d5f028572b01c60fcf2b25922949e SHA512 aa191ba286f10d59727981e68f7fb0214d53b02d6c28951e6f16670433cd79abc4615384b3b1e1f74adc81a3f51c15d906fda0340b03938984693332feeac2cc DIST zmij-1.0.21.crate 26665 BLAKE2B e958b58e2213ad13185ec6df55d07e6c80169afa56133038fa66cefb4a9f49aa786249a486dc09b2d0a2f74e41c0d0d713135f38a84dff8f6239636a6bf3cadb SHA512 a488f11ec8721ddfe42e61d028a128818551de8fccd69d7824504e4ae2efccdc38f716fa5a10ef4de07a8a087e75e819c4a1e0790817e8539b5db697bde14585 DIST zstd-0.13.3.crate 30514 BLAKE2B f849d794a4e9157c95d7fcce57551a0fe25098348759086219adab57f37b328e9701b65994da30d8756adf12feae4407f5be92f6c1ca43a57807097520fcd04f SHA512 07e1589ebf2aa169cdc50381f5078012574e3613cc89f3d02914b286d37a9028124c6d40ee8efd75ecc50f31e51a24d2ad0a6e83e669d7dc6477fc43878d4751 DIST zstd-safe-7.2.4.crate 29350 BLAKE2B d14a28f39faf7ed77b9dc11d79cc3b0b79f904a2cf2e78b184a0e57f02bb4a5c49c71c6693352a4f1e6d4653e570c491d52a4dca80293a7f98f49659d1d2ca82 SHA512 b4f3a4dc63814a2a088e549a0fa0bdeeba3e5ab3416c414207eb9ec1772f8913002f3b94ccf0675b651af94ed12eda427cc90dd40a8e81b3ed565ce80f4db1de diff --git a/games-util/protonup-rs/files/fix-tests-0.10.0.patch b/games-util/protonup-rs/files/fix-tests-0.10.0.patch deleted file mode 100644 index 161730def890..000000000000 --- a/games-util/protonup-rs/files/fix-tests-0.10.0.patch +++ /dev/null @@ -1,93 +0,0 @@ -diff --git a/libprotonup/src/downloads.rs b/libprotonup/src/downloads.rs -index 20f618b..1580f7e 100644 ---- a/libprotonup/src/downloads.rs -+++ b/libprotonup/src/downloads.rs -@@ -280,87 +280,10 @@ impl Download { - mod tests { - use std::str::FromStr; - -- use crate::{constants, sources}; -+ use crate::sources; - - use super::*; - -- #[tokio::test] -- async fn test_list_releases() { -- let conditions = &[ -- ( -- sources::CompatTool::from_str(constants::DEFAULT_LUTRIS_TOOL).unwrap(), -- "Get WineGE", -- ), -- ( -- sources::CompatTool::from_str(constants::DEFAULT_STEAM_TOOL).unwrap(), -- "Get GEProton", -- ), -- ( -- sources::CompatTool::from_str("Luxtorpeda").unwrap(), -- "Get Luxtorpeda", -- ), -- ]; -- -- for (source_parameters, desc) in conditions { -- let result = list_releases(source_parameters).await; -- -- assert!( -- result.is_ok(), -- "case : '{desc}' test: list_releases returned error" -- ); -- -- let result = result.unwrap(); -- -- assert!( -- result.len() > 1, -- "case : '{desc}' test: test_list_releases returned an empty list" -- ); -- } -- } -- -- #[tokio::test] -- async fn test_get_release() { -- let agent = format!("{}/v{}", constants::USER_AGENT, constants::VERSION,); -- -- let client = match reqwest::Client::builder().user_agent(agent).build() { -- Ok(client) => client, -- Err(e) => { -- eprintln!("Error: {e}"); -- std::process::exit(1) -- } -- }; -- -- let conditions = &[ -- ( -- sources::CompatTool::from_str(constants::DEFAULT_LUTRIS_TOOL).unwrap(), -- "Get WineGE", -- ), -- ( -- sources::CompatTool::from_str(constants::DEFAULT_STEAM_TOOL).unwrap(), -- "Get GEProton", -- ), -- ]; -- for (source_parameters, desc) in conditions { -- let url = format!( -- "{}/{}/{}/releases/latest", -- source_parameters.forge.get_url(), -- source_parameters.repository_account, -- source_parameters.repository_name -- ); -- -- let rel = match client.get(url).send().await { -- Ok(res) => res, -- Err(e) => { -- panic!("Error: {e}"); -- } -- } -- .json::<Release>() -- .await; -- -- assert!(rel.is_ok(), "case : '{desc}' test: test_get_release wrong"); -- } -- } -- - #[tokio::test] - async fn test_get_download_name() { - let empty = "".to_owned(); diff --git a/games-util/protonup-rs/files/fix-tests-0.12.0.patch b/games-util/protonup-rs/files/fix-tests-0.12.0.patch deleted file mode 100644 index 6345fc9dfba3..000000000000 --- a/games-util/protonup-rs/files/fix-tests-0.12.0.patch +++ /dev/null @@ -1,93 +0,0 @@ -diff --git a/libprotonup/src/downloads.rs b/libprotonup/src/downloads.rs -index 6cfc3e6..de4f460 100644 ---- a/libprotonup/src/downloads.rs -+++ b/libprotonup/src/downloads.rs -@@ -280,87 +280,10 @@ impl Download { - mod tests { - use std::str::FromStr; - -- use crate::{constants, sources}; -+ use crate::sources; - - use super::*; - -- #[tokio::test] -- async fn test_list_releases() { -- let conditions = &[ -- ( -- sources::CompatTool::from_str(constants::DEFAULT_LUTRIS_TOOL).unwrap(), -- "Get GEProton", -- ), -- ( -- sources::CompatTool::from_str(constants::DEFAULT_STEAM_TOOL).unwrap(), -- "Get GEProton", -- ), -- ( -- sources::CompatTool::from_str("Luxtorpeda").unwrap(), -- "Get Luxtorpeda", -- ), -- ]; -- -- for (source_parameters, desc) in conditions { -- let result = list_releases(source_parameters).await; -- -- assert!( -- result.is_ok(), -- "case : '{desc}' test: list_releases returned error" -- ); -- -- let result = result.unwrap(); -- -- assert!( -- result.len() > 1, -- "case : '{desc}' test: test_list_releases returned an empty list" -- ); -- } -- } -- -- #[tokio::test] -- async fn test_get_release() { -- let agent = format!("{}/v{}", constants::USER_AGENT, constants::VERSION,); -- -- let client = match reqwest::Client::builder().user_agent(agent).build() { -- Ok(client) => client, -- Err(e) => { -- eprintln!("Error: {e}"); -- std::process::exit(1) -- } -- }; -- -- let conditions = &[ -- ( -- sources::CompatTool::from_str(constants::DEFAULT_LUTRIS_TOOL).unwrap(), -- "Get GEProton", -- ), -- ( -- sources::CompatTool::from_str(constants::DEFAULT_STEAM_TOOL).unwrap(), -- "Get GEProton", -- ), -- ]; -- for (source_parameters, desc) in conditions { -- let url = format!( -- "{}/{}/{}/releases/latest", -- source_parameters.forge.get_url(), -- source_parameters.repository_account, -- source_parameters.repository_name -- ); -- -- let rel = match client.get(url).send().await { -- Ok(res) => res, -- Err(e) => { -- panic!("Error: {e}"); -- } -- } -- .json::<Release>() -- .await; -- -- assert!(rel.is_ok(), "case : '{desc}' test: test_get_release wrong"); -- } -- } -- - #[tokio::test] - async fn test_get_download_name() { - let empty = "".to_owned(); diff --git a/games-util/protonup-rs/protonup-rs-0.10.0-r1.ebuild b/games-util/protonup-rs/protonup-rs-0.10.0-r1.ebuild deleted file mode 100644 index c186c5f1e2ce..000000000000 --- a/games-util/protonup-rs/protonup-rs-0.10.0-r1.ebuild +++ /dev/null @@ -1,296 +0,0 @@ -# Copyright 2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -# Autogenerated by pycargoebuild 0.15.1 - -EAPI=8 - -RUST_MIN_VER="1.87.0" - -CRATES=" - adler2@2.0.1 - aho-corasick@1.1.4 - anstream@0.6.21 - anstyle-parse@0.2.7 - anstyle-query@1.1.5 - anstyle-wincon@3.0.11 - anstyle@1.0.13 - anyhow@1.0.100 - arcstr@1.2.0 - assert-json-diff@2.0.2 - astral-tokio-tar@0.5.6 - async-compression@0.4.37 - atomic-waker@1.1.2 - base64@0.22.1 - bitflags@2.10.0 - block-buffer@0.10.4 - bumpalo@3.19.1 - bytes@1.11.0 - cc@1.2.55 - cfg-if@1.0.4 - cfg_aliases@0.2.1 - clap@4.5.56 - clap_builder@4.5.56 - clap_derive@4.5.55 - clap_lex@0.7.7 - colorchoice@1.0.4 - compression-codecs@0.4.36 - compression-core@0.4.31 - console@0.16.2 - cpufeatures@0.2.17 - crc32fast@1.5.0 - crypto-common@0.1.7 - deadpool-runtime@0.1.4 - deadpool@0.12.3 - digest@0.10.7 - dirs-sys@0.5.0 - dirs@6.0.0 - displaydoc@0.2.5 - dyn-clone@1.0.20 - encode_unicode@1.0.0 - equivalent@1.0.2 - errno@0.3.14 - fastrand@2.3.0 - filetime@0.2.27 - find-msvc-tools@0.1.9 - flate2@1.1.8 - fnv@1.0.7 - form_urlencoded@1.2.2 - futures-channel@0.3.31 - futures-core@0.3.31 - futures-executor@0.3.31 - futures-io@0.3.31 - futures-macro@0.3.31 - futures-sink@0.3.31 - futures-task@0.3.31 - futures-util@0.3.31 - futures@0.3.31 - generic-array@0.14.7 - getrandom@0.2.17 - getrandom@0.3.4 - h2@0.4.13 - hashbrown@0.16.1 - heck@0.5.0 - hermit-abi@0.5.2 - hex-literal@1.1.0 - hex@0.4.3 - http-body-util@0.1.3 - http-body@1.0.1 - http@1.4.0 - httparse@1.10.1 - httpdate@1.0.3 - hyper-rustls@0.27.7 - hyper-util@0.1.19 - hyper@1.8.1 - icu_collections@2.1.1 - icu_locale_core@2.1.1 - icu_normalizer@2.1.1 - icu_normalizer_data@2.1.1 - icu_properties@2.1.2 - icu_properties_data@2.1.2 - icu_provider@2.1.1 - idna@1.1.0 - idna_adapter@1.2.1 - indexmap@2.13.0 - indicatif@0.18.3 - inquire@0.9.2 - ipnet@2.11.0 - iri-string@0.7.10 - is_terminal_polyfill@1.70.2 - itoa@1.0.17 - jobserver@0.1.34 - js-sys@0.3.85 - lazy_static@1.5.0 - libc@0.2.180 - liblzma-sys@0.4.5 - liblzma@0.4.5 - libredox@0.1.12 - linux-raw-sys@0.11.0 - litemap@0.8.1 - log@0.4.29 - lru-slab@0.1.2 - memchr@2.7.6 - miniz_oxide@0.8.9 - mio@1.1.1 - num_cpus@1.17.0 - numtoa@0.2.4 - once_cell@1.21.3 - once_cell_polyfill@1.70.2 - option-ext@0.2.0 - percent-encoding@2.3.2 - pin-project-internal@1.1.10 - pin-project-lite@0.2.16 - pin-project@1.1.10 - pin-utils@0.1.0 - pkg-config@0.3.32 - portable-atomic@1.13.1 - potential_utf@0.1.4 - ppv-lite86@0.2.21 - proc-macro2@1.0.106 - quinn-proto@0.11.13 - quinn-udp@0.5.14 - quinn@0.11.9 - quote@1.0.44 - r-efi@5.3.0 - rand@0.9.2 - rand_chacha@0.9.0 - rand_core@0.9.5 - redox_syscall@0.7.0 - redox_users@0.5.2 - regex-automata@0.4.13 - regex-syntax@0.8.8 - regex@1.12.2 - reqwest@0.12.28 - ring@0.17.14 - ron@0.12.0 - rustc-hash@2.1.1 - rustix@1.1.3 - rustls-pki-types@1.14.0 - rustls-webpki@0.103.9 - rustls@0.23.36 - rustversion@1.0.22 - ryu@1.0.22 - serde@1.0.228 - serde_core@1.0.228 - serde_derive@1.0.228 - serde_json@1.0.149 - serde_urlencoded@0.7.1 - sha2@0.10.9 - shlex@1.3.0 - simd-adler32@0.3.8 - slab@0.4.12 - smallvec@1.15.1 - socket2@0.6.2 - stable_deref_trait@1.2.1 - strsim@0.11.1 - subtle@2.6.1 - syn@2.0.114 - sync_wrapper@1.0.2 - synstructure@0.13.2 - tar@0.4.44 - tempfile@3.24.0 - termion@4.0.6 - thiserror-impl@2.0.18 - thiserror@2.0.18 - tinystr@0.8.2 - tinyvec@1.10.0 - tinyvec_macros@0.1.1 - tokio-macros@2.6.0 - tokio-rustls@0.26.4 - tokio-stream@0.1.18 - tokio-util@0.7.18 - tokio@1.49.0 - tower-http@0.6.8 - tower-layer@0.3.3 - tower-service@0.3.3 - tower@0.5.3 - tracing-core@0.1.36 - tracing@0.1.44 - try-lock@0.2.5 - typeid@1.0.3 - typenum@1.19.0 - unicode-ident@1.0.22 - unicode-segmentation@1.12.0 - unicode-width@0.2.2 - unit-prefix@0.5.2 - untrusted@0.9.0 - url@2.5.8 - utf8_iter@1.0.4 - utf8parse@0.2.2 - version_check@0.9.5 - want@0.3.1 - wasi@0.11.1+wasi-snapshot-preview1 - wasip2@1.0.2+wasi-0.2.9 - wasm-bindgen-futures@0.4.58 - wasm-bindgen-macro-support@0.2.108 - wasm-bindgen-macro@0.2.108 - wasm-bindgen-shared@0.2.108 - wasm-bindgen@0.2.108 - wasm-streams@0.4.2 - web-sys@0.3.85 - web-time@1.1.0 - webpki-roots@1.0.5 - windows-link@0.2.1 - windows-sys@0.52.0 - windows-sys@0.60.2 - windows-sys@0.61.2 - windows-targets@0.52.6 - windows-targets@0.53.5 - windows_aarch64_gnullvm@0.52.6 - windows_aarch64_gnullvm@0.53.1 - windows_aarch64_msvc@0.52.6 - windows_aarch64_msvc@0.53.1 - windows_i686_gnu@0.52.6 - windows_i686_gnu@0.53.1 - windows_i686_gnullvm@0.52.6 - windows_i686_gnullvm@0.53.1 - windows_i686_msvc@0.52.6 - windows_i686_msvc@0.53.1 - windows_x86_64_gnu@0.52.6 - windows_x86_64_gnu@0.53.1 - windows_x86_64_gnullvm@0.52.6 - windows_x86_64_gnullvm@0.53.1 - windows_x86_64_msvc@0.52.6 - windows_x86_64_msvc@0.53.1 - wiremock@0.6.5 - wit-bindgen@0.51.0 - writeable@0.6.2 - xattr@1.6.1 - yoke-derive@0.8.1 - yoke@0.8.1 - zerocopy-derive@0.8.37 - zerocopy@0.8.37 - zerofrom-derive@0.1.6 - zerofrom@0.1.6 - zeroize@1.8.2 - zerotrie@0.2.3 - zerovec-derive@0.11.2 - zerovec@0.11.5 - zmij@1.0.19 - zstd-safe@7.2.4 - zstd-sys@2.0.16+zstd.1.5.7 - zstd@0.13.3 -" - -inherit cargo - -DESCRIPTION="TUI Program for Custom Proton Download and installation written in rust" -HOMEPAGE="https://github.com/auyer/Protonup-rs" - -SRC_URI=" - ${CARGO_CRATE_URIS} - https://github.com/auyer/Protonup-rs/archive/v${PV}.tar.gz -> ${P}.tar.gz -" - -S="${WORKDIR}/Protonup-rs-${PV}" - -LICENSE="GPL-3" -# Dependent crate licenses -LICENSE+=" - Apache-2.0 BSD CDLA-Permissive-2.0 ISC MIT MPL-2.0 Unicode-3.0 -" -SLOT="0" -KEYWORDS="~amd64" -RESTRICT="mirror" -# apply-crates-fixes start -DEPEND=" - >=app-arch/zstd-1.5.7 -" -# apply-crates-fixes end - -QA_FLAGS_IGNORED="usr/bin/${PN}" - -DOCS=( README.md docs ) - -PATCHES=( "${FILESDIR}/fix-tests-0.10.0.patch" ) - -# apply-crates-fixes start -src_compile(){ - export ZSTD_SYS_USE_PKG_CONFIG=1 # fix for zstd-sys crate - cargo_src_compile -} -# apply-crates-fixes end -src_install() { - cargo_src_install --path "${S}/${PN}" - einstalldocs -} diff --git a/games-util/protonup-rs/protonup-rs-0.11.0.ebuild b/games-util/protonup-rs/protonup-rs-0.11.0.ebuild index dac1b31b7708..b1d9fccf118e 100644 --- a/games-util/protonup-rs/protonup-rs-0.11.0.ebuild +++ b/games-util/protonup-rs/protonup-rs-0.11.0.ebuild @@ -343,8 +343,6 @@ QA_FLAGS_IGNORED="usr/bin/${PN}" DOCS=( README.md docs ) -PATCHES=( "${FILESDIR}/fix-tests-0.10.0.patch" ) - # apply-crates-fixes start src_compile(){ export ZSTD_SYS_USE_PKG_CONFIG=1 # fix for zstd-sys crate @@ -358,8 +356,17 @@ src_compile(){ # but what it can do is use set the AWS_LC_SYS_CFLAGS var to override CFLAGS cargo_src_compile } + +src_test(){ + local CARGO_SKIP_TESTS=( + 'downloads::tests::test_get_release' + 'downloads::tests::test_list_releases' + ) + cargo_src_test +} + # apply-crates-fixes end -src_install() { +src_install(){ cargo_src_install --path "${S}/${PN}" einstalldocs } diff --git a/games-util/protonup-rs/protonup-rs-0.12.0.ebuild b/games-util/protonup-rs/protonup-rs-0.12.0.ebuild index 3a25b37232a5..9985cf08b720 100644 --- a/games-util/protonup-rs/protonup-rs-0.12.0.ebuild +++ b/games-util/protonup-rs/protonup-rs-0.12.0.ebuild @@ -345,8 +345,6 @@ QA_FLAGS_IGNORED="usr/bin/${PN}" DOCS=( README.md docs ) -PATCHES=( "${FILESDIR}/fix-tests-0.12.0.patch" ) - # apply-crates-fixes start src_compile(){ export ZSTD_SYS_USE_PKG_CONFIG=1 # fix for zstd-sys crate @@ -361,7 +359,16 @@ src_compile(){ cargo_src_compile } # apply-crates-fixes end -src_install() { + +src_test(){ + local CARGO_SKIP_TESTS=( + 'downloads::tests::test_get_release' + 'downloads::tests::test_list_releases' + ) + cargo_src_test +} + +src_install(){ cargo_src_install --path "${S}/${PN}" einstalldocs } diff --git a/games-util/protonup-rs/protonup-rs-0.12.1.ebuild b/games-util/protonup-rs/protonup-rs-0.12.1.ebuild new file mode 100644 index 000000000000..0a115fc425f4 --- /dev/null +++ b/games-util/protonup-rs/protonup-rs-0.12.1.ebuild @@ -0,0 +1,395 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Autogenerated by pycargoebuild 0.15.1 + +# update using this command: +# find -name 'Cargo.toml' -exec dirname {} \; | +# sort | tail -n+2 | xargs pycargoebuild -i ${P}.ebuild + +EAPI=8 + +RUST_MIN_VER="1.87.0" + +# apply-crates-fixes start +LLVM_COMPAT=( 22 ) +# apply-crates-fixes end +CRATES=" + adler2@2.0.1 + aho-corasick@1.1.4 + anstream@1.0.0 + anstyle-parse@1.0.0 + anstyle-query@1.1.5 + anstyle-wincon@3.0.11 + anstyle@1.0.14 + anyhow@1.0.102 + arbitrary@1.4.2 + arcstr@1.2.0 + assert-json-diff@2.0.2 + astral-tokio-tar@0.6.0 + astral-tokio-tar@0.6.1 + async-compression@0.4.41 + async-compression@0.4.42 + atomic-waker@1.1.2 + aws-lc-rs@1.16.3 + aws-lc-sys@0.40.0 + base64@0.22.1 + bitflags@2.11.1 + block-buffer@0.12.0 + bumpalo@3.20.2 + bytes@1.11.1 + cc@1.2.60 + cc@1.2.61 + cesu8@1.1.0 + cfg-if@1.0.4 + cfg_aliases@0.2.1 + clap@4.6.1 + clap_builder@4.6.0 + clap_derive@4.6.1 + clap_lex@1.1.0 + cmake@0.1.58 + colorchoice@1.0.5 + combine@4.6.7 + compression-codecs@0.4.37 + compression-codecs@0.4.38 + compression-core@0.4.31 + compression-core@0.4.32 + console@0.16.3 + const-oid@0.10.2 + core-foundation-sys@0.8.7 + core-foundation@0.10.1 + cpufeatures@0.3.0 + crc32fast@1.5.0 + crypto-common@0.2.1 + deadpool-runtime@0.1.4 + deadpool@0.12.3 + digest@0.11.2 + dirs-sys@0.5.0 + dirs@6.0.0 + displaydoc@0.2.5 + dunce@1.0.5 + dyn-clone@1.0.20 + encode_unicode@1.0.0 + equivalent@1.0.2 + errno@0.3.14 + fastrand@2.4.1 + filetime@0.2.27 + find-msvc-tools@0.1.9 + flate2@1.1.9 + fnv@1.0.7 + foldhash@0.1.5 + form_urlencoded@1.2.2 + fs4@0.13.1 + fs_extra@1.3.0 + futures-channel@0.3.32 + futures-core@0.3.32 + futures-executor@0.3.32 + futures-io@0.3.32 + futures-macro@0.3.32 + futures-sink@0.3.32 + futures-task@0.3.32 + futures-util@0.3.32 + futures@0.3.32 + getrandom@0.2.17 + getrandom@0.3.4 + getrandom@0.4.2 + h2@0.4.13 + hashbrown@0.15.5 + hashbrown@0.17.0 + heck@0.5.0 + hermit-abi@0.5.2 + hex-literal@1.1.0 + hex@0.4.3 + http-body-util@0.1.3 + http-body@1.0.1 + http@1.4.0 + httparse@1.10.1 + httpdate@1.0.3 + hybrid-array@0.4.10 + hybrid-array@0.4.11 + hyper-rustls@0.27.9 + hyper-util@0.1.20 + hyper@1.9.0 + icu_collections@2.2.0 + icu_locale_core@2.2.0 + icu_normalizer@2.2.0 + icu_normalizer_data@2.2.0 + icu_properties@2.2.0 + icu_properties_data@2.2.0 + icu_provider@2.2.0 + id-arena@2.3.0 + idna@1.1.0 + idna_adapter@1.2.1 + idna_adapter@1.2.2 + indexmap@2.14.0 + indicatif@0.18.4 + inquire@0.9.4 + ipnet@2.12.0 + iri-string@0.7.12 + is_terminal_polyfill@1.70.2 + itoa@1.0.18 + jni-macros@0.22.4 + jni-sys-macros@0.4.1 + jni-sys@0.3.1 + jni-sys@0.4.1 + jni@0.21.1 + jni@0.22.4 + jobserver@0.1.34 + js-sys@0.3.95 + lazy_static@1.5.0 + leb128fmt@0.1.0 + libc@0.2.185 + libc@0.2.186 + libfuzzer-sys@0.4.12 + liblzma-sys@0.4.6 + liblzma@0.4.6 + libredox@0.1.16 + linux-raw-sys@0.12.1 + litemap@0.8.2 + log@0.4.29 + lru-slab@0.1.2 + memchr@2.8.0 + miniz_oxide@0.8.9 + mio@1.2.0 + num_cpus@1.17.0 + numtoa@0.2.4 + once_cell@1.21.4 + once_cell_polyfill@1.70.2 + openssl-probe@0.2.1 + option-ext@0.2.0 + percent-encoding@2.3.2 + pin-project-internal@1.1.11 + pin-project-lite@0.2.17 + pin-project@1.1.11 + pkg-config@0.3.33 + plain@0.2.3 + portable-atomic@1.13.1 + potential_utf@0.1.5 + ppv-lite86@0.2.21 + prettyplease@0.2.37 + proc-macro2@1.0.106 + quinn-proto@0.11.14 + quinn-udp@0.5.14 + quinn@0.11.9 + quote@1.0.45 + r-efi@5.3.0 + r-efi@6.0.0 + rand@0.9.4 + rand_chacha@0.9.0 + rand_core@0.9.5 + redox_syscall@0.7.4 + redox_users@0.5.2 + regex-automata@0.4.14 + regex-syntax@0.8.10 + regex@1.12.3 + reqwest@0.13.2 + reqwest@0.13.3 + ring@0.17.14 + ron@0.12.1 + rustc-hash@2.1.2 + rustc_version@0.4.1 + rustix@1.1.4 + rustls-native-certs@0.8.3 + rustls-pki-types@1.14.0 + rustls-pki-types@1.14.1 + rustls-platform-verifier-android@0.1.1 + rustls-platform-verifier@0.6.2 + rustls-platform-verifier@0.7.0 + rustls-webpki@0.103.13 + rustls@0.23.38 + rustls@0.23.39 + rustversion@1.0.22 + same-file@1.0.6 + schannel@0.1.29 + security-framework-sys@2.17.0 + security-framework@3.7.0 + semver@1.0.28 + serde@1.0.228 + serde_core@1.0.228 + serde_derive@1.0.228 + serde_json@1.0.149 + sha2@0.11.0 + shlex@1.3.0 + simd-adler32@0.3.9 + simd_cesu8@1.1.1 + simdutf8@0.1.5 + slab@0.4.12 + smallvec@1.15.1 + socket2@0.6.3 + stable_deref_trait@1.2.1 + strsim@0.11.1 + subtle@2.6.1 + syn@2.0.117 + sync_wrapper@1.0.2 + synstructure@0.13.2 + tar@0.4.45 + tempfile@3.27.0 + termion@4.0.6 + thiserror-impl@1.0.69 + thiserror-impl@2.0.18 + thiserror@1.0.69 + thiserror@2.0.18 + tinystr@0.8.3 + tinyvec@1.11.0 + tinyvec_macros@0.1.1 + tokio-macros@2.7.0 + tokio-rustls@0.26.4 + tokio-stream@0.1.18 + tokio-util@0.7.18 + tokio@1.52.1 + tower-http@0.6.8 + tower-layer@0.3.3 + tower-service@0.3.3 + tower@0.5.3 + tracing-core@0.1.36 + tracing@0.1.44 + try-lock@0.2.5 + typeid@1.0.3 + typenum@1.20.0 + unicode-ident@1.0.24 + unicode-segmentation@1.13.2 + unicode-width@0.2.2 + unicode-xid@0.2.6 + unit-prefix@0.5.2 + untrusted@0.9.0 + url@2.5.8 + utf8_iter@1.0.4 + utf8parse@0.2.2 + walkdir@2.5.0 + want@0.3.1 + wasi@0.11.1+wasi-snapshot-preview1 + wasip2@1.0.3+wasi-0.2.9 + wasip3@0.4.0+wasi-0.3.0-rc-2026-01-06 + wasm-bindgen-futures@0.4.68 + wasm-bindgen-macro-support@0.2.118 + wasm-bindgen-macro@0.2.118 + wasm-bindgen-shared@0.2.118 + wasm-bindgen@0.2.118 + wasm-encoder@0.244.0 + wasm-metadata@0.244.0 + wasm-streams@0.5.0 + wasmparser@0.244.0 + web-sys@0.3.95 + web-time@1.1.0 + webpki-root-certs@1.0.7 + winapi-util@0.1.11 + windows-link@0.2.1 + windows-sys@0.45.0 + windows-sys@0.52.0 + windows-sys@0.59.0 + windows-sys@0.60.2 + windows-sys@0.61.2 + windows-targets@0.42.2 + windows-targets@0.52.6 + windows-targets@0.53.5 + windows_aarch64_gnullvm@0.42.2 + windows_aarch64_gnullvm@0.52.6 + windows_aarch64_gnullvm@0.53.1 + windows_aarch64_msvc@0.42.2 + windows_aarch64_msvc@0.52.6 + windows_aarch64_msvc@0.53.1 + windows_i686_gnu@0.42.2 + windows_i686_gnu@0.52.6 + windows_i686_gnu@0.53.1 + windows_i686_gnullvm@0.52.6 + windows_i686_gnullvm@0.53.1 + windows_i686_msvc@0.42.2 + windows_i686_msvc@0.52.6 + windows_i686_msvc@0.53.1 + windows_x86_64_gnu@0.42.2 + windows_x86_64_gnu@0.52.6 + windows_x86_64_gnu@0.53.1 + windows_x86_64_gnullvm@0.42.2 + windows_x86_64_gnullvm@0.52.6 + windows_x86_64_gnullvm@0.53.1 + windows_x86_64_msvc@0.42.2 + windows_x86_64_msvc@0.52.6 + windows_x86_64_msvc@0.53.1 + wiremock@0.6.5 + wit-bindgen-core@0.51.0 + wit-bindgen-rust-macro@0.51.0 + wit-bindgen-rust@0.51.0 + wit-bindgen@0.51.0 + wit-bindgen@0.57.1 + wit-component@0.244.0 + wit-parser@0.244.0 + writeable@0.6.3 + xattr@1.6.1 + yoke-derive@0.8.2 + yoke@0.8.2 + zerocopy-derive@0.8.48 + zerocopy@0.8.48 + zerofrom-derive@0.1.7 + zerofrom@0.1.7 + zeroize@1.8.2 + zerotrie@0.2.4 + zerovec-derive@0.11.3 + zerovec@0.11.6 + zmij@1.0.21 + zstd-safe@7.2.4 + zstd-sys@2.0.16+zstd.1.5.7 + zstd@0.13.3 +" + +# apply-crates-fixes start +inherit llvm-r2 +# apply-crates-fixes end +inherit cargo + +DESCRIPTION="TUI Program for Custom Proton Download and installation written in rust" +HOMEPAGE="https://github.com/auyer/Protonup-rs" + +SRC_URI=" + ${CARGO_CRATE_URIS} + https://github.com/auyer/Protonup-rs/archive/v${PV}.tar.gz -> ${P}.tar.gz +" + +S="${WORKDIR}/Protonup-rs-${PV}" + +LICENSE="GPL-3" +# Dependent crate licenses +LICENSE+=" + Apache-2.0 BSD CDLA-Permissive-2.0 ISC MIT MPL-2.0 UoI-NCSA + Unicode-3.0 ZLIB +" +SLOT="0" +KEYWORDS="~amd64" +RESTRICT="mirror" +# apply-crates-fixes start +DEPEND=" + >=app-arch/zstd-1.5.7 + $(llvm_gen_dep 'llvm-core/clang:${LLVM_SLOT}') +" +# apply-crates-fixes end + +QA_FLAGS_IGNORED="usr/bin/${PN}" + +DOCS=( README.md docs ) + +# apply-crates-fixes start +src_compile(){ + export ZSTD_SYS_USE_PKG_CONFIG=1 # fix for zstd-sys crate + CUSTOM_LIBFUZZER_PATH="$(clang --print-file-name "libclang_rt.fuzzer-${CHOST%%-*}.a" )" + [[ -f "${CUSTOM_LIBFUZZER_PATH}" ]] || die "trying to set CUSTOM_LIBFUZZER_PATH failed" + export CUSTOM_LIBFUZZER_PATH + export AWS_LC_SYS_CFLAGS="${CFLAGS} -O0" + # aws-lc-sys bundles aws-lc, which bundles quite a lot of dependencies, jitterentropy among them + # https://github.com/aws/aws-lc-rs/issues/936 -> "Please add support to use system-provided aws-lc library" + # jitterentropy can not be built without -O0, the script does not have the logic to unbundle dependencies right now + # but what it can do is use set the AWS_LC_SYS_CFLAGS var to override CFLAGS + cargo_src_compile +} +# apply-crates-fixes end + +src_test(){ + local CARGO_SKIP_TESTS=( + 'downloads::tests::test_get_release' + 'downloads::tests::test_list_releases' + ) + cargo_src_test +} + +src_install(){ + cargo_src_install --path "${S}/${PN}" + einstalldocs +} diff --git a/gui-apps/waylock/Manifest b/gui-apps/waylock/Manifest index 81e4b2dd86e5..48af9e0db96e 100644 --- a/gui-apps/waylock/Manifest +++ b/gui-apps/waylock/Manifest @@ -1,8 +1,10 @@ DIST wayland-0.3.0-lQa1kjPIAQDmhGYpY-zxiRzQJFHQ2VqhJkQLbKKdt5wl.tar.gz 74934 BLAKE2B 8dda2bae62c65068825068dbe91e701ad4a71685d2209bb703d0e8b71b75f1546690b83fc66e9b81de59e26c9e5a9d8d5cfa3f2098cd16a3f13ada7f38fb94ce SHA512 436c7104c41bb3c26bedc3491d887293fa0a40c11a14bc0973a1fa873c5161a05c9681a857f6cf89c9b34106e2b9e92b4f67eebabaf16836cb99a459ad11d20e DIST wayland-0.4.0-lQa1khbMAQAsLS2eBR7M5lofyEGPIbu2iFDmoz8lPC27.tar.gz 111219 BLAKE2B 1c33b878c3efdf20eef58ddd6f8a6cab99a24e7481f9a3b8f31b19b58d13372d8dea84dfb26b4097123ca25b1d38939e9b987d70eb3a23fe0fecf9f21fe6f8a2 SHA512 8536456d2f2886c7aa844e227272e8e4595ba3197575cba46b5f757b045976cf1c65a131532a191f2a8a82ca3d58642900d57fe7358518a237f29e84cb85e0f2 +DIST wayland-0.6.0-lQa1kqz8AQADQmdNJsNhLoNHcnEGEUjrOaPV-dtEnEmX.tar.gz 149693 BLAKE2B 5722bd1cdb8734e20dc998b64e3598f5d3bce1cf22388a093216e4a7c795a13d65f8b041b8ec27e2975e3081b3c676b77f281a85b7cd964af9b3c93c48d83579 SHA512 b2328222e60676b50a5a3445e3e6e74655139c5e6e4f263108846fe0ec79a48b99590f823353e9721d9ce2c6d783681fd75cf6b672de19217db50582df444372 DIST waylock-1.3.0.tar.gz 21281 BLAKE2B 18c9d2e22ead5d03abf1f53b7c148f58ddcbad2857bdc95f4c1f2a5e6946f87fc6a580b728fa9fb17adb76a4957eeb0e428eacd5ab522ded925e7efb2d416671 SHA512 6f018b06a448c533cd64b8a62b1d2bc3ba92f52db1b0c7bf01b73d8e6d865222b2c25c5a7e5206d22dc1f607e47ce65d3dcbaa912efbf92d6c90d48be3a6c26b DIST waylock-1.4.0.tar.gz 21328 BLAKE2B f283bfdbdebc163c395a3f3c2c504f95f353863d9b96551d2867b7df880124a41e1921c02cf84d978a5120f43dd2558a2f07cf3a0a9ab57254c390b2f28444a7 SHA512 454fb535ebcc023eadd9da68fe90893e5285cf9a97de301b1d4b32948b0b3515e0888dc077d3d4e1486cedf9ba437c43c4ad58dbbfc8fd95128eeffcebd8e66a DIST waylock-1.5.0.tar.gz 20695 BLAKE2B 51141ee050d87d7bf6749cea1526f55b713d7349bfb81bd498f6eb9a4c2ad53e2b24f81d41b07b459705e9b82b97fd30f64e44d7dded33721af60cc49f0f83b6 SHA512 a3d9392fbcd6d9952e0ddfce0357d0b8180f0fd70362cb67b5fac93667a6ccd142e65060016735b87e2736030e6f8ad7b6d22eb9b987b9a3b9c1d25cae8bb101 +DIST waylock-1.6.0.tar.gz 21111 BLAKE2B d9a4366ed5e76f98b302748c48acd75d7d6ab2d7cccb9ba2ec46245be66fcade53fd1be12cfc146c38d8d1a0270fccfcb5e50a3ac06fa5ac489c77527fa7a50c SHA512 a11a13e90861eba1ed0d1b93fdc9e615a9f541d9d964ac4971c14e03489d63f2e716afa3d2fbb86d897b7d8ea643fa6a0337b02fd1a8da9d9c18f8450abb20e4 DIST xkbcommon-0.3.0-VDqIe3K9AQB2fG5ZeRcMC9i7kfrp5m2rWgLrmdNn9azr.tar.gz 22730 BLAKE2B 6870fc2465e2b1ef4faa6330183a1dade4a4bcf36130113444e5221ff9c764db488304f2f25a603f2511c2562d55bf1011a5f8fe41a068e7e5b707e1d06c0792 SHA512 fe0dc46a8556f19c2ce1badbeee7576065cb56495b94b6d468ee6ed8667f9fef5377e26864b0c8e81c3a2718cfcaf8a4f5e13aab23a615f3a58ec639372fb758 DIST zig-wayland-0.2.0.tar.gz 56543 BLAKE2B aaf82efe78d25c59a87de050147857fcf9a19764141cb40d92b0dd48b96ea0ec52d00a1ab0df1afe4c45cda6d64dda97f296f0aa29d8b9ea3da49e1d5cd69e50 SHA512 dfb140c06d9e3c566034f9102426e7bd47dcde87a2ae16d43ce3ea72cf44bea872bab1d9a23a24ae9d57d2d4ae6c56060a6b10f869de3990046426b0462db85e DIST zig-xkbcommon-0.2.0.tar.gz 22700 BLAKE2B 85045d002b4ec1ac8dadda67d3ce6f588e53938ac0a67c06d6cebc85a944d7a23fd1cc295410ce1a91cce9ffb587834f7eca2400e1468fec0193583ac71d6f86 SHA512 a99b6a2fefe34507fd687b58a9618a27ca617966798b410a72c9e53462c3f9c6dd0476a22bb9686cbf49994ca502743b4d25fdc55125359d4fe2860094bf0e82 diff --git a/gui-apps/waylock/waylock-1.6.0.ebuild b/gui-apps/waylock/waylock-1.6.0.ebuild new file mode 100644 index 000000000000..a3e7de224188 --- /dev/null +++ b/gui-apps/waylock/waylock-1.6.0.ebuild @@ -0,0 +1,52 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Small screenlocker for Wayland compositors" +HOMEPAGE="https://isaacfreund.com/software/waylock/ https://codeberg.org/ifreund/waylock" + +declare -g -r -A ZBS_DEPENDENCIES=( + [wayland-0.6.0-lQa1kqz8AQADQmdNJsNhLoNHcnEGEUjrOaPV-dtEnEmX.tar.gz]='https://codeberg.org/ifreund/zig-wayland/archive/v0.6.0.tar.gz' + [xkbcommon-0.3.0-VDqIe3K9AQB2fG5ZeRcMC9i7kfrp5m2rWgLrmdNn9azr.tar.gz]='https://codeberg.org/ifreund/zig-xkbcommon/archive/v0.3.0.tar.gz' +) + +ZIG_SLOT="0.16" +inherit zig + +SRC_URI=" + https://codeberg.org/ifreund/waylock/releases/download/v${PV}/${P}.tar.gz + ${ZBS_DEPENDENCIES_SRC_URI} +" + +# waylock: ISC +# zig-wayland, zig-xkbcommon: MIT +LICENSE="ISC MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64" + +BDEPEND=" + dev-libs/wayland-protocols + dev-util/wayland-scanner +" +DEPEND=" + dev-libs/wayland + sys-libs/pam + x11-libs/libxkbcommon[wayland] +" +RDEPEND="${DEPEND}" + +src_configure() { + local my_zbs_args=( + -Dpie=true + -Dman-pages=false + ) + + zig_src_configure +} + +src_install() { + doman "${FILESDIR}/${PN}.1" + + zig_src_install +} diff --git a/gui-libs/libgedit-gfls/libgedit-gfls-0.3.1.ebuild b/gui-libs/libgedit-gfls/libgedit-gfls-0.3.1.ebuild index cf5071ca4639..faa37915f819 100644 --- a/gui-libs/libgedit-gfls/libgedit-gfls-0.3.1.ebuild +++ b/gui-libs/libgedit-gfls/libgedit-gfls-0.3.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://gitlab.gnome.org/World/gedit/${PN}/-/archive/${PV}/${P}.tar.bz2 LICENSE="LGPL-3+" SLOT="6/4" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" IUSE="gtk-doc" RESTRICT="!test? ( test )" diff --git a/gui-libs/libgedit-gtksourceview/libgedit-gtksourceview-299.5.0.ebuild b/gui-libs/libgedit-gtksourceview/libgedit-gtksourceview-299.5.0.ebuild index d47142b4eeb0..3b2be622a2b6 100644 --- a/gui-libs/libgedit-gtksourceview/libgedit-gtksourceview-299.5.0.ebuild +++ b/gui-libs/libgedit-gtksourceview/libgedit-gtksourceview-299.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://gitlab.gnome.org/World/gedit/${PN}/-/archive/${PV}/${P}.tar.bz2 LICENSE="LGPL-2.1+" SLOT="300" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86" IUSE="gtk-doc test" diff --git a/gui-libs/libgedit-tepl/libgedit-tepl-6.13.0.ebuild b/gui-libs/libgedit-tepl/libgedit-tepl-6.13.0.ebuild index ab6feb2e4c90..b6908ea5483c 100644 --- a/gui-libs/libgedit-tepl/libgedit-tepl-6.13.0.ebuild +++ b/gui-libs/libgedit-tepl/libgedit-tepl-6.13.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://gitlab.gnome.org/World/gedit/${PN}/-/archive/${PV}/${P}.tar.bz2 LICENSE="LGPL-3+" SLOT="6/4" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" IUSE="gtk-doc" RESTRICT="!test? ( test )" diff --git a/gui-wm/river/Manifest b/gui-wm/river/Manifest index b7b10ec05880..2ce3a7d7a0a4 100644 --- a/gui-wm/river/Manifest +++ b/gui-wm/river/Manifest @@ -1,17 +1,22 @@ +DIST aro-0.0.0-JSD1Qi7QNgDnfcrdEJf82v3o6MhZySjYVrtdfEf3E4Se.tar.gz 944918 BLAKE2B a8c3566897554f46d4fcd29c019aa6a5895d65ad742b822ea2262b1e623e8841e8ebf9564ead3b1491fd07c5a228f1cb48c545c9ae075b47081b6ba658c7d3e8 SHA512 b040b5651902402580a3a2f4a2b57be1c37723eb374b63631553adf76e9bde54c975e8abb632bcaf5dc2886f1c1785e5528804512e0a87b934d414e9207a3f2b DIST pixman-0.3.0-LClMnz2VAAAs7QSCGwLimV5VUYx0JFnX5xWU6HwtMuDX.tar.gz 7966 BLAKE2B 8d6607e878b0bacc0fc16bcc2264ddd89e349b61a1b269e59b2e19b311064453a473f2401103b0e40906f7190d154d403b712e05fe937abe2f6253f7d8337820 SHA512 2eb43d460aff9ff2da015afc9230ca73588ada59df59465a3efa8f074d9d641fec4bf52ab3de475ec1a5ba2f04afc59221f231af5e2cf5aba7252bbde6be35a5 DIST river-0.3.11.tar.gz 174745 BLAKE2B 6ab4906475d21d6eb1572d2eed53003deb33da5c953fdfa446444677ff7b25d10610d10ce565f891fc5bb20cd375dcdb895e92d084d86dfb1e2c75709852a834 SHA512 b0e2439247c4424b06136c9466447172d5ea4df9b3f8133051d19f8049c5da7d17e3eb03dfe6eac81d03c6762a8c40b2f6d6c918ea5348a23a330f1a782f3bd1 DIST river-0.3.12.tar.gz 174928 BLAKE2B 0f5b4658da4584a5b24fabe441425389a7cf17d0215efa4a08304c5c5249fc6a3b883aa6a596d8765622c571533e0d6b9b8776488c64bb344d4b93d41c373d5b SHA512 d72abaa42b5ef812aa3928a3d900027022fb5b8f7341aac1414e780941ae18508071149d0bb506eaa360adbdfe0a2b568e08d647d07813f4f0f81141012f1471 DIST river-0.4.1.tar.gz 162232 BLAKE2B c27901ded4d242ef57c2c38cb9ee5abb319ddcbefa5a3a00217f59b8394c3254a0ca3fd8f9add324cf4c8202493da4dd2fed647e3db45195f8e9c9043f328d36 SHA512 532d7aadd96b8169cf2df500f197a3d2d4cfd2e8ca5e079a35f8f1037cb4eeb2e7d461f66c643e1ed35ba6b6d1a6a6a02a59b93cee5355855e8cf2d1fa9d7f83 DIST river-0.4.2.tar.gz 163548 BLAKE2B be824523791b58cd6afddb65f01e77c60014f2c81854cee5549e5caf4440b9dbdccab4264bd613156d2725cac83d4c6e2cfcd4512e268c20351b27e5be3e734e SHA512 689f433a8c2da139adeef8b378e10b31fa6d13c3fc8d6701c43765b41b0f48cfe2b0aed8042f774c271949f3225972ea1003df1529ffcd57c8e602c0bcd8830e DIST river-0.4.3.tar.gz 164735 BLAKE2B 969e5eb612b2155e99e0b58ff28439021f3353642d1568b0e3b12533a3d689c859fd6e88c9afd5fd975ff510bed479c9d97750f76b87608a96cc56d10c20009e SHA512 799a4951f8b4fe30ae4c6a3eefc133f74cc55ab9eaf947bd43160b275392cc7ea4692467ba18bf09bdf61a01964059695e9719f32c15563af94414262ea4b7fd +DIST river-0.4.5.tar.gz 162386 BLAKE2B 717b8327944508c7608b104af2d7ead074830b99db44b2882ef9aea20f87484202f879ec3346dfcb84c6df016f3b12aaa1f777a3e2d497c4da9834692b3c6915 SHA512 30e7f0a1d881f5208e6f4f028d03c75d2c6ab86e10fcfee324fc89594a57385207d6ba003082cb8797c6d6b0091ac47f9bb03f07a9c6e1a05b8675413916ee8e DIST river-classic-0.3.14.tar.gz 175514 BLAKE2B 99560ba151e65967918311b549a2f1942608c1bf6658e02089b82118af9563afc8de7c6dff06479551fbb60c6be3d7b1a45897b35f7fa10488a6db56a6333088 SHA512 3d228a26edb75111e0aff51825bb64ee482c03e1a975fa2b1ad45c9cfb0b19b6f1c937c033b4fa2568689b78d5d3d4d979830f0088db547ce881a310e120e173 DIST river-classic-0.3.15.tar.gz 178643 BLAKE2B 80ce56d3f0d255ce2ffbd46c8140eb9bf4fbe307d05473e68bd12dac71988c9cac2cf51b4ecc56bdd39ba1ef0c67dfe9483adb7c73842fd1f4b13dc20fa97156 SHA512 3b6fbe0868f27728767e637df5551acdc34fe856d78cd8510a0fa2978fdf5db8e72137eea928a76599d2abced5026326a4f53605ea53f611b152281aaa5efdc6 +DIST translate_c-0.0.0-Q_BUWlX1BgCD1wo6uo97prlp9VJ4gxAjwN_vZ7nsSjGN.tar.gz 146537 BLAKE2B 6d4a0953e371f138ab5cda6edb2147b04b1374832e1323d5d90455c7e967200eea048de198f821e927e6befdc581890d4cf3c2db8e24f0ccbed4f8d521f08992 SHA512 845f0193cdfb1591f512bc6882ccdb3ef7658de18d1e20f498e09205fa7ca2821ee03f650fa23e8281cbc93794144e652f3821553c2859799088482e23800749 DIST wayland-0.3.0-lQa1kjPIAQDmhGYpY-zxiRzQJFHQ2VqhJkQLbKKdt5wl.tar.gz 74934 BLAKE2B 8dda2bae62c65068825068dbe91e701ad4a71685d2209bb703d0e8b71b75f1546690b83fc66e9b81de59e26c9e5a9d8d5cfa3f2098cd16a3f13ada7f38fb94ce SHA512 436c7104c41bb3c26bedc3491d887293fa0a40c11a14bc0973a1fa873c5161a05c9681a857f6cf89c9b34106e2b9e92b4f67eebabaf16836cb99a459ad11d20e DIST wayland-0.4.0-lQa1khbMAQAsLS2eBR7M5lofyEGPIbu2iFDmoz8lPC27.tar.gz 111219 BLAKE2B 1c33b878c3efdf20eef58ddd6f8a6cab99a24e7481f9a3b8f31b19b58d13372d8dea84dfb26b4097123ca25b1d38939e9b987d70eb3a23fe0fecf9f21fe6f8a2 SHA512 8536456d2f2886c7aa844e227272e8e4595ba3197575cba46b5f757b045976cf1c65a131532a191f2a8a82ca3d58642900d57fe7358518a237f29e84cb85e0f2 DIST wayland-0.5.0-lQa1knz8AQCh08NA8BeQrwJB9U3CfqcVAdHZYGRKIGuu.tar.gz 149548 BLAKE2B 274a6a4cc719a2f2599da2ce992f8405241c4cf1debe3d0e6966e0bcb56f699a8b5f04adfb79e4c9c1dc7e9bbf77241a8f04e85f18c3b8e340df0fb16550d745 SHA512 d3d87d5dd81141d69935f3f0acc6a91531a6b5f2fa275608f92d970c42d3a45c7c2fc3119ae40e49328d110dce460d64254879d4dc490efc465e72f5e79bd659 +DIST wayland-0.6.0-lQa1kqz8AQADQmdNJsNhLoNHcnEGEUjrOaPV-dtEnEmX.tar.gz 149693 BLAKE2B 5722bd1cdb8734e20dc998b64e3598f5d3bce1cf22388a093216e4a7c795a13d65f8b041b8ec27e2975e3081b3c676b77f281a85b7cd964af9b3c93c48d83579 SHA512 b2328222e60676b50a5a3445e3e6e74655139c5e6e4f263108846fe0ec79a48b99590f823353e9721d9ce2c6d783681fd75cf6b672de19217db50582df444372 DIST wlroots-0.19.2-jmOlcsnnAwDFAeOamkUaxyHNhKngH4Ai5rrLSVbqA8LW.tar.gz 59231 BLAKE2B 58eb9e3ee58c843f996dd3781cf7e477f7dbd7627024ba52ab36f5d214be7039b0308a25de843a304bf02c600b1b444eeeac254ab26d2ca21fff6eb686da6ad6 SHA512 d8266b76874a6704d3f453ef7e657a75e6279706476e78565afc46c08d7cdc29acd88f1b27f70225a3c2398b03d9230ed1a322fc688a6ca6ae45875219287e50 DIST wlroots-0.19.3-jmOlcuL_AwBHhLCwpFsXbTizE3q9BugFmGX-XIxqcPMc.tar.gz 60063 BLAKE2B bb54018c92c27fb810b94030141e9d63f08ab3d03cf0a3110e8ec696a66dc3f784062f95a8a86ae4f770989ea07a080d531a8a942eac59f9d946bda6c44c3586 SHA512 3c8bc970076173cb33ea3fc5acbca4c45b2e37c7e18c58bc58bcf021066d6ac28266d5bb3fa2a741c0d01cb8b0c5499ddc0dcc3ea297ea700678f4c01d80e0b9 DIST wlroots-0.19.4-jmOlcqQMBABhKYH6NMSnoK1sohTbhc97_JP-hGg2UZaK.tar.gz 60640 BLAKE2B 5ba53c053b3f958352b3fccfd104b89850e360ebe92a524ab849992e29ff3e964f0d7cbc1da7f74003cb87670a02fb94ca241b0dc954d406aaf6fee1e6f292a8 SHA512 cf3564556c652318bbab9235e6ec8ea82a496e3ac1d1a18bd4f06f4a2d2191f946276d14da9783270d5e522a4bc14ad27c823912d6c8c3c592e9c34b08c5618d DIST wlroots-0.20.0-jmOlcmtCBADS6eoJ6mkeiSNZkibrhD-c5Qwn-LiM86r1.tar.gz 63670 BLAKE2B 21544dc7ed6d14632c0a033ac3973485fab232f0d4dbedd086d27b68ef13462df3a84ca085275d6176a5be2d5376676c668301c8676b804835ed6dec4a0bc866 SHA512 4ec656bb9523d153c81ce12da2ebd27040a8afefe035bd025ff30d2c622b6783f4075082b751b9a7857bee4a2b00169a97aff326ff258c19ba36776c6ecd855a +DIST wlroots-0.20.1-jmOlcqNVBAB3uB5oqBTzpRlwu-FmMyyZMVAWCe5kmcSt.tar.gz 64770 BLAKE2B bd57a776f19ab77ee590cf68581800f60341c922e29c8d50518767d8c1722357dd547595cc05678e43b56d2d9cf6273068ab940ce2e6c354257d25fa27c71606 SHA512 08eec60ee6c89c2eb2772e7ff736746b00efe919810755af182ac6656fb9b3f0e13786c7f6f442b3642f0fe263ed592ba27181844740aae2ccbade972402df0d DIST xkbcommon-0.3.0-VDqIe3K9AQB2fG5ZeRcMC9i7kfrp5m2rWgLrmdNn9azr.tar.gz 22730 BLAKE2B 6870fc2465e2b1ef4faa6330183a1dade4a4bcf36130113444e5221ff9c764db488304f2f25a603f2511c2562d55bf1011a5f8fe41a068e7e5b707e1d06c0792 SHA512 fe0dc46a8556f19c2ce1badbeee7576065cb56495b94b6d468ee6ed8667f9fef5377e26864b0c8e81c3a2718cfcaf8a4f5e13aab23a615f3a58ec639372fb758 DIST xkbcommon-0.4.0-VDqIe0i2AgDRsok2GpMFYJ8SVhQS10_PI2M_CnHXsJJZ.tar.gz 25404 BLAKE2B 074a738f81c358413903d5db1821919e2e56e247ca38a0ef1151b38d9ba730cdb5c7821c04ccab37c1f81d9530899749175960aa1efa901a5e183d7c745f571b SHA512 f107d6f8a0a77f9ed6d7bd518519a1052cfc90350bc1f1817b3e24725143b307b4c86be3f25c7cb0feb54273e5e5d9f12fd63db6f1b3f235c08e6c330acbdfe0 diff --git a/gui-wm/river/river-0.4.5.ebuild b/gui-wm/river/river-0.4.5.ebuild new file mode 100644 index 000000000000..3930d6dfe96e --- /dev/null +++ b/gui-wm/river/river-0.4.5.ebuild @@ -0,0 +1,103 @@ +# Copyright 2024-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="A dynamic tiling Wayland compositor" +HOMEPAGE="https://isaacfreund.com/software/river/ https://codeberg.org/river/river" + +#cf. build.zig.zon +declare -g -r -A ZBS_DEPENDENCIES=( + [pixman-0.3.0-LClMnz2VAAAs7QSCGwLimV5VUYx0JFnX5xWU6HwtMuDX.tar.gz]='https://codeberg.org/ifreund/zig-pixman/archive/v0.3.0.tar.gz' + [wayland-0.6.0-lQa1kqz8AQADQmdNJsNhLoNHcnEGEUjrOaPV-dtEnEmX.tar.gz]='https://codeberg.org/ifreund/zig-wayland/archive/v0.6.0.tar.gz' + [wlroots-0.20.1-jmOlcqNVBAB3uB5oqBTzpRlwu-FmMyyZMVAWCe5kmcSt.tar.gz]='https://codeberg.org/ifreund/zig-wlroots/archive/v0.20.1.tar.gz' + [xkbcommon-0.4.0-VDqIe0i2AgDRsok2GpMFYJ8SVhQS10_PI2M_CnHXsJJZ.tar.gz]='https://codeberg.org/ifreund/zig-xkbcommon/archive/v0.4.0.tar.gz' + [translate_c-0.0.0-Q_BUWlX1BgCD1wo6uo97prlp9VJ4gxAjwN_vZ7nsSjGN.tar.gz]='https://codeberg.org/ziglang/translate-c/archive/57c559cf581b1fcad90494eda219f98abeb155ce.tar.gz' + # Inherited from translate-c + [aro-0.0.0-JSD1Qi7QNgDnfcrdEJf82v3o6MhZySjYVrtdfEf3E4Se.tar.gz]='https://github.com/Vexu/arocc/archive/5f5a050569a95ecc40a426f0c3666ae7ef987ede.tar.gz' +) + +ZIG_SLOT="0.16" +inherit eapi9-ver zig + +if [[ "${PV}" = "9999" ]]; then + inherit git-r3 + EGIT_REPO_URI="https://codeberg.org/river/river.git" +else + # TODO verify-sig support + SRC_URI=" + https://codeberg.org/river/river/releases/download/v${PV}/${P}.tar.gz + ${ZBS_DEPENDENCIES_SRC_URI} + " + KEYWORDS="~amd64 ~arm64" +fi + +# river: GPL-3-or-later +# zig-pixman, zig-wayland, zig-wlroots, zig-xkbcommon: MIT +LICENSE="GPL-3+ MIT" +SLOT="0" +IUSE="X +llvm man" + +BDEPEND=" + dev-libs/wayland-protocols + dev-util/wayland-scanner + man? ( app-text/scdoc ) + || ( + dev-lang/zig:${ZIG_SLOT}[llvm(+)?] + dev-lang/zig-bin:${ZIG_SLOT} + ) +" +DEPEND=" + dev-libs/libevdev + dev-libs/libinput:= + dev-libs/wayland + gui-libs/wlroots:0.20[X?] + x11-libs/libxkbcommon[wayland,X?] + x11-libs/pixman +" +RDEPEND="${DEPEND}" + +DOCS=( "README.md" ) + +PATCHES=( + "${FILESDIR}/river-0.4.1-fix-scdoc-path.patch" +) + +src_unpack() { + if [[ "${PV}" = "9999" ]]; then + git-r3_src_unpack + zig_live_fetch + else + zig_src_unpack + fi +} + +src_configure() { + local my_zbs_args=( + -Dstrip=false # Let Portage control this + -Dpie=true + -Dman-pages=$(usex man true false) + -Dxwayland=$(usex X true false) + ) + + zig_src_configure +} + +src_install() { + zig_src_install + + insinto /usr/share/wayland-sessions/ + doins contrib/river.desktop +} + +pkg_postinst() { + if ver_replacing -lt 0.4; then + ewarn "River 0.4.x is a significant rework of the compositor's architecture," + ewarn "and requires significant manual migration. If you would like to stay on" + ewarn "river 0.3.x, simply add '>=gui-wm/river-0.4' to your package.mask to" + ewarn "use river-classic continuation of the 0.3.x branch." + fi + + einfo "River requires an separate window manager in addition to the main" + einfo "compositor. For some options, see gui-wm/canoe and gui-wm/kwm." +} diff --git a/licenses/master-pdf-editor b/licenses/master-pdf-editor deleted file mode 100644 index 5f52e51ca0a8..000000000000 --- a/licenses/master-pdf-editor +++ /dev/null @@ -1,93 +0,0 @@ -Master PDF Editor -Copyright © Code Industry Ltd All rights reserved. - -------------------------------------------------------------- - -LICENSE AGREEMENT - -Code Industry Ltd (hereinafter referred to as the “Author”) -hereby grants you a non-exclusive license (hereinafter referred to as -the “License”) to use the software Master PDF Editor (hereinafter -referred to as the “Software”) on the terms set forth hereunder. - -1. GRANT OF LICENSE. -This License grants you the following rights. By installing the -Software you accept the License and agree to comply with it. - -2. SOFTWARE. -Install and use one copy of the Software for a single user. You may -also install a copy for that user’s exclusive use on either a home -or portable computer. -If you want to install and use the copy in the network (on a computer -file server) you need to purchase an additional license for all users -with access to this Software. - -3. NON-COMMERCIAL USE. -You are hereby granted to use this Software for non-commercial -purposes without charge for unlimited time on Desktop Linux. Some -advanced functionality is locked for non-commercial use. Software can -also be used for viewing and printing documents only on Windows and -macOS for unlimited time without any charge. - -4. REVERSE ENGINEERING. -You may not modify, reverse engineer, decompile, disassemble, or -create derivative works based on the Software, or any portion hereof. - -5. RENTAL. -You may not rent or lease the Software. - -6. TRANSFER. -You may transfer the Software to a single recipient on a permanent -basis provided that you retain no copies of the Software (including -backup or archival copies) and the recipient agrees to the terms and -conditions of this License. - -7. TERMINATION. -The License is in effect until terminated. The License will terminate -automatically if you fail to comply with the limitations described -herein. On termination, you must destroy all copies of the Software -and Documentation. - -8. USE OF LOGOS AND TRADEMARKS. -You may not use the Author’s name, logos, or trademarks in any -manner including, without limitation, in your advertising or -marketing materials, except as is necessary to affix the appropriate -copyright notices as required herein. - -9. MISCELLANEOUS. -This Agreement represents the complete agreement concerning this -License between the parties and supersedes all prior agreements and -representations between them. This Agreement may be amended only in -writing and when executed by both parties. THE ACCEPTANCE OF ANY -PURCHASE ORDER PLACED BY YOU IS EXPRESSLY MADE CONDITIONAL ON YOUR -ASSENT TO THE TERMS SET FORTH HEREIN, AND NOT THOSE CONTAINED IN YOUR -PURCHASE ORDER. If any provision of this Agreement is held to be -unenforceable for any reason, such a provision shall be reformed only -to the extent necessary to make it enforceable and the remainder of -this Agreement shall nonetheless remain in full force and effect. - -10. LIMITED WARRANTY: -THE SOFTWARE IS PROVIDED “AS IS” WITHOUT A WARRANTY OF ANY KIND. -TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, THE AUTHOR FURTHER -DISCLAIMS ALL WARRANTIES, INCLUDING WITHOUT LIMITATION ANY IMPLIED -WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NON INFRINGEMENT. THE ENTIRE RISK ARISING OUT OF THE USE OR -PERFORMANCE OF THE SOFTWARE AND DOCUMENTATION REMAINS WITH THE -RECIPIENT. - -11. LIMITATION OF LIABILITY: -UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, TORT, CONTRACT, OR -OTHERWISE, SHALL THE AUTHOR OR HIS SUPPLIERS OR RESELLERS BE LIABLE -TO YOU OR ANY OTHER PERSON FOR ANY INDIRECT, SPECIAL, INCIDENTAL, OR -CONSEQUENTIAL DAMAGES OF ANY CHARACTER INCLUDING, WITHOUT LIMITATION, -DAMAGES FOR LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR -MALFUNCTION, DATA LOSS, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR -LOSSES, OR FOR ANY DAMAGES IN EXCESS OF THE AUTHOR’S LIST PRICE FOR -A LICENSE TO THE SOFTWARE AND DOCUMENTATION, EVEN IF THE AUTHOR SHALL -HAVE BEEN INFORMED OF THE POSSIBILITY OF SUCH DAMAGES, OR FOR ANY -CLAIM BY ANY OTHER PARTY. THIS LIMITATION OF LIABILITY SHALL NOT -APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY TO THE EXTENT THAT -THE APPLICABLE LAW PROHIBITS SUCH LIMITATION. FURTHERMORE, SOME -STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR -CONSEQUENTIAL DAMAGES AND, THEREFORE, THIS LIMITATION AND EXCLUSION -MAY NOT APPLY TO YOU. diff --git a/licenses/tablelist b/licenses/tablelist deleted file mode 100644 index 4ab3acc06e50..000000000000 --- a/licenses/tablelist +++ /dev/null @@ -1,9 +0,0 @@ -Copyright (c) 2000-2012 Csaba Nemethi (E-mail: csaba.nemethi@t-online.de) - -This library is free software; you can use, modify, and redistribute it -for any purpose, provided that existing copyright notices are retained -in all copies and that this notice is included verbatim in any -distributions. - -This software is distributed WITHOUT ANY WARRANTY; without even the -implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/media-gfx/gnome-photos/gnome-photos-44.0.ebuild b/media-gfx/gnome-photos/gnome-photos-44.0.ebuild index 111940e64c04..4b06302f9db9 100644 --- a/media-gfx/gnome-photos/gnome-photos-44.0.ebuild +++ b/media-gfx/gnome-photos/gnome-photos-44.0.ebuild @@ -37,9 +37,10 @@ DEPEND=" app-misc/tinysparql:3 sys-apps/dbus " -# >=dev-libs/libgdata-0.17.13:0=[gnome-online-accounts] # Upstream left this commented in meson.build. Probably comes back with the next version +# Upstream left this commented in meson.build. Probably comes back with the next version +# >=dev-libs/libgdata-0.17.13:0=[gnome-online-accounts] -# tracker-miners gschema used at runtime. +# localsearch gschema used at runtime. RDEPEND="${DEPEND} upnp-av? ( net-libs/dleyna:1.0= ) app-misc/localsearch:3 diff --git a/media-libs/gst-plugins-bad/Manifest b/media-libs/gst-plugins-bad/Manifest index 5f3f06f9c276..c13a4a823adf 100644 --- a/media-libs/gst-plugins-bad/Manifest +++ b/media-libs/gst-plugins-bad/Manifest @@ -1 +1,3 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef +DIST gst-plugins-bad-1.26.11.tar.xz.asc 833 BLAKE2B a5c8aac53edd4486e0215ef2ec6391977397b554ab379d62abf34b042aae7a99e30bd7cd56b12b51e8c253e27199fcb51c1f43584fdb29eb7a90451f8319a1e2 SHA512 024466138a151bef4fa131cb134d5a19e9cd3f7e5824db62314eaf28bea822a190daa7721a04b71aa453df358cdb86d6689545e3849de17294992ab67bcf682a diff --git a/media-libs/gst-plugins-bad/files/gst-plugins-bad-1.26.11-GStreamer-SA-2026-0013.patch b/media-libs/gst-plugins-bad/files/gst-plugins-bad-1.26.11-GStreamer-SA-2026-0013.patch new file mode 100644 index 000000000000..ad09eea05582 --- /dev/null +++ b/media-libs/gst-plugins-bad/files/gst-plugins-bad-1.26.11-GStreamer-SA-2026-0013.patch @@ -0,0 +1,108 @@ +https://bugs.gentoo.org/974284 +https://gstreamer.freedesktop.org/security/sa-2026-0013.html +https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11240 + +From 9a4bef4892c23b9d156f810d5e1a18ffc774a595 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com> +Date: Thu, 26 Mar 2026 18:31:05 +0200 +Subject: [PATCH 1/2] h264parse: Remove pointless allocation failure handling + +g_new0() already aborts the process on allocation failure. + +Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11240> +--- a/gst-libs/gst/codecparsers/gsth264parser.c ++++ b/gst-libs/gst/codecparsers/gsth264parser.c +@@ -2044,8 +2044,6 @@ gst_h264_parse_sps_mvc_data (NalReader * nr, GstH264SPS * sps) + READ_UE_MAX (nr, mvc->num_views_minus1, GST_H264_MAX_VIEW_COUNT - 1); + + mvc->view = g_new0 (GstH264SPSExtMVCView, mvc->num_views_minus1 + 1); +- if (!mvc->view) +- goto error_allocation_failed; + + for (i = 0; i <= mvc->num_views_minus1; i++) + READ_UE_MAX (nr, mvc->view[i].view_id, GST_H264_MAX_VIEW_ID); +@@ -2083,8 +2081,6 @@ gst_h264_parse_sps_mvc_data (NalReader * nr, GstH264SPS * sps) + mvc->level_value = + g_new0 (GstH264SPSExtMVCLevelValue, + mvc->num_level_values_signalled_minus1 + 1); +- if (!mvc->level_value) +- goto error_allocation_failed; + + for (i = 0; i <= mvc->num_level_values_signalled_minus1; i++) { + GstH264SPSExtMVCLevelValue *const level_value = &mvc->level_value[i]; +@@ -2095,8 +2091,6 @@ gst_h264_parse_sps_mvc_data (NalReader * nr, GstH264SPS * sps) + level_value->applicable_op = + g_new0 (GstH264SPSExtMVCLevelValueOp, + level_value->num_applicable_ops_minus1 + 1); +- if (!level_value->applicable_op) +- goto error_allocation_failed; + + for (j = 0; j <= level_value->num_applicable_ops_minus1; j++) { + GstH264SPSExtMVCLevelValueOp *const op = &level_value->applicable_op[j]; +@@ -2105,8 +2099,6 @@ gst_h264_parse_sps_mvc_data (NalReader * nr, GstH264SPS * sps) + + READ_UE_MAX (nr, op->num_target_views_minus1, 1023); + op->target_view_id = g_new (guint16, op->num_target_views_minus1 + 1); +- if (!op->target_view_id) +- goto error_allocation_failed; + + for (k = 0; k <= op->num_target_views_minus1; k++) + READ_UE_MAX (nr, op->target_view_id[k], GST_H264_MAX_VIEW_ID); +@@ -2115,11 +2107,6 @@ gst_h264_parse_sps_mvc_data (NalReader * nr, GstH264SPS * sps) + } + return TRUE; + +-error_allocation_failed: +- GST_WARNING ("failed to allocate memory"); +- gst_h264_sps_clear (sps); +- return FALSE; +- + error: + gst_h264_sps_clear (sps); + return FALSE; +-- +GitLab + + +From 1f823ee39f253fc23ad95e6833281146cad8ecad Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com> +Date: Thu, 26 Mar 2026 18:37:50 +0200 +Subject: [PATCH 2/2] h264parse: Avoid NULL pointer dereferences when freeing + partially parsed SPS/MVC data + +Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/work_items/4992 + +Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11240> +--- a/gst-libs/gst/codecparsers/gsth264parser.c ++++ b/gst-libs/gst/codecparsers/gsth264parser.c +@@ -2623,15 +2623,19 @@ gst_h264_sps_mvc_clear (GstH264SPS * sps) + g_free (mvc->view); + mvc->view = NULL; + +- for (i = 0; i <= mvc->num_level_values_signalled_minus1; i++) { +- GstH264SPSExtMVCLevelValue *const level_value = &mvc->level_value[i]; +- +- for (j = 0; j <= level_value->num_applicable_ops_minus1; j++) { +- g_free (level_value->applicable_op[j].target_view_id); +- level_value->applicable_op[j].target_view_id = NULL; ++ if (mvc->level_value) { ++ for (i = 0; i <= mvc->num_level_values_signalled_minus1; i++) { ++ GstH264SPSExtMVCLevelValue *const level_value = &mvc->level_value[i]; ++ ++ if (level_value->applicable_op) { ++ for (j = 0; j <= level_value->num_applicable_ops_minus1; j++) { ++ g_free (level_value->applicable_op[j].target_view_id); ++ level_value->applicable_op[j].target_view_id = NULL; ++ } ++ } ++ g_free (level_value->applicable_op); ++ level_value->applicable_op = NULL; + } +- g_free (level_value->applicable_op); +- level_value->applicable_op = NULL; + } + g_free (mvc->level_value); + mvc->level_value = NULL; +-- +GitLab + diff --git a/media-libs/gst-plugins-bad/files/gst-plugins-bad-1.26.11-GStreamer-SA-2026-0014.patch b/media-libs/gst-plugins-bad/files/gst-plugins-bad-1.26.11-GStreamer-SA-2026-0014.patch new file mode 100644 index 000000000000..f407e4f2d393 --- /dev/null +++ b/media-libs/gst-plugins-bad/files/gst-plugins-bad-1.26.11-GStreamer-SA-2026-0014.patch @@ -0,0 +1,161 @@ +https://bugs.gentoo.org/974283 +https://gstreamer.freedesktop.org/security/sa-2026-0014.html +https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11259 + +Modified to apply without +https://gitlab.freedesktop.org/gstreamer/gstreamer/-/commit/b72d4cd6fdf1e42618bec01ee55d58a1717c856b + +From 845e9cf7d12da539ee9f4a8e5ce4ce880485c6c2 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com> +Date: Thu, 26 Mar 2026 18:45:11 +0200 +Subject: [PATCH 1/8] av1parse: Avoid signed 32 bit integer overflow when + parsing LEB128 values + +Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/work_items/4994 + +Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11259> +--- a/gst-libs/gst/codecparsers/gstav1parser.c ++++ b/gst-libs/gst/codecparsers/gstav1parser.c +@@ -295,7 +295,7 @@ av1_bitstreamfn_leb128 (GstBitReader * br, GstAV1ParserResult * retval) + if (*retval != GST_AV1_PARSER_OK) + return 0; + +- value |= (((gint) leb128_byte & 0x7f) << (i * 7)); ++ value |= (((guint64) leb128_byte & 0x7f) << (i * 7)); + if (!(leb128_byte & 0x80)) + break; + } +--- a/gst/videoparsers/gstav1parse.c ++++ b/gst/videoparsers/gstav1parse.c +@@ -250,7 +250,7 @@ _read_leb128 (guint8 * data, GstAV1ParserResult * retval, guint32 * comsumed) + return 0; + } + +- value |= (((gint) leb128_byte & 0x7f) << (i * 7)); ++ value |= (((guint64) leb128_byte & 0x7f) << (i * 7)); + if (!(leb128_byte & 0x80)) + break; + } +-- +GitLab + + +From f9d57db394341bf518725f75d23f22e89b4c2023 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com> +Date: Thu, 26 Mar 2026 18:52:48 +0200 +Subject: [PATCH 3/8] av1parse: Be more explicit about available data when + parsing LEB128 values + +The caller already checks that at least 8 bytes are available, which is the +maximum this function is going to parse anyway, but better to not hardcode this +assumption and instead actually check for it. + +Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11259> +--- a/gst/videoparsers/gstav1parse.c ++++ b/gst/videoparsers/gstav1parse.c +@@ -230,7 +230,8 @@ _obu_name (GstAV1OBUType type) + } + + static guint32 +-_read_leb128 (guint8 * data, GstAV1ParserResult * retval, guint32 * comsumed) ++_read_leb128 (guint8 * data, gsize size, GstAV1ParserResult * retval, ++ guint32 * comsumed) + { + guint8 leb128_byte = 0; + guint64 value = 0; +@@ -239,7 +240,7 @@ _read_leb128 (guint8 * data, GstAV1ParserResult * retval, guint32 * comsumed) + GstBitReader br; + guint32 cur_pos; + +- gst_bit_reader_init (&br, data, 8); ++ gst_bit_reader_init (&br, data, size); + + cur_pos = gst_bit_reader_get_pos (&br); + for (i = 0; i < 8; i++) { +@@ -2245,7 +2246,7 @@ again: + goto out; + } + +- tu_sz = _read_leb128 (map_info.data, &res, &consumed); ++ tu_sz = _read_leb128 (map_info.data, map_info.size, &res, &consumed); + if (tu_sz == 0 || res != GST_AV1_PARSER_OK) { + /* error to get the TU size, should not be annex b. */ + goto out; +-- +GitLab + + +From 6e842602a704503da9f8e000a9a4f054d7a0ddd8 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com> +Date: Thu, 26 Mar 2026 19:18:33 +0200 +Subject: [PATCH 5/8] av1parse: Allow G_MAXUINT32 as LEB128 encoded value + +The spec states that any value less than or equal to (1<<32) - 1 should be +accepted but we were rejecting (1<<32) - 1. + +Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11259> +--- a/gst-libs/gst/codecparsers/gstav1parser.c ++++ b/gst-libs/gst/codecparsers/gstav1parser.c +@@ -301,7 +301,7 @@ av1_bitstreamfn_leb128 (GstBitReader * br, GstAV1ParserResult * retval) + } + + /* check for bitstream conformance see chapter4.10.5 */ +- if (value < G_MAXUINT32) { ++ if (value <= G_MAXUINT32) { + return (guint32) value; + } else { + GST_WARNING ("invalid leb128"); +--- a/gst/videoparsers/gstav1parse.c ++++ b/gst/videoparsers/gstav1parse.c +@@ -258,7 +258,7 @@ _read_leb128 (guint8 * data, gsize size, GstAV1ParserResult * retval, + + *comsumed = (gst_bit_reader_get_pos (&br) - cur_pos) / 8; + /* check for bitstream conformance see chapter4.10.5 */ +- if (value < G_MAXUINT32) { ++ if (value <= G_MAXUINT32) { + *retval = GST_AV1_PARSER_OK; + return (guint32) value; + } else { +-- +GitLab + + +From 00d6368e59f3caeda083c97ec2e1ab99e70aaf3f Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com> +Date: Thu, 26 Mar 2026 19:26:54 +0200 +Subject: [PATCH 7/8] av1parse: Correctly reject LEB128 values where the 8th + byte has the high bit set + +This is invalid according to the specification. + +Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11259> +--- a/gst-libs/gst/codecparsers/gstav1parser.c ++++ b/gst-libs/gst/codecparsers/gstav1parser.c +@@ -298,6 +298,11 @@ av1_bitstreamfn_leb128 (GstBitReader * br, GstAV1ParserResult * retval) + value |= (((guint64) leb128_byte & 0x7f) << (i * 7)); + if (!(leb128_byte & 0x80)) + break; ++ ++ if (i == 7 && leb128_byte & 0x80) { ++ *retval = GST_AV1_PARSER_BITSTREAM_ERROR; ++ return 0; ++ } + } + + /* check for bitstream conformance see chapter4.10.5 */ +--- a/gst/videoparsers/gstav1parse.c ++++ b/gst/videoparsers/gstav1parse.c +@@ -254,6 +254,11 @@ _read_leb128 (guint8 * data, gsize size, GstAV1ParserResult * retval, + value |= (((guint64) leb128_byte & 0x7f) << (i * 7)); + if (!(leb128_byte & 0x80)) + break; ++ ++ if (i == 7 && leb128_byte & 0x80) { ++ *retval = GST_AV1_PARSER_BITSTREAM_ERROR; ++ return 0; ++ } + } + + *comsumed = (gst_bit_reader_get_pos (&br) - cur_pos) / 8; +-- +GitLab diff --git a/media-libs/gst-plugins-bad/files/gst-plugins-bad-1.26.11-GStreamer-SA-2026-0015.patch b/media-libs/gst-plugins-bad/files/gst-plugins-bad-1.26.11-GStreamer-SA-2026-0015.patch new file mode 100644 index 000000000000..e7a1ef58d072 --- /dev/null +++ b/media-libs/gst-plugins-bad/files/gst-plugins-bad-1.26.11-GStreamer-SA-2026-0015.patch @@ -0,0 +1,102 @@ +https://bugs.gentoo.org/974284 +https://gstreamer.freedesktop.org/security/sa-2026-0015.html +https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11236 + +From d8a55fc3ef4000672cb7163baa2fb5b72156b125 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com> +Date: Mon, 30 Mar 2026 16:29:01 +0300 +Subject: [PATCH 1/2] jp2kdecimator: Fix some possible integer overflows in + size checks + +Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11236> +--- a/gst/jp2kdecimator/jp2kcodestream.c ++++ b/gst/jp2kdecimator/jp2kcodestream.c +@@ -499,7 +499,7 @@ parse_siz (GstJP2kDecimator * self, GstByteReader * reader, + siz->yto = gst_byte_reader_get_uint32_be_unchecked (reader); + siz->n_components = gst_byte_reader_get_uint16_be_unchecked (reader); + +- if (length < 38 + 3 * siz->n_components) { ++ if (length < 38 + 3 * (gsize) siz->n_components) { + GST_ERROR_OBJECT (self, "Invalid SIZ marker"); + return GST_FLOW_ERROR; + } +@@ -591,9 +591,9 @@ parse_cod (GstJP2kDecimator * self, GstByteReader * reader, + + if ((Scod & 0x01)) { + gint i; +- /* User defined precincts */ + +- if (length < 12 + (Scod & 0x01) * (cod->n_decompositions + 1)) { ++ /* User defined precincts */ ++ if (length < 12 + 1 || length - 12 - 1 < cod->n_decompositions) { + GST_ERROR_OBJECT (self, "Invalid COD marker"); + return GST_FLOW_ERROR; + } +@@ -1072,8 +1072,8 @@ parse_tile (GstJP2kDecimator * self, GstByteReader * reader, + tile->sot.tile_part_index = gst_byte_reader_get_uint8_unchecked (reader); + tile->sot.n_tile_parts = gst_byte_reader_get_uint8_unchecked (reader); + +- if (tile->sot.tile_part_size > +- 2 + 10 + gst_byte_reader_get_remaining (reader)) { ++ if (tile->sot.tile_part_size < 12 || tile->sot.tile_part_size - 12 > ++ gst_byte_reader_get_remaining (reader)) { + GST_ERROR_OBJECT (self, "Truncated tile part"); + ret = GST_FLOW_ERROR; + goto done; +@@ -1585,9 +1585,17 @@ parse_main_header (GstJP2kDecimator * self, GstByteReader * reader, + (header->siz.x - header->siz.xto + header->siz.xt - 1) / header->siz.xt; + header->n_tiles_y = + (header->siz.y - header->siz.yto + header->siz.yt - 1) / header->siz.yt; +- header->n_tiles = header->n_tiles_x * header->n_tiles_y; ++ if (header->n_tiles_x == 0 || header->n_tiles_y == 0) { ++ GST_ERROR_OBJECT (self, "Zero tiles in one direction"); ++ return GST_FLOW_ERROR; ++ } ++ if (!g_uint_checked_mul (&header->n_tiles, header->n_tiles_x, ++ header->n_tiles_y)) { ++ GST_ERROR_OBJECT (self, "Too many tiles"); ++ return GST_FLOW_ERROR; ++ } + +- header->tiles = g_malloc0 (sizeof (Tile) * header->n_tiles); ++ header->tiles = g_new0 (Tile, header->n_tiles); + + /* now at SOT marker, read the tiles */ + { +-- +GitLab + + +From d1f4c2d2c3dc05beac7b0ee0e21f2f283d2290d9 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com> +Date: Mon, 30 Mar 2026 16:29:27 +0300 +Subject: [PATCH 2/2] jp2kdecimator: Avoid integer overflows and divisions by + zero on invalid tile configurations + +Thanks to Sebastian Alba Vives for reporting the issue and suggesting the fix. + +Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/work_items/5008 + +Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11236> +--- a/gst/jp2kdecimator/jp2kcodestream.c ++++ b/gst/jp2kdecimator/jp2kcodestream.c +@@ -1581,6 +1581,16 @@ parse_main_header (GstJP2kDecimator * self, GstByteReader * reader, + return GST_FLOW_ERROR; + } + ++ if (header->siz.xt == 0 || header->siz.yt == 0) { ++ GST_ERROR_OBJECT (self, "Invalid zero tile sizes"); ++ return GST_FLOW_ERROR; ++ } ++ ++ if (header->siz.xto > header->siz.x || header->siz.yto > header->siz.y) { ++ GST_ERROR_OBJECT (self, "Invalid tile origin"); ++ return GST_FLOW_ERROR; ++ } ++ + header->n_tiles_x = + (header->siz.x - header->siz.xto + header->siz.xt - 1) / header->siz.xt; + header->n_tiles_y = +-- +GitLab + diff --git a/media-libs/gst-plugins-bad/files/gst-plugins-bad-1.26.11-GStreamer-SA-2026-0017.patch b/media-libs/gst-plugins-bad/files/gst-plugins-bad-1.26.11-GStreamer-SA-2026-0017.patch new file mode 100644 index 000000000000..1fc3f72cb375 --- /dev/null +++ b/media-libs/gst-plugins-bad/files/gst-plugins-bad-1.26.11-GStreamer-SA-2026-0017.patch @@ -0,0 +1,31 @@ +https://bugs.gentoo.org/974284 +https://gstreamer.freedesktop.org/security/sa-2026-0017.html +https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11241 + +From ce1b288d546f58eb35f9d626815a58260cd2b0c1 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com> +Date: Thu, 12 Mar 2026 11:14:11 +0200 +Subject: [PATCH] h266parser: Avoid integer overflow when parsing profile / + tier / level + +And as a result also avoid a stack overflow. + +Thanks to Nicholas Soh for finding and analyzing the issue, and suggesting this fix. + +Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4958 + +Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11241> +--- a/gst-libs/gst/codecparsers/gsth266parser.c ++++ b/gst-libs/gst/codecparsers/gsth266parser.c +@@ -380,7 +380,7 @@ static gboolean + gst_h266_parse_profile_tier_level (GstH266ProfileTierLevel * ptl, + NalReader * nr, guint8 profileTierPresentFlag, guint8 MaxNumSubLayersMinus1) + { +- gint8 i; ++ gint i; + + GST_LOG ("parsing \"Profile Tier Level parameters\""); + +-- +GitLab + diff --git a/media-libs/gst-plugins-bad/files/gst-plugins-bad-1.26.11-respect-webrtcdsp-disable.patch b/media-libs/gst-plugins-bad/files/gst-plugins-bad-1.26.11-respect-webrtcdsp-disable.patch new file mode 100644 index 000000000000..81030ad74bfc --- /dev/null +++ b/media-libs/gst-plugins-bad/files/gst-plugins-bad-1.26.11-respect-webrtcdsp-disable.patch @@ -0,0 +1,38 @@ +https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8424 +https://gitlab.freedesktop.org/gstreamer/gstreamer/-/commit/de1166338c31165969bbffeace5e7b73f681b92a + +From de1166338c31165969bbffeace5e7b73f681b92a Mon Sep 17 00:00:00 2001 +From: Seungha Yang <seungha@centricular.com> +Date: Thu, 6 Feb 2025 22:49:35 +0900 +Subject: [PATCH] webrtcdsp: Respect disabled feature option + +Don't try to build this plugin if it's explicitly disabled + +Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8424> +--- a/ext/webrtcdsp/meson.build ++++ b/ext/webrtcdsp/meson.build +@@ -8,6 +8,12 @@ webrtc_headers = [ + 'gstwebrtcechoprobe.h', + 'gstwebrtcdsp.h', + ] ++ ++webrtcdsp_opt = get_option('webrtcdsp') ++if webrtcdsp_opt.disabled() ++ subdir_done() ++endif ++ + doc_sources = [] + foreach s: webrtc_sources + webrtc_headers + doc_sources += meson.current_source_dir() / s +@@ -40,7 +46,7 @@ if not webrtc_dep.found() + webrtc_dep = dependency('webrtc-audio-processing-2', version : ['>= 2.0'], + allow_fallback : true, + default_options : [default_cppstd], +- required : get_option('webrtcdsp')) ++ required : webrtcdsp_opt) + endif + + if webrtc_dep.found() +-- +GitLab + diff --git a/media-libs/gst-plugins-bad/gst-plugins-bad-1.26.11.ebuild b/media-libs/gst-plugins-bad/gst-plugins-bad-1.26.11.ebuild new file mode 100644 index 000000000000..56798c6433cc --- /dev/null +++ b/media-libs/gst-plugins-bad/gst-plugins-bad-1.26.11.ebuild @@ -0,0 +1,145 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE="gst-plugins-bad" +inherit gstreamer-meson verify-sig virtualx + +DESCRIPTION="Less plugins for GStreamer" +HOMEPAGE="https://gstreamer.freedesktop.org/" +SRC_URI+=" verify-sig? ( https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz.asc )" + +LICENSE="LGPL-2" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +IUSE="X bzip2 +introspection +orc udev vaapi vnc vulkan wayland" +REQUIRED_USE="vulkan? ( || ( X wayland ) )" + +# X11 is automagic for now, upstream #709530 - only used by librfb USE=vnc plugin +# Baseline requirement for libva is 1.6, but 1.15 gets more features +RDEPEND=" + !media-plugins/gst-plugins-va + !media-plugins/gst-transcoder + + >=media-libs/gstreamer-${PV}:${SLOT}[${MULTILIB_USEDEP},introspection?] + >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP},introspection?] + introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) + + bzip2? ( >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] ) + vnc? ( X? ( x11-libs/libX11[${MULTILIB_USEDEP}] ) ) + vulkan? ( + media-libs/vulkan-loader[${MULTILIB_USEDEP}] + X? ( + x11-libs/libxcb:=[${MULTILIB_USEDEP}] + x11-libs/libxkbcommon[${MULTILIB_USEDEP}] + ) + ) + wayland? ( + >=dev-libs/wayland-1.4.0[${MULTILIB_USEDEP}] + >=x11-libs/libdrm-2.4.98[${MULTILIB_USEDEP}] + >=dev-libs/wayland-protocols-1.26 + ) + + orc? ( >=dev-lang/orc-0.4.41[${MULTILIB_USEDEP}] ) + + vaapi? ( + >=media-libs/libva-1.15:=[${MULTILIB_USEDEP}] + udev? ( dev-libs/libgudev[${MULTILIB_USEDEP}] ) + ) +" +DEPEND="${RDEPEND}" +BDEPEND=" + dev-util/glib-utils + verify-sig? ( sec-keys/openpgp-keys-tpm ) + wayland? ( dev-util/wayland-scanner ) +" + +DOCS=( AUTHORS ChangeLog NEWS README.md RELEASE ) +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/tpm.asc + +PATCHES=( + "${FILESDIR}"/gst-plugins-bad-1.26.11-respect-webrtcdsp-disable.patch + # bug #974283 + "${FILESDIR}"/gst-plugins-bad-1.26.11-GStreamer-SA-2026-0014.patch + # bug #974284 + "${FILESDIR}"/gst-plugins-bad-1.26.11-GStreamer-SA-2026-0013.patch + "${FILESDIR}"/gst-plugins-bad-1.26.11-GStreamer-SA-2026-0015.patch + "${FILESDIR}"/gst-plugins-bad-1.26.11-GStreamer-SA-2026-0017.patch +) + +src_prepare() { + default + addpredict /dev # Prevent sandbox violations bug #570624 +} + +multilib_src_configure() { + GST_PLUGINS_NOAUTO="tinyalsa bz2 hls ipcpipeline lcevcdecoder lcevcencoder librfb shm va vulkan wayland" + + local emesonargs=( + -Dshm=enabled + -Dipcpipeline=enabled + -Dhls=disabled + -Dlcevcdecoder=disabled # unpackaged dependencies + -Dlcevcencoder=disabled # requires a dependency with a proprietary license and no public download + -Dtinyalsa=disabled + $(meson_feature bzip2 bz2) + $(meson_feature vaapi va) + $(meson_feature vulkan) + $(meson_feature vulkan vulkan-video) + -Dudev=$(usex udev $(usex vaapi enabled disabled) disabled) + $(meson_feature vnc librfb) + -Dx11=$(usex X $(usex vnc enabled disabled) disabled) + $(meson_feature wayland) + ) + + if use vulkan; then + local windowing=( + $(usev X x11) + $(usev wayland) + ) + emesonargs+=( + -Dvulkan-windowing=$(IFS=','; echo "${windowing[*]}") + ) + fi + + gstreamer_multilib_src_configure +} + +multilib_src_test() { + # Homebrew test skips for meson + local -a tests + tests=( $(meson test --list -C "${BUILD_DIR}") ) + + local -a _skip_tests=( + # known flaky test bug #931737 + elements_netsim + + # FIXME + # gst_harness_new_with_padnames: assertion failed: (element != NULL) + elements_aesenc + elements_aesdec + ) + + # Add suites which in this case are PN + if has_version ">=dev-build/meson-1.10.0"; then + local -a skip_tests=() + for skip_test in ${_skip_tests[@]}; do + skip_tests+=( "${PN}:${skip_test}" ) + done + else + local -a skip_tests=( ${_skip_tests[@]} ) + fi + unset _skip_tests + + for test_index in ${!tests[@]}; do + if [[ ${skip_tests[@]} =~ ${tests[${test_index}]} ]]; then + unset tests[${test_index}] + fi + done + + # Tests are slower than upstream expects + local -x CK_DEFAULT_TIMEOUT=300 + + # gstreamer_multilib_src_test doesn't pass arguments + GST_GL_WINDOW=x11 virtx meson_src_test --timeout-multiplier 5 ${tests[@]} +} diff --git a/media-libs/gst-plugins-base/Manifest b/media-libs/gst-plugins-base/Manifest index 3f47e483d27f..9e2bbc9ddd3c 100644 --- a/media-libs/gst-plugins-base/Manifest +++ b/media-libs/gst-plugins-base/Manifest @@ -1 +1,3 @@ DIST gst-plugins-base-1.24.13.tar.xz 2468556 BLAKE2B 6b187799f58ada3d56143ade2392dbaff74dcd77afce382013e6c3a7adae0584f45f1313bc84453fab00f8e3989f70e5b3c31d372370f1bb4529da8805fe4642 SHA512 e770175c6ad9613f1b4f7d10a8106342d1b261663863d7414d0012c25856c5418fbbd65792478cb403141fd4bc79f1567bfd249ae27393eac3a05b9ad7888aca +DIST gst-plugins-base-1.26.11.tar.xz 2510680 BLAKE2B d74d013e709aff8225ce2e0ebda7aa70f8811ac7e614de491080ae4026b348c19e6f8ed700f8e4dafef12d600dc2fdd5343413d45291c539eb0e3bc70dfecf21 SHA512 7cac1bcd3f7af056062026aafcbcd43ed9a2f7cf828ee2e8ed2112816f95e770c27065dfbbf83d90831111f17e4550652ccc849a68e71334b24cd86845183d8d +DIST gst-plugins-base-1.26.11.tar.xz.asc 833 BLAKE2B a9524055f601c45db15c44589201a875491201bc0bdb10e5afa47dff621aedbc66d3f47a5832e801faf238b442b871ae9b1645f85b7664ee3acaaa6a68b00d0e SHA512 b00cad269972e673503903ab9796e2e388f63c96ec33e921619acbf40946a1ecd42a8451d107aa2c3b62504f2a74fecec2ecd911ee4111e662d1431c6e1454da diff --git a/media-libs/gst-plugins-base/files/gst-plugins-base-1.26.11-GStreamer-SA-2026-0014.patch b/media-libs/gst-plugins-base/files/gst-plugins-base-1.26.11-GStreamer-SA-2026-0014.patch new file mode 100644 index 000000000000..db5c9a4a49bc --- /dev/null +++ b/media-libs/gst-plugins-base/files/gst-plugins-base-1.26.11-GStreamer-SA-2026-0014.patch @@ -0,0 +1,230 @@ +https://bugs.gentoo.org/974283 +https://gstreamer.freedesktop.org/security/sa-2026-0014.html +https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11245 + +From 6dfb6e2e8c26477fa3cba0ef439ae0011318319c Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com> +Date: Thu, 26 Mar 2026 18:45:57 +0200 +Subject: [PATCH 2/8] typefind: Avoid signed 32 bit integer overflow when + parsing AV1 LEB128 values + +Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/work_items/4994 + +Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11245> +--- a/gst/typefind/gsttypefindfunctions.c ++++ b/gst/typefind/gsttypefindfunctions.c +@@ -6881,7 +6881,7 @@ av1_leb128 (const guint8 * data, guint32 * retval, gint * read_bytes) + + for (i = 0; i < 8; i++) { + leb128_byte = data[i]; +- value |= (((gint) leb128_byte & 0x7f) << (i * 7)); ++ value |= (((guint64) leb128_byte & 0x7f) << (i * 7)); + if (!(leb128_byte & 0x80)) + break; + +-- +GitLab + + +From f7835ad222a176a51c84d81cdee3456dd3dfec52 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com> +Date: Thu, 26 Mar 2026 18:59:11 +0200 +Subject: [PATCH 4/8] typefind: Use a byte reader for parsing AV1 bitstreams + +And make sure to use appropriate bounds checks. + +Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/work_items/4993 + +Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11245> +--- a/gst/typefind/gsttypefindfunctions.c ++++ b/gst/typefind/gsttypefindfunctions.c +@@ -6870,17 +6870,17 @@ av1_is_valid_obu_type (guint obu_type) + } + + static gboolean +-av1_leb128 (const guint8 * data, guint32 * retval, gint * read_bytes) ++av1_leb128 (GstByteReader * br, guint32 * retval) + { + guint8 leb128_byte = 0; + guint64 value = 0; + gint i; + + *retval = 0; +- *read_bytes = 0; + + for (i = 0; i < 8; i++) { +- leb128_byte = data[i]; ++ if (!gst_byte_reader_get_uint8 (br, &leb128_byte)) ++ return FALSE; + value |= (((guint64) leb128_byte & 0x7f) << (i * 7)); + if (!(leb128_byte & 0x80)) + break; +@@ -6895,7 +6895,6 @@ av1_leb128 (const guint8 * data, guint32 * retval, gint * read_bytes) + /* check for bitstream conformance see chapter 4.10.5 */ + if (value < G_MAXUINT32) { + *retval = (guint32) value; +- *read_bytes = i + 1; + return TRUE; + } + +@@ -6903,44 +6902,44 @@ av1_leb128 (const guint8 * data, guint32 * retval, gint * read_bytes) + } + + static gboolean +-av1_is_valid_obu (const guint8 * data, guint * obu_type, gint * read_bytes) ++av1_is_valid_obu (GstByteReader * br, guint * obu_type) + { + gboolean obu_forbidden_bit; + gboolean obu_extension_flag; + gboolean obu_has_size_field; + gboolean obu_reserved_1bit; +- int offset = 1; ++ guint8 b; + + *obu_type = 0; +- *read_bytes = 0; ++ ++ if (!gst_byte_reader_get_uint8 (br, &b)) ++ return FALSE; + + /* Detect OBU header */ +- obu_forbidden_bit = !!(data[0] & 0x80); ++ obu_forbidden_bit = !!(b & 0x80); + if (obu_forbidden_bit) + return FALSE; + +- *obu_type = (data[0] & 0x78) >> 3; +- obu_extension_flag = !!(data[0] & 0x4); +- obu_has_size_field = !!(data[0] & 0x2); +- obu_reserved_1bit = !!(data[0] & 0x1); ++ *obu_type = (b & 0x78) >> 3; ++ obu_extension_flag = !!(b & 0x4); ++ obu_has_size_field = !!(b & 0x2); ++ obu_reserved_1bit = !!(b & 0x1); + + /* if obu_extension_flag is set temporal_id (3 bits) + * spatial_id (2 bits) and extension_header_reserved_3bits (3 bits) + * field are coded in the header so OBU size field is + * 1 byte after */ +- if (obu_extension_flag) +- offset++; +- +- *read_bytes += offset; ++ if (obu_extension_flag) { ++ if (!gst_byte_reader_skip (br, 1)) ++ return FALSE; ++ } + + if (av1_is_valid_obu_type (*obu_type) && !obu_reserved_1bit) { + if (obu_has_size_field) { + guint32 obu_size; +- gint bytes; + +- if (!av1_leb128 (data + offset, &obu_size, &bytes)) ++ if (!av1_leb128 (br, &obu_size)) + return FALSE; +- *read_bytes += bytes; + } + + return TRUE; +@@ -6956,42 +6955,39 @@ av1_type_find (GstTypeFind * tf, gpointer unused) + guint32 frame_unit_size; + guint32 obu_length; + const guint8 *data; ++ GstByteReader br; + guint obu_type; +- gint read_bytes; +- gint offset = 0; + + data = gst_type_find_peek (tf, 0, 25); + if (!data) + return; + +- if (av1_is_valid_obu (data, &obu_type, &read_bytes)) { ++ gst_byte_reader_init (&br, data, 25); ++ ++ if (av1_is_valid_obu (&br, &obu_type)) { + gst_type_find_suggest_simple (tf, GST_TYPE_FIND_MINIMUM, "video/x-av1", + "stream-format", G_TYPE_STRING, "obu-stream", + "alignment", G_TYPE_STRING, "none", NULL); + return; + } + +- if (!av1_leb128 (data, &temporal_unit_size, &read_bytes)) ++ if (!av1_leb128 (&br, &temporal_unit_size)) + return; +- offset += read_bytes; + +- if (!av1_leb128 (data + offset, &frame_unit_size, &read_bytes)) ++ if (!av1_leb128 (&br, &frame_unit_size)) + return; +- offset += read_bytes; + + if (frame_unit_size > temporal_unit_size) + return; + +- if (!av1_leb128 (data + offset, &obu_length, &read_bytes)) ++ if (!av1_leb128 (&br, &obu_length)) + return; +- offset += read_bytes; + + if (obu_length > frame_unit_size) + return; + +- if (!av1_is_valid_obu (data + offset, &obu_type, &read_bytes)) ++ if (!av1_is_valid_obu (&br, &obu_type)) + return; +- offset += read_bytes; + + /* The first OBU must be a temporal delimiter */ + if (obu_type == 2) +-- +GitLab + + +From 30a18fc8dba3892f168008fe211f7c951465f26a Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com> +Date: Thu, 26 Mar 2026 19:19:19 +0200 +Subject: [PATCH 6/8] typefind: Allow G_MAXUINT32 as LEB128 encoded value when + parsing AV1 bitstreams + +The spec states that any value less than or equal to (1<<32) - 1 should be +accepted but we were rejecting (1<<32) - 1. + +Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11245> +--- a/gst/typefind/gsttypefindfunctions.c ++++ b/gst/typefind/gsttypefindfunctions.c +@@ -6893,7 +6893,7 @@ av1_leb128 (GstByteReader * br, guint32 * retval) + return FALSE; + + /* check for bitstream conformance see chapter 4.10.5 */ +- if (value < G_MAXUINT32) { ++ if (value <= G_MAXUINT32) { + *retval = (guint32) value; + return TRUE; + } +-- +GitLab + + +From 554e3ee6f2a353c0192b2af10f7b141e8cd32d85 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com> +Date: Thu, 26 Mar 2026 19:27:22 +0200 +Subject: [PATCH 8/8] typefind: Remove dead code in AV1 LEB128 parser + +Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11245> +--- a/gst/typefind/gsttypefindfunctions.c ++++ b/gst/typefind/gsttypefindfunctions.c +@@ -6889,9 +6889,6 @@ av1_leb128 (GstByteReader * br, guint32 * retval) + return FALSE; + } + +- if (i == 8) +- return FALSE; +- + /* check for bitstream conformance see chapter 4.10.5 */ + if (value <= G_MAXUINT32) { + *retval = (guint32) value; +-- +GitLab + diff --git a/media-libs/gst-plugins-base/files/gst-plugins-base-1.26.11-GStreamer-SA-2026-0019.patch b/media-libs/gst-plugins-base/files/gst-plugins-base-1.26.11-GStreamer-SA-2026-0019.patch new file mode 100644 index 000000000000..873f786b541f --- /dev/null +++ b/media-libs/gst-plugins-base/files/gst-plugins-base-1.26.11-GStreamer-SA-2026-0019.patch @@ -0,0 +1,48 @@ +https://bugs.gentoo.org/974285 +https://gstreamer.freedesktop.org/security/sa-2026-0019.html +https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11238 + +From e82a2c69f133c89ed9b0813b5e7992ea5f0360b3 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com> +Date: Thu, 26 Mar 2026 19:59:42 +0200 +Subject: [PATCH] subparse: Avoid NULL-pointer dereferences in mdvdsub parsing + code + +Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/work_items/4995 + +Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11238> +--- a/gst/subparse/gstsubparse.c ++++ b/gst/subparse/gstsubparse.c +@@ -523,8 +523,13 @@ parse_mdvdsub (ParserState * state, const gchar * line) + } + + /* skip the {%u}{%u} part */ +- line = strchr (line, '}') + 1; +- line = strchr (line, '}') + 1; ++ line = strchr (line, '}'); ++ if (!line) ++ return NULL; ++ line = strchr (line + 1, '}'); ++ if (!line) ++ return NULL; ++ line++; + + /* see if there's a first line with a framerate */ + if (start_frame == 1 && end_frame == 1) { +@@ -577,7 +582,12 @@ parse_mdvdsub (ParserState * state, const gchar * line) + line = strchr (line, '}') + 1; + } + if (sscanf (line, "{s:%u}", &fontsize) == 1) { +- line = strchr (line, '}') + 1; ++ line = strchr (line, '}'); ++ if (!line) { ++ g_string_free (markup, TRUE); ++ return NULL; ++ } ++ line++; + } + /* forward slashes at beginning/end signify italics too */ + if (g_str_has_prefix (line, "/")) { +-- +GitLab + diff --git a/media-libs/gst-plugins-base/files/gst-plugins-base-1.26.11-GStreamer-SA-2026-0023.patch b/media-libs/gst-plugins-base/files/gst-plugins-base-1.26.11-GStreamer-SA-2026-0023.patch new file mode 100644 index 000000000000..e79f6d8c068a --- /dev/null +++ b/media-libs/gst-plugins-base/files/gst-plugins-base-1.26.11-GStreamer-SA-2026-0023.patch @@ -0,0 +1,505 @@ +https://bugs.gentoo.org/974285 +https://gstreamer.freedesktop.org/security/sa-2026-0023.html +https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11237 + +From a26b58bfef4e8562c5e85b57896ba5fc1f7c64a4 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com> +Date: Mon, 30 Mar 2026 20:40:26 +0300 +Subject: [PATCH 1/3] subparse: Replace a `g_strv_length()` in a loop header + with more efficient code + +It doesn't really matter in this case as the array is small. + +Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11237> +--- a/gst/subparse/gstsubparse.c ++++ b/gst/subparse/gstsubparse.c +@@ -915,56 +915,53 @@ static void + parse_webvtt_cue_settings (ParserState * state, const gchar * settings) + { + gchar **splitted_settings = g_strsplit_set (settings, " \t", -1); +- gint i = 0; + gint16 text_position, text_size; + gint16 line_position; + gboolean vertical_found = FALSE; + gboolean alignment_found = FALSE; + +- while (i < g_strv_length (splitted_settings)) { ++ for (gchar ** setting_ptr = splitted_settings; *setting_ptr; setting_ptr++) { + gboolean valid_tag = FALSE; +- switch (splitted_settings[i][0]) { ++ switch ((*setting_ptr)[0]) { + case 'T': +- if (sscanf (splitted_settings[i], "T:%" G_GINT16_FORMAT "%%", ++ if (sscanf (*setting_ptr, "T:%" G_GINT16_FORMAT "%%", + &text_position) > 0) { + state->text_position = (guint8) text_position; + valid_tag = TRUE; + } + break; + case 'D': +- if (strlen (splitted_settings[i]) > 2) { ++ if (strlen (*setting_ptr) > 2) { + vertical_found = TRUE; + g_free (state->vertical); +- state->vertical = g_strdup (splitted_settings[i] + 2); ++ state->vertical = g_strdup (*setting_ptr + 2); + valid_tag = TRUE; + } + break; + case 'L': +- if (g_str_has_suffix (splitted_settings[i], "%")) { +- if (sscanf (splitted_settings[i], "L:%" G_GINT16_FORMAT "%%", ++ if (g_str_has_suffix (*setting_ptr, "%")) { ++ if (sscanf (*setting_ptr, "L:%" G_GINT16_FORMAT "%%", + &line_position) > 0) { + state->line_position = line_position; + valid_tag = TRUE; + } + } else { +- if (sscanf (splitted_settings[i], "L:%" G_GINT16_FORMAT, +- &line_position) > 0) { ++ if (sscanf (*setting_ptr, "L:%" G_GINT16_FORMAT, &line_position) > 0) { + state->line_number = line_position; + valid_tag = TRUE; + } + } + break; + case 'S': +- if (sscanf (splitted_settings[i], "S:%" G_GINT16_FORMAT "%%", +- &text_size) > 0) { ++ if (sscanf (*setting_ptr, "S:%" G_GINT16_FORMAT "%%", &text_size) > 0) { + state->text_size = (guint8) text_size; + valid_tag = TRUE; + } + break; + case 'A': +- if (strlen (splitted_settings[i]) > 2) { ++ if (strlen (*setting_ptr) > 2) { + g_free (state->alignment); +- state->alignment = g_strdup (splitted_settings[i] + 2); ++ state->alignment = g_strdup (*setting_ptr + 2); + alignment_found = TRUE; + valid_tag = TRUE; + } +@@ -973,10 +970,8 @@ parse_webvtt_cue_settings (ParserState * state, const gchar * settings) + break; + } + if (!valid_tag) { +- GST_LOG ("Invalid or unrecognised setting found: %s", +- splitted_settings[i]); ++ GST_LOG ("Invalid or unrecognised setting found: %s", *setting_ptr); + } +- i++; + } + g_strfreev (splitted_settings); + if (!vertical_found) { +-- +GitLab + + +From 447191a31806372d200922086213c687ba4f30ae Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com> +Date: Mon, 30 Mar 2026 20:39:08 +0300 +Subject: [PATCH 2/3] subparse: Replace regex string matching / replacing with + plain C string parsing + +The regexes had suboptimal behaviour that easily took 30s on a 1kB long line and +probably had quadratic behaviour in the length of the string. + +Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/work_items/5002 + +Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11237> +--- a/gst/subparse/gstsubparse.c ++++ b/gst/subparse/gstsubparse.c +@@ -41,7 +41,6 @@ + #include "gstsubparseelements.h" + + #define DEFAULT_ENCODING NULL +-#define ATTRIBUTE_REGEX "\\s?[a-zA-Z0-9\\. \t\\(\\)]*" + static const gchar *allowed_srt_tags[] = { "i", "b", "u", NULL }; + static const gchar *allowed_vtt_tags[] = + { "i", "b", "c", "u", "v", "ruby", "rt", NULL }; +@@ -639,50 +638,112 @@ strip_trailing_newlines (gchar * txt) + * escaping everything (the text between these simple markers isn't + * necessarily escaped, so it seems best to do it like this) */ + static void +-subrip_unescape_formatting (gchar * txt, gconstpointer allowed_tags_ptr, ++subrip_unescape_formatting (gchar * txt, gchar ** allowed_tags, + gboolean allows_tag_attributes) + { +- gchar *res; +- GRegex *tag_regex; +- gchar *allowed_tags_pattern, *search_pattern; +- const gchar *replace_pattern; ++ const gchar *p; ++ GString *out; + + /* No processing needed if no escaped tag marker found in the string. */ + if (strstr (txt, "<") == NULL) + return; + +- /* Build a list of alternates for our regexp. +- * FIXME: Could be built once and stored */ +- allowed_tags_pattern = g_strjoinv ("|", (gchar **) allowed_tags_ptr); +- /* Look for starting/ending escaped tags with optional attributes. */ +- search_pattern = g_strdup_printf ("<(/)?\\ *(%s)(%s)>", +- allowed_tags_pattern, ATTRIBUTE_REGEX); +- /* And unescape appropriately */ +- if (allows_tag_attributes) { +- replace_pattern = "<\\1\\2\\3>"; +- } else { +- replace_pattern = "<\\1\\2>"; +- } ++ out = g_string_new (""); ++ p = txt; + +- tag_regex = g_regex_new (search_pattern, 0, 0, NULL); +- res = g_regex_replace (tag_regex, txt, strlen (txt), 0, +- replace_pattern, 0, NULL); ++ while (*p) { ++ const gchar *lt; ++ const gchar *gt; + +- /* Replacing can fail. Return an empty string in that case. */ +- if (!res) { +- strcpy (txt, ""); +- return; +- } ++ /* Find next < */ ++ lt = strstr (p, "<"); ++ if (!lt) { ++ /* No more < found - copy remainder and done */ ++ g_string_append (out, p); ++ break; ++ } + +- /* res will always be shorter than the input or identical, so this +- * copy is OK */ +- strcpy (txt, res); ++ /* Copy everything before < */ ++ g_string_append_len (out, p, lt - p); ++ ++ /* Skip < */ ++ lt += 4; ++ ++ /* Find matching > */ ++ gt = strstr (lt, ">"); ++ if (!gt) { ++ /* No closing > - copy everything until the end as is and end */ ++ g_string_append (out, lt - 4); ++ break; ++ } ++ ++ /* Check for optional closing tag / */ ++ gboolean is_closing = FALSE; ++ const gchar *tag_start = lt; ++ if (*tag_start == '/') { ++ is_closing = TRUE; ++ tag_start++; ++ } ++ ++ /* Skip optional whitespace before tag name */ ++ while (*tag_start == ' ' || *tag_start == '\t') ++ tag_start++; ++ ++ /* Extract tag name */ ++ const gchar *tag_end = tag_start; ++ while (g_ascii_isalnum (*tag_end)) ++ tag_end++; ++ gsize tag_len = tag_end - tag_start; ++ ++ /* Check if tag is allowed */ ++ gboolean allowed = FALSE; ++ gchar **tag_ptr; ++ for (tag_ptr = allowed_tags; *tag_ptr; tag_ptr++) { ++ if (strlen (*tag_ptr) == tag_len && ++ strncmp (*tag_ptr, tag_start, tag_len) == 0) { ++ allowed = TRUE; ++ break; ++ } ++ } ++ ++ if (!allowed) { ++ /* Tag not allowed - copy everything between and including <...> as is */ ++ g_string_append_len (out, lt - 4, gt + 4 - (lt - 4)); ++ p = gt + 4; ++ continue; ++ } + +- g_free (res); +- g_free (search_pattern); +- g_free (allowed_tags_pattern); ++ /* Otherwise handle allowed tag by unescaping < */ ++ g_string_append_c (out, '<'); ++ if (is_closing) ++ g_string_append_c (out, '/'); ++ g_string_append_len (out, tag_start, tag_len); ++ ++ /* If attributes allowed then copy them over, otherwise ignore them */ ++ if (allows_tag_attributes) { ++ /* Scan for optional attributes */ ++ const gchar *attr_start = tag_end; ++ ++ /* Find attributes end */ ++ while (tag_end < gt && ++ (g_ascii_isalnum (*tag_end) || *tag_end == '.' || ++ *tag_end == ' ' || *tag_end == '\t' || ++ *tag_end == '(' || *tag_end == ')')) ++ tag_end++; ++ ++ /* Copy attributes */ ++ g_string_append_len (out, attr_start, tag_end - attr_start); ++ } + +- g_regex_unref (tag_regex); ++ /* Append closing > and skip to next */ ++ g_string_append_c (out, '>'); ++ p = gt + 4; ++ } ++ ++ /* out will always be shorter than the input or identical, so this ++ * copy is OK */ ++ strcpy (txt, out->str); ++ g_string_free (out, TRUE); + } + + +@@ -727,19 +788,11 @@ subrip_remove_unhandled_tags (gchar * txt) + * input! This function adds missing closing markup tags and removes + * broken closing tags for tags that have never been opened. */ + static void +-subrip_fix_up_markup (gchar ** p_txt, gconstpointer allowed_tags_ptr) ++subrip_fix_up_markup (gchar ** p_txt, gchar ** allowed_tags) + { + gchar *cur, *next_tag; + GPtrArray *open_tags = NULL; + guint num_open_tags = 0; +- const gchar *iter_tag; +- guint offset = 0; +- guint index; +- gchar *cur_tag; +- gchar *end_tag; +- GRegex *tag_regex; +- GMatchInfo *match_info; +- gchar **allowed_tags = (gchar **) allowed_tags_ptr; + + g_assert (*p_txt != NULL); + +@@ -749,44 +802,75 @@ subrip_fix_up_markup (gchar ** p_txt, gconstpointer allowed_tags_ptr) + next_tag = strchr (cur, '<'); + if (next_tag == NULL) + break; +- offset = 0; +- index = 0; +- while (index < g_strv_length (allowed_tags)) { +- iter_tag = allowed_tags[index]; +- /* Look for a white listed tag */ +- cur_tag = g_strconcat ("<", iter_tag, ATTRIBUTE_REGEX, ">", NULL); +- tag_regex = g_regex_new (cur_tag, 0, 0, NULL); +- (void) g_regex_match (tag_regex, next_tag, 0, &match_info); +- +- if (g_match_info_matches (match_info)) { +- gint start_pos, end_pos; +- gchar *word = g_match_info_fetch (match_info, 0); +- g_match_info_fetch_pos (match_info, 0, &start_pos, &end_pos); +- if (start_pos == 0) { +- offset = strlen (word); ++ ++ /* Look for allowed tag */ ++ guint offset = 0; ++ gboolean is_closing = FALSE; ++ for (gchar ** tag_ptr = allowed_tags; *tag_ptr; tag_ptr++) { ++ const gchar *tag_start = next_tag + 1; ++ ++ is_closing = (*tag_start == '/'); ++ if (is_closing) ++ tag_start++; ++ ++ /* Skip optional whitespace before tag start */ ++ while (*tag_start == ' ' || *tag_start == '\t') ++ tag_start++; ++ ++ /* Extract tag name length */ ++ const gchar *tag_end = tag_start; ++ while (g_ascii_isalnum (*tag_end)) ++ tag_end++; ++ gsize tag_len = tag_end - tag_start; ++ ++ /* Check if tag name matches */ ++ if (strlen (*tag_ptr) == tag_len && ++ g_ascii_strncasecmp (*tag_ptr, tag_start, tag_len) == 0) { ++ /* Found allowed tag - calculate offset to position after tag */ ++ ++ /* Check for optional attributes */ ++ if (*tag_end == ' ' || *tag_end == '\t' || *tag_end == '.') { ++ while (*tag_end && *tag_end != '>' && ++ (g_ascii_isalnum (*tag_end) || *tag_end == '.' || ++ *tag_end == ' ' || *tag_end == '\t' || ++ *tag_end == '(' || *tag_end == ')')) { ++ tag_end++; ++ } ++ } ++ ++ /* Check for closing >, if not found skip over this */ ++ if (*tag_end == '>') { ++ offset = tag_end - (next_tag + 1); ++ ++ /* Full opening tag found, let's keep track of it and continue */ ++ if (!is_closing) { ++ g_ptr_array_add (open_tags, g_ascii_strdown (*tag_ptr, -1)); ++ ++num_open_tags; ++ } ++ break; + } +- g_free (word); +- } +- g_match_info_free (match_info); +- g_regex_unref (tag_regex); +- g_free (cur_tag); +- index++; +- if (offset) { +- /* OK we found a tag, let's keep track of it */ +- g_ptr_array_add (open_tags, g_ascii_strdown (iter_tag, -1)); +- ++num_open_tags; +- break; + } ++ ++ /* No closing > found, continue */ ++ offset = 0; ++ } ++ ++ /* Not a valid tag - skip to next */ ++ if (offset == 0) { ++ ++next_tag; ++ cur = next_tag; ++ continue; + } + +- if (offset) { ++ /* Not a closing tag - skip to the next */ ++ if (!is_closing) { + next_tag += offset; + cur = next_tag; + continue; + } + + if (*next_tag == '<' && *(next_tag + 1) == '/') { +- end_tag = strchr (next_tag, '>'); ++ gchar *end_tag = strchr (next_tag, '>'); + if (end_tag) { + const gchar *last = NULL; + if (num_open_tags > 0) +@@ -810,6 +894,7 @@ subrip_fix_up_markup (gchar ** p_txt, gconstpointer allowed_tags_ptr) + cur = next_tag; + } + ++ /* if there are still open tags, close them all at the end */ + if (num_open_tags > 0) { + GString *s; + +--- a/gst/subparse/gstsubparse.h ++++ b/gst/subparse/gstsubparse.h +@@ -48,7 +48,7 @@ typedef struct { + guint8 text_size; /* percent value */ + gchar *vertical; /* "", "vertical", "vertical-lr" */ + gchar *alignment; /* "", "start", "middle", "end" */ +- gconstpointer allowed_tags; /* list of markup tags allowed in the cue text. */ ++ gchar **allowed_tags; /* list of markup tags allowed in the cue text. */ + gboolean allows_tag_attributes; + } ParserState; + +-- +GitLab + + +From 9c4f69eebc86eca2b3881a9ea7a524eb70687793 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com> +Date: Mon, 30 Mar 2026 23:37:04 +0300 +Subject: [PATCH 3/3] subparse: Fix handling of closing of multi-byte tags + +They were previously wrongly considered as wrong tags due to using wrong +byte offsets into the string that only happened to match for single-byte tags. + +Add a test for this case too. + +Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11237> +--- a/gst/subparse/gstsubparse.c ++++ b/gst/subparse/gstsubparse.c +@@ -869,29 +869,24 @@ subrip_fix_up_markup (gchar ** p_txt, gchar ** allowed_tags) + continue; + } + +- if (*next_tag == '<' && *(next_tag + 1) == '/') { +- gchar *end_tag = strchr (next_tag, '>'); +- if (end_tag) { +- const gchar *last = NULL; +- if (num_open_tags > 0) +- last = g_ptr_array_index (open_tags, num_open_tags - 1); +- if (num_open_tags == 0 +- || g_ascii_strncasecmp (end_tag - 1, last, strlen (last))) { +- GST_LOG ("broken input, closing tag '%s' is not open", next_tag); +- /* Move everything after the tag end, including closing \0 */ +- memmove (next_tag, end_tag + 1, strlen (end_tag)); +- cur = next_tag; +- continue; +- } else { +- --num_open_tags; +- g_ptr_array_remove_index (open_tags, num_open_tags); +- cur = end_tag + 1; +- continue; +- } +- } ++ /* Otherwise a closing tag */ ++ gchar *tag_end = strchr (next_tag, '>'); ++ const gchar *last = NULL; ++ if (num_open_tags > 0) ++ last = g_ptr_array_index (open_tags, num_open_tags - 1); ++ /* Check if the closing tag is the last tag that was opened */ ++ if (num_open_tags == 0 ++ || g_ascii_strncasecmp (next_tag + 2, last, strlen (last)) != 0) { ++ GST_LOG ("broken input, closing tag '%s' is not open", next_tag); ++ /* Skip over the tag by moving everything after the tag end, including closing \0 */ ++ memmove (next_tag, tag_end + 1, strlen (tag_end + 1) + 1); ++ cur = next_tag; ++ continue; + } +- ++next_tag; +- cur = next_tag; ++ ++ --num_open_tags; ++ g_ptr_array_remove_index (open_tags, num_open_tags); ++ cur = tag_end + 1; + } + + /* if there are still open tags, close them all at the end */ +--- a/tests/check/elements/subparse.c ++++ b/tests/check/elements/subparse.c +@@ -504,9 +504,25 @@ GST_START_TEST (test_webvtt) + , + }; + ++ /* Tests with a wrong multi-character closing tags before the end of the line */ ++ SubParseInputChunk webvtt_input3[] = { ++ { ++ "1\n00:00:00,000 --> 00:00:01,000\n<ruby>Hello!</ruby>World!\n\n", ++ 0 * GST_SECOND, 1 * GST_SECOND, "<ruby>Hello!</ruby>World!"}, ++ { ++ "1\n00:00:01,000 --> 00:00:02,000\n<ruby>Hello!</i></ruby>World!\n\n", ++ 1 * GST_SECOND, 2 * GST_SECOND, "<ruby>Hello!</ruby>World!"} ++ , ++ { ++ "1\n00:00:02,000 --> 00:00:03,000\n<i>World!</ruby></i>Hello!\n\n", ++ 2 * GST_SECOND, 3 * GST_SECOND, "<i>World!</i>Hello!"} ++ , ++ }; ++ + test_vtt_do_test (webvtt_input, 0, G_N_ELEMENTS (webvtt_input)); + test_vtt_do_test (webvtt_input1, 0, G_N_ELEMENTS (webvtt_input1)); + test_vtt_do_test (webvtt_input2, 0, G_N_ELEMENTS (webvtt_input2)); ++ test_vtt_do_test (webvtt_input3, 0, G_N_ELEMENTS (webvtt_input3)); + } + + GST_END_TEST; +-- +GitLab + diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.26.11.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-1.26.11.ebuild new file mode 100644 index 000000000000..1afdf0ef083c --- /dev/null +++ b/media-libs/gst-plugins-base/gst-plugins-base-1.26.11.ebuild @@ -0,0 +1,208 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE="gst-plugins-base" + +inherit flag-o-matic meson-multilib gstreamer-meson verify-sig virtualx + +DESCRIPTION="Basepack of plugins for gstreamer" +HOMEPAGE="https://gstreamer.freedesktop.org/" +SRC_URI+=" verify-sig? ( https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz.asc )" + +LICENSE="GPL-2+ LGPL-2+" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos ~x64-solaris" + +# For OpenGL we have three separate concepts, with a list of possibilities in each: +# * opengl APIs - opengl and/or gles2; USE=opengl and USE=gles2 enable these accordingly; if neither is enabled, OpenGL helper library and elements are not built at all and all the other options aren't relevant +# * opengl platforms - glx and/or egl; also cgl, wgl, eagl for non-linux; USE="X opengl" enables glx platform; USE="egl" enables egl platform. Rest is up for relevant prefix teams. +# * opengl windowing system - x11, wayland, win32, cocoa, android, viv_fb, gbm and/or dispmanx; USE=X enables x11 (but for WSI it's automagic - FIXME), USE=wayland enables wayland, USE=gbm enables gbm (automagic upstream - FIXME); rest is up for relevant prefix/arch teams/contributors to test and provide patches +# With the following limitations: +# * If opengl and/or gles2 is enabled, a platform has to be enabled - x11 or egl in our case, but x11 (glx) is acceptable only with opengl +# * If opengl and/or gles2 is enabled, a windowing system has to be enabled - x11, wayland or gbm in our case +# * glx platform requires opengl API (but we don't REQUIRED_USE that as USE=X is common, glx is just disabled with USE=-opengl or USE=-X) +# * wayland, gbm and most other non-glx WSIs require egl platform +# Additionally there is optional dmabuf support with egl for additional dmabuf based upload/download/eglimage options; +# and optional graphene usage for gltransformation and glvideoflip elements and more GLSL Uniforms support in glshader; +# and libpng/jpeg are required for gloverlay element; + +# Keep default IUSE options for relevant ones mirrored with gst-plugins-gtk and gst-plugins-bad +IUSE="alsa +egl gbm +gles2 +introspection ivorbis +ogg opengl +orc +pango theora +vorbis wayland +X" +GL_REQUIRED_USE=" + || ( gbm wayland X ) + wayland? ( egl ) + gbm? ( egl ) +" +REQUIRED_USE=" + ivorbis? ( ogg ) + theora? ( ogg ) + vorbis? ( ogg ) + opengl? ( || ( egl X ) ${GL_REQUIRED_USE} ) + gles2? ( egl ${GL_REQUIRED_USE} ) +" + +# Dependencies needed by opengl library and plugin (enabled via USE gles2 and/or opengl) +# dmabuf automagic from libdrm headers (drm_fourcc.h) and EGL, so ensure it with USE=egl (platform independent header used only, thus no MULTILIB_USEDEP); provides dmabuf based upload/download/eglimage options +GL_DEPS=" + >=media-libs/mesa-24.1.0_rc1[opengl,wayland?,${MULTILIB_USEDEP}] + egl? ( + x11-libs/libdrm + ) + gbm? ( + >=dev-libs/libgudev-147[${MULTILIB_USEDEP}] + >=x11-libs/libdrm-2.4.55[${MULTILIB_USEDEP}] + ) + wayland? ( + >=dev-libs/wayland-1.20.0[${MULTILIB_USEDEP}] + >=dev-libs/wayland-protocols-1.15 + dev-util/wayland-scanner + ) + + >=media-libs/graphene-1.4.0[${MULTILIB_USEDEP}] + media-libs/libpng:0=[${MULTILIB_USEDEP}] + media-libs/libjpeg-turbo:0=[${MULTILIB_USEDEP}] + virtual/opengl +" # graphene for optional gltransformation and glvideoflip elements and more GLSL Uniforms support in glshader; libpng/jpeg for gloverlay element +# >=media-libs/graphene-1.4.0[${MULTILIB_USEDEP}] + +RDEPEND=" + app-text/iso-codes + >=virtual/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}] + alsa? ( >=media-libs/alsa-lib-1.0.27.2[${MULTILIB_USEDEP}] ) + introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) + ivorbis? ( >=media-libs/tremor-0_pre20130223[${MULTILIB_USEDEP}] ) + ogg? ( >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] ) + orc? ( >=dev-lang/orc-0.4.41[${MULTILIB_USEDEP}] ) + kernel_linux? ( >=x11-libs/libdrm-2.4.55[${MULTILIB_USEDEP}] ) + pango? ( >=x11-libs/pango-1.36.3[${MULTILIB_USEDEP}] ) + theora? ( >=media-libs/libtheora-1.1.1:=[encode,${MULTILIB_USEDEP}] ) + vorbis? ( >=media-libs/libvorbis-1.3.3-r1[${MULTILIB_USEDEP}] ) + X? ( + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] + >=x11-libs/libXv-1.0.10[${MULTILIB_USEDEP}] + ) + + gles2? ( ${GL_DEPS} ) + opengl? ( ${GL_DEPS} ) +" +DEPEND="${RDEPEND} + dev-util/glib-utils + X? ( x11-base/xorg-proto ) +" +BDEPEND="verify-sig? ( sec-keys/openpgp-keys-tpm )" + +DOCS=( AUTHORS NEWS README.md RELEASE ) +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/tpm.asc + +PATCHES=( + # bug #974283 + "${FILESDIR}"/gst-plugins-base-1.26.11-GStreamer-SA-2026-0014.patch + # bug #974285 + "${FILESDIR}"/gst-plugins-base-1.26.11-GStreamer-SA-2026-0019.patch + "${FILESDIR}"/gst-plugins-base-1.26.11-GStreamer-SA-2026-0023.patch +) + +multilib_src_configure() { + filter-flags -mno-sse -mno-sse2 -mno-sse4.1 #610340 + + # opus: split to media-plugins/gst-plugins-opus + GST_PLUGINS_NOAUTO="alsa gl ogg pango theora vorbis x11 xshm xvideo" + + local emesonargs=( + $(meson_native_enabled tools) + + $(meson_feature alsa) + $(meson_feature kernel_linux drm) + $(meson_feature ogg) + $(meson_feature pango) + $(meson_feature theora) + $(meson_feature vorbis) + $(meson_feature X x11) + $(meson_feature X xshm) + $(meson_feature X xvideo) + ) + + if use opengl || use gles2; then + # because meson doesn't like extraneous commas + local gl_api=( + $(usev opengl) + $(usev gles2) + ) + local gl_platform=( + $(use X && usev opengl glx) + $(usev egl) + ) + local gl_winsys=( + $(usev X x11) + $(usev wayland) + $(usev egl) + $(usev gbm) + ) + + emesonargs+=( + -Dgl=enabled + -Dgl-graphene=enabled + -Dgl_api=$(IFS=, ; echo "${gl_api[*]}") + -Dgl_platform=$(IFS=, ; echo "${gl_platform[*]}") + -Dgl_winsys=$(IFS=, ; echo "${gl_winsys[*]}") + ) + else + emesonargs+=( + -Dgl=disabled + -Dgl_api= + -Dgl_platform= + -Dgl_winsys= + ) + fi + + gstreamer_multilib_src_configure +} + +multilib_src_test() { + # User env may cause issues (notably dconf isnt multilib) + export GSETTINGS_BACKEND=memory + + # Homebrew test skips for meson + local -a tests + tests=( $(meson test --list -C "${BUILD_DIR}") ) + + local -a _skip_tests=( + # flaky + elements_inputselector # tendency to timeout + elements_multisocketsink + generic_states + libs_gstglquery + pipelines_gl_launch_lines + ) + + # Affects abi_x86_32 + multilib_is_native_abi || _skip_tests+=( + # failed ABI check + libs_libsabi + # ../glib-2.84.4/gobject/gtype.c:4159: type id '284' is invalid + libs_dsd + # general:test_max_s8:0: Assertion 'memcmp (res, out, 4) == 0' failed + elements_volume + ) + + # Add suites which in this case are PN + if has_version ">=dev-build/meson-1.10.0"; then + local -a skip_tests=() + for skip_test in ${_skip_tests[@]}; do + skip_tests+=( "${PN}:${skip_test}" ) + done + else + local -a skip_tests=( ${_skip_tests[@]} ) + fi + unset _skip_tests + + for test_index in ${!tests[@]}; do + if [[ ${skip_tests[@]} =~ ${tests[${test_index}]} ]]; then + unset tests[${test_index}] + fi + done + + # gstreamer_multilib_src_test doesn't pass arguments + GST_GL_WINDOW=x11 virtx meson_src_test --timeout-multiplier 5 ${tests[@]} +} diff --git a/media-libs/gst-plugins-good/Manifest b/media-libs/gst-plugins-good/Manifest index f7327f1a914a..1fcacf859b35 100644 --- a/media-libs/gst-plugins-good/Manifest +++ b/media-libs/gst-plugins-good/Manifest @@ -1 +1,3 @@ DIST gst-plugins-good-1.24.13.tar.xz 2949348 BLAKE2B b1862d872e034b8b57d6506b3ff5d9b96648158560954a05f5a74007fb35bcfb73b9d422d9b1b83f95f967aec7cad472c52fa863426353a4ddd6502a1c5201b7 SHA512 2a1fac20344b5c0d67dfcceb217edcbbfc7ec4d8454f8e9a9949f39a97597bbef74f790f31ee24ba2af571db9fad3ba4768bf80e24768c1d3210dc42d3a913db +DIST gst-plugins-good-1.26.11.tar.xz 3015468 BLAKE2B ca880aeb1c323e790b82f0cc67613ebec88ee7615ce3ac227bb048901687675022c5575c47078c8add597cfe0a7a1bd1a38e7471cf21c54cc995dc823febef24 SHA512 e13030821881b11abbb699513f1a459dab90d33778b3886191a23def3bc1a8967009942ae113b397c4b2080722c7365f1bf6ddeeb40d8e9de5c4b2b13fc3e7ec +DIST gst-plugins-good-1.26.11.tar.xz.asc 833 BLAKE2B 6b9114c0ef2a4b4746516be52c5bc93760f969b3ca83811f33734c0c67e5c0bfe69ad12ef3538927216cc20d47e37cb120795c47efa7d4c44bdb30983c942415 SHA512 638474d8ee6f37963827cad2e01d188070713c7df7004e0b094f5f25465fce6a98808476478a2ff09504d7174dba9b0c14728d4cecaf8eef943d0ef430a2263c diff --git a/media-libs/gst-plugins-good/files/gst-plugins-good-1.26.11-GStreamer-SA-2026-0016.patch b/media-libs/gst-plugins-good/files/gst-plugins-good-1.26.11-GStreamer-SA-2026-0016.patch new file mode 100644 index 000000000000..6c8a20846b9f --- /dev/null +++ b/media-libs/gst-plugins-good/files/gst-plugins-good-1.26.11-GStreamer-SA-2026-0016.patch @@ -0,0 +1,98 @@ +https://bugs.gentoo.org/974286 +https://gstreamer.freedesktop.org/security/sa-2026-0016.html +https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11252 + +From bad6721ca4901123e5cb57eec9d8e84d69c08597 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com> +Date: Fri, 13 Mar 2026 11:56:45 +0200 +Subject: [PATCH] qtdemux: Add various integer overflow and bounds checks to + uncompressed video handling + +Fixes ZDI-CAN-29392 +Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4963 + +Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11252> +--- a/gst/isomp4/qtdemux.c ++++ b/gst/isomp4/qtdemux.c +@@ -12319,6 +12319,14 @@ qtdemux_parse_cmpd (GstQTDemux * qtdemux, GstByteReader * reader, + + cmpd->component_count = gst_byte_reader_get_uint32_be_unchecked (reader); + ++ /* Let's use 16 as a upper bound here for now to avoid overflows and ++ * allocating lots of memory */ ++ if (cmpd->component_count > 16) { ++ GST_ERROR_OBJECT (qtdemux, "Unsupported number of cmpd components %u", ++ cmpd->component_count); ++ goto error; ++ } ++ + guint32 minimum_size = cmpd->component_count * 2 + 4; // assuming type_uris are not used + if (gst_byte_reader_get_size (reader) < minimum_size) { + GST_ERROR_OBJECT (qtdemux, "cmpd size is too short"); +@@ -12377,6 +12385,14 @@ qtdemux_parse_uncC (GstQTDemux * qtdemux, GstByteReader * reader, + goto error; + } + ++ /* Let's use 16 as a upper bound here for now to avoid overflows and ++ * allocating lots of memory */ ++ if (uncC->component_count > 16) { ++ GST_ERROR_OBJECT (qtdemux, "Unsupported number of uncC components %u", ++ uncC->component_count); ++ goto error; ++ } ++ + guint32 expected_size = uncC->component_count * 5 + 36; + if (gst_byte_reader_get_size (reader) != expected_size) { + GST_ERROR_OBJECT (qtdemux, "uncC size is incorrect"); +@@ -12630,7 +12646,6 @@ qtdemux_get_format_from_uncv (GstQTDemux * qtdemux, + guint32 num_components = uncC->component_count; + guint16 component_types[4]; + +- + if (uncC->version == 1) { + // Determine format with profile + // The only permitted profiles for version 1 are `rgb3`, `rgba`, and `abgr` +@@ -12658,6 +12673,11 @@ qtdemux_get_format_from_uncv (GstQTDemux * qtdemux, + goto unsupported_feature; + } + ++ if (num_components > 4 || num_components == 0) { ++ GST_WARNING_OBJECT (qtdemux, ++ "Unsupported number of components for uncC: %u", num_components); ++ goto unsupported_feature; ++ } + + /* Assert that components are similar */ + UncompressedFrameConfigComponent *first_comp = &uncC->components[0]; +@@ -12699,6 +12719,11 @@ qtdemux_get_format_from_uncv (GstQTDemux * qtdemux, + // Get Component Types + for (guint32 i = 0; i < num_components; i++) { + guint16 component_index = uncC->components[i].index; ++ if (component_index >= cmpd->component_count) { ++ GST_WARNING_OBJECT (qtdemux, ++ "Invalid component index %u for component %u", component_index, i); ++ goto unsupported_feature; ++ } + component_types[i] = cmpd->types[component_index]; + } + +@@ -19311,10 +19336,12 @@ qtdemux_video_caps (GstQTDemux * qtdemux, QtDemuxStream * stream, + } + + format = qtdemux_get_format_from_uncv (qtdemux, &uncC, &cmpd); +- gst_video_info_set_format (&stream->pre_info, format, entry->width, +- entry->height); +- qtdemux_set_info_from_uncv (qtdemux, entry, &uncC, &stream->pre_info); +- stream->alignment = 32; ++ if (format != GST_VIDEO_FORMAT_UNKNOWN) { ++ gst_video_info_set_format (&stream->pre_info, format, entry->width, ++ entry->height); ++ qtdemux_set_info_from_uncv (qtdemux, entry, &uncC, &stream->pre_info); ++ stream->alignment = 32; ++ } + + /* Free Memory */ + qtdemux_clear_uncC (&uncC); +-- +GitLab + diff --git a/media-libs/gst-plugins-good/files/gst-plugins-good-1.26.11-GStreamer-SA-2026-0018.patch b/media-libs/gst-plugins-good/files/gst-plugins-good-1.26.11-GStreamer-SA-2026-0018.patch new file mode 100644 index 000000000000..6edc402ece03 --- /dev/null +++ b/media-libs/gst-plugins-good/files/gst-plugins-good-1.26.11-GStreamer-SA-2026-0018.patch @@ -0,0 +1,337 @@ +https://bugs.gentoo.org/974286 +https://gstreamer.freedesktop.org/security/sa-2026-0018.html +https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11243 + +From ea7ac498e3f3f6cd4f41bc5d1c8af1a3bb68d44c Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com> +Date: Thu, 19 Mar 2026 10:25:22 +0200 +Subject: [PATCH 1/4] qtdemux: Avoid division by zero if 0 audio channels are + signalled + +Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4977 + +Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11243> +--- a/gst/isomp4/qtdemux.c ++++ b/gst/isomp4/qtdemux.c +@@ -13287,6 +13287,10 @@ qtdemux_parse_chnl (GstQTDemux * qtdemux, GstByteReader * br, + } + + n_channels = entry->n_channels; ++ if (n_channels == 0) { ++ GST_WARNING_OBJECT (qtdemux, "Unknown number of channels"); ++ goto error; ++ } + + if (defined_layout == 0) { + for (unsigned int i = 0; i < n_channels; i++) { +@@ -16442,20 +16446,20 @@ qtdemux_parse_trak (GstQTDemux * qtdemux, GNode * trak, guint32 * mvhd_matrix) + /* Sometimes these are set to 0 in the sound sample descriptions so + * let's try to infer useful values from the other information we + * have available */ +- if (entry->bytes_per_sample == 0) ++ if (entry->bytes_per_sample == 0 && entry->n_channels > 0) + entry->bytes_per_sample = + entry->bytes_per_frame / entry->n_channels; + if (entry->bytes_per_sample == 0) + entry->bytes_per_sample = samplesize / 8; + +- if (entry->bytes_per_frame == 0) ++ if (entry->bytes_per_frame == 0 && entry->n_channels > 0) + entry->bytes_per_frame = + entry->bytes_per_sample * entry->n_channels; + + if (entry->bytes_per_packet == 0) + entry->bytes_per_packet = entry->bytes_per_sample; + +- if (entry->samples_per_frame == 0) ++ if (entry->samples_per_frame == 0 && entry->n_channels > 0) + entry->samples_per_frame = entry->n_channels; + + if (entry->samples_per_packet == 0) +@@ -19817,7 +19821,8 @@ qtdemux_audio_caps (GstQTDemux * qtdemux, QtDemuxStream * stream, + data = stsd_entry->data; + len = QT_UINT32 (data); + +- if (stsd_version == 0 && version == 0x00020000 && len >= 16 + 56) { ++ if (stsd_version == 0 && version == 0x00020000 && len >= 16 + 56 ++ && entry->n_channels > 0) { + /* sample description entry (16) + sound sample description v0 (20) */ + depth = QT_UINT32 (data + 36 + 20); + flags = QT_UINT32 (data + 36 + 24); +-- +GitLab + + +From 401f350074ceeea0868c34d0af084ae98316c7b3 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com> +Date: Thu, 19 Mar 2026 10:34:54 +0200 +Subject: [PATCH 2/4] qtdemux: Validate chnl defined layout before using it to + index the layouts array + +Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4976 + +Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11243> +--- a/gst/isomp4/qtdemux.c ++++ b/gst/isomp4/qtdemux.c +@@ -13479,6 +13479,14 @@ qtdemux_parse_chnl (GstQTDemux * qtdemux, GstByteReader * br, + } + } + ++ if (defined_layout >= G_N_ELEMENTS (chnl_layouts) || ++ chnl_layouts[defined_layout][0] == ++ GST_AUDIO_CHANNEL_POSITION_INVALID) { ++ GST_WARNING_OBJECT (qtdemux, "Unsupported defined layout %u", ++ defined_layout); ++ goto error; ++ } ++ + const GstAudioChannelPosition *layout = chnl_layouts[defined_layout]; + + // Calculate number of channels: number of channels in the layout +-- +GitLab + + +From 067232489fbdec93341921361a1bdbd718c16e9a Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com> +Date: Thu, 19 Mar 2026 10:46:51 +0200 +Subject: [PATCH 3/4] qtdemux: Avoid out-of-bounds reads and writes of 64 item + audio channel positions array + +When parsing both the chan and chnl boxes. + +Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11243> +--- a/gst/isomp4/qtdemux.c ++++ b/gst/isomp4/qtdemux.c +@@ -13292,6 +13292,12 @@ qtdemux_parse_chnl (GstQTDemux * qtdemux, GstByteReader * br, + goto error; + } + ++ if (n_channels >= 64) { ++ GST_WARNING_OBJECT (qtdemux, "Unsupported number of channels %d", ++ n_channels); ++ goto error; ++ } ++ + if (defined_layout == 0) { + for (unsigned int i = 0; i < n_channels; i++) { + guint8 speaker_position; +@@ -13428,6 +13434,12 @@ qtdemux_parse_chnl (GstQTDemux * qtdemux, GstByteReader * br, + goto error; + } + ++ if (layout_channel_count >= 64) { ++ GST_WARNING_OBJECT (qtdemux, "Unsupported number of channels %d", ++ layout_channel_count); ++ goto error; ++ } ++ + n_channels = layout_channel_count; + for (unsigned int i = 0; i < layout_channel_count; i++) { + guint8 speaker_position; +@@ -13508,6 +13520,9 @@ qtdemux_parse_chnl (GstQTDemux * qtdemux, GstByteReader * br, + } + } + ++ // Guaranteed above by construction ++ g_assert (n_channels < 64); ++ + // The omitted channel map defines which of the channels of the + // pre-defined layout are *not* included. + for (unsigned int c = 0; c < n_channels; c++) { +@@ -13563,7 +13578,8 @@ qtdemux_parse_chnl (GstQTDemux * qtdemux, GstByteReader * br, + + #ifndef GST_DISABLE_GST_DEBUG + { +- gchar *s = gst_audio_channel_positions_to_string (positions, n_channels); ++ gchar *s = ++ gst_audio_channel_positions_to_string (positions, MIN (n_channels, 64)); + + GST_DEBUG_OBJECT (qtdemux, "Retrieved channel positions %s", s); + +@@ -13571,35 +13587,41 @@ qtdemux_parse_chnl (GstQTDemux * qtdemux, GstByteReader * br, + } + #endif + +- guint64 channel_mask; +- GstAudioChannelPosition valid_positions[64]; +- +- if (!gst_audio_channel_positions_to_mask (positions, n_channels, FALSE, +- &channel_mask)) { +- GST_WARNING_OBJECT (qtdemux, "Can't convert channel positions to mask"); +- goto error; +- } ++ if (n_channels < 64) { ++ guint64 channel_mask; ++ GstAudioChannelPosition valid_positions[64]; + +- memcpy (valid_positions, positions, sizeof (positions[0]) * n_channels); +- if (!gst_audio_channel_positions_to_valid_order (valid_positions, n_channels)) { +- GST_WARNING_OBJECT (qtdemux, +- "Can't convert channel positions to GStreamer channel order"); +- goto error; +- } ++ if (!gst_audio_channel_positions_to_mask (positions, n_channels, FALSE, ++ &channel_mask)) { ++ GST_WARNING_OBJECT (qtdemux, "Can't convert channel positions to mask"); ++ goto error; ++ } + +- if (n_channels > 1) { +- if (!gst_audio_get_channel_reorder_map (n_channels, positions, +- valid_positions, entry->reorder_map)) { +- GST_WARNING_OBJECT (qtdemux, "Can't calculate channel reorder map"); ++ memcpy (valid_positions, positions, sizeof (positions[0]) * n_channels); ++ if (!gst_audio_channel_positions_to_valid_order (valid_positions, ++ n_channels)) { ++ GST_WARNING_OBJECT (qtdemux, ++ "Can't convert channel positions to GStreamer channel order"); + goto error; + } +- entry->needs_reorder = +- memcmp (positions, valid_positions, +- sizeof (positions[0]) * n_channels) != 0; +- } + +- gst_caps_set_simple (entry->caps, "channel-mask", GST_TYPE_BITMASK, +- channel_mask, NULL); ++ if (n_channels > 1) { ++ if (!gst_audio_get_channel_reorder_map (n_channels, positions, ++ valid_positions, entry->reorder_map)) { ++ GST_WARNING_OBJECT (qtdemux, "Can't calculate channel reorder map"); ++ goto error; ++ } ++ entry->needs_reorder = ++ memcmp (positions, valid_positions, ++ sizeof (positions[0]) * n_channels) != 0; ++ } ++ ++ gst_caps_set_simple (entry->caps, "channel-mask", GST_TYPE_BITMASK, ++ channel_mask, NULL); ++ } else { ++ gst_caps_set_simple (entry->caps, "channel-mask", GST_TYPE_BITMASK, ++ G_GUINT64_CONSTANT (0), NULL); ++ } + + // Update based on the actual channel count from this box + entry->samples_per_frame = n_channels; +@@ -14876,14 +14898,15 @@ qtdemux_parse_chan (GstQTDemux * qtdemux, GstByteReader * br, + } + } else if (layout_tag == AUDIO_CHANNEL_LAYOUT_TAG_DISCRETEINORDER) { + // Unordered +- n_channels = entry->n_channels; +- for (gsize i = 0; i < n_channels; i++) { ++ for (gsize i = 0; i < G_N_ELEMENTS (positions); i++) { + positions[i] = GST_AUDIO_CHANNEL_POSITION_NONE; + } + } else if (layout_tag & 0xffff) { + for (gsize i = 0; i < G_N_ELEMENTS (chan_layout_map); i++) { + if (chan_layout_map[i].tag == layout_tag) { + n_channels = layout_tag & 0xffff; ++ // Guaranteed by construction of the layout map table ++ g_assert (n_channels < 64); + memcpy (positions, chan_layout_map[i].positions, + n_channels * sizeof (GstAudioChannelPosition)); + break; +@@ -14911,7 +14934,8 @@ qtdemux_parse_chan (GstQTDemux * qtdemux, GstByteReader * br, + + #ifndef GST_DISABLE_GST_DEBUG + { +- gchar *s = gst_audio_channel_positions_to_string (positions, n_channels); ++ gchar *s = ++ gst_audio_channel_positions_to_string (positions, MIN (n_channels, 64)); + + GST_DEBUG_OBJECT (qtdemux, "Retrieved channel positions %s", s); + +@@ -14919,35 +14943,41 @@ qtdemux_parse_chan (GstQTDemux * qtdemux, GstByteReader * br, + } + #endif + +- guint64 channel_mask; +- GstAudioChannelPosition valid_positions[64]; +- +- if (!gst_audio_channel_positions_to_mask (positions, n_channels, FALSE, +- &channel_mask)) { +- GST_WARNING_OBJECT (qtdemux, "Can't convert channel positions to mask"); +- goto error; +- } ++ if (n_channels < 64) { ++ guint64 channel_mask; ++ GstAudioChannelPosition valid_positions[64]; + +- memcpy (valid_positions, positions, sizeof (positions[0]) * n_channels); +- if (!gst_audio_channel_positions_to_valid_order (valid_positions, n_channels)) { +- GST_WARNING_OBJECT (qtdemux, +- "Can't convert channel positions to GStreamer channel order"); +- goto error; +- } ++ if (!gst_audio_channel_positions_to_mask (positions, n_channels, FALSE, ++ &channel_mask)) { ++ GST_WARNING_OBJECT (qtdemux, "Can't convert channel positions to mask"); ++ goto error; ++ } + +- if (n_channels > 1) { +- if (!gst_audio_get_channel_reorder_map (n_channels, positions, +- valid_positions, entry->reorder_map)) { +- GST_WARNING_OBJECT (qtdemux, "Can't calculate channel reorder map"); ++ memcpy (valid_positions, positions, sizeof (positions[0]) * n_channels); ++ if (!gst_audio_channel_positions_to_valid_order (valid_positions, ++ n_channels)) { ++ GST_WARNING_OBJECT (qtdemux, ++ "Can't convert channel positions to GStreamer channel order"); + goto error; + } +- entry->needs_reorder = +- memcmp (positions, valid_positions, +- sizeof (positions[0]) * n_channels) != 0; +- } + +- gst_caps_set_simple (entry->caps, "channel-mask", GST_TYPE_BITMASK, +- channel_mask, NULL); ++ if (n_channels > 1) { ++ if (!gst_audio_get_channel_reorder_map (n_channels, positions, ++ valid_positions, entry->reorder_map)) { ++ GST_WARNING_OBJECT (qtdemux, "Can't calculate channel reorder map"); ++ goto error; ++ } ++ entry->needs_reorder = ++ memcmp (positions, valid_positions, ++ sizeof (positions[0]) * n_channels) != 0; ++ } ++ ++ gst_caps_set_simple (entry->caps, "channel-mask", GST_TYPE_BITMASK, ++ channel_mask, NULL); ++ } else { ++ gst_caps_set_simple (entry->caps, "channel-mask", GST_TYPE_BITMASK, ++ G_GUINT64_CONSTANT (0), NULL); ++ } + + // Update based on the actual channel count from this box + entry->samples_per_frame = n_channels; +-- +GitLab + + +From 56b7963de77859de3ea36d207914b4a0f073df23 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com> +Date: Thu, 19 Mar 2026 11:00:50 +0200 +Subject: [PATCH 4/4] qtdemux: Fix bit pattern check for omitted audio channels + map + +Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11243> +--- a/gst/isomp4/qtdemux.c ++++ b/gst/isomp4/qtdemux.c +@@ -13511,7 +13511,8 @@ qtdemux_parse_chnl (GstQTDemux * qtdemux, GstByteReader * br, + n_channels += 1; + } + for (unsigned int i = 0; i < 64; i++) { +- if ((omitted_channels_map >> i) == 1) { ++ // The i-th channel is omitted ++ if (((omitted_channels_map >> i) & 1) == 1) { + n_channels -= 1; + } + // No channels present +-- +GitLab + diff --git a/media-libs/gst-plugins-good/files/gst-plugins-good-1.26.11-GStreamer-SA-2026-0021.patch b/media-libs/gst-plugins-good/files/gst-plugins-good-1.26.11-GStreamer-SA-2026-0021.patch new file mode 100644 index 000000000000..951ea0e05ef2 --- /dev/null +++ b/media-libs/gst-plugins-good/files/gst-plugins-good-1.26.11-GStreamer-SA-2026-0021.patch @@ -0,0 +1,73 @@ +https://bugs.gentoo.org/974286 +https://gstreamer.freedesktop.org/security/sa-2026-0021.html +https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11247 + +From 83becc83eac477ecb97171f8278b0047dd7b6d5f Mon Sep 17 00:00:00 2001 +From: Cameron O'Neal <tzusec@gmail.com> +Date: Wed, 1 Apr 2026 13:42:51 +0300 +Subject: [PATCH 1/2] wavparse: Fix integer overflow when checking available + buffer size for reading cues + +See https://gitlab.freedesktop.org/gstreamer/gstreamer/-/work_items/5009 + +Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11247> +--- a/gst/wavparse/gstwavparse.c ++++ b/gst/wavparse/gstwavparse.c +@@ -796,6 +796,7 @@ gst_wavparse_cue_chunk (GstWavParse * wav, const guint8 * data, guint32 size) + guint32 i, ncues; + GList *cues = NULL; + GstWavParseCue *cue; ++ guint32 expected_size; + + if (wav->cues) { + GST_WARNING_OBJECT (wav, "found another cue's"); +@@ -808,14 +809,15 @@ gst_wavparse_cue_chunk (GstWavParse * wav, const guint8 * data, guint32 size) + } + + ncues = GST_READ_UINT32_LE (data); ++ size -= 4; ++ data += 4; + +- if (size < 4 + ncues * 24) { ++ if (!g_uint_checked_mul (&expected_size, ncues, 24) || size < expected_size) { + GST_WARNING_OBJECT (wav, "broken file %d %d", size, ncues); + return FALSE; + } + + /* parse data */ +- data += 4; + for (i = 0; i < ncues; i++) { + cue = g_new0 (GstWavParseCue, 1); + cue->id = GST_READ_UINT32_LE (data); +-- +GitLab + + +From 44f04fb2871a173027adcfdbafb72d31fddfec7c Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian@centricular.com> +Date: Wed, 1 Apr 2026 13:44:52 +0300 +Subject: [PATCH 2/2] wavparse: Use prepend+reverse instead of append when + building the cues list + +append has quadratic behaviour and this can matter if there are a lot of cues. + +Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11247> +--- a/gst/wavparse/gstwavparse.c ++++ b/gst/wavparse/gstwavparse.c +@@ -826,11 +826,11 @@ gst_wavparse_cue_chunk (GstWavParse * wav, const guint8 * data, guint32 size) + cue->chunk_start = GST_READ_UINT32_LE (data + 12); + cue->block_start = GST_READ_UINT32_LE (data + 16); + cue->sample_offset = GST_READ_UINT32_LE (data + 20); +- cues = g_list_append (cues, cue); ++ cues = g_list_prepend (cues, cue); + data += 24; + } + +- wav->cues = cues; ++ wav->cues = g_list_reverse (cues); + + return TRUE; + } +-- +GitLab + diff --git a/media-libs/gst-plugins-good/files/gst-plugins-good-1.26.11-GStreamer-SA-2026-0022.patch b/media-libs/gst-plugins-good/files/gst-plugins-good-1.26.11-GStreamer-SA-2026-0022.patch new file mode 100644 index 000000000000..8e4c0558d8bd --- /dev/null +++ b/media-libs/gst-plugins-good/files/gst-plugins-good-1.26.11-GStreamer-SA-2026-0022.patch @@ -0,0 +1,41 @@ +https://bugs.gentoo.org/974286 +https://gstreamer.freedesktop.org/security/sa-2026-0022.html +https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11248 + +From 8647118624fd14983507edbb509d0e534a0353a9 Mon Sep 17 00:00:00 2001 +From: Cameron O'Neal <tzusec@gmail.com> +Date: Wed, 1 Apr 2026 13:39:27 +0300 +Subject: [PATCH] matroskademux: Add missing parenthesis when calculating bz2 + buffer sizes + +This fixes a heap buffer overflow. + +Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/work_items/5009 + +Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/11248> +--- a/gst/matroska/matroska-read-common.c ++++ b/gst/matroska/matroska-read-common.c +@@ -190,14 +190,14 @@ gst_matroska_decompress_data (GstMatroskaTrackEncoding * enc, + new_size += 4096; + new_data = g_realloc (new_data, new_size); + bzstream.next_out = +- (char *) (new_data + ((guint64) bzstream.total_out_hi32 << 32) + +- bzstream.total_out_lo32); ++ (char *) (new_data + (((guint64) bzstream.total_out_hi32 << 32) + ++ bzstream.total_out_lo32)); + /* avail_out is an unsigned int */ +- g_assert (new_size - ((guint64) bzstream.total_out_hi32 << 32) + +- bzstream.total_out_lo32 <= G_MAXUINT); ++ g_assert (new_size - (((guint64) bzstream.total_out_hi32 << 32) + ++ bzstream.total_out_lo32 <= G_MAXUINT)); + bzstream.avail_out = +- new_size - ((guint64) bzstream.total_out_hi32 << 32) + +- bzstream.total_out_lo32; ++ new_size - (((guint64) bzstream.total_out_hi32 << 32) + ++ bzstream.total_out_lo32); + } while (bzstream.avail_in > 0); + + if (result != BZ_STREAM_END) { +-- +GitLab + diff --git a/media-libs/gst-plugins-good/gst-plugins-good-1.26.11.ebuild b/media-libs/gst-plugins-good/gst-plugins-good-1.26.11.ebuild new file mode 100644 index 000000000000..22e47fecf04b --- /dev/null +++ b/media-libs/gst-plugins-good/gst-plugins-good-1.26.11.ebuild @@ -0,0 +1,83 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE="gst-plugins-good" + +inherit gstreamer-meson verify-sig virtualx + +DESCRIPTION="Basepack of plugins for GStreamer" +HOMEPAGE="https://gstreamer.freedesktop.org/" +SRC_URI+=" verify-sig? ( https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz.asc )" + +LICENSE="LGPL-2.1+" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="+orc" + +# Old media-libs/gst-plugins-ugly blocker for xingmux moving from ugly->good +RDEPEND=" + !<media-libs/gst-plugins-ugly-1.22.3 + >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}] + >=app-arch/bzip2-1.0.6-r4[${MULTILIB_USEDEP}] + >=virtual/zlib-1.2.8-r1:=[${MULTILIB_USEDEP}] + orc? ( >=dev-lang/orc-0.4.41[${MULTILIB_USEDEP}] ) +" +DEPEND="${RDEPEND}" +BDEPEND="verify-sig? ( sec-keys/openpgp-keys-tpm )" + +DOCS=( AUTHORS ChangeLog NEWS README.md RELEASE ) +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/tpm.asc + +PATCHES=( + # bug #974286 + "${FILESDIR}"/gst-plugins-good-1.26.11-GStreamer-SA-2026-0016.patch + "${FILESDIR}"/gst-plugins-good-1.26.11-GStreamer-SA-2026-0018.patch + "${FILESDIR}"/gst-plugins-good-1.26.11-GStreamer-SA-2026-0021.patch + "${FILESDIR}"/gst-plugins-good-1.26.11-GStreamer-SA-2026-0022.patch +) + +multilib_src_configure() { + # gst/matroska can use bzip2 + GST_PLUGINS_NOAUTO="bz2" + + local emesonargs=( + -Dbz2=enabled + ) + + gstreamer_multilib_src_configure +} + +multilib_src_test() { + # Homebrew test skips for meson + local -a tests + tests=( $(meson test --list -C "${BUILD_DIR}") ) + + local -a _skip_tests=( + # known flaky test bug #930448 + # https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/2803 + elements_flvmux + + # flaky with timeouts + elements_mpegaudioparse + ) + + # Add suites which in this case are the project name + if has_version ">=dev-build/meson-1.9.2"; then + local -a skip_tests=() + for skip_test in ${_skip_tests[@]}; do + skip_tests+=( "${PN}:${skip_test}" ) + done + else + local -a skip_tests=( ${_skip_tests[@]} ) + fi + unset _skip_tests + + for test_index in ${!tests[@]}; do + if [[ ${skip_tests[@]} =~ ${tests[${test_index}]} ]]; then + unset tests[${test_index}] + fi + done + + # gstreamer_multilib_src_test doesn't pass arguments + GST_GL_WINDOW=x11 virtx meson_src_test --timeout-multiplier 5 ${tests[@]} +} diff --git a/media-libs/gst-plugins-ugly/Manifest b/media-libs/gst-plugins-ugly/Manifest index 540c2fce4578..fa344cd2abae 100644 --- a/media-libs/gst-plugins-ugly/Manifest +++ b/media-libs/gst-plugins-ugly/Manifest @@ -1 +1,3 @@ DIST gst-plugins-ugly-1.24.13.tar.xz 235824 BLAKE2B cee9b2fd83f15df1655263e5c1b4ad460c4ac318059704100b96d7a84d0645add33472edba93175bba1db6100697b43b4a6646d77d46c2ec8e2cb8d681e7dbe8 SHA512 0f40219638f29a6ca576bdf933d74e023d81a166e11e65c7a816b9941a8b9609ac5448659780d356b5e20af540f3aeea90c5f371adf31ae7c77fa5314863db28 +DIST gst-plugins-ugly-1.26.11.tar.xz 239172 BLAKE2B aa1303f6678463cc30ab54aaaf5ed356f06039c736ded5a73c0757cb4b203b42b85eec65a2a9b362d3d7b868506fca5a5991501abc5d3e6bea8483be43dd87ac SHA512 5324d43141e0640e05ed641fe7c5d0b08b0d34830cfbb3a6ca758d468aaebb3c963080711a8d3c1c3b49e347eb700dcdf994a5fe2a5e85615a253574bb59d6c5 +DIST gst-plugins-ugly-1.26.11.tar.xz.asc 833 BLAKE2B 5486705ff627ef421354615e849f3c70cf2c1ca4b2d717c2dec65aaaa0b44c908d36d93e0bc9d52a39ab33a9333a7e5c09d95acd2214b6f4b3127a589fefae2d SHA512 53096ff6992a48cf2514136ef820aa41c9562e5e977540f05c43f8eb2d5f7f3c970989f0ec70476afa443bb1519d1c3216ca7288e97470d660973f091228d676 diff --git a/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.26.11.ebuild b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.26.11.ebuild new file mode 100644 index 000000000000..ccfba9b23ba2 --- /dev/null +++ b/media-libs/gst-plugins-ugly/gst-plugins-ugly-1.26.11.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE="gst-plugins-ugly" +inherit gstreamer-meson verify-sig + +DESCRIPTION="Basepack of plugins for gstreamer" +HOMEPAGE="https://gstreamer.freedesktop.org/" +SRC_URI+=" verify-sig? ( https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz.asc )" + +LICENSE="LGPL-2+" # some split plugins are LGPL but combining with a GPL library +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +# False positive as only a52dec uses symbols from orc. +# QA: IUSE=orc is missing while plugin supports it + +RDEPEND=" + >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND}" +BDEPEND="verify-sig? ( sec-keys/openpgp-keys-tpm )" + +DOCS=( AUTHORS ChangeLog NEWS README.md RELEASE ) +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/tpm.asc diff --git a/media-libs/gst-rtsp-server/Manifest b/media-libs/gst-rtsp-server/Manifest index 355ee48ed6b0..78c760ee5ffd 100644 --- a/media-libs/gst-rtsp-server/Manifest +++ b/media-libs/gst-rtsp-server/Manifest @@ -1 +1,3 @@ DIST gst-rtsp-server-1.24.13.tar.xz 291196 BLAKE2B aba588b3cab04048982d2d82bf38a224b879737fb2c55b7c90cc3a4c143a2cd69e254ccb02f89129ba989398c5c4744687cf7e06d91e2e0ce51029508f1cdb80 SHA512 775dfb166a11e62e322b7f17f44b5930639ba42506f86cf249432a35fb14ff9cdddfd3823ee0502ae51f6f293b0b861b4391d2e6f4a3b01ba90b7c6db171626e +DIST gst-rtsp-server-1.26.11.tar.xz 296176 BLAKE2B 163f97f0562b0d86df2aae16f4df35b2b5c9da045e50e17ef3b390669a6d0ebe1541518f7ccfbfd880af0e0716b0cceeeab819aa41c33280a745b707e5ed51e3 SHA512 5d9aea895ef3d21bda57966df65714a9c4b6897f5f9d3a4311c33e25a312a5ef55a1dfb8dae55d21a249c3715d8b85339ea9a6585a4b564db1a0dd1b92506742 +DIST gst-rtsp-server-1.26.11.tar.xz.asc 833 BLAKE2B a92ed82e363f40c68f108e5165d2e2004c921b9165fd6ab55a625a1a9b79b6d34ef982c8b0faa8a88583099dddc42c61dc07b0f52dac4fc68adca36436c5f36a SHA512 6af508da0aecebb1ed018d779df9d7ebd7d25af9f2e8fefb8028738bcef12fadaf6e359439e333a25f7020a0c8acb9048546d705d13befb9ed2ee2360769874e diff --git a/media-libs/gst-rtsp-server/gst-rtsp-server-1.26.11.ebuild b/media-libs/gst-rtsp-server/gst-rtsp-server-1.26.11.ebuild new file mode 100644 index 000000000000..394654d08864 --- /dev/null +++ b/media-libs/gst-rtsp-server/gst-rtsp-server-1.26.11.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gstreamer-meson verify-sig + +DESCRIPTION="A GStreamer based RTSP server" +HOMEPAGE="https://gstreamer.freedesktop.org/modules/gst-rtsp-server.html" +SRC_URI+=" verify-sig? ( https://gstreamer.freedesktop.org/src/${PN}/${P}.tar.xz.asc )" + +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="examples +introspection static-libs" + +# gst-plugins-base for many used elements and API +# gst-plugins-good for rtprtxsend and rtpbin elements, maybe more +# gst-plugins-srtp for srtpenc and srtpdec elements +RDEPEND=" + >=media-libs/gstreamer-${PV}:${SLOT}[introspection?,${MULTILIB_USEDEP}] + >=media-libs/gst-plugins-base-${PV}:${SLOT}[introspection?,${MULTILIB_USEDEP}] + >=media-libs/gst-plugins-good-${PV}:${SLOT}[${MULTILIB_USEDEP}] + >=media-plugins/gst-plugins-srtp-${PV}:${SLOT}[${MULTILIB_USEDEP}] + introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) +" +DEPEND="${RDEPEND}" +BDEPEND="verify-sig? ( sec-keys/openpgp-keys-tpm )" + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/tpm.asc + +multilib_src_configure() { + local emesonargs=( + -Dintrospection=$(multilib_native_usex introspection enabled disabled) + ) + + gstreamer_multilib_src_configure +} + +multilib_src_test() { + # User env may cause issues (notably dconf isnt multilib) + export GSETTINGS_BACKEND="memory" + + gstreamer_multilib_src_configure +} + +multilib_src_install_all() { + einstalldocs + + if use examples ; then + docinto examples + dodoc "${S}"/examples/*.c + fi +} diff --git a/media-libs/gstreamer-editing-services/Manifest b/media-libs/gstreamer-editing-services/Manifest index cc612c41b8bc..5d749fd66933 100644 --- a/media-libs/gstreamer-editing-services/Manifest +++ b/media-libs/gstreamer-editing-services/Manifest @@ -1 +1,3 @@ DIST gst-editing-services-1.24.13.tar.xz 859484 BLAKE2B ea5605093d6c495956be41713223e7329d6f3a665064e2e98b413f68a7031919ebd717be642f8757bc7293e9d3d48baa1ebfb950dd5361c9ef4cd0ace7bcd160 SHA512 0c4780496b7bc9fde560741b592c5b5b7743a76eae5b250aaf9fe41a6851f471ed868e9c4362623be5f5a28c6f9507a6b59c9b808034db68b499723525e761be +DIST gst-editing-services-1.26.11.tar.xz 861952 BLAKE2B a5b82aec9b8fdd155f8d3b5336c49f2042b9edb7a64a6cc91fc6a1eaccf0b5d4f02f636204dc1f7e70cacec5c77b041a8b5d0f190dad08c3354d76f0c625c368 SHA512 b6e9b89b4e4ea6c8f58b47cfa16a27d702d7851a8f2b270cbcdb2fcfa4cb465026b5676c276cec24c4325489cb4cd05c27a7c685ec7bee9a8cda9aece6ef9992 +DIST gst-editing-services-1.26.11.tar.xz.asc 833 BLAKE2B 717b89590ea787d20f7c7d96d35da77818b93739c7d08c39e6acb0442fafc041b252b58a154cf62f9c101fd508d6415efb74e84b9e73a9ee55241ba6053cb4ad SHA512 b0858af3393b823df01625143b29113a125a96ac96fa5150ec694c890624222d1a3c5ee11b1eaa6a981f024e53e349dca44f3bd927db42bfb89a2af974c5fcd9 diff --git a/media-libs/gstreamer-editing-services/files/gstreamer-editing-services-1.26.11-pygobject-3.52.patch b/media-libs/gstreamer-editing-services/files/gstreamer-editing-services-1.26.11-pygobject-3.52.patch new file mode 100644 index 000000000000..f53e31fdf182 --- /dev/null +++ b/media-libs/gstreamer-editing-services/files/gstreamer-editing-services-1.26.11-pygobject-3.52.patch @@ -0,0 +1,315 @@ +https://bugs.gentoo.org/957940 +https://gitlab.freedesktop.org/gstreamer/gstreamer/-/commit/47874799e328f2b4f081b623efe9d0ae059d0fd8 + +From 47874799e328f2b4f081b623efe9d0ae059d0fd8 Mon Sep 17 00:00:00 2001 +From: Thibault Saunier <tsaunier@igalia.com> +Date: Sun, 28 Sep 2025 09:48:05 -0300 +Subject: [PATCH] ges: Move OTIO formatter to a separate Python plugin + +The GES OpenTimelineIO formatter was previously embedded directly in +libges using GLib resources, this was all a bit complex for not much +benefit, moreover it started to crash recently. + +Move the formatter to a standalone Python plugin that will be loaded +through the standard GStreamer Python plugin infrastructure making +it all more simple. + +The formatter is now located in subprojects/gst-python/plugins/ges/ +and will only be loaded when the Python plugin is available and +opentimelineio is installed. + +Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/4676 + +Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/9759> +--- a/ges/ges-formatter.c ++++ b/ges/ges-formatter.c +@@ -40,38 +40,6 @@ + #include "ges-pitivi-formatter.h" + #endif + +-#ifdef HAS_PYTHON +-#include <Python.h> +-#include "ges-resources.h" +- +-/* +- * We need to call dlopen() directly on macOS to workaround a macOS runtime +- * linker bug. When there are nested dlopen() calls and the second dlopen() is +- * called from another library (such as gmodule), @loader_path is resolved as +- * @executable_path and RPATHs are read from the executable (gst-plugin-scanner) +- * instead of the library itself (libgstges.dylib). This doesn't happen if the +- * second dlopen() call is directly in the source code of the library. +- * Previously seen at: +- * https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1171#note_2290789 +- */ +-#ifdef G_OS_WIN32 +-#include <gmodule.h> +-#define ges_module_open(fname) g_module_open(fname,0) +-#define ges_module_error g_module_error +-#define ges_module_symbol(module,name,symbol) g_module_symbol(module,name,symbol) +-#else +-#include <dlfcn.h> +-#define ges_module_open(fname) dlopen(fname,RTLD_NOW | RTLD_GLOBAL) +-#define ges_module_error dlerror +-static inline gboolean +-ges_module_symbol (gpointer handle, const char *name, gpointer * symbol) +-{ +- *symbol = dlsym (handle, name); +- return *symbol != NULL; +-} +-#endif +-#endif /* HAS_PYTHON */ +- + GST_DEBUG_CATEGORY_STATIC (ges_formatter_debug); + #undef GST_CAT_DEFAULT + #define GST_CAT_DEFAULT ges_formatter_debug +@@ -578,103 +546,19 @@ _list_formatters (GType * formatters, guint n_formatters) + static void + load_python_formatters (void) + { +-#ifdef HAS_PYTHON +- PyGILState_STATE state = 0; +- PyObject *main_module, *main_locals; +- GError *err = NULL; +- GResource *resource = ges_get_resource (); +- GBytes *bytes = +- g_resource_lookup_data (resource, "/ges/python/gesotioformatter.py", +- G_RESOURCE_LOOKUP_FLAGS_NONE, &err); +- PyObject *code = NULL, *res = NULL; +- gboolean we_initialized = FALSE; +- gpointer has_python = NULL; +- +- GST_LOG ("Checking to see if libpython is already loaded"); +- if (ges_module_symbol (ges_module_open (NULL), +- "_Py_NoneStruct", &has_python) && has_python) { +- GST_LOG ("libpython is already loaded"); +- } else { +- GST_LOG ("loading libpython by name: %s", PY_LIB_FNAME); +- if (!ges_module_open (PY_LIB_FNAME)) { +- GST_ERROR ("Couldn't load libpython. Reason: %s", ges_module_error ()); +- return; +- } +- } +- +- if (!Py_IsInitialized ()) { +- GST_LOG ("python wasn't already initialized"); +- /* set the correct plugin for registering stuff */ +- Py_Initialize (); +- we_initialized = TRUE; +- } else { +- GST_LOG ("python was already initialized"); +- state = PyGILState_Ensure (); +- } +- +- if (!bytes) { +- GST_DEBUG ("Could not load gesotioformatter: %s\n", err->message); ++ GstPlugin *python_plugin = gst_registry_find_plugin (gst_registry_get (), ++ "python"); + +- g_clear_error (&err); ++ if (python_plugin && !gst_plugin_is_loaded (python_plugin)) { ++ GST_DEBUG ("Loading python plugin to load python formatters"); + +- goto done; +- } +- +- main_module = PyImport_AddModule ("__main__"); +- if (main_module == NULL) { +- GST_WARNING ("Could not add main module"); +- PyErr_Print (); +- PyErr_Clear (); +- goto done; +- } +- +- main_locals = PyModule_GetDict (main_module); +- /* Compiling the code ourself so it has a proper filename */ +- code = +- Py_CompileString (g_bytes_get_data (bytes, NULL), "gesotioformatter.py", +- Py_file_input); +- if (PyErr_Occurred ()) { +- PyErr_Print (); +- PyErr_Clear (); +- goto done; +- } +- res = PyEval_EvalCode ((gpointer) code, main_locals, main_locals); +- Py_XDECREF (code); +- Py_XDECREF (res); +- if (PyErr_Occurred ()) { +- PyObject *exception_backtrace; +- PyObject *exception_type; +- PyObject *exception_value, *exception_value_repr, *exception_value_str; +- +- PyErr_Fetch (&exception_type, &exception_value, &exception_backtrace); +- PyErr_NormalizeException (&exception_type, &exception_value, +- &exception_backtrace); +- +- exception_value_repr = PyObject_Repr (exception_value); +- exception_value_str = +- PyUnicode_AsEncodedString (exception_value_repr, "utf-8", "Error ~"); +- GST_INFO ("Could not load OpenTimelineIO formatter: %s", +- PyBytes_AS_STRING (exception_value_str)); +- +- Py_XDECREF (exception_type); +- Py_XDECREF (exception_value); +- Py_XDECREF (exception_backtrace); +- +- Py_XDECREF (exception_value_repr); +- Py_XDECREF (exception_value_str); +- PyErr_Clear (); +- } +- +-done: +- if (bytes) +- g_bytes_unref (bytes); +- +- if (we_initialized) { +- PyEval_SaveThread (); +- } else { +- PyGILState_Release (state); ++ GstPlugin *loaded_plugin = gst_plugin_load (python_plugin); ++ if (!loaded_plugin) { ++ GST_INFO ("Failed to load python plugin, not loading python formatters"); ++ } else { ++ gst_object_unref (loaded_plugin); ++ } + } +-#endif /* HAS_PYTHON */ + } + + void +--- a/ges/ges.resource ++++ /dev/null +@@ -1,6 +0,0 @@ +-<?xml version="1.0" encoding="UTF-8"?> +-<gresources> +- <gresource prefix="/ges/"> +- <file>python/gesotioformatter.py</file> +- </gresource> +-</gresources> +--- a/ges/meson.build ++++ b/ges/meson.build +@@ -168,16 +168,7 @@ parser = custom_target('gesparselex', + command : [flex, '-Ppriv_ges_parse_yy', '--header-file=@OUTPUT1@', '-o', '@OUTPUT0@', '@INPUT@'] + ) + +-ges_resources = [] +-if has_python +- ges_resources = gnome.compile_resources( +- 'ges-resources', 'ges.resource', +- source_dir: '.', +- c_name: 'ges' +- ) +-endif +- +-libges = library('ges-1.0', ges_sources, parser, ges_resources, ++libges = library('ges-1.0', ges_sources, parser, + version : libversion, + soversion : soversion, + darwin_versions : osxversion, +--- a/ges/python/gesotioformatter.py ++++ /dev/null +@@ -1,102 +0,0 @@ +-#!/usr/bin/env python +-# -*- Mode: Python -*- +-# vi:si:et:sw=4:sts=4:ts=4 +-# +-# Copyright (C) 2019 Igalia S.L +-# Authors: +-# Thibault Saunier <tsaunier@igalia.com> +-# +- +-import sys +- +-import gi +-import tempfile +-gi.require_version("GES", "1.0") +-gi.require_version("Gst", "1.0") +- +-from gi.repository import GObject +-from gi.repository import Gst +-Gst.init(None) +-from gi.repository import GES +-from gi.repository import GLib +-from collections import OrderedDict +- +-import opentimelineio as otio +-otio.adapters.from_name('xges') +- +-class GESOtioFormatter(GES.Formatter): +- def do_save_to_uri(self, timeline, uri, overwrite): +- if not Gst.uri_is_valid(uri) or Gst.uri_get_protocol(uri) != "file": +- Gst.error("Protocol not supported for file: %s" % uri) +- return False +- +- with tempfile.NamedTemporaryFile(suffix=".xges") as tmpxges: +- timeline.get_asset().save(timeline, "file://" + tmpxges.name, None, overwrite) +- +- linker = otio.media_linker.MediaLinkingPolicy.ForceDefaultLinker +- otio_timeline = otio.adapters.read_from_file(tmpxges.name, "xges", media_linker_name=linker) +- location = Gst.uri_get_location(uri) +- out_adapter = otio.adapters.from_filepath(location) +- otio.adapters.write_to_file(otio_timeline, Gst.uri_get_location(uri), out_adapter.name) +- +- return True +- +- def do_can_load_uri(self, uri): +- try: +- if not Gst.uri_is_valid(uri) or Gst.uri_get_protocol(uri) != "file": +- return False +- except GLib.Error as e: +- Gst.error(str(e)) +- return False +- +- if uri.endswith(".xges"): +- return False +- +- try: +- return otio.adapters.from_filepath(Gst.uri_get_location(uri)) is not None +- except Exception as e: +- Gst.info("Could not load %s -> %s" % (uri, e)) +- return False +- +- +- def do_load_from_uri(self, timeline, uri): +- location = Gst.uri_get_location(uri) +- in_adapter = otio.adapters.from_filepath(location) +- assert(in_adapter) # can_load_uri should have ensured it is loadable +- +- linker = otio.media_linker.MediaLinkingPolicy.ForceDefaultLinker +- otio_timeline = otio.adapters.read_from_file( +- location, +- in_adapter.name, +- media_linker_name=linker +- ) +- +- with tempfile.NamedTemporaryFile(suffix=".xges") as tmpxges: +- otio.adapters.write_to_file(otio_timeline, tmpxges.name, "xges") +- formatter = GES.Formatter.get_default().extract() +- timeline.get_asset().add_formatter(formatter) +- return formatter.load_from_uri(timeline, "file://" + tmpxges.name) +- +-GObject.type_register(GESOtioFormatter) +-known_extensions_mimetype_map = [ +- ("otio", "xml", "fcpxml"), +- ("application/vnd.pixar.opentimelineio+json", "application/vnd.apple-xmeml+xml", "application/vnd.apple-fcp+xml") +-] +- +-extensions = [] +-for adapter in otio.plugins.ActiveManifest().adapters: +- if adapter.name != 'xges': +- extensions.extend(adapter.suffixes) +- +-extensions_mimetype_map = [[], []] +-for i, ext in enumerate(known_extensions_mimetype_map[0]): +- if ext in extensions: +- extensions_mimetype_map[0].append(ext) +- extensions_mimetype_map[1].append(known_extensions_mimetype_map[1][i]) +- extensions.remove(ext) +-extensions_mimetype_map[0].extend(extensions) +- +-GES.FormatterClass.register_metas(GESOtioFormatter, "otioformatter", +- "GES Formatter using OpenTimelineIO", +- ','.join(extensions_mimetype_map[0]), +- ';'.join(extensions_mimetype_map[1]), 0.1, Gst.Rank.SECONDARY) +-- +GitLab + diff --git a/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.26.11.ebuild b/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.26.11.ebuild new file mode 100644 index 000000000000..7dbbe1d6a217 --- /dev/null +++ b/media-libs/gstreamer-editing-services/gstreamer-editing-services-1.26.11.ebuild @@ -0,0 +1,108 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{10..14} ) + +inherit meson python-r1 verify-sig + +DESCRIPTION="SDK for making video editors and more" +HOMEPAGE="http://wiki.pitivi.org/wiki/GES" +SRC_URI=" + https://gstreamer.freedesktop.org/src/${PN}/${P/gstreamer/gst}.tar.xz + verify-sig? ( https://gstreamer.freedesktop.org/src/${PN}/${P/gstreamer/gst}.tar.xz.asc ) +" +S="${WORKDIR}"/${P/gstreamer/gst} + +LICENSE="LGPL-2+" +SLOT="1.0" +KEYWORDS="~amd64 ~arm64 ~x86" + +IUSE="+introspection test" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" +RESTRICT="!test? ( test )" + +RDEPEND=" + ${PYTHON_DEPS} + >=dev-libs/glib-2.40.0:2 + dev-python/pygobject[${PYTHON_USEDEP}] + >=media-libs/gstreamer-${PV}:1.0[introspection?] + >=media-libs/gst-plugins-base-${PV}:1.0[introspection?] + >=media-libs/gst-plugins-bad-${PV}:1.0[introspection?] + introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) +" +# gst-plugins-good needed for tests: assertion 'GST_IS_ELEMENT (element)' failed +DEPEND="${RDEPEND} + test? ( >=media-libs/gst-plugins-good-${PV}:1.0 ) +" +BDEPEND=" + virtual/pkgconfig + verify-sig? ( sec-keys/openpgp-keys-tpm ) +" + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/tpm.asc + +PATCHES=( + "${FILESDIR}"/gstreamer-editing-services-1.26.11-pygobject-3.52.patch # bug #957940 +) + +src_configure() { + python_setup + + local emesonargs=( + -Ddoc=disabled # hotdoc not packaged + $(meson_feature introspection) + $(meson_feature test tests) + -Dbash-completion=disabled + -Dxptv=disabled + -Dpython=enabled + -Dvalidate=disabled + -Dexamples=disabled + ) + meson_src_configure +} + +src_test() { + # Homebrew test skips for meson + local -a tests + tests=( $(meson test --list -C "${BUILD_DIR}") ) + + local -a _skip_tests=( + # tests/check/ges/uriclip.c:71:F:filesource:test_filesource_basic:0: 'g_list_length (trackelements)' (0) is not equal to '1' (1) + # tests/check/ges/uriclip.c:244:F:filesource:test_filesource_images:0: Assertion 'ges_uri_clip_asset_is_image (GES_URI_CLIP_ASSET (asset))' failed + ges_uriclip + # tests/check/nle/common.c:50:F:tempochange:test_tempochange_play:0: Failed to make element pitch + # tests/check/nle/common.c:50:F:tempochange:test_tempochange_seek:0: Failed to make element pitch + + nle_tempochange + # tests/check/ges/clip.c:2515:F:clip:test_children_max_duration:0: Assertion 'ges_layer_add_clip (layer, GES_CLIP (clip))' failed + # tests/check/ges/clip.c:3802:F:clip:test_rate_effects_duration_limit:0: Assertion 'ges_base_effect_is_time_effect (GES_BASE_EFFECT (pitch))' failed + + ges_clip + ) + + # Add suites which in this case are the project name + if has_version ">=dev-build/meson-1.9.2"; then + local -a skip_tests=() + for skip_test in ${_skip_tests[@]}; do + skip_tests+=( "gst-editing-services:${skip_test}" ) + done + else + local -a skip_tests=( ${_skip_tests[@]} ) + fi + unset _skip_tests + + for test_index in ${!tests[@]}; do + if [[ ${skip_tests[@]} =~ ${tests[${test_index}]} ]]; then + unset tests[${test_index}] + fi + done + + meson_src_test ${tests[@]} +} + +src_install() { + meson_src_install + python_moduleinto gi.overrides + python_foreach_impl python_domodule bindings/python/gi/overrides/GES.py +} diff --git a/media-libs/gstreamer/Manifest b/media-libs/gstreamer/Manifest index 08856021b2c9..a8b133fd1158 100644 --- a/media-libs/gstreamer/Manifest +++ b/media-libs/gstreamer/Manifest @@ -1 +1,3 @@ DIST gstreamer-1.24.13.tar.xz 1876964 BLAKE2B 01b0f0ace11de33439facfb4599ac15151478bca3c4ca6301255cbce703437c04485d79b930f46d90853fc627f7623113d70501375af2c64a00342ac315582fc SHA512 4286ddbd9f9596f7d7e3c16ec9308f117e7f993205e2c5d514c32552df32e53a919306f65bff3cacf13bd3c8bb8acb78f981ab62ec1b4b406b0c8a39ffce922a +DIST gstreamer-1.26.11.tar.xz 1901256 BLAKE2B 11b3d21c06e899165af141c9a96fa756ad80018836b3f4dcdea07a51793a427929c3caaf59c2c924c35ae1b58c857611a2e496cbafa65f654bed871c490cd662 SHA512 46b801aa96a76005ee4cc3016d7d0c45b05641d1b1195c22b8cc6ca6cd7ad77a61c554e251bf37c13e02a8e83e26df0cc60759a6483cece146a25a6c708c6ccc +DIST gstreamer-1.26.11.tar.xz.asc 833 BLAKE2B 5df1fa5eb6fe40eeb2d87ec493a4e5161b5a678bae2af1ed988f9d784cca682f3314b4c405f49c400365ecc2261fe356a8c12e04315a136d0ae2cf2d10424c39 SHA512 fe61fd366208b9ff69daf818b9e2530d7586af37e3233ef93e01d5b3dc71778d83d717bdb9c31e7afb229a596989e1ac56ab55caaaa857eb5e83830d77253ea8 diff --git a/media-libs/gstreamer/gstreamer-1.26.11.ebuild b/media-libs/gstreamer/gstreamer-1.26.11.ebuild new file mode 100644 index 000000000000..c5742f3dda3e --- /dev/null +++ b/media-libs/gstreamer/gstreamer-1.26.11.ebuild @@ -0,0 +1,108 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +RUST_OPTIONAL=1 +RUST_MIN_VER=1.48 +inherit gstreamer-meson rust verify-sig virtualx + +DESCRIPTION="Open source multimedia framework" +HOMEPAGE="https://gstreamer.freedesktop.org/" +SRC_URI=" + https://${PN}.freedesktop.org/src/${PN}/${P}.tar.xz + verify-sig? ( https://${PN}.freedesktop.org/src/${PN}/${P}.tar.xz.asc ) +" + +LICENSE="LGPL-2+" +SLOT="1.0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos ~x64-solaris" +IUSE="+caps +introspection ptp unwind" + +# gstreamer-1.22.x requires 2.62, but 2.64 is strongly recommended +RDEPEND=" + >=dev-libs/glib-2.64.0:2[${MULTILIB_USEDEP}] + caps? ( sys-libs/libcap[${MULTILIB_USEDEP}] ) + introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) + unwind? ( + >=sys-libs/libunwind-1.2_rc1[${MULTILIB_USEDEP}] + dev-libs/elfutils[${MULTILIB_USEDEP}] + ) +" +DEPEND="${RDEPEND}" +BDEPEND=" + dev-util/glib-utils + app-alternatives/yacc + app-alternatives/lex + ptp? ( ${RUST_DEPEND} ) + verify-sig? ( sec-keys/openpgp-keys-tpm ) +" + +DOCS=( AUTHORS ChangeLog NEWS MAINTAINERS README.md RELEASE ) +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/tpm.asc + +# Rust +QA_FLAGS_IGNORED="usr/.*/libexec/gstreamer-1.0/gst-ptp-helper" + +pkg_setup() { + gstreamer-meson_pkg_setup + use ptp && rust_pkg_setup +} + +multilib_src_configure() { + local emesonargs=( + # Install tools for all abi's in separate dirs bug #870361 + -Dtools=enabled + -Dlibexecdir=$(get_libdir)/libexec + + -Dbenchmarks=disabled + -Dexamples=disabled + -Dcheck=enabled + -Dptp-helper=$(multilib_is_native_abi && echo $(usex 'ptp' 'enabled' 'disabled') || echo disabled) + $(meson_feature unwind libunwind) + $(meson_feature unwind libdw) + ) + + if use caps ; then + emesonargs+=( -Dptp-helper-permissions=capabilities ) + else + emesonargs+=( + -Dptp-helper-permissions=setuid-root + -Dptp-helper-setuid-user=nobody + -Dptp-helper-setuid-group=nobody + ) + fi + + gstreamer_multilib_src_configure +} + +multilib_src_test() { + # Homebrew test skips for meson + local -a tests + tests=( $(meson test --list -C "${BUILD_DIR}") ) + + local -a _skip_tests=( + # flaky + gst_gstbin + ) + + # Add suites which in this case are PN + if has_version ">=dev-build/meson-1.10.0"; then + local -a skip_tests=() + for skip_test in ${_skip_tests[@]}; do + skip_tests+=( "${PN}:${skip_test}" ) + done + else + local -a skip_tests=( ${_skip_tests[@]} ) + fi + unset _skip_tests + + for test_index in ${!tests[@]}; do + if [[ ${skip_tests[@]} =~ ${tests[${test_index}]} ]]; then + unset tests[${test_index}] + fi + done + + # gstreamer_multilib_src_test doesn't pass arguments + GST_GL_WINDOW=x11 virtx meson_src_test --timeout-multiplier 5 ${tests[@]} +} diff --git a/media-plugins/gst-plugins-a52dec/Manifest b/media-plugins/gst-plugins-a52dec/Manifest index 540c2fce4578..30bec832c86a 100644 --- a/media-plugins/gst-plugins-a52dec/Manifest +++ b/media-plugins/gst-plugins-a52dec/Manifest @@ -1 +1,2 @@ DIST gst-plugins-ugly-1.24.13.tar.xz 235824 BLAKE2B cee9b2fd83f15df1655263e5c1b4ad460c4ac318059704100b96d7a84d0645add33472edba93175bba1db6100697b43b4a6646d77d46c2ec8e2cb8d681e7dbe8 SHA512 0f40219638f29a6ca576bdf933d74e023d81a166e11e65c7a816b9941a8b9609ac5448659780d356b5e20af540f3aeea90c5f371adf31ae7c77fa5314863db28 +DIST gst-plugins-ugly-1.26.11.tar.xz 239172 BLAKE2B aa1303f6678463cc30ab54aaaf5ed356f06039c736ded5a73c0757cb4b203b42b85eec65a2a9b362d3d7b868506fca5a5991501abc5d3e6bea8483be43dd87ac SHA512 5324d43141e0640e05ed641fe7c5d0b08b0d34830cfbb3a6ca758d468aaebb3c963080711a8d3c1c3b49e347eb700dcdf994a5fe2a5e85615a253574bb59d6c5 diff --git a/media-plugins/gst-plugins-a52dec/gst-plugins-a52dec-1.26.11.ebuild b/media-plugins/gst-plugins-a52dec/gst-plugins-a52dec-1.26.11.ebuild new file mode 100644 index 000000000000..b673cebc9a09 --- /dev/null +++ b/media-plugins/gst-plugins-a52dec/gst-plugins-a52dec-1.26.11.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-ugly + +inherit gstreamer-meson + +DESCRIPTION="ATSC A/52 audio decoder plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="+orc" + +RDEPEND=" + >=media-libs/a52dec-0.7.4-r6[${MULTILIB_USEDEP}] + orc? ( >=dev-lang/orc-0.4.41[${MULTILIB_USEDEP}] ) +" +DEPEND="${RDEPEND}" + +multilib_src_configure() { + local emesonargs=( + -Dgpl=enabled + ) + + gstreamer_multilib_src_configure +} diff --git a/media-plugins/gst-plugins-adaptivedemux2/Manifest b/media-plugins/gst-plugins-adaptivedemux2/Manifest index f7327f1a914a..a70c1d959d22 100644 --- a/media-plugins/gst-plugins-adaptivedemux2/Manifest +++ b/media-plugins/gst-plugins-adaptivedemux2/Manifest @@ -1 +1,2 @@ DIST gst-plugins-good-1.24.13.tar.xz 2949348 BLAKE2B b1862d872e034b8b57d6506b3ff5d9b96648158560954a05f5a74007fb35bcfb73b9d422d9b1b83f95f967aec7cad472c52fa863426353a4ddd6502a1c5201b7 SHA512 2a1fac20344b5c0d67dfcceb217edcbbfc7ec4d8454f8e9a9949f39a97597bbef74f790f31ee24ba2af571db9fad3ba4768bf80e24768c1d3210dc42d3a913db +DIST gst-plugins-good-1.26.11.tar.xz 3015468 BLAKE2B ca880aeb1c323e790b82f0cc67613ebec88ee7615ce3ac227bb048901687675022c5575c47078c8add597cfe0a7a1bd1a38e7471cf21c54cc995dc823febef24 SHA512 e13030821881b11abbb699513f1a459dab90d33778b3886191a23def3bc1a8967009942ae113b397c4b2080722c7365f1bf6ddeeb40d8e9de5c4b2b13fc3e7ec diff --git a/media-plugins/gst-plugins-adaptivedemux2/gst-plugins-adaptivedemux2-1.26.11.ebuild b/media-plugins/gst-plugins-adaptivedemux2/gst-plugins-adaptivedemux2-1.26.11.ebuild new file mode 100644 index 000000000000..e46894141448 --- /dev/null +++ b/media-plugins/gst-plugins-adaptivedemux2/gst-plugins-adaptivedemux2-1.26.11.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-good + +inherit gstreamer-meson + +DESCRIPTION="Adaptive demuxer plugins for Gstreamer" +KEYWORDS="~amd64 ~arm64" + +RDEPEND=" + >=dev-libs/libxml2-2.8:=[${MULTILIB_USEDEP}] + dev-libs/nettle:0=[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND}" +RDEPEND="${RDEPEND} + || ( + net-libs/libsoup:3.0 + net-libs/libsoup:2.4 + ) +" + +multilib_src_configure() { + local emesonargs=( + -Dhls-crypto=nettle + ) + + gstreamer_multilib_src_configure +} diff --git a/media-plugins/gst-plugins-amr/Manifest b/media-plugins/gst-plugins-amr/Manifest index f7327f1a914a..a70c1d959d22 100644 --- a/media-plugins/gst-plugins-amr/Manifest +++ b/media-plugins/gst-plugins-amr/Manifest @@ -1 +1,2 @@ DIST gst-plugins-good-1.24.13.tar.xz 2949348 BLAKE2B b1862d872e034b8b57d6506b3ff5d9b96648158560954a05f5a74007fb35bcfb73b9d422d9b1b83f95f967aec7cad472c52fa863426353a4ddd6502a1c5201b7 SHA512 2a1fac20344b5c0d67dfcceb217edcbbfc7ec4d8454f8e9a9949f39a97597bbef74f790f31ee24ba2af571db9fad3ba4768bf80e24768c1d3210dc42d3a913db +DIST gst-plugins-good-1.26.11.tar.xz 3015468 BLAKE2B ca880aeb1c323e790b82f0cc67613ebec88ee7615ce3ac227bb048901687675022c5575c47078c8add597cfe0a7a1bd1a38e7471cf21c54cc995dc823febef24 SHA512 e13030821881b11abbb699513f1a459dab90d33778b3886191a23def3bc1a8967009942ae113b397c4b2080722c7365f1bf6ddeeb40d8e9de5c4b2b13fc3e7ec diff --git a/media-plugins/gst-plugins-amr/gst-plugins-amr-1.26.11.ebuild b/media-plugins/gst-plugins-amr/gst-plugins-amr-1.26.11.ebuild new file mode 100644 index 000000000000..e877899d7a1d --- /dev/null +++ b/media-plugins/gst-plugins-amr/gst-plugins-amr-1.26.11.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-good + +inherit gstreamer-meson + +DESCRIPTION="AMRNB encoder/decoder and AMRWB decoder plugin for GStreamer" +HOMEPAGE="https://gstreamer.freedesktop.org/" + +LICENSE="GPL-2" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=">=media-libs/opencore-amr-0.1.3-r1[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" + +GST_PLUGINS_ENABLED="amrnb amrwbdec" +GST_PLUGINS_BUILD_DIR="amrnb amrwbdec" diff --git a/media-plugins/gst-plugins-aom/Manifest b/media-plugins/gst-plugins-aom/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-aom/Manifest +++ b/media-plugins/gst-plugins-aom/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-aom/gst-plugins-aom-1.26.11.ebuild b/media-plugins/gst-plugins-aom/gst-plugins-aom-1.26.11.ebuild new file mode 100644 index 000000000000..84dd95391340 --- /dev/null +++ b/media-plugins/gst-plugins-aom/gst-plugins-aom-1.26.11.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="Alliance for Open Media AV1 plugin for GStreamer" +KEYWORDS="~amd64 ~arm64 ~x86" + +# >= 3 brings more features, and >= 3.2 even more so. Depend on >=3.2 accordingly. +RDEPEND=">=media-libs/libaom-3.2:=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-assrender/Manifest b/media-plugins/gst-plugins-assrender/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-assrender/Manifest +++ b/media-plugins/gst-plugins-assrender/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-assrender/gst-plugins-assrender-1.26.11.ebuild b/media-plugins/gst-plugins-assrender/gst-plugins-assrender-1.26.11.ebuild new file mode 100644 index 000000000000..9d310c3563c9 --- /dev/null +++ b/media-plugins/gst-plugins-assrender/gst-plugins-assrender-1.26.11.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="ASS/SSA rendering with effects support plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=">=media-libs/libass-0.10.2:=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-bluez/Manifest b/media-plugins/gst-plugins-bluez/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-bluez/Manifest +++ b/media-plugins/gst-plugins-bluez/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-bluez/gst-plugins-bluez-1.26.11.ebuild b/media-plugins/gst-plugins-bluez/gst-plugins-bluez-1.26.11.ebuild new file mode 100644 index 000000000000..c49447abf535 --- /dev/null +++ b/media-plugins/gst-plugins-bluez/gst-plugins-bluez-1.26.11.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="AVDTP source/sink and A2DP sink plugin for GStreamer" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=">=net-wireless/bluez-5[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" +BDEPEND="dev-util/gdbus-codegen" diff --git a/media-plugins/gst-plugins-bs2b/Manifest b/media-plugins/gst-plugins-bs2b/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-bs2b/Manifest +++ b/media-plugins/gst-plugins-bs2b/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-bs2b/gst-plugins-bs2b-1.26.11.ebuild b/media-plugins/gst-plugins-bs2b/gst-plugins-bs2b-1.26.11.ebuild new file mode 100644 index 000000000000..08eb4b1a7e6d --- /dev/null +++ b/media-plugins/gst-plugins-bs2b/gst-plugins-bs2b-1.26.11.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="bs2b elements for Gstreamer" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" + +RDEPEND=">=media-libs/libbs2b-3.1.0[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-cairo/Manifest b/media-plugins/gst-plugins-cairo/Manifest index f7327f1a914a..a70c1d959d22 100644 --- a/media-plugins/gst-plugins-cairo/Manifest +++ b/media-plugins/gst-plugins-cairo/Manifest @@ -1 +1,2 @@ DIST gst-plugins-good-1.24.13.tar.xz 2949348 BLAKE2B b1862d872e034b8b57d6506b3ff5d9b96648158560954a05f5a74007fb35bcfb73b9d422d9b1b83f95f967aec7cad472c52fa863426353a4ddd6502a1c5201b7 SHA512 2a1fac20344b5c0d67dfcceb217edcbbfc7ec4d8454f8e9a9949f39a97597bbef74f790f31ee24ba2af571db9fad3ba4768bf80e24768c1d3210dc42d3a913db +DIST gst-plugins-good-1.26.11.tar.xz 3015468 BLAKE2B ca880aeb1c323e790b82f0cc67613ebec88ee7615ce3ac227bb048901687675022c5575c47078c8add597cfe0a7a1bd1a38e7471cf21c54cc995dc823febef24 SHA512 e13030821881b11abbb699513f1a459dab90d33778b3886191a23def3bc1a8967009942ae113b397c4b2080722c7365f1bf6ddeeb40d8e9de5c4b2b13fc3e7ec diff --git a/media-plugins/gst-plugins-cairo/gst-plugins-cairo-1.26.11.ebuild b/media-plugins/gst-plugins-cairo/gst-plugins-cairo-1.26.11.ebuild new file mode 100644 index 000000000000..2bc28078d9f5 --- /dev/null +++ b/media-plugins/gst-plugins-cairo/gst-plugins-cairo-1.26.11.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-good + +inherit gstreamer-meson + +DESCRIPTION="Video overlay plugin based on cairo for GStreamer" +KEYWORDS="~amd64 ~arm64" + +RDEPEND=">=x11-libs/cairo-1.10[glib,${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-cdio/Manifest b/media-plugins/gst-plugins-cdio/Manifest index 540c2fce4578..30bec832c86a 100644 --- a/media-plugins/gst-plugins-cdio/Manifest +++ b/media-plugins/gst-plugins-cdio/Manifest @@ -1 +1,2 @@ DIST gst-plugins-ugly-1.24.13.tar.xz 235824 BLAKE2B cee9b2fd83f15df1655263e5c1b4ad460c4ac318059704100b96d7a84d0645add33472edba93175bba1db6100697b43b4a6646d77d46c2ec8e2cb8d681e7dbe8 SHA512 0f40219638f29a6ca576bdf933d74e023d81a166e11e65c7a816b9941a8b9609ac5448659780d356b5e20af540f3aeea90c5f371adf31ae7c77fa5314863db28 +DIST gst-plugins-ugly-1.26.11.tar.xz 239172 BLAKE2B aa1303f6678463cc30ab54aaaf5ed356f06039c736ded5a73c0757cb4b203b42b85eec65a2a9b362d3d7b868506fca5a5991501abc5d3e6bea8483be43dd87ac SHA512 5324d43141e0640e05ed641fe7c5d0b08b0d34830cfbb3a6ca758d468aaebb3c963080711a8d3c1c3b49e347eb700dcdf994a5fe2a5e85615a253574bb59d6c5 diff --git a/media-plugins/gst-plugins-cdio/gst-plugins-cdio-1.26.11.ebuild b/media-plugins/gst-plugins-cdio/gst-plugins-cdio-1.26.11.ebuild new file mode 100644 index 000000000000..514672085fca --- /dev/null +++ b/media-plugins/gst-plugins-cdio/gst-plugins-cdio-1.26.11.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-ugly + +inherit gstreamer-meson + +DESCRIPTION="CD Audio Source (cdda) plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=">=dev-libs/libcdio-0.90-r1:=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" + +multilib_src_configure() { + local emesonargs=( + -Dgpl=enabled + ) + + gstreamer_multilib_src_configure +} diff --git a/media-plugins/gst-plugins-cdparanoia/Manifest b/media-plugins/gst-plugins-cdparanoia/Manifest index 3f47e483d27f..3aa0ff8fc4ec 100644 --- a/media-plugins/gst-plugins-cdparanoia/Manifest +++ b/media-plugins/gst-plugins-cdparanoia/Manifest @@ -1 +1,2 @@ DIST gst-plugins-base-1.24.13.tar.xz 2468556 BLAKE2B 6b187799f58ada3d56143ade2392dbaff74dcd77afce382013e6c3a7adae0584f45f1313bc84453fab00f8e3989f70e5b3c31d372370f1bb4529da8805fe4642 SHA512 e770175c6ad9613f1b4f7d10a8106342d1b261663863d7414d0012c25856c5418fbbd65792478cb403141fd4bc79f1567bfd249ae27393eac3a05b9ad7888aca +DIST gst-plugins-base-1.26.11.tar.xz 2510680 BLAKE2B d74d013e709aff8225ce2e0ebda7aa70f8811ac7e614de491080ae4026b348c19e6f8ed700f8e4dafef12d600dc2fdd5343413d45291c539eb0e3bc70dfecf21 SHA512 7cac1bcd3f7af056062026aafcbcd43ed9a2f7cf828ee2e8ed2112816f95e770c27065dfbbf83d90831111f17e4550652ccc849a68e71334b24cd86845183d8d diff --git a/media-plugins/gst-plugins-cdparanoia/gst-plugins-cdparanoia-1.26.11.ebuild b/media-plugins/gst-plugins-cdparanoia/gst-plugins-cdparanoia-1.26.11.ebuild new file mode 100644 index 000000000000..dbd3ce415b82 --- /dev/null +++ b/media-plugins/gst-plugins-cdparanoia/gst-plugins-cdparanoia-1.26.11.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-base + +inherit gstreamer-meson + +DESCRIPTION="CD Audio Source (cdda) plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=">=media-sound/cdparanoia-3.10.2-r6[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" + +src_prepare() { + default + gstreamer_system_package audio_dep:gstreamer-audio +} diff --git a/media-plugins/gst-plugins-chromaprint/Manifest b/media-plugins/gst-plugins-chromaprint/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-chromaprint/Manifest +++ b/media-plugins/gst-plugins-chromaprint/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-chromaprint/gst-plugins-chromaprint-1.26.11.ebuild b/media-plugins/gst-plugins-chromaprint/gst-plugins-chromaprint-1.26.11.ebuild new file mode 100644 index 000000000000..275f78ee85d7 --- /dev/null +++ b/media-plugins/gst-plugins-chromaprint/gst-plugins-chromaprint-1.26.11.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="Calculate Chromaprint fingerprint from audio files for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND="media-libs/chromaprint:=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-colormanagement/Manifest b/media-plugins/gst-plugins-colormanagement/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-colormanagement/Manifest +++ b/media-plugins/gst-plugins-colormanagement/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-colormanagement/gst-plugins-colormanagement-1.26.11.ebuild b/media-plugins/gst-plugins-colormanagement/gst-plugins-colormanagement-1.26.11.ebuild new file mode 100644 index 000000000000..999c5980fccf --- /dev/null +++ b/media-plugins/gst-plugins-colormanagement/gst-plugins-colormanagement-1.26.11.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="Color management correction GStreamer plugins" +KEYWORDS="~amd64 ~arm64" + +RDEPEND=">=media-libs/lcms-2.7:2[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-dash/Manifest b/media-plugins/gst-plugins-dash/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-dash/Manifest +++ b/media-plugins/gst-plugins-dash/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-dash/gst-plugins-dash-1.26.11.ebuild b/media-plugins/gst-plugins-dash/gst-plugins-dash-1.26.11.ebuild new file mode 100644 index 000000000000..703d2a64effa --- /dev/null +++ b/media-plugins/gst-plugins-dash/gst-plugins-dash-1.26.11.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="MPEG-DASH plugin for GStreamer" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=">=dev-libs/libxml2-2.9.1-r4:=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" + +src_prepare() { + default + gstreamer_system_library \ + gstadaptivedemux_dep:gstadaptivedemux \ + gsturidownloader_dep:gsturidownloader \ + gstisoff_dep:gstisoff +} + +pkg_postinst() { + einfo "media-plugins/gst-plugins-adaptivedemux2 provides an alternative DASH demuxer option (dashdemux2)" +} diff --git a/media-plugins/gst-plugins-dts/Manifest b/media-plugins/gst-plugins-dts/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-dts/Manifest +++ b/media-plugins/gst-plugins-dts/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-dts/gst-plugins-dts-1.26.11.ebuild b/media-plugins/gst-plugins-dts/gst-plugins-dts-1.26.11.ebuild new file mode 100644 index 000000000000..4a356646e3b0 --- /dev/null +++ b/media-plugins/gst-plugins-dts/gst-plugins-dts-1.26.11.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="DTS audio decoder plugin for Gstreamer" +KEYWORDS="~amd64 ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~x86" +IUSE="+orc" + +RDEPEND=" + >=media-libs/libdca-0.0.5-r3[${MULTILIB_USEDEP}] + orc? ( >=dev-lang/orc-0.4.41[${MULTILIB_USEDEP}] ) +" +DEPEND="${RDEPEND}" + +multilib_src_configure() { + local emesonargs=( + -Dgpl=enabled + ) + + gstreamer_multilib_src_configure +} diff --git a/media-plugins/gst-plugins-dv/Manifest b/media-plugins/gst-plugins-dv/Manifest index f7327f1a914a..a70c1d959d22 100644 --- a/media-plugins/gst-plugins-dv/Manifest +++ b/media-plugins/gst-plugins-dv/Manifest @@ -1 +1,2 @@ DIST gst-plugins-good-1.24.13.tar.xz 2949348 BLAKE2B b1862d872e034b8b57d6506b3ff5d9b96648158560954a05f5a74007fb35bcfb73b9d422d9b1b83f95f967aec7cad472c52fa863426353a4ddd6502a1c5201b7 SHA512 2a1fac20344b5c0d67dfcceb217edcbbfc7ec4d8454f8e9a9949f39a97597bbef74f790f31ee24ba2af571db9fad3ba4768bf80e24768c1d3210dc42d3a913db +DIST gst-plugins-good-1.26.11.tar.xz 3015468 BLAKE2B ca880aeb1c323e790b82f0cc67613ebec88ee7615ce3ac227bb048901687675022c5575c47078c8add597cfe0a7a1bd1a38e7471cf21c54cc995dc823febef24 SHA512 e13030821881b11abbb699513f1a459dab90d33778b3886191a23def3bc1a8967009942ae113b397c4b2080722c7365f1bf6ddeeb40d8e9de5c4b2b13fc3e7ec diff --git a/media-plugins/gst-plugins-dv/gst-plugins-dv-1.26.11.ebuild b/media-plugins/gst-plugins-dv/gst-plugins-dv-1.26.11.ebuild new file mode 100644 index 000000000000..70a0d871e2aa --- /dev/null +++ b/media-plugins/gst-plugins-dv/gst-plugins-dv-1.26.11.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-good + +inherit gstreamer-meson + +DESCRIPTION="DV demuxer and decoder plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=">=media-libs/libdv-1.0.0-r3[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-dvb/Manifest b/media-plugins/gst-plugins-dvb/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-dvb/Manifest +++ b/media-plugins/gst-plugins-dvb/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.26.11.ebuild b/media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.26.11.ebuild new file mode 100644 index 000000000000..5d8a76d56a82 --- /dev/null +++ b/media-plugins/gst-plugins-dvb/gst-plugins-dvb-1.26.11.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPION="DVB device capture plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~x86" + +RDEPEND="" +DEPEND="virtual/os-headers" + +src_prepare() { + default + gstreamer_system_package gstmpegts_dep:gstreamer-mpegts +} diff --git a/media-plugins/gst-plugins-dvdread/Manifest b/media-plugins/gst-plugins-dvdread/Manifest index 540c2fce4578..30bec832c86a 100644 --- a/media-plugins/gst-plugins-dvdread/Manifest +++ b/media-plugins/gst-plugins-dvdread/Manifest @@ -1 +1,2 @@ DIST gst-plugins-ugly-1.24.13.tar.xz 235824 BLAKE2B cee9b2fd83f15df1655263e5c1b4ad460c4ac318059704100b96d7a84d0645add33472edba93175bba1db6100697b43b4a6646d77d46c2ec8e2cb8d681e7dbe8 SHA512 0f40219638f29a6ca576bdf933d74e023d81a166e11e65c7a816b9941a8b9609ac5448659780d356b5e20af540f3aeea90c5f371adf31ae7c77fa5314863db28 +DIST gst-plugins-ugly-1.26.11.tar.xz 239172 BLAKE2B aa1303f6678463cc30ab54aaaf5ed356f06039c736ded5a73c0757cb4b203b42b85eec65a2a9b362d3d7b868506fca5a5991501abc5d3e6bea8483be43dd87ac SHA512 5324d43141e0640e05ed641fe7c5d0b08b0d34830cfbb3a6ca758d468aaebb3c963080711a8d3c1c3b49e347eb700dcdf994a5fe2a5e85615a253574bb59d6c5 diff --git a/media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.26.11.ebuild b/media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.26.11.ebuild new file mode 100644 index 000000000000..daada3dc8b8c --- /dev/null +++ b/media-plugins/gst-plugins-dvdread/gst-plugins-dvdread-1.26.11.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-ugly + +inherit gstreamer-meson + +DESCRIPTION="DVD read plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=">=media-libs/libdvdread-4.2.0-r1:=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" + +multilib_src_configure() { + local emesonargs=( + -Dgpl=enabled + ) + + gstreamer_multilib_src_configure +} diff --git a/media-plugins/gst-plugins-faac/Manifest b/media-plugins/gst-plugins-faac/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-faac/Manifest +++ b/media-plugins/gst-plugins-faac/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-faac/gst-plugins-faac-1.26.11.ebuild b/media-plugins/gst-plugins-faac/gst-plugins-faac-1.26.11.ebuild new file mode 100644 index 000000000000..7853b196d083 --- /dev/null +++ b/media-plugins/gst-plugins-faac/gst-plugins-faac-1.26.11.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="AAC audio encoder plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=">=media-libs/faac-1.28-r3[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-faad/Manifest b/media-plugins/gst-plugins-faad/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-faad/Manifest +++ b/media-plugins/gst-plugins-faad/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-faad/gst-plugins-faad-1.26.11.ebuild b/media-plugins/gst-plugins-faad/gst-plugins-faad-1.26.11.ebuild new file mode 100644 index 000000000000..6748e8971e54 --- /dev/null +++ b/media-plugins/gst-plugins-faad/gst-plugins-faad-1.26.11.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="AAC audio decoder plugin" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=">=media-libs/faad2-2.7-r3[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" + +multilib_src_configure() { + local emesonargs=( + -Dgpl=enabled + ) + + gstreamer_multilib_src_configure +} diff --git a/media-plugins/gst-plugins-flac/Manifest b/media-plugins/gst-plugins-flac/Manifest index f7327f1a914a..a70c1d959d22 100644 --- a/media-plugins/gst-plugins-flac/Manifest +++ b/media-plugins/gst-plugins-flac/Manifest @@ -1 +1,2 @@ DIST gst-plugins-good-1.24.13.tar.xz 2949348 BLAKE2B b1862d872e034b8b57d6506b3ff5d9b96648158560954a05f5a74007fb35bcfb73b9d422d9b1b83f95f967aec7cad472c52fa863426353a4ddd6502a1c5201b7 SHA512 2a1fac20344b5c0d67dfcceb217edcbbfc7ec4d8454f8e9a9949f39a97597bbef74f790f31ee24ba2af571db9fad3ba4768bf80e24768c1d3210dc42d3a913db +DIST gst-plugins-good-1.26.11.tar.xz 3015468 BLAKE2B ca880aeb1c323e790b82f0cc67613ebec88ee7615ce3ac227bb048901687675022c5575c47078c8add597cfe0a7a1bd1a38e7471cf21c54cc995dc823febef24 SHA512 e13030821881b11abbb699513f1a459dab90d33778b3886191a23def3bc1a8967009942ae113b397c4b2080722c7365f1bf6ddeeb40d8e9de5c4b2b13fc3e7ec diff --git a/media-plugins/gst-plugins-flac/gst-plugins-flac-1.26.11.ebuild b/media-plugins/gst-plugins-flac/gst-plugins-flac-1.26.11.ebuild new file mode 100644 index 000000000000..22e863a2eb76 --- /dev/null +++ b/media-plugins/gst-plugins-flac/gst-plugins-flac-1.26.11.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-good + +inherit gstreamer-meson + +DESCRIPTION="FLAC encoder/decoder/tagger plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=">=media-libs/flac-1.2.1-r5:=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-gdkpixbuf/Manifest b/media-plugins/gst-plugins-gdkpixbuf/Manifest index f7327f1a914a..a70c1d959d22 100644 --- a/media-plugins/gst-plugins-gdkpixbuf/Manifest +++ b/media-plugins/gst-plugins-gdkpixbuf/Manifest @@ -1 +1,2 @@ DIST gst-plugins-good-1.24.13.tar.xz 2949348 BLAKE2B b1862d872e034b8b57d6506b3ff5d9b96648158560954a05f5a74007fb35bcfb73b9d422d9b1b83f95f967aec7cad472c52fa863426353a4ddd6502a1c5201b7 SHA512 2a1fac20344b5c0d67dfcceb217edcbbfc7ec4d8454f8e9a9949f39a97597bbef74f790f31ee24ba2af571db9fad3ba4768bf80e24768c1d3210dc42d3a913db +DIST gst-plugins-good-1.26.11.tar.xz 3015468 BLAKE2B ca880aeb1c323e790b82f0cc67613ebec88ee7615ce3ac227bb048901687675022c5575c47078c8add597cfe0a7a1bd1a38e7471cf21c54cc995dc823febef24 SHA512 e13030821881b11abbb699513f1a459dab90d33778b3886191a23def3bc1a8967009942ae113b397c4b2080722c7365f1bf6ddeeb40d8e9de5c4b2b13fc3e7ec diff --git a/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.26.11.ebuild b/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.26.11.ebuild new file mode 100644 index 000000000000..9d6f63baa6aa --- /dev/null +++ b/media-plugins/gst-plugins-gdkpixbuf/gst-plugins-gdkpixbuf-1.26.11.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-good + +inherit gstreamer-meson + +DESCRIPION="Image decoder, overlay and sink plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=">=x11-libs/gdk-pixbuf-2.30.7:2[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" + +GST_PLUGINS_ENABLED="gdk-pixbuf" +GST_PLUGINS_BUILD_DIR="gdk_pixbuf" diff --git a/media-plugins/gst-plugins-gtk/Manifest b/media-plugins/gst-plugins-gtk/Manifest index f7327f1a914a..a70c1d959d22 100644 --- a/media-plugins/gst-plugins-gtk/Manifest +++ b/media-plugins/gst-plugins-gtk/Manifest @@ -1 +1,2 @@ DIST gst-plugins-good-1.24.13.tar.xz 2949348 BLAKE2B b1862d872e034b8b57d6506b3ff5d9b96648158560954a05f5a74007fb35bcfb73b9d422d9b1b83f95f967aec7cad472c52fa863426353a4ddd6502a1c5201b7 SHA512 2a1fac20344b5c0d67dfcceb217edcbbfc7ec4d8454f8e9a9949f39a97597bbef74f790f31ee24ba2af571db9fad3ba4768bf80e24768c1d3210dc42d3a913db +DIST gst-plugins-good-1.26.11.tar.xz 3015468 BLAKE2B ca880aeb1c323e790b82f0cc67613ebec88ee7615ce3ac227bb048901687675022c5575c47078c8add597cfe0a7a1bd1a38e7471cf21c54cc995dc823febef24 SHA512 e13030821881b11abbb699513f1a459dab90d33778b3886191a23def3bc1a8967009942ae113b397c4b2080722c7365f1bf6ddeeb40d8e9de5c4b2b13fc3e7ec diff --git a/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.26.11.ebuild b/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.26.11.ebuild new file mode 100644 index 000000000000..950924bc1ddb --- /dev/null +++ b/media-plugins/gst-plugins-gtk/gst-plugins-gtk-1.26.11.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-good + +inherit gstreamer-meson + +DESCRIPTION="Video sink plugin for GStreamer that renders to a GtkWidget" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="+egl +gles2 opengl wayland +X" # Keep default IUSE mirrored with gst-plugins-base +# egl, wayland and X only matters if gst-plugins-base is built with USE=opengl and/or USE=gles2 +# We mirror egl/gles2/opengl/wayland/X due to automagic detection from gstreamer-gl.pc variables; +# we don't care about matching egl/wayland/X if both opengl and gles2 are disabled here and on +# gst-plugins-base, but no way to express that. + +# We only need gtk+ matching backend flags when GL is enabled +GL_DEPS=" + >=x11-libs/gtk+-3.15:3[X?,wayland?,${MULTILIB_USEDEP}] +" +RDEPEND=" + >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP},egl=,gles2=,opengl=,wayland=,X=] + >=x11-libs/gtk+-3.15:3[${MULTILIB_USEDEP}] + gles2? ( ${GL_DEPS} ) + opengl? ( ${GL_DEPS} ) +" +DEPEND="${RDEPEND}" + +GST_PLUGINS_ENABLED="gtk3" diff --git a/media-plugins/gst-plugins-hls/Manifest b/media-plugins/gst-plugins-hls/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-hls/Manifest +++ b/media-plugins/gst-plugins-hls/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-hls/gst-plugins-hls-1.26.11.ebuild b/media-plugins/gst-plugins-hls/gst-plugins-hls-1.26.11.ebuild new file mode 100644 index 000000000000..21fef28054d8 --- /dev/null +++ b/media-plugins/gst-plugins-hls/gst-plugins-hls-1.26.11.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="HTTP live streaming plugin for GStreamer" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND="dev-libs/nettle:0=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" + +PATCHES=( + "${FILESDIR}"/gst-plugins-bad-1.18.4-use-system-libs-hls.patch +) + +src_prepare() { + default + gstreamer_system_library \ + gstadaptivedemux_dep:gstadaptivedemux \ + gsturidownloader_dep:gsturidownloader +} + +multilib_src_configure() { + local emesonargs=( + -Dhls-crypto=nettle + ) + + gstreamer_multilib_src_configure +} + +pkg_postinst() { + einfo "media-plugins/gst-plugins-adaptivedemux2 provides an alternative HLS demuxer option (hlsdemux2)" +} diff --git a/media-plugins/gst-plugins-jack/Manifest b/media-plugins/gst-plugins-jack/Manifest index f7327f1a914a..a70c1d959d22 100644 --- a/media-plugins/gst-plugins-jack/Manifest +++ b/media-plugins/gst-plugins-jack/Manifest @@ -1 +1,2 @@ DIST gst-plugins-good-1.24.13.tar.xz 2949348 BLAKE2B b1862d872e034b8b57d6506b3ff5d9b96648158560954a05f5a74007fb35bcfb73b9d422d9b1b83f95f967aec7cad472c52fa863426353a4ddd6502a1c5201b7 SHA512 2a1fac20344b5c0d67dfcceb217edcbbfc7ec4d8454f8e9a9949f39a97597bbef74f790f31ee24ba2af571db9fad3ba4768bf80e24768c1d3210dc42d3a913db +DIST gst-plugins-good-1.26.11.tar.xz 3015468 BLAKE2B ca880aeb1c323e790b82f0cc67613ebec88ee7615ce3ac227bb048901687675022c5575c47078c8add597cfe0a7a1bd1a38e7471cf21c54cc995dc823febef24 SHA512 e13030821881b11abbb699513f1a459dab90d33778b3886191a23def3bc1a8967009942ae113b397c4b2080722c7365f1bf6ddeeb40d8e9de5c4b2b13fc3e7ec diff --git a/media-plugins/gst-plugins-jack/gst-plugins-jack-1.26.11.ebuild b/media-plugins/gst-plugins-jack/gst-plugins-jack-1.26.11.ebuild new file mode 100644 index 000000000000..840b5ee644da --- /dev/null +++ b/media-plugins/gst-plugins-jack/gst-plugins-jack-1.26.11.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-good + +inherit gstreamer-meson + +DESCRIPION="JACK audio server source/sink plugin for GStreamer" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + +# >=jack-1.9.7 is provided by pipewire[jack-sdk] as well +RDEPEND="|| ( + media-sound/jack2[${MULTILIB_USEDEP}] + media-video/pipewire[jack-sdk(-),${MULTILIB_USEDEP}] +)" diff --git a/media-plugins/gst-plugins-jpeg/Manifest b/media-plugins/gst-plugins-jpeg/Manifest index f7327f1a914a..a70c1d959d22 100644 --- a/media-plugins/gst-plugins-jpeg/Manifest +++ b/media-plugins/gst-plugins-jpeg/Manifest @@ -1 +1,2 @@ DIST gst-plugins-good-1.24.13.tar.xz 2949348 BLAKE2B b1862d872e034b8b57d6506b3ff5d9b96648158560954a05f5a74007fb35bcfb73b9d422d9b1b83f95f967aec7cad472c52fa863426353a4ddd6502a1c5201b7 SHA512 2a1fac20344b5c0d67dfcceb217edcbbfc7ec4d8454f8e9a9949f39a97597bbef74f790f31ee24ba2af571db9fad3ba4768bf80e24768c1d3210dc42d3a913db +DIST gst-plugins-good-1.26.11.tar.xz 3015468 BLAKE2B ca880aeb1c323e790b82f0cc67613ebec88ee7615ce3ac227bb048901687675022c5575c47078c8add597cfe0a7a1bd1a38e7471cf21c54cc995dc823febef24 SHA512 e13030821881b11abbb699513f1a459dab90d33778b3886191a23def3bc1a8967009942ae113b397c4b2080722c7365f1bf6ddeeb40d8e9de5c4b2b13fc3e7ec diff --git a/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.26.11.ebuild b/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.26.11.ebuild new file mode 100644 index 000000000000..8707b4d2ae53 --- /dev/null +++ b/media-plugins/gst-plugins-jpeg/gst-plugins-jpeg-1.26.11.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-good + +inherit gstreamer-meson + +DESCRIPTION="JPEG image encoder/decoder plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND="media-libs/libjpeg-turbo:0=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-ladspa/Manifest b/media-plugins/gst-plugins-ladspa/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-ladspa/Manifest +++ b/media-plugins/gst-plugins-ladspa/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-ladspa/gst-plugins-ladspa-1.26.11.ebuild b/media-plugins/gst-plugins-ladspa/gst-plugins-ladspa-1.26.11.ebuild new file mode 100644 index 000000000000..a0abc1a73f20 --- /dev/null +++ b/media-plugins/gst-plugins-ladspa/gst-plugins-ladspa-1.26.11.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="Ladspa elements for Gstreamer" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" + +RDEPEND=" + >=media-libs/ladspa-sdk-1.13-r2[${MULTILIB_USEDEP}] + media-libs/liblrdf[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-lame/Manifest b/media-plugins/gst-plugins-lame/Manifest index f7327f1a914a..a70c1d959d22 100644 --- a/media-plugins/gst-plugins-lame/Manifest +++ b/media-plugins/gst-plugins-lame/Manifest @@ -1 +1,2 @@ DIST gst-plugins-good-1.24.13.tar.xz 2949348 BLAKE2B b1862d872e034b8b57d6506b3ff5d9b96648158560954a05f5a74007fb35bcfb73b9d422d9b1b83f95f967aec7cad472c52fa863426353a4ddd6502a1c5201b7 SHA512 2a1fac20344b5c0d67dfcceb217edcbbfc7ec4d8454f8e9a9949f39a97597bbef74f790f31ee24ba2af571db9fad3ba4768bf80e24768c1d3210dc42d3a913db +DIST gst-plugins-good-1.26.11.tar.xz 3015468 BLAKE2B ca880aeb1c323e790b82f0cc67613ebec88ee7615ce3ac227bb048901687675022c5575c47078c8add597cfe0a7a1bd1a38e7471cf21c54cc995dc823febef24 SHA512 e13030821881b11abbb699513f1a459dab90d33778b3886191a23def3bc1a8967009942ae113b397c4b2080722c7365f1bf6ddeeb40d8e9de5c4b2b13fc3e7ec diff --git a/media-plugins/gst-plugins-lame/gst-plugins-lame-1.26.11.ebuild b/media-plugins/gst-plugins-lame/gst-plugins-lame-1.26.11.ebuild new file mode 100644 index 000000000000..79d2638652c6 --- /dev/null +++ b/media-plugins/gst-plugins-lame/gst-plugins-lame-1.26.11.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-good + +inherit gstreamer-meson + +DESCRIPTION="MP3 encoder plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=">=media-sound/lame-3.99.5-r1[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-ldac/Manifest b/media-plugins/gst-plugins-ldac/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-ldac/Manifest +++ b/media-plugins/gst-plugins-ldac/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-ldac/gst-plugins-ldac-1.26.11.ebuild b/media-plugins/gst-plugins-ldac/gst-plugins-ldac-1.26.11.ebuild new file mode 100644 index 000000000000..6a8d12741ae2 --- /dev/null +++ b/media-plugins/gst-plugins-ldac/gst-plugins-ldac-1.26.11.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="LDAC plugin for GStreamer" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" + +RDEPEND="media-libs/libldac[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-libav/Manifest b/media-plugins/gst-plugins-libav/Manifest index 0d4f12767de0..ad5864f7689a 100644 --- a/media-plugins/gst-plugins-libav/Manifest +++ b/media-plugins/gst-plugins-libav/Manifest @@ -1 +1,2 @@ DIST gst-libav-1.24.13.tar.xz 223272 BLAKE2B bcfa83f88ae5254fc57510e72ad31fffb502d2776744b692c1135f0e6d22e6de3ad7bb97f5ab4dacfe408189c169e3a092f52e761b074715e57a204b53217d27 SHA512 81d27ff475bd93a71e91c10d1aa207b722698b428125a5468d48936dadea452188cf608b5f9aeb5a60296d06450fef551d8b66b58fac44550f29f9ba7a741773 +DIST gst-libav-1.26.11.tar.xz 215256 BLAKE2B 79ba4e475fba5cfb1c9fb48be77b9e8b1ecfa2bac165249ecb29a6bed7974bca0e7fe26d197a27ac59236570cb3d8006077e94a7445177a366151d86946062f4 SHA512 eca5a3980457764f2a23796f715be85111485be43eadc608ae9f802e3fe49f85c58fb4519eec5ae5ff4d8ef461cf38b18fd0f9bce1665832b9bfe3a64d8049a9 diff --git a/media-plugins/gst-plugins-libav/gst-plugins-libav-1.26.11.ebuild b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.26.11.ebuild new file mode 100644 index 000000000000..53e2e280d7ba --- /dev/null +++ b/media-plugins/gst-plugins-libav/gst-plugins-libav-1.26.11.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gstreamer-meson virtualx + +MY_PN="gst-libav" +MY_PV="$(ver_cut 1-3)" +MY_P="${MY_PN}-${MY_PV}" + +DESCRIPTION="FFmpeg based gstreamer plugin" +HOMEPAGE="https://gstreamer.freedesktop.org/modules/gst-libav.html" +SRC_URI="https://gstreamer.freedesktop.org/src/${MY_PN}/${MY_P}.tar.xz" +S="${WORKDIR}/${MY_P}" + +LICENSE="LGPL-2+" +SLOT="1.0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~x86" + +# 1.24.11 unconditionally used new audio channel layouts added in ffmpeg-4.4; +# 1.24.12 will build time check first. As we don't have older in tree anymore, just dep on it. +RDEPEND=" + >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}] + >=media-libs/gstreamer-${MY_PV}:1.0[${MULTILIB_USEDEP}] + >=media-libs/gst-plugins-base-${MY_PV}:1.0[${MULTILIB_USEDEP}] + >=media-video/ffmpeg-4.4:0=[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND}" +BDEPEND="" + +multilib_src_test() { + # Homebrew test skips for meson + local -a tests + tests=( $(meson test --list -C "${BUILD_DIR}") ) + + local -a _skip_tests=( + # flaky to hanging + elements_avaudenc + ) + + # Add suites which in this case are PN + if has_version ">=dev-build/meson-1.10.0"; then + local -a skip_tests=() + for skip_test in ${_skip_tests[@]}; do + skip_tests+=( "${MY_PN}:${skip_test}" ) + done + else + local -a skip_tests=( ${_skip_tests[@]} ) + fi + unset _skip_tests + + for test_index in ${!tests[@]}; do + if [[ ${skip_tests[@]} =~ ${tests[${test_index}]} ]]; then + unset tests[${test_index}] + fi + done + + # gstreamer_multilib_src_test doesn't pass arguments + GST_GL_WINDOW=x11 virtx meson_src_test --timeout-multiplier 5 ${tests[@]} +} diff --git a/media-plugins/gst-plugins-libde265/Manifest b/media-plugins/gst-plugins-libde265/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-libde265/Manifest +++ b/media-plugins/gst-plugins-libde265/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-libde265/gst-plugins-libde265-1.26.11.ebuild b/media-plugins/gst-plugins-libde265/gst-plugins-libde265-1.26.11.ebuild new file mode 100644 index 000000000000..8932da81d8f1 --- /dev/null +++ b/media-plugins/gst-plugins-libde265/gst-plugins-libde265-1.26.11.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="H.265 decoder plugin for GStreamer" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=">=media-libs/libde265-0.9[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-libpng/Manifest b/media-plugins/gst-plugins-libpng/Manifest index f7327f1a914a..a70c1d959d22 100644 --- a/media-plugins/gst-plugins-libpng/Manifest +++ b/media-plugins/gst-plugins-libpng/Manifest @@ -1 +1,2 @@ DIST gst-plugins-good-1.24.13.tar.xz 2949348 BLAKE2B b1862d872e034b8b57d6506b3ff5d9b96648158560954a05f5a74007fb35bcfb73b9d422d9b1b83f95f967aec7cad472c52fa863426353a4ddd6502a1c5201b7 SHA512 2a1fac20344b5c0d67dfcceb217edcbbfc7ec4d8454f8e9a9949f39a97597bbef74f790f31ee24ba2af571db9fad3ba4768bf80e24768c1d3210dc42d3a913db +DIST gst-plugins-good-1.26.11.tar.xz 3015468 BLAKE2B ca880aeb1c323e790b82f0cc67613ebec88ee7615ce3ac227bb048901687675022c5575c47078c8add597cfe0a7a1bd1a38e7471cf21c54cc995dc823febef24 SHA512 e13030821881b11abbb699513f1a459dab90d33778b3886191a23def3bc1a8967009942ae113b397c4b2080722c7365f1bf6ddeeb40d8e9de5c4b2b13fc3e7ec diff --git a/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.26.11.ebuild b/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.26.11.ebuild new file mode 100644 index 000000000000..04482beefa1c --- /dev/null +++ b/media-plugins/gst-plugins-libpng/gst-plugins-libpng-1.26.11.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-good + +inherit gstreamer-meson + +DESCRIPTION="PNG image encoder/decoder plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=">=media-libs/libpng-1.6.10:0=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" + +GST_PLUGINS_ENABLED="png" diff --git a/media-plugins/gst-plugins-libvisual/Manifest b/media-plugins/gst-plugins-libvisual/Manifest index 3f47e483d27f..3aa0ff8fc4ec 100644 --- a/media-plugins/gst-plugins-libvisual/Manifest +++ b/media-plugins/gst-plugins-libvisual/Manifest @@ -1 +1,2 @@ DIST gst-plugins-base-1.24.13.tar.xz 2468556 BLAKE2B 6b187799f58ada3d56143ade2392dbaff74dcd77afce382013e6c3a7adae0584f45f1313bc84453fab00f8e3989f70e5b3c31d372370f1bb4529da8805fe4642 SHA512 e770175c6ad9613f1b4f7d10a8106342d1b261663863d7414d0012c25856c5418fbbd65792478cb403141fd4bc79f1567bfd249ae27393eac3a05b9ad7888aca +DIST gst-plugins-base-1.26.11.tar.xz 2510680 BLAKE2B d74d013e709aff8225ce2e0ebda7aa70f8811ac7e614de491080ae4026b348c19e6f8ed700f8e4dafef12d600dc2fdd5343413d45291c539eb0e3bc70dfecf21 SHA512 7cac1bcd3f7af056062026aafcbcd43ed9a2f7cf828ee2e8ed2112816f95e770c27065dfbbf83d90831111f17e4550652ccc849a68e71334b24cd86845183d8d diff --git a/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.26.11.ebuild b/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.26.11.ebuild new file mode 100644 index 000000000000..e4f909404e7d --- /dev/null +++ b/media-plugins/gst-plugins-libvisual/gst-plugins-libvisual-1.26.11.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-base + +inherit gstreamer-meson + +DESCRIPTION="Visualization elements for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + >=media-libs/libvisual-0.4.0-r3:0.4[${MULTILIB_USEDEP}] + >=media-plugins/libvisual-plugins-0.4.0-r3:0.4[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND}" + +src_prepare() { + default + gstreamer_system_package audio_dep:gstreamer-audio \ + pbutils_dep:gstreamer-pbutils \ + video_dep:gstreamer-video +} diff --git a/media-plugins/gst-plugins-lv2/Manifest b/media-plugins/gst-plugins-lv2/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-lv2/Manifest +++ b/media-plugins/gst-plugins-lv2/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-lv2/gst-plugins-lv2-1.26.11.ebuild b/media-plugins/gst-plugins-lv2/gst-plugins-lv2-1.26.11.ebuild new file mode 100644 index 000000000000..36b04f54693e --- /dev/null +++ b/media-plugins/gst-plugins-lv2/gst-plugins-lv2-1.26.11.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="Lv2 elements for Gstreamer" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" + +RDEPEND=" + >=media-libs/lv2-1.14.0-r1[${MULTILIB_USEDEP}] + >=media-libs/lilv-0.24.2-r2[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-meta/gst-plugins-meta-1.26.11.ebuild b/media-plugins/gst-plugins-meta/gst-plugins-meta-1.26.11.ebuild new file mode 100644 index 000000000000..0f33dcc550f7 --- /dev/null +++ b/media-plugins/gst-plugins-meta/gst-plugins-meta-1.26.11.ebuild @@ -0,0 +1,68 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit multilib-build + +DESCRIPTION="Meta ebuild to pull in gst plugins for apps" +HOMEPAGE="https://gstreamer.freedesktop.org/" + +LICENSE="metapackage" +SLOT="1.0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="aac a52 alsa cdda dts dv dvb dvd ffmpeg flac http jack lame libass libvisual mp3 modplug mpeg ogg opus oss pulseaudio taglib theora v4l vaapi vcd vorbis vpx wavpack X x264" +REQUIRED_USE="opus? ( ogg ) theora? ( ogg ) vorbis? ( ogg )" + +RDEPEND=" + >=media-libs/gstreamer-${PV}:1.0[${MULTILIB_USEDEP}] + >=media-libs/gst-plugins-base-${PV}:1.0[alsa?,ogg?,theora?,vorbis?,X?,${MULTILIB_USEDEP}] + >=media-libs/gst-plugins-good-${PV}:1.0[${MULTILIB_USEDEP}] + a52? ( >=media-plugins/gst-plugins-a52dec-${PV}:1.0[${MULTILIB_USEDEP}] ) + aac? ( >=media-plugins/gst-plugins-faad-${PV}:1.0[${MULTILIB_USEDEP}] ) + cdda? ( || ( + >=media-plugins/gst-plugins-cdparanoia-${PV}:1.0[${MULTILIB_USEDEP}] + >=media-plugins/gst-plugins-cdio-${PV}:1.0[${MULTILIB_USEDEP}] ) ) + dts? ( >=media-plugins/gst-plugins-dts-${PV}:1.0[${MULTILIB_USEDEP}] ) + dv? ( >=media-plugins/gst-plugins-dv-${PV}:1.0[${MULTILIB_USEDEP}] ) + dvb? ( + >=media-plugins/gst-plugins-dvb-${PV}:1.0[${MULTILIB_USEDEP}] + >=media-libs/gst-plugins-bad-${PV}:1.0[${MULTILIB_USEDEP}] ) + dvd? ( + >=media-libs/gst-plugins-ugly-${PV}:1.0[${MULTILIB_USEDEP}] + >=media-plugins/gst-plugins-a52dec-${PV}:1.0[${MULTILIB_USEDEP}] + >=media-plugins/gst-plugins-dvdread-${PV}:1.0[${MULTILIB_USEDEP}] + >=media-plugins/gst-plugins-mpeg2dec-${PV}:1.0[${MULTILIB_USEDEP}] + >=media-plugins/gst-plugins-resindvd-${PV}:1.0[${MULTILIB_USEDEP}] ) + ffmpeg? ( >=media-plugins/gst-plugins-libav-${PV}:1.0[${MULTILIB_USEDEP}] ) + flac? ( >=media-plugins/gst-plugins-flac-${PV}:1.0[${MULTILIB_USEDEP}] ) + http? ( >=media-plugins/gst-plugins-soup-${PV}:1.0[${MULTILIB_USEDEP}] ) + jack? ( >=media-plugins/gst-plugins-jack-${PV}:1.0[${MULTILIB_USEDEP}] ) + lame? ( >=media-plugins/gst-plugins-lame-${PV}:1.0[${MULTILIB_USEDEP}] ) + libass? ( >=media-plugins/gst-plugins-assrender-${PV}:1.0[${MULTILIB_USEDEP}] ) + libvisual? ( >=media-plugins/gst-plugins-libvisual-${PV}:1.0[${MULTILIB_USEDEP}] ) + modplug? ( >=media-plugins/gst-plugins-modplug-${PV}:1.0[${MULTILIB_USEDEP}] ) + mp3? ( + >=media-libs/gst-plugins-ugly-${PV}:1.0[${MULTILIB_USEDEP}] + >=media-plugins/gst-plugins-mpg123-${PV}:1.0[${MULTILIB_USEDEP}] ) + mpeg? ( >=media-plugins/gst-plugins-mpeg2dec-${PV}:1.0[${MULTILIB_USEDEP}] ) + opus? ( >=media-plugins/gst-plugins-opus-${PV}:1.0[${MULTILIB_USEDEP}] ) + oss? ( >=media-plugins/gst-plugins-oss-${PV}:1.0[${MULTILIB_USEDEP}] ) + pulseaudio? ( >=media-plugins/gst-plugins-pulse-${PV}:1.0[${MULTILIB_USEDEP}] ) + taglib? ( >=media-plugins/gst-plugins-taglib-${PV}:1.0[${MULTILIB_USEDEP}] ) + v4l? ( >=media-plugins/gst-plugins-v4l2-${PV}:1.0[${MULTILIB_USEDEP}] ) + vaapi? ( >=media-libs/gst-plugins-bad-${PV}:1.0[vaapi,${MULTILIB_USEDEP}] ) + vcd? ( + >=media-plugins/gst-plugins-mplex-${PV}:1.0[${MULTILIB_USEDEP}] + >=media-plugins/gst-plugins-mpeg2dec-${PV}:1.0[${MULTILIB_USEDEP}] ) + vpx? ( >=media-plugins/gst-plugins-vpx-${PV}:1.0[${MULTILIB_USEDEP}] ) + wavpack? ( >=media-plugins/gst-plugins-wavpack-${PV}:1.0[${MULTILIB_USEDEP}] ) + x264? ( >=media-plugins/gst-plugins-x264-${PV}:1.0[${MULTILIB_USEDEP}] ) +" + +# Usage note: +# The idea is that apps depend on this for optional gstreamer plugins. Then, +# when USE flags change, no app gets rebuilt, and all apps that can make use of +# the new plugin automatically do. + +# When adding deps here, make sure the keywords on the gst-plugin are valid. diff --git a/media-plugins/gst-plugins-modplug/Manifest b/media-plugins/gst-plugins-modplug/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-modplug/Manifest +++ b/media-plugins/gst-plugins-modplug/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.26.11.ebuild b/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.26.11.ebuild new file mode 100644 index 000000000000..946e4c133690 --- /dev/null +++ b/media-plugins/gst-plugins-modplug/gst-plugins-modplug-1.26.11.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="MOD audio decoder plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~x86" + +RDEPEND=">=media-libs/libmodplug-0.8.8.4-r1[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-mpeg2dec/Manifest b/media-plugins/gst-plugins-mpeg2dec/Manifest index 540c2fce4578..30bec832c86a 100644 --- a/media-plugins/gst-plugins-mpeg2dec/Manifest +++ b/media-plugins/gst-plugins-mpeg2dec/Manifest @@ -1 +1,2 @@ DIST gst-plugins-ugly-1.24.13.tar.xz 235824 BLAKE2B cee9b2fd83f15df1655263e5c1b4ad460c4ac318059704100b96d7a84d0645add33472edba93175bba1db6100697b43b4a6646d77d46c2ec8e2cb8d681e7dbe8 SHA512 0f40219638f29a6ca576bdf933d74e023d81a166e11e65c7a816b9941a8b9609ac5448659780d356b5e20af540f3aeea90c5f371adf31ae7c77fa5314863db28 +DIST gst-plugins-ugly-1.26.11.tar.xz 239172 BLAKE2B aa1303f6678463cc30ab54aaaf5ed356f06039c736ded5a73c0757cb4b203b42b85eec65a2a9b362d3d7b868506fca5a5991501abc5d3e6bea8483be43dd87ac SHA512 5324d43141e0640e05ed641fe7c5d0b08b0d34830cfbb3a6ca758d468aaebb3c963080711a8d3c1c3b49e347eb700dcdf994a5fe2a5e85615a253574bb59d6c5 diff --git a/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.26.11.ebuild b/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.26.11.ebuild new file mode 100644 index 000000000000..13db3fe05e9d --- /dev/null +++ b/media-plugins/gst-plugins-mpeg2dec/gst-plugins-mpeg2dec-1.26.11.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-ugly + +inherit gstreamer-meson + +DESCRIPTION="MPEG2 decoder plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=">=media-libs/libmpeg2-0.5.1-r2[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" + +multilib_src_configure() { + local emesonargs=( + -Dgpl=enabled + ) + + gstreamer_multilib_src_configure +} diff --git a/media-plugins/gst-plugins-mpeg2enc/Manifest b/media-plugins/gst-plugins-mpeg2enc/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-mpeg2enc/Manifest +++ b/media-plugins/gst-plugins-mpeg2enc/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.26.11.ebuild b/media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.26.11.ebuild new file mode 100644 index 000000000000..b9240e498cb1 --- /dev/null +++ b/media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.26.11.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="MPEG-1/2 video encoding plugin for GStreamer" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=">=media-video/mjpegtools-2.1.0-r1:=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" + +multilib_src_configure() { + local emesonargs=( + -Dgpl=enabled + ) + + gstreamer_multilib_src_configure +} diff --git a/media-plugins/gst-plugins-mpg123/Manifest b/media-plugins/gst-plugins-mpg123/Manifest index f7327f1a914a..a70c1d959d22 100644 --- a/media-plugins/gst-plugins-mpg123/Manifest +++ b/media-plugins/gst-plugins-mpg123/Manifest @@ -1 +1,2 @@ DIST gst-plugins-good-1.24.13.tar.xz 2949348 BLAKE2B b1862d872e034b8b57d6506b3ff5d9b96648158560954a05f5a74007fb35bcfb73b9d422d9b1b83f95f967aec7cad472c52fa863426353a4ddd6502a1c5201b7 SHA512 2a1fac20344b5c0d67dfcceb217edcbbfc7ec4d8454f8e9a9949f39a97597bbef74f790f31ee24ba2af571db9fad3ba4768bf80e24768c1d3210dc42d3a913db +DIST gst-plugins-good-1.26.11.tar.xz 3015468 BLAKE2B ca880aeb1c323e790b82f0cc67613ebec88ee7615ce3ac227bb048901687675022c5575c47078c8add597cfe0a7a1bd1a38e7471cf21c54cc995dc823febef24 SHA512 e13030821881b11abbb699513f1a459dab90d33778b3886191a23def3bc1a8967009942ae113b397c4b2080722c7365f1bf6ddeeb40d8e9de5c4b2b13fc3e7ec diff --git a/media-plugins/gst-plugins-mpg123/gst-plugins-mpg123-1.26.11.ebuild b/media-plugins/gst-plugins-mpg123/gst-plugins-mpg123-1.26.11.ebuild new file mode 100644 index 000000000000..016cd38608ad --- /dev/null +++ b/media-plugins/gst-plugins-mpg123/gst-plugins-mpg123-1.26.11.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-good + +inherit gstreamer-meson + +DESCRIPTION="MP3 decoder plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + >=media-sound/mpg123-base-1.23[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-mplex/Manifest b/media-plugins/gst-plugins-mplex/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-mplex/Manifest +++ b/media-plugins/gst-plugins-mplex/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-mplex/gst-plugins-mplex-1.26.11.ebuild b/media-plugins/gst-plugins-mplex/gst-plugins-mplex-1.26.11.ebuild new file mode 100644 index 000000000000..73a0fe6d138f --- /dev/null +++ b/media-plugins/gst-plugins-mplex/gst-plugins-mplex-1.26.11.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="MPEG/DVD/SVCD/VCD video/audio multiplexing plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=">=media-video/mjpegtools-2.1.0-r1:=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" + +multilib_src_configure() { + local emesonargs=( + -Dgpl=enabled + ) + + gstreamer_multilib_src_configure +} diff --git a/media-plugins/gst-plugins-neon/Manifest b/media-plugins/gst-plugins-neon/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-neon/Manifest +++ b/media-plugins/gst-plugins-neon/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-neon/gst-plugins-neon-1.26.11.ebuild b/media-plugins/gst-plugins-neon/gst-plugins-neon-1.26.11.ebuild new file mode 100644 index 000000000000..ef633f85fb9e --- /dev/null +++ b/media-plugins/gst-plugins-neon/gst-plugins-neon-1.26.11.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="HTTP client source plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~ppc64 ~x86" + +RDEPEND=">=net-libs/neon-0.30.0:=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-openaptx/Manifest b/media-plugins/gst-plugins-openaptx/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-openaptx/Manifest +++ b/media-plugins/gst-plugins-openaptx/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-openaptx/gst-plugins-openaptx-1.26.11.ebuild b/media-plugins/gst-plugins-openaptx/gst-plugins-openaptx-1.26.11.ebuild new file mode 100644 index 000000000000..269868ab6342 --- /dev/null +++ b/media-plugins/gst-plugins-openaptx/gst-plugins-openaptx-1.26.11.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="openaptx plugin for GStreamer" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" + +RDEPEND=" + || ( + >=media-libs/libfreeaptx-0.1.1[${MULTILIB_USEDEP}] + =media-libs/libopenaptx-0.2.0*[${MULTILIB_USEDEP}] + ) +" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-opencv/Manifest b/media-plugins/gst-plugins-opencv/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-opencv/Manifest +++ b/media-plugins/gst-plugins-opencv/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.26.11.ebuild b/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.26.11.ebuild new file mode 100644 index 000000000000..e38fb588c342 --- /dev/null +++ b/media-plugins/gst-plugins-opencv/gst-plugins-opencv-1.26.11.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad +inherit gstreamer-meson + +DESCRIPTION="OpenCV elements for GStreamer" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=">=media-libs/opencv-4.1.2-r3:=[contrib,contribdnn,${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" + +multilib_src_install() { + gstreamer_multilib_src_install + + # Handhold install of libgstopencv.so outside of gst-plugins-bad + for file in gst-libs/gst/opencv/* ; do + if [[ -f ${file} ]] && ! [[ -d ${file} ]] && ! [[ -h ${file} ]]; then + # libgstopencv-1.0.so.0.2413.0 -> libgstopencv-1.0.so.0 -> libgstopencv-1.0.so + dolib.so "${file}" + file_name="${file##*\/}" + dosym "${file_name}" "${EPREFIX}/usr/$(get_libdir)/${file_name%.*.*}" + dosym "${file_name%.*.*}" "${EPREFIX}/usr/$(get_libdir)/${file_name%.*.*.*}" + fi + done + insinto /usr/include/gstreamer-${SLOT}/gst/opencv/ + doins "${S}"/gst-libs/gst/opencv/*.h +} diff --git a/media-plugins/gst-plugins-openh264/Manifest b/media-plugins/gst-plugins-openh264/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-openh264/Manifest +++ b/media-plugins/gst-plugins-openh264/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-openh264/gst-plugins-openh264-1.26.11.ebuild b/media-plugins/gst-plugins-openh264/gst-plugins-openh264-1.26.11.ebuild new file mode 100644 index 000000000000..24bc34e0a1e7 --- /dev/null +++ b/media-plugins/gst-plugins-openh264/gst-plugins-openh264-1.26.11.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="H.264 encoder/decoder plugin for GStreamer" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +RDEPEND=">=media-libs/openh264-1.3:=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-opus/Manifest b/media-plugins/gst-plugins-opus/Manifest index 5bc269faa936..125cf26a293b 100644 --- a/media-plugins/gst-plugins-opus/Manifest +++ b/media-plugins/gst-plugins-opus/Manifest @@ -1,2 +1,4 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef DIST gst-plugins-base-1.24.13.tar.xz 2468556 BLAKE2B 6b187799f58ada3d56143ade2392dbaff74dcd77afce382013e6c3a7adae0584f45f1313bc84453fab00f8e3989f70e5b3c31d372370f1bb4529da8805fe4642 SHA512 e770175c6ad9613f1b4f7d10a8106342d1b261663863d7414d0012c25856c5418fbbd65792478cb403141fd4bc79f1567bfd249ae27393eac3a05b9ad7888aca +DIST gst-plugins-base-1.26.11.tar.xz 2510680 BLAKE2B d74d013e709aff8225ce2e0ebda7aa70f8811ac7e614de491080ae4026b348c19e6f8ed700f8e4dafef12d600dc2fdd5343413d45291c539eb0e3bc70dfecf21 SHA512 7cac1bcd3f7af056062026aafcbcd43ed9a2f7cf828ee2e8ed2112816f95e770c27065dfbbf83d90831111f17e4550652ccc849a68e71334b24cd86845183d8d diff --git a/media-plugins/gst-plugins-opus/gst-plugins-opus-1.26.11.ebuild b/media-plugins/gst-plugins-opus/gst-plugins-opus-1.26.11.ebuild new file mode 100644 index 000000000000..e0232ae27dc1 --- /dev/null +++ b/media-plugins/gst-plugins-opus/gst-plugins-opus-1.26.11.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-base + +inherit gstreamer-meson + +DESCRIPTION="Opus audio parser plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +COMMON_DEPEND=">=media-libs/opus-1.1:=[${MULTILIB_USEDEP}]" + +RDEPEND="${COMMON_DEPEND} + >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP},ogg] +" +DEPEND="${COMMON_DEPEND}" + +src_prepare() { + default + gstreamer_system_package audio_dep:gstreamer-audio \ + pbutils_dep:gstreamer-pbutils \ + tag_dep:gstreamer-tag +} + +# Everything below is for building opusparse from gst-plugins-bad. Once it moves into -base, all below can be removed +SRC_URI+=" https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-${PV}.tar.${GST_TARBALL_SUFFIX}" + +in_bdir() { + pushd "${BUILD_DIR}" || die + "$@" + popd || die +} + +src_configure() { + S="${WORKDIR}/gst-plugins-base-${PV}" multilib_foreach_abi gstreamer_multilib_src_configure + S="${WORKDIR}/gst-plugins-bad-${PV}" multilib_foreach_abi gstreamer_multilib_src_configure +} + +src_compile() { + S="${WORKDIR}/gst-plugins-base-${PV}" multilib_foreach_abi in_bdir gstreamer_multilib_src_compile + S="${WORKDIR}/gst-plugins-bad-${PV}" multilib_foreach_abi in_bdir gstreamer_multilib_src_compile +} + +src_install() { + S="${WORKDIR}/gst-plugins-base-${PV}" multilib_foreach_abi in_bdir gstreamer_multilib_src_install + S="${WORKDIR}/gst-plugins-bad-${PV}" multilib_foreach_abi in_bdir gstreamer_multilib_src_install +} diff --git a/media-plugins/gst-plugins-oss/Manifest b/media-plugins/gst-plugins-oss/Manifest index f7327f1a914a..a70c1d959d22 100644 --- a/media-plugins/gst-plugins-oss/Manifest +++ b/media-plugins/gst-plugins-oss/Manifest @@ -1 +1,2 @@ DIST gst-plugins-good-1.24.13.tar.xz 2949348 BLAKE2B b1862d872e034b8b57d6506b3ff5d9b96648158560954a05f5a74007fb35bcfb73b9d422d9b1b83f95f967aec7cad472c52fa863426353a4ddd6502a1c5201b7 SHA512 2a1fac20344b5c0d67dfcceb217edcbbfc7ec4d8454f8e9a9949f39a97597bbef74f790f31ee24ba2af571db9fad3ba4768bf80e24768c1d3210dc42d3a913db +DIST gst-plugins-good-1.26.11.tar.xz 3015468 BLAKE2B ca880aeb1c323e790b82f0cc67613ebec88ee7615ce3ac227bb048901687675022c5575c47078c8add597cfe0a7a1bd1a38e7471cf21c54cc995dc823febef24 SHA512 e13030821881b11abbb699513f1a459dab90d33778b3886191a23def3bc1a8967009942ae113b397c4b2080722c7365f1bf6ddeeb40d8e9de5c4b2b13fc3e7ec diff --git a/media-plugins/gst-plugins-oss/gst-plugins-oss-1.26.11.ebuild b/media-plugins/gst-plugins-oss/gst-plugins-oss-1.26.11.ebuild new file mode 100644 index 000000000000..436f51cb1947 --- /dev/null +++ b/media-plugins/gst-plugins-oss/gst-plugins-oss-1.26.11.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-good + +inherit gstreamer-meson + +DESCRIPTION="OSS (Open Sound System) support plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND="" +DEPEND="virtual/os-headers" diff --git a/media-plugins/gst-plugins-pulse/Manifest b/media-plugins/gst-plugins-pulse/Manifest index f7327f1a914a..a70c1d959d22 100644 --- a/media-plugins/gst-plugins-pulse/Manifest +++ b/media-plugins/gst-plugins-pulse/Manifest @@ -1 +1,2 @@ DIST gst-plugins-good-1.24.13.tar.xz 2949348 BLAKE2B b1862d872e034b8b57d6506b3ff5d9b96648158560954a05f5a74007fb35bcfb73b9d422d9b1b83f95f967aec7cad472c52fa863426353a4ddd6502a1c5201b7 SHA512 2a1fac20344b5c0d67dfcceb217edcbbfc7ec4d8454f8e9a9949f39a97597bbef74f790f31ee24ba2af571db9fad3ba4768bf80e24768c1d3210dc42d3a913db +DIST gst-plugins-good-1.26.11.tar.xz 3015468 BLAKE2B ca880aeb1c323e790b82f0cc67613ebec88ee7615ce3ac227bb048901687675022c5575c47078c8add597cfe0a7a1bd1a38e7471cf21c54cc995dc823febef24 SHA512 e13030821881b11abbb699513f1a459dab90d33778b3886191a23def3bc1a8967009942ae113b397c4b2080722c7365f1bf6ddeeb40d8e9de5c4b2b13fc3e7ec diff --git a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.26.11.ebuild b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.26.11.ebuild new file mode 100644 index 000000000000..4170b0688ba9 --- /dev/null +++ b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.26.11.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-good + +inherit gstreamer-meson + +DESCRIPTION="PulseAudio sound server plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}] + >=media-libs/libpulse-2.1-r1[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-qt6/Manifest b/media-plugins/gst-plugins-qt6/Manifest index f7327f1a914a..a70c1d959d22 100644 --- a/media-plugins/gst-plugins-qt6/Manifest +++ b/media-plugins/gst-plugins-qt6/Manifest @@ -1 +1,2 @@ DIST gst-plugins-good-1.24.13.tar.xz 2949348 BLAKE2B b1862d872e034b8b57d6506b3ff5d9b96648158560954a05f5a74007fb35bcfb73b9d422d9b1b83f95f967aec7cad472c52fa863426353a4ddd6502a1c5201b7 SHA512 2a1fac20344b5c0d67dfcceb217edcbbfc7ec4d8454f8e9a9949f39a97597bbef74f790f31ee24ba2af571db9fad3ba4768bf80e24768c1d3210dc42d3a913db +DIST gst-plugins-good-1.26.11.tar.xz 3015468 BLAKE2B ca880aeb1c323e790b82f0cc67613ebec88ee7615ce3ac227bb048901687675022c5575c47078c8add597cfe0a7a1bd1a38e7471cf21c54cc995dc823febef24 SHA512 e13030821881b11abbb699513f1a459dab90d33778b3886191a23def3bc1a8967009942ae113b397c4b2080722c7365f1bf6ddeeb40d8e9de5c4b2b13fc3e7ec diff --git a/media-plugins/gst-plugins-qt6/gst-plugins-qt6-1.26.11.ebuild b/media-plugins/gst-plugins-qt6/gst-plugins-qt6-1.26.11.ebuild new file mode 100644 index 000000000000..0c179bc5eda6 --- /dev/null +++ b/media-plugins/gst-plugins-qt6/gst-plugins-qt6-1.26.11.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +GST_ORG_MODULE=gst-plugins-good +GST_PLUGINS_MULTILIB=false +inherit gstreamer-meson + +DESCRIPTION="Qt6 QML video sink plugin for GStreamer" + +LICENSE="GPL-2" +SLOT="1.0" +KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="X" + +DEPEND=" + dev-qt/qtbase:6=[gui,opengl,wayland,X?] + dev-qt/qtdeclarative:6[opengl] + >=media-libs/gst-plugins-base-${PV}:${SLOT}[egl,opengl,wayland,X?] +" +RDEPEND="${DEPEND}" +RDEPEND+=" || ( >=dev-qt/qtbase-6.10:6[wayland] <dev-qt/qtwayland-6.10:6 )" +BDEPEND=" + dev-qt/qtbase:6 + dev-qt/qtdeclarative:6 + dev-qt/qtshadertools:6 +" + +src_configure() { + local emesonargs=( + $(meson_feature X qt-x11) + -Dqt-egl=disabled + -Dqt-wayland=enabled + ) + gstreamer-meson_src_configure +} diff --git a/media-plugins/gst-plugins-raw1394/Manifest b/media-plugins/gst-plugins-raw1394/Manifest index f7327f1a914a..a70c1d959d22 100644 --- a/media-plugins/gst-plugins-raw1394/Manifest +++ b/media-plugins/gst-plugins-raw1394/Manifest @@ -1 +1,2 @@ DIST gst-plugins-good-1.24.13.tar.xz 2949348 BLAKE2B b1862d872e034b8b57d6506b3ff5d9b96648158560954a05f5a74007fb35bcfb73b9d422d9b1b83f95f967aec7cad472c52fa863426353a4ddd6502a1c5201b7 SHA512 2a1fac20344b5c0d67dfcceb217edcbbfc7ec4d8454f8e9a9949f39a97597bbef74f790f31ee24ba2af571db9fad3ba4768bf80e24768c1d3210dc42d3a913db +DIST gst-plugins-good-1.26.11.tar.xz 3015468 BLAKE2B ca880aeb1c323e790b82f0cc67613ebec88ee7615ce3ac227bb048901687675022c5575c47078c8add597cfe0a7a1bd1a38e7471cf21c54cc995dc823febef24 SHA512 e13030821881b11abbb699513f1a459dab90d33778b3886191a23def3bc1a8967009942ae113b397c4b2080722c7365f1bf6ddeeb40d8e9de5c4b2b13fc3e7ec diff --git a/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.26.11.ebuild b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.26.11.ebuild new file mode 100644 index 000000000000..7220457a311d --- /dev/null +++ b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.26.11.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-good + +inherit gstreamer-meson + +DESCRIPTION="Fiwewire DV/HDV capture plugin for GStreamer" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" + +RDEPEND=" + >=media-libs/libiec61883-1.2.0-r1[${MULTILIB_USEDEP}] + >=sys-libs/libraw1394-2.1.0-r1[${MULTILIB_USEDEP}] + >=sys-libs/libavc1394-0.5.4-r1[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND}" + +GST_PLUGINS_ENABLED="dv1394" +GST_PLUGINS_BUILD_DIR="raw1394" diff --git a/media-plugins/gst-plugins-resindvd/Manifest b/media-plugins/gst-plugins-resindvd/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-resindvd/Manifest +++ b/media-plugins/gst-plugins-resindvd/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.26.11.ebuild b/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.26.11.ebuild new file mode 100644 index 000000000000..e4c10feb3203 --- /dev/null +++ b/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.26.11.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="DVD playback support plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + >=media-libs/libdvdnav-4.2.0-r1:=[${MULTILIB_USEDEP}] + >=media-libs/libdvdread-4.2.0-r1:=[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND}" + +multilib_src_configure() { + local emesonargs=( + -Dgpl=enabled + ) + + gstreamer_multilib_src_configure +} diff --git a/media-plugins/gst-plugins-rtmp/Manifest b/media-plugins/gst-plugins-rtmp/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-rtmp/Manifest +++ b/media-plugins/gst-plugins-rtmp/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-rtmp/gst-plugins-rtmp-1.26.11.ebuild b/media-plugins/gst-plugins-rtmp/gst-plugins-rtmp-1.26.11.ebuild new file mode 100644 index 000000000000..97299d4a9464 --- /dev/null +++ b/media-plugins/gst-plugins-rtmp/gst-plugins-rtmp-1.26.11.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="RTMP source/sink plugin for GStreamer" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=">=media-video/rtmpdump-2.4_p20131018[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-sbc/Manifest b/media-plugins/gst-plugins-sbc/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-sbc/Manifest +++ b/media-plugins/gst-plugins-sbc/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-sbc/gst-plugins-sbc-1.26.11.ebuild b/media-plugins/gst-plugins-sbc/gst-plugins-sbc-1.26.11.ebuild new file mode 100644 index 000000000000..6461b879486f --- /dev/null +++ b/media-plugins/gst-plugins-sbc/gst-plugins-sbc-1.26.11.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="SBC encoder and decoder plugin for GStreamer" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND="media-libs/sbc[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-sctp/Manifest b/media-plugins/gst-plugins-sctp/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-sctp/Manifest +++ b/media-plugins/gst-plugins-sctp/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-sctp/gst-plugins-sctp-1.26.11.ebuild b/media-plugins/gst-plugins-sctp/gst-plugins-sctp-1.26.11.ebuild new file mode 100644 index 000000000000..9c2ce3602060 --- /dev/null +++ b/media-plugins/gst-plugins-sctp/gst-plugins-sctp-1.26.11.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="SCTP plugins for GStreamer" +KEYWORDS="~amd64 ~arm64" + +RDEPEND="" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-shout2/Manifest b/media-plugins/gst-plugins-shout2/Manifest index f7327f1a914a..a70c1d959d22 100644 --- a/media-plugins/gst-plugins-shout2/Manifest +++ b/media-plugins/gst-plugins-shout2/Manifest @@ -1 +1,2 @@ DIST gst-plugins-good-1.24.13.tar.xz 2949348 BLAKE2B b1862d872e034b8b57d6506b3ff5d9b96648158560954a05f5a74007fb35bcfb73b9d422d9b1b83f95f967aec7cad472c52fa863426353a4ddd6502a1c5201b7 SHA512 2a1fac20344b5c0d67dfcceb217edcbbfc7ec4d8454f8e9a9949f39a97597bbef74f790f31ee24ba2af571db9fad3ba4768bf80e24768c1d3210dc42d3a913db +DIST gst-plugins-good-1.26.11.tar.xz 3015468 BLAKE2B ca880aeb1c323e790b82f0cc67613ebec88ee7615ce3ac227bb048901687675022c5575c47078c8add597cfe0a7a1bd1a38e7471cf21c54cc995dc823febef24 SHA512 e13030821881b11abbb699513f1a459dab90d33778b3886191a23def3bc1a8967009942ae113b397c4b2080722c7365f1bf6ddeeb40d8e9de5c4b2b13fc3e7ec diff --git a/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.26.11.ebuild b/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.26.11.ebuild new file mode 100644 index 000000000000..9d93fb8ca329 --- /dev/null +++ b/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.26.11.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-good + +inherit gstreamer-meson + +DESCRIPTION="Icecast server sink plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~ppc64 ~x86" + +# Requires >= 2.4.3 but prefers >= 2.4.6 +RDEPEND=">=media-libs/libshout-2.4.6[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-sidplay/Manifest b/media-plugins/gst-plugins-sidplay/Manifest index 540c2fce4578..30bec832c86a 100644 --- a/media-plugins/gst-plugins-sidplay/Manifest +++ b/media-plugins/gst-plugins-sidplay/Manifest @@ -1 +1,2 @@ DIST gst-plugins-ugly-1.24.13.tar.xz 235824 BLAKE2B cee9b2fd83f15df1655263e5c1b4ad460c4ac318059704100b96d7a84d0645add33472edba93175bba1db6100697b43b4a6646d77d46c2ec8e2cb8d681e7dbe8 SHA512 0f40219638f29a6ca576bdf933d74e023d81a166e11e65c7a816b9941a8b9609ac5448659780d356b5e20af540f3aeea90c5f371adf31ae7c77fa5314863db28 +DIST gst-plugins-ugly-1.26.11.tar.xz 239172 BLAKE2B aa1303f6678463cc30ab54aaaf5ed356f06039c736ded5a73c0757cb4b203b42b85eec65a2a9b362d3d7b868506fca5a5991501abc5d3e6bea8483be43dd87ac SHA512 5324d43141e0640e05ed641fe7c5d0b08b0d34830cfbb3a6ca758d468aaebb3c963080711a8d3c1c3b49e347eb700dcdf994a5fe2a5e85615a253574bb59d6c5 diff --git a/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.26.11.ebuild b/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.26.11.ebuild new file mode 100644 index 000000000000..8c1779d834af --- /dev/null +++ b/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.26.11.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-ugly + +inherit gstreamer-meson + +DESCRIPTION="Sid decoder plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=">=media-libs/libsidplay-1.36.59-r1:1[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" + +multilib_src_configure() { + local emesonargs=( + -Dgpl=enabled + ) + + gstreamer_multilib_src_configure +} diff --git a/media-plugins/gst-plugins-smoothstreaming/Manifest b/media-plugins/gst-plugins-smoothstreaming/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-smoothstreaming/Manifest +++ b/media-plugins/gst-plugins-smoothstreaming/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.26.11.ebuild b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.26.11.ebuild new file mode 100644 index 000000000000..99db1814339e --- /dev/null +++ b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.26.11.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="Smooth Streaming plugin for GStreamer" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=">=dev-libs/libxml2-2.9.1-r4:=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" + +src_prepare() { + default + gstreamer_system_package gstcodecparsers_dep:gstreamer-codecparsers + gstreamer_system_library \ + gstadaptivedemux_dep:gstadaptivedemux \ + gstisoff_dep:gstisoff \ + gsturidownloader_dep:gsturidownloader +} + +pkg_postinst() { + einfo "media-plugins/gst-plugins-adaptivedemux2 provides an alternative smooth streaming demuxer option (mssdemux2)" +} diff --git a/media-plugins/gst-plugins-soundtouch/Manifest b/media-plugins/gst-plugins-soundtouch/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-soundtouch/Manifest +++ b/media-plugins/gst-plugins-soundtouch/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.26.11.ebuild b/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.26.11.ebuild new file mode 100644 index 000000000000..75b3bf703ce7 --- /dev/null +++ b/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.26.11.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="Beats-per-minute detection and pitch controlling plugin for GStreamer" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=">=media-libs/libsoundtouch-1.7.1:=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-soup/Manifest b/media-plugins/gst-plugins-soup/Manifest index f7327f1a914a..a70c1d959d22 100644 --- a/media-plugins/gst-plugins-soup/Manifest +++ b/media-plugins/gst-plugins-soup/Manifest @@ -1 +1,2 @@ DIST gst-plugins-good-1.24.13.tar.xz 2949348 BLAKE2B b1862d872e034b8b57d6506b3ff5d9b96648158560954a05f5a74007fb35bcfb73b9d422d9b1b83f95f967aec7cad472c52fa863426353a4ddd6502a1c5201b7 SHA512 2a1fac20344b5c0d67dfcceb217edcbbfc7ec4d8454f8e9a9949f39a97597bbef74f790f31ee24ba2af571db9fad3ba4768bf80e24768c1d3210dc42d3a913db +DIST gst-plugins-good-1.26.11.tar.xz 3015468 BLAKE2B ca880aeb1c323e790b82f0cc67613ebec88ee7615ce3ac227bb048901687675022c5575c47078c8add597cfe0a7a1bd1a38e7471cf21c54cc995dc823febef24 SHA512 e13030821881b11abbb699513f1a459dab90d33778b3886191a23def3bc1a8967009942ae113b397c4b2080722c7365f1bf6ddeeb40d8e9de5c4b2b13fc3e7ec diff --git a/media-plugins/gst-plugins-soup/gst-plugins-soup-1.26.11.ebuild b/media-plugins/gst-plugins-soup/gst-plugins-soup-1.26.11.ebuild new file mode 100644 index 000000000000..b224bfa2fca2 --- /dev/null +++ b/media-plugins/gst-plugins-soup/gst-plugins-soup-1.26.11.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-good + +inherit gstreamer-meson + +DESCRIPTION="HTTP client source/sink plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos" + +# Since 1.24.x, dlopen()s with preference for 3.0. But just say 3.0 here +# given having a 2.4-only system is impossible at this point. +RDEPEND="net-libs/libsoup:3.0[${MULTILIB_USEDEP}]" diff --git a/media-plugins/gst-plugins-speex/Manifest b/media-plugins/gst-plugins-speex/Manifest index f7327f1a914a..a70c1d959d22 100644 --- a/media-plugins/gst-plugins-speex/Manifest +++ b/media-plugins/gst-plugins-speex/Manifest @@ -1 +1,2 @@ DIST gst-plugins-good-1.24.13.tar.xz 2949348 BLAKE2B b1862d872e034b8b57d6506b3ff5d9b96648158560954a05f5a74007fb35bcfb73b9d422d9b1b83f95f967aec7cad472c52fa863426353a4ddd6502a1c5201b7 SHA512 2a1fac20344b5c0d67dfcceb217edcbbfc7ec4d8454f8e9a9949f39a97597bbef74f790f31ee24ba2af571db9fad3ba4768bf80e24768c1d3210dc42d3a913db +DIST gst-plugins-good-1.26.11.tar.xz 3015468 BLAKE2B ca880aeb1c323e790b82f0cc67613ebec88ee7615ce3ac227bb048901687675022c5575c47078c8add597cfe0a7a1bd1a38e7471cf21c54cc995dc823febef24 SHA512 e13030821881b11abbb699513f1a459dab90d33778b3886191a23def3bc1a8967009942ae113b397c4b2080722c7365f1bf6ddeeb40d8e9de5c4b2b13fc3e7ec diff --git a/media-plugins/gst-plugins-speex/gst-plugins-speex-1.26.11.ebuild b/media-plugins/gst-plugins-speex/gst-plugins-speex-1.26.11.ebuild new file mode 100644 index 000000000000..fb4daa0ad61c --- /dev/null +++ b/media-plugins/gst-plugins-speex/gst-plugins-speex-1.26.11.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-good + +inherit gstreamer-meson + +DESCRIPTION="Speex encoder/decoder plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=">=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-srt/Manifest b/media-plugins/gst-plugins-srt/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-srt/Manifest +++ b/media-plugins/gst-plugins-srt/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-srt/gst-plugins-srt-1.26.11.ebuild b/media-plugins/gst-plugins-srt/gst-plugins-srt-1.26.11.ebuild new file mode 100644 index 000000000000..f6ae41eac78d --- /dev/null +++ b/media-plugins/gst-plugins-srt/gst-plugins-srt-1.26.11.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="Secure reliable transport (SRT) transfer plugin for GStreamer" +KEYWORDS="~amd64 ~arm64" + +RDEPEND=">=net-libs/srt-1.3.0:=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" +BDEPEND="dev-util/glib-utils" diff --git a/media-plugins/gst-plugins-srtp/Manifest b/media-plugins/gst-plugins-srtp/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-srtp/Manifest +++ b/media-plugins/gst-plugins-srtp/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.26.11.ebuild b/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.26.11.ebuild new file mode 100644 index 000000000000..c8add99d77f0 --- /dev/null +++ b/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.26.11.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="SRTP encoder/decoder plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" + +RDEPEND=">=net-libs/libsrtp-2.1.0:2=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" +BDEPEND="dev-util/glib-utils" diff --git a/media-plugins/gst-plugins-taglib/Manifest b/media-plugins/gst-plugins-taglib/Manifest index f7327f1a914a..a70c1d959d22 100644 --- a/media-plugins/gst-plugins-taglib/Manifest +++ b/media-plugins/gst-plugins-taglib/Manifest @@ -1 +1,2 @@ DIST gst-plugins-good-1.24.13.tar.xz 2949348 BLAKE2B b1862d872e034b8b57d6506b3ff5d9b96648158560954a05f5a74007fb35bcfb73b9d422d9b1b83f95f967aec7cad472c52fa863426353a4ddd6502a1c5201b7 SHA512 2a1fac20344b5c0d67dfcceb217edcbbfc7ec4d8454f8e9a9949f39a97597bbef74f790f31ee24ba2af571db9fad3ba4768bf80e24768c1d3210dc42d3a913db +DIST gst-plugins-good-1.26.11.tar.xz 3015468 BLAKE2B ca880aeb1c323e790b82f0cc67613ebec88ee7615ce3ac227bb048901687675022c5575c47078c8add597cfe0a7a1bd1a38e7471cf21c54cc995dc823febef24 SHA512 e13030821881b11abbb699513f1a459dab90d33778b3886191a23def3bc1a8967009942ae113b397c4b2080722c7365f1bf6ddeeb40d8e9de5c4b2b13fc3e7ec diff --git a/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.26.11.ebuild b/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.26.11.ebuild new file mode 100644 index 000000000000..af1f1b249a82 --- /dev/null +++ b/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.26.11.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-good + +inherit gstreamer-meson + +DESCRIPTION="ID3v2/APEv2 tagger plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=">=media-libs/taglib-1.9.1:=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-twolame/Manifest b/media-plugins/gst-plugins-twolame/Manifest index f7327f1a914a..a70c1d959d22 100644 --- a/media-plugins/gst-plugins-twolame/Manifest +++ b/media-plugins/gst-plugins-twolame/Manifest @@ -1 +1,2 @@ DIST gst-plugins-good-1.24.13.tar.xz 2949348 BLAKE2B b1862d872e034b8b57d6506b3ff5d9b96648158560954a05f5a74007fb35bcfb73b9d422d9b1b83f95f967aec7cad472c52fa863426353a4ddd6502a1c5201b7 SHA512 2a1fac20344b5c0d67dfcceb217edcbbfc7ec4d8454f8e9a9949f39a97597bbef74f790f31ee24ba2af571db9fad3ba4768bf80e24768c1d3210dc42d3a913db +DIST gst-plugins-good-1.26.11.tar.xz 3015468 BLAKE2B ca880aeb1c323e790b82f0cc67613ebec88ee7615ce3ac227bb048901687675022c5575c47078c8add597cfe0a7a1bd1a38e7471cf21c54cc995dc823febef24 SHA512 e13030821881b11abbb699513f1a459dab90d33778b3886191a23def3bc1a8967009942ae113b397c4b2080722c7365f1bf6ddeeb40d8e9de5c4b2b13fc3e7ec diff --git a/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.26.11.ebuild b/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.26.11.ebuild new file mode 100644 index 000000000000..76bc636577f6 --- /dev/null +++ b/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.26.11.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-good + +inherit gstreamer-meson + +DESCRIPTION="MPEG2 encoder plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=">=media-sound/twolame-0.3.13-r1[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-uvch264/Manifest b/media-plugins/gst-plugins-uvch264/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-uvch264/Manifest +++ b/media-plugins/gst-plugins-uvch264/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.26.11.ebuild b/media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.26.11.ebuild new file mode 100644 index 000000000000..b5e13d6760d9 --- /dev/null +++ b/media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.26.11.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="UVC compliant H264 encoding cameras plugin for GStreamer" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=" + dev-libs/libgudev:=[${MULTILIB_USEDEP}] + virtual/libusb:1[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND}" + +src_prepare() { + default + gstreamer_system_library gstbasecamerabin_dep:libgstbasecamerabinsrc +} diff --git a/media-plugins/gst-plugins-v4l2/Manifest b/media-plugins/gst-plugins-v4l2/Manifest index f7327f1a914a..a70c1d959d22 100644 --- a/media-plugins/gst-plugins-v4l2/Manifest +++ b/media-plugins/gst-plugins-v4l2/Manifest @@ -1 +1,2 @@ DIST gst-plugins-good-1.24.13.tar.xz 2949348 BLAKE2B b1862d872e034b8b57d6506b3ff5d9b96648158560954a05f5a74007fb35bcfb73b9d422d9b1b83f95f967aec7cad472c52fa863426353a4ddd6502a1c5201b7 SHA512 2a1fac20344b5c0d67dfcceb217edcbbfc7ec4d8454f8e9a9949f39a97597bbef74f790f31ee24ba2af571db9fad3ba4768bf80e24768c1d3210dc42d3a913db +DIST gst-plugins-good-1.26.11.tar.xz 3015468 BLAKE2B ca880aeb1c323e790b82f0cc67613ebec88ee7615ce3ac227bb048901687675022c5575c47078c8add597cfe0a7a1bd1a38e7471cf21c54cc995dc823febef24 SHA512 e13030821881b11abbb699513f1a459dab90d33778b3886191a23def3bc1a8967009942ae113b397c4b2080722c7365f1bf6ddeeb40d8e9de5c4b2b13fc3e7ec diff --git a/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.26.11.ebuild b/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.26.11.ebuild new file mode 100644 index 000000000000..98f94b3faa33 --- /dev/null +++ b/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.26.11.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-good + +inherit gstreamer-meson + +DESCRIPION="V4L2 source/sink plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="udev" + +RDEPEND=" + >=media-libs/libv4l-0.9.5[${MULTILIB_USEDEP}] + >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}] + udev? ( >=dev-libs/libgudev-208:=[${MULTILIB_USEDEP}] ) +" +DEPEND="${RDEPEND} + virtual/os-headers +" + +GST_PLUGINS_ENABLED="v4l2" + +multilib_src_configure() { + local emesonargs=( + -Dv4l2-gudev=$(usex udev enabled disabled) + ) + + gstreamer_multilib_src_configure +} diff --git a/media-plugins/gst-plugins-vaapi/Manifest b/media-plugins/gst-plugins-vaapi/Manifest index 1e07ec6613bd..58186ba241c3 100644 --- a/media-plugins/gst-plugins-vaapi/Manifest +++ b/media-plugins/gst-plugins-vaapi/Manifest @@ -1 +1,2 @@ DIST gstreamer-vaapi-1.24.13.tar.xz 562608 BLAKE2B 4f074a5051f5df8d7238e7f5cce2649e12c4a8bae5463385637a8e52b5abb94b3f067e66b07a396f99c1fa2d13be055dc9e50687b534c3cb678ba4834e985cec SHA512 e1d1aac0ddd00555d4e518aee2775330c5497e0caa0dcfa8d0ed2d48c8082a1ea234e0f222aad91af41fbc0680b9b59e4c4659eee301fe6dc9bf4fc89bf20671 +DIST gstreamer-vaapi-1.26.11.tar.xz 561836 BLAKE2B 0ada460e7d1787c1ea385fb379f4f73ee0e80b1a148c12da3bbf15e0c4db66874879ea3747e8aaf6e8db6fa264286b571abfb4dbed7feacde62285a5db1d6d67 SHA512 047e5f3a79e375d4ce89a1138ff28de92b30888ddb51590e1e68dcfc5efe53abd596fe647d29d48218da4fa2e8b9c4b6b96ed4e31a10eb7b71e047d9916b35e4 diff --git a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.26.11.ebuild b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.26.11.ebuild new file mode 100644 index 000000000000..a399dedf9160 --- /dev/null +++ b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.26.11.ebuild @@ -0,0 +1,94 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit gstreamer-meson + +MY_PN="gstreamer-vaapi" +DESCRIPTION="Hardware accelerated video decoding through VA-API plugin for GStreamer" +HOMEPAGE="https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi" +SRC_URI="https://gstreamer.freedesktop.org/src/${MY_PN}/${MY_PN}-${PV}.tar.xz" +S="${WORKDIR}/${MY_PN}-${PV}" + +LICENSE="LGPL-2.1+" +SLOT="1.0" +KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" +IUSE="+drm +egl +gles2 opengl wayland +X" # Keep default enabled IUSE in sync with gst-plugins-base and libva + +# gst-vaapi configure is based around GL platform mainly, unlike gst-plugins-bad that goes by GL API mainly; for less surprises, +# we design gst-vaapi ebuild in terms of GL API as main choice as well, meaning that USE opengl and/or gles2 is required to +# enable opengl support at all and choices get chained from there. +# One or multiple video output are required: drm, x11, glx, egl and/or wayland; +# but GL API is our main trigger, thus USE=egl should be ineffective if neither gles2 or opengl is enabled; +# So "|| ( drm egl opengl wayland X )" would be wrong, because egl isn't built with USE="egl -opengl -gles2", ending up with no video outputs. +# As we ensure at least one working GL output with other REQUIRED_USE, we can put gles2/opengl in REQUIRED_USE instead of egl, solving the issue. +# gles2 API only supported windowing system (on linux) is EGL, so require it +# opengl API only supported windowing systems (on linux) are EGL and GLX, so require one of them (glx is enabled with USE="opengl X") +REQUIRED_USE=" + || ( drm gles2 opengl wayland X ) + gles2? ( egl ) + opengl? ( || ( egl X ) ) + wayland? ( drm ) +" + +# glx doesn't require libva-glx (libva[opengl]) afaics, only by tests/test-display.c +# USE flag behavior: +# 'drm' enables vaapi drm support +# 'egl' enables EGL platform support (but only if also 'opengl||gles2') +# - 'egl' is exposed as a USE flag mainly to get EGL support instead of or in addition to GLX support with desktop GL while keeping it optional for pure GLX cases; +# it's always required with USE=gles2, thus USE="gles2 opengl X" will require and build desktop GL EGL platform support as well on top of GLX, which doesn't add extra deps at that point. +# 'gles2' enables GLESv2 or GLESv3 based GL API support +# 'opengl' enables desktop OpenGL based GL API support +# 'wayland' enables non-GL Wayland support; wayland EGL support when combined with 'egl' (but only if also 'opengl||gles2') +# 'X' enables non-GL X support; GLX support when combined with 'opengl' +# gst-plugins-bad still needed for codecparsers (GL libraries moved to -base); checked for 1.14 (recheck for 1.16) +GST_REQ="${PV}" +GL_DEPS=" + >=media-libs/gst-plugins-base-${GST_REQ}:${SLOT}[egl?,gles2?,opengl?,wayland?,X?] + >=media-libs/mesa-24.1.0_rc1[opengl,X?,${MULTILIB_USEDEP}] +" +RDEPEND=" + >=media-libs/gst-plugins-base-${GST_REQ}:${SLOT}[${MULTILIB_USEDEP}] + >=media-libs/gst-plugins-bad-${GST_REQ}:${SLOT}[${MULTILIB_USEDEP}] + >=media-libs/libva-1.15.0:=[drm(+)?,wayland?,X?,${MULTILIB_USEDEP}] + drm? ( + >=virtual/libudev-208:=[${MULTILIB_USEDEP}] + >=x11-libs/libdrm-2.4.98[${MULTILIB_USEDEP}] + ) + gles2? ( ${GL_DEPS} ) + opengl? ( ${GL_DEPS} ) + wayland? ( >=dev-libs/wayland-1.11.0[${MULTILIB_USEDEP}] ) + X? ( + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] + >=x11-libs/libXrandr-1.4.2[${MULTILIB_USEDEP}] + x11-libs/libXrender[${MULTILIB_USEDEP}] ) +" +DEPEND="${RDEPEND}" + +multilib_src_configure() { + GST_PLUGINS_NOAUTO="wayland" + + local emesonargs=( + -Dencoders=enabled + $(meson_feature drm) + $(meson_feature X x11) + $(meson_feature wayland) + ) + + if use opengl || use gles2; then + emesonargs+=( $(meson_feature egl) ) + else + emesonargs+=( -Degl=disabled ) + fi + + if use opengl && use X; then + emesonargs+=( -Dglx=enabled ) + else + emesonargs+=( -Dglx=disabled ) + fi + + # Workaround EGL/eglplatform.h being built with X11 present + use X || export CFLAGS="${CFLAGS} -DEGL_NO_X11" + + gstreamer_multilib_src_configure +} diff --git a/media-plugins/gst-plugins-voaacenc/Manifest b/media-plugins/gst-plugins-voaacenc/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-voaacenc/Manifest +++ b/media-plugins/gst-plugins-voaacenc/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.26.11.ebuild b/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.26.11.ebuild new file mode 100644 index 000000000000..7211ce1b41ac --- /dev/null +++ b/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.26.11.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="AAC encoder plugin for GStreamer" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=">=media-libs/vo-aacenc-0.1.3[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-voamrwbenc/Manifest b/media-plugins/gst-plugins-voamrwbenc/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-voamrwbenc/Manifest +++ b/media-plugins/gst-plugins-voamrwbenc/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.26.11.ebuild b/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.26.11.ebuild new file mode 100644 index 000000000000..bee260577cc1 --- /dev/null +++ b/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.26.11.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="AMR-WB audio encoder plugin for GStreamer" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND=">=media-libs/vo-amrwbenc-0.1.2-r1[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-vpx/Manifest b/media-plugins/gst-plugins-vpx/Manifest index f7327f1a914a..a70c1d959d22 100644 --- a/media-plugins/gst-plugins-vpx/Manifest +++ b/media-plugins/gst-plugins-vpx/Manifest @@ -1 +1,2 @@ DIST gst-plugins-good-1.24.13.tar.xz 2949348 BLAKE2B b1862d872e034b8b57d6506b3ff5d9b96648158560954a05f5a74007fb35bcfb73b9d422d9b1b83f95f967aec7cad472c52fa863426353a4ddd6502a1c5201b7 SHA512 2a1fac20344b5c0d67dfcceb217edcbbfc7ec4d8454f8e9a9949f39a97597bbef74f790f31ee24ba2af571db9fad3ba4768bf80e24768c1d3210dc42d3a913db +DIST gst-plugins-good-1.26.11.tar.xz 3015468 BLAKE2B ca880aeb1c323e790b82f0cc67613ebec88ee7615ce3ac227bb048901687675022c5575c47078c8add597cfe0a7a1bd1a38e7471cf21c54cc995dc823febef24 SHA512 e13030821881b11abbb699513f1a459dab90d33778b3886191a23def3bc1a8967009942ae113b397c4b2080722c7365f1bf6ddeeb40d8e9de5c4b2b13fc3e7ec diff --git a/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.26.11.ebuild b/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.26.11.ebuild new file mode 100644 index 000000000000..29c1698c6175 --- /dev/null +++ b/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.26.11.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-good + +inherit gstreamer-meson + +DESCRIPTION="VP8/VP9 video encoder/decoder plugin for GStreamer" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=">=media-libs/libvpx-1.7.0:=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" +BDEPEND="dev-util/glib-utils" diff --git a/media-plugins/gst-plugins-wavpack/Manifest b/media-plugins/gst-plugins-wavpack/Manifest index f7327f1a914a..a70c1d959d22 100644 --- a/media-plugins/gst-plugins-wavpack/Manifest +++ b/media-plugins/gst-plugins-wavpack/Manifest @@ -1 +1,2 @@ DIST gst-plugins-good-1.24.13.tar.xz 2949348 BLAKE2B b1862d872e034b8b57d6506b3ff5d9b96648158560954a05f5a74007fb35bcfb73b9d422d9b1b83f95f967aec7cad472c52fa863426353a4ddd6502a1c5201b7 SHA512 2a1fac20344b5c0d67dfcceb217edcbbfc7ec4d8454f8e9a9949f39a97597bbef74f790f31ee24ba2af571db9fad3ba4768bf80e24768c1d3210dc42d3a913db +DIST gst-plugins-good-1.26.11.tar.xz 3015468 BLAKE2B ca880aeb1c323e790b82f0cc67613ebec88ee7615ce3ac227bb048901687675022c5575c47078c8add597cfe0a7a1bd1a38e7471cf21c54cc995dc823febef24 SHA512 e13030821881b11abbb699513f1a459dab90d33778b3886191a23def3bc1a8967009942ae113b397c4b2080722c7365f1bf6ddeeb40d8e9de5c4b2b13fc3e7ec diff --git a/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.26.11.ebuild b/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.26.11.ebuild new file mode 100644 index 000000000000..c47881279ddf --- /dev/null +++ b/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.26.11.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-good + +inherit gstreamer-meson + +DESCRIPTION="Wavpack audio encoder/decoder plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=">=media-sound/wavpack-4.60.1-r1[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-webp/Manifest b/media-plugins/gst-plugins-webp/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-webp/Manifest +++ b/media-plugins/gst-plugins-webp/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-webp/gst-plugins-webp-1.26.11.ebuild b/media-plugins/gst-plugins-webp/gst-plugins-webp-1.26.11.ebuild new file mode 100644 index 000000000000..4c362134a260 --- /dev/null +++ b/media-plugins/gst-plugins-webp/gst-plugins-webp-1.26.11.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="WebP image format support for GStreamer" +KEYWORDS="~amd64 ~arm64" + +RDEPEND=">=media-libs/libwebp-0.2.1:=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-webrtc/Manifest b/media-plugins/gst-plugins-webrtc/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-webrtc/Manifest +++ b/media-plugins/gst-plugins-webrtc/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-webrtc/files/gst-plugins-webrtc-1.26.11-disable-srtp-sctp-dtls-options.patch b/media-plugins/gst-plugins-webrtc/files/gst-plugins-webrtc-1.26.11-disable-srtp-sctp-dtls-options.patch new file mode 100644 index 000000000000..d106fbf74697 --- /dev/null +++ b/media-plugins/gst-plugins-webrtc/files/gst-plugins-webrtc-1.26.11-disable-srtp-sctp-dtls-options.patch @@ -0,0 +1,46 @@ +https://bugs.gentoo.org/947523 + +Upstream decided to auto-enable srtp, sctp and dtls options, when the +webrtc option is enabled. This is going to partially revert upstream +fd4828bafe613eec33e8f3faef5ab5181a73c8b6 to fix webrtc compilation. + +https://gitlab.freedesktop.org/gstreamer/gstreamer/-/commit/fd4828bafe613eec33e8f3faef5ab5181a73c8b6 + +../gst-plugins-bad-1.24.10/ext/dtls/meson.build:15:33: ERROR: Feature dtls cannot be disabled: webrtc option is enabled +../gst-plugins-bad-1.24.10/ext/sctp/meson.build:8:33: ERROR: Feature sctp cannot be disabled: webrtc option is enabled +../gst-plugins-bad-1.24.10/ext/srtp/meson.build:10:33: ERROR: Feature srtp cannot be disabled: webrtc option is enabled + +--- a/ext/dtls/meson.build ++++ b/ext/dtls/meson.build +@@ -34,7 +34,7 @@ plugin_sources += { + 'dtls': pathsep.join(doc_sources) + } + +-dtls_option = get_option('dtls').enable_if(get_option('webrtc').enabled(), error_message: 'webrtc option is enabled') ++dtls_option = get_option('dtls') + openssl_dep = dependency('openssl', version: '>= 1.0.1', required: dtls_option) + libcrypto_dep = dependency('libcrypto', required: dtls_option) + +--- a/ext/sctp/meson.build ++++ b/ext/sctp/meson.build +@@ -20,7 +20,7 @@ plugin_sources += { + 'sctp': pathsep.join(doc_sources) + } + +-sctp_option = get_option('sctp').enable_if(get_option('webrtc').enabled(), error_message: 'webrtc option is enabled') ++sctp_option = get_option('sctp') + if sctp_option.disabled() + subdir_done() + endif +--- a/ext/srtp/meson.build ++++ b/ext/srtp/meson.build +@@ -24,7 +24,7 @@ plugin_sources += { + } + + srtp_cargs = [] +-srtp_option = get_option('srtp').enable_if(get_option('webrtc').enabled(), error_message: 'webrtc option is enabled') ++srtp_option = get_option('srtp') + if srtp_option.disabled() + srtp_dep = dependency('', required : false) + subdir_done() + diff --git a/media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.26.11.ebuild b/media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.26.11.ebuild new file mode 100644 index 000000000000..00af0d5c99d7 --- /dev/null +++ b/media-plugins/gst-plugins-webrtc/gst-plugins-webrtc-1.26.11.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="WebRTC plugins for GStreamer" +KEYWORDS="~amd64 ~arm64" + +RDEPEND=" + >=media-plugins/gst-plugins-sctp-${PV}:1.0[${MULTILIB_USEDEP}] + || ( + >=media-libs/webrtc-audio-processing-2.0:2[${MULTILIB_USEDEP}] + >=media-libs/webrtc-audio-processing-1.0:1[${MULTILIB_USEDEP}] + ) + >=net-libs/libnice-0.1.22[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND}" + +GST_PLUGINS_ENABLED="webrtc webrtcdsp" +GST_PLUGINS_BUILD_DIR="webrtc webrtcdsp" + +PATCHES=( + "${FILESDIR}/${PN}-1.26.11-disable-srtp-sctp-dtls-options.patch" +) + +src_prepare() { + default + gstreamer_system_package \ + gstwebrtc_dep:gstreamer-webrtc \ + gstsctp_dep:gstreamer-sctp \ + gstbadaudio_dep:gstreamer-bad-audio +} + +multilib_src_install() { + # TODO: Fix this properly, see bug #907470 and bug #909079. + insinto /usr/$(get_libdir) + doins "${BUILD_DIR}"/ext/webrtc/libgstwebrtc.so + doins "${BUILD_DIR}"/gst-libs/gst/webrtc/nice/libgstwebrtcnice-1.0.so* + insinto /usr/include/gstreamer-1.0/gst/webrtc/nice + doins "${S}"/gst-libs/gst/webrtc/nice/*.h + gstreamer_multilib_src_install +} diff --git a/media-plugins/gst-plugins-x264/Manifest b/media-plugins/gst-plugins-x264/Manifest index 540c2fce4578..30bec832c86a 100644 --- a/media-plugins/gst-plugins-x264/Manifest +++ b/media-plugins/gst-plugins-x264/Manifest @@ -1 +1,2 @@ DIST gst-plugins-ugly-1.24.13.tar.xz 235824 BLAKE2B cee9b2fd83f15df1655263e5c1b4ad460c4ac318059704100b96d7a84d0645add33472edba93175bba1db6100697b43b4a6646d77d46c2ec8e2cb8d681e7dbe8 SHA512 0f40219638f29a6ca576bdf933d74e023d81a166e11e65c7a816b9941a8b9609ac5448659780d356b5e20af540f3aeea90c5f371adf31ae7c77fa5314863db28 +DIST gst-plugins-ugly-1.26.11.tar.xz 239172 BLAKE2B aa1303f6678463cc30ab54aaaf5ed356f06039c736ded5a73c0757cb4b203b42b85eec65a2a9b362d3d7b868506fca5a5991501abc5d3e6bea8483be43dd87ac SHA512 5324d43141e0640e05ed641fe7c5d0b08b0d34830cfbb3a6ca758d468aaebb3c963080711a8d3c1c3b49e347eb700dcdf994a5fe2a5e85615a253574bb59d6c5 diff --git a/media-plugins/gst-plugins-x264/gst-plugins-x264-1.26.11.ebuild b/media-plugins/gst-plugins-x264/gst-plugins-x264-1.26.11.ebuild new file mode 100644 index 000000000000..c2596d0b0a71 --- /dev/null +++ b/media-plugins/gst-plugins-x264/gst-plugins-x264-1.26.11.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-ugly + +inherit gstreamer-meson + +DESCRIPTION="H.264 encoder plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +# 20111220 ensures us X264_BUILD >= 120 +RDEPEND=">=media-libs/x264-0.0.20130506:=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" + +multilib_src_configure() { + local emesonargs=( + -Dgpl=enabled + ) + + gstreamer_multilib_src_configure +} diff --git a/media-plugins/gst-plugins-x265/Manifest b/media-plugins/gst-plugins-x265/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-x265/Manifest +++ b/media-plugins/gst-plugins-x265/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-x265/gst-plugins-x265-1.26.11.ebuild b/media-plugins/gst-plugins-x265/gst-plugins-x265-1.26.11.ebuild new file mode 100644 index 000000000000..ec73755647c0 --- /dev/null +++ b/media-plugins/gst-plugins-x265/gst-plugins-x265-1.26.11.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE="gst-plugins-bad" + +inherit gstreamer-meson + +DESCRIPTION="H.265 encoder plugin for GStreamer" +KEYWORDS="~amd64 ~arm64 ~x86" + +RDEPEND="media-libs/x265:=[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" + +multilib_src_configure() { + local emesonargs=( + -Dgpl=enabled + ) + + gstreamer_multilib_src_configure +} diff --git a/media-plugins/gst-plugins-ximagesrc/Manifest b/media-plugins/gst-plugins-ximagesrc/Manifest index f7327f1a914a..a70c1d959d22 100644 --- a/media-plugins/gst-plugins-ximagesrc/Manifest +++ b/media-plugins/gst-plugins-ximagesrc/Manifest @@ -1 +1,2 @@ DIST gst-plugins-good-1.24.13.tar.xz 2949348 BLAKE2B b1862d872e034b8b57d6506b3ff5d9b96648158560954a05f5a74007fb35bcfb73b9d422d9b1b83f95f967aec7cad472c52fa863426353a4ddd6502a1c5201b7 SHA512 2a1fac20344b5c0d67dfcceb217edcbbfc7ec4d8454f8e9a9949f39a97597bbef74f790f31ee24ba2af571db9fad3ba4768bf80e24768c1d3210dc42d3a913db +DIST gst-plugins-good-1.26.11.tar.xz 3015468 BLAKE2B ca880aeb1c323e790b82f0cc67613ebec88ee7615ce3ac227bb048901687675022c5575c47078c8add597cfe0a7a1bd1a38e7471cf21c54cc995dc823febef24 SHA512 e13030821881b11abbb699513f1a459dab90d33778b3886191a23def3bc1a8967009942ae113b397c4b2080722c7365f1bf6ddeeb40d8e9de5c4b2b13fc3e7ec diff --git a/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.26.11.ebuild b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.26.11.ebuild new file mode 100644 index 000000000000..298e96e47bec --- /dev/null +++ b/media-plugins/gst-plugins-ximagesrc/gst-plugins-ximagesrc-1.26.11.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-good + +inherit gstreamer-meson + +DESCRIPTION="X11 video capture stream plugin for GStreamer" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=" + >=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}] + >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] + >=x11-libs/libXdamage-1.1.4-r1[${MULTILIB_USEDEP}] + >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] + >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}] + x11-libs/libXtst[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND} + x11-base/xorg-proto +" + +GST_PLUGINS_BUILD_DIR="ximage" + +multilib_src_configure() { + local emesonargs=( + -Dximagesrc=enabled + -Dximagesrc-xshm=enabled + -Dximagesrc-xfixes=enabled + -Dximagesrc-xdamage=enabled + -Dximagesrc-navigation=enabled + ) + + gstreamer_multilib_src_configure +} diff --git a/media-plugins/gst-plugins-zbar/Manifest b/media-plugins/gst-plugins-zbar/Manifest index 5f3f06f9c276..8cb2dd8198fa 100644 --- a/media-plugins/gst-plugins-zbar/Manifest +++ b/media-plugins/gst-plugins-zbar/Manifest @@ -1 +1,2 @@ DIST gst-plugins-bad-1.24.13.tar.xz 7095312 BLAKE2B abf42723ed08f5525b965ccfbc07533cb9b42c575b67235751b0ffa83a7462d5833678080a7e75849fcce41f2f4bc4dd9c26f7780836184a385ce5e0f07f9f87 SHA512 c2a43861c04b89e5ad01f38394f3fa29bdb106eedcf1e066f69e5a6719d7e7bbb7f3b2da1cde68541a3928e68239adbe88573a59c89b5dc3aae621c8c822bd7f +DIST gst-plugins-bad-1.26.11.tar.xz 7798064 BLAKE2B b8ac607339cfb081fb2b13135365f234951311c21974a2c9eb4cc86a270d1405efbccddeec7249d19cb2c3c85b26a897a6d043a92bc424a043d69134b51df1bb SHA512 6a105d1b9f0d51c7c157b259e408b2f23aa44b74f3c60708c8024d7790e2fb2ee65884ae709a9dbb31a84d6b16447b127bc85153a3fe33082c0cc9a73eb950ef diff --git a/media-plugins/gst-plugins-zbar/gst-plugins-zbar-1.26.11.ebuild b/media-plugins/gst-plugins-zbar/gst-plugins-zbar-1.26.11.ebuild new file mode 100644 index 000000000000..0e31d93ea0f2 --- /dev/null +++ b/media-plugins/gst-plugins-zbar/gst-plugins-zbar-1.26.11.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="Bar codes detection in video streams for GStreamer" +KEYWORDS="~amd64 ~arm64" + +RDEPEND=">=media-gfx/zbar-0.10_p20121015-r2[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/media-sound/gnome-sound-recorder/gnome-sound-recorder-42.0.ebuild b/media-sound/gnome-sound-recorder/gnome-sound-recorder-42.0.ebuild index 889ca4396293..aea65496dae0 100644 --- a/media-sound/gnome-sound-recorder/gnome-sound-recorder-42.0.ebuild +++ b/media-sound/gnome-sound-recorder/gnome-sound-recorder-42.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 diff --git a/metadata/md5-cache/acct-group/couchdb-0 b/metadata/md5-cache/acct-group/couchdb-0 new file mode 100644 index 000000000000..7fb2619c2071 --- /dev/null +++ b/metadata/md5-cache/acct-group/couchdb-0 @@ -0,0 +1,8 @@ +DEFINED_PHASES=install preinst pretend +DESCRIPTION=Group for Apache CouchDB +EAPI=8 +INHERIT=acct-group +KEYWORDS=amd64 +SLOT=0 +_eclasses_=acct-group 64c2dcae095a4889476d76ba39d2ce21 user-info d7c261c6f7c2392145e8789913f1bf7e +_md5_=b0a8fa029bace7ff460f6e50bb9b53a8 diff --git a/metadata/md5-cache/acct-user/couchdb-0 b/metadata/md5-cache/acct-user/couchdb-0 new file mode 100644 index 000000000000..36a13aa86a1b --- /dev/null +++ b/metadata/md5-cache/acct-user/couchdb-0 @@ -0,0 +1,9 @@ +DEFINED_PHASES=install postinst preinst prerm pretend +DESCRIPTION=User for Apache CouchDB +EAPI=8 +INHERIT=acct-user +KEYWORDS=amd64 +RDEPEND=acct-group/couchdb +SLOT=0 +_eclasses_=acct-user 8c5f04cd2cfafc30ffb9bae9cf5f5605 user-info d7c261c6f7c2392145e8789913f1bf7e +_md5_=aad8ab14318cf058a92982ad89088ca2 diff --git a/metadata/md5-cache/app-admin/himitsu-0.10 b/metadata/md5-cache/app-admin/himitsu-0.10 index 4c9044ac1451..008ed5ae0589 100644 --- a/metadata/md5-cache/app-admin/himitsu-0.10 +++ b/metadata/md5-cache/app-admin/himitsu-0.10 @@ -4,9 +4,11 @@ DEPEND=>=dev-lang/hare-0.26.0:= DESCRIPTION=Secret storage system for Unix, suitable for storing passwords, keys, ... EAPI=8 HOMEPAGE=https://git.sr.ht/~sircmpwn/himitsu +INHERIT=toolchain-funcs KEYWORDS=~amd64 ~arm64 ~riscv LICENSE=GPL-3 PDEPEND=|| ( app-admin/hiprompt-gtk gui-apps/hiprompt-gtk-py ) SLOT=0/0.10 SRC_URI=https://git.sr.ht/~sircmpwn/himitsu/archive/0.10.tar.gz -> himitsu-0.10.tar.gz -_md5_=8c028593137c48a962d3febfb4ed7fde +_eclasses_=toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 +_md5_=07f05263a1b33758f104ed6bb1578d49 diff --git a/metadata/md5-cache/app-admin/himitsu-9999 b/metadata/md5-cache/app-admin/himitsu-9999 index 23fea95f7f14..ad8c94bf7df3 100644 --- a/metadata/md5-cache/app-admin/himitsu-9999 +++ b/metadata/md5-cache/app-admin/himitsu-9999 @@ -4,10 +4,10 @@ DEPEND=>=dev-lang/hare-0.24.2:= DESCRIPTION=Secret storage system for Unix, suitable for storing passwords, keys, ... EAPI=8 HOMEPAGE=https://git.sr.ht/~sircmpwn/himitsu -INHERIT=git-r3 +INHERIT=toolchain-funcs git-r3 LICENSE=GPL-3 PROPERTIES=live RDEPEND=|| ( app-admin/hiprompt-gtk gui-apps/hiprompt-gtk-py ) SLOT=0 -_eclasses_=git-r3 7b584b5dc33e3bc66ff5b9271bf41764 -_md5_=da33831f4f316831bfa12d58c68e0c25 +_eclasses_=git-r3 7b584b5dc33e3bc66ff5b9271bf41764 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 +_md5_=192a47f411234f96bc351cadddaedb66 diff --git a/metadata/md5-cache/app-admin/run0edit-0.5.9 b/metadata/md5-cache/app-admin/run0edit-0.5.9 new file mode 100644 index 000000000000..b9ceededf4bf --- /dev/null +++ b/metadata/md5-cache/app-admin/run0edit-0.5.9 @@ -0,0 +1,14 @@ +DEFINED_PHASES=install prepare setup +DESCRIPTION=Script to edit a single file as root using run0 +EAPI=8 +HOMEPAGE=https://github.com/HastD/run0edit +INHERIT=python-single-r1 +IUSE=python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 +KEYWORDS=~amd64 +LICENSE=|| ( Apache-2.0 MIT ) +RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) >=sys-apps/systemd-256:= +REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 ) +SLOT=0 +SRC_URI=https://github.com/HastD/run0edit/releases/download/v0.5.9/run0edit-0.5.9.tar.gz +_eclasses_=multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 +_md5_=d6b8e42ad5cf5ecd95098b5007e72f50 diff --git a/metadata/md5-cache/app-benchmarks/poop-0.5.0 b/metadata/md5-cache/app-benchmarks/poop-0.5.0 index 0e2167e9ce98..6237a2a4ba21 100644 --- a/metadata/md5-cache/app-benchmarks/poop-0.5.0 +++ b/metadata/md5-cache/app-benchmarks/poop-0.5.0 @@ -9,4 +9,4 @@ LICENSE=MIT SLOT=0 SRC_URI=https://github.com/andrewrk/poop/archive/refs/tags/0.5.0.tar.gz -> poop-0.5.0.tar.gz _eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic fd3558f73f6503093adee69adf41020d linux-info efd923656513c879204fec6638eadee5 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 zig bc77880e429bb8eb2e12dc7976914959 zig-utils 00d67f014030fe73cc2e0ba2f0984231 -_md5_=61c27b1b7a03b1461687066c01ebab4a +_md5_=a2d374f2ed53156b8f00ce640c27ff92 diff --git a/metadata/md5-cache/app-benchmarks/poop-9999 b/metadata/md5-cache/app-benchmarks/poop-9999 index 17b4088ec265..425d509da5e3 100644 --- a/metadata/md5-cache/app-benchmarks/poop-9999 +++ b/metadata/md5-cache/app-benchmarks/poop-9999 @@ -8,4 +8,4 @@ LICENSE=MIT PROPERTIES=live SLOT=0 _eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic fd3558f73f6503093adee69adf41020d git-r3 7b584b5dc33e3bc66ff5b9271bf41764 linux-info efd923656513c879204fec6638eadee5 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 zig bc77880e429bb8eb2e12dc7976914959 zig-utils 00d67f014030fe73cc2e0ba2f0984231 -_md5_=61c27b1b7a03b1461687066c01ebab4a +_md5_=a2d374f2ed53156b8f00ce640c27ff92 diff --git a/metadata/md5-cache/app-containers/aardvark-dns-1.17.1 b/metadata/md5-cache/app-containers/aardvark-dns-1.17.1 new file mode 100644 index 000000000000..6b65210fe8c4 --- /dev/null +++ b/metadata/md5-cache/app-containers/aardvark-dns-1.17.1 @@ -0,0 +1,13 @@ +BDEPEND=|| ( >=dev-lang/rust-bin-1.88.0:* >=dev-lang/rust-1.88.0:* ) +DEFINED_PHASES=compile configure install prepare setup test unpack +DESCRIPTION=A container-focused DNS server +EAPI=8 +HOMEPAGE=https://github.com/containers/aardvark-dns +INHERIT=cargo +IUSE=debug +KEYWORDS=~amd64 ~arm64 ~loong ~ppc64 ~riscv +LICENSE=Apache-2.0 0BSD Apache-2.0-with-LLVM-exceptions MIT Unlicense Unicode-DFS-2016 ZLIB +SLOT=0 +SRC_URI=https://crates.io/api/v1/crates/aardvark-dns/1.17.1/download -> aardvark-dns-1.17.1.crate https://github.com/containers/aardvark-dns/releases/download/v1.17.1/aardvark-dns-v1.17.1-vendor.tar.gz +_eclasses_=cargo 53bab5a62cfc3526d8ed02c0a38a6033 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 +_md5_=26a9f1fbec2a226fdede6ef53d246f95 diff --git a/metadata/md5-cache/app-containers/cadvisor-0.56.2 b/metadata/md5-cache/app-containers/cadvisor-0.56.2 new file mode 100644 index 000000000000..0ad929efe6ed --- /dev/null +++ b/metadata/md5-cache/app-containers/cadvisor-0.56.2 @@ -0,0 +1,14 @@ +BDEPEND=>=dev-lang/go-1.24.11:= app-arch/unzip virtual/pkgconfig +DEFINED_PHASES=compile install prepare test unpack +DEPEND=acct-group/cadvisor acct-user/cadvisor +DESCRIPTION=Analyzes resource usage and performance characteristics of running containers +EAPI=8 +HOMEPAGE=https://github.com/google/cadvisor +INHERIT=go-module systemd +KEYWORDS=~amd64 +LICENSE=Apache-2.0 Apache-2.0 BSD BSD-2 ISC MIT +RDEPEND=acct-group/cadvisor acct-user/cadvisor +SLOT=0 +SRC_URI=https://github.com/google/cadvisor/archive/v0.56.2.tar.gz -> cadvisor-0.56.2.tar.gz https://github.com/gentoo-golang-dist/cadvisor/releases/download/v0.56.2/cadvisor-0.56.2-deps.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d go-env fca4e820393c2eac25a944be8bdf6a3a go-module 22cfabf3120ed3f7bcd8b4a7697fbfba multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 sysroot 4c36abaf94ebd3ab32f8abea9a444121 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 +_md5_=be1e146ebc53288a62091579bfba20f1 diff --git a/metadata/md5-cache/app-crypt/pynitrokey-0.12.1 b/metadata/md5-cache/app-crypt/pynitrokey-0.12.1 new file mode 100644 index 000000000000..11279c084b2b --- /dev/null +++ b/metadata/md5-cache/app-crypt/pynitrokey-0.12.1 @@ -0,0 +1,16 @@ +BDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) python_single_target_python3_10? ( >=dev-python/gpep517-16[python_targets_python3_10(-)] >=dev-python/poetry-core-2.1.1[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/gpep517-16[python_targets_python3_11(-)] >=dev-python/poetry-core-2.1.1[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/gpep517-16[python_targets_python3_12(-)] >=dev-python/poetry-core-2.1.1[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/gpep517-16[python_targets_python3_13(-)] >=dev-python/poetry-core-2.1.1[python_targets_python3_13(-)] ) python_single_target_python3_14? ( >=dev-python/gpep517-16[python_targets_python3_14(-)] >=dev-python/poetry-core-2.1.1[python_targets_python3_14(-)] ) +DEFINED_PHASES=compile configure install postinst prepare setup test +DESCRIPTION=A command line interface for the Nitrokey FIDO2, Start, 3 and NetHSM +EAPI=8 +HOMEPAGE=https://github.com/Nitrokey/pynitrokey +INHERIT=distutils-r1 +IUSE=piv python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 +KEYWORDS=~amd64 +LICENSE=|| ( Apache-2.0 MIT ) +RDEPEND=python_single_target_python3_10? ( >=dev-python/cffi-1.15[python_targets_python3_10(-)] <dev-python/cffi-3[python_targets_python3_10(-)] >=dev-python/click-8.2[python_targets_python3_10(-)] <dev-python/click-9[python_targets_python3_10(-)] >=dev-python/cryptography-43[python_targets_python3_10(-)] <dev-python/cryptography-49[python_targets_python3_10(-)] =dev-python/fido2-2*[python_targets_python3_10(-)] >=dev-python/hidapi-0.14[python_targets_python3_10(-)] =dev-python/intelhex-2*[python_targets_python3_10(-)] >=dev-python/nitrokey-0.4.2[python_targets_python3_10(-)] <dev-python/nitrokey-0.5[python_targets_python3_10(-)] =dev-python/nkdfu-0.2*[python_targets_python3_10(-)] =dev-python/pyusb-1*[python_targets_python3_10(-)] =dev-python/requests-2*[python_targets_python3_10(-)] =dev-python/tqdm-4*[python_targets_python3_10(-)] =dev-python/tlv8-0.10*[python_targets_python3_10(-)] =dev-python/semver-3*[python_targets_python3_10(-)] >=dev-python/nethsm-2.1[python_targets_python3_10(-)] <dev-python/nethsm-3[python_targets_python3_10(-)] piv? ( =dev-python/pyscard-2*[python_targets_python3_10(-)] ) ) python_single_target_python3_11? ( >=dev-python/cffi-1.15[python_targets_python3_11(-)] <dev-python/cffi-3[python_targets_python3_11(-)] >=dev-python/click-8.2[python_targets_python3_11(-)] <dev-python/click-9[python_targets_python3_11(-)] >=dev-python/cryptography-43[python_targets_python3_11(-)] <dev-python/cryptography-49[python_targets_python3_11(-)] =dev-python/fido2-2*[python_targets_python3_11(-)] >=dev-python/hidapi-0.14[python_targets_python3_11(-)] =dev-python/intelhex-2*[python_targets_python3_11(-)] >=dev-python/nitrokey-0.4.2[python_targets_python3_11(-)] <dev-python/nitrokey-0.5[python_targets_python3_11(-)] =dev-python/nkdfu-0.2*[python_targets_python3_11(-)] =dev-python/pyusb-1*[python_targets_python3_11(-)] =dev-python/requests-2*[python_targets_python3_11(-)] =dev-python/tqdm-4*[python_targets_python3_11(-)] =dev-python/tlv8-0.10*[python_targets_python3_11(-)] =dev-python/semver-3*[python_targets_python3_11(-)] >=dev-python/nethsm-2.1[python_targets_python3_11(-)] <dev-python/nethsm-3[python_targets_python3_11(-)] piv? ( =dev-python/pyscard-2*[python_targets_python3_11(-)] ) ) python_single_target_python3_12? ( >=dev-python/cffi-1.15[python_targets_python3_12(-)] <dev-python/cffi-3[python_targets_python3_12(-)] >=dev-python/click-8.2[python_targets_python3_12(-)] <dev-python/click-9[python_targets_python3_12(-)] >=dev-python/cryptography-43[python_targets_python3_12(-)] <dev-python/cryptography-49[python_targets_python3_12(-)] =dev-python/fido2-2*[python_targets_python3_12(-)] >=dev-python/hidapi-0.14[python_targets_python3_12(-)] =dev-python/intelhex-2*[python_targets_python3_12(-)] >=dev-python/nitrokey-0.4.2[python_targets_python3_12(-)] <dev-python/nitrokey-0.5[python_targets_python3_12(-)] =dev-python/nkdfu-0.2*[python_targets_python3_12(-)] =dev-python/pyusb-1*[python_targets_python3_12(-)] =dev-python/requests-2*[python_targets_python3_12(-)] =dev-python/tqdm-4*[python_targets_python3_12(-)] =dev-python/tlv8-0.10*[python_targets_python3_12(-)] =dev-python/semver-3*[python_targets_python3_12(-)] >=dev-python/nethsm-2.1[python_targets_python3_12(-)] <dev-python/nethsm-3[python_targets_python3_12(-)] piv? ( =dev-python/pyscard-2*[python_targets_python3_12(-)] ) ) python_single_target_python3_13? ( >=dev-python/cffi-1.15[python_targets_python3_13(-)] <dev-python/cffi-3[python_targets_python3_13(-)] >=dev-python/click-8.2[python_targets_python3_13(-)] <dev-python/click-9[python_targets_python3_13(-)] >=dev-python/cryptography-43[python_targets_python3_13(-)] <dev-python/cryptography-49[python_targets_python3_13(-)] =dev-python/fido2-2*[python_targets_python3_13(-)] >=dev-python/hidapi-0.14[python_targets_python3_13(-)] =dev-python/intelhex-2*[python_targets_python3_13(-)] >=dev-python/nitrokey-0.4.2[python_targets_python3_13(-)] <dev-python/nitrokey-0.5[python_targets_python3_13(-)] =dev-python/nkdfu-0.2*[python_targets_python3_13(-)] =dev-python/pyusb-1*[python_targets_python3_13(-)] =dev-python/requests-2*[python_targets_python3_13(-)] =dev-python/tqdm-4*[python_targets_python3_13(-)] =dev-python/tlv8-0.10*[python_targets_python3_13(-)] =dev-python/semver-3*[python_targets_python3_13(-)] >=dev-python/nethsm-2.1[python_targets_python3_13(-)] <dev-python/nethsm-3[python_targets_python3_13(-)] piv? ( =dev-python/pyscard-2*[python_targets_python3_13(-)] ) ) python_single_target_python3_14? ( >=dev-python/cffi-1.15[python_targets_python3_14(-)] <dev-python/cffi-3[python_targets_python3_14(-)] >=dev-python/click-8.2[python_targets_python3_14(-)] <dev-python/click-9[python_targets_python3_14(-)] >=dev-python/cryptography-43[python_targets_python3_14(-)] <dev-python/cryptography-49[python_targets_python3_14(-)] =dev-python/fido2-2*[python_targets_python3_14(-)] >=dev-python/hidapi-0.14[python_targets_python3_14(-)] =dev-python/intelhex-2*[python_targets_python3_14(-)] >=dev-python/nitrokey-0.4.2[python_targets_python3_14(-)] <dev-python/nitrokey-0.5[python_targets_python3_14(-)] =dev-python/nkdfu-0.2*[python_targets_python3_14(-)] =dev-python/pyusb-1*[python_targets_python3_14(-)] =dev-python/requests-2*[python_targets_python3_14(-)] =dev-python/tqdm-4*[python_targets_python3_14(-)] =dev-python/tlv8-0.10*[python_targets_python3_14(-)] =dev-python/semver-3*[python_targets_python3_14(-)] >=dev-python/nethsm-2.1[python_targets_python3_14(-)] <dev-python/nethsm-3[python_targets_python3_14(-)] piv? ( =dev-python/pyscard-2*[python_targets_python3_14(-)] ) ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) +REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 ) +RESTRICT=test +SLOT=0 +SRC_URI=https://github.com/Nitrokey/pynitrokey/archive/v0.12.1.tar.gz -> pynitrokey-0.12.1.gh.tar.gz +_eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 +_md5_=4be52385f83245556901e8e71ccf5e64 diff --git a/metadata/md5-cache/app-crypt/yubikey-manager-5.9.0 b/metadata/md5-cache/app-crypt/yubikey-manager-5.9.0 index 4454e18f2dca..dda314b3e52d 100644 --- a/metadata/md5-cache/app-crypt/yubikey-manager-5.9.0 +++ b/metadata/md5-cache/app-crypt/yubikey-manager-5.9.0 @@ -5,7 +5,7 @@ EAPI=8 HOMEPAGE=https://developers.yubico.com/yubikey-manager/ INHERIT=distutils-r1 verify-sig IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 verify-sig -KEYWORDS=~amd64 ~arm64 ~ppc64 ~riscv +KEYWORDS=amd64 ~arm64 ~ppc64 ~riscv LICENSE=BSD-2 RDEPEND=app-crypt/ccid >=dev-python/click-8.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] <dev-python/cryptography-48[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/fido2-2.0.0:0/1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/keyring[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pyscard-2.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/python-pskc-1.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) @@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://developers.yubico.com/yubikey-manager/Releases/yubikey_manager-5.9.0.tar.gz verify-sig? ( https://developers.yubico.com/yubikey-manager/Releases/yubikey_manager-5.9.0.tar.gz.sig ) _eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 verify-sig ece4c893b6bd62eacbc4d25958e857f8 -_md5_=7f2a7e329184e2bbe1828be06bd8336b +_md5_=90b02ca16506240e4e2f657b113bd15d diff --git a/metadata/md5-cache/app-editors/emacs-29.4-r7 b/metadata/md5-cache/app-editors/emacs-29.4-r7 index 875161a0ac5d..5ec9307d8ffe 100644 --- a/metadata/md5-cache/app-editors/emacs-29.4-r7 +++ b/metadata/md5-cache/app-editors/emacs-29.4-r7 @@ -7,10 +7,10 @@ HOMEPAGE=https://www.gnu.org/software/emacs/ IDEPEND=app-eselect/eselect-emacs INHERIT=autotools eapi9-pipestatus elisp-common flag-o-matic readme.gentoo-r1 toolchain-funcs IUSE=acl alsa aqua athena cairo dbus dynamic-loading games gfile gif +gmp gpm gsettings gtk gui gzip-el harfbuzz imagemagick +inotify jit jpeg json kerberos lcms libxml2 livecd m17n-lib mailutils motif png selinux sound source sqlite ssl svg systemd +threads tiff toolkit-scroll-bars tree-sitter valgrind webp wide-int +X Xaw3d xft +xpm zlib -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~sparc ~x86 ~x64-macos LICENSE=GPL-3+ FDL-1.3+ Boost-1.0 BSD CC-BY-SA-3.0 CC-BY-SA-4.0 HPND MIT MPL-2.0 PCRE PSF-2 unicode W3C RDEPEND=>=app-emacs/emacs-common-1.11[games?,gui?] sys-libs/ncurses:0= acl? ( virtual/acl ) alsa? ( media-libs/alsa-lib ) dbus? ( sys-apps/dbus ) games? ( acct-group/gamestat ) gmp? ( dev-libs/gmp:0= ) gpm? ( sys-libs/gpm ) !inotify? ( gfile? ( >=dev-libs/glib-2.28.6 ) ) jit? ( sys-devel/gcc:=[jit(-)] virtual/zlib:= ) json? ( dev-libs/jansson:= ) kerberos? ( virtual/krb5 ) lcms? ( media-libs/lcms:2 ) libxml2? ( >=dev-libs/libxml2-2.2.0:= ) mailutils? ( net-mail/mailutils[clients] ) !mailutils? ( acct-group/mail net-libs/liblockfile ) selinux? ( sys-libs/libselinux ) sqlite? ( dev-db/sqlite:3 ) ssl? ( net-libs/gnutls:0= ) systemd? ( sys-apps/systemd ) tree-sitter? ( dev-libs/tree-sitter:= ) valgrind? ( dev-debug/valgrind ) zlib? ( virtual/zlib:= ) gui? ( gif? ( media-libs/giflib:0= ) jpeg? ( media-libs/libjpeg-turbo:0= ) png? ( >=media-libs/libpng-1.4:0= ) svg? ( >=gnome-base/librsvg-2.0 ) tiff? ( media-libs/tiff:= ) webp? ( media-libs/libwebp:0= ) imagemagick? ( media-gfx/imagemagick:0=[jpeg?,png?,svg?,tiff?] ) !aqua? ( gsettings? ( >=app-emacs/emacs-common-1.11[gsettings] >=dev-libs/glib-2.28.6 ) gtk? ( !X? ( media-libs/fontconfig media-libs/freetype >=x11-libs/cairo-1.12.18 x11-libs/gtk+:3 harfbuzz? ( media-libs/harfbuzz:0= ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) ) !gtk? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-libs/xcb-util x11-misc/xbitmaps xpm? ( x11-libs/libXpm ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXrender cairo? ( >=x11-libs/cairo-1.12.18[X] ) !cairo? ( x11-libs/libXft ) harfbuzz? ( media-libs/harfbuzz:0= ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( x11-libs/gtk+:3[X] ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0= x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) X? ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXinerama x11-libs/libXrandr x11-libs/libxcb x11-libs/xcb-util x11-misc/xbitmaps xpm? ( x11-libs/libXpm ) xft? ( media-libs/fontconfig media-libs/freetype x11-libs/libXrender cairo? ( >=x11-libs/cairo-1.12.18[X] ) !cairo? ( x11-libs/libXft ) harfbuzz? ( media-libs/harfbuzz:0= ) m17n-lib? ( >=dev-libs/libotf-0.9.4 >=dev-libs/m17n-lib-1.5.1 ) ) gtk? ( x11-libs/gtk+:3[X] ) !gtk? ( motif? ( >=x11-libs/motif-2.3:0= x11-libs/libXpm x11-libs/libXmu x11-libs/libXt ) !motif? ( Xaw3d? ( x11-libs/libXaw3d x11-libs/libXmu x11-libs/libXt ) !Xaw3d? ( athena? ( x11-libs/libXaw x11-libs/libXmu x11-libs/libXt ) ) ) ) ) ) ) app-eselect/eselect-emacs SLOT=29 SRC_URI=mirror://gnu/emacs/emacs-29.4.tar.xz https://dev.gentoo.org/~ulm/emacs/emacs-29.4-patches-5.tar.xz _eclasses_=autotools 0698802996fcfe9a604eac3c1f6e7112 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd elisp-common 0ea9a0d3bc26353e1642c73560a24fdf flag-o-matic fd3558f73f6503093adee69adf41020d gnuconfig b4fa4889c6f586d6b069215a86dd9e53 libtool 6a96cd90e5da8c7c615015479f46f1a4 readme.gentoo-r1 9ca94b2d607e7454ca6cfb44ab8ce327 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=5e8efcb6ca85833b8a2767a02e2811cc +_md5_=1a33183d9a549bfe0ea7d98e76f58fda diff --git a/metadata/md5-cache/app-editors/fresh-0.3.0 b/metadata/md5-cache/app-editors/fresh-0.3.0 deleted file mode 100644 index b2f45fb84b4d..000000000000 --- a/metadata/md5-cache/app-editors/fresh-0.3.0 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=|| ( >=dev-lang/rust-bin-1.92.0:* >=dev-lang/rust-1.92.0:* ) -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack -DESCRIPTION=Terminal based IDE & text editor: easy, powerful and fast -EAPI=8 -HOMEPAGE=https://getfresh.dev/ https://github.com/sinelaw/fresh https://crates.io/crates/fresh-editor -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=cargo desktop xdg -IUSE=dev-bins +embed-plugins +plugins gui debug -KEYWORDS=~amd64 -LICENSE=GPL-2 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD Boost-1.0 CC0-1.0 CDLA-Permissive-2.0 ISC MIT MPL-2.0 Unicode-3.0 Unicode-DFS-2016 WTFPL-2 ZLIB -REQUIRED_USE=embed-plugins? ( plugins ) -SLOT=0 -SRC_URI=https://crates.io/api/v1/crates/ab_glyph/0.2.32/download -> ab_glyph-0.2.32.crate https://crates.io/api/v1/crates/ab_glyph_rasterizer/0.1.10/download -> ab_glyph_rasterizer-0.1.10.crate https://crates.io/api/v1/crates/adler2/2.0.1/download -> adler2-2.0.1.crate https://crates.io/api/v1/crates/ahash/0.8.12/download -> ahash-0.8.12.crate https://crates.io/api/v1/crates/aho-corasick/1.1.4/download -> aho-corasick-1.1.4.crate https://crates.io/api/v1/crates/alacritty_terminal/0.25.1/download -> alacritty_terminal-0.25.1.crate https://crates.io/api/v1/crates/allocator-api2/0.2.21/download -> allocator-api2-0.2.21.crate https://crates.io/api/v1/crates/android-activity/0.6.1/download -> android-activity-0.6.1.crate https://crates.io/api/v1/crates/android-properties/0.2.2/download -> android-properties-0.2.2.crate https://crates.io/api/v1/crates/android_system_properties/0.1.5/download -> android_system_properties-0.1.5.crate https://crates.io/api/v1/crates/anstyle/1.0.14/download -> anstyle-1.0.14.crate https://crates.io/api/v1/crates/anyhow/1.0.102/download -> anyhow-1.0.102.crate https://crates.io/api/v1/crates/arboard/3.6.1/download -> arboard-3.6.1.crate https://crates.io/api/v1/crates/arc-swap/1.9.0/download -> arc-swap-1.9.0.crate https://crates.io/api/v1/crates/arrayref/0.3.9/download -> arrayref-0.3.9.crate https://crates.io/api/v1/crates/arrayvec/0.7.6/download -> arrayvec-0.7.6.crate https://crates.io/api/v1/crates/as-raw-xcb-connection/1.0.1/download -> as-raw-xcb-connection-1.0.1.crate https://crates.io/api/v1/crates/ascii/1.1.0/download -> ascii-1.1.0.crate https://crates.io/api/v1/crates/ash/0.38.0+1.3.281/download -> ash-0.38.0+1.3.281.crate https://crates.io/api/v1/crates/async-lock/3.4.2/download -> async-lock-3.4.2.crate https://crates.io/api/v1/crates/async-trait/0.1.89/download -> async-trait-0.1.89.crate https://crates.io/api/v1/crates/atk-sys/0.18.2/download -> atk-sys-0.18.2.crate https://crates.io/api/v1/crates/atk/0.18.2/download -> atk-0.18.2.crate https://crates.io/api/v1/crates/atomic-waker/1.1.2/download -> atomic-waker-1.1.2.crate https://crates.io/api/v1/crates/atomic/0.6.1/download -> atomic-0.6.1.crate https://crates.io/api/v1/crates/autocfg/1.5.0/download -> autocfg-1.5.0.crate https://crates.io/api/v1/crates/base62/2.2.4/download -> base62-2.2.4.crate https://crates.io/api/v1/crates/base64/0.22.1/download -> base64-0.22.1.crate https://crates.io/api/v1/crates/bincode/1.3.3/download -> bincode-1.3.3.crate https://crates.io/api/v1/crates/bindgen/0.72.1/download -> bindgen-0.72.1.crate https://crates.io/api/v1/crates/bit-set/0.5.3/download -> bit-set-0.5.3.crate https://crates.io/api/v1/crates/bit-set/0.8.0/download -> bit-set-0.8.0.crate https://crates.io/api/v1/crates/bit-vec/0.6.3/download -> bit-vec-0.6.3.crate https://crates.io/api/v1/crates/bit-vec/0.8.0/download -> bit-vec-0.8.0.crate https://crates.io/api/v1/crates/bitflags/1.3.2/download -> bitflags-1.3.2.crate https://crates.io/api/v1/crates/bitflags/2.11.0/download -> bitflags-2.11.0.crate https://crates.io/api/v1/crates/bitvec/1.0.1/download -> bitvec-1.0.1.crate https://crates.io/api/v1/crates/block-buffer/0.10.4/download -> block-buffer-0.10.4.crate https://crates.io/api/v1/crates/block2/0.5.1/download -> block2-0.5.1.crate https://crates.io/api/v1/crates/block/0.1.6/download -> block-0.1.6.crate https://crates.io/api/v1/crates/bstr/1.12.1/download -> bstr-1.12.1.crate https://crates.io/api/v1/crates/bumpalo/3.20.2/download -> bumpalo-3.20.2.crate https://crates.io/api/v1/crates/bytemuck/1.25.0/download -> bytemuck-1.25.0.crate https://crates.io/api/v1/crates/bytemuck_derive/1.10.2/download -> bytemuck_derive-1.10.2.crate https://crates.io/api/v1/crates/bytes/1.11.1/download -> bytes-1.11.1.crate https://crates.io/api/v1/crates/cairo-rs/0.18.5/download -> cairo-rs-0.18.5.crate https://crates.io/api/v1/crates/cairo-sys-rs/0.18.2/download -> cairo-sys-rs-0.18.2.crate https://crates.io/api/v1/crates/calloop-wayland-source/0.3.0/download -> calloop-wayland-source-0.3.0.crate https://crates.io/api/v1/crates/calloop/0.13.0/download -> calloop-0.13.0.crate https://crates.io/api/v1/crates/castaway/0.2.4/download -> castaway-0.2.4.crate https://crates.io/api/v1/crates/cc/1.2.58/download -> cc-1.2.58.crate https://crates.io/api/v1/crates/cexpr/0.6.0/download -> cexpr-0.6.0.crate https://crates.io/api/v1/crates/cfg-expr/0.15.8/download -> cfg-expr-0.15.8.crate https://crates.io/api/v1/crates/cfg-if/1.0.4/download -> cfg-if-1.0.4.crate https://crates.io/api/v1/crates/cfg_aliases/0.1.1/download -> cfg_aliases-0.1.1.crate https://crates.io/api/v1/crates/cfg_aliases/0.2.1/download -> cfg_aliases-0.2.1.crate https://crates.io/api/v1/crates/chardetng/0.1.17/download -> chardetng-0.1.17.crate https://crates.io/api/v1/crates/chrono/0.4.44/download -> chrono-0.4.44.crate https://crates.io/api/v1/crates/chunked_transfer/1.5.0/download -> chunked_transfer-1.5.0.crate https://crates.io/api/v1/crates/clang-sys/1.8.1/download -> clang-sys-1.8.1.crate https://crates.io/api/v1/crates/clap/4.6.0/download -> clap-4.6.0.crate https://crates.io/api/v1/crates/clap_builder/4.6.0/download -> clap_builder-4.6.0.crate https://crates.io/api/v1/crates/clap_derive/4.6.0/download -> clap_derive-4.6.0.crate https://crates.io/api/v1/crates/clap_lex/1.1.0/download -> clap_lex-1.1.0.crate https://crates.io/api/v1/crates/clipboard-win/5.4.1/download -> clipboard-win-5.4.1.crate https://crates.io/api/v1/crates/cobs/0.3.0/download -> cobs-0.3.0.crate https://crates.io/api/v1/crates/codespan-reporting/0.12.0/download -> codespan-reporting-0.12.0.crate https://crates.io/api/v1/crates/combine/4.6.7/download -> combine-4.6.7.crate https://crates.io/api/v1/crates/compact_str/0.9.0/download -> compact_str-0.9.0.crate https://crates.io/api/v1/crates/concurrent-queue/2.5.0/download -> concurrent-queue-2.5.0.crate https://crates.io/api/v1/crates/console/0.16.3/download -> console-0.16.3.crate https://crates.io/api/v1/crates/const-random-macro/0.1.16/download -> const-random-macro-0.1.16.crate https://crates.io/api/v1/crates/const-random/0.1.18/download -> const-random-0.1.18.crate https://crates.io/api/v1/crates/convert_case/0.10.0/download -> convert_case-0.10.0.crate https://crates.io/api/v1/crates/core-foundation-sys/0.8.7/download -> core-foundation-sys-0.8.7.crate https://crates.io/api/v1/crates/core-foundation/0.10.1/download -> core-foundation-0.10.1.crate https://crates.io/api/v1/crates/core-foundation/0.9.4/download -> core-foundation-0.9.4.crate https://crates.io/api/v1/crates/core-graphics-types/0.1.3/download -> core-graphics-types-0.1.3.crate https://crates.io/api/v1/crates/core-graphics-types/0.2.0/download -> core-graphics-types-0.2.0.crate https://crates.io/api/v1/crates/core-graphics/0.23.2/download -> core-graphics-0.23.2.crate https://crates.io/api/v1/crates/core_maths/0.1.1/download -> core_maths-0.1.1.crate https://crates.io/api/v1/crates/cow-utils/0.1.3/download -> cow-utils-0.1.3.crate https://crates.io/api/v1/crates/cpufeatures/0.2.17/download -> cpufeatures-0.2.17.crate https://crates.io/api/v1/crates/crc32fast/1.5.0/download -> crc32fast-1.5.0.crate https://crates.io/api/v1/crates/crossbeam-channel/0.5.15/download -> crossbeam-channel-0.5.15.crate https://crates.io/api/v1/crates/crossbeam-deque/0.8.6/download -> crossbeam-deque-0.8.6.crate https://crates.io/api/v1/crates/crossbeam-epoch/0.9.18/download -> crossbeam-epoch-0.9.18.crate https://crates.io/api/v1/crates/crossbeam-utils/0.8.21/download -> crossbeam-utils-0.8.21.crate https://crates.io/api/v1/crates/crossterm/0.29.0/download -> crossterm-0.29.0.crate https://crates.io/api/v1/crates/crossterm_winapi/0.9.1/download -> crossterm_winapi-0.9.1.crate https://crates.io/api/v1/crates/crunchy/0.2.4/download -> crunchy-0.2.4.crate https://crates.io/api/v1/crates/crypto-common/0.1.7/download -> crypto-common-0.1.7.crate https://crates.io/api/v1/crates/csscolorparser/0.6.2/download -> csscolorparser-0.6.2.crate https://crates.io/api/v1/crates/ctor-proc-macro/0.0.7/download -> ctor-proc-macro-0.0.7.crate https://crates.io/api/v1/crates/ctor/0.6.3/download -> ctor-0.6.3.crate https://crates.io/api/v1/crates/cursor-icon/1.2.0/download -> cursor-icon-1.2.0.crate https://crates.io/api/v1/crates/darling/0.23.0/download -> darling-0.23.0.crate https://crates.io/api/v1/crates/darling_core/0.23.0/download -> darling_core-0.23.0.crate https://crates.io/api/v1/crates/darling_macro/0.23.0/download -> darling_macro-0.23.0.crate https://crates.io/api/v1/crates/deltae/0.3.2/download -> deltae-0.3.2.crate https://crates.io/api/v1/crates/deranged/0.5.8/download -> deranged-0.5.8.crate https://crates.io/api/v1/crates/derive_more-impl/2.1.1/download -> derive_more-impl-2.1.1.crate https://crates.io/api/v1/crates/derive_more/2.1.1/download -> derive_more-2.1.1.crate https://crates.io/api/v1/crates/digest/0.10.7/download -> digest-0.10.7.crate https://crates.io/api/v1/crates/dirs-sys/0.5.0/download -> dirs-sys-0.5.0.crate https://crates.io/api/v1/crates/dirs/6.0.0/download -> dirs-6.0.0.crate https://crates.io/api/v1/crates/dispatch2/0.3.1/download -> dispatch2-0.3.1.crate https://crates.io/api/v1/crates/dispatch/0.2.0/download -> dispatch-0.2.0.crate https://crates.io/api/v1/crates/dlib/0.5.3/download -> dlib-0.5.3.crate https://crates.io/api/v1/crates/doctest-file/1.1.1/download -> doctest-file-1.1.1.crate https://crates.io/api/v1/crates/document-features/0.2.12/download -> document-features-0.2.12.crate https://crates.io/api/v1/crates/downcast-rs/1.2.1/download -> downcast-rs-1.2.1.crate https://crates.io/api/v1/crates/dpi/0.1.2/download -> dpi-0.1.2.crate https://crates.io/api/v1/crates/dragonbox_ecma/0.1.12/download -> dragonbox_ecma-0.1.12.crate https://crates.io/api/v1/crates/dtor-proc-macro/0.0.6/download -> dtor-proc-macro-0.0.6.crate https://crates.io/api/v1/crates/dtor/0.1.1/download -> dtor-0.1.1.crate https://crates.io/api/v1/crates/dyn-clone/1.0.20/download -> dyn-clone-1.0.20.crate https://crates.io/api/v1/crates/either/1.15.0/download -> either-1.15.0.crate https://crates.io/api/v1/crates/embedded-io/0.4.0/download -> embedded-io-0.4.0.crate https://crates.io/api/v1/crates/embedded-io/0.6.1/download -> embedded-io-0.6.1.crate https://crates.io/api/v1/crates/encode_unicode/1.0.0/download -> encode_unicode-1.0.0.crate https://crates.io/api/v1/crates/encoding_rs/0.8.35/download -> encoding_rs-0.8.35.crate https://crates.io/api/v1/crates/equivalent/1.0.2/download -> equivalent-1.0.2.crate https://crates.io/api/v1/crates/errno/0.3.14/download -> errno-0.3.14.crate https://crates.io/api/v1/crates/error-code/3.3.2/download -> error-code-3.3.2.crate https://crates.io/api/v1/crates/euclid/0.22.14/download -> euclid-0.22.14.crate https://crates.io/api/v1/crates/event-listener-strategy/0.5.4/download -> event-listener-strategy-0.5.4.crate https://crates.io/api/v1/crates/event-listener/5.4.1/download -> event-listener-5.4.1.crate https://crates.io/api/v1/crates/evictor/0.5.1/download -> evictor-0.5.1.crate https://crates.io/api/v1/crates/fancy-regex/0.11.0/download -> fancy-regex-0.11.0.crate https://crates.io/api/v1/crates/fancy-regex/0.16.2/download -> fancy-regex-0.16.2.crate https://crates.io/api/v1/crates/fastrand/2.3.0/download -> fastrand-2.3.0.crate https://crates.io/api/v1/crates/fdeflate/0.3.7/download -> fdeflate-0.3.7.crate https://crates.io/api/v1/crates/field-offset/0.3.6/download -> field-offset-0.3.6.crate https://crates.io/api/v1/crates/filedescriptor/0.8.3/download -> filedescriptor-0.8.3.crate https://crates.io/api/v1/crates/find-msvc-tools/0.1.9/download -> find-msvc-tools-0.1.9.crate https://crates.io/api/v1/crates/finl_unicode/1.4.0/download -> finl_unicode-1.4.0.crate https://crates.io/api/v1/crates/fixedbitset/0.4.2/download -> fixedbitset-0.4.2.crate https://crates.io/api/v1/crates/fixedbitset/0.5.7/download -> fixedbitset-0.5.7.crate https://crates.io/api/v1/crates/flate2/1.1.9/download -> flate2-1.1.9.crate https://crates.io/api/v1/crates/fluent-uri/0.1.4/download -> fluent-uri-0.1.4.crate https://crates.io/api/v1/crates/fnv/1.0.7/download -> fnv-1.0.7.crate https://crates.io/api/v1/crates/foldhash/0.1.5/download -> foldhash-0.1.5.crate https://crates.io/api/v1/crates/foldhash/0.2.0/download -> foldhash-0.2.0.crate https://crates.io/api/v1/crates/foreign-types-macros/0.2.3/download -> foreign-types-macros-0.2.3.crate https://crates.io/api/v1/crates/foreign-types-shared/0.3.1/download -> foreign-types-shared-0.3.1.crate https://crates.io/api/v1/crates/foreign-types/0.5.0/download -> foreign-types-0.5.0.crate https://crates.io/api/v1/crates/funty/2.0.0/download -> funty-2.0.0.crate https://crates.io/api/v1/crates/futures-channel/0.3.32/download -> futures-channel-0.3.32.crate https://crates.io/api/v1/crates/futures-core/0.3.32/download -> futures-core-0.3.32.crate https://crates.io/api/v1/crates/futures-executor/0.3.32/download -> futures-executor-0.3.32.crate https://crates.io/api/v1/crates/futures-io/0.3.32/download -> futures-io-0.3.32.crate https://crates.io/api/v1/crates/futures-macro/0.3.32/download -> futures-macro-0.3.32.crate https://crates.io/api/v1/crates/futures-task/0.3.32/download -> futures-task-0.3.32.crate https://crates.io/api/v1/crates/futures-util/0.3.32/download -> futures-util-0.3.32.crate https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.18.0/download -> gdk-pixbuf-sys-0.18.0.crate https://crates.io/api/v1/crates/gdk-pixbuf/0.18.5/download -> gdk-pixbuf-0.18.5.crate https://crates.io/api/v1/crates/gdk-sys/0.18.2/download -> gdk-sys-0.18.2.crate https://crates.io/api/v1/crates/gdk/0.18.2/download -> gdk-0.18.2.crate https://crates.io/api/v1/crates/generic-array/0.14.7/download -> generic-array-0.14.7.crate https://crates.io/api/v1/crates/gethostname/1.1.0/download -> gethostname-1.1.0.crate https://crates.io/api/v1/crates/getrandom/0.2.17/download -> getrandom-0.2.17.crate https://crates.io/api/v1/crates/getrandom/0.3.4/download -> getrandom-0.3.4.crate https://crates.io/api/v1/crates/getrandom/0.4.2/download -> getrandom-0.4.2.crate https://crates.io/api/v1/crates/gio-sys/0.18.1/download -> gio-sys-0.18.1.crate https://crates.io/api/v1/crates/gio/0.18.4/download -> gio-0.18.4.crate https://crates.io/api/v1/crates/gl_generator/0.14.0/download -> gl_generator-0.14.0.crate https://crates.io/api/v1/crates/glib-macros/0.18.5/download -> glib-macros-0.18.5.crate https://crates.io/api/v1/crates/glib-sys/0.18.1/download -> glib-sys-0.18.1.crate https://crates.io/api/v1/crates/glib/0.18.5/download -> glib-0.18.5.crate https://crates.io/api/v1/crates/glob/0.3.3/download -> glob-0.3.3.crate https://crates.io/api/v1/crates/globset/0.4.18/download -> globset-0.4.18.crate https://crates.io/api/v1/crates/globwalk/0.8.1/download -> globwalk-0.8.1.crate https://crates.io/api/v1/crates/glow/0.16.0/download -> glow-0.16.0.crate https://crates.io/api/v1/crates/glutin_wgl_sys/0.6.1/download -> glutin_wgl_sys-0.6.1.crate https://crates.io/api/v1/crates/gobject-sys/0.18.0/download -> gobject-sys-0.18.0.crate https://crates.io/api/v1/crates/gpu-allocator/0.28.0/download -> gpu-allocator-0.28.0.crate https://crates.io/api/v1/crates/gpu-descriptor-types/0.2.0/download -> gpu-descriptor-types-0.2.0.crate https://crates.io/api/v1/crates/gpu-descriptor/0.3.2/download -> gpu-descriptor-0.3.2.crate https://crates.io/api/v1/crates/gtk-sys/0.18.2/download -> gtk-sys-0.18.2.crate https://crates.io/api/v1/crates/gtk3-macros/0.18.2/download -> gtk3-macros-0.18.2.crate https://crates.io/api/v1/crates/gtk/0.18.2/download -> gtk-0.18.2.crate https://crates.io/api/v1/crates/half/2.7.1/download -> half-2.7.1.crate https://crates.io/api/v1/crates/hashbrown/0.15.5/download -> hashbrown-0.15.5.crate https://crates.io/api/v1/crates/hashbrown/0.16.1/download -> hashbrown-0.16.1.crate https://crates.io/api/v1/crates/heck/0.4.1/download -> heck-0.4.1.crate https://crates.io/api/v1/crates/heck/0.5.0/download -> heck-0.5.0.crate https://crates.io/api/v1/crates/hermit-abi/0.5.2/download -> hermit-abi-0.5.2.crate https://crates.io/api/v1/crates/hex/0.4.3/download -> hex-0.4.3.crate https://crates.io/api/v1/crates/hexf-parse/0.2.1/download -> hexf-parse-0.2.1.crate https://crates.io/api/v1/crates/home/0.5.12/download -> home-0.5.12.crate https://crates.io/api/v1/crates/http/1.4.0/download -> http-1.4.0.crate https://crates.io/api/v1/crates/httparse/1.10.1/download -> httparse-1.10.1.crate https://crates.io/api/v1/crates/httpdate/1.0.3/download -> httpdate-1.0.3.crate https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download -> iana-time-zone-haiku-0.1.2.crate https://crates.io/api/v1/crates/iana-time-zone/0.1.65/download -> iana-time-zone-0.1.65.crate https://crates.io/api/v1/crates/id-arena/2.3.0/download -> id-arena-2.3.0.crate https://crates.io/api/v1/crates/ident_case/1.0.1/download -> ident_case-1.0.1.crate https://crates.io/api/v1/crates/ignore/0.4.25/download -> ignore-0.4.25.crate https://crates.io/api/v1/crates/include_dir/0.7.4/download -> include_dir-0.7.4.crate https://crates.io/api/v1/crates/include_dir_macros/0.7.4/download -> include_dir_macros-0.7.4.crate https://crates.io/api/v1/crates/indexmap/2.13.0/download -> indexmap-2.13.0.crate https://crates.io/api/v1/crates/indoc/2.0.7/download -> indoc-2.0.7.crate https://crates.io/api/v1/crates/insta/1.47.2/download -> insta-1.47.2.crate https://crates.io/api/v1/crates/instability/0.3.12/download -> instability-0.3.12.crate https://crates.io/api/v1/crates/interprocess/2.4.0/download -> interprocess-2.4.0.crate https://crates.io/api/v1/crates/is-docker/0.2.0/download -> is-docker-0.2.0.crate https://crates.io/api/v1/crates/is-wsl/0.4.0/download -> is-wsl-0.4.0.crate https://crates.io/api/v1/crates/itertools/0.11.0/download -> itertools-0.11.0.crate https://crates.io/api/v1/crates/itertools/0.13.0/download -> itertools-0.13.0.crate https://crates.io/api/v1/crates/itertools/0.14.0/download -> itertools-0.14.0.crate https://crates.io/api/v1/crates/itoa/1.0.18/download -> itoa-1.0.18.crate https://crates.io/api/v1/crates/jni-macros/0.22.4/download -> jni-macros-0.22.4.crate https://crates.io/api/v1/crates/jni-sys-macros/0.4.1/download -> jni-sys-macros-0.4.1.crate https://crates.io/api/v1/crates/jni-sys/0.3.1/download -> jni-sys-0.3.1.crate https://crates.io/api/v1/crates/jni-sys/0.4.1/download -> jni-sys-0.4.1.crate https://crates.io/api/v1/crates/jni/0.22.4/download -> jni-0.22.4.crate https://crates.io/api/v1/crates/jobserver/0.1.34/download -> jobserver-0.1.34.crate https://crates.io/api/v1/crates/js-sys/0.3.94/download -> js-sys-0.3.94.crate https://crates.io/api/v1/crates/jsonc-parser/0.32.3/download -> jsonc-parser-0.32.3.crate https://crates.io/api/v1/crates/kasuari/0.4.12/download -> kasuari-0.4.12.crate https://crates.io/api/v1/crates/keyboard-types/0.7.0/download -> keyboard-types-0.7.0.crate https://crates.io/api/v1/crates/khronos-egl/6.0.0/download -> khronos-egl-6.0.0.crate https://crates.io/api/v1/crates/khronos_api/3.1.0/download -> khronos_api-3.1.0.crate https://crates.io/api/v1/crates/lab/0.11.0/download -> lab-0.11.0.crate https://crates.io/api/v1/crates/lazy_static/1.5.0/download -> lazy_static-1.5.0.crate https://crates.io/api/v1/crates/leb128fmt/0.1.0/download -> leb128fmt-0.1.0.crate https://crates.io/api/v1/crates/libc/0.2.184/download -> libc-0.2.184.crate https://crates.io/api/v1/crates/libloading/0.8.9/download -> libloading-0.8.9.crate https://crates.io/api/v1/crates/libloading/0.9.0/download -> libloading-0.9.0.crate https://crates.io/api/v1/crates/libm/0.2.16/download -> libm-0.2.16.crate https://crates.io/api/v1/crates/libredox/0.1.15/download -> libredox-0.1.15.crate https://crates.io/api/v1/crates/libxdo-sys/0.11.0/download -> libxdo-sys-0.11.0.crate https://crates.io/api/v1/crates/libxdo/0.6.0/download -> libxdo-0.6.0.crate https://crates.io/api/v1/crates/line-clipping/0.3.7/download -> line-clipping-0.3.7.crate https://crates.io/api/v1/crates/linked-hash-map/0.5.6/download -> linked-hash-map-0.5.6.crate https://crates.io/api/v1/crates/linux-raw-sys/0.12.1/download -> linux-raw-sys-0.12.1.crate https://crates.io/api/v1/crates/linux-raw-sys/0.4.15/download -> linux-raw-sys-0.4.15.crate https://crates.io/api/v1/crates/litrs/1.0.0/download -> litrs-1.0.0.crate https://crates.io/api/v1/crates/lock_api/0.4.14/download -> lock_api-0.4.14.crate https://crates.io/api/v1/crates/log/0.4.29/download -> log-0.4.29.crate https://crates.io/api/v1/crates/lru/0.16.3/download -> lru-0.16.3.crate https://crates.io/api/v1/crates/lsp-types/0.97.0/download -> lsp-types-0.97.0.crate https://crates.io/api/v1/crates/lyon_geom/1.0.19/download -> lyon_geom-1.0.19.crate https://crates.io/api/v1/crates/mac_address/1.1.8/download -> mac_address-1.1.8.crate https://crates.io/api/v1/crates/malloc_buf/0.0.6/download -> malloc_buf-0.0.6.crate https://crates.io/api/v1/crates/matchers/0.2.0/download -> matchers-0.2.0.crate https://crates.io/api/v1/crates/memchr/2.8.0/download -> memchr-2.8.0.crate https://crates.io/api/v1/crates/memmap2/0.9.10/download -> memmap2-0.9.10.crate https://crates.io/api/v1/crates/memmem/0.1.1/download -> memmem-0.1.1.crate https://crates.io/api/v1/crates/memoffset/0.9.1/download -> memoffset-0.9.1.crate https://crates.io/api/v1/crates/metal/0.33.0/download -> metal-0.33.0.crate https://crates.io/api/v1/crates/minimal-lexical/0.2.1/download -> minimal-lexical-0.2.1.crate https://crates.io/api/v1/crates/miniz_oxide/0.8.9/download -> miniz_oxide-0.8.9.crate https://crates.io/api/v1/crates/mio/1.2.0/download -> mio-1.2.0.crate https://crates.io/api/v1/crates/miow/0.6.1/download -> miow-0.6.1.crate https://crates.io/api/v1/crates/muda/0.15.3/download -> muda-0.15.3.crate https://crates.io/api/v1/crates/naga/28.0.0/download -> naga-28.0.0.crate https://crates.io/api/v1/crates/ndk-context/0.1.1/download -> ndk-context-0.1.1.crate https://crates.io/api/v1/crates/ndk-sys/0.6.0+11769913/download -> ndk-sys-0.6.0+11769913.crate https://crates.io/api/v1/crates/ndk/0.9.0/download -> ndk-0.9.0.crate https://crates.io/api/v1/crates/nix/0.28.0/download -> nix-0.28.0.crate https://crates.io/api/v1/crates/nix/0.29.0/download -> nix-0.29.0.crate https://crates.io/api/v1/crates/nix/0.31.2/download -> nix-0.31.2.crate https://crates.io/api/v1/crates/nom/7.1.3/download -> nom-7.1.3.crate https://crates.io/api/v1/crates/nom/8.0.0/download -> nom-8.0.0.crate https://crates.io/api/v1/crates/nonmax/0.5.5/download -> nonmax-0.5.5.crate https://crates.io/api/v1/crates/normpath/1.5.0/download -> normpath-1.5.0.crate https://crates.io/api/v1/crates/nu-ansi-term/0.50.3/download -> nu-ansi-term-0.50.3.crate https://crates.io/api/v1/crates/num-bigint/0.4.6/download -> num-bigint-0.4.6.crate https://crates.io/api/v1/crates/num-conv/0.2.1/download -> num-conv-0.2.1.crate https://crates.io/api/v1/crates/num-derive/0.4.2/download -> num-derive-0.4.2.crate https://crates.io/api/v1/crates/num-integer/0.1.46/download -> num-integer-0.1.46.crate https://crates.io/api/v1/crates/num-traits/0.2.19/download -> num-traits-0.2.19.crate https://crates.io/api/v1/crates/num_enum/0.7.6/download -> num_enum-0.7.6.crate https://crates.io/api/v1/crates/num_enum_derive/0.7.6/download -> num_enum_derive-0.7.6.crate https://crates.io/api/v1/crates/num_threads/0.1.7/download -> num_threads-0.1.7.crate https://crates.io/api/v1/crates/objc-sys/0.3.5/download -> objc-sys-0.3.5.crate https://crates.io/api/v1/crates/objc2-app-kit/0.2.2/download -> objc2-app-kit-0.2.2.crate https://crates.io/api/v1/crates/objc2-app-kit/0.3.2/download -> objc2-app-kit-0.3.2.crate https://crates.io/api/v1/crates/objc2-cloud-kit/0.2.2/download -> objc2-cloud-kit-0.2.2.crate https://crates.io/api/v1/crates/objc2-contacts/0.2.2/download -> objc2-contacts-0.2.2.crate https://crates.io/api/v1/crates/objc2-core-data/0.2.2/download -> objc2-core-data-0.2.2.crate https://crates.io/api/v1/crates/objc2-core-foundation/0.3.2/download -> objc2-core-foundation-0.3.2.crate https://crates.io/api/v1/crates/objc2-core-graphics/0.3.2/download -> objc2-core-graphics-0.3.2.crate https://crates.io/api/v1/crates/objc2-core-image/0.2.2/download -> objc2-core-image-0.2.2.crate https://crates.io/api/v1/crates/objc2-core-location/0.2.2/download -> objc2-core-location-0.2.2.crate https://crates.io/api/v1/crates/objc2-encode/4.1.0/download -> objc2-encode-4.1.0.crate https://crates.io/api/v1/crates/objc2-foundation/0.2.2/download -> objc2-foundation-0.2.2.crate https://crates.io/api/v1/crates/objc2-foundation/0.3.2/download -> objc2-foundation-0.3.2.crate https://crates.io/api/v1/crates/objc2-io-surface/0.3.2/download -> objc2-io-surface-0.3.2.crate https://crates.io/api/v1/crates/objc2-link-presentation/0.2.2/download -> objc2-link-presentation-0.2.2.crate https://crates.io/api/v1/crates/objc2-metal/0.2.2/download -> objc2-metal-0.2.2.crate https://crates.io/api/v1/crates/objc2-quartz-core/0.2.2/download -> objc2-quartz-core-0.2.2.crate https://crates.io/api/v1/crates/objc2-symbols/0.2.2/download -> objc2-symbols-0.2.2.crate https://crates.io/api/v1/crates/objc2-ui-kit/0.2.2/download -> objc2-ui-kit-0.2.2.crate https://crates.io/api/v1/crates/objc2-uniform-type-identifiers/0.2.2/download -> objc2-uniform-type-identifiers-0.2.2.crate https://crates.io/api/v1/crates/objc2-user-notifications/0.2.2/download -> objc2-user-notifications-0.2.2.crate https://crates.io/api/v1/crates/objc2/0.5.2/download -> objc2-0.5.2.crate https://crates.io/api/v1/crates/objc2/0.6.4/download -> objc2-0.6.4.crate https://crates.io/api/v1/crates/objc/0.2.7/download -> objc-0.2.7.crate https://crates.io/api/v1/crates/once_cell/1.21.4/download -> once_cell-1.21.4.crate https://crates.io/api/v1/crates/onig/6.5.1/download -> onig-6.5.1.crate https://crates.io/api/v1/crates/onig_sys/69.9.1/download -> onig_sys-69.9.1.crate https://crates.io/api/v1/crates/open/5.3.3/download -> open-5.3.3.crate https://crates.io/api/v1/crates/option-ext/0.2.0/download -> option-ext-0.2.0.crate https://crates.io/api/v1/crates/orbclient/0.3.51/download -> orbclient-0.3.51.crate https://crates.io/api/v1/crates/ordered-float/4.6.0/download -> ordered-float-4.6.0.crate https://crates.io/api/v1/crates/ordered-float/5.3.0/download -> ordered-float-5.3.0.crate https://crates.io/api/v1/crates/os_pipe/1.2.3/download -> os_pipe-1.2.3.crate https://crates.io/api/v1/crates/owned_ttf_parser/0.25.1/download -> owned_ttf_parser-0.25.1.crate https://crates.io/api/v1/crates/owo-colors/4.3.0/download -> owo-colors-4.3.0.crate https://crates.io/api/v1/crates/oxc-browserslist/2.3.1/download -> oxc-browserslist-2.3.1.crate https://crates.io/api/v1/crates/oxc-miette-derive/2.7.1/download -> oxc-miette-derive-2.7.1.crate https://crates.io/api/v1/crates/oxc-miette/2.7.1/download -> oxc-miette-2.7.1.crate https://crates.io/api/v1/crates/oxc_allocator/0.115.0/download -> oxc_allocator-0.115.0.crate https://crates.io/api/v1/crates/oxc_ast/0.115.0/download -> oxc_ast-0.115.0.crate https://crates.io/api/v1/crates/oxc_ast_macros/0.115.0/download -> oxc_ast_macros-0.115.0.crate https://crates.io/api/v1/crates/oxc_ast_visit/0.115.0/download -> oxc_ast_visit-0.115.0.crate https://crates.io/api/v1/crates/oxc_codegen/0.115.0/download -> oxc_codegen-0.115.0.crate https://crates.io/api/v1/crates/oxc_compat/0.115.0/download -> oxc_compat-0.115.0.crate https://crates.io/api/v1/crates/oxc_data_structures/0.115.0/download -> oxc_data_structures-0.115.0.crate https://crates.io/api/v1/crates/oxc_diagnostics/0.115.0/download -> oxc_diagnostics-0.115.0.crate https://crates.io/api/v1/crates/oxc_ecmascript/0.115.0/download -> oxc_ecmascript-0.115.0.crate https://crates.io/api/v1/crates/oxc_estree/0.115.0/download -> oxc_estree-0.115.0.crate https://crates.io/api/v1/crates/oxc_index/4.1.0/download -> oxc_index-4.1.0.crate https://crates.io/api/v1/crates/oxc_isolated_declarations/0.115.0/download -> oxc_isolated_declarations-0.115.0.crate https://crates.io/api/v1/crates/oxc_parser/0.115.0/download -> oxc_parser-0.115.0.crate https://crates.io/api/v1/crates/oxc_regular_expression/0.115.0/download -> oxc_regular_expression-0.115.0.crate https://crates.io/api/v1/crates/oxc_semantic/0.115.0/download -> oxc_semantic-0.115.0.crate https://crates.io/api/v1/crates/oxc_span/0.115.0/download -> oxc_span-0.115.0.crate https://crates.io/api/v1/crates/oxc_str/0.115.0/download -> oxc_str-0.115.0.crate https://crates.io/api/v1/crates/oxc_syntax/0.115.0/download -> oxc_syntax-0.115.0.crate https://crates.io/api/v1/crates/oxc_transformer/0.115.0/download -> oxc_transformer-0.115.0.crate https://crates.io/api/v1/crates/oxc_traverse/0.115.0/download -> oxc_traverse-0.115.0.crate https://crates.io/api/v1/crates/pango-sys/0.18.0/download -> pango-sys-0.18.0.crate https://crates.io/api/v1/crates/pango/0.18.3/download -> pango-0.18.3.crate https://crates.io/api/v1/crates/parking_lot/0.12.5/download -> parking_lot-0.12.5.crate https://crates.io/api/v1/crates/parking_lot_core/0.9.12/download -> parking_lot_core-0.9.12.crate https://crates.io/api/v1/crates/paste/1.0.15/download -> paste-1.0.15.crate https://crates.io/api/v1/crates/pathdiff/0.2.3/download -> pathdiff-0.2.3.crate https://crates.io/api/v1/crates/percent-encoding/2.3.2/download -> percent-encoding-2.3.2.crate https://crates.io/api/v1/crates/pest/2.8.6/download -> pest-2.8.6.crate https://crates.io/api/v1/crates/pest_derive/2.8.6/download -> pest_derive-2.8.6.crate https://crates.io/api/v1/crates/pest_generator/2.8.6/download -> pest_generator-2.8.6.crate https://crates.io/api/v1/crates/pest_meta/2.8.6/download -> pest_meta-2.8.6.crate https://crates.io/api/v1/crates/petgraph/0.8.3/download -> petgraph-0.8.3.crate https://crates.io/api/v1/crates/phf/0.11.3/download -> phf-0.11.3.crate https://crates.io/api/v1/crates/phf/0.13.1/download -> phf-0.13.1.crate https://crates.io/api/v1/crates/phf_codegen/0.11.3/download -> phf_codegen-0.11.3.crate https://crates.io/api/v1/crates/phf_generator/0.11.3/download -> phf_generator-0.11.3.crate https://crates.io/api/v1/crates/phf_generator/0.13.1/download -> phf_generator-0.13.1.crate https://crates.io/api/v1/crates/phf_macros/0.11.3/download -> phf_macros-0.11.3.crate https://crates.io/api/v1/crates/phf_macros/0.13.1/download -> phf_macros-0.13.1.crate https://crates.io/api/v1/crates/phf_shared/0.11.3/download -> phf_shared-0.11.3.crate https://crates.io/api/v1/crates/phf_shared/0.13.1/download -> phf_shared-0.13.1.crate https://crates.io/api/v1/crates/pin-project-internal/1.1.11/download -> pin-project-internal-1.1.11.crate https://crates.io/api/v1/crates/pin-project-lite/0.2.17/download -> pin-project-lite-0.2.17.crate https://crates.io/api/v1/crates/pin-project/1.1.11/download -> pin-project-1.1.11.crate https://crates.io/api/v1/crates/piper/0.2.5/download -> piper-0.2.5.crate https://crates.io/api/v1/crates/pkg-config/0.3.32/download -> pkg-config-0.3.32.crate https://crates.io/api/v1/crates/plain/0.2.3/download -> plain-0.2.3.crate https://crates.io/api/v1/crates/png/0.17.16/download -> png-0.17.16.crate https://crates.io/api/v1/crates/png/0.18.1/download -> png-0.18.1.crate https://crates.io/api/v1/crates/polling/3.11.0/download -> polling-3.11.0.crate https://crates.io/api/v1/crates/portable-atomic-util/0.2.6/download -> portable-atomic-util-0.2.6.crate https://crates.io/api/v1/crates/portable-atomic/1.13.1/download -> portable-atomic-1.13.1.crate https://crates.io/api/v1/crates/portable-pty/0.9.0/download -> portable-pty-0.9.0.crate https://crates.io/api/v1/crates/postcard/1.1.3/download -> postcard-1.1.3.crate https://crates.io/api/v1/crates/powerfmt/0.2.0/download -> powerfmt-0.2.0.crate https://crates.io/api/v1/crates/ppv-lite86/0.2.21/download -> ppv-lite86-0.2.21.crate https://crates.io/api/v1/crates/presser/0.3.1/download -> presser-0.3.1.crate https://crates.io/api/v1/crates/prettyplease/0.2.37/download -> prettyplease-0.2.37.crate https://crates.io/api/v1/crates/proc-macro-crate/1.3.1/download -> proc-macro-crate-1.3.1.crate https://crates.io/api/v1/crates/proc-macro-crate/2.0.0/download -> proc-macro-crate-2.0.0.crate https://crates.io/api/v1/crates/proc-macro-crate/3.5.0/download -> proc-macro-crate-3.5.0.crate https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download -> proc-macro-error-attr-1.0.4.crate https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download -> proc-macro-error-1.0.4.crate https://crates.io/api/v1/crates/proc-macro2/1.0.106/download -> proc-macro2-1.0.106.crate https://crates.io/api/v1/crates/profiling/1.0.17/download -> profiling-1.0.17.crate https://crates.io/api/v1/crates/proptest/1.11.0/download -> proptest-1.11.0.crate https://crates.io/api/v1/crates/pulldown-cmark/0.13.3/download -> pulldown-cmark-0.13.3.crate https://crates.io/api/v1/crates/quick-error/1.2.3/download -> quick-error-1.2.3.crate https://crates.io/api/v1/crates/quick-xml/0.39.2/download -> quick-xml-0.39.2.crate https://crates.io/api/v1/crates/quote/1.0.45/download -> quote-1.0.45.crate https://crates.io/api/v1/crates/r-efi/5.3.0/download -> r-efi-5.3.0.crate https://crates.io/api/v1/crates/r-efi/6.0.0/download -> r-efi-6.0.0.crate https://crates.io/api/v1/crates/radium/0.7.0/download -> radium-0.7.0.crate https://crates.io/api/v1/crates/rand/0.8.5/download -> rand-0.8.5.crate https://crates.io/api/v1/crates/rand/0.9.2/download -> rand-0.9.2.crate https://crates.io/api/v1/crates/rand_chacha/0.9.0/download -> rand_chacha-0.9.0.crate https://crates.io/api/v1/crates/rand_core/0.6.4/download -> rand_core-0.6.4.crate https://crates.io/api/v1/crates/rand_core/0.9.5/download -> rand_core-0.9.5.crate https://crates.io/api/v1/crates/rand_xorshift/0.4.0/download -> rand_xorshift-0.4.0.crate https://crates.io/api/v1/crates/range-alloc/0.1.5/download -> range-alloc-0.1.5.crate https://crates.io/api/v1/crates/raqote/0.8.5/download -> raqote-0.8.5.crate https://crates.io/api/v1/crates/ratatui-core/0.1.0/download -> ratatui-core-0.1.0.crate https://crates.io/api/v1/crates/ratatui-crossterm/0.1.0/download -> ratatui-crossterm-0.1.0.crate https://crates.io/api/v1/crates/ratatui-termwiz/0.1.0/download -> ratatui-termwiz-0.1.0.crate https://crates.io/api/v1/crates/ratatui-widgets/0.3.0/download -> ratatui-widgets-0.3.0.crate https://crates.io/api/v1/crates/ratatui/0.30.0/download -> ratatui-0.30.0.crate https://crates.io/api/v1/crates/raw-window-handle/0.6.2/download -> raw-window-handle-0.6.2.crate https://crates.io/api/v1/crates/recvmsg/1.0.0/download -> recvmsg-1.0.0.crate https://crates.io/api/v1/crates/redox_syscall/0.4.1/download -> redox_syscall-0.4.1.crate https://crates.io/api/v1/crates/redox_syscall/0.5.18/download -> redox_syscall-0.5.18.crate https://crates.io/api/v1/crates/redox_syscall/0.7.3/download -> redox_syscall-0.7.3.crate https://crates.io/api/v1/crates/redox_users/0.5.2/download -> redox_users-0.5.2.crate https://crates.io/api/v1/crates/ref-cast-impl/1.0.25/download -> ref-cast-impl-1.0.25.crate https://crates.io/api/v1/crates/ref-cast/1.0.25/download -> ref-cast-1.0.25.crate https://crates.io/api/v1/crates/regex-automata/0.4.14/download -> regex-automata-0.4.14.crate https://crates.io/api/v1/crates/regex-syntax/0.8.10/download -> regex-syntax-0.8.10.crate https://crates.io/api/v1/crates/regex/1.12.3/download -> regex-1.12.3.crate https://crates.io/api/v1/crates/relative-path/2.0.1/download -> relative-path-2.0.1.crate https://crates.io/api/v1/crates/renderdoc-sys/1.1.0/download -> renderdoc-sys-1.1.0.crate https://crates.io/api/v1/crates/ring/0.17.14/download -> ring-0.17.14.crate https://crates.io/api/v1/crates/ropey/1.6.1/download -> ropey-1.6.1.crate https://crates.io/api/v1/crates/rquickjs-core/0.11.0/download -> rquickjs-core-0.11.0.crate https://crates.io/api/v1/crates/rquickjs-macro/0.11.0/download -> rquickjs-macro-0.11.0.crate https://crates.io/api/v1/crates/rquickjs-serde/0.5.0/download -> rquickjs-serde-0.5.0.crate https://crates.io/api/v1/crates/rquickjs-sys/0.11.0/download -> rquickjs-sys-0.11.0.crate https://crates.io/api/v1/crates/rquickjs/0.11.0/download -> rquickjs-0.11.0.crate https://crates.io/api/v1/crates/rust-i18n-macro/3.1.5/download -> rust-i18n-macro-3.1.5.crate https://crates.io/api/v1/crates/rust-i18n-support/3.1.5/download -> rust-i18n-support-3.1.5.crate https://crates.io/api/v1/crates/rust-i18n/3.1.5/download -> rust-i18n-3.1.5.crate https://crates.io/api/v1/crates/rustc-hash/1.1.0/download -> rustc-hash-1.1.0.crate https://crates.io/api/v1/crates/rustc-hash/2.1.2/download -> rustc-hash-2.1.2.crate https://crates.io/api/v1/crates/rustc_version/0.4.1/download -> rustc_version-0.4.1.crate https://crates.io/api/v1/crates/rustix-openpty/0.2.0/download -> rustix-openpty-0.2.0.crate https://crates.io/api/v1/crates/rustix/0.38.44/download -> rustix-0.38.44.crate https://crates.io/api/v1/crates/rustix/1.1.4/download -> rustix-1.1.4.crate https://crates.io/api/v1/crates/rustls-pki-types/1.14.0/download -> rustls-pki-types-1.14.0.crate https://crates.io/api/v1/crates/rustls-webpki/0.103.10/download -> rustls-webpki-0.103.10.crate https://crates.io/api/v1/crates/rustls/0.23.37/download -> rustls-0.23.37.crate https://crates.io/api/v1/crates/rustversion/1.0.22/download -> rustversion-1.0.22.crate https://crates.io/api/v1/crates/rusty-fork/0.3.1/download -> rusty-fork-0.3.1.crate https://crates.io/api/v1/crates/rustybuzz/0.20.1/download -> rustybuzz-0.20.1.crate https://crates.io/api/v1/crates/ryu/1.0.23/download -> ryu-1.0.23.crate https://crates.io/api/v1/crates/same-file/1.0.6/download -> same-file-1.0.6.crate https://crates.io/api/v1/crates/schemars/1.2.1/download -> schemars-1.2.1.crate https://crates.io/api/v1/crates/schemars_derive/1.2.1/download -> schemars_derive-1.2.1.crate https://crates.io/api/v1/crates/scoped-tls/1.0.1/download -> scoped-tls-1.0.1.crate https://crates.io/api/v1/crates/scopeguard/1.2.0/download -> scopeguard-1.2.0.crate https://crates.io/api/v1/crates/sctk-adwaita/0.10.1/download -> sctk-adwaita-0.10.1.crate https://crates.io/api/v1/crates/self_cell/1.2.2/download -> self_cell-1.2.2.crate https://crates.io/api/v1/crates/semver/1.0.27/download -> semver-1.0.27.crate https://crates.io/api/v1/crates/seq-macro/0.3.6/download -> seq-macro-0.3.6.crate https://crates.io/api/v1/crates/serde/1.0.228/download -> serde-1.0.228.crate https://crates.io/api/v1/crates/serde_core/1.0.228/download -> serde_core-1.0.228.crate https://crates.io/api/v1/crates/serde_derive/1.0.228/download -> serde_derive-1.0.228.crate https://crates.io/api/v1/crates/serde_derive_internals/0.29.1/download -> serde_derive_internals-0.29.1.crate https://crates.io/api/v1/crates/serde_json/1.0.149/download -> serde_json-1.0.149.crate https://crates.io/api/v1/crates/serde_repr/0.1.20/download -> serde_repr-0.1.20.crate https://crates.io/api/v1/crates/serde_spanned/0.6.9/download -> serde_spanned-0.6.9.crate https://crates.io/api/v1/crates/serde_spanned/1.1.1/download -> serde_spanned-1.1.1.crate https://crates.io/api/v1/crates/serde_yaml/0.9.34+deprecated/download -> serde_yaml-0.9.34+deprecated.crate https://crates.io/api/v1/crates/serial2/0.2.34/download -> serial2-0.2.34.crate https://crates.io/api/v1/crates/sha1/0.10.6/download -> sha1-0.10.6.crate https://crates.io/api/v1/crates/sha2/0.10.9/download -> sha2-0.10.9.crate https://crates.io/api/v1/crates/sharded-slab/0.1.7/download -> sharded-slab-0.1.7.crate https://crates.io/api/v1/crates/shared_library/0.1.9/download -> shared_library-0.1.9.crate https://crates.io/api/v1/crates/shell-words/1.1.1/download -> shell-words-1.1.1.crate https://crates.io/api/v1/crates/shlex/1.3.0/download -> shlex-1.3.0.crate https://crates.io/api/v1/crates/signal-hook-mio/0.2.5/download -> signal-hook-mio-0.2.5.crate https://crates.io/api/v1/crates/signal-hook-registry/1.4.8/download -> signal-hook-registry-1.4.8.crate https://crates.io/api/v1/crates/signal-hook/0.3.18/download -> signal-hook-0.3.18.crate https://crates.io/api/v1/crates/simd-adler32/0.3.9/download -> simd-adler32-0.3.9.crate https://crates.io/api/v1/crates/simd_cesu8/1.1.1/download -> simd_cesu8-1.1.1.crate https://crates.io/api/v1/crates/simdutf8/0.1.5/download -> simdutf8-0.1.5.crate https://crates.io/api/v1/crates/similar/2.7.0/download -> similar-2.7.0.crate https://crates.io/api/v1/crates/siphasher/1.0.2/download -> siphasher-1.0.2.crate https://crates.io/api/v1/crates/slab/0.4.12/download -> slab-0.4.12.crate https://crates.io/api/v1/crates/slotmap/1.1.1/download -> slotmap-1.1.1.crate https://crates.io/api/v1/crates/smallvec/1.15.1/download -> smallvec-1.15.1.crate https://crates.io/api/v1/crates/smawk/0.3.2/download -> smawk-0.3.2.crate https://crates.io/api/v1/crates/smithay-client-toolkit/0.19.2/download -> smithay-client-toolkit-0.19.2.crate https://crates.io/api/v1/crates/smol_str/0.2.2/download -> smol_str-0.2.2.crate https://crates.io/api/v1/crates/socket2/0.6.3/download -> socket2-0.6.3.crate https://crates.io/api/v1/crates/spirv/0.3.0+sdk-1.3.268.0/download -> spirv-0.3.0+sdk-1.3.268.0.crate https://crates.io/api/v1/crates/stable_deref_trait/1.2.1/download -> stable_deref_trait-1.2.1.crate https://crates.io/api/v1/crates/static_assertions/1.1.0/download -> static_assertions-1.1.0.crate https://crates.io/api/v1/crates/str_indices/0.4.4/download -> str_indices-0.4.4.crate https://crates.io/api/v1/crates/streaming-iterator/0.1.9/download -> streaming-iterator-0.1.9.crate https://crates.io/api/v1/crates/strict-num/0.1.1/download -> strict-num-0.1.1.crate https://crates.io/api/v1/crates/strsim/0.11.1/download -> strsim-0.11.1.crate https://crates.io/api/v1/crates/strum/0.27.2/download -> strum-0.27.2.crate https://crates.io/api/v1/crates/strum_macros/0.27.2/download -> strum_macros-0.27.2.crate https://crates.io/api/v1/crates/subtle/2.6.1/download -> subtle-2.6.1.crate https://crates.io/api/v1/crates/sw-composite/0.7.16/download -> sw-composite-0.7.16.crate https://crates.io/api/v1/crates/syn/1.0.109/download -> syn-1.0.109.crate https://crates.io/api/v1/crates/syn/2.0.117/download -> syn-2.0.117.crate https://crates.io/api/v1/crates/syntect/5.3.0/download -> syntect-5.3.0.crate https://crates.io/api/v1/crates/system-deps/6.2.2/download -> system-deps-6.2.2.crate https://crates.io/api/v1/crates/tap/1.0.1/download -> tap-1.0.1.crate https://crates.io/api/v1/crates/target-lexicon/0.12.16/download -> target-lexicon-0.12.16.crate https://crates.io/api/v1/crates/tempfile/3.27.0/download -> tempfile-3.27.0.crate https://crates.io/api/v1/crates/termcolor/1.4.1/download -> termcolor-1.4.1.crate https://crates.io/api/v1/crates/terminfo/0.9.0/download -> terminfo-0.9.0.crate https://crates.io/api/v1/crates/termios/0.3.3/download -> termios-0.3.3.crate https://crates.io/api/v1/crates/termwiz/0.23.3/download -> termwiz-0.23.3.crate https://crates.io/api/v1/crates/textwrap/0.16.2/download -> textwrap-0.16.2.crate https://crates.io/api/v1/crates/thiserror-impl/1.0.69/download -> thiserror-impl-1.0.69.crate https://crates.io/api/v1/crates/thiserror-impl/2.0.18/download -> thiserror-impl-2.0.18.crate https://crates.io/api/v1/crates/thiserror/1.0.69/download -> thiserror-1.0.69.crate https://crates.io/api/v1/crates/thiserror/2.0.18/download -> thiserror-2.0.18.crate https://crates.io/api/v1/crates/thread_local/1.1.9/download -> thread_local-1.1.9.crate https://crates.io/api/v1/crates/time-core/0.1.8/download -> time-core-0.1.8.crate https://crates.io/api/v1/crates/time/0.3.47/download -> time-0.3.47.crate https://crates.io/api/v1/crates/tiny-keccak/2.0.2/download -> tiny-keccak-2.0.2.crate https://crates.io/api/v1/crates/tiny-skia-path/0.11.4/download -> tiny-skia-path-0.11.4.crate https://crates.io/api/v1/crates/tiny-skia/0.11.4/download -> tiny-skia-0.11.4.crate https://crates.io/api/v1/crates/tiny_http/0.12.0/download -> tiny_http-0.12.0.crate https://crates.io/api/v1/crates/tokio-macros/2.6.1/download -> tokio-macros-2.6.1.crate https://crates.io/api/v1/crates/tokio/1.50.0/download -> tokio-1.50.0.crate https://crates.io/api/v1/crates/toml/0.8.23/download -> toml-0.8.23.crate https://crates.io/api/v1/crates/toml/1.1.1+spec-1.1.0/download -> toml-1.1.1+spec-1.1.0.crate https://crates.io/api/v1/crates/toml_datetime/0.6.11/download -> toml_datetime-0.6.11.crate https://crates.io/api/v1/crates/toml_datetime/1.1.1+spec-1.1.0/download -> toml_datetime-1.1.1+spec-1.1.0.crate https://crates.io/api/v1/crates/toml_edit/0.19.15/download -> toml_edit-0.19.15.crate https://crates.io/api/v1/crates/toml_edit/0.20.7/download -> toml_edit-0.20.7.crate https://crates.io/api/v1/crates/toml_edit/0.22.27/download -> toml_edit-0.22.27.crate https://crates.io/api/v1/crates/toml_edit/0.25.9+spec-1.1.0/download -> toml_edit-0.25.9+spec-1.1.0.crate https://crates.io/api/v1/crates/toml_parser/1.1.1+spec-1.1.0/download -> toml_parser-1.1.1+spec-1.1.0.crate https://crates.io/api/v1/crates/toml_write/0.1.2/download -> toml_write-0.1.2.crate https://crates.io/api/v1/crates/toml_writer/1.1.1+spec-1.1.0/download -> toml_writer-1.1.1+spec-1.1.0.crate https://crates.io/api/v1/crates/tracing-attributes/0.1.31/download -> tracing-attributes-0.1.31.crate https://crates.io/api/v1/crates/tracing-core/0.1.36/download -> tracing-core-0.1.36.crate https://crates.io/api/v1/crates/tracing-log/0.2.0/download -> tracing-log-0.2.0.crate https://crates.io/api/v1/crates/tracing-subscriber/0.3.23/download -> tracing-subscriber-0.3.23.crate https://crates.io/api/v1/crates/tracing/0.1.44/download -> tracing-0.1.44.crate https://crates.io/api/v1/crates/trash/5.2.5/download -> trash-5.2.5.crate https://crates.io/api/v1/crates/tree-sitter-bash/0.25.1/download -> tree-sitter-bash-0.25.1.crate https://crates.io/api/v1/crates/tree-sitter-c-sharp/0.23.1/download -> tree-sitter-c-sharp-0.23.1.crate https://crates.io/api/v1/crates/tree-sitter-c/0.24.1/download -> tree-sitter-c-0.24.1.crate https://crates.io/api/v1/crates/tree-sitter-cpp/0.23.4/download -> tree-sitter-cpp-0.23.4.crate https://crates.io/api/v1/crates/tree-sitter-css/0.25.0/download -> tree-sitter-css-0.25.0.crate https://crates.io/api/v1/crates/tree-sitter-go/0.25.0/download -> tree-sitter-go-0.25.0.crate https://crates.io/api/v1/crates/tree-sitter-highlight/0.26.8/download -> tree-sitter-highlight-0.26.8.crate https://crates.io/api/v1/crates/tree-sitter-html/0.23.2/download -> tree-sitter-html-0.23.2.crate https://crates.io/api/v1/crates/tree-sitter-java/0.23.5/download -> tree-sitter-java-0.23.5.crate https://crates.io/api/v1/crates/tree-sitter-javascript/0.25.0/download -> tree-sitter-javascript-0.25.0.crate https://crates.io/api/v1/crates/tree-sitter-json/0.24.8/download -> tree-sitter-json-0.24.8.crate https://crates.io/api/v1/crates/tree-sitter-language/0.1.7/download -> tree-sitter-language-0.1.7.crate https://crates.io/api/v1/crates/tree-sitter-lua/0.4.1/download -> tree-sitter-lua-0.4.1.crate https://crates.io/api/v1/crates/tree-sitter-odin/1.3.0/download -> tree-sitter-odin-1.3.0.crate https://crates.io/api/v1/crates/tree-sitter-pascal/0.10.2/download -> tree-sitter-pascal-0.10.2.crate https://crates.io/api/v1/crates/tree-sitter-php/0.24.2/download -> tree-sitter-php-0.24.2.crate https://crates.io/api/v1/crates/tree-sitter-python/0.25.0/download -> tree-sitter-python-0.25.0.crate https://crates.io/api/v1/crates/tree-sitter-ruby/0.23.1/download -> tree-sitter-ruby-0.23.1.crate https://crates.io/api/v1/crates/tree-sitter-rust/0.24.2/download -> tree-sitter-rust-0.24.2.crate https://crates.io/api/v1/crates/tree-sitter-typescript/0.23.2/download -> tree-sitter-typescript-0.23.2.crate https://crates.io/api/v1/crates/tree-sitter/0.26.8/download -> tree-sitter-0.26.8.crate https://crates.io/api/v1/crates/tree_magic_mini/3.2.2/download -> tree_magic_mini-3.2.2.crate https://crates.io/api/v1/crates/triomphe/0.1.15/download -> triomphe-0.1.15.crate https://crates.io/api/v1/crates/ts-rs-macros/12.0.1/download -> ts-rs-macros-12.0.1.crate https://crates.io/api/v1/crates/ts-rs/12.0.1/download -> ts-rs-12.0.1.crate https://crates.io/api/v1/crates/ttf-parser/0.25.1/download -> ttf-parser-0.25.1.crate https://crates.io/api/v1/crates/typed-arena/2.0.2/download -> typed-arena-2.0.2.crate https://crates.io/api/v1/crates/typenum/1.19.0/download -> typenum-1.19.0.crate https://crates.io/api/v1/crates/ucd-trie/0.1.7/download -> ucd-trie-0.1.7.crate https://crates.io/api/v1/crates/unarray/0.1.4/download -> unarray-0.1.4.crate https://crates.io/api/v1/crates/unicase/2.9.0/download -> unicase-2.9.0.crate https://crates.io/api/v1/crates/unicode-bidi-mirroring/0.4.0/download -> unicode-bidi-mirroring-0.4.0.crate https://crates.io/api/v1/crates/unicode-bidi/0.3.18/download -> unicode-bidi-0.3.18.crate https://crates.io/api/v1/crates/unicode-ccc/0.4.0/download -> unicode-ccc-0.4.0.crate https://crates.io/api/v1/crates/unicode-id-start/1.4.0/download -> unicode-id-start-1.4.0.crate https://crates.io/api/v1/crates/unicode-ident/1.0.24/download -> unicode-ident-1.0.24.crate https://crates.io/api/v1/crates/unicode-linebreak/0.1.5/download -> unicode-linebreak-0.1.5.crate https://crates.io/api/v1/crates/unicode-properties/0.1.4/download -> unicode-properties-0.1.4.crate https://crates.io/api/v1/crates/unicode-script/0.5.8/download -> unicode-script-0.5.8.crate https://crates.io/api/v1/crates/unicode-segmentation/1.13.2/download -> unicode-segmentation-1.13.2.crate https://crates.io/api/v1/crates/unicode-truncate/2.0.1/download -> unicode-truncate-2.0.1.crate https://crates.io/api/v1/crates/unicode-width/0.2.2/download -> unicode-width-0.2.2.crate https://crates.io/api/v1/crates/unicode-xid/0.2.6/download -> unicode-xid-0.2.6.crate https://crates.io/api/v1/crates/unsafe-libyaml/0.2.11/download -> unsafe-libyaml-0.2.11.crate https://crates.io/api/v1/crates/untrusted/0.9.0/download -> untrusted-0.9.0.crate https://crates.io/api/v1/crates/ureq-proto/0.6.0/download -> ureq-proto-0.6.0.crate https://crates.io/api/v1/crates/ureq/3.3.0/download -> ureq-3.3.0.crate https://crates.io/api/v1/crates/urlencoding/2.1.3/download -> urlencoding-2.1.3.crate https://crates.io/api/v1/crates/utf8-zero/0.8.1/download -> utf8-zero-0.8.1.crate https://crates.io/api/v1/crates/utf8parse/0.2.2/download -> utf8parse-0.2.2.crate https://crates.io/api/v1/crates/uuid/1.23.0/download -> uuid-1.23.0.crate https://crates.io/api/v1/crates/valuable/0.1.1/download -> valuable-0.1.1.crate https://crates.io/api/v1/crates/version-compare/0.2.1/download -> version-compare-0.2.1.crate https://crates.io/api/v1/crates/version_check/0.9.5/download -> version_check-0.9.5.crate https://crates.io/api/v1/crates/vt100/0.16.2/download -> vt100-0.16.2.crate https://crates.io/api/v1/crates/vte/0.15.0/download -> vte-0.15.0.crate https://crates.io/api/v1/crates/vtparse/0.6.2/download -> vtparse-0.6.2.crate https://crates.io/api/v1/crates/wait-timeout/0.2.1/download -> wait-timeout-0.2.1.crate https://crates.io/api/v1/crates/walkdir/2.5.0/download -> walkdir-2.5.0.crate https://crates.io/api/v1/crates/wasi/0.11.1+wasi-snapshot-preview1/download -> wasi-0.11.1+wasi-snapshot-preview1.crate https://crates.io/api/v1/crates/wasip2/1.0.2+wasi-0.2.9/download -> wasip2-1.0.2+wasi-0.2.9.crate https://crates.io/api/v1/crates/wasip3/0.4.0+wasi-0.3.0-rc-2026-01-06/download -> wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06.crate https://crates.io/api/v1/crates/wasm-bindgen-futures/0.4.67/download -> wasm-bindgen-futures-0.4.67.crate https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.117/download -> wasm-bindgen-macro-support-0.2.117.crate https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.117/download -> wasm-bindgen-macro-0.2.117.crate https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.117/download -> wasm-bindgen-shared-0.2.117.crate https://crates.io/api/v1/crates/wasm-bindgen/0.2.117/download -> wasm-bindgen-0.2.117.crate https://crates.io/api/v1/crates/wasm-encoder/0.244.0/download -> wasm-encoder-0.244.0.crate https://crates.io/api/v1/crates/wasm-metadata/0.244.0/download -> wasm-metadata-0.244.0.crate https://crates.io/api/v1/crates/wasmparser/0.244.0/download -> wasmparser-0.244.0.crate https://crates.io/api/v1/crates/wayland-backend/0.3.15/download -> wayland-backend-0.3.15.crate https://crates.io/api/v1/crates/wayland-client/0.31.14/download -> wayland-client-0.31.14.crate https://crates.io/api/v1/crates/wayland-csd-frame/0.3.0/download -> wayland-csd-frame-0.3.0.crate https://crates.io/api/v1/crates/wayland-cursor/0.31.14/download -> wayland-cursor-0.31.14.crate https://crates.io/api/v1/crates/wayland-protocols-plasma/0.3.12/download -> wayland-protocols-plasma-0.3.12.crate https://crates.io/api/v1/crates/wayland-protocols-wlr/0.3.12/download -> wayland-protocols-wlr-0.3.12.crate https://crates.io/api/v1/crates/wayland-protocols/0.32.12/download -> wayland-protocols-0.32.12.crate https://crates.io/api/v1/crates/wayland-scanner/0.31.10/download -> wayland-scanner-0.31.10.crate https://crates.io/api/v1/crates/wayland-sys/0.31.11/download -> wayland-sys-0.31.11.crate https://crates.io/api/v1/crates/web-sys/0.3.94/download -> web-sys-0.3.94.crate https://crates.io/api/v1/crates/web-time/1.1.0/download -> web-time-1.1.0.crate https://crates.io/api/v1/crates/webpki-roots/1.0.6/download -> webpki-roots-1.0.6.crate https://crates.io/api/v1/crates/wezterm-bidi/0.2.3/download -> wezterm-bidi-0.2.3.crate https://crates.io/api/v1/crates/wezterm-blob-leases/0.1.1/download -> wezterm-blob-leases-0.1.1.crate https://crates.io/api/v1/crates/wezterm-color-types/0.3.0/download -> wezterm-color-types-0.3.0.crate https://crates.io/api/v1/crates/wezterm-dynamic-derive/0.1.1/download -> wezterm-dynamic-derive-0.1.1.crate https://crates.io/api/v1/crates/wezterm-dynamic/0.2.1/download -> wezterm-dynamic-0.2.1.crate https://crates.io/api/v1/crates/wezterm-input-types/0.1.0/download -> wezterm-input-types-0.1.0.crate https://crates.io/api/v1/crates/wgpu-core-deps-apple/28.0.0/download -> wgpu-core-deps-apple-28.0.0.crate https://crates.io/api/v1/crates/wgpu-core-deps-emscripten/28.0.0/download -> wgpu-core-deps-emscripten-28.0.0.crate https://crates.io/api/v1/crates/wgpu-core-deps-windows-linux-android/28.0.0/download -> wgpu-core-deps-windows-linux-android-28.0.0.crate https://crates.io/api/v1/crates/wgpu-core/28.0.1/download -> wgpu-core-28.0.1.crate https://crates.io/api/v1/crates/wgpu-hal/28.0.1/download -> wgpu-hal-28.0.1.crate https://crates.io/api/v1/crates/wgpu-types/28.0.0/download -> wgpu-types-28.0.0.crate https://crates.io/api/v1/crates/wgpu/28.0.0/download -> wgpu-28.0.0.crate https://crates.io/api/v1/crates/which/6.0.3/download -> which-6.0.3.crate https://crates.io/api/v1/crates/widestring/1.2.1/download -> widestring-1.2.1.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download -> winapi-i686-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi-util/0.1.11/download -> winapi-util-0.1.11.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download -> winapi-x86_64-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi/0.3.9/download -> winapi-0.3.9.crate https://crates.io/api/v1/crates/windows-collections/0.3.2/download -> windows-collections-0.3.2.crate https://crates.io/api/v1/crates/windows-core/0.56.0/download -> windows-core-0.56.0.crate https://crates.io/api/v1/crates/windows-core/0.62.2/download -> windows-core-0.62.2.crate https://crates.io/api/v1/crates/windows-future/0.3.2/download -> windows-future-0.3.2.crate https://crates.io/api/v1/crates/windows-implement/0.56.0/download -> windows-implement-0.56.0.crate https://crates.io/api/v1/crates/windows-implement/0.60.2/download -> windows-implement-0.60.2.crate https://crates.io/api/v1/crates/windows-interface/0.56.0/download -> windows-interface-0.56.0.crate https://crates.io/api/v1/crates/windows-interface/0.59.3/download -> windows-interface-0.59.3.crate https://crates.io/api/v1/crates/windows-link/0.2.1/download -> windows-link-0.2.1.crate https://crates.io/api/v1/crates/windows-numerics/0.3.1/download -> windows-numerics-0.3.1.crate https://crates.io/api/v1/crates/windows-result/0.1.2/download -> windows-result-0.1.2.crate https://crates.io/api/v1/crates/windows-result/0.4.1/download -> windows-result-0.4.1.crate https://crates.io/api/v1/crates/windows-strings/0.5.1/download -> windows-strings-0.5.1.crate https://crates.io/api/v1/crates/windows-sys/0.52.0/download -> windows-sys-0.52.0.crate https://crates.io/api/v1/crates/windows-sys/0.59.0/download -> windows-sys-0.59.0.crate https://crates.io/api/v1/crates/windows-sys/0.60.2/download -> windows-sys-0.60.2.crate https://crates.io/api/v1/crates/windows-sys/0.61.2/download -> windows-sys-0.61.2.crate https://crates.io/api/v1/crates/windows-targets/0.52.6/download -> windows-targets-0.52.6.crate https://crates.io/api/v1/crates/windows-targets/0.53.5/download -> windows-targets-0.53.5.crate https://crates.io/api/v1/crates/windows-threading/0.2.1/download -> windows-threading-0.2.1.crate https://crates.io/api/v1/crates/windows/0.56.0/download -> windows-0.56.0.crate https://crates.io/api/v1/crates/windows/0.62.2/download -> windows-0.62.2.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.6/download -> windows_aarch64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.53.1/download -> windows_aarch64_gnullvm-0.53.1.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.6/download -> windows_aarch64_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.53.1/download -> windows_aarch64_msvc-0.53.1.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.52.6/download -> windows_i686_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.53.1/download -> windows_i686_gnu-0.53.1.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.52.6/download -> windows_i686_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.53.1/download -> windows_i686_gnullvm-0.53.1.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.52.6/download -> windows_i686_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.53.1/download -> windows_i686_msvc-0.53.1.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.6/download -> windows_x86_64_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.53.1/download -> windows_x86_64_gnu-0.53.1.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.6/download -> windows_x86_64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.53.1/download -> windows_x86_64_gnullvm-0.53.1.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.6/download -> windows_x86_64_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.53.1/download -> windows_x86_64_msvc-0.53.1.crate https://crates.io/api/v1/crates/winit/0.30.13/download -> winit-0.30.13.crate https://crates.io/api/v1/crates/winnow/0.5.40/download -> winnow-0.5.40.crate https://crates.io/api/v1/crates/winnow/0.7.15/download -> winnow-0.7.15.crate https://crates.io/api/v1/crates/winnow/1.0.1/download -> winnow-1.0.1.crate https://crates.io/api/v1/crates/winreg/0.10.1/download -> winreg-0.10.1.crate https://crates.io/api/v1/crates/winresource/0.1.31/download -> winresource-0.1.31.crate https://crates.io/api/v1/crates/winsafe/0.0.19/download -> winsafe-0.0.19.crate https://crates.io/api/v1/crates/wit-bindgen-core/0.51.0/download -> wit-bindgen-core-0.51.0.crate https://crates.io/api/v1/crates/wit-bindgen-rust-macro/0.51.0/download -> wit-bindgen-rust-macro-0.51.0.crate https://crates.io/api/v1/crates/wit-bindgen-rust/0.51.0/download -> wit-bindgen-rust-0.51.0.crate https://crates.io/api/v1/crates/wit-bindgen/0.51.0/download -> wit-bindgen-0.51.0.crate https://crates.io/api/v1/crates/wit-component/0.244.0/download -> wit-component-0.244.0.crate https://crates.io/api/v1/crates/wit-parser/0.244.0/download -> wit-parser-0.244.0.crate https://crates.io/api/v1/crates/wl-clipboard-rs/0.9.3/download -> wl-clipboard-rs-0.9.3.crate https://crates.io/api/v1/crates/wyz/0.5.1/download -> wyz-0.5.1.crate https://crates.io/api/v1/crates/x11-dl/2.21.0/download -> x11-dl-2.21.0.crate https://crates.io/api/v1/crates/x11/2.21.0/download -> x11-2.21.0.crate https://crates.io/api/v1/crates/x11rb-protocol/0.13.2/download -> x11rb-protocol-0.13.2.crate https://crates.io/api/v1/crates/x11rb/0.13.2/download -> x11rb-0.13.2.crate https://crates.io/api/v1/crates/xcursor/0.3.10/download -> xcursor-0.3.10.crate https://crates.io/api/v1/crates/xkbcommon-dl/0.4.2/download -> xkbcommon-dl-0.4.2.crate https://crates.io/api/v1/crates/xkeysym/0.2.1/download -> xkeysym-0.2.1.crate https://crates.io/api/v1/crates/xml-rs/0.8.28/download -> xml-rs-0.8.28.crate https://crates.io/api/v1/crates/yaml-rust/0.4.5/download -> yaml-rust-0.4.5.crate https://crates.io/api/v1/crates/zerocopy-derive/0.8.48/download -> zerocopy-derive-0.8.48.crate https://crates.io/api/v1/crates/zerocopy/0.8.48/download -> zerocopy-0.8.48.crate https://crates.io/api/v1/crates/zeroize/1.8.2/download -> zeroize-1.8.2.crate https://crates.io/api/v1/crates/zmij/1.0.21/download -> zmij-1.0.21.crate https://github.com/Jesterhearts/ratatui-wgpu/archive/cdcf5c6987adba56b060f6a8532ee83b25a4e3e5.tar.gz -> ratatui-wgpu-cdcf5c6987adba56b060f6a8532ee83b25a4e3e5.gh.tar.gz https://github.com/sinelaw/fresh/archive/refs/tags/v0.3.0.tar.gz -> fresh-0.3.0.tar.gz -_eclasses_=cargo 53bab5a62cfc3526d8ed02c0a38a6033 desktop 26d57169ca094c04be416993844ec8bc flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=08a39bd049d69efb94e6f8c085eb8126 diff --git a/metadata/md5-cache/app-editors/fresh-0.3.5 b/metadata/md5-cache/app-editors/fresh-0.3.5 new file mode 100644 index 000000000000..6985ccadbc63 --- /dev/null +++ b/metadata/md5-cache/app-editors/fresh-0.3.5 @@ -0,0 +1,15 @@ +BDEPEND=|| ( >=dev-lang/rust-bin-1.92.0:* >=dev-lang/rust-1.92.0:* ) +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test unpack +DESCRIPTION=Terminal based IDE & text editor: easy, powerful and fast +EAPI=8 +HOMEPAGE=https://getfresh.dev/ https://github.com/sinelaw/fresh https://crates.io/crates/fresh-editor +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=cargo desktop xdg +IUSE=dev-bins +embed-plugins +plugins gui debug +KEYWORDS=~amd64 +LICENSE=GPL-2 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD Boost-1.0 CC0-1.0 CDLA-Permissive-2.0 ISC MIT MPL-2.0 Unicode-3.0 Unicode-DFS-2016 WTFPL-2 ZLIB +REQUIRED_USE=embed-plugins? ( plugins ) +SLOT=0 +SRC_URI=https://crates.io/api/v1/crates/ab_glyph/0.2.32/download -> ab_glyph-0.2.32.crate https://crates.io/api/v1/crates/ab_glyph_rasterizer/0.1.10/download -> ab_glyph_rasterizer-0.1.10.crate https://crates.io/api/v1/crates/adler2/2.0.1/download -> adler2-2.0.1.crate https://crates.io/api/v1/crates/ahash/0.8.12/download -> ahash-0.8.12.crate https://crates.io/api/v1/crates/aho-corasick/1.1.4/download -> aho-corasick-1.1.4.crate https://crates.io/api/v1/crates/alacritty_terminal/0.25.1/download -> alacritty_terminal-0.25.1.crate https://crates.io/api/v1/crates/allocator-api2/0.2.21/download -> allocator-api2-0.2.21.crate https://crates.io/api/v1/crates/android-activity/0.6.1/download -> android-activity-0.6.1.crate https://crates.io/api/v1/crates/android-properties/0.2.2/download -> android-properties-0.2.2.crate https://crates.io/api/v1/crates/android_system_properties/0.1.5/download -> android_system_properties-0.1.5.crate https://crates.io/api/v1/crates/anstyle/1.0.14/download -> anstyle-1.0.14.crate https://crates.io/api/v1/crates/anyhow/1.0.102/download -> anyhow-1.0.102.crate https://crates.io/api/v1/crates/arboard/3.6.1/download -> arboard-3.6.1.crate https://crates.io/api/v1/crates/arc-swap/1.9.1/download -> arc-swap-1.9.1.crate https://crates.io/api/v1/crates/arrayref/0.3.9/download -> arrayref-0.3.9.crate https://crates.io/api/v1/crates/arrayvec/0.7.6/download -> arrayvec-0.7.6.crate https://crates.io/api/v1/crates/as-raw-xcb-connection/1.0.1/download -> as-raw-xcb-connection-1.0.1.crate https://crates.io/api/v1/crates/ascii/1.1.0/download -> ascii-1.1.0.crate https://crates.io/api/v1/crates/ash/0.38.0+1.3.281/download -> ash-0.38.0+1.3.281.crate https://crates.io/api/v1/crates/async-lock/3.4.2/download -> async-lock-3.4.2.crate https://crates.io/api/v1/crates/async-trait/0.1.89/download -> async-trait-0.1.89.crate https://crates.io/api/v1/crates/atk-sys/0.18.2/download -> atk-sys-0.18.2.crate https://crates.io/api/v1/crates/atk/0.18.2/download -> atk-0.18.2.crate https://crates.io/api/v1/crates/atomic-waker/1.1.2/download -> atomic-waker-1.1.2.crate https://crates.io/api/v1/crates/atomic/0.6.1/download -> atomic-0.6.1.crate https://crates.io/api/v1/crates/autocfg/1.5.0/download -> autocfg-1.5.0.crate https://crates.io/api/v1/crates/base62/2.2.4/download -> base62-2.2.4.crate https://crates.io/api/v1/crates/base64/0.22.1/download -> base64-0.22.1.crate https://crates.io/api/v1/crates/bincode/1.3.3/download -> bincode-1.3.3.crate https://crates.io/api/v1/crates/bindgen/0.72.1/download -> bindgen-0.72.1.crate https://crates.io/api/v1/crates/bit-set/0.5.3/download -> bit-set-0.5.3.crate https://crates.io/api/v1/crates/bit-set/0.8.0/download -> bit-set-0.8.0.crate https://crates.io/api/v1/crates/bit-vec/0.6.3/download -> bit-vec-0.6.3.crate https://crates.io/api/v1/crates/bit-vec/0.8.0/download -> bit-vec-0.8.0.crate https://crates.io/api/v1/crates/bitflags/1.3.2/download -> bitflags-1.3.2.crate https://crates.io/api/v1/crates/bitflags/2.11.1/download -> bitflags-2.11.1.crate https://crates.io/api/v1/crates/bitvec/1.0.1/download -> bitvec-1.0.1.crate https://crates.io/api/v1/crates/block-buffer/0.10.4/download -> block-buffer-0.10.4.crate https://crates.io/api/v1/crates/block-buffer/0.12.0/download -> block-buffer-0.12.0.crate https://crates.io/api/v1/crates/block2/0.5.1/download -> block2-0.5.1.crate https://crates.io/api/v1/crates/block/0.1.6/download -> block-0.1.6.crate https://crates.io/api/v1/crates/bstr/1.12.1/download -> bstr-1.12.1.crate https://crates.io/api/v1/crates/bumpalo/3.20.2/download -> bumpalo-3.20.2.crate https://crates.io/api/v1/crates/bytemuck/1.25.0/download -> bytemuck-1.25.0.crate https://crates.io/api/v1/crates/bytemuck_derive/1.10.2/download -> bytemuck_derive-1.10.2.crate https://crates.io/api/v1/crates/bytes/1.11.1/download -> bytes-1.11.1.crate https://crates.io/api/v1/crates/cairo-rs/0.18.5/download -> cairo-rs-0.18.5.crate https://crates.io/api/v1/crates/cairo-sys-rs/0.18.2/download -> cairo-sys-rs-0.18.2.crate https://crates.io/api/v1/crates/calloop-wayland-source/0.3.0/download -> calloop-wayland-source-0.3.0.crate https://crates.io/api/v1/crates/calloop/0.13.0/download -> calloop-0.13.0.crate https://crates.io/api/v1/crates/castaway/0.2.4/download -> castaway-0.2.4.crate https://crates.io/api/v1/crates/cc/1.2.61/download -> cc-1.2.61.crate https://crates.io/api/v1/crates/cexpr/0.6.0/download -> cexpr-0.6.0.crate https://crates.io/api/v1/crates/cfg-expr/0.15.8/download -> cfg-expr-0.15.8.crate https://crates.io/api/v1/crates/cfg-if/1.0.4/download -> cfg-if-1.0.4.crate https://crates.io/api/v1/crates/cfg_aliases/0.1.1/download -> cfg_aliases-0.1.1.crate https://crates.io/api/v1/crates/cfg_aliases/0.2.1/download -> cfg_aliases-0.2.1.crate https://crates.io/api/v1/crates/chardetng/0.1.17/download -> chardetng-0.1.17.crate https://crates.io/api/v1/crates/chrono/0.4.44/download -> chrono-0.4.44.crate https://crates.io/api/v1/crates/chunked_transfer/1.5.0/download -> chunked_transfer-1.5.0.crate https://crates.io/api/v1/crates/clang-sys/1.8.1/download -> clang-sys-1.8.1.crate https://crates.io/api/v1/crates/clap/4.6.1/download -> clap-4.6.1.crate https://crates.io/api/v1/crates/clap_builder/4.6.0/download -> clap_builder-4.6.0.crate https://crates.io/api/v1/crates/clap_derive/4.6.1/download -> clap_derive-4.6.1.crate https://crates.io/api/v1/crates/clap_lex/1.1.0/download -> clap_lex-1.1.0.crate https://crates.io/api/v1/crates/clipboard-win/5.4.1/download -> clipboard-win-5.4.1.crate https://crates.io/api/v1/crates/cobs/0.3.0/download -> cobs-0.3.0.crate https://crates.io/api/v1/crates/codespan-reporting/0.12.0/download -> codespan-reporting-0.12.0.crate https://crates.io/api/v1/crates/combine/4.6.7/download -> combine-4.6.7.crate https://crates.io/api/v1/crates/compact_str/0.9.0/download -> compact_str-0.9.0.crate https://crates.io/api/v1/crates/concurrent-queue/2.5.0/download -> concurrent-queue-2.5.0.crate https://crates.io/api/v1/crates/console/0.16.3/download -> console-0.16.3.crate https://crates.io/api/v1/crates/const-oid/0.10.2/download -> const-oid-0.10.2.crate https://crates.io/api/v1/crates/const-random-macro/0.1.16/download -> const-random-macro-0.1.16.crate https://crates.io/api/v1/crates/const-random/0.1.18/download -> const-random-0.1.18.crate https://crates.io/api/v1/crates/convert_case/0.10.0/download -> convert_case-0.10.0.crate https://crates.io/api/v1/crates/core-foundation-sys/0.8.7/download -> core-foundation-sys-0.8.7.crate https://crates.io/api/v1/crates/core-foundation/0.10.1/download -> core-foundation-0.10.1.crate https://crates.io/api/v1/crates/core-foundation/0.9.4/download -> core-foundation-0.9.4.crate https://crates.io/api/v1/crates/core-graphics-types/0.1.3/download -> core-graphics-types-0.1.3.crate https://crates.io/api/v1/crates/core-graphics-types/0.2.0/download -> core-graphics-types-0.2.0.crate https://crates.io/api/v1/crates/core-graphics/0.23.2/download -> core-graphics-0.23.2.crate https://crates.io/api/v1/crates/core_maths/0.1.1/download -> core_maths-0.1.1.crate https://crates.io/api/v1/crates/cow-utils/0.1.3/download -> cow-utils-0.1.3.crate https://crates.io/api/v1/crates/cpufeatures/0.2.17/download -> cpufeatures-0.2.17.crate https://crates.io/api/v1/crates/cpufeatures/0.3.0/download -> cpufeatures-0.3.0.crate https://crates.io/api/v1/crates/crc32fast/1.5.0/download -> crc32fast-1.5.0.crate https://crates.io/api/v1/crates/crossbeam-channel/0.5.15/download -> crossbeam-channel-0.5.15.crate https://crates.io/api/v1/crates/crossbeam-deque/0.8.6/download -> crossbeam-deque-0.8.6.crate https://crates.io/api/v1/crates/crossbeam-epoch/0.9.18/download -> crossbeam-epoch-0.9.18.crate https://crates.io/api/v1/crates/crossbeam-utils/0.8.21/download -> crossbeam-utils-0.8.21.crate https://crates.io/api/v1/crates/crossterm/0.29.0/download -> crossterm-0.29.0.crate https://crates.io/api/v1/crates/crossterm_winapi/0.9.1/download -> crossterm_winapi-0.9.1.crate https://crates.io/api/v1/crates/crunchy/0.2.4/download -> crunchy-0.2.4.crate https://crates.io/api/v1/crates/crypto-common/0.1.7/download -> crypto-common-0.1.7.crate https://crates.io/api/v1/crates/crypto-common/0.2.1/download -> crypto-common-0.2.1.crate https://crates.io/api/v1/crates/csscolorparser/0.6.2/download -> csscolorparser-0.6.2.crate https://crates.io/api/v1/crates/ctor-proc-macro/0.0.7/download -> ctor-proc-macro-0.0.7.crate https://crates.io/api/v1/crates/ctor/0.6.3/download -> ctor-0.6.3.crate https://crates.io/api/v1/crates/cursor-icon/1.2.0/download -> cursor-icon-1.2.0.crate https://crates.io/api/v1/crates/darling/0.23.0/download -> darling-0.23.0.crate https://crates.io/api/v1/crates/darling_core/0.23.0/download -> darling_core-0.23.0.crate https://crates.io/api/v1/crates/darling_macro/0.23.0/download -> darling_macro-0.23.0.crate https://crates.io/api/v1/crates/deltae/0.3.2/download -> deltae-0.3.2.crate https://crates.io/api/v1/crates/deranged/0.5.8/download -> deranged-0.5.8.crate https://crates.io/api/v1/crates/derive_more-impl/2.1.1/download -> derive_more-impl-2.1.1.crate https://crates.io/api/v1/crates/derive_more/2.1.1/download -> derive_more-2.1.1.crate https://crates.io/api/v1/crates/digest/0.10.7/download -> digest-0.10.7.crate https://crates.io/api/v1/crates/digest/0.11.3/download -> digest-0.11.3.crate https://crates.io/api/v1/crates/dirs-sys/0.5.0/download -> dirs-sys-0.5.0.crate https://crates.io/api/v1/crates/dirs/6.0.0/download -> dirs-6.0.0.crate https://crates.io/api/v1/crates/dispatch2/0.3.1/download -> dispatch2-0.3.1.crate https://crates.io/api/v1/crates/dispatch/0.2.0/download -> dispatch-0.2.0.crate https://crates.io/api/v1/crates/dlib/0.5.3/download -> dlib-0.5.3.crate https://crates.io/api/v1/crates/doctest-file/1.1.1/download -> doctest-file-1.1.1.crate https://crates.io/api/v1/crates/document-features/0.2.12/download -> document-features-0.2.12.crate https://crates.io/api/v1/crates/downcast-rs/1.2.1/download -> downcast-rs-1.2.1.crate https://crates.io/api/v1/crates/dpi/0.1.2/download -> dpi-0.1.2.crate https://crates.io/api/v1/crates/dragonbox_ecma/0.1.12/download -> dragonbox_ecma-0.1.12.crate https://crates.io/api/v1/crates/dtor-proc-macro/0.0.6/download -> dtor-proc-macro-0.0.6.crate https://crates.io/api/v1/crates/dtor/0.1.1/download -> dtor-0.1.1.crate https://crates.io/api/v1/crates/dyn-clone/1.0.20/download -> dyn-clone-1.0.20.crate https://crates.io/api/v1/crates/either/1.15.0/download -> either-1.15.0.crate https://crates.io/api/v1/crates/embedded-io/0.4.0/download -> embedded-io-0.4.0.crate https://crates.io/api/v1/crates/embedded-io/0.6.1/download -> embedded-io-0.6.1.crate https://crates.io/api/v1/crates/encode_unicode/1.0.0/download -> encode_unicode-1.0.0.crate https://crates.io/api/v1/crates/encoding_rs/0.8.35/download -> encoding_rs-0.8.35.crate https://crates.io/api/v1/crates/equivalent/1.0.2/download -> equivalent-1.0.2.crate https://crates.io/api/v1/crates/errno/0.3.14/download -> errno-0.3.14.crate https://crates.io/api/v1/crates/error-code/3.3.2/download -> error-code-3.3.2.crate https://crates.io/api/v1/crates/euclid/0.22.14/download -> euclid-0.22.14.crate https://crates.io/api/v1/crates/event-listener-strategy/0.5.4/download -> event-listener-strategy-0.5.4.crate https://crates.io/api/v1/crates/event-listener/5.4.1/download -> event-listener-5.4.1.crate https://crates.io/api/v1/crates/evictor/0.5.1/download -> evictor-0.5.1.crate https://crates.io/api/v1/crates/fancy-regex/0.11.0/download -> fancy-regex-0.11.0.crate https://crates.io/api/v1/crates/fancy-regex/0.16.2/download -> fancy-regex-0.16.2.crate https://crates.io/api/v1/crates/fastrand/2.4.1/download -> fastrand-2.4.1.crate https://crates.io/api/v1/crates/fdeflate/0.3.7/download -> fdeflate-0.3.7.crate https://crates.io/api/v1/crates/field-offset/0.3.6/download -> field-offset-0.3.6.crate https://crates.io/api/v1/crates/filedescriptor/0.8.3/download -> filedescriptor-0.8.3.crate https://crates.io/api/v1/crates/find-msvc-tools/0.1.9/download -> find-msvc-tools-0.1.9.crate https://crates.io/api/v1/crates/finl_unicode/1.4.0/download -> finl_unicode-1.4.0.crate https://crates.io/api/v1/crates/fixedbitset/0.4.2/download -> fixedbitset-0.4.2.crate https://crates.io/api/v1/crates/fixedbitset/0.5.7/download -> fixedbitset-0.5.7.crate https://crates.io/api/v1/crates/flate2/1.1.9/download -> flate2-1.1.9.crate https://crates.io/api/v1/crates/fluent-uri/0.1.4/download -> fluent-uri-0.1.4.crate https://crates.io/api/v1/crates/fnv/1.0.7/download -> fnv-1.0.7.crate https://crates.io/api/v1/crates/foldhash/0.1.5/download -> foldhash-0.1.5.crate https://crates.io/api/v1/crates/foldhash/0.2.0/download -> foldhash-0.2.0.crate https://crates.io/api/v1/crates/foreign-types-macros/0.2.3/download -> foreign-types-macros-0.2.3.crate https://crates.io/api/v1/crates/foreign-types-shared/0.3.1/download -> foreign-types-shared-0.3.1.crate https://crates.io/api/v1/crates/foreign-types/0.5.0/download -> foreign-types-0.5.0.crate https://crates.io/api/v1/crates/funty/2.0.0/download -> funty-2.0.0.crate https://crates.io/api/v1/crates/futures-channel/0.3.32/download -> futures-channel-0.3.32.crate https://crates.io/api/v1/crates/futures-core/0.3.32/download -> futures-core-0.3.32.crate https://crates.io/api/v1/crates/futures-executor/0.3.32/download -> futures-executor-0.3.32.crate https://crates.io/api/v1/crates/futures-io/0.3.32/download -> futures-io-0.3.32.crate https://crates.io/api/v1/crates/futures-macro/0.3.32/download -> futures-macro-0.3.32.crate https://crates.io/api/v1/crates/futures-task/0.3.32/download -> futures-task-0.3.32.crate https://crates.io/api/v1/crates/futures-util/0.3.32/download -> futures-util-0.3.32.crate https://crates.io/api/v1/crates/gdk-pixbuf-sys/0.18.0/download -> gdk-pixbuf-sys-0.18.0.crate https://crates.io/api/v1/crates/gdk-pixbuf/0.18.5/download -> gdk-pixbuf-0.18.5.crate https://crates.io/api/v1/crates/gdk-sys/0.18.2/download -> gdk-sys-0.18.2.crate https://crates.io/api/v1/crates/gdk/0.18.2/download -> gdk-0.18.2.crate https://crates.io/api/v1/crates/generic-array/0.14.7/download -> generic-array-0.14.7.crate https://crates.io/api/v1/crates/gethostname/1.1.0/download -> gethostname-1.1.0.crate https://crates.io/api/v1/crates/getrandom/0.2.17/download -> getrandom-0.2.17.crate https://crates.io/api/v1/crates/getrandom/0.3.4/download -> getrandom-0.3.4.crate https://crates.io/api/v1/crates/getrandom/0.4.2/download -> getrandom-0.4.2.crate https://crates.io/api/v1/crates/gio-sys/0.18.1/download -> gio-sys-0.18.1.crate https://crates.io/api/v1/crates/gio/0.18.4/download -> gio-0.18.4.crate https://crates.io/api/v1/crates/gl_generator/0.14.0/download -> gl_generator-0.14.0.crate https://crates.io/api/v1/crates/glib-macros/0.18.5/download -> glib-macros-0.18.5.crate https://crates.io/api/v1/crates/glib-sys/0.18.1/download -> glib-sys-0.18.1.crate https://crates.io/api/v1/crates/glib/0.18.5/download -> glib-0.18.5.crate https://crates.io/api/v1/crates/glob/0.3.3/download -> glob-0.3.3.crate https://crates.io/api/v1/crates/globset/0.4.18/download -> globset-0.4.18.crate https://crates.io/api/v1/crates/globwalk/0.8.1/download -> globwalk-0.8.1.crate https://crates.io/api/v1/crates/glow/0.16.0/download -> glow-0.16.0.crate https://crates.io/api/v1/crates/glutin_wgl_sys/0.6.1/download -> glutin_wgl_sys-0.6.1.crate https://crates.io/api/v1/crates/gobject-sys/0.18.0/download -> gobject-sys-0.18.0.crate https://crates.io/api/v1/crates/gpu-allocator/0.28.0/download -> gpu-allocator-0.28.0.crate https://crates.io/api/v1/crates/gpu-descriptor-types/0.2.0/download -> gpu-descriptor-types-0.2.0.crate https://crates.io/api/v1/crates/gpu-descriptor/0.3.2/download -> gpu-descriptor-0.3.2.crate https://crates.io/api/v1/crates/gtk-sys/0.18.2/download -> gtk-sys-0.18.2.crate https://crates.io/api/v1/crates/gtk3-macros/0.18.2/download -> gtk3-macros-0.18.2.crate https://crates.io/api/v1/crates/gtk/0.18.2/download -> gtk-0.18.2.crate https://crates.io/api/v1/crates/half/2.7.1/download -> half-2.7.1.crate https://crates.io/api/v1/crates/hashbrown/0.15.5/download -> hashbrown-0.15.5.crate https://crates.io/api/v1/crates/hashbrown/0.16.1/download -> hashbrown-0.16.1.crate https://crates.io/api/v1/crates/hashbrown/0.17.0/download -> hashbrown-0.17.0.crate https://crates.io/api/v1/crates/heck/0.4.1/download -> heck-0.4.1.crate https://crates.io/api/v1/crates/heck/0.5.0/download -> heck-0.5.0.crate https://crates.io/api/v1/crates/hermit-abi/0.5.2/download -> hermit-abi-0.5.2.crate https://crates.io/api/v1/crates/hex/0.4.3/download -> hex-0.4.3.crate https://crates.io/api/v1/crates/hexf-parse/0.2.1/download -> hexf-parse-0.2.1.crate https://crates.io/api/v1/crates/home/0.5.12/download -> home-0.5.12.crate https://crates.io/api/v1/crates/http/1.4.0/download -> http-1.4.0.crate https://crates.io/api/v1/crates/httparse/1.10.1/download -> httparse-1.10.1.crate https://crates.io/api/v1/crates/httpdate/1.0.3/download -> httpdate-1.0.3.crate https://crates.io/api/v1/crates/hybrid-array/0.4.11/download -> hybrid-array-0.4.11.crate https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download -> iana-time-zone-haiku-0.1.2.crate https://crates.io/api/v1/crates/iana-time-zone/0.1.65/download -> iana-time-zone-0.1.65.crate https://crates.io/api/v1/crates/id-arena/2.3.0/download -> id-arena-2.3.0.crate https://crates.io/api/v1/crates/ident_case/1.0.1/download -> ident_case-1.0.1.crate https://crates.io/api/v1/crates/ignore/0.4.25/download -> ignore-0.4.25.crate https://crates.io/api/v1/crates/include_dir/0.7.4/download -> include_dir-0.7.4.crate https://crates.io/api/v1/crates/include_dir_macros/0.7.4/download -> include_dir_macros-0.7.4.crate https://crates.io/api/v1/crates/indexmap/2.14.0/download -> indexmap-2.14.0.crate https://crates.io/api/v1/crates/indoc/2.0.7/download -> indoc-2.0.7.crate https://crates.io/api/v1/crates/insta/1.47.2/download -> insta-1.47.2.crate https://crates.io/api/v1/crates/instability/0.3.12/download -> instability-0.3.12.crate https://crates.io/api/v1/crates/interprocess/2.4.2/download -> interprocess-2.4.2.crate https://crates.io/api/v1/crates/is-docker/0.2.0/download -> is-docker-0.2.0.crate https://crates.io/api/v1/crates/is-wsl/0.4.0/download -> is-wsl-0.4.0.crate https://crates.io/api/v1/crates/itertools/0.11.0/download -> itertools-0.11.0.crate https://crates.io/api/v1/crates/itertools/0.13.0/download -> itertools-0.13.0.crate https://crates.io/api/v1/crates/itertools/0.14.0/download -> itertools-0.14.0.crate https://crates.io/api/v1/crates/itoa/1.0.18/download -> itoa-1.0.18.crate https://crates.io/api/v1/crates/jni-macros/0.22.4/download -> jni-macros-0.22.4.crate https://crates.io/api/v1/crates/jni-sys-macros/0.4.1/download -> jni-sys-macros-0.4.1.crate https://crates.io/api/v1/crates/jni-sys/0.3.1/download -> jni-sys-0.3.1.crate https://crates.io/api/v1/crates/jni-sys/0.4.1/download -> jni-sys-0.4.1.crate https://crates.io/api/v1/crates/jni/0.22.4/download -> jni-0.22.4.crate https://crates.io/api/v1/crates/jobserver/0.1.34/download -> jobserver-0.1.34.crate https://crates.io/api/v1/crates/js-sys/0.3.97/download -> js-sys-0.3.97.crate https://crates.io/api/v1/crates/jsonc-parser/0.32.3/download -> jsonc-parser-0.32.3.crate https://crates.io/api/v1/crates/kasuari/0.4.12/download -> kasuari-0.4.12.crate https://crates.io/api/v1/crates/keyboard-types/0.7.0/download -> keyboard-types-0.7.0.crate https://crates.io/api/v1/crates/khronos-egl/6.0.0/download -> khronos-egl-6.0.0.crate https://crates.io/api/v1/crates/khronos_api/3.1.0/download -> khronos_api-3.1.0.crate https://crates.io/api/v1/crates/lab/0.11.0/download -> lab-0.11.0.crate https://crates.io/api/v1/crates/lazy_static/1.5.0/download -> lazy_static-1.5.0.crate https://crates.io/api/v1/crates/leb128fmt/0.1.0/download -> leb128fmt-0.1.0.crate https://crates.io/api/v1/crates/libc/0.2.186/download -> libc-0.2.186.crate https://crates.io/api/v1/crates/libloading/0.8.9/download -> libloading-0.8.9.crate https://crates.io/api/v1/crates/libloading/0.9.0/download -> libloading-0.9.0.crate https://crates.io/api/v1/crates/libm/0.2.16/download -> libm-0.2.16.crate https://crates.io/api/v1/crates/libredox/0.1.16/download -> libredox-0.1.16.crate https://crates.io/api/v1/crates/libxdo-sys/0.11.0/download -> libxdo-sys-0.11.0.crate https://crates.io/api/v1/crates/libxdo/0.6.0/download -> libxdo-0.6.0.crate https://crates.io/api/v1/crates/line-clipping/0.3.7/download -> line-clipping-0.3.7.crate https://crates.io/api/v1/crates/linked-hash-map/0.5.6/download -> linked-hash-map-0.5.6.crate https://crates.io/api/v1/crates/linux-raw-sys/0.12.1/download -> linux-raw-sys-0.12.1.crate https://crates.io/api/v1/crates/linux-raw-sys/0.4.15/download -> linux-raw-sys-0.4.15.crate https://crates.io/api/v1/crates/litrs/1.0.0/download -> litrs-1.0.0.crate https://crates.io/api/v1/crates/lock_api/0.4.14/download -> lock_api-0.4.14.crate https://crates.io/api/v1/crates/log/0.4.29/download -> log-0.4.29.crate https://crates.io/api/v1/crates/lru/0.16.4/download -> lru-0.16.4.crate https://crates.io/api/v1/crates/lsp-types/0.97.0/download -> lsp-types-0.97.0.crate https://crates.io/api/v1/crates/lyon_geom/1.0.19/download -> lyon_geom-1.0.19.crate https://crates.io/api/v1/crates/mac_address/1.1.8/download -> mac_address-1.1.8.crate https://crates.io/api/v1/crates/malloc_buf/0.0.6/download -> malloc_buf-0.0.6.crate https://crates.io/api/v1/crates/matchers/0.2.0/download -> matchers-0.2.0.crate https://crates.io/api/v1/crates/memchr/2.8.0/download -> memchr-2.8.0.crate https://crates.io/api/v1/crates/memmap2/0.9.10/download -> memmap2-0.9.10.crate https://crates.io/api/v1/crates/memmem/0.1.1/download -> memmem-0.1.1.crate https://crates.io/api/v1/crates/memoffset/0.9.1/download -> memoffset-0.9.1.crate https://crates.io/api/v1/crates/metal/0.33.0/download -> metal-0.33.0.crate https://crates.io/api/v1/crates/minimal-lexical/0.2.1/download -> minimal-lexical-0.2.1.crate https://crates.io/api/v1/crates/miniz_oxide/0.8.9/download -> miniz_oxide-0.8.9.crate https://crates.io/api/v1/crates/mio/1.2.0/download -> mio-1.2.0.crate https://crates.io/api/v1/crates/miow/0.6.1/download -> miow-0.6.1.crate https://crates.io/api/v1/crates/muda/0.17.2/download -> muda-0.17.2.crate https://crates.io/api/v1/crates/naga/28.0.0/download -> naga-28.0.0.crate https://crates.io/api/v1/crates/ndk-context/0.1.1/download -> ndk-context-0.1.1.crate https://crates.io/api/v1/crates/ndk-sys/0.6.0+11769913/download -> ndk-sys-0.6.0+11769913.crate https://crates.io/api/v1/crates/ndk/0.9.0/download -> ndk-0.9.0.crate https://crates.io/api/v1/crates/nix/0.28.0/download -> nix-0.28.0.crate https://crates.io/api/v1/crates/nix/0.29.0/download -> nix-0.29.0.crate https://crates.io/api/v1/crates/nix/0.31.2/download -> nix-0.31.2.crate https://crates.io/api/v1/crates/nom/7.1.3/download -> nom-7.1.3.crate https://crates.io/api/v1/crates/nom/8.0.0/download -> nom-8.0.0.crate https://crates.io/api/v1/crates/nonmax/0.5.5/download -> nonmax-0.5.5.crate https://crates.io/api/v1/crates/normpath/1.5.1/download -> normpath-1.5.1.crate https://crates.io/api/v1/crates/nu-ansi-term/0.50.3/download -> nu-ansi-term-0.50.3.crate https://crates.io/api/v1/crates/num-bigint/0.4.6/download -> num-bigint-0.4.6.crate https://crates.io/api/v1/crates/num-conv/0.2.1/download -> num-conv-0.2.1.crate https://crates.io/api/v1/crates/num-derive/0.4.2/download -> num-derive-0.4.2.crate https://crates.io/api/v1/crates/num-integer/0.1.46/download -> num-integer-0.1.46.crate https://crates.io/api/v1/crates/num-traits/0.2.19/download -> num-traits-0.2.19.crate https://crates.io/api/v1/crates/num_enum/0.7.6/download -> num_enum-0.7.6.crate https://crates.io/api/v1/crates/num_enum_derive/0.7.6/download -> num_enum_derive-0.7.6.crate https://crates.io/api/v1/crates/num_threads/0.1.7/download -> num_threads-0.1.7.crate https://crates.io/api/v1/crates/objc-sys/0.3.5/download -> objc-sys-0.3.5.crate https://crates.io/api/v1/crates/objc2-app-kit/0.2.2/download -> objc2-app-kit-0.2.2.crate https://crates.io/api/v1/crates/objc2-app-kit/0.3.2/download -> objc2-app-kit-0.3.2.crate https://crates.io/api/v1/crates/objc2-cloud-kit/0.2.2/download -> objc2-cloud-kit-0.2.2.crate https://crates.io/api/v1/crates/objc2-contacts/0.2.2/download -> objc2-contacts-0.2.2.crate https://crates.io/api/v1/crates/objc2-core-data/0.2.2/download -> objc2-core-data-0.2.2.crate https://crates.io/api/v1/crates/objc2-core-foundation/0.3.2/download -> objc2-core-foundation-0.3.2.crate https://crates.io/api/v1/crates/objc2-core-graphics/0.3.2/download -> objc2-core-graphics-0.3.2.crate https://crates.io/api/v1/crates/objc2-core-image/0.2.2/download -> objc2-core-image-0.2.2.crate https://crates.io/api/v1/crates/objc2-core-location/0.2.2/download -> objc2-core-location-0.2.2.crate https://crates.io/api/v1/crates/objc2-encode/4.1.0/download -> objc2-encode-4.1.0.crate https://crates.io/api/v1/crates/objc2-foundation/0.2.2/download -> objc2-foundation-0.2.2.crate https://crates.io/api/v1/crates/objc2-foundation/0.3.2/download -> objc2-foundation-0.3.2.crate https://crates.io/api/v1/crates/objc2-io-surface/0.3.2/download -> objc2-io-surface-0.3.2.crate https://crates.io/api/v1/crates/objc2-link-presentation/0.2.2/download -> objc2-link-presentation-0.2.2.crate https://crates.io/api/v1/crates/objc2-metal/0.2.2/download -> objc2-metal-0.2.2.crate https://crates.io/api/v1/crates/objc2-quartz-core/0.2.2/download -> objc2-quartz-core-0.2.2.crate https://crates.io/api/v1/crates/objc2-symbols/0.2.2/download -> objc2-symbols-0.2.2.crate https://crates.io/api/v1/crates/objc2-ui-kit/0.2.2/download -> objc2-ui-kit-0.2.2.crate https://crates.io/api/v1/crates/objc2-uniform-type-identifiers/0.2.2/download -> objc2-uniform-type-identifiers-0.2.2.crate https://crates.io/api/v1/crates/objc2-user-notifications/0.2.2/download -> objc2-user-notifications-0.2.2.crate https://crates.io/api/v1/crates/objc2/0.5.2/download -> objc2-0.5.2.crate https://crates.io/api/v1/crates/objc2/0.6.4/download -> objc2-0.6.4.crate https://crates.io/api/v1/crates/objc/0.2.7/download -> objc-0.2.7.crate https://crates.io/api/v1/crates/once_cell/1.21.4/download -> once_cell-1.21.4.crate https://crates.io/api/v1/crates/onig/6.5.3/download -> onig-6.5.3.crate https://crates.io/api/v1/crates/onig_sys/69.9.3/download -> onig_sys-69.9.3.crate https://crates.io/api/v1/crates/open/5.3.4/download -> open-5.3.4.crate https://crates.io/api/v1/crates/option-ext/0.2.0/download -> option-ext-0.2.0.crate https://crates.io/api/v1/crates/orbclient/0.3.54/download -> orbclient-0.3.54.crate https://crates.io/api/v1/crates/ordered-float/4.6.0/download -> ordered-float-4.6.0.crate https://crates.io/api/v1/crates/ordered-float/5.3.0/download -> ordered-float-5.3.0.crate https://crates.io/api/v1/crates/os_pipe/1.2.3/download -> os_pipe-1.2.3.crate https://crates.io/api/v1/crates/owned_ttf_parser/0.25.1/download -> owned_ttf_parser-0.25.1.crate https://crates.io/api/v1/crates/owo-colors/4.3.0/download -> owo-colors-4.3.0.crate https://crates.io/api/v1/crates/oxc-browserslist/3.0.2/download -> oxc-browserslist-3.0.2.crate https://crates.io/api/v1/crates/oxc-miette-derive/2.7.1/download -> oxc-miette-derive-2.7.1.crate https://crates.io/api/v1/crates/oxc-miette/2.7.1/download -> oxc-miette-2.7.1.crate https://crates.io/api/v1/crates/oxc_allocator/0.128.0/download -> oxc_allocator-0.128.0.crate https://crates.io/api/v1/crates/oxc_ast/0.128.0/download -> oxc_ast-0.128.0.crate https://crates.io/api/v1/crates/oxc_ast_macros/0.128.0/download -> oxc_ast_macros-0.128.0.crate https://crates.io/api/v1/crates/oxc_ast_visit/0.128.0/download -> oxc_ast_visit-0.128.0.crate https://crates.io/api/v1/crates/oxc_codegen/0.128.0/download -> oxc_codegen-0.128.0.crate https://crates.io/api/v1/crates/oxc_compat/0.128.0/download -> oxc_compat-0.128.0.crate https://crates.io/api/v1/crates/oxc_data_structures/0.128.0/download -> oxc_data_structures-0.128.0.crate https://crates.io/api/v1/crates/oxc_diagnostics/0.128.0/download -> oxc_diagnostics-0.128.0.crate https://crates.io/api/v1/crates/oxc_ecmascript/0.128.0/download -> oxc_ecmascript-0.128.0.crate https://crates.io/api/v1/crates/oxc_estree/0.128.0/download -> oxc_estree-0.128.0.crate https://crates.io/api/v1/crates/oxc_index/4.1.0/download -> oxc_index-4.1.0.crate https://crates.io/api/v1/crates/oxc_isolated_declarations/0.128.0/download -> oxc_isolated_declarations-0.128.0.crate https://crates.io/api/v1/crates/oxc_parser/0.128.0/download -> oxc_parser-0.128.0.crate https://crates.io/api/v1/crates/oxc_regular_expression/0.128.0/download -> oxc_regular_expression-0.128.0.crate https://crates.io/api/v1/crates/oxc_semantic/0.128.0/download -> oxc_semantic-0.128.0.crate https://crates.io/api/v1/crates/oxc_span/0.128.0/download -> oxc_span-0.128.0.crate https://crates.io/api/v1/crates/oxc_str/0.128.0/download -> oxc_str-0.128.0.crate https://crates.io/api/v1/crates/oxc_syntax/0.128.0/download -> oxc_syntax-0.128.0.crate https://crates.io/api/v1/crates/oxc_transformer/0.128.0/download -> oxc_transformer-0.128.0.crate https://crates.io/api/v1/crates/oxc_traverse/0.128.0/download -> oxc_traverse-0.128.0.crate https://crates.io/api/v1/crates/pango-sys/0.18.0/download -> pango-sys-0.18.0.crate https://crates.io/api/v1/crates/pango/0.18.3/download -> pango-0.18.3.crate https://crates.io/api/v1/crates/parking_lot/0.12.5/download -> parking_lot-0.12.5.crate https://crates.io/api/v1/crates/parking_lot_core/0.9.12/download -> parking_lot_core-0.9.12.crate https://crates.io/api/v1/crates/paste/1.0.15/download -> paste-1.0.15.crate https://crates.io/api/v1/crates/pathdiff/0.2.3/download -> pathdiff-0.2.3.crate https://crates.io/api/v1/crates/percent-encoding/2.3.2/download -> percent-encoding-2.3.2.crate https://crates.io/api/v1/crates/pest/2.8.6/download -> pest-2.8.6.crate https://crates.io/api/v1/crates/pest_derive/2.8.6/download -> pest_derive-2.8.6.crate https://crates.io/api/v1/crates/pest_generator/2.8.6/download -> pest_generator-2.8.6.crate https://crates.io/api/v1/crates/pest_meta/2.8.6/download -> pest_meta-2.8.6.crate https://crates.io/api/v1/crates/petgraph/0.8.3/download -> petgraph-0.8.3.crate https://crates.io/api/v1/crates/phf/0.11.3/download -> phf-0.11.3.crate https://crates.io/api/v1/crates/phf/0.13.1/download -> phf-0.13.1.crate https://crates.io/api/v1/crates/phf_codegen/0.11.3/download -> phf_codegen-0.11.3.crate https://crates.io/api/v1/crates/phf_generator/0.11.3/download -> phf_generator-0.11.3.crate https://crates.io/api/v1/crates/phf_generator/0.13.1/download -> phf_generator-0.13.1.crate https://crates.io/api/v1/crates/phf_macros/0.11.3/download -> phf_macros-0.11.3.crate https://crates.io/api/v1/crates/phf_macros/0.13.1/download -> phf_macros-0.13.1.crate https://crates.io/api/v1/crates/phf_shared/0.11.3/download -> phf_shared-0.11.3.crate https://crates.io/api/v1/crates/phf_shared/0.13.1/download -> phf_shared-0.13.1.crate https://crates.io/api/v1/crates/pin-project-internal/1.1.12/download -> pin-project-internal-1.1.12.crate https://crates.io/api/v1/crates/pin-project-lite/0.2.17/download -> pin-project-lite-0.2.17.crate https://crates.io/api/v1/crates/pin-project/1.1.12/download -> pin-project-1.1.12.crate https://crates.io/api/v1/crates/piper/0.2.5/download -> piper-0.2.5.crate https://crates.io/api/v1/crates/pkg-config/0.3.33/download -> pkg-config-0.3.33.crate https://crates.io/api/v1/crates/plain/0.2.3/download -> plain-0.2.3.crate https://crates.io/api/v1/crates/png/0.17.16/download -> png-0.17.16.crate https://crates.io/api/v1/crates/png/0.18.1/download -> png-0.18.1.crate https://crates.io/api/v1/crates/polling/3.11.0/download -> polling-3.11.0.crate https://crates.io/api/v1/crates/portable-atomic-util/0.2.7/download -> portable-atomic-util-0.2.7.crate https://crates.io/api/v1/crates/portable-atomic/1.13.1/download -> portable-atomic-1.13.1.crate https://crates.io/api/v1/crates/portable-pty/0.9.0/download -> portable-pty-0.9.0.crate https://crates.io/api/v1/crates/postcard/1.1.3/download -> postcard-1.1.3.crate https://crates.io/api/v1/crates/powerfmt/0.2.0/download -> powerfmt-0.2.0.crate https://crates.io/api/v1/crates/ppv-lite86/0.2.21/download -> ppv-lite86-0.2.21.crate https://crates.io/api/v1/crates/presser/0.3.1/download -> presser-0.3.1.crate https://crates.io/api/v1/crates/prettyplease/0.2.37/download -> prettyplease-0.2.37.crate https://crates.io/api/v1/crates/proc-macro-crate/1.3.1/download -> proc-macro-crate-1.3.1.crate https://crates.io/api/v1/crates/proc-macro-crate/2.0.0/download -> proc-macro-crate-2.0.0.crate https://crates.io/api/v1/crates/proc-macro-crate/3.5.0/download -> proc-macro-crate-3.5.0.crate https://crates.io/api/v1/crates/proc-macro-error-attr/1.0.4/download -> proc-macro-error-attr-1.0.4.crate https://crates.io/api/v1/crates/proc-macro-error/1.0.4/download -> proc-macro-error-1.0.4.crate https://crates.io/api/v1/crates/proc-macro2/1.0.106/download -> proc-macro2-1.0.106.crate https://crates.io/api/v1/crates/profiling/1.0.18/download -> profiling-1.0.18.crate https://crates.io/api/v1/crates/proptest/1.11.0/download -> proptest-1.11.0.crate https://crates.io/api/v1/crates/pulldown-cmark/0.13.3/download -> pulldown-cmark-0.13.3.crate https://crates.io/api/v1/crates/quick-error/1.2.3/download -> quick-error-1.2.3.crate https://crates.io/api/v1/crates/quick-xml/0.39.3/download -> quick-xml-0.39.3.crate https://crates.io/api/v1/crates/quote/1.0.45/download -> quote-1.0.45.crate https://crates.io/api/v1/crates/r-efi/5.3.0/download -> r-efi-5.3.0.crate https://crates.io/api/v1/crates/r-efi/6.0.0/download -> r-efi-6.0.0.crate https://crates.io/api/v1/crates/radium/0.7.0/download -> radium-0.7.0.crate https://crates.io/api/v1/crates/rand/0.8.6/download -> rand-0.8.6.crate https://crates.io/api/v1/crates/rand/0.9.4/download -> rand-0.9.4.crate https://crates.io/api/v1/crates/rand_chacha/0.9.0/download -> rand_chacha-0.9.0.crate https://crates.io/api/v1/crates/rand_core/0.6.4/download -> rand_core-0.6.4.crate https://crates.io/api/v1/crates/rand_core/0.9.5/download -> rand_core-0.9.5.crate https://crates.io/api/v1/crates/rand_xorshift/0.4.0/download -> rand_xorshift-0.4.0.crate https://crates.io/api/v1/crates/range-alloc/0.1.5/download -> range-alloc-0.1.5.crate https://crates.io/api/v1/crates/raqote/0.8.5/download -> raqote-0.8.5.crate https://crates.io/api/v1/crates/ratatui-core/0.1.0/download -> ratatui-core-0.1.0.crate https://crates.io/api/v1/crates/ratatui-crossterm/0.1.0/download -> ratatui-crossterm-0.1.0.crate https://crates.io/api/v1/crates/ratatui-termwiz/0.1.0/download -> ratatui-termwiz-0.1.0.crate https://crates.io/api/v1/crates/ratatui-widgets/0.3.0/download -> ratatui-widgets-0.3.0.crate https://crates.io/api/v1/crates/ratatui/0.30.0/download -> ratatui-0.30.0.crate https://crates.io/api/v1/crates/raw-window-handle/0.6.2/download -> raw-window-handle-0.6.2.crate https://crates.io/api/v1/crates/recvmsg/1.0.0/download -> recvmsg-1.0.0.crate https://crates.io/api/v1/crates/redox_syscall/0.4.1/download -> redox_syscall-0.4.1.crate https://crates.io/api/v1/crates/redox_syscall/0.5.18/download -> redox_syscall-0.5.18.crate https://crates.io/api/v1/crates/redox_syscall/0.7.5/download -> redox_syscall-0.7.5.crate https://crates.io/api/v1/crates/redox_users/0.5.2/download -> redox_users-0.5.2.crate https://crates.io/api/v1/crates/ref-cast-impl/1.0.25/download -> ref-cast-impl-1.0.25.crate https://crates.io/api/v1/crates/ref-cast/1.0.25/download -> ref-cast-1.0.25.crate https://crates.io/api/v1/crates/regex-automata/0.4.14/download -> regex-automata-0.4.14.crate https://crates.io/api/v1/crates/regex-syntax/0.8.10/download -> regex-syntax-0.8.10.crate https://crates.io/api/v1/crates/regex/1.12.3/download -> regex-1.12.3.crate https://crates.io/api/v1/crates/relative-path/2.0.1/download -> relative-path-2.0.1.crate https://crates.io/api/v1/crates/renderdoc-sys/1.1.0/download -> renderdoc-sys-1.1.0.crate https://crates.io/api/v1/crates/ring/0.17.14/download -> ring-0.17.14.crate https://crates.io/api/v1/crates/ropey/1.6.1/download -> ropey-1.6.1.crate https://crates.io/api/v1/crates/rquickjs-core/0.11.0/download -> rquickjs-core-0.11.0.crate https://crates.io/api/v1/crates/rquickjs-macro/0.11.0/download -> rquickjs-macro-0.11.0.crate https://crates.io/api/v1/crates/rquickjs-serde/0.5.0/download -> rquickjs-serde-0.5.0.crate https://crates.io/api/v1/crates/rquickjs-sys/0.11.0/download -> rquickjs-sys-0.11.0.crate https://crates.io/api/v1/crates/rquickjs/0.11.0/download -> rquickjs-0.11.0.crate https://crates.io/api/v1/crates/rust-i18n-macro/3.1.5/download -> rust-i18n-macro-3.1.5.crate https://crates.io/api/v1/crates/rust-i18n-support/3.1.5/download -> rust-i18n-support-3.1.5.crate https://crates.io/api/v1/crates/rust-i18n/3.1.5/download -> rust-i18n-3.1.5.crate https://crates.io/api/v1/crates/rustc-hash/1.1.0/download -> rustc-hash-1.1.0.crate https://crates.io/api/v1/crates/rustc-hash/2.1.2/download -> rustc-hash-2.1.2.crate https://crates.io/api/v1/crates/rustc_version/0.4.1/download -> rustc_version-0.4.1.crate https://crates.io/api/v1/crates/rustix-openpty/0.2.0/download -> rustix-openpty-0.2.0.crate https://crates.io/api/v1/crates/rustix/0.38.44/download -> rustix-0.38.44.crate https://crates.io/api/v1/crates/rustix/1.1.4/download -> rustix-1.1.4.crate https://crates.io/api/v1/crates/rustls-pki-types/1.14.1/download -> rustls-pki-types-1.14.1.crate https://crates.io/api/v1/crates/rustls-webpki/0.103.13/download -> rustls-webpki-0.103.13.crate https://crates.io/api/v1/crates/rustls/0.23.40/download -> rustls-0.23.40.crate https://crates.io/api/v1/crates/rustversion/1.0.22/download -> rustversion-1.0.22.crate https://crates.io/api/v1/crates/rusty-fork/0.3.1/download -> rusty-fork-0.3.1.crate https://crates.io/api/v1/crates/rustybuzz/0.20.1/download -> rustybuzz-0.20.1.crate https://crates.io/api/v1/crates/ryu/1.0.23/download -> ryu-1.0.23.crate https://crates.io/api/v1/crates/same-file/1.0.6/download -> same-file-1.0.6.crate https://crates.io/api/v1/crates/schemars/1.2.1/download -> schemars-1.2.1.crate https://crates.io/api/v1/crates/schemars_derive/1.2.1/download -> schemars_derive-1.2.1.crate https://crates.io/api/v1/crates/scoped-tls/1.0.1/download -> scoped-tls-1.0.1.crate https://crates.io/api/v1/crates/scopeguard/1.2.0/download -> scopeguard-1.2.0.crate https://crates.io/api/v1/crates/sctk-adwaita/0.10.1/download -> sctk-adwaita-0.10.1.crate https://crates.io/api/v1/crates/self_cell/1.2.2/download -> self_cell-1.2.2.crate https://crates.io/api/v1/crates/semver/1.0.28/download -> semver-1.0.28.crate https://crates.io/api/v1/crates/seq-macro/0.3.6/download -> seq-macro-0.3.6.crate https://crates.io/api/v1/crates/serde/1.0.228/download -> serde-1.0.228.crate https://crates.io/api/v1/crates/serde_core/1.0.228/download -> serde_core-1.0.228.crate https://crates.io/api/v1/crates/serde_derive/1.0.228/download -> serde_derive-1.0.228.crate https://crates.io/api/v1/crates/serde_derive_internals/0.29.1/download -> serde_derive_internals-0.29.1.crate https://crates.io/api/v1/crates/serde_json/1.0.149/download -> serde_json-1.0.149.crate https://crates.io/api/v1/crates/serde_repr/0.1.20/download -> serde_repr-0.1.20.crate https://crates.io/api/v1/crates/serde_spanned/0.6.9/download -> serde_spanned-0.6.9.crate https://crates.io/api/v1/crates/serde_spanned/1.1.1/download -> serde_spanned-1.1.1.crate https://crates.io/api/v1/crates/serde_yaml/0.9.34+deprecated/download -> serde_yaml-0.9.34+deprecated.crate https://crates.io/api/v1/crates/serial2/0.2.36/download -> serial2-0.2.36.crate https://crates.io/api/v1/crates/sha1/0.11.0/download -> sha1-0.11.0.crate https://crates.io/api/v1/crates/sha2/0.10.9/download -> sha2-0.10.9.crate https://crates.io/api/v1/crates/sharded-slab/0.1.7/download -> sharded-slab-0.1.7.crate https://crates.io/api/v1/crates/shared_library/0.1.9/download -> shared_library-0.1.9.crate https://crates.io/api/v1/crates/shell-words/1.1.1/download -> shell-words-1.1.1.crate https://crates.io/api/v1/crates/shlex/1.3.0/download -> shlex-1.3.0.crate https://crates.io/api/v1/crates/signal-hook-mio/0.2.5/download -> signal-hook-mio-0.2.5.crate https://crates.io/api/v1/crates/signal-hook-registry/1.4.8/download -> signal-hook-registry-1.4.8.crate https://crates.io/api/v1/crates/signal-hook/0.3.18/download -> signal-hook-0.3.18.crate https://crates.io/api/v1/crates/simd-adler32/0.3.9/download -> simd-adler32-0.3.9.crate https://crates.io/api/v1/crates/simd_cesu8/1.1.1/download -> simd_cesu8-1.1.1.crate https://crates.io/api/v1/crates/simdutf8/0.1.5/download -> simdutf8-0.1.5.crate https://crates.io/api/v1/crates/similar/2.7.0/download -> similar-2.7.0.crate https://crates.io/api/v1/crates/siphasher/1.0.3/download -> siphasher-1.0.3.crate https://crates.io/api/v1/crates/slab/0.4.12/download -> slab-0.4.12.crate https://crates.io/api/v1/crates/slotmap/1.1.1/download -> slotmap-1.1.1.crate https://crates.io/api/v1/crates/smallvec/1.15.1/download -> smallvec-1.15.1.crate https://crates.io/api/v1/crates/smawk/0.3.2/download -> smawk-0.3.2.crate https://crates.io/api/v1/crates/smithay-client-toolkit/0.19.2/download -> smithay-client-toolkit-0.19.2.crate https://crates.io/api/v1/crates/smol_str/0.2.2/download -> smol_str-0.2.2.crate https://crates.io/api/v1/crates/socket2/0.6.3/download -> socket2-0.6.3.crate https://crates.io/api/v1/crates/spirv/0.3.0+sdk-1.3.268.0/download -> spirv-0.3.0+sdk-1.3.268.0.crate https://crates.io/api/v1/crates/stable_deref_trait/1.2.1/download -> stable_deref_trait-1.2.1.crate https://crates.io/api/v1/crates/static_assertions/1.1.0/download -> static_assertions-1.1.0.crate https://crates.io/api/v1/crates/str_indices/0.4.4/download -> str_indices-0.4.4.crate https://crates.io/api/v1/crates/streaming-iterator/0.1.9/download -> streaming-iterator-0.1.9.crate https://crates.io/api/v1/crates/strict-num/0.1.1/download -> strict-num-0.1.1.crate https://crates.io/api/v1/crates/strsim/0.11.1/download -> strsim-0.11.1.crate https://crates.io/api/v1/crates/strum/0.27.2/download -> strum-0.27.2.crate https://crates.io/api/v1/crates/strum_macros/0.27.2/download -> strum_macros-0.27.2.crate https://crates.io/api/v1/crates/subtle/2.6.1/download -> subtle-2.6.1.crate https://crates.io/api/v1/crates/sw-composite/0.7.16/download -> sw-composite-0.7.16.crate https://crates.io/api/v1/crates/syn/1.0.109/download -> syn-1.0.109.crate https://crates.io/api/v1/crates/syn/2.0.117/download -> syn-2.0.117.crate https://crates.io/api/v1/crates/syntect/5.3.0/download -> syntect-5.3.0.crate https://crates.io/api/v1/crates/system-deps/6.2.2/download -> system-deps-6.2.2.crate https://crates.io/api/v1/crates/tap/1.0.1/download -> tap-1.0.1.crate https://crates.io/api/v1/crates/target-lexicon/0.12.16/download -> target-lexicon-0.12.16.crate https://crates.io/api/v1/crates/tempfile/3.27.0/download -> tempfile-3.27.0.crate https://crates.io/api/v1/crates/termcolor/1.4.1/download -> termcolor-1.4.1.crate https://crates.io/api/v1/crates/terminfo/0.9.0/download -> terminfo-0.9.0.crate https://crates.io/api/v1/crates/termios/0.3.3/download -> termios-0.3.3.crate https://crates.io/api/v1/crates/termwiz/0.23.3/download -> termwiz-0.23.3.crate https://crates.io/api/v1/crates/textwrap/0.16.2/download -> textwrap-0.16.2.crate https://crates.io/api/v1/crates/thiserror-impl/1.0.69/download -> thiserror-impl-1.0.69.crate https://crates.io/api/v1/crates/thiserror-impl/2.0.18/download -> thiserror-impl-2.0.18.crate https://crates.io/api/v1/crates/thiserror/1.0.69/download -> thiserror-1.0.69.crate https://crates.io/api/v1/crates/thiserror/2.0.18/download -> thiserror-2.0.18.crate https://crates.io/api/v1/crates/thread_local/1.1.9/download -> thread_local-1.1.9.crate https://crates.io/api/v1/crates/time-core/0.1.8/download -> time-core-0.1.8.crate https://crates.io/api/v1/crates/time/0.3.47/download -> time-0.3.47.crate https://crates.io/api/v1/crates/tiny-keccak/2.0.2/download -> tiny-keccak-2.0.2.crate https://crates.io/api/v1/crates/tiny-skia-path/0.11.4/download -> tiny-skia-path-0.11.4.crate https://crates.io/api/v1/crates/tiny-skia/0.11.4/download -> tiny-skia-0.11.4.crate https://crates.io/api/v1/crates/tiny_http/0.12.0/download -> tiny_http-0.12.0.crate https://crates.io/api/v1/crates/tokio-macros/2.7.0/download -> tokio-macros-2.7.0.crate https://crates.io/api/v1/crates/tokio/1.52.2/download -> tokio-1.52.2.crate https://crates.io/api/v1/crates/toml/0.8.23/download -> toml-0.8.23.crate https://crates.io/api/v1/crates/toml/1.1.2+spec-1.1.0/download -> toml-1.1.2+spec-1.1.0.crate https://crates.io/api/v1/crates/toml_datetime/0.6.11/download -> toml_datetime-0.6.11.crate https://crates.io/api/v1/crates/toml_datetime/1.1.1+spec-1.1.0/download -> toml_datetime-1.1.1+spec-1.1.0.crate https://crates.io/api/v1/crates/toml_edit/0.19.15/download -> toml_edit-0.19.15.crate https://crates.io/api/v1/crates/toml_edit/0.20.7/download -> toml_edit-0.20.7.crate https://crates.io/api/v1/crates/toml_edit/0.22.27/download -> toml_edit-0.22.27.crate https://crates.io/api/v1/crates/toml_edit/0.25.11+spec-1.1.0/download -> toml_edit-0.25.11+spec-1.1.0.crate https://crates.io/api/v1/crates/toml_parser/1.1.2+spec-1.1.0/download -> toml_parser-1.1.2+spec-1.1.0.crate https://crates.io/api/v1/crates/toml_write/0.1.2/download -> toml_write-0.1.2.crate https://crates.io/api/v1/crates/toml_writer/1.1.1+spec-1.1.0/download -> toml_writer-1.1.1+spec-1.1.0.crate https://crates.io/api/v1/crates/tracing-attributes/0.1.31/download -> tracing-attributes-0.1.31.crate https://crates.io/api/v1/crates/tracing-core/0.1.36/download -> tracing-core-0.1.36.crate https://crates.io/api/v1/crates/tracing-log/0.2.0/download -> tracing-log-0.2.0.crate https://crates.io/api/v1/crates/tracing-subscriber/0.3.23/download -> tracing-subscriber-0.3.23.crate https://crates.io/api/v1/crates/tracing/0.1.44/download -> tracing-0.1.44.crate https://crates.io/api/v1/crates/trash/5.2.6/download -> trash-5.2.6.crate https://crates.io/api/v1/crates/tree-sitter-bash/0.25.1/download -> tree-sitter-bash-0.25.1.crate https://crates.io/api/v1/crates/tree-sitter-c-sharp/0.23.5/download -> tree-sitter-c-sharp-0.23.5.crate https://crates.io/api/v1/crates/tree-sitter-c/0.24.2/download -> tree-sitter-c-0.24.2.crate https://crates.io/api/v1/crates/tree-sitter-cpp/0.23.4/download -> tree-sitter-cpp-0.23.4.crate https://crates.io/api/v1/crates/tree-sitter-css/0.25.0/download -> tree-sitter-css-0.25.0.crate https://crates.io/api/v1/crates/tree-sitter-go/0.25.0/download -> tree-sitter-go-0.25.0.crate https://crates.io/api/v1/crates/tree-sitter-highlight/0.26.8/download -> tree-sitter-highlight-0.26.8.crate https://crates.io/api/v1/crates/tree-sitter-html/0.23.2/download -> tree-sitter-html-0.23.2.crate https://crates.io/api/v1/crates/tree-sitter-java/0.23.5/download -> tree-sitter-java-0.23.5.crate https://crates.io/api/v1/crates/tree-sitter-javascript/0.25.0/download -> tree-sitter-javascript-0.25.0.crate https://crates.io/api/v1/crates/tree-sitter-json/0.24.8/download -> tree-sitter-json-0.24.8.crate https://crates.io/api/v1/crates/tree-sitter-language/0.1.7/download -> tree-sitter-language-0.1.7.crate https://crates.io/api/v1/crates/tree-sitter-lua/0.4.1/download -> tree-sitter-lua-0.4.1.crate https://crates.io/api/v1/crates/tree-sitter-odin/1.3.0/download -> tree-sitter-odin-1.3.0.crate https://crates.io/api/v1/crates/tree-sitter-pascal/0.10.2/download -> tree-sitter-pascal-0.10.2.crate https://crates.io/api/v1/crates/tree-sitter-php/0.24.2/download -> tree-sitter-php-0.24.2.crate https://crates.io/api/v1/crates/tree-sitter-python/0.25.0/download -> tree-sitter-python-0.25.0.crate https://crates.io/api/v1/crates/tree-sitter-ruby/0.23.1/download -> tree-sitter-ruby-0.23.1.crate https://crates.io/api/v1/crates/tree-sitter-rust/0.24.2/download -> tree-sitter-rust-0.24.2.crate https://crates.io/api/v1/crates/tree-sitter-typescript/0.23.2/download -> tree-sitter-typescript-0.23.2.crate https://crates.io/api/v1/crates/tree-sitter/0.26.8/download -> tree-sitter-0.26.8.crate https://crates.io/api/v1/crates/tree_magic_mini/3.2.2/download -> tree_magic_mini-3.2.2.crate https://crates.io/api/v1/crates/triomphe/0.1.15/download -> triomphe-0.1.15.crate https://crates.io/api/v1/crates/ts-rs-macros/12.0.1/download -> ts-rs-macros-12.0.1.crate https://crates.io/api/v1/crates/ts-rs/12.0.1/download -> ts-rs-12.0.1.crate https://crates.io/api/v1/crates/ttf-parser/0.25.1/download -> ttf-parser-0.25.1.crate https://crates.io/api/v1/crates/typed-arena/2.0.2/download -> typed-arena-2.0.2.crate https://crates.io/api/v1/crates/typenum/1.20.0/download -> typenum-1.20.0.crate https://crates.io/api/v1/crates/ucd-trie/0.1.7/download -> ucd-trie-0.1.7.crate https://crates.io/api/v1/crates/unarray/0.1.4/download -> unarray-0.1.4.crate https://crates.io/api/v1/crates/unicase/2.9.0/download -> unicase-2.9.0.crate https://crates.io/api/v1/crates/unicode-bidi-mirroring/0.4.0/download -> unicode-bidi-mirroring-0.4.0.crate https://crates.io/api/v1/crates/unicode-bidi/0.3.18/download -> unicode-bidi-0.3.18.crate https://crates.io/api/v1/crates/unicode-ccc/0.4.0/download -> unicode-ccc-0.4.0.crate https://crates.io/api/v1/crates/unicode-id-start/1.4.0/download -> unicode-id-start-1.4.0.crate https://crates.io/api/v1/crates/unicode-ident/1.0.24/download -> unicode-ident-1.0.24.crate https://crates.io/api/v1/crates/unicode-linebreak/0.1.5/download -> unicode-linebreak-0.1.5.crate https://crates.io/api/v1/crates/unicode-properties/0.1.4/download -> unicode-properties-0.1.4.crate https://crates.io/api/v1/crates/unicode-script/0.5.8/download -> unicode-script-0.5.8.crate https://crates.io/api/v1/crates/unicode-segmentation/1.13.2/download -> unicode-segmentation-1.13.2.crate https://crates.io/api/v1/crates/unicode-truncate/2.0.1/download -> unicode-truncate-2.0.1.crate https://crates.io/api/v1/crates/unicode-width/0.2.2/download -> unicode-width-0.2.2.crate https://crates.io/api/v1/crates/unicode-xid/0.2.6/download -> unicode-xid-0.2.6.crate https://crates.io/api/v1/crates/unsafe-libyaml/0.2.11/download -> unsafe-libyaml-0.2.11.crate https://crates.io/api/v1/crates/untrusted/0.9.0/download -> untrusted-0.9.0.crate https://crates.io/api/v1/crates/ureq-proto/0.6.0/download -> ureq-proto-0.6.0.crate https://crates.io/api/v1/crates/ureq/3.3.0/download -> ureq-3.3.0.crate https://crates.io/api/v1/crates/urlencoding/2.1.3/download -> urlencoding-2.1.3.crate https://crates.io/api/v1/crates/utf8-zero/0.8.1/download -> utf8-zero-0.8.1.crate https://crates.io/api/v1/crates/utf8parse/0.2.2/download -> utf8parse-0.2.2.crate https://crates.io/api/v1/crates/uuid/1.23.1/download -> uuid-1.23.1.crate https://crates.io/api/v1/crates/valuable/0.1.1/download -> valuable-0.1.1.crate https://crates.io/api/v1/crates/version-compare/0.2.1/download -> version-compare-0.2.1.crate https://crates.io/api/v1/crates/version_check/0.9.5/download -> version_check-0.9.5.crate https://crates.io/api/v1/crates/vt100/0.16.2/download -> vt100-0.16.2.crate https://crates.io/api/v1/crates/vte/0.15.0/download -> vte-0.15.0.crate https://crates.io/api/v1/crates/vtparse/0.6.2/download -> vtparse-0.6.2.crate https://crates.io/api/v1/crates/wait-timeout/0.2.1/download -> wait-timeout-0.2.1.crate https://crates.io/api/v1/crates/walkdir/2.5.0/download -> walkdir-2.5.0.crate https://crates.io/api/v1/crates/wasi/0.11.1+wasi-snapshot-preview1/download -> wasi-0.11.1+wasi-snapshot-preview1.crate https://crates.io/api/v1/crates/wasip2/1.0.3+wasi-0.2.9/download -> wasip2-1.0.3+wasi-0.2.9.crate https://crates.io/api/v1/crates/wasip3/0.4.0+wasi-0.3.0-rc-2026-01-06/download -> wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06.crate https://crates.io/api/v1/crates/wasm-bindgen-futures/0.4.70/download -> wasm-bindgen-futures-0.4.70.crate https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.120/download -> wasm-bindgen-macro-support-0.2.120.crate https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.120/download -> wasm-bindgen-macro-0.2.120.crate https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.120/download -> wasm-bindgen-shared-0.2.120.crate https://crates.io/api/v1/crates/wasm-bindgen/0.2.120/download -> wasm-bindgen-0.2.120.crate https://crates.io/api/v1/crates/wasm-encoder/0.244.0/download -> wasm-encoder-0.244.0.crate https://crates.io/api/v1/crates/wasm-metadata/0.244.0/download -> wasm-metadata-0.244.0.crate https://crates.io/api/v1/crates/wasmparser/0.244.0/download -> wasmparser-0.244.0.crate https://crates.io/api/v1/crates/wayland-backend/0.3.15/download -> wayland-backend-0.3.15.crate https://crates.io/api/v1/crates/wayland-client/0.31.14/download -> wayland-client-0.31.14.crate https://crates.io/api/v1/crates/wayland-csd-frame/0.3.0/download -> wayland-csd-frame-0.3.0.crate https://crates.io/api/v1/crates/wayland-cursor/0.31.14/download -> wayland-cursor-0.31.14.crate https://crates.io/api/v1/crates/wayland-protocols-plasma/0.3.12/download -> wayland-protocols-plasma-0.3.12.crate https://crates.io/api/v1/crates/wayland-protocols-wlr/0.3.12/download -> wayland-protocols-wlr-0.3.12.crate https://crates.io/api/v1/crates/wayland-protocols/0.32.12/download -> wayland-protocols-0.32.12.crate https://crates.io/api/v1/crates/wayland-scanner/0.31.10/download -> wayland-scanner-0.31.10.crate https://crates.io/api/v1/crates/wayland-sys/0.31.11/download -> wayland-sys-0.31.11.crate https://crates.io/api/v1/crates/web-sys/0.3.97/download -> web-sys-0.3.97.crate https://crates.io/api/v1/crates/web-time/1.1.0/download -> web-time-1.1.0.crate https://crates.io/api/v1/crates/webpki-roots/1.0.7/download -> webpki-roots-1.0.7.crate https://crates.io/api/v1/crates/wezterm-bidi/0.2.3/download -> wezterm-bidi-0.2.3.crate https://crates.io/api/v1/crates/wezterm-blob-leases/0.1.1/download -> wezterm-blob-leases-0.1.1.crate https://crates.io/api/v1/crates/wezterm-color-types/0.3.0/download -> wezterm-color-types-0.3.0.crate https://crates.io/api/v1/crates/wezterm-dynamic-derive/0.1.1/download -> wezterm-dynamic-derive-0.1.1.crate https://crates.io/api/v1/crates/wezterm-dynamic/0.2.1/download -> wezterm-dynamic-0.2.1.crate https://crates.io/api/v1/crates/wezterm-input-types/0.1.0/download -> wezterm-input-types-0.1.0.crate https://crates.io/api/v1/crates/wgpu-core-deps-apple/28.0.0/download -> wgpu-core-deps-apple-28.0.0.crate https://crates.io/api/v1/crates/wgpu-core-deps-emscripten/28.0.0/download -> wgpu-core-deps-emscripten-28.0.0.crate https://crates.io/api/v1/crates/wgpu-core-deps-windows-linux-android/28.0.0/download -> wgpu-core-deps-windows-linux-android-28.0.0.crate https://crates.io/api/v1/crates/wgpu-core/28.0.1/download -> wgpu-core-28.0.1.crate https://crates.io/api/v1/crates/wgpu-hal/28.0.1/download -> wgpu-hal-28.0.1.crate https://crates.io/api/v1/crates/wgpu-types/28.0.0/download -> wgpu-types-28.0.0.crate https://crates.io/api/v1/crates/wgpu/28.0.0/download -> wgpu-28.0.0.crate https://crates.io/api/v1/crates/which/6.0.3/download -> which-6.0.3.crate https://crates.io/api/v1/crates/widestring/1.2.1/download -> widestring-1.2.1.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download -> winapi-i686-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi-util/0.1.11/download -> winapi-util-0.1.11.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download -> winapi-x86_64-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi/0.3.9/download -> winapi-0.3.9.crate https://crates.io/api/v1/crates/windows-collections/0.3.2/download -> windows-collections-0.3.2.crate https://crates.io/api/v1/crates/windows-core/0.56.0/download -> windows-core-0.56.0.crate https://crates.io/api/v1/crates/windows-core/0.62.2/download -> windows-core-0.62.2.crate https://crates.io/api/v1/crates/windows-future/0.3.2/download -> windows-future-0.3.2.crate https://crates.io/api/v1/crates/windows-implement/0.56.0/download -> windows-implement-0.56.0.crate https://crates.io/api/v1/crates/windows-implement/0.60.2/download -> windows-implement-0.60.2.crate https://crates.io/api/v1/crates/windows-interface/0.56.0/download -> windows-interface-0.56.0.crate https://crates.io/api/v1/crates/windows-interface/0.59.3/download -> windows-interface-0.59.3.crate https://crates.io/api/v1/crates/windows-link/0.2.1/download -> windows-link-0.2.1.crate https://crates.io/api/v1/crates/windows-numerics/0.3.1/download -> windows-numerics-0.3.1.crate https://crates.io/api/v1/crates/windows-result/0.1.2/download -> windows-result-0.1.2.crate https://crates.io/api/v1/crates/windows-result/0.4.1/download -> windows-result-0.4.1.crate https://crates.io/api/v1/crates/windows-strings/0.5.1/download -> windows-strings-0.5.1.crate https://crates.io/api/v1/crates/windows-sys/0.52.0/download -> windows-sys-0.52.0.crate https://crates.io/api/v1/crates/windows-sys/0.59.0/download -> windows-sys-0.59.0.crate https://crates.io/api/v1/crates/windows-sys/0.60.2/download -> windows-sys-0.60.2.crate https://crates.io/api/v1/crates/windows-sys/0.61.2/download -> windows-sys-0.61.2.crate https://crates.io/api/v1/crates/windows-targets/0.52.6/download -> windows-targets-0.52.6.crate https://crates.io/api/v1/crates/windows-targets/0.53.5/download -> windows-targets-0.53.5.crate https://crates.io/api/v1/crates/windows-threading/0.2.1/download -> windows-threading-0.2.1.crate https://crates.io/api/v1/crates/windows/0.56.0/download -> windows-0.56.0.crate https://crates.io/api/v1/crates/windows/0.62.2/download -> windows-0.62.2.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.6/download -> windows_aarch64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.53.1/download -> windows_aarch64_gnullvm-0.53.1.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.6/download -> windows_aarch64_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.53.1/download -> windows_aarch64_msvc-0.53.1.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.52.6/download -> windows_i686_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.53.1/download -> windows_i686_gnu-0.53.1.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.52.6/download -> windows_i686_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.53.1/download -> windows_i686_gnullvm-0.53.1.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.52.6/download -> windows_i686_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.53.1/download -> windows_i686_msvc-0.53.1.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.6/download -> windows_x86_64_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.53.1/download -> windows_x86_64_gnu-0.53.1.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.6/download -> windows_x86_64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.53.1/download -> windows_x86_64_gnullvm-0.53.1.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.6/download -> windows_x86_64_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.53.1/download -> windows_x86_64_msvc-0.53.1.crate https://crates.io/api/v1/crates/winit/0.30.13/download -> winit-0.30.13.crate https://crates.io/api/v1/crates/winnow/0.5.40/download -> winnow-0.5.40.crate https://crates.io/api/v1/crates/winnow/0.7.15/download -> winnow-0.7.15.crate https://crates.io/api/v1/crates/winnow/1.0.2/download -> winnow-1.0.2.crate https://crates.io/api/v1/crates/winreg/0.10.1/download -> winreg-0.10.1.crate https://crates.io/api/v1/crates/winresource/0.1.31/download -> winresource-0.1.31.crate https://crates.io/api/v1/crates/winsafe/0.0.19/download -> winsafe-0.0.19.crate https://crates.io/api/v1/crates/wit-bindgen-core/0.51.0/download -> wit-bindgen-core-0.51.0.crate https://crates.io/api/v1/crates/wit-bindgen-rust-macro/0.51.0/download -> wit-bindgen-rust-macro-0.51.0.crate https://crates.io/api/v1/crates/wit-bindgen-rust/0.51.0/download -> wit-bindgen-rust-0.51.0.crate https://crates.io/api/v1/crates/wit-bindgen/0.51.0/download -> wit-bindgen-0.51.0.crate https://crates.io/api/v1/crates/wit-bindgen/0.57.1/download -> wit-bindgen-0.57.1.crate https://crates.io/api/v1/crates/wit-component/0.244.0/download -> wit-component-0.244.0.crate https://crates.io/api/v1/crates/wit-parser/0.244.0/download -> wit-parser-0.244.0.crate https://crates.io/api/v1/crates/wl-clipboard-rs/0.9.3/download -> wl-clipboard-rs-0.9.3.crate https://crates.io/api/v1/crates/wyz/0.5.1/download -> wyz-0.5.1.crate https://crates.io/api/v1/crates/x11-dl/2.21.0/download -> x11-dl-2.21.0.crate https://crates.io/api/v1/crates/x11/2.21.0/download -> x11-2.21.0.crate https://crates.io/api/v1/crates/x11rb-protocol/0.13.2/download -> x11rb-protocol-0.13.2.crate https://crates.io/api/v1/crates/x11rb/0.13.2/download -> x11rb-0.13.2.crate https://crates.io/api/v1/crates/xcursor/0.3.10/download -> xcursor-0.3.10.crate https://crates.io/api/v1/crates/xkbcommon-dl/0.4.2/download -> xkbcommon-dl-0.4.2.crate https://crates.io/api/v1/crates/xkeysym/0.2.1/download -> xkeysym-0.2.1.crate https://crates.io/api/v1/crates/xml-rs/0.8.28/download -> xml-rs-0.8.28.crate https://crates.io/api/v1/crates/yaml-rust/0.4.5/download -> yaml-rust-0.4.5.crate https://crates.io/api/v1/crates/zerocopy-derive/0.8.48/download -> zerocopy-derive-0.8.48.crate https://crates.io/api/v1/crates/zerocopy/0.8.48/download -> zerocopy-0.8.48.crate https://crates.io/api/v1/crates/zeroize/1.8.2/download -> zeroize-1.8.2.crate https://crates.io/api/v1/crates/zmij/1.0.21/download -> zmij-1.0.21.crate https://github.com/Jesterhearts/ratatui-wgpu/archive/cdcf5c6987adba56b060f6a8532ee83b25a4e3e5.tar.gz -> ratatui-wgpu-cdcf5c6987adba56b060f6a8532ee83b25a4e3e5.gh.tar.gz https://github.com/sinelaw/fresh/archive/refs/tags/v0.3.5.tar.gz -> fresh-0.3.5.tar.gz +_eclasses_=cargo 53bab5a62cfc3526d8ed02c0a38a6033 desktop 26d57169ca094c04be416993844ec8bc flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=da48c793d93785296427544db092565a diff --git a/metadata/md5-cache/app-editors/gedit-48.2 b/metadata/md5-cache/app-editors/gedit-48.2 index ec1fa0d404e9..105274ba0d82 100644 --- a/metadata/md5-cache/app-editors/gedit-48.2 +++ b/metadata/md5-cache/app-editors/gedit-48.2 @@ -7,11 +7,11 @@ HOMEPAGE=https://gedit-text-editor.org/ https://gitlab.gnome.org/World/gedit IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=gnome2-utils meson python-single-r1 vala xdg IUSE=+python gtk-doc python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 -KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86 +KEYWORDS=amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86 LICENSE=GPL-2+ CC-BY-SA-3.0 RDEPEND=>=dev-libs/glib-2.76:2 >=x11-libs/gtk+-3.22.0:3[introspection] >=gui-libs/libgedit-amtk-5.6:= >=gui-libs/libgedit-tepl-6.13 >=dev-libs/libpeas-1.14.1:0[gtk] >=dev-libs/gobject-introspection-1.82.0-r2:= >=app-text/gspell-0.2.5:0= python? ( python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) python_single_target_python3_10? ( dev-python/pycairo[python_targets_python3_10(-)] >=dev-python/pygobject-3:3[cairo,python_targets_python3_10(-)] dev-libs/libpeas:0[python,python_single_target_python3_10(-)] ) python_single_target_python3_11? ( dev-python/pycairo[python_targets_python3_11(-)] >=dev-python/pygobject-3:3[cairo,python_targets_python3_11(-)] dev-libs/libpeas:0[python,python_single_target_python3_11(-)] ) python_single_target_python3_12? ( dev-python/pycairo[python_targets_python3_12(-)] >=dev-python/pygobject-3:3[cairo,python_targets_python3_12(-)] dev-libs/libpeas:0[python,python_single_target_python3_12(-)] ) python_single_target_python3_13? ( dev-python/pycairo[python_targets_python3_13(-)] >=dev-python/pygobject-3:3[cairo,python_targets_python3_13(-)] dev-libs/libpeas:0[python,python_single_target_python3_13(-)] ) python_single_target_python3_14? ( dev-python/pycairo[python_targets_python3_14(-)] >=dev-python/pygobject-3:3[cairo,python_targets_python3_14(-)] dev-libs/libpeas:0[python,python_single_target_python3_14(-)] ) ) gui-libs/libgedit-gtksourceview:300 !<app-editors/gedit-plugins-48 x11-themes/adwaita-icon-theme gnome-base/gsettings-desktop-schemas gnome-base/gvfs app-text/gspell REQUIRED_USE=python? ( ^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 ) ) SLOT=0 SRC_URI=https://gitlab.gnome.org/World/gedit/gedit/-/archive/48.2/gedit-48.2.tar.bz2 https://gitlab.gnome.org/GNOME/libgd/-/archive/3cccf99234288a6121b3945a25cd4ec3b7445c74/libgd-3cccf99234288a6121b3945a25cd4ec3b7445c74.tar.bz2 _eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 meson 12065b402c6d78a2aec926ed8dfd964f multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 vala b2f2aa400d77b841d952dda847e24d53 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=6b16fb45dc21debaf55f2303b003d456 +_md5_=18b57826ba8a71124bfb91601408319f diff --git a/metadata/md5-cache/app-editors/gedit-plugins-48.2 b/metadata/md5-cache/app-editors/gedit-plugins-48.2 index d1197058e32f..fc228c18c02d 100644 --- a/metadata/md5-cache/app-editors/gedit-plugins-48.2 +++ b/metadata/md5-cache/app-editors/gedit-plugins-48.2 @@ -7,10 +7,10 @@ HOMEPAGE=https://gitlab.gnome.org/World/gedit/gedit/-/blob/master/plugins/list-o IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=gnome2-utils meson vala xdg IUSE=vala -KEYWORDS=~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86 +KEYWORDS=amd64 ~arm64 ~loong ~ppc64 ~riscv x86 LICENSE=GPL-2+ RDEPEND=>=app-editors/gedit-48.2 >=dev-libs/glib-2.32:2 >=x11-libs/gtk+-3.9:3 gui-libs/libgedit-gtksourceview:300 SLOT=0 SRC_URI=https://gitlab.gnome.org/World/gedit/gedit-plugins/-/archive/48.2/gedit-plugins-48.2.tar.bz2 _eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 meson 12065b402c6d78a2aec926ed8dfd964f multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 vala b2f2aa400d77b841d952dda847e24d53 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=d2eabf9427687c7717e0512b106429fb +_md5_=d714e1e594960af6122467202a2ed442 diff --git a/metadata/md5-cache/app-emacs/ebuild-mode-1.82 b/metadata/md5-cache/app-emacs/ebuild-mode-1.82 index 26ef1b3ace50..67887a36bbcd 100644 --- a/metadata/md5-cache/app-emacs/ebuild-mode-1.82 +++ b/metadata/md5-cache/app-emacs/ebuild-mode-1.82 @@ -4,10 +4,10 @@ DESCRIPTION=Emacs modes for editing ebuilds and other Gentoo specific files EAPI=8 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Emacs INHERIT=elisp optfeature -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos +KEYWORDS=~alpha amd64 arm arm64 ~hppa ppc ppc64 ~riscv ~sparc x86 ~x64-macos LICENSE=GPL-2+ RDEPEND=app-emacs/tty-format >=app-editors/emacs-26.3:* SLOT=0 SRC_URI=https://dev.gentoo.org/~ulm/emacs/ebuild-mode-1.82.tar.xz _eclasses_=elisp a37bfc35b86403c770beebbd71661c30 elisp-common 0ea9a0d3bc26353e1642c73560a24fdf optfeature 538bce96e5589935b57e178e8635f301 -_md5_=da342edb5aed3487c184a7a24b082e01 +_md5_=223000a44874e96c6403f04e19d1b200 diff --git a/metadata/md5-cache/app-emulation/guestfs-tools-1.52.3-r1 b/metadata/md5-cache/app-emulation/guestfs-tools-1.52.3-r1 index b4aeba35711b..f428fb155a3b 100644 --- a/metadata/md5-cache/app-emulation/guestfs-tools-1.52.3-r1 +++ b/metadata/md5-cache/app-emulation/guestfs-tools-1.52.3-r1 @@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) SLOT=0/1.52 SRC_URI=https://download.libguestfs.org/guestfs-tools/1.52-stable/guestfs-tools-1.52.3.tar.gz _eclasses_=autotools 0698802996fcfe9a604eac3c1f6e7112 bash-completion-r1 9e91505e030725688d1e953321a47501 gnuconfig b4fa4889c6f586d6b069215a86dd9e53 libtool 6a96cd90e5da8c7c615015479f46f1a4 perl-functions 1863acf0982afafc67797e3ce7275b4c toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=3c759447b00c2784532131fa6aba7e93 +_md5_=8c6ed1759530fec812d1b9a5830fb0e6 diff --git a/metadata/md5-cache/app-emulation/guestfs-tools-1.54.0 b/metadata/md5-cache/app-emulation/guestfs-tools-1.54.0 index 690202bb6223..614f0b8a37e3 100644 --- a/metadata/md5-cache/app-emulation/guestfs-tools-1.54.0 +++ b/metadata/md5-cache/app-emulation/guestfs-tools-1.54.0 @@ -6,10 +6,11 @@ EAPI=8 HOMEPAGE=https://libguestfs.org/ INHERIT=autotools bash-completion-r1 perl-functions toolchain-funcs IUSE=doc libvirt +ocaml +perl test +KEYWORDS=~amd64 LICENSE=GPL-2 LGPL-2 RDEPEND=app-arch/xz-utils dev-libs/libpcre2:= dev-libs/libxml2:= sys-libs/libxcrypt:= sys-libs/ncurses:= >=app-emulation/libguestfs-1.55.6:=[ocaml,perl?,libvirt=] dev-libs/json-c:= sys-libs/libosinfo || ( dev-libs/libisoburn app-cdr/cdrtools ) dev-db/sqlite sys-apps/hwdata libvirt? ( app-emulation/libvirt[qemu] ) perl? ( app-misc/hivex virtual/perl-Getopt-Long ) app-emulation/libguestfs-appliance RESTRICT=!test? ( test ) SLOT=0/1.54 SRC_URI=https://download.libguestfs.org/guestfs-tools/1.54-stable/guestfs-tools-1.54.0.tar.gz _eclasses_=autotools 0698802996fcfe9a604eac3c1f6e7112 bash-completion-r1 9e91505e030725688d1e953321a47501 gnuconfig b4fa4889c6f586d6b069215a86dd9e53 libtool 6a96cd90e5da8c7c615015479f46f1a4 perl-functions 1863acf0982afafc67797e3ce7275b4c toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=00a104c4b309541195e7b39c1635870f +_md5_=06ac7892eb55d76f5006b7d7a5ff54d7 diff --git a/metadata/md5-cache/app-emulation/virtiofsd-1.13.3 b/metadata/md5-cache/app-emulation/virtiofsd-1.13.3 new file mode 100644 index 000000000000..5d4e75a39f14 --- /dev/null +++ b/metadata/md5-cache/app-emulation/virtiofsd-1.13.3 @@ -0,0 +1,15 @@ +BDEPEND=|| ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* ) +DEFINED_PHASES=compile configure install setup test unpack +DEPEND=sys-libs/libcap-ng sys-libs/libseccomp +DESCRIPTION=Shared file system for virtual machines +EAPI=8 +HOMEPAGE=https://virtio-fs.gitlab.io/ +INHERIT=cargo +IUSE=debug +KEYWORDS=~amd64 ~arm64 ~ppc64 +LICENSE=Apache-2.0 BSD Apache-2.0 BSD MIT Unicode-DFS-2016 +RDEPEND=sys-apps/shadow sys-libs/libcap-ng sys-libs/libseccomp +SLOT=0 +SRC_URI=https://gitlab.com/virtio-fs/virtiofsd/-/archive/v1.13.3/virtiofsd-v1.13.3.tar.bz2 https://crates.io/api/v1/crates/aho-corasick/0.7.18/download -> aho-corasick-0.7.18.crate https://crates.io/api/v1/crates/anstream/0.3.2/download -> anstream-0.3.2.crate https://crates.io/api/v1/crates/anstyle-parse/0.2.1/download -> anstyle-parse-0.2.1.crate https://crates.io/api/v1/crates/anstyle-query/1.0.0/download -> anstyle-query-1.0.0.crate https://crates.io/api/v1/crates/anstyle-wincon/1.0.1/download -> anstyle-wincon-1.0.1.crate https://crates.io/api/v1/crates/anstyle/1.0.1/download -> anstyle-1.0.1.crate https://crates.io/api/v1/crates/arc-swap/1.5.0/download -> arc-swap-1.5.0.crate https://crates.io/api/v1/crates/atomic-polyfill/0.1.11/download -> atomic-polyfill-0.1.11.crate https://crates.io/api/v1/crates/atty/0.2.14/download -> atty-0.2.14.crate https://crates.io/api/v1/crates/autocfg/1.1.0/download -> autocfg-1.1.0.crate https://crates.io/api/v1/crates/bitflags/1.3.2/download -> bitflags-1.3.2.crate https://crates.io/api/v1/crates/bitflags/2.4.1/download -> bitflags-2.4.1.crate https://crates.io/api/v1/crates/btree-range-map/0.7.2/download -> btree-range-map-0.7.2.crate https://crates.io/api/v1/crates/btree-slab/0.6.1/download -> btree-slab-0.6.1.crate https://crates.io/api/v1/crates/byteorder/1.4.3/download -> byteorder-1.4.3.crate https://crates.io/api/v1/crates/capng/0.2.2/download -> capng-0.2.2.crate https://crates.io/api/v1/crates/cc-traits/2.0.0/download -> cc-traits-2.0.0.crate https://crates.io/api/v1/crates/cc/1.0.79/download -> cc-1.0.79.crate https://crates.io/api/v1/crates/cfg-if/1.0.0/download -> cfg-if-1.0.0.crate https://crates.io/api/v1/crates/clap/4.3.11/download -> clap-4.3.11.crate https://crates.io/api/v1/crates/clap_builder/4.3.11/download -> clap_builder-4.3.11.crate https://crates.io/api/v1/crates/clap_derive/4.3.2/download -> clap_derive-4.3.2.crate https://crates.io/api/v1/crates/clap_lex/0.5.0/download -> clap_lex-0.5.0.crate https://crates.io/api/v1/crates/cobs/0.2.3/download -> cobs-0.2.3.crate https://crates.io/api/v1/crates/colorchoice/1.0.0/download -> colorchoice-1.0.0.crate https://crates.io/api/v1/crates/critical-section/1.1.2/download -> critical-section-1.1.2.crate https://crates.io/api/v1/crates/env_logger/0.8.4/download -> env_logger-0.8.4.crate https://crates.io/api/v1/crates/errno-dragonfly/0.1.2/download -> errno-dragonfly-0.1.2.crate https://crates.io/api/v1/crates/errno/0.3.1/download -> errno-0.3.1.crate https://crates.io/api/v1/crates/error-chain/0.12.4/download -> error-chain-0.12.4.crate https://crates.io/api/v1/crates/futures-channel/0.3.21/download -> futures-channel-0.3.21.crate https://crates.io/api/v1/crates/futures-core/0.3.21/download -> futures-core-0.3.21.crate https://crates.io/api/v1/crates/futures-executor/0.3.21/download -> futures-executor-0.3.21.crate https://crates.io/api/v1/crates/futures-io/0.3.21/download -> futures-io-0.3.21.crate https://crates.io/api/v1/crates/futures-macro/0.3.21/download -> futures-macro-0.3.21.crate https://crates.io/api/v1/crates/futures-sink/0.3.21/download -> futures-sink-0.3.21.crate https://crates.io/api/v1/crates/futures-task/0.3.21/download -> futures-task-0.3.21.crate https://crates.io/api/v1/crates/futures-util/0.3.21/download -> futures-util-0.3.21.crate https://crates.io/api/v1/crates/futures/0.3.21/download -> futures-0.3.21.crate https://crates.io/api/v1/crates/getrandom/0.2.15/download -> getrandom-0.2.15.crate https://crates.io/api/v1/crates/hash32/0.2.1/download -> hash32-0.2.1.crate https://crates.io/api/v1/crates/heapless/0.7.16/download -> heapless-0.7.16.crate https://crates.io/api/v1/crates/heck/0.4.1/download -> heck-0.4.1.crate https://crates.io/api/v1/crates/hermit-abi/0.1.19/download -> hermit-abi-0.1.19.crate https://crates.io/api/v1/crates/hermit-abi/0.3.2/download -> hermit-abi-0.3.2.crate https://crates.io/api/v1/crates/hostname/0.3.1/download -> hostname-0.3.1.crate https://crates.io/api/v1/crates/humantime/2.1.0/download -> humantime-2.1.0.crate https://crates.io/api/v1/crates/is-terminal/0.4.9/download -> is-terminal-0.4.9.crate https://crates.io/api/v1/crates/itoa/1.0.2/download -> itoa-1.0.2.crate https://crates.io/api/v1/crates/libc/0.2.177/download -> libc-0.2.177.crate https://crates.io/api/v1/crates/libseccomp-sys/0.2.1/download -> libseccomp-sys-0.2.1.crate https://crates.io/api/v1/crates/linux-raw-sys/0.4.5/download -> linux-raw-sys-0.4.5.crate https://crates.io/api/v1/crates/lock_api/0.4.10/download -> lock_api-0.4.10.crate https://crates.io/api/v1/crates/log/0.4.17/download -> log-0.4.17.crate https://crates.io/api/v1/crates/match_cfg/0.1.0/download -> match_cfg-0.1.0.crate https://crates.io/api/v1/crates/memchr/2.5.0/download -> memchr-2.5.0.crate https://crates.io/api/v1/crates/num_cpus/1.13.1/download -> num_cpus-1.13.1.crate https://crates.io/api/v1/crates/num_threads/0.1.6/download -> num_threads-0.1.6.crate https://crates.io/api/v1/crates/once_cell/1.18.0/download -> once_cell-1.18.0.crate https://crates.io/api/v1/crates/pin-project-lite/0.2.9/download -> pin-project-lite-0.2.9.crate https://crates.io/api/v1/crates/pin-utils/0.1.0/download -> pin-utils-0.1.0.crate https://crates.io/api/v1/crates/postcard/1.0.6/download -> postcard-1.0.6.crate https://crates.io/api/v1/crates/ppv-lite86/0.2.20/download -> ppv-lite86-0.2.20.crate https://crates.io/api/v1/crates/proc-macro2/1.0.63/download -> proc-macro2-1.0.63.crate https://crates.io/api/v1/crates/quote/1.0.29/download -> quote-1.0.29.crate https://crates.io/api/v1/crates/rand/0.8.5/download -> rand-0.8.5.crate https://crates.io/api/v1/crates/rand_chacha/0.3.1/download -> rand_chacha-0.3.1.crate https://crates.io/api/v1/crates/rand_core/0.6.4/download -> rand_core-0.6.4.crate https://crates.io/api/v1/crates/range-traits/0.3.2/download -> range-traits-0.3.2.crate https://crates.io/api/v1/crates/regex-syntax/0.6.27/download -> regex-syntax-0.6.27.crate https://crates.io/api/v1/crates/regex/1.6.0/download -> regex-1.6.0.crate https://crates.io/api/v1/crates/rustc_version/0.4.0/download -> rustc_version-0.4.0.crate https://crates.io/api/v1/crates/rustix/0.38.7/download -> rustix-0.38.7.crate https://crates.io/api/v1/crates/scopeguard/1.2.0/download -> scopeguard-1.2.0.crate https://crates.io/api/v1/crates/semver/1.0.18/download -> semver-1.0.18.crate https://crates.io/api/v1/crates/serde/1.0.168/download -> serde-1.0.168.crate https://crates.io/api/v1/crates/serde_derive/1.0.168/download -> serde_derive-1.0.168.crate https://crates.io/api/v1/crates/slab/0.4.7/download -> slab-0.4.7.crate https://crates.io/api/v1/crates/smallvec/1.13.2/download -> smallvec-1.13.2.crate https://crates.io/api/v1/crates/spin/0.9.8/download -> spin-0.9.8.crate https://crates.io/api/v1/crates/stable_deref_trait/1.2.0/download -> stable_deref_trait-1.2.0.crate https://crates.io/api/v1/crates/strsim/0.10.0/download -> strsim-0.10.0.crate https://crates.io/api/v1/crates/syn/1.0.98/download -> syn-1.0.98.crate https://crates.io/api/v1/crates/syn/2.0.32/download -> syn-2.0.32.crate https://crates.io/api/v1/crates/syslog/6.1.1/download -> syslog-6.1.1.crate https://crates.io/api/v1/crates/termcolor/1.1.3/download -> termcolor-1.1.3.crate https://crates.io/api/v1/crates/thiserror-impl/1.0.41/download -> thiserror-impl-1.0.41.crate https://crates.io/api/v1/crates/thiserror/1.0.41/download -> thiserror-1.0.41.crate https://crates.io/api/v1/crates/time/0.3.11/download -> time-0.3.11.crate https://crates.io/api/v1/crates/unicode-ident/1.0.2/download -> unicode-ident-1.0.2.crate https://crates.io/api/v1/crates/utf8parse/0.2.1/download -> utf8parse-0.2.1.crate https://crates.io/api/v1/crates/uuid-macro-internal/1.11.0/download -> uuid-macro-internal-1.11.0.crate https://crates.io/api/v1/crates/uuid/1.11.0/download -> uuid-1.11.0.crate https://crates.io/api/v1/crates/version_check/0.9.4/download -> version_check-0.9.4.crate https://crates.io/api/v1/crates/vhost-user-backend/0.17.0/download -> vhost-user-backend-0.17.0.crate https://crates.io/api/v1/crates/vhost/0.13.0/download -> vhost-0.13.0.crate https://crates.io/api/v1/crates/virtio-bindings/0.2.4/download -> virtio-bindings-0.2.4.crate https://crates.io/api/v1/crates/virtio-queue/0.14.0/download -> virtio-queue-0.14.0.crate https://crates.io/api/v1/crates/vm-memory/0.16.0/download -> vm-memory-0.16.0.crate https://crates.io/api/v1/crates/vmm-sys-util/0.12.1/download -> vmm-sys-util-0.12.1.crate https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download -> wasi-0.11.0+wasi-snapshot-preview1.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download -> winapi-i686-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi-util/0.1.5/download -> winapi-util-0.1.5.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download -> winapi-x86_64-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi/0.3.9/download -> winapi-0.3.9.crate https://crates.io/api/v1/crates/windows-sys/0.48.0/download -> windows-sys-0.48.0.crate https://crates.io/api/v1/crates/windows-targets/0.48.1/download -> windows-targets-0.48.1.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.0/download -> windows_aarch64_gnullvm-0.48.0.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.0/download -> windows_aarch64_msvc-0.48.0.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.48.0/download -> windows_i686_gnu-0.48.0.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.48.0/download -> windows_i686_msvc-0.48.0.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.0/download -> windows_x86_64_gnu-0.48.0.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.0/download -> windows_x86_64_gnullvm-0.48.0.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.0/download -> windows_x86_64_msvc-0.48.0.crate https://crates.io/api/v1/crates/zerocopy-derive/0.7.35/download -> zerocopy-derive-0.7.35.crate https://crates.io/api/v1/crates/zerocopy/0.7.35/download -> zerocopy-0.7.35.crate +_eclasses_=cargo 53bab5a62cfc3526d8ed02c0a38a6033 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 +_md5_=b40265dcf55c98ef7410156fe9e6efc9 diff --git a/metadata/md5-cache/app-emulation/virtiofsd-9999 b/metadata/md5-cache/app-emulation/virtiofsd-9999 index da40c63af970..3a67c0cd75c4 100644 --- a/metadata/md5-cache/app-emulation/virtiofsd-9999 +++ b/metadata/md5-cache/app-emulation/virtiofsd-9999 @@ -6,9 +6,9 @@ EAPI=8 HOMEPAGE=https://virtio-fs.gitlab.io/ INHERIT=cargo git-r3 IUSE=debug -LICENSE=Apache-2.0 BSD Apache-2.0-with-LLVM-exceptions MIT Unicode-DFS-2016 Unlicense +LICENSE=Apache-2.0 BSD Apache-2.0 BSD MIT Unicode-DFS-2016 PROPERTIES=live RDEPEND=sys-apps/shadow sys-libs/libcap-ng sys-libs/libseccomp SLOT=0 _eclasses_=cargo 53bab5a62cfc3526d8ed02c0a38a6033 flag-o-matic fd3558f73f6503093adee69adf41020d git-r3 7b584b5dc33e3bc66ff5b9271bf41764 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=1520e5bef94c9c7763d348209096b612 +_md5_=b40265dcf55c98ef7410156fe9e6efc9 diff --git a/metadata/md5-cache/app-metrics/redis_exporter-1.83.0 b/metadata/md5-cache/app-metrics/redis_exporter-1.83.0 new file mode 100644 index 000000000000..f45c6a46721d --- /dev/null +++ b/metadata/md5-cache/app-metrics/redis_exporter-1.83.0 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-lang/go-1.25.0 test? ( dev-db/redis ) >=dev-lang/go-1.24.11:= app-arch/unzip virtual/pkgconfig +DEFINED_PHASES=compile install test unpack +DEPEND=acct-user/redis_exporter acct-group/redis_exporter +DESCRIPTION=Prometheus Exporter for Redis Metrics. Supports Redis 2.x, 3.x and 4.x +EAPI=8 +HOMEPAGE=https://github.com/oliver006/redis_exporter +INHERIT=go-module systemd +IUSE=test +KEYWORDS=~amd64 +LICENSE=MIT Apache-2.0 BSD +RDEPEND=acct-user/redis_exporter acct-group/redis_exporter +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/oliver006/redis_exporter/archive/v1.83.0.tar.gz -> redis_exporter-1.83.0.tar.gz https://github.com/gentoo-golang-dist/redis_exporter/releases/download/v1.83.0/redis_exporter-1.83.0-vendor.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d go-env fca4e820393c2eac25a944be8bdf6a3a go-module 22cfabf3120ed3f7bcd8b4a7697fbfba multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 sysroot 4c36abaf94ebd3ab32f8abea9a444121 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 +_md5_=a3a12ffe7cbea72e9222ee922c907311 diff --git a/metadata/md5-cache/app-misc/glow-1.5.1 b/metadata/md5-cache/app-misc/glow-1.5.1 deleted file mode 100644 index 3c09cebfb418..000000000000 --- a/metadata/md5-cache/app-misc/glow-1.5.1 +++ /dev/null @@ -1,12 +0,0 @@ -BDEPEND=>=dev-lang/go-1.24.11:= app-arch/unzip -DEFINED_PHASES=install unpack -DESCRIPTION=Render markdown on the CLI, with pizzazz! -EAPI=8 -HOMEPAGE=https://github.com/charmbracelet/glow -INHERIT=go-module -KEYWORDS=~amd64 -LICENSE=Apache-2.0 BSD-2 BSD MIT MPL-2.0 -SLOT=0 -SRC_URI=https://github.com/charmbracelet/glow/archive/refs/tags/v1.5.1.tar.gz -> glow-1.5.1.tar.gz https://gentoo.kropotkin.rocks/go-pkgs/glow-1.5.1-deps.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d go-env fca4e820393c2eac25a944be8bdf6a3a go-module 22cfabf3120ed3f7bcd8b4a7697fbfba multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=2db60bed70e959af7ffb3017c745bafd diff --git a/metadata/md5-cache/app-misc/glow-2.0.0 b/metadata/md5-cache/app-misc/glow-2.0.0 deleted file mode 100644 index fc52d5c543b2..000000000000 --- a/metadata/md5-cache/app-misc/glow-2.0.0 +++ /dev/null @@ -1,12 +0,0 @@ -BDEPEND=>=dev-lang/go-1.24.11:= app-arch/unzip -DEFINED_PHASES=install unpack -DESCRIPTION=Render markdown on the CLI, with pizzazz! -EAPI=8 -HOMEPAGE=https://github.com/charmbracelet/glow -INHERIT=go-module -KEYWORDS=~amd64 -LICENSE=Apache-2.0 BSD-2 BSD MIT MPL-2.0 -SLOT=0 -SRC_URI=https://github.com/charmbracelet/glow/archive/refs/tags/v2.0.0.tar.gz -> glow-2.0.0.tar.gz https://gentoo.kropotkin.rocks/go-pkgs/glow-2.0.0-deps.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d go-env fca4e820393c2eac25a944be8bdf6a3a go-module 22cfabf3120ed3f7bcd8b4a7697fbfba multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=2db60bed70e959af7ffb3017c745bafd diff --git a/metadata/md5-cache/app-misc/glow-2.1.1 b/metadata/md5-cache/app-misc/glow-2.1.1 deleted file mode 100644 index a25c12063981..000000000000 --- a/metadata/md5-cache/app-misc/glow-2.1.1 +++ /dev/null @@ -1,12 +0,0 @@ -BDEPEND=>=dev-lang/go-1.24.11:= app-arch/unzip -DEFINED_PHASES=compile install unpack -DESCRIPTION=Render markdown on the CLI, with pizzazz! -EAPI=8 -HOMEPAGE=https://github.com/charmbracelet/glow -INHERIT=go-module -KEYWORDS=~amd64 -LICENSE=Apache-2.0 BSD-2 BSD MIT MPL-2.0 -SLOT=0 -SRC_URI=https://github.com/charmbracelet/glow/archive/refs/tags/v2.1.1.tar.gz -> glow-2.1.1.tar.gz https://github.com/ingenarel/guru-depfiles/releases/download/glow-2.1.1-deps.tar.xz/glow-2.1.1-deps.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d go-env fca4e820393c2eac25a944be8bdf6a3a go-module 22cfabf3120ed3f7bcd8b4a7697fbfba multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=5398f52cb83cbd871c59bf825d77a8ca diff --git a/metadata/md5-cache/app-misc/glow-2.1.2 b/metadata/md5-cache/app-misc/glow-2.1.2 new file mode 100644 index 000000000000..b592fafc9bdc --- /dev/null +++ b/metadata/md5-cache/app-misc/glow-2.1.2 @@ -0,0 +1,12 @@ +BDEPEND=>=dev-lang/go-1.24.11:= app-arch/unzip +DEFINED_PHASES=compile install test unpack +DESCRIPTION=Render markdown on the CLI, with pizzazz! +EAPI=8 +HOMEPAGE=https://github.com/charmbracelet/glow +INHERIT=go-module shell-completion +KEYWORDS=~amd64 +LICENSE=MIT Apache-2.0 BSD MIT +SLOT=0 +SRC_URI=https://github.com/charmbracelet/glow/archive/refs/tags/v2.1.2.tar.gz -> glow-2.1.2.tar.gz https://github.com/ingenarel/guru-depfiles/releases/download/glow-2.1.2-deps.tar.xz/glow-2.1.2-go-mod-deps.tar.xz -> glow-2.1.2-deps.tar.xz +_eclasses_=bash-completion-r1 9e91505e030725688d1e953321a47501 flag-o-matic fd3558f73f6503093adee69adf41020d go-env fca4e820393c2eac25a944be8bdf6a3a go-module 22cfabf3120ed3f7bcd8b4a7697fbfba multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 shell-completion 0b655d0d825e157a5e99c463bddaac16 sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 +_md5_=d45337aa52c84404dad49054b8fe0ecc diff --git a/metadata/md5-cache/app-misc/upterm-0.24.0 b/metadata/md5-cache/app-misc/upterm-0.24.0 new file mode 100644 index 000000000000..9c7e8612ecd7 --- /dev/null +++ b/metadata/md5-cache/app-misc/upterm-0.24.0 @@ -0,0 +1,14 @@ +BDEPEND=>=dev-lang/go-1.26 test? ( app-editors/vim app-shells/bash ) >=dev-lang/go-1.24.11:= app-arch/unzip virtual/pkgconfig +DEFINED_PHASES=compile install test unpack +DESCRIPTION=Instant Terminal Sharing +EAPI=8 +HOMEPAGE=https://upterm.dev/ +INHERIT=go-module shell-completion systemd +IUSE=server test +KEYWORDS=~amd64 +LICENSE=Apache-2.0 Apache-2.0 BSD BSD-2 CC0-1.0 MIT MPL-2.0 Unlicense +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/owenthereal/upterm/archive/refs/tags/v0.24.0.tar.gz -> upterm-0.24.0.tar.gz https://github.com/gentoo-golang-dist/upterm/releases/download/v0.24.0/upterm-0.24.0-vendor.tar.xz +_eclasses_=bash-completion-r1 9e91505e030725688d1e953321a47501 flag-o-matic fd3558f73f6503093adee69adf41020d go-env fca4e820393c2eac25a944be8bdf6a3a go-module 22cfabf3120ed3f7bcd8b4a7697fbfba multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 shell-completion 0b655d0d825e157a5e99c463bddaac16 sysroot 4c36abaf94ebd3ab32f8abea9a444121 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 +_md5_=15271ef8f02b4828cbbfaafbdf6fa26a diff --git a/metadata/md5-cache/app-text/atril-1.28.3 b/metadata/md5-cache/app-text/atril-1.28.3 index e4fcfd4ec49a..47753395a4c8 100644 --- a/metadata/md5-cache/app-text/atril-1.28.3 +++ b/metadata/md5-cache/app-text/atril-1.28.3 @@ -7,7 +7,7 @@ HOMEPAGE=https://mate-desktop.org IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=mate python-any-r1 virtualx IUSE=caja dbus debug djvu dvi epub +introspection keyring nls +postscript synctex t1lib test tiff xps test -KEYWORDS=amd64 ~arm ~arm64 ~loong ~riscv ~x86 +KEYWORDS=amd64 ~arm ~arm64 ~loong ~riscv x86 LICENSE=FDL-1.1+ GPL-2+ GPL-3+ LGPL-2+ LGPL-2.1+ RDEPEND=app-accessibility/at-spi2-core:2 app-text/poppler[cairo] dev-libs/glib:2 dev-libs/libxml2:2= >=mate-base/mate-desktop-1.28 virtual/zlib:= x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3[X(+),introspection?] x11-libs/libICE x11-libs/libSM:0 x11-libs/libX11 x11-libs/cairo x11-libs/pango caja? ( mate-base/caja[introspection?] ) djvu? ( app-text/djvu:0 ) dvi? ( virtual/tex-base t1lib? ( media-libs/t1lib:5 ) ) epub? ( <dev-libs/mathjax-3 net-libs/webkit-gtk:4.1 ) keyring? ( app-crypt/libsecret ) introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) postscript? ( app-text/libspectre ) synctex? ( virtual/tex-base ) tiff? ( media-libs/tiff:= ) xps? ( app-text/libgxps ) gnome-base/gvfs virtual/libintl REQUIRED_USE=t1lib? ( dvi ) @@ -15,4 +15,4 @@ RESTRICT=test !test? ( test ) SLOT=0 SRC_URI=https://github.com/mate-desktop/atril/releases/download/v1.28.3/atril-1.28.3.tar.xz _eclasses_=autotools 0698802996fcfe9a604eac3c1f6e7112 gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2 26fd01914b36038dc8e964ff4bd03a95 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 gnuconfig b4fa4889c6f586d6b069215a86dd9e53 libtool 6a96cd90e5da8c7c615015479f46f1a4 mate 0637ce2e7478ea114b5fd1ae437bcb69 mate-desktop.org cce6a61620b2b79811e4c3c30f0e5c83 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=984ca899c1c9bcd64d0aa129a6f62a1b +_md5_=8d29551195f62c99f1730c6b408a3e1c diff --git a/metadata/md5-cache/app-text/kramdown-rfc-1.6.39 b/metadata/md5-cache/app-text/kramdown-rfc-1.6.39 deleted file mode 100644 index b7bff89be372..000000000000 --- a/metadata/md5-cache/app-text/kramdown-rfc-1.6.39 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=test? ( ruby_targets_ruby32? ( >=dev-ruby/json-2.0.0[ruby_targets_ruby32(-)] >=dev-ruby/kramdown-2.4.0[ruby_targets_ruby32(-)] >=dev-ruby/kramdown-parser-gfm-1.1.0[ruby_targets_ruby32(-)] >=dev-ruby/net-http-persistent-4.0[ruby_targets_ruby32(-)] ) ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby32? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby32(-)] ) ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) test? ( ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ) -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) -DESCRIPTION=An XML2RFC (RFC799x) backend for Thomas Leitner's kramdown markdown parser -EAPI=8 -HOMEPAGE=https://github.com/cabo/kramdown-rfc -INHERIT=ruby-fakegem -IUSE=test ruby_targets_ruby32 doc test -KEYWORDS=amd64 -LICENSE=MIT -RDEPEND=ruby_targets_ruby32? ( >=dev-ruby/json-2.0.0[ruby_targets_ruby32(-)] >=dev-ruby/kramdown-2.4.0[ruby_targets_ruby32(-)] >=dev-ruby/kramdown-parser-gfm-1.1.0[ruby_targets_ruby32(-)] >=dev-ruby/net-http-persistent-4.0[ruby_targets_ruby32(-)] ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) -REQUIRED_USE=|| ( ruby_targets_ruby32 ) -RESTRICT=!test? ( test ) !test? ( test ) -SLOT=0 -SRC_URI=https://rubygems.org/gems/kramdown-rfc2629-1.6.39.gem -_eclasses_=multilib fc812e8eb2170022c28272d80a1f9e77 ruby-fakegem 48f84e242da52518087150e5f863d4e8 ruby-ng 705ab926556cb5cb4811999dd0c670b0 ruby-utils 70349884e22849da218b0f0c4a32da54 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=d2627c56800c7bd47173a74a9fb6460a diff --git a/metadata/md5-cache/app-text/kramdown-rfc-1.7.19 b/metadata/md5-cache/app-text/kramdown-rfc-1.7.19 deleted file mode 100644 index 3d0ae74b121b..000000000000 --- a/metadata/md5-cache/app-text/kramdown-rfc-1.7.19 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=test? ( ruby_targets_ruby32? ( >=dev-ruby/json-2.0.0[ruby_targets_ruby32(-)] >=dev-ruby/kramdown-2.4.0[ruby_targets_ruby32(-)] >=dev-ruby/kramdown-parser-gfm-1.1.0[ruby_targets_ruby32(-)] >=dev-ruby/net-http-persistent-4.0[ruby_targets_ruby32(-)] ) ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby32? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby32(-)] ) ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) test? ( ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ) -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) -DESCRIPTION=An XML2RFC (RFC799x) backend for Thomas Leitner's kramdown markdown parser -EAPI=8 -HOMEPAGE=https://github.com/cabo/kramdown-rfc -INHERIT=ruby-fakegem -IUSE=test ruby_targets_ruby32 doc test -KEYWORDS=amd64 -LICENSE=MIT -RDEPEND=ruby_targets_ruby32? ( >=dev-ruby/json-2.0.0[ruby_targets_ruby32(-)] >=dev-ruby/kramdown-2.4.0[ruby_targets_ruby32(-)] >=dev-ruby/kramdown-parser-gfm-1.1.0[ruby_targets_ruby32(-)] >=dev-ruby/net-http-persistent-4.0[ruby_targets_ruby32(-)] ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) -REQUIRED_USE=|| ( ruby_targets_ruby32 ) -RESTRICT=!test? ( test ) !test? ( test ) -SLOT=0 -SRC_URI=https://rubygems.org/gems/kramdown-rfc2629-1.7.19.gem -_eclasses_=multilib fc812e8eb2170022c28272d80a1f9e77 ruby-fakegem 48f84e242da52518087150e5f863d4e8 ruby-ng 705ab926556cb5cb4811999dd0c670b0 ruby-utils 70349884e22849da218b0f0c4a32da54 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=9d209873056b6c13cfe456d78eeac18c diff --git a/metadata/md5-cache/app-text/kramdown-rfc-1.7.38 b/metadata/md5-cache/app-text/kramdown-rfc-1.7.38 new file mode 100644 index 000000000000..dbda0085e444 --- /dev/null +++ b/metadata/md5-cache/app-text/kramdown-rfc-1.7.38 @@ -0,0 +1,17 @@ +BDEPEND=test? ( ruby_targets_ruby32? ( >=dev-ruby/json-2.0.0[ruby_targets_ruby32(-)] >=dev-ruby/kramdown-2.4.0[ruby_targets_ruby32(-)] <dev-ruby/kramdown-2.5[ruby_targets_ruby32(-)] >=dev-ruby/kramdown-parser-gfm-1.1.0[ruby_targets_ruby32(-)] >=dev-ruby/net-http-persistent-4.0[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( >=dev-ruby/json-2.0.0[ruby_targets_ruby33(-)] >=dev-ruby/kramdown-2.4.0[ruby_targets_ruby33(-)] <dev-ruby/kramdown-2.5[ruby_targets_ruby33(-)] >=dev-ruby/kramdown-parser-gfm-1.1.0[ruby_targets_ruby33(-)] >=dev-ruby/net-http-persistent-4.0[ruby_targets_ruby33(-)] ) ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-lang/ruby:3.3 ) ruby_targets_ruby32? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby32(-)] ) ) ruby_targets_ruby33? ( doc? ( dev-ruby/rdoc[ruby_targets_ruby33(-)] ) ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) test? ( ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) ) +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-lang/ruby:3.3 ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) +DESCRIPTION=An XML2RFC (RFC799x) backend for Thomas Leitner's kramdown markdown parser +EAPI=8 +HOMEPAGE=https://github.com/cabo/kramdown-rfc +INHERIT=ruby-fakegem +IUSE=test ruby_targets_ruby32 ruby_targets_ruby33 doc test +KEYWORDS=~amd64 +LICENSE=MIT +RDEPEND=ruby_targets_ruby32? ( >=dev-ruby/json-2.0.0[ruby_targets_ruby32(-)] >=dev-ruby/kramdown-2.4.0[ruby_targets_ruby32(-)] <dev-ruby/kramdown-2.5[ruby_targets_ruby32(-)] >=dev-ruby/kramdown-parser-gfm-1.1.0[ruby_targets_ruby32(-)] >=dev-ruby/net-http-persistent-4.0[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( >=dev-ruby/json-2.0.0[ruby_targets_ruby33(-)] >=dev-ruby/kramdown-2.4.0[ruby_targets_ruby33(-)] <dev-ruby/kramdown-2.5[ruby_targets_ruby33(-)] >=dev-ruby/kramdown-parser-gfm-1.1.0[ruby_targets_ruby33(-)] >=dev-ruby/net-http-persistent-4.0[ruby_targets_ruby33(-)] ) ruby_targets_ruby32? ( dev-lang/ruby:3.2 ) ruby_targets_ruby33? ( dev-lang/ruby:3.3 ) ruby_targets_ruby32? ( virtual/rubygems[ruby_targets_ruby32(-)] ) ruby_targets_ruby33? ( virtual/rubygems[ruby_targets_ruby33(-)] ) +REQUIRED_USE=|| ( ruby_targets_ruby32 ruby_targets_ruby33 ) +RESTRICT=!test? ( test ) !test? ( test ) +SLOT=0 +SRC_URI=https://rubygems.org/gems/kramdown-rfc2629-1.7.38.gem +_eclasses_=multilib fc812e8eb2170022c28272d80a1f9e77 ruby-fakegem 48f84e242da52518087150e5f863d4e8 ruby-ng 705ab926556cb5cb4811999dd0c670b0 ruby-utils 70349884e22849da218b0f0c4a32da54 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 +_md5_=612182031271ee5e5e35a2299ee97e2a diff --git a/metadata/md5-cache/app-text/xml2rfc-3.33.0 b/metadata/md5-cache/app-text/xml2rfc-3.33.0 new file mode 100644 index 000000000000..e12933005f54 --- /dev/null +++ b/metadata/md5-cache/app-text/xml2rfc-3.33.0 @@ -0,0 +1,16 @@ +BDEPEND=test? ( >=dev-python/pypdf-3.2.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/decorator[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/dict2xml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/weasyprint[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] media-fonts/noto-cjk ) test? ( >=dev-python/platformdirs-3.6.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/configargparse[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/intervaltree[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/google-i18n-address-3.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/html5lib-1.0.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/jinja2-3.1.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/lxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/markupsafe-2.1.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pycountry[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pyyaml-5.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/requests[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/six[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/sortedcontainers[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/wcwidth[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] +DEFINED_PHASES=compile configure install postinst prepare test +DESCRIPTION=Generates RFCs and IETF drafts from document source in XML +EAPI=8 +HOMEPAGE=https://ietf-tools.github.io/xml2rfc/ https://github.com/ietf-tools/xml2rfc/ https://pypi.org/project/xml2rfc/ +INHERIT=distutils-r1 optfeature +IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 +KEYWORDS=~amd64 +LICENSE=BSD +RDEPEND=>=dev-python/platformdirs-3.6.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/configargparse[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/intervaltree[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/google-i18n-address-3.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/html5lib-1.0.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/jinja2-3.1.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/lxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/markupsafe-2.1.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pycountry[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pyyaml-5.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/requests[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/six[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/sortedcontainers[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/wcwidth[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) +REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/ietf-tools/xml2rfc/archive/refs/tags/v3.33.0.tar.gz -> xml2rfc-3.33.0.gh.tar.gz +_eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 optfeature 538bce96e5589935b57e178e8635f301 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 +_md5_=a6e03ee0720e0ab9d073c40f5d36deba diff --git a/metadata/md5-cache/app-xemacs/ebuild-mode-1.82 b/metadata/md5-cache/app-xemacs/ebuild-mode-1.82 index 44bb63c8d16b..1481a9ff229f 100644 --- a/metadata/md5-cache/app-xemacs/ebuild-mode-1.82 +++ b/metadata/md5-cache/app-xemacs/ebuild-mode-1.82 @@ -4,10 +4,10 @@ DESCRIPTION=Emacs modes for editing ebuilds and other Gentoo specific files EAPI=8 HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Emacs INHERIT=optfeature -KEYWORDS=~amd64 ~hppa ~x86 +KEYWORDS=amd64 ~hppa x86 LICENSE=GPL-2+ RDEPEND=>=app-editors/xemacs-21.5.35 app-xemacs/sh-script app-xemacs/tty-format SLOT=0 SRC_URI=https://dev.gentoo.org/~ulm/emacs/ebuild-mode-1.82.tar.xz _eclasses_=optfeature 538bce96e5589935b57e178e8635f301 -_md5_=f428edba4e582f026dad72d810672746 +_md5_=cf2dcaacdb562f54c7e68b084854432c diff --git a/metadata/md5-cache/dev-cpp/magic_enum-0.9.8 b/metadata/md5-cache/dev-cpp/magic_enum-0.9.8 new file mode 100644 index 000000000000..9a4a82a8a8ef --- /dev/null +++ b/metadata/md5-cache/dev-cpp/magic_enum-0.9.8 @@ -0,0 +1,14 @@ +BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5 +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Static reflection for enums in header-only C++ +EAPI=8 +HOMEPAGE=https://github.com/Neargye/magic_enum +INHERIT=cmake +IUSE=examples test +KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 +LICENSE=MIT +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/Neargye/magic_enum/archive/refs/tags/v0.9.8.tar.gz -> magic_enum-0.9.8.tar.gz +_eclasses_=cmake 3395ce6618fc5c7af03335471b896644 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=ff9a87a8a29c5d0ec043048cac80d97e diff --git a/metadata/md5-cache/dev-cpp/ms-gsl-4.1.0 b/metadata/md5-cache/dev-cpp/ms-gsl-4.1.0 index 6fdc19c5ba29..646d045def2e 100644 --- a/metadata/md5-cache/dev-cpp/ms-gsl-4.1.0 +++ b/metadata/md5-cache/dev-cpp/ms-gsl-4.1.0 @@ -12,4 +12,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/Microsoft/GSL/archive/v4.1.0.tar.gz -> ms-gsl-4.1.0.tar.gz _eclasses_=cmake 3395ce6618fc5c7af03335471b896644 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=17515ea27768ccbfd3d177be75a3bdfb +_md5_=5381ba4b9a14e99a388ee8d5facdb1f2 diff --git a/metadata/md5-cache/dev-cpp/ms-gsl-4.2.1 b/metadata/md5-cache/dev-cpp/ms-gsl-4.2.1 new file mode 100644 index 000000000000..1cd4a7f492d3 --- /dev/null +++ b/metadata/md5-cache/dev-cpp/ms-gsl-4.2.1 @@ -0,0 +1,14 @@ +BDEPEND=test? ( dev-cpp/gtest ) app-alternatives/ninja >=dev-build/cmake-3.28.5 +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Guideline Support Library implementation by Microsoft +EAPI=8 +HOMEPAGE=https://github.com/Microsoft/GSL +INHERIT=cmake +IUSE=test +KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 +LICENSE=MIT +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/Microsoft/GSL/archive/v4.2.1.tar.gz -> ms-gsl-4.2.1.tar.gz +_eclasses_=cmake 3395ce6618fc5c7af03335471b896644 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=13dd77335a41d101e7996f4b96289757 diff --git a/metadata/md5-cache/dev-cpp/ms-gsl-9999 b/metadata/md5-cache/dev-cpp/ms-gsl-9999 index 239585794cee..1fb5219aa223 100644 --- a/metadata/md5-cache/dev-cpp/ms-gsl-9999 +++ b/metadata/md5-cache/dev-cpp/ms-gsl-9999 @@ -11,4 +11,4 @@ PROPERTIES=live RESTRICT=!test? ( test ) SLOT=0 _eclasses_=cmake 3395ce6618fc5c7af03335471b896644 flag-o-matic fd3558f73f6503093adee69adf41020d git-r3 7b584b5dc33e3bc66ff5b9271bf41764 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=df08dac91dddf6f4c64ce606ab70b1c1 +_md5_=b4e29c50cacebd4aad730328328fa6d5 diff --git a/metadata/md5-cache/dev-db/couchdb-3.5.1 b/metadata/md5-cache/dev-db/couchdb-3.5.1 new file mode 100644 index 000000000000..aa9c906878ea --- /dev/null +++ b/metadata/md5-cache/dev-db/couchdb-3.5.1 @@ -0,0 +1,11 @@ +DEFINED_PHASES=compile configure install prepare +DEPEND=>=dev-libs/openssl-3.5.6 >=dev-libs/icu-78.3 >=sys-libs/ncurses-6.5_p20251220 >=virtual/zlib-1.3.1 acct-user/couchdb acct-group/couchdb >=dev-lang/erlang-28.1 +DESCRIPTION=Document-oriented NoSQL database +EAPI=8 +HOMEPAGE=https://couchdb.apache.org +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RDEPEND=>=dev-libs/openssl-3.5.6 >=dev-libs/icu-78.3 >=sys-libs/ncurses-6.5_p20251220 >=virtual/zlib-1.3.1 acct-user/couchdb acct-group/couchdb +SLOT=0 +SRC_URI=https://apache.org/dist/couchdb/source/3.5.1/apache-couchdb-3.5.1.tar.gz +_md5_=7bad0ef8a8bd65e08302b6fbb940f4b2 diff --git a/metadata/md5-cache/dev-embedded/rpi-eeprom-28.14_p1 b/metadata/md5-cache/dev-embedded/rpi-eeprom-28.14_p1 index dda17bbe52f4..ac55b1cd480d 100644 --- a/metadata/md5-cache/dev-embedded/rpi-eeprom-28.14_p1 +++ b/metadata/md5-cache/dev-embedded/rpi-eeprom-28.14_p1 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://github.com/raspberrypi/rpi-eeprom/ INHERIT=python-r1 systemd IUSE=pi4 pi5 python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 -KEYWORDS=-* ~arm ~arm64 +KEYWORDS=-* arm arm64 LICENSE=BSD rpi-eeprom RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) dev-embedded/raspberrypi-utils sys-apps/flashrom sys-apps/pciutils REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) ^^ ( pi4 pi5 ) SLOT=0 SRC_URI=https://archive.raspberrypi.org/debian/pool/main/r/rpi-eeprom/rpi-eeprom_28.14-1.debian.tar.xz https://archive.raspberrypi.org/debian/pool/main/r/rpi-eeprom/rpi-eeprom_28.14.orig.tar.gz _eclasses_=multibuild 83db098a835f71feb71761f72a694aa2 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=ff4770cf39cd26b6a3ba24ce63c73049 +_md5_=24a97e86ff83edd8b6bc441081b1bfec diff --git a/metadata/md5-cache/dev-gap/guava-3.21 b/metadata/md5-cache/dev-gap/guava-3.21-r1 index 4f882b797b0a..c7e52254c09f 100644 --- a/metadata/md5-cache/dev-gap/guava-3.21 +++ b/metadata/md5-cache/dev-gap/guava-3.21-r1 @@ -1,4 +1,4 @@ -BDEPEND=test? ( sci-mathematics/gap dev-gap/gapdoc dev-gap/smallgrp dev-gap/primgrp dev-gap/transgrp ) +BDEPEND=test? ( sci-mathematics/gap dev-gap/gapdoc dev-gap/smallgrp dev-gap/primgrp dev-gap/transgrp dev-gap/sonata ) DEFINED_PHASES=compile configure install prepare test DEPEND=sci-mathematics/gap DESCRIPTION=GAP package for computing with error-correcting codes @@ -8,9 +8,9 @@ INHERIT=gap-pkg flag-o-matic toolchain-funcs IUSE=test KEYWORDS=~amd64 ~riscv LICENSE=|| ( GPL-2 GPL-3 ) -RDEPEND=sci-mathematics/gap dev-gap/gapdoc dev-gap/smallgrp dev-gap/primgrp dev-gap/transgrp +RDEPEND=dev-gap/sonata sci-mathematics/gap dev-gap/gapdoc dev-gap/smallgrp dev-gap/primgrp dev-gap/transgrp RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/gap-packages/guava/releases/download/v3.21/guava-3.21.tar.gz _eclasses_=estack c61c368a76fdf3a82fdf8dbaebea3804 flag-o-matic fd3558f73f6503093adee69adf41020d gap-pkg ceef97f818402a0c996cdb13b9d90c92 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=7163fe333554d23186254719fcd86824 +_md5_=6866af7e73707d93180297620d4d0f79 diff --git a/metadata/md5-cache/dev-go/delve-1.26.3 b/metadata/md5-cache/dev-go/delve-1.26.3 new file mode 100644 index 000000000000..7751aa9400d4 --- /dev/null +++ b/metadata/md5-cache/dev-go/delve-1.26.3 @@ -0,0 +1,12 @@ +BDEPEND=>=dev-lang/go-1.26.1 >=dev-lang/go-1.24.11:= app-arch/unzip +DEFINED_PHASES=compile install postinst prepare test unpack +DESCRIPTION=A source-level debugger for the Go programming language +EAPI=8 +HOMEPAGE=https://github.com/go-delve/delve +INHERIT=go-module shell-completion sysroot +KEYWORDS=~amd64 +LICENSE=MIT BSD BSD-2 Apache-2.0 +SLOT=0 +SRC_URI=https://github.com/go-delve/delve/archive/v1.26.3.tar.gz -> delve-1.26.3.tar.gz +_eclasses_=bash-completion-r1 9e91505e030725688d1e953321a47501 flag-o-matic fd3558f73f6503093adee69adf41020d go-env fca4e820393c2eac25a944be8bdf6a3a go-module 22cfabf3120ed3f7bcd8b4a7697fbfba multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 shell-completion 0b655d0d825e157a5e99c463bddaac16 sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 +_md5_=fb9b8f75b3725590ae7e17bbcfefd710 diff --git a/metadata/md5-cache/dev-go/golangci-lint-2.12.2 b/metadata/md5-cache/dev-go/golangci-lint-2.12.2 new file mode 100644 index 000000000000..1ab5aa48e22a --- /dev/null +++ b/metadata/md5-cache/dev-go/golangci-lint-2.12.2 @@ -0,0 +1,12 @@ +BDEPEND=>=dev-lang/go-1.26.1 >=dev-lang/go-1.24.11:= app-arch/unzip +DEFINED_PHASES=compile install test unpack +DESCRIPTION=Fast linters runner for Go +EAPI=8 +HOMEPAGE=https://golangci-lint.run/ https://github.com/golangci/golangci-lint +INHERIT=go-module shell-completion sysroot +KEYWORDS=~amd64 +LICENSE=GPL-3 Apache-2.0 BSD BSD-2 GPL-3 ISC MIT MPL-2.0 OFL-1.1 +SLOT=0 +SRC_URI=https://github.com/golangci/golangci-lint/archive/v2.12.2.tar.gz -> golangci-lint-2.12.2.tar.gz https://github.com/gentoo-golang-dist/golangci-lint/releases/download/v2.12.2/golangci-lint-2.12.2-vendor.tar.xz +_eclasses_=bash-completion-r1 9e91505e030725688d1e953321a47501 flag-o-matic fd3558f73f6503093adee69adf41020d go-env fca4e820393c2eac25a944be8bdf6a3a go-module 22cfabf3120ed3f7bcd8b4a7697fbfba multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 shell-completion 0b655d0d825e157a5e99c463bddaac16 sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 +_md5_=8fe93abfefcd11419e97c54841e488e0 diff --git a/metadata/md5-cache/dev-java/openjdk-bin-26_beta35 b/metadata/md5-cache/dev-java/openjdk-bin-26.0.1_p8 index 87c19a7b927a..cc8251a44869 100644 --- a/metadata/md5-cache/dev-java/openjdk-bin-26_beta35 +++ b/metadata/md5-cache/dev-java/openjdk-bin-26.0.1_p8 @@ -11,6 +11,6 @@ LICENSE=GPL-2-with-classpath-exception RDEPEND=>=sys-apps/baselayout-java-0.1.0-r1 kernel_linux? ( media-libs/fontconfig:1.0 media-libs/freetype:2 media-libs/harfbuzz elibc_glibc? ( >=sys-libs/glibc-2.2.5:* ) elibc_musl? ( sys-libs/musl ) virtual/zlib:= alsa? ( media-libs/alsa-lib ) cups? ( net-print/cups ) selinux? ( sec-policy/selinux-java ) !headless-awt? ( x11-libs/libX11 x11-libs/libXext x11-libs/libXi x11-libs/libXrender x11-libs/libXtst ) ) dev-java/java-config app-eselect/eselect-java RESTRICT=preserve-libs splitdebug SLOT=26 -SRC_URI=arm64? ( https://github.com/adoptium/temurin26-binaries/releases/download/jdk-26+35-ea-beta//OpenJDK26U-jdk_aarch64_linux_hotspot_26_35-ea.tar.gz ) arm64? ( elibc_musl? ( https://github.com/adoptium/temurin26-binaries/releases/download/jdk-26+35-ea-beta//OpenJDK26U-jdk_aarch64_alpine-linux_hotspot_26_35-ea.tar.gz ) ) ppc64? ( https://github.com/adoptium/temurin26-binaries/releases/download/jdk-26+35-ea-beta//OpenJDK26U-jdk_ppc64le_linux_hotspot_26_35-ea.tar.gz ) amd64? ( https://github.com/adoptium/temurin26-binaries/releases/download/jdk-26+35-ea-beta//OpenJDK26U-jdk_x64_linux_hotspot_26_35-ea.tar.gz ) amd64? ( elibc_musl? ( https://github.com/adoptium/temurin26-binaries/releases/download/jdk-26+35-ea-beta//OpenJDK26U-jdk_x64_alpine-linux_hotspot_26_35-ea.tar.gz ) ) riscv? ( https://github.com/adoptium/temurin26-binaries/releases/download/jdk-26+35-ea-beta//OpenJDK26U-jdk_riscv64_linux_hotspot_26_35-ea.tar.gz ) +SRC_URI=arm64? ( https://github.com/adoptium/temurin26-binaries/releases/download/jdk-26.0.1+8//OpenJDK26u-jdk_aarch64_linux_hotspot_26.0.1_8.tar.gz ) arm64? ( elibc_musl? ( https://github.com/adoptium/temurin26-binaries/releases/download/jdk-26.0.1+8//OpenJDK26u-jdk_aarch64_alpine-linux_hotspot_26.0.1_8.tar.gz ) ) ppc64? ( https://github.com/adoptium/temurin26-binaries/releases/download/jdk-26.0.1+8//OpenJDK26u-jdk_ppc64le_linux_hotspot_26.0.1_8.tar.gz ) amd64? ( https://github.com/adoptium/temurin26-binaries/releases/download/jdk-26.0.1+8//OpenJDK26u-jdk_x64_linux_hotspot_26.0.1_8.tar.gz ) amd64? ( elibc_musl? ( https://github.com/adoptium/temurin26-binaries/releases/download/jdk-26.0.1+8//OpenJDK26u-jdk_x64_alpine-linux_hotspot_26.0.1_8.tar.gz ) ) riscv? ( https://github.com/adoptium/temurin26-binaries/releases/download/jdk-26.0.1+8//OpenJDK26u-jdk_riscv64_linux_hotspot_26.0.1_8.tar.gz ) _eclasses_=java-vm-2 6c7243f2269a7c9b5c177579e49f89ab multilib fc812e8eb2170022c28272d80a1f9e77 pax-utils 5555f2e75744739fe100ee62c22d28fe prefix c3c4c93ebda319c0fa7ed6f942ba1010 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=ee618de252c0641610b9680e1c47190a diff --git a/metadata/md5-cache/dev-libs/tree-sitter-c-0.24.2 b/metadata/md5-cache/dev-libs/tree-sitter-c-0.24.2 new file mode 100644 index 000000000000..e65cc8a95a63 --- /dev/null +++ b/metadata/md5-cache/dev-libs/tree-sitter-c-0.24.2 @@ -0,0 +1,17 @@ +BDEPEND=test? ( dev-util/tree-sitter-cli ) python? ( python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/wheel[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) +DEFINED_PHASES=compile configure install prepare test +DEPEND=python? ( python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) ) +DESCRIPTION=C grammar for Tree-sitter +EAPI=8 +HOMEPAGE=https://github.com/tree-sitter/tree-sitter-c +INHERIT=tree-sitter-grammar +IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug test python +KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86 +LICENSE=MIT +RDEPEND=python? ( python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/tree-sitter-0.21.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) +REQUIRED_USE=python? ( || ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/tree-sitter/tree-sitter-c/archive/v0.24.2.tar.gz -> tree-sitter-c-0.24.2.tar.gz +_eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 tree-sitter-grammar 7a26eda0bafce723174d2c49ee0a72ab +_md5_=0746b9112c1b53c3ea17b97a8165cea5 diff --git a/metadata/md5-cache/dev-libs/tree-sitter-c-sharp-0.23.5 b/metadata/md5-cache/dev-libs/tree-sitter-c-sharp-0.23.5 new file mode 100644 index 000000000000..a9c2b822bb1e --- /dev/null +++ b/metadata/md5-cache/dev-libs/tree-sitter-c-sharp-0.23.5 @@ -0,0 +1,14 @@ +BDEPEND=test? ( dev-util/tree-sitter-cli ) +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=C# grammar for Tree-sitter +EAPI=8 +HOMEPAGE=https://github.com/tree-sitter/tree-sitter-c-sharp +INHERIT=tree-sitter-grammar +IUSE=test +KEYWORDS=~amd64 +LICENSE=MIT +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/tree-sitter/tree-sitter-c-sharp/archive/v0.23.5.tar.gz -> tree-sitter-c-sharp-0.23.5.tar.gz +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 multilib fc812e8eb2170022c28272d80a1f9e77 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 tree-sitter-grammar 7a26eda0bafce723174d2c49ee0a72ab +_md5_=207471fcd9746d60e649ea90b7290de5 diff --git a/metadata/md5-cache/dev-libs/tree-sitter-embedded-template-0.25.0 b/metadata/md5-cache/dev-libs/tree-sitter-embedded-template-0.25.0 new file mode 100644 index 000000000000..eb6838fcc909 --- /dev/null +++ b/metadata/md5-cache/dev-libs/tree-sitter-embedded-template-0.25.0 @@ -0,0 +1,14 @@ +BDEPEND=test? ( dev-util/tree-sitter-cli ) +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Embedded template languages (like ERB, EJS) grammar for Tree-sitter +EAPI=8 +HOMEPAGE=https://github.com/tree-sitter/tree-sitter-embedded-template +INHERIT=tree-sitter-grammar +IUSE=test +KEYWORDS=~amd64 +LICENSE=MIT +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/tree-sitter/tree-sitter-embedded-template/archive/v0.25.0.tar.gz -> tree-sitter-embedded-template-0.25.0.tar.gz +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 multilib fc812e8eb2170022c28272d80a1f9e77 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 tree-sitter-grammar 7a26eda0bafce723174d2c49ee0a72ab +_md5_=356226570781ef0fe1d7eace9138a2cb diff --git a/metadata/md5-cache/dev-libs/tree-sitter-markdown-inline-0.5.3 b/metadata/md5-cache/dev-libs/tree-sitter-markdown-inline-0.5.3 new file mode 100644 index 000000000000..1ddd1de3c583 --- /dev/null +++ b/metadata/md5-cache/dev-libs/tree-sitter-markdown-inline-0.5.3 @@ -0,0 +1,17 @@ +BDEPEND=test? ( dev-util/tree-sitter-cli ) python? ( python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/wheel[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) +DEFINED_PHASES=compile configure install prepare test +DEPEND=python? ( python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) ) +DESCRIPTION=Markdown-inline grammar for Tree-sitter +EAPI=8 +HOMEPAGE=https://github.com/tree-sitter-grammars/tree-sitter-markdown +INHERIT=tree-sitter-grammar +IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug test python +KEYWORDS=~amd64 +LICENSE=MIT +RDEPEND=python? ( python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/tree-sitter-0.21.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) +REQUIRED_USE=python? ( || ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) ) +RESTRICT=test !test? ( test ) +SLOT=0 +SRC_URI=https://github.com/tree-sitter-grammars/tree-sitter-markdown/archive/v0.5.3.tar.gz -> tree-sitter-markdown-0.5.3.tar.gz +_eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 tree-sitter-grammar 7a26eda0bafce723174d2c49ee0a72ab +_md5_=9a63bca5608c0637960021c80dcb1550 diff --git a/metadata/md5-cache/dev-libs/tree-sitter-ocaml-0.24.2 b/metadata/md5-cache/dev-libs/tree-sitter-ocaml-0.24.2 new file mode 100644 index 000000000000..55534408f8bf --- /dev/null +++ b/metadata/md5-cache/dev-libs/tree-sitter-ocaml-0.24.2 @@ -0,0 +1,14 @@ +BDEPEND=test? ( dev-util/tree-sitter-cli ) +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=OCaml grammar for Tree-sitter +EAPI=8 +HOMEPAGE=https://github.com/tree-sitter/tree-sitter-ocaml +INHERIT=tree-sitter-grammar +IUSE=test +KEYWORDS=~amd64 +LICENSE=MIT +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/tree-sitter/tree-sitter-ocaml/archive/v0.24.2.tar.gz -> tree-sitter-ocaml-0.24.2.tar.gz +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 multilib fc812e8eb2170022c28272d80a1f9e77 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 tree-sitter-grammar 7a26eda0bafce723174d2c49ee0a72ab +_md5_=d9922a01c773ee214264a4bee63b9372 diff --git a/metadata/md5-cache/dev-libs/tree-sitter-rust-0.24.2 b/metadata/md5-cache/dev-libs/tree-sitter-rust-0.24.2 new file mode 100644 index 000000000000..e6be7ce59ef1 --- /dev/null +++ b/metadata/md5-cache/dev-libs/tree-sitter-rust-0.24.2 @@ -0,0 +1,17 @@ +BDEPEND=test? ( dev-util/tree-sitter-cli ) python? ( python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/wheel[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) +DEFINED_PHASES=compile configure install prepare test +DEPEND=python? ( python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) ) +DESCRIPTION=Rust grammar for Tree-sitter +EAPI=8 +HOMEPAGE=https://github.com/tree-sitter/tree-sitter-rust +INHERIT=tree-sitter-grammar +IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug test python +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +LICENSE=MIT +RDEPEND=python? ( python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/tree-sitter-0.21.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) +REQUIRED_USE=python? ( || ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/tree-sitter/tree-sitter-rust/archive/v0.24.2.tar.gz -> tree-sitter-rust-0.24.2.tar.gz +_eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 tree-sitter-grammar 7a26eda0bafce723174d2c49ee0a72ab +_md5_=9e237614dc5ac78be390e204a8ddba2a diff --git a/metadata/md5-cache/dev-libs/tree-sitter-scala-0.26.0 b/metadata/md5-cache/dev-libs/tree-sitter-scala-0.26.0 new file mode 100644 index 000000000000..cd759ab22f8d --- /dev/null +++ b/metadata/md5-cache/dev-libs/tree-sitter-scala-0.26.0 @@ -0,0 +1,14 @@ +BDEPEND=test? ( dev-util/tree-sitter-cli ) +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Scala grammar for Tree-sitter +EAPI=8 +HOMEPAGE=https://github.com/tree-sitter/tree-sitter-scala +INHERIT=tree-sitter-grammar +IUSE=test +KEYWORDS=~amd64 +LICENSE=MIT +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/tree-sitter/tree-sitter-scala/archive/v0.26.0.tar.gz -> tree-sitter-scala-0.26.0.tar.gz +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 multilib fc812e8eb2170022c28272d80a1f9e77 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 tree-sitter-grammar 7a26eda0bafce723174d2c49ee0a72ab +_md5_=a835c53fc1a789fef219cfaf5f4654b6 diff --git a/metadata/md5-cache/dev-libs/xdna-driver-999999 b/metadata/md5-cache/dev-libs/xdna-driver-999999 index b7a1ef3e0ce8..583ee6f29484 100644 --- a/metadata/md5-cache/dev-libs/xdna-driver-999999 +++ b/metadata/md5-cache/dev-libs/xdna-driver-999999 @@ -13,4 +13,4 @@ RDEPEND=sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= ) REQUIRED_USE=?? ( compress-xz compress-zstd ) SLOT=0 _eclasses_=dist-kernel-utils 6b5bab4e35c9a263b3f102ee53d96c65 edo a5e294016aa84979fcb2459749eb80b2 git-r3 7b584b5dc33e3bc66ff5b9271bf41764 linux-info efd923656513c879204fec6638eadee5 linux-mod-r1 c07d9d48506ae94ea189c64f2f78a94a mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=0465b21ad4e8c6b5b98c2b6eb9f39b4f +_md5_=257f4c42fc8502c989da894496adc0dd diff --git a/metadata/md5-cache/dev-python/ast-serialize-0.3.0 b/metadata/md5-cache/dev-python/ast-serialize-0.3.0 index 7bed5e1b77e6..d525fe43e950 100644 --- a/metadata/md5-cache/dev-python/ast-serialize-0.3.0 +++ b/metadata/md5-cache/dev-python/ast-serialize-0.3.0 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://github.com/mypyc/ast_serialize/ https://pypi.org/project/ast-serialize/ INHERIT=cargo distutils-r1 pypi IUSE=test debug python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug verify-provenance -KEYWORDS=~amd64 ~arm64 ~s390 +KEYWORDS=~amd64 ~arm64 ~s390 ~sparc ~x86 LICENSE=MIT Apache-2.0 Apache-2.0-with-LLVM-exceptions MIT Unicode-3.0 Unicode-DFS-2016 RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://files.pythonhosted.org/packages/source/a/ast-serialize/ast_serialize-0.3.0.tar.gz verify-provenance? ( https://pypi.org/integrity/ast-serialize/v0.3.0/ast_serialize-0.3.0.tar.gz/provenance -> ast_serialize-0.3.0.tar.gz.provenance ) https://crates.io/api/v1/crates/aho-corasick/1.1.4/download -> aho-corasick-1.1.4.crate https://crates.io/api/v1/crates/anyhow/1.0.100/download -> anyhow-1.0.100.crate https://crates.io/api/v1/crates/attribute-derive-macro/0.10.5/download -> attribute-derive-macro-0.10.5.crate https://crates.io/api/v1/crates/attribute-derive/0.10.5/download -> attribute-derive-0.10.5.crate https://crates.io/api/v1/crates/bitflags/2.10.0/download -> bitflags-2.10.0.crate https://crates.io/api/v1/crates/block-buffer/0.10.4/download -> block-buffer-0.10.4.crate https://crates.io/api/v1/crates/bstr/1.12.1/download -> bstr-1.12.1.crate https://crates.io/api/v1/crates/castaway/0.2.4/download -> castaway-0.2.4.crate https://crates.io/api/v1/crates/cfg-if/1.0.4/download -> cfg-if-1.0.4.crate https://crates.io/api/v1/crates/collection_literals/1.0.3/download -> collection_literals-1.0.3.crate https://crates.io/api/v1/crates/compact_str/0.9.0/download -> compact_str-0.9.0.crate https://crates.io/api/v1/crates/cpufeatures/0.2.17/download -> cpufeatures-0.2.17.crate https://crates.io/api/v1/crates/crypto-common/0.1.7/download -> crypto-common-0.1.7.crate https://crates.io/api/v1/crates/derive-where/1.6.0/download -> derive-where-1.6.0.crate https://crates.io/api/v1/crates/digest/0.10.7/download -> digest-0.10.7.crate https://crates.io/api/v1/crates/either/1.15.0/download -> either-1.15.0.crate https://crates.io/api/v1/crates/equivalent/1.0.2/download -> equivalent-1.0.2.crate https://crates.io/api/v1/crates/generic-array/0.14.7/download -> generic-array-0.14.7.crate https://crates.io/api/v1/crates/get-size-derive2/0.7.4/download -> get-size-derive2-0.7.4.crate https://crates.io/api/v1/crates/get-size2/0.7.4/download -> get-size2-0.7.4.crate https://crates.io/api/v1/crates/getopts/0.2.24/download -> getopts-0.2.24.crate https://crates.io/api/v1/crates/getrandom/0.2.17/download -> getrandom-0.2.17.crate https://crates.io/api/v1/crates/hashbrown/0.16.1/download -> hashbrown-0.16.1.crate https://crates.io/api/v1/crates/heck/0.5.0/download -> heck-0.5.0.crate https://crates.io/api/v1/crates/indexmap/2.13.0/download -> indexmap-2.13.0.crate https://crates.io/api/v1/crates/indoc/2.0.7/download -> indoc-2.0.7.crate https://crates.io/api/v1/crates/interpolator/0.5.0/download -> interpolator-0.5.0.crate https://crates.io/api/v1/crates/is-macro/0.3.7/download -> is-macro-0.3.7.crate https://crates.io/api/v1/crates/itertools/0.14.0/download -> itertools-0.14.0.crate https://crates.io/api/v1/crates/itoa/1.0.17/download -> itoa-1.0.17.crate https://crates.io/api/v1/crates/libc/0.2.180/download -> libc-0.2.180.crate https://crates.io/api/v1/crates/log/0.4.29/download -> log-0.4.29.crate https://crates.io/api/v1/crates/manyhow-macros/0.11.4/download -> manyhow-macros-0.11.4.crate https://crates.io/api/v1/crates/manyhow/0.11.4/download -> manyhow-0.11.4.crate https://crates.io/api/v1/crates/memchr/2.7.6/download -> memchr-2.7.6.crate https://crates.io/api/v1/crates/once_cell/1.21.3/download -> once_cell-1.21.3.crate https://crates.io/api/v1/crates/ordermap/1.1.0/download -> ordermap-1.1.0.crate https://crates.io/api/v1/crates/phf/0.11.3/download -> phf-0.11.3.crate https://crates.io/api/v1/crates/phf_codegen/0.11.3/download -> phf_codegen-0.11.3.crate https://crates.io/api/v1/crates/phf_generator/0.11.3/download -> phf_generator-0.11.3.crate https://crates.io/api/v1/crates/phf_shared/0.11.3/download -> phf_shared-0.11.3.crate https://crates.io/api/v1/crates/portable-atomic/1.13.0/download -> portable-atomic-1.13.0.crate https://crates.io/api/v1/crates/ppv-lite86/0.2.21/download -> ppv-lite86-0.2.21.crate https://crates.io/api/v1/crates/proc-macro-utils/0.10.0/download -> proc-macro-utils-0.10.0.crate https://crates.io/api/v1/crates/proc-macro2/1.0.106/download -> proc-macro2-1.0.106.crate https://crates.io/api/v1/crates/pyo3-build-config/0.28.2/download -> pyo3-build-config-0.28.2.crate https://crates.io/api/v1/crates/pyo3-ffi/0.28.2/download -> pyo3-ffi-0.28.2.crate https://crates.io/api/v1/crates/pyo3-macros-backend/0.28.2/download -> pyo3-macros-backend-0.28.2.crate https://crates.io/api/v1/crates/pyo3-macros/0.28.2/download -> pyo3-macros-0.28.2.crate https://crates.io/api/v1/crates/pyo3/0.28.2/download -> pyo3-0.28.2.crate https://crates.io/api/v1/crates/quote-use-macros/0.8.4/download -> quote-use-macros-0.8.4.crate https://crates.io/api/v1/crates/quote-use/0.8.4/download -> quote-use-0.8.4.crate https://crates.io/api/v1/crates/quote/1.0.44/download -> quote-1.0.44.crate https://crates.io/api/v1/crates/rand/0.8.5/download -> rand-0.8.5.crate https://crates.io/api/v1/crates/rand_chacha/0.3.1/download -> rand_chacha-0.3.1.crate https://crates.io/api/v1/crates/rand_core/0.6.4/download -> rand_core-0.6.4.crate https://crates.io/api/v1/crates/regex-automata/0.4.13/download -> regex-automata-0.4.13.crate https://crates.io/api/v1/crates/rustc-hash/2.1.1/download -> rustc-hash-2.1.1.crate https://crates.io/api/v1/crates/rustversion/1.0.22/download -> rustversion-1.0.22.crate https://crates.io/api/v1/crates/ryu/1.0.22/download -> ryu-1.0.22.crate https://crates.io/api/v1/crates/serde/1.0.228/download -> serde-1.0.228.crate https://crates.io/api/v1/crates/serde_core/1.0.228/download -> serde_core-1.0.228.crate https://crates.io/api/v1/crates/serde_derive/1.0.228/download -> serde_derive-1.0.228.crate https://crates.io/api/v1/crates/sha1/0.10.6/download -> sha1-0.10.6.crate https://crates.io/api/v1/crates/siphasher/1.0.1/download -> siphasher-1.0.1.crate https://crates.io/api/v1/crates/smallvec/1.15.1/download -> smallvec-1.15.1.crate https://crates.io/api/v1/crates/static_assertions/1.1.0/download -> static_assertions-1.1.0.crate https://crates.io/api/v1/crates/syn/2.0.114/download -> syn-2.0.114.crate https://crates.io/api/v1/crates/target-lexicon/0.13.5/download -> target-lexicon-0.13.5.crate https://crates.io/api/v1/crates/thiserror-impl/2.0.18/download -> thiserror-impl-2.0.18.crate https://crates.io/api/v1/crates/thiserror/2.0.18/download -> thiserror-2.0.18.crate https://crates.io/api/v1/crates/tinyvec/1.10.0/download -> tinyvec-1.10.0.crate https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download -> tinyvec_macros-0.1.1.crate https://crates.io/api/v1/crates/typenum/1.19.0/download -> typenum-1.19.0.crate https://crates.io/api/v1/crates/unicode-ident/1.0.22/download -> unicode-ident-1.0.22.crate https://crates.io/api/v1/crates/unicode-normalization/0.1.25/download -> unicode-normalization-0.1.25.crate https://crates.io/api/v1/crates/unicode-width/0.2.2/download -> unicode-width-0.2.2.crate https://crates.io/api/v1/crates/unicode_names2/1.3.0/download -> unicode_names2-1.3.0.crate https://crates.io/api/v1/crates/unicode_names2_generator/1.3.0/download -> unicode_names2_generator-1.3.0.crate https://crates.io/api/v1/crates/version_check/0.9.5/download -> version_check-0.9.5.crate https://crates.io/api/v1/crates/wasi/0.11.1+wasi-snapshot-preview1/download -> wasi-0.11.1+wasi-snapshot-preview1.crate https://crates.io/api/v1/crates/zerocopy-derive/0.8.33/download -> zerocopy-derive-0.8.33.crate https://crates.io/api/v1/crates/zerocopy/0.8.33/download -> zerocopy-0.8.33.crate https://github.com/astral-sh/ruff/archive/5e4a3d9c3b381df20f6a52caef0f56ed0ebc74be.tar.gz -> ruff-5e4a3d9c3b381df20f6a52caef0f56ed0ebc74be.gh.tar.gz https://github.com/astral-sh/ruff/archive/5e4a3d9c3b381df20f6a52caef0f56ed0ebc74be.tar.gz -> ruff-5e4a3d9c3b381df20f6a52caef0f56ed0ebc74be.gh.tar.gz https://github.com/astral-sh/ruff/archive/5e4a3d9c3b381df20f6a52caef0f56ed0ebc74be.tar.gz -> ruff-5e4a3d9c3b381df20f6a52caef0f56ed0ebc74be.gh.tar.gz https://github.com/astral-sh/ruff/archive/5e4a3d9c3b381df20f6a52caef0f56ed0ebc74be.tar.gz -> ruff-5e4a3d9c3b381df20f6a52caef0f56ed0ebc74be.gh.tar.gz https://github.com/astral-sh/ruff/archive/5e4a3d9c3b381df20f6a52caef0f56ed0ebc74be.tar.gz -> ruff-5e4a3d9c3b381df20f6a52caef0f56ed0ebc74be.gh.tar.gz _eclasses_=cargo 53bab5a62cfc3526d8ed02c0a38a6033 distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a pypi a451be5a08e8eb46f927fc6dd163583f python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=6d23574dc9bbabe5acf0d9a98960c9dd +_md5_=8cb56997a50db18d30ea82a5bd0d82b5 diff --git a/metadata/md5-cache/dev-python/cached-property-2.0.1 b/metadata/md5-cache/dev-python/cached-property-2.0.1 new file mode 100644 index 000000000000..cda93303f573 --- /dev/null +++ b/metadata/md5-cache/dev-python/cached-property-2.0.1 @@ -0,0 +1,16 @@ +BDEPEND=test? ( dev-python/freezegun[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=A cached-property for decorating methods in classes +EAPI=8 +HOMEPAGE=https://github.com/pydanny/cached-property +INHERIT=distutils-r1 pypi +IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 +KEYWORDS=~amd64 ~arm64 ~ppc64 ~riscv ~x86 +LICENSE=BSD +RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) +REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://files.pythonhosted.org/packages/source/c/cached-property/cached_property-2.0.1.tar.gz +_eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a pypi a451be5a08e8eb46f927fc6dd163583f python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 +_md5_=765d946c3a555fdcb293331b6b122a4f diff --git a/metadata/md5-cache/dev-python/channels-3.0.5 b/metadata/md5-cache/dev-python/channels-3.0.5 deleted file mode 100644 index 50e700576d48..000000000000 --- a/metadata/md5-cache/dev-python/channels-3.0.5 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=test? ( dev-python/async-timeout[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/daphne-3.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] <dev-python/daphne-4.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-asyncio[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-django[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] -DEFINED_PHASES=compile configure install prepare test -DEPEND=>=dev-python/django-2.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] -DESCRIPTION=Extends Django abilities beyond HTTP protocol -EAPI=8 -HOMEPAGE=https://github.com/django/channels -INHERIT=distutils-r1 -IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 -KEYWORDS=~amd64 -LICENSE=BSD -RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) -REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://github.com/django/channels/archive/3.0.5.tar.gz -> channels-3.0.5.gh.tar.gz -_eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=7acbfc9ae9d75e1d23ed767ec53be52a diff --git a/metadata/md5-cache/dev-python/channels-4.2.2 b/metadata/md5-cache/dev-python/channels-4.2.2 deleted file mode 100644 index 9e9415fc9c4f..000000000000 --- a/metadata/md5-cache/dev-python/channels-4.2.2 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=test? ( dev-python/async-timeout[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/daphne-4.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-asyncio[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-django[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) doc? ( || ( ( dev-lang/python:3.14 >=dev-python/sphinx-8.1.3[python_targets_python3_14(-)] dev-python/sphinx-rtd-theme[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 >=dev-python/sphinx-8.1.3[python_targets_python3_13(-)] dev-python/sphinx-rtd-theme[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 >=dev-python/sphinx-8.1.3[python_targets_python3_12(-)] dev-python/sphinx-rtd-theme[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 >=dev-python/sphinx-8.1.3[python_targets_python3_11(-)] dev-python/sphinx-rtd-theme[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 >=dev-python/sphinx-8.1.3[python_targets_python3_10(-)] dev-python/sphinx-rtd-theme[python_targets_python3_10(-)] ) ) ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] -DEFINED_PHASES=compile configure install prepare test -DEPEND=>=dev-python/asgiref-3.5.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/django-4.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] -DESCRIPTION=Extends Django abilities beyond HTTP protocol -EAPI=8 -HOMEPAGE=https://github.com/django/channels -INHERIT=distutils-r1 -IUSE=test doc python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 -KEYWORDS=~amd64 -LICENSE=BSD -RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) -REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://github.com/django/channels/archive/4.2.2.tar.gz -> channels-4.2.2.gh.tar.gz -_eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=5242820674d1d94486ca68bb977065fe diff --git a/metadata/md5-cache/dev-python/channels-4.3.2 b/metadata/md5-cache/dev-python/channels-4.3.2 new file mode 100644 index 000000000000..ef920d918258 --- /dev/null +++ b/metadata/md5-cache/dev-python/channels-4.3.2 @@ -0,0 +1,16 @@ +BDEPEND=test? ( dev-python/async-timeout[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/selenium[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( <dev-python/asgiref-4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/asgiref-3.9.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/django-4.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-django[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-asyncio[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=Brings async, event-driven capabilities to Django +EAPI=8 +HOMEPAGE=https://channels.readthedocs.io/ https://github.com/django/channels/ https://pypi.org/project/channels/ +INHERIT=distutils-r1 +IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 +KEYWORDS=~amd64 +LICENSE=BSD +RDEPEND=<dev-python/asgiref-4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/asgiref-3.9.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/django-4.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) +REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/django/channels/archive/refs/tags/4.3.2.tar.gz -> channels-4.3.2.gh.tar.gz +_eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 +_md5_=d72f4b49229d4b03ae45fd320411daca diff --git a/metadata/md5-cache/dev-python/cloudflare-4.2.0 b/metadata/md5-cache/dev-python/cloudflare-4.2.0 deleted file mode 100644 index ea884c99ad2b..000000000000 --- a/metadata/md5-cache/dev-python/cloudflare-4.2.0 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=test? ( >=net-libs/nodejs-18.20.1 dev-python/pytest-asyncio[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/time-machine[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/dirty-equals[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/respx[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/httpx-0.23.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pydantic-2.9.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/typing-extensions-4.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/anyio-4.3.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/distro-1.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/sniffio-1.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/httpx-0.23.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pydantic-2.9.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/typing-extensions-4.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/anyio-4.3.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/distro-1.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/sniffio-1.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] -DEFINED_PHASES=compile configure install prepare test unpack -DESCRIPTION=Python wrapper for the Cloudflare v4 API -EAPI=8 -HOMEPAGE=https://pypi.org/project/cloudflare/ -INHERIT=distutils-r1 -IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 -KEYWORDS=~amd64 ~arm64 -LICENSE=MIT test? ( ISC Apache-2.0 MIT BSD CC0-1.0 0BSD ) -RDEPEND=>=dev-python/httpx-0.23.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pydantic-2.9.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/typing-extensions-4.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/anyio-4.3.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/distro-1.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/sniffio-1.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) -REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) -RESTRICT=!test? ( test ) !test? ( test ) -SLOT=0 -SRC_URI=https://github.com/cloudflare/cloudflare-python/archive/refs/tags/v4.2.0.tar.gz -> cloudflare-4.2.0.gh.tar.gz test? ( https://github.com/Phoenix591/cloudflare-python/releases/download/4.2.0/cloudflare-python-4.2.0-prism.tar.gz ) -_eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=eb02ae689f8dcd514a76a39f56b830f2 diff --git a/metadata/md5-cache/dev-python/cloudflare-5.1.0 b/metadata/md5-cache/dev-python/cloudflare-5.1.0 new file mode 100644 index 000000000000..8152b3bad142 --- /dev/null +++ b/metadata/md5-cache/dev-python/cloudflare-5.1.0 @@ -0,0 +1,15 @@ +BDEPEND=test? ( >=dev-python/httpx-aiohttp-0.1.9[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=net-libs/nodejs-18.20.1 dev-python/time-machine[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/dirty-equals[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/httpx-0.23.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pydantic-2.9.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/typing-extensions-4.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/anyio-4.3.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/distro-1.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/sniffio-1.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( >=dev-python/httpx-0.23.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pydantic-2.9.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/typing-extensions-4.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/anyio-4.3.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/distro-1.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/sniffio-1.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-xdist[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-asyncio[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/respx[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] +DEFINED_PHASES=compile configure install postinst prepare test unpack +DESCRIPTION=Python wrapper for the Cloudflare v4 API +EAPI=8 +HOMEPAGE=https://pypi.org/project/cloudflare/ +INHERIT=distutils-r1 eapi9-ver +IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 +LICENSE=MIT test? ( ISC Apache-2.0 MIT BSD CC0-1.0 0BSD ) +RDEPEND=>=dev-python/httpx-0.23.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pydantic-2.9.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/typing-extensions-4.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/anyio-4.3.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/distro-1.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/sniffio-1.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) +REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) +RESTRICT=!test? ( test ) !test? ( test ) +SLOT=0 +SRC_URI=https://github.com/cloudflare/cloudflare-python/archive/refs/tags/v5.1.0.tar.gz -> cloudflare-5.1.0.gh.tar.gz test? ( https://github.com/Phoenix591/cloudflare-python/releases/download/5.1.0/cloudflare-python-5.1.0-prism.tar.gz ) +_eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd eapi9-ver 6a71fa30cdb3fe445114fdeab156c1f0 flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 +_md5_=bf59240828098a26bbee8b8199b28dc8 diff --git a/metadata/md5-cache/dev-python/cypari2-2.2.4 b/metadata/md5-cache/dev-python/cypari2-2.2.4 new file mode 100644 index 000000000000..ea7e9541c1e2 --- /dev/null +++ b/metadata/md5-cache/dev-python/cypari2-2.2.4 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-python/cython-3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/meson-python-0.17.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] +DEFINED_PHASES=compile configure install prepare test +DEPEND=>=sci-mathematics/pari-2.17.1:=[gmp,doc] dev-python/cysignals[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) +DESCRIPTION=Cython interface to PARI +EAPI=8 +HOMEPAGE=https://github.com/sagemath/cypari2 +INHERIT=distutils-r1 pypi +IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug +KEYWORDS=~amd64 ~riscv +LICENSE=GPL-2+ +RDEPEND=>=sci-mathematics/pari-2.17.1:=[gmp,doc] dev-python/cysignals[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) +REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) +SLOT=0 +SRC_URI=https://files.pythonhosted.org/packages/source/c/cypari2/cypari2-2.2.4.tar.gz +_eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a pypi a451be5a08e8eb46f927fc6dd163583f python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 +_md5_=b0eb96dbc9c432ede2412ff1758dfd31 diff --git a/metadata/md5-cache/dev-python/django-5.2.13 b/metadata/md5-cache/dev-python/django-5.2.13 deleted file mode 100644 index fbb2dd313c4f..000000000000 --- a/metadata/md5-cache/dev-python/django-5.2.13 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=test? ( python_targets_python3_10? ( dev-lang/python:3.10[sqlite] ) python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) python_targets_python3_13? ( dev-lang/python:3.13[sqlite] ) python_targets_python3_14? ( dev-lang/python:3.14[sqlite] ) <dev-python/asgiref-4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/asgiref-3.8.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/sqlparse-0.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] sys-libs/timezone-data >=dev-python/docutils-0.19[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/jinja2-2.11.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pillow[webp,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pyyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/selenium-4.8.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/tblib-1.5.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] sys-devel/gettext ) verify-sig? ( >=sec-keys/openpgp-keys-django-20241002 ) doc? ( >=dev-python/sphinx-8.1.3 ) python_targets_python3_10? ( dev-lang/python:3.10[sqlite?,threads(+)] ) python_targets_python3_11? ( dev-lang/python:3.11[sqlite?,threads(+)] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite?,threads(+)] ) python_targets_python3_13? ( dev-lang/python:3.13[sqlite?,threads(+)] ) python_targets_python3_14? ( dev-lang/python:3.14[sqlite?,threads(+)] ) >=dev-python/gpep517-16[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) -DEFINED_PHASES=compile configure install postinst prepare test unpack -DESCRIPTION=High-level Python web framework -EAPI=8 -HOMEPAGE=https://www.djangoproject.com/ https://github.com/django/django/ https://pypi.org/project/Django/ -INHERIT=bash-completion-r1 distutils-r1 multiprocessing optfeature verify-sig -IUSE=doc sqlite test doc python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 verify-sig -KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86 ~x64-macos -LICENSE=BSD Apache-2.0 MIT -RDEPEND=<dev-python/asgiref-4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/asgiref-3.8.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/sqlparse-0.3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] sys-libs/timezone-data python_targets_python3_10? ( dev-lang/python:3.10[sqlite?,threads(+)] ) python_targets_python3_11? ( dev-lang/python:3.11[sqlite?,threads(+)] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite?,threads(+)] ) python_targets_python3_13? ( dev-lang/python:3.13[sqlite?,threads(+)] ) python_targets_python3_14? ( dev-lang/python:3.14[sqlite?,threads(+)] ) -REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) -RESTRICT=!test? ( test ) -SLOT=0/5.2 -SRC_URI=https://media.djangoproject.com/releases/5.2/django-5.2.13.tar.gz verify-sig? ( https://media.djangoproject.com/pgp/Django-5.2.13.checksum.txt ) -_eclasses_=bash-completion-r1 9e91505e030725688d1e953321a47501 distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 optfeature 538bce96e5589935b57e178e8635f301 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 verify-sig ece4c893b6bd62eacbc4d25958e857f8 -_md5_=8fc03441d1d907ef3e21f0a5fce76e0e diff --git a/metadata/md5-cache/dev-python/django-6.0.4 b/metadata/md5-cache/dev-python/django-6.0.4 deleted file mode 100644 index 5bfd0b95544b..000000000000 --- a/metadata/md5-cache/dev-python/django-6.0.4 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=test? ( python_targets_python3_10? ( dev-lang/python:3.10[sqlite] ) python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) python_targets_python3_13? ( dev-lang/python:3.13[sqlite] ) python_targets_python3_14? ( dev-lang/python:3.14[sqlite] ) <dev-python/asgiref-4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/asgiref-3.9.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/sqlparse-0.5.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] sys-libs/timezone-data >=dev-python/docutils-0.19[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/jinja2-2.11.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pillow[webp,python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pyyaml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/selenium-4.8.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/tblib-1.5.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] sys-devel/gettext ) verify-sig? ( >=sec-keys/openpgp-keys-django-20240807 ) doc? ( >=dev-python/sphinx-8.1.3 ) python_targets_python3_10? ( dev-lang/python:3.10[sqlite?,threads(+)] ) python_targets_python3_11? ( dev-lang/python:3.11[sqlite?,threads(+)] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite?,threads(+)] ) python_targets_python3_13? ( dev-lang/python:3.13[sqlite?,threads(+)] ) python_targets_python3_14? ( dev-lang/python:3.14[sqlite?,threads(+)] ) >=dev-python/gpep517-16[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) -DEFINED_PHASES=compile configure install postinst prepare test unpack -DESCRIPTION=High-level Python web framework -EAPI=8 -HOMEPAGE=https://www.djangoproject.com/ https://github.com/django/django/ https://pypi.org/project/Django/ -INHERIT=bash-completion-r1 distutils-r1 multiprocessing optfeature verify-sig -IUSE=doc sqlite test doc python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 verify-sig -KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86 ~x64-macos -LICENSE=BSD Apache-2.0 MIT -RDEPEND=<dev-python/asgiref-4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/asgiref-3.9.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/sqlparse-0.5.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] sys-libs/timezone-data python_targets_python3_10? ( dev-lang/python:3.10[sqlite?,threads(+)] ) python_targets_python3_11? ( dev-lang/python:3.11[sqlite?,threads(+)] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite?,threads(+)] ) python_targets_python3_13? ( dev-lang/python:3.13[sqlite?,threads(+)] ) python_targets_python3_14? ( dev-lang/python:3.14[sqlite?,threads(+)] ) -REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) -RESTRICT=!test? ( test ) -SLOT=0/6.0 -SRC_URI=https://media.djangoproject.com/releases/6.0/django-6.0.4.tar.gz verify-sig? ( https://media.djangoproject.com/pgp/Django-6.0.4.checksum.txt ) -_eclasses_=bash-completion-r1 9e91505e030725688d1e953321a47501 distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 optfeature 538bce96e5589935b57e178e8635f301 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 verify-sig ece4c893b6bd62eacbc4d25958e857f8 -_md5_=690fe0ce327e19c26f00452ec2f907b3 diff --git a/metadata/md5-cache/dev-python/dropbox-12.0.2 b/metadata/md5-cache/dev-python/dropbox-12.0.2 deleted file mode 100644 index 85cd989d1dcf..000000000000 --- a/metadata/md5-cache/dev-python/dropbox-12.0.2 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=<dev-python/setuptools-82.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] test? ( dev-python/requests[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/six[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/stone[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/urllib3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] -DEFINED_PHASES=compile configure install prepare test -DESCRIPTION=The offical Dropbox SDK for Python -EAPI=8 -HOMEPAGE=https://www.dropbox.com/developers -INHERIT=distutils-r1 -IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 -KEYWORDS=~amd64 ~x86 -LICENSE=MIT -RDEPEND=dev-python/requests[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/six[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/stone[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/urllib3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) -REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://github.com/dropbox/dropbox-sdk-python/archive/refs/tags/v12.0.2.tar.gz -> dropbox-sdk-python-12.0.2.gh.tar.gz -_eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=74562aae2c44f8d34d48e25c7554bc78 diff --git a/metadata/md5-cache/dev-python/dropbox-12.0.2_p20260506 b/metadata/md5-cache/dev-python/dropbox-12.0.2_p20260506 new file mode 100644 index 000000000000..debc5ae281dd --- /dev/null +++ b/metadata/md5-cache/dev-python/dropbox-12.0.2_p20260506 @@ -0,0 +1,16 @@ +BDEPEND=test? ( >=dev-python/requests-2.16.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/six-1.12.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/stone[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/urllib3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] +DEFINED_PHASES=compile configure install prepare test +DESCRIPTION=The offical Dropbox SDK for Python +EAPI=8 +HOMEPAGE=https://www.dropbox.com/developers +INHERIT=distutils-r1 +IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 +KEYWORDS=~amd64 ~x86 +LICENSE=MIT +RDEPEND=>=dev-python/requests-2.16.2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/six-1.12.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/stone[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/urllib3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) +REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/dropbox/dropbox-sdk-python/archive/8223031ffad6b4b3ab4ee886658bc606e6f82bac.tar.gz -> dropbox-12.0.2_p20260506.gh.tar.gz +_eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 +_md5_=80c22d04f4c0414ef8cc722862620cb9 diff --git a/metadata/md5-cache/dev-python/googleapis-common-protos-1.75.0 b/metadata/md5-cache/dev-python/googleapis-common-protos-1.75.0 index 16ff7ef0c570..7c7efefc66f8 100644 --- a/metadata/md5-cache/dev-python/googleapis-common-protos-1.75.0 +++ b/metadata/md5-cache/dev-python/googleapis-common-protos-1.75.0 @@ -2,7 +2,7 @@ BDEPEND=test? ( <dev-python/protobuf-8[python_targets_python3_10(-)?,python_targ DEFINED_PHASES=compile configure install prepare test unpack DESCRIPTION=Python classes generated from the common protos in the googleapis repository EAPI=8 -HOMEPAGE=https://github.com/googleapis/python-api-common-protos/ https://pypi.org/project/googleapis-common-protos/ +HOMEPAGE=https://github.com/googleapis/python-api-common-protos/ https://github.com/googleapis/google-cloud-python/tree/main/packages/googleapis-common-protos/ https://pypi.org/project/googleapis-common-protos/ INHERIT=distutils-r1 pypi IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 verify-provenance KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 @@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://files.pythonhosted.org/packages/source/g/googleapis-common-protos/googleapis_common_protos-1.75.0.tar.gz verify-provenance? ( https://pypi.org/integrity/googleapis-common-protos/v1.75.0/googleapis_common_protos-1.75.0.tar.gz/provenance -> googleapis_common_protos-1.75.0.tar.gz.provenance ) _eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a pypi a451be5a08e8eb46f927fc6dd163583f python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=c739edc84a1103b4cbcc285ac3b5a8c4 +_md5_=bc52b2f32cc5611ac8eeb65d578cafe3 diff --git a/metadata/md5-cache/dev-python/gst-python-1.26.11 b/metadata/md5-cache/dev-python/gst-python-1.26.11 new file mode 100644 index 000000000000..84a1c2281168 --- /dev/null +++ b/metadata/md5-cache/dev-python/gst-python-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=virtual/pkgconfig verify-sig? ( sec-keys/openpgp-keys-tpm ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) +DEFINED_PHASES=compile configure install prepare test unpack +DEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=media-libs/gstreamer-1.26.11:1.0[introspection] >=media-libs/gst-plugins-bad-1.26.11:1.0[introspection] >=media-libs/gst-plugins-base-1.26.11:1.0[introspection] >=dev-python/pygobject-3.8:3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] +DESCRIPTION=A Python Interface to GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=meson python-r1 verify-sig xdg-utils +IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 verify-sig +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=LGPL-2+ +RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=media-libs/gstreamer-1.26.11:1.0[introspection] >=media-libs/gst-plugins-bad-1.26.11:1.0[introspection] >=media-libs/gst-plugins-base-1.26.11:1.0[introspection] >=dev-python/pygobject-3.8:3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] +REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.26.11.tar.xz verify-sig? ( https://gstreamer.freedesktop.org/src/gst-python/gst-python-1.26.11.tar.xz.asc ) +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 verify-sig ece4c893b6bd62eacbc4d25958e857f8 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=b304eca7b90cba55ef18e3cff143eb75 diff --git a/metadata/md5-cache/dev-python/itemadapter-0.11.0 b/metadata/md5-cache/dev-python/itemadapter-0.11.0 deleted file mode 100644 index b29749ca7467..000000000000 --- a/metadata/md5-cache/dev-python/itemadapter-0.11.0 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) test? ( dev-python/attrs[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pydantic[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/scrapy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] -DEFINED_PHASES=compile configure install prepare test -DEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) -DESCRIPTION=Common interface for scrapy data container classes -EAPI=8 -HOMEPAGE=https://scrapy.org/ -INHERIT=distutils-r1 pypi -IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 -KEYWORDS=~amd64 ~arm64 -LICENSE=BSD -RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) -REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://files.pythonhosted.org/packages/source/i/itemadapter/itemadapter-0.11.0.tar.gz -_eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a pypi a451be5a08e8eb46f927fc6dd163583f python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=7b0c3670f638d8ed396fdb6bb7ef9ad7 diff --git a/metadata/md5-cache/dev-python/itemloaders-1.3.2 b/metadata/md5-cache/dev-python/itemloaders-1.3.2 deleted file mode 100644 index c57338f8d93c..000000000000 --- a/metadata/md5-cache/dev-python/itemloaders-1.3.2 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=test? ( python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) dev-python/itemadapter[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/jmespath[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/parsel-1.8.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/w3lib[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] -DEFINED_PHASES=compile configure install prepare test -DEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) -DESCRIPTION=Library to populate items using XPath and CSS with a convenient API -EAPI=8 -HOMEPAGE=https://scrapy.org/ -INHERIT=distutils-r1 pypi -IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 -KEYWORDS=~amd64 ~arm64 -LICENSE=BSD -RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) dev-python/itemadapter[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/jmespath[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/parsel-1.8.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/w3lib[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) -REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://files.pythonhosted.org/packages/source/i/itemloaders/itemloaders-1.3.2.tar.gz -_eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a pypi a451be5a08e8eb46f927fc6dd163583f python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=4ab95f082f6d063bdd9a13eae3079bc4 diff --git a/metadata/md5-cache/dev-python/langdetect-1.0.9 b/metadata/md5-cache/dev-python/langdetect-1.0.9 index 05d37dd2a831..6518753018b6 100644 --- a/metadata/md5-cache/dev-python/langdetect-1.0.9 +++ b/metadata/md5-cache/dev-python/langdetect-1.0.9 @@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://files.pythonhosted.org/packages/source/l/langdetect/langdetect-1.0.9.tar.gz _eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a pypi a451be5a08e8eb46f927fc6dd163583f python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=0981952187f21bf708962aa117790d7f +_md5_=cff4416946f4a40f315be40bea9f4a97 diff --git a/metadata/md5-cache/dev-python/lrcalc-2.1-r2 b/metadata/md5-cache/dev-python/lrcalc-2.1-r3 index 74a6aebeb176..058cfbf57e7f 100644 --- a/metadata/md5-cache/dev-python/lrcalc-2.1-r2 +++ b/metadata/md5-cache/dev-python/lrcalc-2.1-r3 @@ -13,4 +13,4 @@ REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_tar SLOT=0 SRC_URI=https://files.pythonhosted.org/packages/source/l/lrcalc/lrcalc-2.1.tar.gz -> lrcalc_python-2.1.tar.gz _eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a pypi a451be5a08e8eb46f927fc6dd163583f python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=29b124f13329320a39f756af58e1ee46 +_md5_=5cc7af50bf7ab3f92b2642ce201909e6 diff --git a/metadata/md5-cache/dev-python/mypy-2.0.0 b/metadata/md5-cache/dev-python/mypy-2.0.0 index abec0267134e..577f7e1643fa 100644 --- a/metadata/md5-cache/dev-python/mypy-2.0.0 +++ b/metadata/md5-cache/dev-python/mypy-2.0.0 @@ -6,7 +6,7 @@ EAPI=8 HOMEPAGE=https://www.mypy-lang.org/ https://github.com/python/mypy/ https://pypi.org/project/mypy/ INHERIT=distutils-r1 optfeature IUSE=native-extensions test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug -KEYWORDS=~amd64 ~arm64 ~s390 +KEYWORDS=~amd64 ~arm64 ~s390 ~sparc ~x86 LICENSE=MIT RDEPEND=!dev-util/stubgen <dev-python/ast-serialize-1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/ast-serialize-0.3.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/librt-0.10.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/mypy-extensions-1.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pathspec-1.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/typing-extensions-4.6.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_10? ( dev-lang/python:3.10[sqlite] ) python_targets_python3_11? ( dev-lang/python:3.11[sqlite] ) python_targets_python3_12? ( dev-lang/python:3.12[sqlite] ) python_targets_python3_13? ( dev-lang/python:3.13[sqlite] ) python_targets_python3_14? ( dev-lang/python:3.14[sqlite] ) REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) @@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/python/mypy/archive/v2.0.0.tar.gz -> mypy-2.0.0.gh.tar.gz _eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 optfeature 538bce96e5589935b57e178e8635f301 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=1ea7173e16c57d96f0ad32b0496386c6 +_md5_=ff3e38d567f35c5bd466280b3ed7515f diff --git a/metadata/md5-cache/dev-python/pmw-2.1.1 b/metadata/md5-cache/dev-python/pmw-2.1.1 index f66a4458d1e1..28c44601ebae 100644 --- a/metadata/md5-cache/dev-python/pmw-2.1.1 +++ b/metadata/md5-cache/dev-python/pmw-2.1.1 @@ -14,4 +14,4 @@ RESTRICT=test !test? ( test ) SLOT=py3 SRC_URI=https://files.pythonhosted.org/packages/source/P/Pmw/Pmw-2.1.1.tar.gz _eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a pypi a451be5a08e8eb46f927fc6dd163583f python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 virtualx 9741d451eb64ea8bb9faee90d68a9b68 -_md5_=fa968c91250f5ba50d2a5bebd892dbc4 +_md5_=9ead76690c18229015fa12be8db19680 diff --git a/metadata/md5-cache/dev-python/pyrefly-0.61.1 b/metadata/md5-cache/dev-python/pyrefly-0.61.1 deleted file mode 100644 index 24f10b7f04b1..000000000000 --- a/metadata/md5-cache/dev-python/pyrefly-0.61.1 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=|| ( >=dev-lang/rust-bin-1.89:* >=dev-lang/rust-1.89:* ) verify-provenance? ( dev-python/pypi-attestations ) -DEFINED_PHASES=compile configure install prepare setup test unpack -DEPEND=app-arch/zstd:= -DESCRIPTION=A fast type checker and language server for Python with powerful IDE features -EAPI=8 -HOMEPAGE=https://pyrefly.org/ https://github.com/facebook/pyrefly https://pypi.org/project/pyrefly/ -INHERIT=cargo pypi -IUSE=debug verify-provenance -KEYWORDS=~amd64 -LICENSE=MIT 0BSD Apache-2.0 BSD-2 BSD CC0-1.0 ISC MIT Unicode-3.0 Unicode-DFS-2016 ZLIB -RDEPEND=app-arch/zstd:= -SLOT=0 -SRC_URI=https://files.pythonhosted.org/packages/source/p/pyrefly/pyrefly-0.61.1.tar.gz verify-provenance? ( https://pypi.org/integrity/pyrefly/v0.61.1/pyrefly-0.61.1.tar.gz/provenance -> pyrefly-0.61.1.tar.gz.provenance ) https://crates.io/api/v1/crates/Inflector/0.11.4/download -> Inflector-0.11.4.crate https://crates.io/api/v1/crates/addr2line/0.25.1/download -> addr2line-0.25.1.crate https://crates.io/api/v1/crates/adler2/2.0.0/download -> adler2-2.0.0.crate https://crates.io/api/v1/crates/ahash/0.8.12/download -> ahash-0.8.12.crate https://crates.io/api/v1/crates/aho-corasick/1.1.4/download -> aho-corasick-1.1.4.crate https://crates.io/api/v1/crates/allocative/0.3.4/download -> allocative-0.3.4.crate https://crates.io/api/v1/crates/allocative_derive/0.3.3/download -> allocative_derive-0.3.3.crate https://crates.io/api/v1/crates/allocator-api2/0.2.21/download -> allocator-api2-0.2.21.crate https://crates.io/api/v1/crates/android_system_properties/0.1.5/download -> android_system_properties-0.1.5.crate https://crates.io/api/v1/crates/anstream/0.6.21/download -> anstream-0.6.21.crate https://crates.io/api/v1/crates/anstream/1.0.0/download -> anstream-1.0.0.crate https://crates.io/api/v1/crates/anstyle-parse/0.2.0/download -> anstyle-parse-0.2.0.crate https://crates.io/api/v1/crates/anstyle-parse/1.0.0/download -> anstyle-parse-1.0.0.crate https://crates.io/api/v1/crates/anstyle-query/1.0.0/download -> anstyle-query-1.0.0.crate https://crates.io/api/v1/crates/anstyle-wincon/3.0.7/download -> anstyle-wincon-3.0.7.crate https://crates.io/api/v1/crates/anstyle/1.0.14/download -> anstyle-1.0.14.crate https://crates.io/api/v1/crates/anyhow/1.0.102/download -> anyhow-1.0.102.crate https://crates.io/api/v1/crates/append-only-vec/0.1.8/download -> append-only-vec-0.1.8.crate https://crates.io/api/v1/crates/arc-swap/1.9.1/download -> arc-swap-1.9.1.crate https://crates.io/api/v1/crates/argfile/0.2.1/download -> argfile-0.2.1.crate https://crates.io/api/v1/crates/arrayref/0.3.9/download -> arrayref-0.3.9.crate https://crates.io/api/v1/crates/arrayvec/0.7.6/download -> arrayvec-0.7.6.crate https://crates.io/api/v1/crates/atomic/0.5.3/download -> atomic-0.5.3.crate https://crates.io/api/v1/crates/attribute-derive-macro/0.10.3/download -> attribute-derive-macro-0.10.3.crate https://crates.io/api/v1/crates/attribute-derive/0.10.3/download -> attribute-derive-0.10.3.crate https://crates.io/api/v1/crates/autocfg/1.1.0/download -> autocfg-1.1.0.crate https://crates.io/api/v1/crates/backtrace-on-stack-overflow/0.3.0/download -> backtrace-on-stack-overflow-0.3.0.crate https://crates.io/api/v1/crates/base64/0.22.1/download -> base64-0.22.1.crate https://crates.io/api/v1/crates/bitflags/1.3.2/download -> bitflags-1.3.2.crate https://crates.io/api/v1/crates/bitflags/2.11.0/download -> bitflags-2.11.0.crate https://crates.io/api/v1/crates/blake3/1.8.2/download -> blake3-1.8.2.crate https://crates.io/api/v1/crates/block-buffer/0.10.2/download -> block-buffer-0.10.2.crate https://crates.io/api/v1/crates/bstr/1.12.1/download -> bstr-1.12.1.crate https://crates.io/api/v1/crates/bumpalo/3.20.2/download -> bumpalo-3.20.2.crate https://crates.io/api/v1/crates/byteorder/1.5.0/download -> byteorder-1.5.0.crate https://crates.io/api/v1/crates/bytes/1.11.1/download -> bytes-1.11.1.crate https://crates.io/api/v1/crates/capnp/0.25.2/download -> capnp-0.25.2.crate https://crates.io/api/v1/crates/castaway/0.2.4/download -> castaway-0.2.4.crate https://crates.io/api/v1/crates/cc/1.2.57/download -> cc-1.2.57.crate https://crates.io/api/v1/crates/cfg-if/1.0.4/download -> cfg-if-1.0.4.crate https://crates.io/api/v1/crates/chacha20/0.10.0/download -> chacha20-0.10.0.crate https://crates.io/api/v1/crates/chrono/0.4.44/download -> chrono-0.4.44.crate https://crates.io/api/v1/crates/clap/4.6.0/download -> clap-4.6.0.crate https://crates.io/api/v1/crates/clap_builder/4.6.0/download -> clap_builder-4.6.0.crate https://crates.io/api/v1/crates/clap_derive/4.6.0/download -> clap_derive-4.6.0.crate https://crates.io/api/v1/crates/clap_lex/1.0.0/download -> clap_lex-1.0.0.crate https://crates.io/api/v1/crates/codespan-reporting/0.12.0/download -> codespan-reporting-0.12.0.crate https://crates.io/api/v1/crates/collection_literals/1.0.2/download -> collection_literals-1.0.2.crate https://crates.io/api/v1/crates/colorchoice/1.0.0/download -> colorchoice-1.0.0.crate https://crates.io/api/v1/crates/compact_str/0.8.0/download -> compact_str-0.8.0.crate https://crates.io/api/v1/crates/compact_str/0.9.0/download -> compact_str-0.9.0.crate https://crates.io/api/v1/crates/configparser/3.1.0/download -> configparser-3.1.0.crate https://crates.io/api/v1/crates/console/0.16.1/download -> console-0.16.1.crate https://crates.io/api/v1/crates/console_error_panic_hook/0.1.7/download -> console_error_panic_hook-0.1.7.crate https://crates.io/api/v1/crates/const-str/0.4.3/download -> const-str-0.4.3.crate https://crates.io/api/v1/crates/constant_time_eq/0.3.1/download -> constant_time_eq-0.3.1.crate https://crates.io/api/v1/crates/convert_case/0.11.0/download -> convert_case-0.11.0.crate https://crates.io/api/v1/crates/core-foundation-sys/0.8.7/download -> core-foundation-sys-0.8.7.crate https://crates.io/api/v1/crates/cpufeatures/0.2.17/download -> cpufeatures-0.2.17.crate https://crates.io/api/v1/crates/cpufeatures/0.3.0/download -> cpufeatures-0.3.0.crate https://crates.io/api/v1/crates/crossbeam-channel/0.5.15/download -> crossbeam-channel-0.5.15.crate https://crates.io/api/v1/crates/crossbeam-deque/0.8.6/download -> crossbeam-deque-0.8.6.crate https://crates.io/api/v1/crates/crossbeam-epoch/0.9.18/download -> crossbeam-epoch-0.9.18.crate https://crates.io/api/v1/crates/crossbeam-utils/0.8.21/download -> crossbeam-utils-0.8.21.crate https://crates.io/api/v1/crates/crypto-common/0.1.7/download -> crypto-common-0.1.7.crate https://crates.io/api/v1/crates/ctor/0.1.26/download -> ctor-0.1.26.crate https://crates.io/api/v1/crates/darling/0.23.0/download -> darling-0.23.0.crate https://crates.io/api/v1/crates/darling_core/0.23.0/download -> darling_core-0.23.0.crate https://crates.io/api/v1/crates/darling_macro/0.23.0/download -> darling_macro-0.23.0.crate https://crates.io/api/v1/crates/dashmap/5.5.3/download -> dashmap-5.5.3.crate https://crates.io/api/v1/crates/deranged/0.5.5/download -> deranged-0.5.5.crate https://crates.io/api/v1/crates/derivative/2.2.0/download -> derivative-2.2.0.crate https://crates.io/api/v1/crates/derive-where/1.5.0/download -> derive-where-1.5.0.crate https://crates.io/api/v1/crates/diff/0.1.13/download -> diff-0.1.13.crate https://crates.io/api/v1/crates/digest/0.10.7/download -> digest-0.10.7.crate https://crates.io/api/v1/crates/dupe/0.9.1/download -> dupe-0.9.1.crate https://crates.io/api/v1/crates/dupe_derive/0.9.1/download -> dupe_derive-0.9.1.crate https://crates.io/api/v1/crates/dyn-clone/1.0.20/download -> dyn-clone-1.0.20.crate https://crates.io/api/v1/crates/either/1.15.0/download -> either-1.15.0.crate https://crates.io/api/v1/crates/embedded-io/0.7.1/download -> embedded-io-0.7.1.crate https://crates.io/api/v1/crates/encode_unicode/1.0.0/download -> encode_unicode-1.0.0.crate https://crates.io/api/v1/crates/enum-iterator-derive/1.5.0/download -> enum-iterator-derive-1.5.0.crate https://crates.io/api/v1/crates/enum-iterator/2.3.0/download -> enum-iterator-2.3.0.crate https://crates.io/api/v1/crates/env_logger/0.8.4/download -> env_logger-0.8.4.crate https://crates.io/api/v1/crates/equivalent/1.0.2/download -> equivalent-1.0.2.crate https://crates.io/api/v1/crates/errno/0.3.14/download -> errno-0.3.14.crate https://crates.io/api/v1/crates/faster-hex/0.6.1/download -> faster-hex-0.6.1.crate https://crates.io/api/v1/crates/fastrand/2.3.0/download -> fastrand-2.3.0.crate https://crates.io/api/v1/crates/filetime/0.2.27/download -> filetime-0.2.27.crate https://crates.io/api/v1/crates/find-msvc-tools/0.1.9/download -> find-msvc-tools-0.1.9.crate https://crates.io/api/v1/crates/foldhash/0.1.5/download -> foldhash-0.1.5.crate https://crates.io/api/v1/crates/foldhash/0.2.0/download -> foldhash-0.2.0.crate https://crates.io/api/v1/crates/form_urlencoded/1.2.2/download -> form_urlencoded-1.2.2.crate https://crates.io/api/v1/crates/fs-err/2.11.0/download -> fs-err-2.11.0.crate https://crates.io/api/v1/crates/fsevent-sys/4.1.0/download -> fsevent-sys-4.1.0.crate https://crates.io/api/v1/crates/futures-channel/0.3.32/download -> futures-channel-0.3.32.crate https://crates.io/api/v1/crates/futures-core/0.3.32/download -> futures-core-0.3.32.crate https://crates.io/api/v1/crates/futures-executor/0.3.32/download -> futures-executor-0.3.32.crate https://crates.io/api/v1/crates/futures-io/0.3.32/download -> futures-io-0.3.32.crate https://crates.io/api/v1/crates/futures-macro/0.3.32/download -> futures-macro-0.3.32.crate https://crates.io/api/v1/crates/futures-sink/0.3.32/download -> futures-sink-0.3.32.crate https://crates.io/api/v1/crates/futures-task/0.3.32/download -> futures-task-0.3.32.crate https://crates.io/api/v1/crates/futures-util/0.3.32/download -> futures-util-0.3.32.crate https://crates.io/api/v1/crates/futures/0.1.31/download -> futures-0.1.31.crate https://crates.io/api/v1/crates/futures/0.3.32/download -> futures-0.3.32.crate https://crates.io/api/v1/crates/fuzzy-matcher/0.3.7/download -> fuzzy-matcher-0.3.7.crate https://crates.io/api/v1/crates/fxhash/0.2.1/download -> fxhash-0.2.1.crate https://crates.io/api/v1/crates/generic-array/0.14.7/download -> generic-array-0.14.7.crate https://crates.io/api/v1/crates/get-size-derive2/0.7.2/download -> get-size-derive2-0.7.2.crate https://crates.io/api/v1/crates/get-size2/0.7.2/download -> get-size2-0.7.2.crate https://crates.io/api/v1/crates/getopts/0.2.21/download -> getopts-0.2.21.crate https://crates.io/api/v1/crates/getrandom/0.2.16/download -> getrandom-0.2.16.crate https://crates.io/api/v1/crates/getrandom/0.3.4/download -> getrandom-0.3.4.crate https://crates.io/api/v1/crates/getrandom/0.4.1/download -> getrandom-0.4.1.crate https://crates.io/api/v1/crates/gimli/0.32.3/download -> gimli-0.32.3.crate https://crates.io/api/v1/crates/glob/0.3.3/download -> glob-0.3.3.crate https://crates.io/api/v1/crates/globset/0.4.18/download -> globset-0.4.18.crate https://crates.io/api/v1/crates/hashbrown/0.12.3/download -> hashbrown-0.12.3.crate https://crates.io/api/v1/crates/hashbrown/0.14.5/download -> hashbrown-0.14.5.crate https://crates.io/api/v1/crates/hashbrown/0.15.5/download -> hashbrown-0.15.5.crate https://crates.io/api/v1/crates/hashbrown/0.16.1/download -> hashbrown-0.16.1.crate https://crates.io/api/v1/crates/hashbrown/0.17.0/download -> hashbrown-0.17.0.crate https://crates.io/api/v1/crates/heck/0.5.0/download -> heck-0.5.0.crate https://crates.io/api/v1/crates/hex/0.4.3/download -> hex-0.4.3.crate https://crates.io/api/v1/crates/home/0.5.12/download -> home-0.5.12.crate https://crates.io/api/v1/crates/human_bytes/0.4.3/download -> human_bytes-0.4.3.crate https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.1/download -> iana-time-zone-haiku-0.1.1.crate https://crates.io/api/v1/crates/iana-time-zone/0.1.65/download -> iana-time-zone-0.1.65.crate https://crates.io/api/v1/crates/icu_collections/2.2.0/download -> icu_collections-2.2.0.crate https://crates.io/api/v1/crates/icu_locale_core/2.2.0/download -> icu_locale_core-2.2.0.crate https://crates.io/api/v1/crates/icu_normalizer/2.2.0/download -> icu_normalizer-2.2.0.crate https://crates.io/api/v1/crates/icu_normalizer_data/2.2.0/download -> icu_normalizer_data-2.2.0.crate https://crates.io/api/v1/crates/icu_properties/2.2.0/download -> icu_properties-2.2.0.crate https://crates.io/api/v1/crates/icu_properties_data/2.2.0/download -> icu_properties_data-2.2.0.crate https://crates.io/api/v1/crates/icu_provider/2.2.0/download -> icu_provider-2.2.0.crate https://crates.io/api/v1/crates/id-arena/2.3.0/download -> id-arena-2.3.0.crate https://crates.io/api/v1/crates/ident_case/1.0.1/download -> ident_case-1.0.1.crate https://crates.io/api/v1/crates/idna/1.1.0/download -> idna-1.1.0.crate https://crates.io/api/v1/crates/idna_adapter/1.2.1/download -> idna_adapter-1.2.1.crate https://crates.io/api/v1/crates/ignore/0.4.25/download -> ignore-0.4.25.crate https://crates.io/api/v1/crates/index_vec/0.1.4/download -> index_vec-0.1.4.crate https://crates.io/api/v1/crates/indexmap/1.9.2/download -> indexmap-1.9.2.crate https://crates.io/api/v1/crates/indexmap/2.13.0/download -> indexmap-2.13.0.crate https://crates.io/api/v1/crates/indicatif/0.18.4/download -> indicatif-0.18.4.crate https://crates.io/api/v1/crates/inotify-sys/0.1.5/download -> inotify-sys-0.1.5.crate https://crates.io/api/v1/crates/inotify/0.11.1/download -> inotify-0.11.1.crate https://crates.io/api/v1/crates/instant/0.1.12/download -> instant-0.1.12.crate https://crates.io/api/v1/crates/interpolator/0.5.0/download -> interpolator-0.5.0.crate https://crates.io/api/v1/crates/is-macro/0.3.6/download -> is-macro-0.3.6.crate https://crates.io/api/v1/crates/is_terminal_polyfill/1.70.1/download -> is_terminal_polyfill-1.70.1.crate https://crates.io/api/v1/crates/itertools/0.10.5/download -> itertools-0.10.5.crate https://crates.io/api/v1/crates/itertools/0.11.0/download -> itertools-0.11.0.crate https://crates.io/api/v1/crates/itertools/0.14.0/download -> itertools-0.14.0.crate https://crates.io/api/v1/crates/itoa/0.4.8/download -> itoa-0.4.8.crate https://crates.io/api/v1/crates/itoa/1.0.18/download -> itoa-1.0.18.crate https://crates.io/api/v1/crates/jobserver/0.1.34/download -> jobserver-0.1.34.crate https://crates.io/api/v1/crates/js-sys/0.3.95/download -> js-sys-0.3.95.crate https://crates.io/api/v1/crates/kqueue-sys/1.0.4/download -> kqueue-sys-1.0.4.crate https://crates.io/api/v1/crates/kqueue/1.1.1/download -> kqueue-1.1.1.crate https://crates.io/api/v1/crates/lazy_static/1.5.0/download -> lazy_static-1.5.0.crate https://crates.io/api/v1/crates/leb128fmt/0.1.0/download -> leb128fmt-0.1.0.crate https://crates.io/api/v1/crates/libc/0.2.183/download -> libc-0.2.183.crate https://crates.io/api/v1/crates/libmimalloc-sys/0.1.44/download -> libmimalloc-sys-0.1.44.crate https://crates.io/api/v1/crates/libredox/0.1.12/download -> libredox-0.1.12.crate https://crates.io/api/v1/crates/link-cplusplus/1.0.9/download -> link-cplusplus-1.0.9.crate https://crates.io/api/v1/crates/linux-raw-sys/0.12.1/download -> linux-raw-sys-0.12.1.crate https://crates.io/api/v1/crates/linux-raw-sys/0.4.15/download -> linux-raw-sys-0.4.15.crate https://crates.io/api/v1/crates/litemap/0.8.1/download -> litemap-0.8.1.crate https://crates.io/api/v1/crates/lock_api/0.4.14/download -> lock_api-0.4.14.crate https://crates.io/api/v1/crates/lock_free_hashtable/0.1.2/download -> lock_free_hashtable-0.1.2.crate https://crates.io/api/v1/crates/log/0.4.29/download -> log-0.4.29.crate https://crates.io/api/v1/crates/lsp-server/0.7.9/download -> lsp-server-0.7.9.crate https://crates.io/api/v1/crates/manyhow-macros/0.11.4/download -> manyhow-macros-0.11.4.crate https://crates.io/api/v1/crates/manyhow/0.11.4/download -> manyhow-0.11.4.crate https://crates.io/api/v1/crates/maplit/1.0.2/download -> maplit-1.0.2.crate https://crates.io/api/v1/crates/matchers/0.2.0/download -> matchers-0.2.0.crate https://crates.io/api/v1/crates/memchr/2.8.0/download -> memchr-2.8.0.crate https://crates.io/api/v1/crates/memmap2/0.9.10/download -> memmap2-0.9.10.crate https://crates.io/api/v1/crates/memoffset/0.6.5/download -> memoffset-0.6.5.crate https://crates.io/api/v1/crates/memory-stats/1.2.0/download -> memory-stats-1.2.0.crate https://crates.io/api/v1/crates/mimalloc/0.1.48/download -> mimalloc-0.1.48.crate https://crates.io/api/v1/crates/miniz_oxide/0.8.8/download -> miniz_oxide-0.8.8.crate https://crates.io/api/v1/crates/mio/1.2.0/download -> mio-1.2.0.crate https://crates.io/api/v1/crates/nix/0.23.1/download -> nix-0.23.1.crate https://crates.io/api/v1/crates/notify-types/2.0.0/download -> notify-types-2.0.0.crate https://crates.io/api/v1/crates/notify/8.2.0/download -> notify-8.2.0.crate https://crates.io/api/v1/crates/nu-ansi-term/0.50.1/download -> nu-ansi-term-0.50.1.crate https://crates.io/api/v1/crates/num-bigint/0.4.6/download -> num-bigint-0.4.6.crate https://crates.io/api/v1/crates/num-conv/0.2.0/download -> num-conv-0.2.0.crate https://crates.io/api/v1/crates/num-integer/0.1.46/download -> num-integer-0.1.46.crate https://crates.io/api/v1/crates/num-traits/0.2.19/download -> num-traits-0.2.19.crate https://crates.io/api/v1/crates/num_threads/0.1.3/download -> num_threads-0.1.3.crate https://crates.io/api/v1/crates/object/0.37.3/download -> object-0.37.3.crate https://crates.io/api/v1/crates/once_cell/1.21.4/download -> once_cell-1.21.4.crate https://crates.io/api/v1/crates/os_str_bytes/7.1.1/download -> os_str_bytes-7.1.1.crate https://crates.io/api/v1/crates/parking_lot/0.11.2/download -> parking_lot-0.11.2.crate https://crates.io/api/v1/crates/parking_lot/0.12.5/download -> parking_lot-0.12.5.crate https://crates.io/api/v1/crates/parking_lot_core/0.8.5/download -> parking_lot_core-0.8.5.crate https://crates.io/api/v1/crates/parking_lot_core/0.9.12/download -> parking_lot_core-0.9.12.crate https://crates.io/api/v1/crates/parse-display-derive/0.8.2/download -> parse-display-derive-0.8.2.crate https://crates.io/api/v1/crates/parse-display/0.8.2/download -> parse-display-0.8.2.crate https://crates.io/api/v1/crates/paste/1.0.15/download -> paste-1.0.15.crate https://crates.io/api/v1/crates/path-absolutize/3.1.1/download -> path-absolutize-3.1.1.crate https://crates.io/api/v1/crates/path-dedot/3.1.1/download -> path-dedot-3.1.1.crate https://crates.io/api/v1/crates/pathdiff/0.2.3/download -> pathdiff-0.2.3.crate https://crates.io/api/v1/crates/percent-encoding/2.3.2/download -> percent-encoding-2.3.2.crate https://crates.io/api/v1/crates/phf/0.11.3/download -> phf-0.11.3.crate https://crates.io/api/v1/crates/phf_codegen/0.11.3/download -> phf_codegen-0.11.3.crate https://crates.io/api/v1/crates/phf_generator/0.11.1/download -> phf_generator-0.11.1.crate https://crates.io/api/v1/crates/phf_shared/0.11.3/download -> phf_shared-0.11.3.crate https://crates.io/api/v1/crates/pin-project-lite/0.2.17/download -> pin-project-lite-0.2.17.crate https://crates.io/api/v1/crates/pkg-config/0.3.32/download -> pkg-config-0.3.32.crate https://crates.io/api/v1/crates/portable-atomic/1.13.1/download -> portable-atomic-1.13.1.crate https://crates.io/api/v1/crates/potential_utf/0.1.4/download -> potential_utf-0.1.4.crate https://crates.io/api/v1/crates/powerfmt/0.2.0/download -> powerfmt-0.2.0.crate https://crates.io/api/v1/crates/ppv-lite86/0.2.21/download -> ppv-lite86-0.2.21.crate https://crates.io/api/v1/crates/pretty_assertions/1.4.1/download -> pretty_assertions-1.4.1.crate https://crates.io/api/v1/crates/prettyplease/0.2.37/download -> prettyplease-0.2.37.crate https://crates.io/api/v1/crates/proc-macro-utils/0.10.0/download -> proc-macro-utils-0.10.0.crate https://crates.io/api/v1/crates/proc-macro2/1.0.106/download -> proc-macro2-1.0.106.crate https://crates.io/api/v1/crates/prost-derive/0.11.9/download -> prost-derive-0.11.9.crate https://crates.io/api/v1/crates/prost-types/0.11.9/download -> prost-types-0.11.9.crate https://crates.io/api/v1/crates/prost/0.11.9/download -> prost-0.11.9.crate https://crates.io/api/v1/crates/pulldown-cmark-escape/0.11.0/download -> pulldown-cmark-escape-0.11.0.crate https://crates.io/api/v1/crates/pulldown-cmark/0.13.3/download -> pulldown-cmark-0.13.3.crate https://crates.io/api/v1/crates/quote-use-macros/0.8.4/download -> quote-use-macros-0.8.4.crate https://crates.io/api/v1/crates/quote-use/0.8.4/download -> quote-use-0.8.4.crate https://crates.io/api/v1/crates/quote/1.0.45/download -> quote-1.0.45.crate https://crates.io/api/v1/crates/r-efi/5.2.0/download -> r-efi-5.2.0.crate https://crates.io/api/v1/crates/rand/0.10.0/download -> rand-0.10.0.crate https://crates.io/api/v1/crates/rand/0.8.5/download -> rand-0.8.5.crate https://crates.io/api/v1/crates/rand/0.9.2/download -> rand-0.9.2.crate https://crates.io/api/v1/crates/rand_chacha/0.3.1/download -> rand_chacha-0.3.1.crate https://crates.io/api/v1/crates/rand_chacha/0.9.0/download -> rand_chacha-0.9.0.crate https://crates.io/api/v1/crates/rand_core/0.10.0/download -> rand_core-0.10.0.crate https://crates.io/api/v1/crates/rand_core/0.6.4/download -> rand_core-0.6.4.crate https://crates.io/api/v1/crates/rand_core/0.9.5/download -> rand_core-0.9.5.crate https://crates.io/api/v1/crates/rayon-core/1.13.0/download -> rayon-core-1.13.0.crate https://crates.io/api/v1/crates/rayon/1.11.0/download -> rayon-1.11.0.crate https://crates.io/api/v1/crates/redox_syscall/0.2.10/download -> redox_syscall-0.2.10.crate https://crates.io/api/v1/crates/redox_syscall/0.5.6/download -> redox_syscall-0.5.6.crate https://crates.io/api/v1/crates/redox_syscall/0.7.0/download -> redox_syscall-0.7.0.crate https://crates.io/api/v1/crates/ref-cast-impl/1.0.25/download -> ref-cast-impl-1.0.25.crate https://crates.io/api/v1/crates/ref-cast/1.0.25/download -> ref-cast-1.0.25.crate https://crates.io/api/v1/crates/regex-automata/0.4.13/download -> regex-automata-0.4.13.crate https://crates.io/api/v1/crates/regex-syntax/0.7.5/download -> regex-syntax-0.7.5.crate https://crates.io/api/v1/crates/regex-syntax/0.8.8/download -> regex-syntax-0.8.8.crate https://crates.io/api/v1/crates/regex/1.12.3/download -> regex-1.12.3.crate https://crates.io/api/v1/crates/relative-path/1.9.3/download -> relative-path-1.9.3.crate https://crates.io/api/v1/crates/rustc-demangle/0.1.27/download -> rustc-demangle-0.1.27.crate https://crates.io/api/v1/crates/rustc-hash/2.1.2/download -> rustc-hash-2.1.2.crate https://crates.io/api/v1/crates/rustix/0.38.44/download -> rustix-0.38.44.crate https://crates.io/api/v1/crates/rustix/1.1.4/download -> rustix-1.1.4.crate https://crates.io/api/v1/crates/rustversion/1.0.22/download -> rustversion-1.0.22.crate https://crates.io/api/v1/crates/ryu/0.2.8/download -> ryu-0.2.8.crate https://crates.io/api/v1/crates/ryu/1.0.23/download -> ryu-1.0.23.crate https://crates.io/api/v1/crates/same-file/1.0.6/download -> same-file-1.0.6.crate https://crates.io/api/v1/crates/schemars/0.9.0/download -> schemars-0.9.0.crate https://crates.io/api/v1/crates/schemars/1.2.1/download -> schemars-1.2.1.crate https://crates.io/api/v1/crates/scopeguard/1.2.0/download -> scopeguard-1.2.0.crate https://crates.io/api/v1/crates/scratch/1.0.6/download -> scratch-1.0.6.crate https://crates.io/api/v1/crates/seahash/4.1.0/download -> seahash-4.1.0.crate https://crates.io/api/v1/crates/semver/1.0.27/download -> semver-1.0.27.crate https://crates.io/api/v1/crates/serde-wasm-bindgen/0.6.5/download -> serde-wasm-bindgen-0.6.5.crate https://crates.io/api/v1/crates/serde/1.0.228/download -> serde-1.0.228.crate https://crates.io/api/v1/crates/serde_bser/0.4.0/download -> serde_bser-0.4.0.crate https://crates.io/api/v1/crates/serde_bytes/0.11.19/download -> serde_bytes-0.11.19.crate https://crates.io/api/v1/crates/serde_core/1.0.228/download -> serde_core-1.0.228.crate https://crates.io/api/v1/crates/serde_derive/1.0.228/download -> serde_derive-1.0.228.crate https://crates.io/api/v1/crates/serde_json/1.0.149/download -> serde_json-1.0.149.crate https://crates.io/api/v1/crates/serde_jsonrc/0.1.0/download -> serde_jsonrc-0.1.0.crate https://crates.io/api/v1/crates/serde_repr/0.1.20/download -> serde_repr-0.1.20.crate https://crates.io/api/v1/crates/serde_spanned/1.1.1/download -> serde_spanned-1.1.1.crate https://crates.io/api/v1/crates/serde_with/3.18.0/download -> serde_with-3.18.0.crate https://crates.io/api/v1/crates/serde_with_macros/3.18.0/download -> serde_with_macros-3.18.0.crate https://crates.io/api/v1/crates/sha2/0.10.9/download -> sha2-0.10.9.crate https://crates.io/api/v1/crates/sharded-slab/0.1.4/download -> sharded-slab-0.1.4.crate https://crates.io/api/v1/crates/shlex/1.3.0/download -> shlex-1.3.0.crate https://crates.io/api/v1/crates/signal-hook-registry/1.4.5/download -> signal-hook-registry-1.4.5.crate https://crates.io/api/v1/crates/siphasher/1.0.1/download -> siphasher-1.0.1.crate https://crates.io/api/v1/crates/slab/0.4.12/download -> slab-0.4.12.crate https://crates.io/api/v1/crates/smallvec/1.15.1/download -> smallvec-1.15.1.crate https://crates.io/api/v1/crates/socket2/0.6.1/download -> socket2-0.6.1.crate https://crates.io/api/v1/crates/sorted_vector_map/0.2.0/download -> sorted_vector_map-0.2.0.crate https://crates.io/api/v1/crates/stable_deref_trait/1.2.0/download -> stable_deref_trait-1.2.0.crate https://crates.io/api/v1/crates/starlark_map/0.13.0/download -> starlark_map-0.13.0.crate https://crates.io/api/v1/crates/static_assertions/1.1.0/download -> static_assertions-1.1.0.crate https://crates.io/api/v1/crates/static_interner/0.1.1/download -> static_interner-0.1.1.crate https://crates.io/api/v1/crates/strsim/0.10.0/download -> strsim-0.10.0.crate https://crates.io/api/v1/crates/strsim/0.11.1/download -> strsim-0.11.1.crate https://crates.io/api/v1/crates/structmeta-derive/0.2.0/download -> structmeta-derive-0.2.0.crate https://crates.io/api/v1/crates/structmeta/0.2.0/download -> structmeta-0.2.0.crate https://crates.io/api/v1/crates/subtle/2.6.1/download -> subtle-2.6.1.crate https://crates.io/api/v1/crates/syn/1.0.109/download -> syn-1.0.109.crate https://crates.io/api/v1/crates/syn/2.0.117/download -> syn-2.0.117.crate https://crates.io/api/v1/crates/synstructure/0.13.2/download -> synstructure-0.13.2.crate https://crates.io/api/v1/crates/tar/0.4.45/download -> tar-0.4.45.crate https://crates.io/api/v1/crates/tempfile/3.27.0/download -> tempfile-3.27.0.crate https://crates.io/api/v1/crates/termcolor/1.4.1/download -> termcolor-1.4.1.crate https://crates.io/api/v1/crates/terminal_size/0.4.4/download -> terminal_size-0.4.4.crate https://crates.io/api/v1/crates/thiserror-impl/1.0.69/download -> thiserror-impl-1.0.69.crate https://crates.io/api/v1/crates/thiserror-impl/2.0.18/download -> thiserror-impl-2.0.18.crate https://crates.io/api/v1/crates/thiserror/1.0.69/download -> thiserror-1.0.69.crate https://crates.io/api/v1/crates/thiserror/2.0.18/download -> thiserror-2.0.18.crate https://crates.io/api/v1/crates/thread_local/1.1.9/download -> thread_local-1.1.9.crate https://crates.io/api/v1/crates/tikv-jemalloc-sys/0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7/download -> tikv-jemalloc-sys-0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7.crate https://crates.io/api/v1/crates/tikv-jemallocator/0.6.1/download -> tikv-jemallocator-0.6.1.crate https://crates.io/api/v1/crates/time-core/0.1.8/download -> time-core-0.1.8.crate https://crates.io/api/v1/crates/time-macros/0.2.27/download -> time-macros-0.2.27.crate https://crates.io/api/v1/crates/time/0.3.47/download -> time-0.3.47.crate https://crates.io/api/v1/crates/tinystr/0.8.3/download -> tinystr-0.8.3.crate https://crates.io/api/v1/crates/tinyvec/1.8.0/download -> tinyvec-1.8.0.crate https://crates.io/api/v1/crates/tinyvec_macros/0.1.0/download -> tinyvec_macros-0.1.0.crate https://crates.io/api/v1/crates/tokio-macros/2.6.0/download -> tokio-macros-2.6.0.crate https://crates.io/api/v1/crates/tokio-util/0.6.10/download -> tokio-util-0.6.10.crate https://crates.io/api/v1/crates/tokio/1.50.0/download -> tokio-1.50.0.crate https://crates.io/api/v1/crates/toml/0.9.12+spec-1.1.0/download -> toml-0.9.12+spec-1.1.0.crate https://crates.io/api/v1/crates/toml_datetime/0.7.5+spec-1.1.0/download -> toml_datetime-0.7.5+spec-1.1.0.crate https://crates.io/api/v1/crates/toml_edit/0.23.10+spec-1.0.0/download -> toml_edit-0.23.10+spec-1.0.0.crate https://crates.io/api/v1/crates/toml_parser/1.1.2+spec-1.1.0/download -> toml_parser-1.1.2+spec-1.1.0.crate https://crates.io/api/v1/crates/toml_writer/1.1.1+spec-1.1.0/download -> toml_writer-1.1.1+spec-1.1.0.crate https://crates.io/api/v1/crates/tracing-attributes/0.1.31/download -> tracing-attributes-0.1.31.crate https://crates.io/api/v1/crates/tracing-core/0.1.36/download -> tracing-core-0.1.36.crate https://crates.io/api/v1/crates/tracing-log/0.2.0/download -> tracing-log-0.2.0.crate https://crates.io/api/v1/crates/tracing-serde/0.2.0/download -> tracing-serde-0.2.0.crate https://crates.io/api/v1/crates/tracing-subscriber/0.3.23/download -> tracing-subscriber-0.3.23.crate https://crates.io/api/v1/crates/tracing/0.1.44/download -> tracing-0.1.44.crate https://crates.io/api/v1/crates/triomphe/0.1.15/download -> triomphe-0.1.15.crate https://crates.io/api/v1/crates/typenum/1.19.0/download -> typenum-1.19.0.crate https://crates.io/api/v1/crates/unicase/2.9.0/download -> unicase-2.9.0.crate https://crates.io/api/v1/crates/unicode-ident/1.0.24/download -> unicode-ident-1.0.24.crate https://crates.io/api/v1/crates/unicode-normalization/0.1.25/download -> unicode-normalization-0.1.25.crate https://crates.io/api/v1/crates/unicode-segmentation/1.13.2/download -> unicode-segmentation-1.13.2.crate https://crates.io/api/v1/crates/unicode-width/0.1.14/download -> unicode-width-0.1.14.crate https://crates.io/api/v1/crates/unicode-width/0.2.2/download -> unicode-width-0.2.2.crate https://crates.io/api/v1/crates/unicode-xid/0.2.6/download -> unicode-xid-0.2.6.crate https://crates.io/api/v1/crates/unicode_names2/1.2.2/download -> unicode_names2-1.2.2.crate https://crates.io/api/v1/crates/unicode_names2_generator/1.2.2/download -> unicode_names2_generator-1.2.2.crate https://crates.io/api/v1/crates/unit-prefix/0.5.1/download -> unit-prefix-0.5.1.crate https://crates.io/api/v1/crates/url/2.5.8/download -> url-2.5.8.crate https://crates.io/api/v1/crates/utf8_iter/1.0.4/download -> utf8_iter-1.0.4.crate https://crates.io/api/v1/crates/utf8parse/0.2.2/download -> utf8parse-0.2.2.crate https://crates.io/api/v1/crates/uuid-rng-internal/1.23.0/download -> uuid-rng-internal-1.23.0.crate https://crates.io/api/v1/crates/uuid/1.23.0/download -> uuid-1.23.0.crate https://crates.io/api/v1/crates/valuable/0.1.1/download -> valuable-0.1.1.crate https://crates.io/api/v1/crates/vec1/1.12.1/download -> vec1-1.12.1.crate https://crates.io/api/v1/crates/version_check/0.9.5/download -> version_check-0.9.5.crate https://crates.io/api/v1/crates/walkdir/2.5.0/download -> walkdir-2.5.0.crate https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download -> wasi-0.11.0+wasi-snapshot-preview1.crate https://crates.io/api/v1/crates/wasip2/1.0.1+wasi-0.2.4/download -> wasip2-1.0.1+wasi-0.2.4.crate https://crates.io/api/v1/crates/wasip3/0.4.0+wasi-0.3.0-rc-2026-01-06/download -> wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06.crate https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.118/download -> wasm-bindgen-macro-support-0.2.118.crate https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.118/download -> wasm-bindgen-macro-0.2.118.crate https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.118/download -> wasm-bindgen-shared-0.2.118.crate https://crates.io/api/v1/crates/wasm-bindgen/0.2.118/download -> wasm-bindgen-0.2.118.crate https://crates.io/api/v1/crates/wasm-encoder/0.244.0/download -> wasm-encoder-0.244.0.crate https://crates.io/api/v1/crates/wasm-metadata/0.244.0/download -> wasm-metadata-0.244.0.crate https://crates.io/api/v1/crates/wasmparser/0.244.0/download -> wasmparser-0.244.0.crate https://crates.io/api/v1/crates/watchman_client/0.9.0/download -> watchman_client-0.9.0.crate https://crates.io/api/v1/crates/web-time/1.1.0/download -> web-time-1.1.0.crate https://crates.io/api/v1/crates/which/4.4.2/download -> which-4.4.2.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download -> winapi-i686-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi-util/0.1.11/download -> winapi-util-0.1.11.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download -> winapi-x86_64-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi/0.3.9/download -> winapi-0.3.9.crate https://crates.io/api/v1/crates/windows-core/0.62.2/download -> windows-core-0.62.2.crate https://crates.io/api/v1/crates/windows-implement/0.60.2/download -> windows-implement-0.60.2.crate https://crates.io/api/v1/crates/windows-interface/0.59.3/download -> windows-interface-0.59.3.crate https://crates.io/api/v1/crates/windows-link/0.2.1/download -> windows-link-0.2.1.crate https://crates.io/api/v1/crates/windows-result/0.4.1/download -> windows-result-0.4.1.crate https://crates.io/api/v1/crates/windows-strings/0.5.1/download -> windows-strings-0.5.1.crate https://crates.io/api/v1/crates/windows-sys/0.48.0/download -> windows-sys-0.48.0.crate https://crates.io/api/v1/crates/windows-sys/0.52.0/download -> windows-sys-0.52.0.crate https://crates.io/api/v1/crates/windows-sys/0.59.0/download -> windows-sys-0.59.0.crate https://crates.io/api/v1/crates/windows-sys/0.60.2/download -> windows-sys-0.60.2.crate https://crates.io/api/v1/crates/windows-sys/0.61.2/download -> windows-sys-0.61.2.crate https://crates.io/api/v1/crates/windows-targets/0.48.5/download -> windows-targets-0.48.5.crate https://crates.io/api/v1/crates/windows-targets/0.52.6/download -> windows-targets-0.52.6.crate https://crates.io/api/v1/crates/windows-targets/0.53.2/download -> windows-targets-0.53.2.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.5/download -> windows_aarch64_gnullvm-0.48.5.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.6/download -> windows_aarch64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.53.0/download -> windows_aarch64_gnullvm-0.53.0.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.5/download -> windows_aarch64_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.6/download -> windows_aarch64_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.53.0/download -> windows_aarch64_msvc-0.53.0.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download -> windows_i686_gnu-0.48.5.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.52.6/download -> windows_i686_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.53.0/download -> windows_i686_gnu-0.53.0.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.52.6/download -> windows_i686_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.53.0/download -> windows_i686_gnullvm-0.53.0.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.48.5/download -> windows_i686_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.52.6/download -> windows_i686_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.53.0/download -> windows_i686_msvc-0.53.0.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.5/download -> windows_x86_64_gnu-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.6/download -> windows_x86_64_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.53.0/download -> windows_x86_64_gnu-0.53.0.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.5/download -> windows_x86_64_gnullvm-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.6/download -> windows_x86_64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.53.0/download -> windows_x86_64_gnullvm-0.53.0.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.5/download -> windows_x86_64_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.6/download -> windows_x86_64_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.53.0/download -> windows_x86_64_msvc-0.53.0.crate https://crates.io/api/v1/crates/winnow/0.7.15/download -> winnow-0.7.15.crate https://crates.io/api/v1/crates/winnow/1.0.1/download -> winnow-1.0.1.crate https://crates.io/api/v1/crates/wit-bindgen-core/0.51.0/download -> wit-bindgen-core-0.51.0.crate https://crates.io/api/v1/crates/wit-bindgen-rust-macro/0.51.0/download -> wit-bindgen-rust-macro-0.51.0.crate https://crates.io/api/v1/crates/wit-bindgen-rust/0.51.0/download -> wit-bindgen-rust-0.51.0.crate https://crates.io/api/v1/crates/wit-bindgen/0.46.0/download -> wit-bindgen-0.46.0.crate https://crates.io/api/v1/crates/wit-bindgen/0.51.0/download -> wit-bindgen-0.51.0.crate https://crates.io/api/v1/crates/wit-component/0.244.0/download -> wit-component-0.244.0.crate https://crates.io/api/v1/crates/wit-parser/0.244.0/download -> wit-parser-0.244.0.crate https://crates.io/api/v1/crates/writeable/0.6.2/download -> writeable-0.6.2.crate https://crates.io/api/v1/crates/xattr/1.6.1/download -> xattr-1.6.1.crate https://crates.io/api/v1/crates/xxhash-rust/0.8.15/download -> xxhash-rust-0.8.15.crate https://crates.io/api/v1/crates/yansi/1.0.1/download -> yansi-1.0.1.crate https://crates.io/api/v1/crates/yoke-derive/0.8.2/download -> yoke-derive-0.8.2.crate https://crates.io/api/v1/crates/yoke/0.8.2/download -> yoke-0.8.2.crate https://crates.io/api/v1/crates/zerocopy-derive/0.8.48/download -> zerocopy-derive-0.8.48.crate https://crates.io/api/v1/crates/zerocopy/0.8.48/download -> zerocopy-0.8.48.crate https://crates.io/api/v1/crates/zerofrom-derive/0.1.7/download -> zerofrom-derive-0.1.7.crate https://crates.io/api/v1/crates/zerofrom/0.1.7/download -> zerofrom-0.1.7.crate https://crates.io/api/v1/crates/zerotrie/0.2.4/download -> zerotrie-0.2.4.crate https://crates.io/api/v1/crates/zerovec-derive/0.11.3/download -> zerovec-derive-0.11.3.crate https://crates.io/api/v1/crates/zerovec/0.11.6/download -> zerovec-0.11.6.crate https://crates.io/api/v1/crates/zmij/1.0.21/download -> zmij-1.0.21.crate https://crates.io/api/v1/crates/zstd-safe/7.2.4/download -> zstd-safe-7.2.4.crate https://crates.io/api/v1/crates/zstd-sys/2.0.16+zstd.1.5.7/download -> zstd-sys-2.0.16+zstd.1.5.7.crate https://crates.io/api/v1/crates/zstd/0.13.3/download -> zstd-0.13.3.crate https://github.com/astral-sh/lsp-types/archive/3512a9f33eadc5402cfab1b8f7340824c8ca1439.tar.gz -> lsp-types-3512a9f33eadc5402cfab1b8f7340824c8ca1439.gh.tar.gz https://github.com/astral-sh/ruff/archive/474b00568ad78f02ad8e19b8166cbeb6d69f8511.tar.gz -> ruff-474b00568ad78f02ad8e19b8166cbeb6d69f8511.gh.tar.gz https://github.com/astral-sh/ruff/archive/474b00568ad78f02ad8e19b8166cbeb6d69f8511.tar.gz -> ruff-474b00568ad78f02ad8e19b8166cbeb6d69f8511.gh.tar.gz https://github.com/yaahc/displaydoc/archive/7dc6e324b1788a6b7fb9f3a1953c512923a3e9f0.tar.gz -> displaydoc-7dc6e324b1788a6b7fb9f3a1953c512923a3e9f0.gh.tar.gz https://github.com/astral-sh/ruff/archive/474b00568ad78f02ad8e19b8166cbeb6d69f8511.tar.gz -> ruff-474b00568ad78f02ad8e19b8166cbeb6d69f8511.gh.tar.gz https://github.com/astral-sh/ruff/archive/474b00568ad78f02ad8e19b8166cbeb6d69f8511.tar.gz -> ruff-474b00568ad78f02ad8e19b8166cbeb6d69f8511.gh.tar.gz https://github.com/facebookexperimental/cxx/archive/870ebbecad0f6be394d4f9fb9bd62b551662651a.tar.gz -> cxx-870ebbecad0f6be394d4f9fb9bd62b551662651a.gh.tar.gz https://github.com/jakoschiko/quickcheck/archive/6ecdf5bb4b0132ce66670b4d46453aa022ea892c.tar.gz -> quickcheck-6ecdf5bb4b0132ce66670b4d46453aa022ea892c.gh.tar.gz https://github.com/astral-sh/ruff/archive/474b00568ad78f02ad8e19b8166cbeb6d69f8511.tar.gz -> ruff-474b00568ad78f02ad8e19b8166cbeb6d69f8511.gh.tar.gz https://github.com/astral-sh/ruff/archive/474b00568ad78f02ad8e19b8166cbeb6d69f8511.tar.gz -> ruff-474b00568ad78f02ad8e19b8166cbeb6d69f8511.gh.tar.gz https://github.com/facebookexperimental/cxx/archive/870ebbecad0f6be394d4f9fb9bd62b551662651a.tar.gz -> cxx-870ebbecad0f6be394d4f9fb9bd62b551662651a.gh.tar.gz https://github.com/astral-sh/ruff/archive/474b00568ad78f02ad8e19b8166cbeb6d69f8511.tar.gz -> ruff-474b00568ad78f02ad8e19b8166cbeb6d69f8511.gh.tar.gz https://github.com/astral-sh/ruff/archive/474b00568ad78f02ad8e19b8166cbeb6d69f8511.tar.gz -> ruff-474b00568ad78f02ad8e19b8166cbeb6d69f8511.gh.tar.gz https://github.com/facebookexperimental/cxx/archive/870ebbecad0f6be394d4f9fb9bd62b551662651a.tar.gz -> cxx-870ebbecad0f6be394d4f9fb9bd62b551662651a.gh.tar.gz https://github.com/facebookexperimental/cxx/archive/870ebbecad0f6be394d4f9fb9bd62b551662651a.tar.gz -> cxx-870ebbecad0f6be394d4f9fb9bd62b551662651a.gh.tar.gz https://github.com/rust-lang/backtrace-rs/archive/df979dcf80027eb047d7bb9e0874710c15009f31.tar.gz -> backtrace-rs-df979dcf80027eb047d7bb9e0874710c15009f31.gh.tar.gz https://github.com/facebookexperimental/cxx/archive/870ebbecad0f6be394d4f9fb9bd62b551662651a.tar.gz -> cxx-870ebbecad0f6be394d4f9fb9bd62b551662651a.gh.tar.gz https://github.com/astral-sh/ruff/archive/474b00568ad78f02ad8e19b8166cbeb6d69f8511.tar.gz -> ruff-474b00568ad78f02ad8e19b8166cbeb6d69f8511.gh.tar.gz -_eclasses_=cargo 53bab5a62cfc3526d8ed02c0a38a6033 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 pypi a451be5a08e8eb46f927fc6dd163583f rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=89a4ba9a1c48cf1963072160ab48bd7a diff --git a/metadata/md5-cache/dev-python/pyrefly-0.64.0 b/metadata/md5-cache/dev-python/pyrefly-0.64.0 new file mode 100644 index 000000000000..86e7de9acb64 --- /dev/null +++ b/metadata/md5-cache/dev-python/pyrefly-0.64.0 @@ -0,0 +1,15 @@ +BDEPEND=|| ( >=dev-lang/rust-bin-1.89:* >=dev-lang/rust-1.89:* ) verify-provenance? ( dev-python/pypi-attestations ) +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=app-arch/zstd:= +DESCRIPTION=A fast type checker and language server for Python with powerful IDE features +EAPI=8 +HOMEPAGE=https://pyrefly.org/ https://github.com/facebook/pyrefly https://pypi.org/project/pyrefly/ +INHERIT=cargo pypi +IUSE=debug verify-provenance +KEYWORDS=~amd64 +LICENSE=MIT 0BSD Apache-2.0 BSD-2 BSD Boost-1.0 CC0-1.0 ISC MIT Unicode-3.0 Unicode-DFS-2016 ZLIB +RDEPEND=app-arch/zstd:= +SLOT=0 +SRC_URI=https://files.pythonhosted.org/packages/source/p/pyrefly/pyrefly-0.64.0.tar.gz verify-provenance? ( https://pypi.org/integrity/pyrefly/v0.64.0/pyrefly-0.64.0.tar.gz/provenance -> pyrefly-0.64.0.tar.gz.provenance ) https://crates.io/api/v1/crates/Inflector/0.11.4/download -> Inflector-0.11.4.crate https://crates.io/api/v1/crates/addr2line/0.25.1/download -> addr2line-0.25.1.crate https://crates.io/api/v1/crates/adler2/2.0.0/download -> adler2-2.0.0.crate https://crates.io/api/v1/crates/ahash/0.8.12/download -> ahash-0.8.12.crate https://crates.io/api/v1/crates/aho-corasick/1.1.4/download -> aho-corasick-1.1.4.crate https://crates.io/api/v1/crates/allocative/0.3.4/download -> allocative-0.3.4.crate https://crates.io/api/v1/crates/allocative_derive/0.3.3/download -> allocative_derive-0.3.3.crate https://crates.io/api/v1/crates/allocator-api2/0.2.21/download -> allocator-api2-0.2.21.crate https://crates.io/api/v1/crates/android_system_properties/0.1.5/download -> android_system_properties-0.1.5.crate https://crates.io/api/v1/crates/anstream/0.6.21/download -> anstream-0.6.21.crate https://crates.io/api/v1/crates/anstream/1.0.0/download -> anstream-1.0.0.crate https://crates.io/api/v1/crates/anstyle-parse/0.2.0/download -> anstyle-parse-0.2.0.crate https://crates.io/api/v1/crates/anstyle-parse/1.0.0/download -> anstyle-parse-1.0.0.crate https://crates.io/api/v1/crates/anstyle-query/1.0.0/download -> anstyle-query-1.0.0.crate https://crates.io/api/v1/crates/anstyle-wincon/3.0.7/download -> anstyle-wincon-3.0.7.crate https://crates.io/api/v1/crates/anstyle/1.0.14/download -> anstyle-1.0.14.crate https://crates.io/api/v1/crates/anyhow/1.0.102/download -> anyhow-1.0.102.crate https://crates.io/api/v1/crates/append-only-vec/0.1.8/download -> append-only-vec-0.1.8.crate https://crates.io/api/v1/crates/arc-swap/1.9.1/download -> arc-swap-1.9.1.crate https://crates.io/api/v1/crates/argfile/0.2.1/download -> argfile-0.2.1.crate https://crates.io/api/v1/crates/arrayref/0.3.9/download -> arrayref-0.3.9.crate https://crates.io/api/v1/crates/arrayvec/0.7.6/download -> arrayvec-0.7.6.crate https://crates.io/api/v1/crates/atomic/0.5.3/download -> atomic-0.5.3.crate https://crates.io/api/v1/crates/attribute-derive-macro/0.10.3/download -> attribute-derive-macro-0.10.3.crate https://crates.io/api/v1/crates/attribute-derive/0.10.3/download -> attribute-derive-0.10.3.crate https://crates.io/api/v1/crates/autocfg/1.1.0/download -> autocfg-1.1.0.crate https://crates.io/api/v1/crates/backtrace-on-stack-overflow/0.3.0/download -> backtrace-on-stack-overflow-0.3.0.crate https://crates.io/api/v1/crates/base64/0.22.1/download -> base64-0.22.1.crate https://crates.io/api/v1/crates/bitflags/1.3.2/download -> bitflags-1.3.2.crate https://crates.io/api/v1/crates/bitflags/2.11.1/download -> bitflags-2.11.1.crate https://crates.io/api/v1/crates/blake3/1.8.2/download -> blake3-1.8.2.crate https://crates.io/api/v1/crates/block-buffer/0.10.2/download -> block-buffer-0.10.2.crate https://crates.io/api/v1/crates/bstr/1.12.1/download -> bstr-1.12.1.crate https://crates.io/api/v1/crates/bumpalo/3.20.2/download -> bumpalo-3.20.2.crate https://crates.io/api/v1/crates/byteorder/1.5.0/download -> byteorder-1.5.0.crate https://crates.io/api/v1/crates/bytes/1.11.1/download -> bytes-1.11.1.crate https://crates.io/api/v1/crates/capnp/0.25.4/download -> capnp-0.25.4.crate https://crates.io/api/v1/crates/castaway/0.2.4/download -> castaway-0.2.4.crate https://crates.io/api/v1/crates/cc/1.2.61/download -> cc-1.2.61.crate https://crates.io/api/v1/crates/cfg-if/1.0.4/download -> cfg-if-1.0.4.crate https://crates.io/api/v1/crates/chacha20/0.10.0/download -> chacha20-0.10.0.crate https://crates.io/api/v1/crates/chrono/0.4.44/download -> chrono-0.4.44.crate https://crates.io/api/v1/crates/clap/4.6.1/download -> clap-4.6.1.crate https://crates.io/api/v1/crates/clap_builder/4.6.0/download -> clap_builder-4.6.0.crate https://crates.io/api/v1/crates/clap_derive/4.6.1/download -> clap_derive-4.6.1.crate https://crates.io/api/v1/crates/clap_lex/1.0.0/download -> clap_lex-1.0.0.crate https://crates.io/api/v1/crates/codespan-reporting/0.13.1/download -> codespan-reporting-0.13.1.crate https://crates.io/api/v1/crates/collection_literals/1.0.2/download -> collection_literals-1.0.2.crate https://crates.io/api/v1/crates/colorchoice/1.0.0/download -> colorchoice-1.0.0.crate https://crates.io/api/v1/crates/compact_str/0.8.0/download -> compact_str-0.8.0.crate https://crates.io/api/v1/crates/compact_str/0.9.0/download -> compact_str-0.9.0.crate https://crates.io/api/v1/crates/configparser/3.1.0/download -> configparser-3.1.0.crate https://crates.io/api/v1/crates/console/0.16.1/download -> console-0.16.1.crate https://crates.io/api/v1/crates/console_error_panic_hook/0.1.7/download -> console_error_panic_hook-0.1.7.crate https://crates.io/api/v1/crates/const-str/0.4.3/download -> const-str-0.4.3.crate https://crates.io/api/v1/crates/constant_time_eq/0.3.1/download -> constant_time_eq-0.3.1.crate https://crates.io/api/v1/crates/convert_case/0.11.0/download -> convert_case-0.11.0.crate https://crates.io/api/v1/crates/core-foundation-sys/0.8.7/download -> core-foundation-sys-0.8.7.crate https://crates.io/api/v1/crates/cpufeatures/0.2.17/download -> cpufeatures-0.2.17.crate https://crates.io/api/v1/crates/cpufeatures/0.3.0/download -> cpufeatures-0.3.0.crate https://crates.io/api/v1/crates/crossbeam-channel/0.5.15/download -> crossbeam-channel-0.5.15.crate https://crates.io/api/v1/crates/crossbeam-deque/0.8.6/download -> crossbeam-deque-0.8.6.crate https://crates.io/api/v1/crates/crossbeam-epoch/0.9.18/download -> crossbeam-epoch-0.9.18.crate https://crates.io/api/v1/crates/crossbeam-utils/0.8.21/download -> crossbeam-utils-0.8.21.crate https://crates.io/api/v1/crates/crypto-common/0.1.7/download -> crypto-common-0.1.7.crate https://crates.io/api/v1/crates/ctor/0.1.26/download -> ctor-0.1.26.crate https://crates.io/api/v1/crates/darling/0.23.0/download -> darling-0.23.0.crate https://crates.io/api/v1/crates/darling_core/0.23.0/download -> darling_core-0.23.0.crate https://crates.io/api/v1/crates/darling_macro/0.23.0/download -> darling_macro-0.23.0.crate https://crates.io/api/v1/crates/dashmap/5.5.3/download -> dashmap-5.5.3.crate https://crates.io/api/v1/crates/dashmap/6.1.0/download -> dashmap-6.1.0.crate https://crates.io/api/v1/crates/deranged/0.5.5/download -> deranged-0.5.5.crate https://crates.io/api/v1/crates/derivative/2.2.0/download -> derivative-2.2.0.crate https://crates.io/api/v1/crates/derive-where/1.5.0/download -> derive-where-1.5.0.crate https://crates.io/api/v1/crates/diff/0.1.13/download -> diff-0.1.13.crate https://crates.io/api/v1/crates/digest/0.10.7/download -> digest-0.10.7.crate https://crates.io/api/v1/crates/dupe/0.9.1/download -> dupe-0.9.1.crate https://crates.io/api/v1/crates/dupe_derive/0.9.1/download -> dupe_derive-0.9.1.crate https://crates.io/api/v1/crates/dyn-clone/1.0.20/download -> dyn-clone-1.0.20.crate https://crates.io/api/v1/crates/either/1.15.0/download -> either-1.15.0.crate https://crates.io/api/v1/crates/embedded-io/0.7.1/download -> embedded-io-0.7.1.crate https://crates.io/api/v1/crates/encode_unicode/1.0.0/download -> encode_unicode-1.0.0.crate https://crates.io/api/v1/crates/enum-iterator-derive/1.5.0/download -> enum-iterator-derive-1.5.0.crate https://crates.io/api/v1/crates/enum-iterator/2.3.0/download -> enum-iterator-2.3.0.crate https://crates.io/api/v1/crates/env_logger/0.8.4/download -> env_logger-0.8.4.crate https://crates.io/api/v1/crates/equivalent/1.0.2/download -> equivalent-1.0.2.crate https://crates.io/api/v1/crates/errno/0.3.14/download -> errno-0.3.14.crate https://crates.io/api/v1/crates/faster-hex/0.6.1/download -> faster-hex-0.6.1.crate https://crates.io/api/v1/crates/fastrand/2.4.1/download -> fastrand-2.4.1.crate https://crates.io/api/v1/crates/filetime/0.2.27/download -> filetime-0.2.27.crate https://crates.io/api/v1/crates/find-msvc-tools/0.1.9/download -> find-msvc-tools-0.1.9.crate https://crates.io/api/v1/crates/foldhash/0.1.5/download -> foldhash-0.1.5.crate https://crates.io/api/v1/crates/foldhash/0.2.0/download -> foldhash-0.2.0.crate https://crates.io/api/v1/crates/form_urlencoded/1.2.2/download -> form_urlencoded-1.2.2.crate https://crates.io/api/v1/crates/fs-err/2.11.0/download -> fs-err-2.11.0.crate https://crates.io/api/v1/crates/fsevent-sys/4.1.0/download -> fsevent-sys-4.1.0.crate https://crates.io/api/v1/crates/futures-channel/0.3.32/download -> futures-channel-0.3.32.crate https://crates.io/api/v1/crates/futures-core/0.3.32/download -> futures-core-0.3.32.crate https://crates.io/api/v1/crates/futures-executor/0.3.32/download -> futures-executor-0.3.32.crate https://crates.io/api/v1/crates/futures-io/0.3.32/download -> futures-io-0.3.32.crate https://crates.io/api/v1/crates/futures-macro/0.3.32/download -> futures-macro-0.3.32.crate https://crates.io/api/v1/crates/futures-sink/0.3.32/download -> futures-sink-0.3.32.crate https://crates.io/api/v1/crates/futures-task/0.3.32/download -> futures-task-0.3.32.crate https://crates.io/api/v1/crates/futures-util/0.3.32/download -> futures-util-0.3.32.crate https://crates.io/api/v1/crates/futures/0.1.31/download -> futures-0.1.31.crate https://crates.io/api/v1/crates/futures/0.3.32/download -> futures-0.3.32.crate https://crates.io/api/v1/crates/fuzzy-matcher/0.3.7/download -> fuzzy-matcher-0.3.7.crate https://crates.io/api/v1/crates/fxhash/0.2.1/download -> fxhash-0.2.1.crate https://crates.io/api/v1/crates/generic-array/0.14.7/download -> generic-array-0.14.7.crate https://crates.io/api/v1/crates/get-size-derive2/0.7.4/download -> get-size-derive2-0.7.4.crate https://crates.io/api/v1/crates/get-size2/0.7.4/download -> get-size2-0.7.4.crate https://crates.io/api/v1/crates/getopts/0.2.21/download -> getopts-0.2.21.crate https://crates.io/api/v1/crates/getrandom/0.2.17/download -> getrandom-0.2.17.crate https://crates.io/api/v1/crates/getrandom/0.3.4/download -> getrandom-0.3.4.crate https://crates.io/api/v1/crates/getrandom/0.4.1/download -> getrandom-0.4.1.crate https://crates.io/api/v1/crates/gimli/0.32.3/download -> gimli-0.32.3.crate https://crates.io/api/v1/crates/glob/0.3.3/download -> glob-0.3.3.crate https://crates.io/api/v1/crates/globset/0.4.18/download -> globset-0.4.18.crate https://crates.io/api/v1/crates/hashbrown/0.12.3/download -> hashbrown-0.12.3.crate https://crates.io/api/v1/crates/hashbrown/0.14.5/download -> hashbrown-0.14.5.crate https://crates.io/api/v1/crates/hashbrown/0.15.5/download -> hashbrown-0.15.5.crate https://crates.io/api/v1/crates/hashbrown/0.16.1/download -> hashbrown-0.16.1.crate https://crates.io/api/v1/crates/hashbrown/0.17.0/download -> hashbrown-0.17.0.crate https://crates.io/api/v1/crates/heck/0.5.0/download -> heck-0.5.0.crate https://crates.io/api/v1/crates/hex/0.4.3/download -> hex-0.4.3.crate https://crates.io/api/v1/crates/home/0.5.12/download -> home-0.5.12.crate https://crates.io/api/v1/crates/human_bytes/0.4.3/download -> human_bytes-0.4.3.crate https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.1/download -> iana-time-zone-haiku-0.1.1.crate https://crates.io/api/v1/crates/iana-time-zone/0.1.65/download -> iana-time-zone-0.1.65.crate https://crates.io/api/v1/crates/icu_collections/2.2.0/download -> icu_collections-2.2.0.crate https://crates.io/api/v1/crates/icu_locale_core/2.2.0/download -> icu_locale_core-2.2.0.crate https://crates.io/api/v1/crates/icu_normalizer/2.2.0/download -> icu_normalizer-2.2.0.crate https://crates.io/api/v1/crates/icu_normalizer_data/2.2.0/download -> icu_normalizer_data-2.2.0.crate https://crates.io/api/v1/crates/icu_properties/2.2.0/download -> icu_properties-2.2.0.crate https://crates.io/api/v1/crates/icu_properties_data/2.2.0/download -> icu_properties_data-2.2.0.crate https://crates.io/api/v1/crates/icu_provider/2.2.0/download -> icu_provider-2.2.0.crate https://crates.io/api/v1/crates/id-arena/2.3.0/download -> id-arena-2.3.0.crate https://crates.io/api/v1/crates/ident_case/1.0.1/download -> ident_case-1.0.1.crate https://crates.io/api/v1/crates/idna/1.1.0/download -> idna-1.1.0.crate https://crates.io/api/v1/crates/idna_adapter/1.2.1/download -> idna_adapter-1.2.1.crate https://crates.io/api/v1/crates/ignore/0.4.25/download -> ignore-0.4.25.crate https://crates.io/api/v1/crates/index_vec/0.1.4/download -> index_vec-0.1.4.crate https://crates.io/api/v1/crates/indexmap/1.9.2/download -> indexmap-1.9.2.crate https://crates.io/api/v1/crates/indexmap/2.14.0/download -> indexmap-2.14.0.crate https://crates.io/api/v1/crates/indicatif/0.18.4/download -> indicatif-0.18.4.crate https://crates.io/api/v1/crates/inotify-sys/0.1.5/download -> inotify-sys-0.1.5.crate https://crates.io/api/v1/crates/inotify/0.11.1/download -> inotify-0.11.1.crate https://crates.io/api/v1/crates/instant/0.1.12/download -> instant-0.1.12.crate https://crates.io/api/v1/crates/interpolator/0.5.0/download -> interpolator-0.5.0.crate https://crates.io/api/v1/crates/is-macro/0.3.6/download -> is-macro-0.3.6.crate https://crates.io/api/v1/crates/is_terminal_polyfill/1.70.1/download -> is_terminal_polyfill-1.70.1.crate https://crates.io/api/v1/crates/itertools/0.10.5/download -> itertools-0.10.5.crate https://crates.io/api/v1/crates/itertools/0.14.0/download -> itertools-0.14.0.crate https://crates.io/api/v1/crates/itoa/0.4.8/download -> itoa-0.4.8.crate https://crates.io/api/v1/crates/itoa/1.0.18/download -> itoa-1.0.18.crate https://crates.io/api/v1/crates/jobserver/0.1.34/download -> jobserver-0.1.34.crate https://crates.io/api/v1/crates/js-sys/0.3.95/download -> js-sys-0.3.95.crate https://crates.io/api/v1/crates/kqueue-sys/1.0.4/download -> kqueue-sys-1.0.4.crate https://crates.io/api/v1/crates/kqueue/1.1.1/download -> kqueue-1.1.1.crate https://crates.io/api/v1/crates/lazy_static/1.5.0/download -> lazy_static-1.5.0.crate https://crates.io/api/v1/crates/leb128fmt/0.1.0/download -> leb128fmt-0.1.0.crate https://crates.io/api/v1/crates/libc/0.2.183/download -> libc-0.2.183.crate https://crates.io/api/v1/crates/libmimalloc-sys/0.1.44/download -> libmimalloc-sys-0.1.44.crate https://crates.io/api/v1/crates/libredox/0.1.12/download -> libredox-0.1.12.crate https://crates.io/api/v1/crates/link-cplusplus/1.0.12/download -> link-cplusplus-1.0.12.crate https://crates.io/api/v1/crates/linux-raw-sys/0.12.1/download -> linux-raw-sys-0.12.1.crate https://crates.io/api/v1/crates/linux-raw-sys/0.4.15/download -> linux-raw-sys-0.4.15.crate https://crates.io/api/v1/crates/litemap/0.8.1/download -> litemap-0.8.1.crate https://crates.io/api/v1/crates/lock_api/0.4.14/download -> lock_api-0.4.14.crate https://crates.io/api/v1/crates/lock_free_hashtable/0.1.2/download -> lock_free_hashtable-0.1.2.crate https://crates.io/api/v1/crates/log/0.4.29/download -> log-0.4.29.crate https://crates.io/api/v1/crates/lsp-server/0.7.9/download -> lsp-server-0.7.9.crate https://crates.io/api/v1/crates/manyhow-macros/0.11.4/download -> manyhow-macros-0.11.4.crate https://crates.io/api/v1/crates/manyhow/0.11.4/download -> manyhow-0.11.4.crate https://crates.io/api/v1/crates/maplit/1.0.2/download -> maplit-1.0.2.crate https://crates.io/api/v1/crates/matchers/0.2.0/download -> matchers-0.2.0.crate https://crates.io/api/v1/crates/memchr/2.8.0/download -> memchr-2.8.0.crate https://crates.io/api/v1/crates/memmap2/0.9.10/download -> memmap2-0.9.10.crate https://crates.io/api/v1/crates/memoffset/0.6.5/download -> memoffset-0.6.5.crate https://crates.io/api/v1/crates/memory-stats/1.2.0/download -> memory-stats-1.2.0.crate https://crates.io/api/v1/crates/mimalloc/0.1.48/download -> mimalloc-0.1.48.crate https://crates.io/api/v1/crates/miniz_oxide/0.8.8/download -> miniz_oxide-0.8.8.crate https://crates.io/api/v1/crates/mio/1.2.0/download -> mio-1.2.0.crate https://crates.io/api/v1/crates/nix/0.23.1/download -> nix-0.23.1.crate https://crates.io/api/v1/crates/notify-types/2.0.0/download -> notify-types-2.0.0.crate https://crates.io/api/v1/crates/notify/8.2.0/download -> notify-8.2.0.crate https://crates.io/api/v1/crates/nu-ansi-term/0.50.3/download -> nu-ansi-term-0.50.3.crate https://crates.io/api/v1/crates/num-bigint/0.4.6/download -> num-bigint-0.4.6.crate https://crates.io/api/v1/crates/num-conv/0.2.0/download -> num-conv-0.2.0.crate https://crates.io/api/v1/crates/num-integer/0.1.46/download -> num-integer-0.1.46.crate https://crates.io/api/v1/crates/num-traits/0.2.19/download -> num-traits-0.2.19.crate https://crates.io/api/v1/crates/num_threads/0.1.3/download -> num_threads-0.1.3.crate https://crates.io/api/v1/crates/object/0.37.3/download -> object-0.37.3.crate https://crates.io/api/v1/crates/once_cell/1.21.4/download -> once_cell-1.21.4.crate https://crates.io/api/v1/crates/os_str_bytes/7.1.1/download -> os_str_bytes-7.1.1.crate https://crates.io/api/v1/crates/parking_lot/0.11.2/download -> parking_lot-0.11.2.crate https://crates.io/api/v1/crates/parking_lot/0.12.5/download -> parking_lot-0.12.5.crate https://crates.io/api/v1/crates/parking_lot_core/0.8.5/download -> parking_lot_core-0.8.5.crate https://crates.io/api/v1/crates/parking_lot_core/0.9.12/download -> parking_lot_core-0.9.12.crate https://crates.io/api/v1/crates/parse-display-derive/0.8.2/download -> parse-display-derive-0.8.2.crate https://crates.io/api/v1/crates/parse-display/0.8.2/download -> parse-display-0.8.2.crate https://crates.io/api/v1/crates/paste/1.0.15/download -> paste-1.0.15.crate https://crates.io/api/v1/crates/path-absolutize/3.1.1/download -> path-absolutize-3.1.1.crate https://crates.io/api/v1/crates/path-dedot/3.1.1/download -> path-dedot-3.1.1.crate https://crates.io/api/v1/crates/pathdiff/0.2.3/download -> pathdiff-0.2.3.crate https://crates.io/api/v1/crates/percent-encoding/2.3.2/download -> percent-encoding-2.3.2.crate https://crates.io/api/v1/crates/phf/0.11.3/download -> phf-0.11.3.crate https://crates.io/api/v1/crates/phf_codegen/0.11.3/download -> phf_codegen-0.11.3.crate https://crates.io/api/v1/crates/phf_generator/0.11.1/download -> phf_generator-0.11.1.crate https://crates.io/api/v1/crates/phf_shared/0.11.3/download -> phf_shared-0.11.3.crate https://crates.io/api/v1/crates/pin-project-lite/0.2.17/download -> pin-project-lite-0.2.17.crate https://crates.io/api/v1/crates/pkg-config/0.3.33/download -> pkg-config-0.3.33.crate https://crates.io/api/v1/crates/portable-atomic/1.13.1/download -> portable-atomic-1.13.1.crate https://crates.io/api/v1/crates/potential_utf/0.1.4/download -> potential_utf-0.1.4.crate https://crates.io/api/v1/crates/powerfmt/0.2.0/download -> powerfmt-0.2.0.crate https://crates.io/api/v1/crates/ppv-lite86/0.2.21/download -> ppv-lite86-0.2.21.crate https://crates.io/api/v1/crates/pretty_assertions/1.4.1/download -> pretty_assertions-1.4.1.crate https://crates.io/api/v1/crates/prettyplease/0.2.37/download -> prettyplease-0.2.37.crate https://crates.io/api/v1/crates/proc-macro-utils/0.10.0/download -> proc-macro-utils-0.10.0.crate https://crates.io/api/v1/crates/proc-macro2/1.0.106/download -> proc-macro2-1.0.106.crate https://crates.io/api/v1/crates/prost-derive/0.11.9/download -> prost-derive-0.11.9.crate https://crates.io/api/v1/crates/prost-types/0.11.9/download -> prost-types-0.11.9.crate https://crates.io/api/v1/crates/prost/0.11.9/download -> prost-0.11.9.crate https://crates.io/api/v1/crates/pulldown-cmark-escape/0.11.0/download -> pulldown-cmark-escape-0.11.0.crate https://crates.io/api/v1/crates/pulldown-cmark/0.13.3/download -> pulldown-cmark-0.13.3.crate https://crates.io/api/v1/crates/quote-use-macros/0.8.4/download -> quote-use-macros-0.8.4.crate https://crates.io/api/v1/crates/quote-use/0.8.4/download -> quote-use-0.8.4.crate https://crates.io/api/v1/crates/quote/1.0.45/download -> quote-1.0.45.crate https://crates.io/api/v1/crates/r-efi/5.2.0/download -> r-efi-5.2.0.crate https://crates.io/api/v1/crates/rand/0.10.1/download -> rand-0.10.1.crate https://crates.io/api/v1/crates/rand/0.8.5/download -> rand-0.8.5.crate https://crates.io/api/v1/crates/rand/0.9.4/download -> rand-0.9.4.crate https://crates.io/api/v1/crates/rand_chacha/0.3.1/download -> rand_chacha-0.3.1.crate https://crates.io/api/v1/crates/rand_chacha/0.9.0/download -> rand_chacha-0.9.0.crate https://crates.io/api/v1/crates/rand_core/0.10.1/download -> rand_core-0.10.1.crate https://crates.io/api/v1/crates/rand_core/0.6.4/download -> rand_core-0.6.4.crate https://crates.io/api/v1/crates/rand_core/0.9.5/download -> rand_core-0.9.5.crate https://crates.io/api/v1/crates/rayon-core/1.13.0/download -> rayon-core-1.13.0.crate https://crates.io/api/v1/crates/rayon/1.12.0/download -> rayon-1.12.0.crate https://crates.io/api/v1/crates/redox_syscall/0.2.10/download -> redox_syscall-0.2.10.crate https://crates.io/api/v1/crates/redox_syscall/0.5.6/download -> redox_syscall-0.5.6.crate https://crates.io/api/v1/crates/redox_syscall/0.7.0/download -> redox_syscall-0.7.0.crate https://crates.io/api/v1/crates/ref-cast-impl/1.0.25/download -> ref-cast-impl-1.0.25.crate https://crates.io/api/v1/crates/ref-cast/1.0.25/download -> ref-cast-1.0.25.crate https://crates.io/api/v1/crates/regex-automata/0.4.14/download -> regex-automata-0.4.14.crate https://crates.io/api/v1/crates/regex-syntax/0.7.5/download -> regex-syntax-0.7.5.crate https://crates.io/api/v1/crates/regex-syntax/0.8.10/download -> regex-syntax-0.8.10.crate https://crates.io/api/v1/crates/regex/1.12.3/download -> regex-1.12.3.crate https://crates.io/api/v1/crates/relative-path/1.9.3/download -> relative-path-1.9.3.crate https://crates.io/api/v1/crates/rustc-demangle/0.1.27/download -> rustc-demangle-0.1.27.crate https://crates.io/api/v1/crates/rustc-hash/2.1.2/download -> rustc-hash-2.1.2.crate https://crates.io/api/v1/crates/rustix/0.38.44/download -> rustix-0.38.44.crate https://crates.io/api/v1/crates/rustix/1.1.4/download -> rustix-1.1.4.crate https://crates.io/api/v1/crates/rustversion/1.0.22/download -> rustversion-1.0.22.crate https://crates.io/api/v1/crates/ryu/0.2.8/download -> ryu-0.2.8.crate https://crates.io/api/v1/crates/ryu/1.0.23/download -> ryu-1.0.23.crate https://crates.io/api/v1/crates/same-file/1.0.6/download -> same-file-1.0.6.crate https://crates.io/api/v1/crates/schemars/0.9.0/download -> schemars-0.9.0.crate https://crates.io/api/v1/crates/schemars/1.2.1/download -> schemars-1.2.1.crate https://crates.io/api/v1/crates/scopeguard/1.2.0/download -> scopeguard-1.2.0.crate https://crates.io/api/v1/crates/scratch/1.0.6/download -> scratch-1.0.6.crate https://crates.io/api/v1/crates/seahash/4.1.0/download -> seahash-4.1.0.crate https://crates.io/api/v1/crates/semver/1.0.28/download -> semver-1.0.28.crate https://crates.io/api/v1/crates/serde-wasm-bindgen/0.6.5/download -> serde-wasm-bindgen-0.6.5.crate https://crates.io/api/v1/crates/serde/1.0.228/download -> serde-1.0.228.crate https://crates.io/api/v1/crates/serde_bser/0.4.0/download -> serde_bser-0.4.0.crate https://crates.io/api/v1/crates/serde_bytes/0.11.19/download -> serde_bytes-0.11.19.crate https://crates.io/api/v1/crates/serde_core/1.0.228/download -> serde_core-1.0.228.crate https://crates.io/api/v1/crates/serde_derive/1.0.228/download -> serde_derive-1.0.228.crate https://crates.io/api/v1/crates/serde_json/1.0.149/download -> serde_json-1.0.149.crate https://crates.io/api/v1/crates/serde_jsonrc/0.1.0/download -> serde_jsonrc-0.1.0.crate https://crates.io/api/v1/crates/serde_repr/0.1.20/download -> serde_repr-0.1.20.crate https://crates.io/api/v1/crates/serde_spanned/1.1.1/download -> serde_spanned-1.1.1.crate https://crates.io/api/v1/crates/serde_with/3.18.0/download -> serde_with-3.18.0.crate https://crates.io/api/v1/crates/serde_with_macros/3.18.0/download -> serde_with_macros-3.18.0.crate https://crates.io/api/v1/crates/sha2/0.10.9/download -> sha2-0.10.9.crate https://crates.io/api/v1/crates/sharded-slab/0.1.4/download -> sharded-slab-0.1.4.crate https://crates.io/api/v1/crates/shlex/1.3.0/download -> shlex-1.3.0.crate https://crates.io/api/v1/crates/signal-hook-registry/1.4.5/download -> signal-hook-registry-1.4.5.crate https://crates.io/api/v1/crates/siphasher/1.0.1/download -> siphasher-1.0.1.crate https://crates.io/api/v1/crates/slab/0.4.12/download -> slab-0.4.12.crate https://crates.io/api/v1/crates/smallvec/1.15.1/download -> smallvec-1.15.1.crate https://crates.io/api/v1/crates/socket2/0.6.3/download -> socket2-0.6.3.crate https://crates.io/api/v1/crates/sorted_vector_map/0.2.1/download -> sorted_vector_map-0.2.1.crate https://crates.io/api/v1/crates/stable_deref_trait/1.2.0/download -> stable_deref_trait-1.2.0.crate https://crates.io/api/v1/crates/starlark_map/0.13.0/download -> starlark_map-0.13.0.crate https://crates.io/api/v1/crates/static_assertions/1.1.0/download -> static_assertions-1.1.0.crate https://crates.io/api/v1/crates/static_interner/0.1.1/download -> static_interner-0.1.1.crate https://crates.io/api/v1/crates/strsim/0.10.0/download -> strsim-0.10.0.crate https://crates.io/api/v1/crates/strsim/0.11.1/download -> strsim-0.11.1.crate https://crates.io/api/v1/crates/structmeta-derive/0.2.0/download -> structmeta-derive-0.2.0.crate https://crates.io/api/v1/crates/structmeta/0.2.0/download -> structmeta-0.2.0.crate https://crates.io/api/v1/crates/subtle/2.6.1/download -> subtle-2.6.1.crate https://crates.io/api/v1/crates/syn/1.0.109/download -> syn-1.0.109.crate https://crates.io/api/v1/crates/syn/2.0.117/download -> syn-2.0.117.crate https://crates.io/api/v1/crates/synstructure/0.13.2/download -> synstructure-0.13.2.crate https://crates.io/api/v1/crates/tar/0.4.45/download -> tar-0.4.45.crate https://crates.io/api/v1/crates/tempfile/3.27.0/download -> tempfile-3.27.0.crate https://crates.io/api/v1/crates/termcolor/1.4.1/download -> termcolor-1.4.1.crate https://crates.io/api/v1/crates/terminal_size/0.4.4/download -> terminal_size-0.4.4.crate https://crates.io/api/v1/crates/thiserror-impl/1.0.69/download -> thiserror-impl-1.0.69.crate https://crates.io/api/v1/crates/thiserror-impl/2.0.18/download -> thiserror-impl-2.0.18.crate https://crates.io/api/v1/crates/thiserror/1.0.69/download -> thiserror-1.0.69.crate https://crates.io/api/v1/crates/thiserror/2.0.18/download -> thiserror-2.0.18.crate https://crates.io/api/v1/crates/thread_local/1.1.9/download -> thread_local-1.1.9.crate https://crates.io/api/v1/crates/tikv-jemalloc-sys/0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7/download -> tikv-jemalloc-sys-0.6.1+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7.crate https://crates.io/api/v1/crates/tikv-jemallocator/0.6.1/download -> tikv-jemallocator-0.6.1.crate https://crates.io/api/v1/crates/time-core/0.1.8/download -> time-core-0.1.8.crate https://crates.io/api/v1/crates/time-macros/0.2.27/download -> time-macros-0.2.27.crate https://crates.io/api/v1/crates/time/0.3.47/download -> time-0.3.47.crate https://crates.io/api/v1/crates/tinystr/0.8.3/download -> tinystr-0.8.3.crate https://crates.io/api/v1/crates/tinyvec/1.11.0/download -> tinyvec-1.11.0.crate https://crates.io/api/v1/crates/tinyvec_macros/0.1.0/download -> tinyvec_macros-0.1.0.crate https://crates.io/api/v1/crates/tokio-macros/2.7.0/download -> tokio-macros-2.7.0.crate https://crates.io/api/v1/crates/tokio-util/0.6.10/download -> tokio-util-0.6.10.crate https://crates.io/api/v1/crates/tokio/1.52.1/download -> tokio-1.52.1.crate https://crates.io/api/v1/crates/toml/0.9.12+spec-1.1.0/download -> toml-0.9.12+spec-1.1.0.crate https://crates.io/api/v1/crates/toml_datetime/0.7.5+spec-1.1.0/download -> toml_datetime-0.7.5+spec-1.1.0.crate https://crates.io/api/v1/crates/toml_edit/0.23.10+spec-1.0.0/download -> toml_edit-0.23.10+spec-1.0.0.crate https://crates.io/api/v1/crates/toml_parser/1.1.2+spec-1.1.0/download -> toml_parser-1.1.2+spec-1.1.0.crate https://crates.io/api/v1/crates/toml_writer/1.1.1+spec-1.1.0/download -> toml_writer-1.1.1+spec-1.1.0.crate https://crates.io/api/v1/crates/tracing-attributes/0.1.31/download -> tracing-attributes-0.1.31.crate https://crates.io/api/v1/crates/tracing-core/0.1.36/download -> tracing-core-0.1.36.crate https://crates.io/api/v1/crates/tracing-log/0.2.0/download -> tracing-log-0.2.0.crate https://crates.io/api/v1/crates/tracing-serde/0.2.0/download -> tracing-serde-0.2.0.crate https://crates.io/api/v1/crates/tracing-subscriber/0.3.23/download -> tracing-subscriber-0.3.23.crate https://crates.io/api/v1/crates/tracing/0.1.44/download -> tracing-0.1.44.crate https://crates.io/api/v1/crates/triomphe/0.1.15/download -> triomphe-0.1.15.crate https://crates.io/api/v1/crates/typenum/1.19.0/download -> typenum-1.19.0.crate https://crates.io/api/v1/crates/unicase/2.9.0/download -> unicase-2.9.0.crate https://crates.io/api/v1/crates/unicode-ident/1.0.24/download -> unicode-ident-1.0.24.crate https://crates.io/api/v1/crates/unicode-normalization/0.1.25/download -> unicode-normalization-0.1.25.crate https://crates.io/api/v1/crates/unicode-segmentation/1.13.2/download -> unicode-segmentation-1.13.2.crate https://crates.io/api/v1/crates/unicode-width/0.1.14/download -> unicode-width-0.1.14.crate https://crates.io/api/v1/crates/unicode-width/0.2.2/download -> unicode-width-0.2.2.crate https://crates.io/api/v1/crates/unicode-xid/0.2.6/download -> unicode-xid-0.2.6.crate https://crates.io/api/v1/crates/unicode_names2/1.2.2/download -> unicode_names2-1.2.2.crate https://crates.io/api/v1/crates/unicode_names2_generator/1.2.2/download -> unicode_names2_generator-1.2.2.crate https://crates.io/api/v1/crates/unit-prefix/0.5.1/download -> unit-prefix-0.5.1.crate https://crates.io/api/v1/crates/url/2.5.8/download -> url-2.5.8.crate https://crates.io/api/v1/crates/utf8_iter/1.0.4/download -> utf8_iter-1.0.4.crate https://crates.io/api/v1/crates/utf8parse/0.2.2/download -> utf8parse-0.2.2.crate https://crates.io/api/v1/crates/uuid-rng-internal/1.23.1/download -> uuid-rng-internal-1.23.1.crate https://crates.io/api/v1/crates/uuid/1.23.1/download -> uuid-1.23.1.crate https://crates.io/api/v1/crates/valuable/0.1.1/download -> valuable-0.1.1.crate https://crates.io/api/v1/crates/vec1/1.12.1/download -> vec1-1.12.1.crate https://crates.io/api/v1/crates/version_check/0.9.5/download -> version_check-0.9.5.crate https://crates.io/api/v1/crates/walkdir/2.5.0/download -> walkdir-2.5.0.crate https://crates.io/api/v1/crates/wasi/0.11.0+wasi-snapshot-preview1/download -> wasi-0.11.0+wasi-snapshot-preview1.crate https://crates.io/api/v1/crates/wasip2/1.0.1+wasi-0.2.4/download -> wasip2-1.0.1+wasi-0.2.4.crate https://crates.io/api/v1/crates/wasip3/0.4.0+wasi-0.3.0-rc-2026-01-06/download -> wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06.crate https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.118/download -> wasm-bindgen-macro-support-0.2.118.crate https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.118/download -> wasm-bindgen-macro-0.2.118.crate https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.118/download -> wasm-bindgen-shared-0.2.118.crate https://crates.io/api/v1/crates/wasm-bindgen/0.2.118/download -> wasm-bindgen-0.2.118.crate https://crates.io/api/v1/crates/wasm-encoder/0.244.0/download -> wasm-encoder-0.244.0.crate https://crates.io/api/v1/crates/wasm-metadata/0.244.0/download -> wasm-metadata-0.244.0.crate https://crates.io/api/v1/crates/wasmparser/0.244.0/download -> wasmparser-0.244.0.crate https://crates.io/api/v1/crates/watchman_client/0.9.0/download -> watchman_client-0.9.0.crate https://crates.io/api/v1/crates/web-time/1.1.0/download -> web-time-1.1.0.crate https://crates.io/api/v1/crates/which/4.4.2/download -> which-4.4.2.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download -> winapi-i686-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi-util/0.1.11/download -> winapi-util-0.1.11.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download -> winapi-x86_64-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi/0.3.9/download -> winapi-0.3.9.crate https://crates.io/api/v1/crates/windows-core/0.62.2/download -> windows-core-0.62.2.crate https://crates.io/api/v1/crates/windows-implement/0.60.2/download -> windows-implement-0.60.2.crate https://crates.io/api/v1/crates/windows-interface/0.59.3/download -> windows-interface-0.59.3.crate https://crates.io/api/v1/crates/windows-link/0.2.1/download -> windows-link-0.2.1.crate https://crates.io/api/v1/crates/windows-result/0.4.1/download -> windows-result-0.4.1.crate https://crates.io/api/v1/crates/windows-strings/0.5.1/download -> windows-strings-0.5.1.crate https://crates.io/api/v1/crates/windows-sys/0.48.0/download -> windows-sys-0.48.0.crate https://crates.io/api/v1/crates/windows-sys/0.52.0/download -> windows-sys-0.52.0.crate https://crates.io/api/v1/crates/windows-sys/0.59.0/download -> windows-sys-0.59.0.crate https://crates.io/api/v1/crates/windows-sys/0.60.2/download -> windows-sys-0.60.2.crate https://crates.io/api/v1/crates/windows-sys/0.61.2/download -> windows-sys-0.61.2.crate https://crates.io/api/v1/crates/windows-targets/0.48.5/download -> windows-targets-0.48.5.crate https://crates.io/api/v1/crates/windows-targets/0.52.6/download -> windows-targets-0.52.6.crate https://crates.io/api/v1/crates/windows-targets/0.53.2/download -> windows-targets-0.53.2.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.48.5/download -> windows_aarch64_gnullvm-0.48.5.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.6/download -> windows_aarch64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.53.0/download -> windows_aarch64_gnullvm-0.53.0.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.48.5/download -> windows_aarch64_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.6/download -> windows_aarch64_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.53.0/download -> windows_aarch64_msvc-0.53.0.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.48.5/download -> windows_i686_gnu-0.48.5.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.52.6/download -> windows_i686_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.53.0/download -> windows_i686_gnu-0.53.0.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.52.6/download -> windows_i686_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.53.0/download -> windows_i686_gnullvm-0.53.0.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.48.5/download -> windows_i686_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.52.6/download -> windows_i686_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.53.0/download -> windows_i686_msvc-0.53.0.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.48.5/download -> windows_x86_64_gnu-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.6/download -> windows_x86_64_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.53.0/download -> windows_x86_64_gnu-0.53.0.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.48.5/download -> windows_x86_64_gnullvm-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.6/download -> windows_x86_64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.53.0/download -> windows_x86_64_gnullvm-0.53.0.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.48.5/download -> windows_x86_64_msvc-0.48.5.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.6/download -> windows_x86_64_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.53.0/download -> windows_x86_64_msvc-0.53.0.crate https://crates.io/api/v1/crates/winnow/0.7.15/download -> winnow-0.7.15.crate https://crates.io/api/v1/crates/winnow/1.0.1/download -> winnow-1.0.1.crate https://crates.io/api/v1/crates/wit-bindgen-core/0.51.0/download -> wit-bindgen-core-0.51.0.crate https://crates.io/api/v1/crates/wit-bindgen-rust-macro/0.51.0/download -> wit-bindgen-rust-macro-0.51.0.crate https://crates.io/api/v1/crates/wit-bindgen-rust/0.51.0/download -> wit-bindgen-rust-0.51.0.crate https://crates.io/api/v1/crates/wit-bindgen/0.46.0/download -> wit-bindgen-0.46.0.crate https://crates.io/api/v1/crates/wit-bindgen/0.51.0/download -> wit-bindgen-0.51.0.crate https://crates.io/api/v1/crates/wit-component/0.244.0/download -> wit-component-0.244.0.crate https://crates.io/api/v1/crates/wit-parser/0.244.0/download -> wit-parser-0.244.0.crate https://crates.io/api/v1/crates/writeable/0.6.2/download -> writeable-0.6.2.crate https://crates.io/api/v1/crates/xattr/1.6.1/download -> xattr-1.6.1.crate https://crates.io/api/v1/crates/xxhash-rust/0.8.15/download -> xxhash-rust-0.8.15.crate https://crates.io/api/v1/crates/yansi/1.0.1/download -> yansi-1.0.1.crate https://crates.io/api/v1/crates/yoke-derive/0.8.2/download -> yoke-derive-0.8.2.crate https://crates.io/api/v1/crates/yoke/0.8.2/download -> yoke-0.8.2.crate https://crates.io/api/v1/crates/zerocopy-derive/0.8.48/download -> zerocopy-derive-0.8.48.crate https://crates.io/api/v1/crates/zerocopy/0.8.48/download -> zerocopy-0.8.48.crate https://crates.io/api/v1/crates/zerofrom-derive/0.1.7/download -> zerofrom-derive-0.1.7.crate https://crates.io/api/v1/crates/zerofrom/0.1.7/download -> zerofrom-0.1.7.crate https://crates.io/api/v1/crates/zerotrie/0.2.4/download -> zerotrie-0.2.4.crate https://crates.io/api/v1/crates/zerovec-derive/0.11.3/download -> zerovec-derive-0.11.3.crate https://crates.io/api/v1/crates/zerovec/0.11.6/download -> zerovec-0.11.6.crate https://crates.io/api/v1/crates/zmij/1.0.21/download -> zmij-1.0.21.crate https://crates.io/api/v1/crates/zstd-safe/7.2.4/download -> zstd-safe-7.2.4.crate https://crates.io/api/v1/crates/zstd-sys/2.0.16+zstd.1.5.7/download -> zstd-sys-2.0.16+zstd.1.5.7.crate https://crates.io/api/v1/crates/zstd/0.13.3/download -> zstd-0.13.3.crate https://github.com/astral-sh/lsp-types/archive/3512a9f33eadc5402cfab1b8f7340824c8ca1439.tar.gz -> lsp-types-3512a9f33eadc5402cfab1b8f7340824c8ca1439.gh.tar.gz https://github.com/astral-sh/ruff/archive/474b00568ad78f02ad8e19b8166cbeb6d69f8511.tar.gz -> ruff-474b00568ad78f02ad8e19b8166cbeb6d69f8511.gh.tar.gz https://github.com/astral-sh/ruff/archive/474b00568ad78f02ad8e19b8166cbeb6d69f8511.tar.gz -> ruff-474b00568ad78f02ad8e19b8166cbeb6d69f8511.gh.tar.gz https://github.com/yaahc/displaydoc/archive/7dc6e324b1788a6b7fb9f3a1953c512923a3e9f0.tar.gz -> displaydoc-7dc6e324b1788a6b7fb9f3a1953c512923a3e9f0.gh.tar.gz https://github.com/astral-sh/ruff/archive/474b00568ad78f02ad8e19b8166cbeb6d69f8511.tar.gz -> ruff-474b00568ad78f02ad8e19b8166cbeb6d69f8511.gh.tar.gz https://github.com/astral-sh/ruff/archive/474b00568ad78f02ad8e19b8166cbeb6d69f8511.tar.gz -> ruff-474b00568ad78f02ad8e19b8166cbeb6d69f8511.gh.tar.gz https://github.com/facebookexperimental/cxx/archive/d98f6c434f8e6a018533c31a7a4cf7cdc7252210.tar.gz -> cxx-d98f6c434f8e6a018533c31a7a4cf7cdc7252210.gh.tar.gz https://github.com/jakoschiko/quickcheck/archive/6ecdf5bb4b0132ce66670b4d46453aa022ea892c.tar.gz -> quickcheck-6ecdf5bb4b0132ce66670b4d46453aa022ea892c.gh.tar.gz https://github.com/astral-sh/ruff/archive/474b00568ad78f02ad8e19b8166cbeb6d69f8511.tar.gz -> ruff-474b00568ad78f02ad8e19b8166cbeb6d69f8511.gh.tar.gz https://github.com/astral-sh/ruff/archive/474b00568ad78f02ad8e19b8166cbeb6d69f8511.tar.gz -> ruff-474b00568ad78f02ad8e19b8166cbeb6d69f8511.gh.tar.gz https://github.com/facebookexperimental/cxx/archive/d98f6c434f8e6a018533c31a7a4cf7cdc7252210.tar.gz -> cxx-d98f6c434f8e6a018533c31a7a4cf7cdc7252210.gh.tar.gz https://github.com/astral-sh/ruff/archive/474b00568ad78f02ad8e19b8166cbeb6d69f8511.tar.gz -> ruff-474b00568ad78f02ad8e19b8166cbeb6d69f8511.gh.tar.gz https://github.com/astral-sh/ruff/archive/474b00568ad78f02ad8e19b8166cbeb6d69f8511.tar.gz -> ruff-474b00568ad78f02ad8e19b8166cbeb6d69f8511.gh.tar.gz https://github.com/facebookexperimental/cxx/archive/d98f6c434f8e6a018533c31a7a4cf7cdc7252210.tar.gz -> cxx-d98f6c434f8e6a018533c31a7a4cf7cdc7252210.gh.tar.gz https://github.com/facebookexperimental/cxx/archive/d98f6c434f8e6a018533c31a7a4cf7cdc7252210.tar.gz -> cxx-d98f6c434f8e6a018533c31a7a4cf7cdc7252210.gh.tar.gz https://github.com/rust-lang/backtrace-rs/archive/df979dcf80027eb047d7bb9e0874710c15009f31.tar.gz -> backtrace-rs-df979dcf80027eb047d7bb9e0874710c15009f31.gh.tar.gz https://github.com/facebookexperimental/cxx/archive/d98f6c434f8e6a018533c31a7a4cf7cdc7252210.tar.gz -> cxx-d98f6c434f8e6a018533c31a7a4cf7cdc7252210.gh.tar.gz https://github.com/astral-sh/ruff/archive/474b00568ad78f02ad8e19b8166cbeb6d69f8511.tar.gz -> ruff-474b00568ad78f02ad8e19b8166cbeb6d69f8511.gh.tar.gz +_eclasses_=cargo 53bab5a62cfc3526d8ed02c0a38a6033 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 pypi a451be5a08e8eb46f927fc6dd163583f rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 +_md5_=65634356275d1d025ca8fb1c587a7d19 diff --git a/metadata/md5-cache/dev-python/python-lsp-mypy-0.7.0 b/metadata/md5-cache/dev-python/python-lsp-mypy-0.7.0 index 3235cb9e1583..d37c68b4f0a9 100644 --- a/metadata/md5-cache/dev-python/python-lsp-mypy-0.7.0 +++ b/metadata/md5-cache/dev-python/python-lsp-mypy-0.7.0 @@ -5,7 +5,7 @@ EAPI=8 HOMEPAGE=https://github.com/python-lsp/pylsp-mypy https://pypi.org/project/pylsp-mypy/ INHERIT=distutils-r1 IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 -KEYWORDS=~amd64 ~arm64 ~x86 +KEYWORDS=~amd64 ~arm64 LICENSE=MIT RDEPEND=>=dev-python/python-lsp-server-1.7.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/mypy-0.981[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/tomli-1.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) @@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/python-lsp/pylsp-mypy/archive/refs/tags/0.7.0.tar.gz -> python-lsp-mypy-0.7.0.gh.tar.gz _eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=0c9c387a37eb741e8d93b3aa575d4b21 +_md5_=8b17d7178aa203e07e216f0601a4f731 diff --git a/metadata/md5-cache/dev-python/python-pskc-1.4 b/metadata/md5-cache/dev-python/python-pskc-1.4 index 673ece6fb78f..f20d1495c589 100644 --- a/metadata/md5-cache/dev-python/python-pskc-1.4 +++ b/metadata/md5-cache/dev-python/python-pskc-1.4 @@ -5,7 +5,7 @@ EAPI=8 HOMEPAGE=https://pypi.org/project/python-pskc/ https://arthurdejong.org/python-pskc/ https://github.com/arthurdejong/python-pskc INHERIT=distutils-r1 pypi IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 -KEYWORDS=~amd64 ~arm64 ~ppc64 ~riscv +KEYWORDS=amd64 ~arm64 ~ppc64 ~riscv LICENSE=LGPL-2.1+ RDEPEND=dev-python/cryptography[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/python-dateutil[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/defusedxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/signxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) @@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://files.pythonhosted.org/packages/source/p/python-pskc/python_pskc-1.4.tar.gz _eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a pypi a451be5a08e8eb46f927fc6dd163583f python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=96aacf8e16d2160e4546290cd983f57b +_md5_=09cddb6fdbb92c1b4a17671df1927f4b diff --git a/metadata/md5-cache/dev-python/scrapy-2.12.0 b/metadata/md5-cache/dev-python/scrapy-2.12.0 deleted file mode 100644 index f865adb9c6c9..000000000000 --- a/metadata/md5-cache/dev-python/scrapy-2.12.0 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=test? ( dev-python/cssselect[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/cryptography[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] <dev-python/priority-2.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/h2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/itemadapter[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/itemloaders[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/lxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/parsel[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/protego[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pydispatcher-2.0.5[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pyopenssl[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/queuelib[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/service-identity[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/six[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/tldextract[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/twisted-18.9.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/w3lib[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/zope-interface[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/botocore[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/defusedxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pexpect[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/testfixtures[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/uvloop[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) test? ( dev-python/cssselect[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/cryptography[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] <dev-python/priority-2.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/h2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/itemadapter[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/itemloaders[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/lxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/parsel[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/protego[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pydispatcher-2.0.5[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pyopenssl[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/queuelib[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/service-identity[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/six[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/tldextract[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/twisted-18.9.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/w3lib[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/zope-interface[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] -DEFINED_PHASES=compile configure install prepare test -DESCRIPTION=A high-level Web Crawling and Web Scraping framework -EAPI=8 -HOMEPAGE=https://scrapy.org/ -INHERIT=distutils-r1 pypi -IUSE=test test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 -KEYWORDS=~amd64 ~arm64 -LICENSE=BSD -RDEPEND=dev-python/cssselect[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/cryptography[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] <dev-python/priority-2.0.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/h2[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/itemadapter[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/itemloaders[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/lxml[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/parsel[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/protego[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pydispatcher-2.0.5[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pyopenssl[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/queuelib[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/service-identity[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/six[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/tldextract[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/twisted-18.9.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/w3lib[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/zope-interface[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) -REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) -RESTRICT=!test? ( test ) !test? ( test ) -SLOT=0 -SRC_URI=https://files.pythonhosted.org/packages/source/s/scrapy/scrapy-2.12.0.tar.gz -_eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a pypi a451be5a08e8eb46f927fc6dd163583f python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=1224cf759cc4b6f59526fd3aa39b3fc1 diff --git a/metadata/md5-cache/dev-python/urllib3-2.6.3 b/metadata/md5-cache/dev-python/urllib3-2.6.3 deleted file mode 100644 index 4cc63ae2e9e3..000000000000 --- a/metadata/md5-cache/dev-python/urllib3-2.6.3 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=dev-python/hatch-vcs[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] test? ( python_targets_pypy3_11? ( >=dev-python/pysocks-1.5.8[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] <dev-python/pysocks-2.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] brotli? ( >=dev-python/brotlicffi-1.2.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) http2? ( <dev-python/h2-5[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/h2-4[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) zstd? ( python_targets_pypy3_11? ( >=dev-python/backports-zstd-1.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( >=dev-python/backports-zstd-1.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_12? ( >=dev-python/backports-zstd-1.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_13? ( >=dev-python/backports-zstd-1.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) ) dev-python/brotlicffi[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/freezegun[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/h2[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/httpx[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-rerunfailures[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-timeout[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-xdist[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/quart[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/quart-trio[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/trio[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/tornado-4.2.1[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/trustme-0.5.3[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_11? ( >=dev-python/pysocks-1.5.8[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] <dev-python/pysocks-2.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] brotli? ( >=dev-python/brotlicffi-1.2.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) http2? ( <dev-python/h2-5[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/h2-4[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) zstd? ( python_targets_pypy3_11? ( >=dev-python/backports-zstd-1.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( >=dev-python/backports-zstd-1.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_12? ( >=dev-python/backports-zstd-1.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_13? ( >=dev-python/backports-zstd-1.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) ) dev-python/brotlicffi[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/freezegun[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/h2[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/httpx[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-rerunfailures[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-timeout[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-xdist[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/quart[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/quart-trio[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/trio[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/tornado-4.2.1[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/trustme-0.5.3[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_12? ( >=dev-python/pysocks-1.5.8[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] <dev-python/pysocks-2.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] brotli? ( >=dev-python/brotlicffi-1.2.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) http2? ( <dev-python/h2-5[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/h2-4[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) zstd? ( python_targets_pypy3_11? ( >=dev-python/backports-zstd-1.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( >=dev-python/backports-zstd-1.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_12? ( >=dev-python/backports-zstd-1.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_13? ( >=dev-python/backports-zstd-1.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) ) dev-python/brotlicffi[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/freezegun[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/h2[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/httpx[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-rerunfailures[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-timeout[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-xdist[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/quart[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/quart-trio[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/trio[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/tornado-4.2.1[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/trustme-0.5.3[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_13? ( >=dev-python/pysocks-1.5.8[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] <dev-python/pysocks-2.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] brotli? ( >=dev-python/brotlicffi-1.2.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) http2? ( <dev-python/h2-5[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/h2-4[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) zstd? ( python_targets_pypy3_11? ( >=dev-python/backports-zstd-1.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( >=dev-python/backports-zstd-1.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_12? ( >=dev-python/backports-zstd-1.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_13? ( >=dev-python/backports-zstd-1.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) ) dev-python/brotlicffi[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/freezegun[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/h2[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/httpx[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-rerunfailures[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-timeout[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-xdist[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/quart[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/quart-trio[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/trio[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/tornado-4.2.1[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/trustme-0.5.3[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_14? ( >=dev-python/pysocks-1.5.8[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] <dev-python/pysocks-2.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] brotli? ( >=dev-python/brotlicffi-1.2.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) http2? ( <dev-python/h2-5[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/h2-4[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) zstd? ( python_targets_pypy3_11? ( >=dev-python/backports-zstd-1.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( >=dev-python/backports-zstd-1.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_12? ( >=dev-python/backports-zstd-1.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_13? ( >=dev-python/backports-zstd-1.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) ) dev-python/brotlicffi[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/freezegun[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/h2[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/httpx[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-rerunfailures[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-timeout[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-xdist[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/quart[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/quart-trio[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/trio[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/tornado-4.2.1[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/trustme-0.5.3[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_pypy3_11? ( >=dev-python/backports-zstd-1.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( >=dev-python/backports-zstd-1.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_12? ( >=dev-python/backports-zstd-1.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_13? ( >=dev-python/backports-zstd-1.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) ) python_targets_pypy3_11? ( dev-lang/pypy:3.11=[ssl(+)] ) python_targets_python3_11? ( dev-lang/python:3.11[ssl(+)] ) python_targets_python3_12? ( dev-lang/python:3.12[ssl(+)] ) python_targets_python3_13? ( dev-lang/python:3.13[ssl(+)] ) python_targets_python3_14? ( dev-lang/python:3.14[ssl(+)] ) >=dev-python/gpep517-16[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/hatchling-1.27.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] verify-provenance? ( dev-python/pypi-attestations ) -DEFINED_PHASES=compile configure install prepare test unpack -DESCRIPTION=HTTP library with thread-safe connection pooling, file post, and more -EAPI=8 -HOMEPAGE=https://github.com/urllib3/urllib3/ https://pypi.org/project/urllib3/ -INHERIT=distutils-r1 pypi -IUSE=brotli http2 test zstd python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 verify-provenance -KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris -LICENSE=MIT -RDEPEND=>=dev-python/pysocks-1.5.8[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] <dev-python/pysocks-2.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] brotli? ( >=dev-python/brotlicffi-1.2.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) http2? ( <dev-python/h2-5[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/h2-4[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) zstd? ( python_targets_pypy3_11? ( >=dev-python/backports-zstd-1.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( >=dev-python/backports-zstd-1.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_12? ( >=dev-python/backports-zstd-1.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_13? ( >=dev-python/backports-zstd-1.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) ) python_targets_pypy3_11? ( dev-lang/pypy:3.11=[ssl(+)] ) python_targets_python3_11? ( dev-lang/python:3.11[ssl(+)] ) python_targets_python3_12? ( dev-lang/python:3.12[ssl(+)] ) python_targets_python3_13? ( dev-lang/python:3.13[ssl(+)] ) python_targets_python3_14? ( dev-lang/python:3.14[ssl(+)] ) -REQUIRED_USE=|| ( python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://files.pythonhosted.org/packages/source/u/urllib3/urllib3-2.6.3.tar.gz verify-provenance? ( https://pypi.org/integrity/urllib3/v2.6.3/urllib3-2.6.3.tar.gz/provenance -> urllib3-2.6.3.tar.gz.provenance ) test? ( https://github.com/urllib3/hypercorn/archive/d1719f8c1570cbd8e6a3719ffdb14a4d72880abb.tar.gz -> hypercorn-d1719f8c1570cbd8e6a3719ffdb14a4d72880abb.gh.tar.gz ) -_eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a pypi a451be5a08e8eb46f927fc6dd163583f python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=2aba043d4fdcf0d8db8ef42b50b69b93 diff --git a/metadata/md5-cache/dev-python/urllib3-2.7.0 b/metadata/md5-cache/dev-python/urllib3-2.7.0 index 28756a3f591b..c452048604a8 100644 --- a/metadata/md5-cache/dev-python/urllib3-2.7.0 +++ b/metadata/md5-cache/dev-python/urllib3-2.7.0 @@ -5,7 +5,7 @@ EAPI=8 HOMEPAGE=https://github.com/urllib3/urllib3/ https://pypi.org/project/urllib3/ INHERIT=distutils-r1 pypi IUSE=brotli http2 test zstd python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 verify-provenance -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris +KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris LICENSE=MIT RDEPEND=>=dev-python/pysocks-1.5.8[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] <dev-python/pysocks-2.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] brotli? ( >=dev-python/brotlicffi-1.2.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) http2? ( <dev-python/h2-5[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/h2-4[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) zstd? ( python_targets_pypy3_11? ( >=dev-python/backports-zstd-1.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( >=dev-python/backports-zstd-1.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_12? ( >=dev-python/backports-zstd-1.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_13? ( >=dev-python/backports-zstd-1.0.0[python_targets_pypy3_11(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) ) python_targets_pypy3_11? ( dev-lang/pypy:3.11=[ssl(+)] ) python_targets_python3_11? ( dev-lang/python:3.11[ssl(+)] ) python_targets_python3_12? ( dev-lang/python:3.12[ssl(+)] ) python_targets_python3_13? ( dev-lang/python:3.13[ssl(+)] ) python_targets_python3_14? ( dev-lang/python:3.14[ssl(+)] ) REQUIRED_USE=|| ( python_targets_pypy3_11 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) @@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://files.pythonhosted.org/packages/source/u/urllib3/urllib3-2.7.0.tar.gz verify-provenance? ( https://pypi.org/integrity/urllib3/v2.7.0/urllib3-2.7.0.tar.gz/provenance -> urllib3-2.7.0.tar.gz.provenance ) test? ( https://github.com/urllib3/hypercorn/archive/d1719f8c1570cbd8e6a3719ffdb14a4d72880abb.tar.gz -> hypercorn-d1719f8c1570cbd8e6a3719ffdb14a4d72880abb.gh.tar.gz ) _eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a pypi a451be5a08e8eb46f927fc6dd163583f python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=98a243daff6f57c30508439e824cd5e7 +_md5_=5d0f3262936ae81efd09cd2fc2e2888e diff --git a/metadata/md5-cache/dev-util/codex-0.128.0 b/metadata/md5-cache/dev-util/codex-0.129.0 index 6de90f2c1830..e9b1cc0fde0a 100644 --- a/metadata/md5-cache/dev-util/codex-0.128.0 +++ b/metadata/md5-cache/dev-util/codex-0.129.0 @@ -11,6 +11,6 @@ LICENSE=Apache-2.0 Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD Boost-1. RDEPEND=dev-libs/openssl:= sys-apps/dbus RESTRICT=test SLOT=0 -SRC_URI=https://github.com/openai/codex/archive/rust-v0.128.0.tar.gz -> codex-0.128.0.tar.gz https://github.com/gentoo-zh-drafts/codex/releases/download/rust-v0.128.0/codex-rust-v0.128.0-crates.tar.xz amd64? ( https://github.com/openai/codex/releases/download/rusty-v8-v146.4.0/librusty_v8_release_x86_64-unknown-linux-musl.a.gz -> rusty_v8_146.4.0_librusty_v8_release_x86_64-unknown-linux-musl.a.gz https://github.com/openai/codex/releases/download/rusty-v8-v146.4.0/src_binding_release_x86_64-unknown-linux-musl.rs -> rusty_v8_146.4.0_src_binding_release_x86_64-unknown-linux-musl.rs ) arm64? ( https://github.com/openai/codex/releases/download/rusty-v8-v146.4.0/librusty_v8_release_aarch64-unknown-linux-musl.a.gz -> rusty_v8_146.4.0_librusty_v8_release_aarch64-unknown-linux-musl.a.gz https://github.com/openai/codex/releases/download/rusty-v8-v146.4.0/src_binding_release_aarch64-unknown-linux-musl.rs -> rusty_v8_146.4.0_src_binding_release_aarch64-unknown-linux-musl.rs ) https://github.com/juberti-oai/rust-sdks/archive/e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.tar.gz -> rust-sdks-e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.gh.tar.gz https://github.com/juberti-oai/rust-sdks/archive/e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.tar.gz -> rust-sdks-e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.gh.tar.gz https://github.com/helix-editor/nucleo/archive/4253de9faabb4e5c6d81d946a5e35a90f87347ee.tar.gz -> nucleo-4253de9faabb4e5c6d81d946a5e35a90f87347ee.gh.tar.gz https://github.com/helix-editor/nucleo/archive/4253de9faabb4e5c6d81d946a5e35a90f87347ee.tar.gz -> nucleo-4253de9faabb4e5c6d81d946a5e35a90f87347ee.gh.tar.gz https://github.com/dzbarsky/rules_rust/archive/b56cbaa8465e74127f1ea216f813cd377295ad81.tar.gz -> rules_rust-b56cbaa8465e74127f1ea216f813cd377295ad81.gh.tar.gz https://github.com/juberti-oai/rust-sdks/archive/e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.tar.gz -> rust-sdks-e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.gh.tar.gz https://github.com/nornagon/ratatui/archive/9b2ad1298408c45918ee9f8241a6f95498cdbed2.tar.gz -> ratatui-9b2ad1298408c45918ee9f8241a6f95498cdbed2.gh.tar.gz https://github.com/juberti-oai/rust-sdks/archive/e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.tar.gz -> rust-sdks-e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.gh.tar.gz https://github.com/nornagon/crossterm/archive/87db8bfa6dc99427fd3b071681b07fc31c6ce995.tar.gz -> crossterm-87db8bfa6dc99427fd3b071681b07fc31c6ce995.gh.tar.gz https://github.com/juberti-oai/rust-sdks/archive/e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.tar.gz -> rust-sdks-e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.gh.tar.gz https://github.com/openai-oss-forks/tungstenite-rs/archive/9200079d3b54a1ff51072e24d81fd354f085156f.tar.gz -> tungstenite-rs-9200079d3b54a1ff51072e24d81fd354f085156f.gh.tar.gz https://github.com/openai-oss-forks/tokio-tungstenite/archive/132f5b39c862e3a970f731d709608b3e6276d5f6.tar.gz -> tokio-tungstenite-132f5b39c862e3a970f731d709608b3e6276d5f6.gh.tar.gz +SRC_URI=https://github.com/openai/codex/archive/rust-v0.129.0.tar.gz -> codex-0.129.0.tar.gz https://github.com/gentoo-zh-drafts/codex/releases/download/rust-v0.129.0/codex-rust-v0.129.0-crates.tar.xz amd64? ( https://github.com/openai/codex/releases/download/rusty-v8-v146.4.0/librusty_v8_release_x86_64-unknown-linux-musl.a.gz -> rusty_v8_146.4.0_librusty_v8_release_x86_64-unknown-linux-musl.a.gz https://github.com/openai/codex/releases/download/rusty-v8-v146.4.0/src_binding_release_x86_64-unknown-linux-musl.rs -> rusty_v8_146.4.0_src_binding_release_x86_64-unknown-linux-musl.rs ) arm64? ( https://github.com/openai/codex/releases/download/rusty-v8-v146.4.0/librusty_v8_release_aarch64-unknown-linux-musl.a.gz -> rusty_v8_146.4.0_librusty_v8_release_aarch64-unknown-linux-musl.a.gz https://github.com/openai/codex/releases/download/rusty-v8-v146.4.0/src_binding_release_aarch64-unknown-linux-musl.rs -> rusty_v8_146.4.0_src_binding_release_aarch64-unknown-linux-musl.rs ) https://github.com/juberti-oai/rust-sdks/archive/e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.tar.gz -> rust-sdks-e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.gh.tar.gz https://github.com/juberti-oai/rust-sdks/archive/e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.tar.gz -> rust-sdks-e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.gh.tar.gz https://github.com/helix-editor/nucleo/archive/4253de9faabb4e5c6d81d946a5e35a90f87347ee.tar.gz -> nucleo-4253de9faabb4e5c6d81d946a5e35a90f87347ee.gh.tar.gz https://github.com/helix-editor/nucleo/archive/4253de9faabb4e5c6d81d946a5e35a90f87347ee.tar.gz -> nucleo-4253de9faabb4e5c6d81d946a5e35a90f87347ee.gh.tar.gz https://github.com/dzbarsky/rules_rust/archive/b56cbaa8465e74127f1ea216f813cd377295ad81.tar.gz -> rules_rust-b56cbaa8465e74127f1ea216f813cd377295ad81.gh.tar.gz https://github.com/juberti-oai/rust-sdks/archive/e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.tar.gz -> rust-sdks-e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.gh.tar.gz https://github.com/nornagon/ratatui/archive/9b2ad1298408c45918ee9f8241a6f95498cdbed2.tar.gz -> ratatui-9b2ad1298408c45918ee9f8241a6f95498cdbed2.gh.tar.gz https://github.com/juberti-oai/rust-sdks/archive/e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.tar.gz -> rust-sdks-e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.gh.tar.gz https://github.com/nornagon/crossterm/archive/87db8bfa6dc99427fd3b071681b07fc31c6ce995.tar.gz -> crossterm-87db8bfa6dc99427fd3b071681b07fc31c6ce995.gh.tar.gz https://github.com/juberti-oai/rust-sdks/archive/e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.tar.gz -> rust-sdks-e2d1d1d230c6fc9df171ccb181423f957bb3c1f0.gh.tar.gz https://github.com/openai-oss-forks/tungstenite-rs/archive/9200079d3b54a1ff51072e24d81fd354f085156f.tar.gz -> tungstenite-rs-9200079d3b54a1ff51072e24d81fd354f085156f.gh.tar.gz https://github.com/openai-oss-forks/tokio-tungstenite/archive/132f5b39c862e3a970f731d709608b3e6276d5f6.tar.gz -> tokio-tungstenite-132f5b39c862e3a970f731d709608b3e6276d5f6.gh.tar.gz _eclasses_=cargo 53bab5a62cfc3526d8ed02c0a38a6033 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 _md5_=7bd27f28f8c129dadb589eb711956a0c diff --git a/metadata/md5-cache/dev-util/dogtail-0.9.11-r1 b/metadata/md5-cache/dev-util/dogtail-0.9.11-r1 index 6da97542a3b6..58a9c0064dfb 100644 --- a/metadata/md5-cache/dev-util/dogtail-0.9.11-r1 +++ b/metadata/md5-cache/dev-util/dogtail-0.9.11-r1 @@ -14,4 +14,4 @@ RESTRICT=test SLOT=0 SRC_URI=https://gitlab.com/dogtail/dogtail/raw/released/dogtail-0.9.11.tar.gz _eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=e9673c8762825a8eaeb9409bb193e203 +_md5_=2fe082c640e4f08698cce88fed36f3ba diff --git a/metadata/md5-cache/dev-util/forgejo-runner-12.10.0 b/metadata/md5-cache/dev-util/forgejo-runner-12.10.1 index 4250f9a528ee..c6ae0d888747 100644 --- a/metadata/md5-cache/dev-util/forgejo-runner-12.10.0 +++ b/metadata/md5-cache/dev-util/forgejo-runner-12.10.1 @@ -12,6 +12,6 @@ RDEPEND=acct-user/forgejo-runner[docker=,podman=,lxc=] REQUIRED_USE=|| ( docker podman lxc ) RESTRICT=mirror test SLOT=0 -SRC_URI=https://code.forgejo.org/forgejo/runner/archive/v12.10.0.tar.gz -> forgejo-runner-12.10.0.tar.gz https://github.com/gentoo-golang-dist/forgejo-runner/releases/download/v12.10.0/forgejo-runner-12.10.0-deps.tar.xz +SRC_URI=https://code.forgejo.org/forgejo/runner/archive/v12.10.1.tar.gz -> forgejo-runner-12.10.1.tar.gz https://github.com/gentoo-golang-dist/forgejo-runner/releases/download/v12.10.1/forgejo-runner-12.10.1-deps.tar.xz _eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d go-env fca4e820393c2eac25a944be8bdf6a3a go-module 22cfabf3120ed3f7bcd8b4a7697fbfba multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 sysroot 4c36abaf94ebd3ab32f8abea9a444121 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 _md5_=6495778ab827f02fa35b0e0f95f6e727 diff --git a/metadata/md5-cache/dev-util/tombi-0.10.6 b/metadata/md5-cache/dev-util/tombi-0.10.6 new file mode 100644 index 000000000000..acfa908aa7be --- /dev/null +++ b/metadata/md5-cache/dev-util/tombi-0.10.6 @@ -0,0 +1,15 @@ +BDEPEND=|| ( >=dev-lang/rust-bin-1.88.0:* >=dev-lang/rust-1.88.0:* ) +DEFINED_PHASES=compile configure install setup test unpack +DEPEND=>=app-arch/zstd-1.5.7 dev-libs/openssl +DESCRIPTION=TOML Formatter / Linter / Language Server +EAPI=8 +HOMEPAGE=https://tombi-toml.github.io/tombi/ +INHERIT=cargo shell-completion +IUSE=debug +KEYWORDS=~amd64 ~arm64 +LICENSE=MIT Apache-2.0 BSD ISC MIT MPL-2.0 Unicode-3.0 ZLIB +RESTRICT=mirror +SLOT=0 +SRC_URI=https://github.com/tombi-toml/tombi/archive/refs/tags/v0.10.6.tar.gz -> tombi-0.10.6.tar.gz https://crates.io/api/v1/crates/addr2line/0.24.2/download -> addr2line-0.24.2.crate https://crates.io/api/v1/crates/addr/0.15.6/download -> addr-0.15.6.crate https://crates.io/api/v1/crates/adler2/2.0.1/download -> adler2-2.0.1.crate https://crates.io/api/v1/crates/aead/0.3.2/download -> aead-0.3.2.crate https://crates.io/api/v1/crates/aes-gcm/0.8.0/download -> aes-gcm-0.8.0.crate https://crates.io/api/v1/crates/aes-soft/0.6.4/download -> aes-soft-0.6.4.crate https://crates.io/api/v1/crates/aes/0.6.0/download -> aes-0.6.0.crate https://crates.io/api/v1/crates/aes/0.8.4/download -> aes-0.8.4.crate https://crates.io/api/v1/crates/aesni/0.10.0/download -> aesni-0.10.0.crate https://crates.io/api/v1/crates/ahash/0.8.12/download -> ahash-0.8.12.crate https://crates.io/api/v1/crates/aho-corasick/1.1.3/download -> aho-corasick-1.1.3.crate https://crates.io/api/v1/crates/allocator-api2/0.2.21/download -> allocator-api2-0.2.21.crate https://crates.io/api/v1/crates/android-tzdata/0.1.1/download -> android-tzdata-0.1.1.crate https://crates.io/api/v1/crates/android_system_properties/0.1.5/download -> android_system_properties-0.1.5.crate https://crates.io/api/v1/crates/anstream/0.6.20/download -> anstream-0.6.20.crate https://crates.io/api/v1/crates/anstyle-parse/0.2.7/download -> anstyle-parse-0.2.7.crate https://crates.io/api/v1/crates/anstyle-query/1.1.4/download -> anstyle-query-1.1.4.crate https://crates.io/api/v1/crates/anstyle-wincon/3.0.10/download -> anstyle-wincon-3.0.10.crate https://crates.io/api/v1/crates/anstyle/1.0.11/download -> anstyle-1.0.11.crate https://crates.io/api/v1/crates/anyhow/1.0.98/download -> anyhow-1.0.98.crate https://crates.io/api/v1/crates/arbitrary/1.4.1/download -> arbitrary-1.4.1.crate https://crates.io/api/v1/crates/async-channel/1.9.0/download -> async-channel-1.9.0.crate https://crates.io/api/v1/crates/async-channel/2.5.0/download -> async-channel-2.5.0.crate https://crates.io/api/v1/crates/async-executor/1.13.2/download -> async-executor-1.13.2.crate https://crates.io/api/v1/crates/async-global-executor/2.4.1/download -> async-global-executor-2.4.1.crate https://crates.io/api/v1/crates/async-io/2.5.0/download -> async-io-2.5.0.crate https://crates.io/api/v1/crates/async-lock/3.4.1/download -> async-lock-3.4.1.crate https://crates.io/api/v1/crates/async-std/1.13.1/download -> async-std-1.13.1.crate https://crates.io/api/v1/crates/async-task/4.7.1/download -> async-task-4.7.1.crate https://crates.io/api/v1/crates/async-trait/0.1.88/download -> async-trait-0.1.88.crate https://crates.io/api/v1/crates/atomic-waker/1.1.2/download -> atomic-waker-1.1.2.crate https://crates.io/api/v1/crates/atomic/0.6.1/download -> atomic-0.6.1.crate https://crates.io/api/v1/crates/auditable-serde/0.8.0/download -> auditable-serde-0.8.0.crate https://crates.io/api/v1/crates/auto_impl/1.3.0/download -> auto_impl-1.3.0.crate https://crates.io/api/v1/crates/autocfg/1.5.0/download -> autocfg-1.5.0.crate https://crates.io/api/v1/crates/backtrace/0.3.75/download -> backtrace-0.3.75.crate https://crates.io/api/v1/crates/base-x/0.2.11/download -> base-x-0.2.11.crate https://crates.io/api/v1/crates/base64/0.13.1/download -> base64-0.13.1.crate https://crates.io/api/v1/crates/base64/0.22.1/download -> base64-0.22.1.crate https://crates.io/api/v1/crates/bit-set/0.5.3/download -> bit-set-0.5.3.crate https://crates.io/api/v1/crates/bit-vec/0.6.3/download -> bit-vec-0.6.3.crate https://crates.io/api/v1/crates/bitflags/1.3.2/download -> bitflags-1.3.2.crate https://crates.io/api/v1/crates/bitflags/2.11.0/download -> bitflags-2.11.0.crate https://crates.io/api/v1/crates/block-buffer/0.10.4/download -> block-buffer-0.10.4.crate https://crates.io/api/v1/crates/block-buffer/0.9.0/download -> block-buffer-0.9.0.crate https://crates.io/api/v1/crates/blocking/1.6.2/download -> blocking-1.6.2.crate https://crates.io/api/v1/crates/boxcar/0.2.13/download -> boxcar-0.2.13.crate https://crates.io/api/v1/crates/bstr/1.12.0/download -> bstr-1.12.0.crate https://crates.io/api/v1/crates/bumpalo/3.19.0/download -> bumpalo-3.19.0.crate https://crates.io/api/v1/crates/bytemuck/1.23.1/download -> bytemuck-1.23.1.crate https://crates.io/api/v1/crates/byteorder/1.5.0/download -> byteorder-1.5.0.crate https://crates.io/api/v1/crates/bytes/0.5.6/download -> bytes-0.5.6.crate https://crates.io/api/v1/crates/bytes/1.11.1/download -> bytes-1.11.1.crate https://crates.io/api/v1/crates/bzip2-sys/0.1.13+1.0.8/download -> bzip2-sys-0.1.13+1.0.8.crate https://crates.io/api/v1/crates/bzip2/0.5.2/download -> bzip2-0.5.2.crate https://crates.io/api/v1/crates/cc/1.2.32/download -> cc-1.2.32.crate https://crates.io/api/v1/crates/cfg-if/1.0.1/download -> cfg-if-1.0.1.crate https://crates.io/api/v1/crates/cfg_aliases/0.2.1/download -> cfg_aliases-0.2.1.crate https://crates.io/api/v1/crates/chrono/0.4.41/download -> chrono-0.4.41.crate https://crates.io/api/v1/crates/cipher/0.2.5/download -> cipher-0.2.5.crate https://crates.io/api/v1/crates/cipher/0.4.4/download -> cipher-0.4.4.crate https://crates.io/api/v1/crates/clap/4.5.43/download -> clap-4.5.43.crate https://crates.io/api/v1/crates/clap_builder/4.5.43/download -> clap_builder-4.5.43.crate https://crates.io/api/v1/crates/clap_complete/4.5.58/download -> clap_complete-4.5.58.crate https://crates.io/api/v1/crates/clap_derive/4.5.41/download -> clap_derive-4.5.41.crate https://crates.io/api/v1/crates/clap_lex/0.7.5/download -> clap_lex-0.7.5.crate https://crates.io/api/v1/crates/colorchoice/1.0.4/download -> colorchoice-1.0.4.crate https://crates.io/api/v1/crates/concurrent-queue/2.5.0/download -> concurrent-queue-2.5.0.crate https://crates.io/api/v1/crates/console_error_panic_hook/0.1.7/download -> console_error_panic_hook-0.1.7.crate https://crates.io/api/v1/crates/const_fn/0.4.11/download -> const_fn-0.4.11.crate https://crates.io/api/v1/crates/constant_time_eq/0.3.1/download -> constant_time_eq-0.3.1.crate https://crates.io/api/v1/crates/convert_case/0.6.0/download -> convert_case-0.6.0.crate https://crates.io/api/v1/crates/cookie/0.14.4/download -> cookie-0.14.4.crate https://crates.io/api/v1/crates/core-foundation-sys/0.8.7/download -> core-foundation-sys-0.8.7.crate https://crates.io/api/v1/crates/core-foundation/0.10.0/download -> core-foundation-0.10.0.crate https://crates.io/api/v1/crates/countme/3.0.1/download -> countme-3.0.1.crate https://crates.io/api/v1/crates/cpufeatures/0.2.17/download -> cpufeatures-0.2.17.crate https://crates.io/api/v1/crates/cpuid-bool/0.2.0/download -> cpuid-bool-0.2.0.crate https://crates.io/api/v1/crates/crc-catalog/2.4.0/download -> crc-catalog-2.4.0.crate https://crates.io/api/v1/crates/crc32fast/1.5.0/download -> crc32fast-1.5.0.crate https://crates.io/api/v1/crates/crc/3.3.0/download -> crc-3.3.0.crate https://crates.io/api/v1/crates/crossbeam-deque/0.8.6/download -> crossbeam-deque-0.8.6.crate https://crates.io/api/v1/crates/crossbeam-epoch/0.9.18/download -> crossbeam-epoch-0.9.18.crate https://crates.io/api/v1/crates/crossbeam-utils/0.8.21/download -> crossbeam-utils-0.8.21.crate https://crates.io/api/v1/crates/crypto-common/0.1.6/download -> crypto-common-0.1.6.crate https://crates.io/api/v1/crates/crypto-mac/0.10.0/download -> crypto-mac-0.10.0.crate https://crates.io/api/v1/crates/ctr/0.6.0/download -> ctr-0.6.0.crate https://crates.io/api/v1/crates/curl-sys/0.4.82+curl-8.14.1/download -> curl-sys-0.4.82+curl-8.14.1.crate https://crates.io/api/v1/crates/curl/0.4.48/download -> curl-0.4.48.crate https://crates.io/api/v1/crates/dashmap/5.5.3/download -> dashmap-5.5.3.crate https://crates.io/api/v1/crates/deflate64/0.1.9/download -> deflate64-0.1.9.crate https://crates.io/api/v1/crates/deranged/0.5.5/download -> deranged-0.5.5.crate https://crates.io/api/v1/crates/derive_arbitrary/1.4.1/download -> derive_arbitrary-1.4.1.crate https://crates.io/api/v1/crates/diff/0.1.13/download -> diff-0.1.13.crate https://crates.io/api/v1/crates/digest/0.10.7/download -> digest-0.10.7.crate https://crates.io/api/v1/crates/digest/0.9.0/download -> digest-0.9.0.crate https://crates.io/api/v1/crates/dirs-sys/0.5.0/download -> dirs-sys-0.5.0.crate https://crates.io/api/v1/crates/dirs/6.0.0/download -> dirs-6.0.0.crate https://crates.io/api/v1/crates/discard/1.0.4/download -> discard-1.0.4.crate https://crates.io/api/v1/crates/displaydoc/0.2.5/download -> displaydoc-0.2.5.crate https://crates.io/api/v1/crates/drop_bomb/0.1.5/download -> drop_bomb-0.1.5.crate https://crates.io/api/v1/crates/dyn-clone/1.0.20/download -> dyn-clone-1.0.20.crate https://crates.io/api/v1/crates/either/1.15.0/download -> either-1.15.0.crate https://crates.io/api/v1/crates/email_address/0.2.9/download -> email_address-0.2.9.crate https://crates.io/api/v1/crates/encoding_rs/0.8.35/download -> encoding_rs-0.8.35.crate https://crates.io/api/v1/crates/env_filter/0.1.4/download -> env_filter-0.1.4.crate https://crates.io/api/v1/crates/env_logger/0.11.8/download -> env_logger-0.11.8.crate https://crates.io/api/v1/crates/equivalent/1.0.2/download -> equivalent-1.0.2.crate https://crates.io/api/v1/crates/errno/0.3.13/download -> errno-0.3.13.crate https://crates.io/api/v1/crates/event-listener-strategy/0.5.4/download -> event-listener-strategy-0.5.4.crate https://crates.io/api/v1/crates/event-listener/2.5.3/download -> event-listener-2.5.3.crate https://crates.io/api/v1/crates/event-listener/5.4.1/download -> event-listener-5.4.1.crate https://crates.io/api/v1/crates/fancy-regex/0.13.0/download -> fancy-regex-0.13.0.crate https://crates.io/api/v1/crates/fast-glob/0.3.3/download -> fast-glob-0.3.3.crate https://crates.io/api/v1/crates/fastrand/1.9.0/download -> fastrand-1.9.0.crate https://crates.io/api/v1/crates/fastrand/2.3.0/download -> fastrand-2.3.0.crate https://crates.io/api/v1/crates/filetime/0.2.27/download -> filetime-0.2.27.crate https://crates.io/api/v1/crates/flate2/1.1.2/download -> flate2-1.1.2.crate https://crates.io/api/v1/crates/flume/0.9.2/download -> flume-0.9.2.crate https://crates.io/api/v1/crates/fnv/1.0.7/download -> fnv-1.0.7.crate https://crates.io/api/v1/crates/foldhash/0.1.5/download -> foldhash-0.1.5.crate https://crates.io/api/v1/crates/form_urlencoded/1.2.1/download -> form_urlencoded-1.2.1.crate https://crates.io/api/v1/crates/futures-channel/0.3.31/download -> futures-channel-0.3.31.crate https://crates.io/api/v1/crates/futures-core/0.3.31/download -> futures-core-0.3.31.crate https://crates.io/api/v1/crates/futures-executor/0.3.31/download -> futures-executor-0.3.31.crate https://crates.io/api/v1/crates/futures-io/0.3.31/download -> futures-io-0.3.31.crate https://crates.io/api/v1/crates/futures-lite/1.13.0/download -> futures-lite-1.13.0.crate https://crates.io/api/v1/crates/futures-lite/2.6.1/download -> futures-lite-2.6.1.crate https://crates.io/api/v1/crates/futures-macro/0.3.31/download -> futures-macro-0.3.31.crate https://crates.io/api/v1/crates/futures-sink/0.3.31/download -> futures-sink-0.3.31.crate https://crates.io/api/v1/crates/futures-task/0.3.31/download -> futures-task-0.3.31.crate https://crates.io/api/v1/crates/futures-timer/3.0.3/download -> futures-timer-3.0.3.crate https://crates.io/api/v1/crates/futures-util/0.3.31/download -> futures-util-0.3.31.crate https://crates.io/api/v1/crates/futures/0.3.31/download -> futures-0.3.31.crate https://crates.io/api/v1/crates/generic-array/0.14.7/download -> generic-array-0.14.7.crate https://crates.io/api/v1/crates/getrandom/0.1.16/download -> getrandom-0.1.16.crate https://crates.io/api/v1/crates/getrandom/0.2.16/download -> getrandom-0.2.16.crate https://crates.io/api/v1/crates/getrandom/0.3.3/download -> getrandom-0.3.3.crate https://crates.io/api/v1/crates/ghash/0.3.1/download -> ghash-0.3.1.crate https://crates.io/api/v1/crates/gimli/0.31.1/download -> gimli-0.31.1.crate https://crates.io/api/v1/crates/glob/0.3.2/download -> glob-0.3.2.crate https://crates.io/api/v1/crates/globset/0.4.16/download -> globset-0.4.16.crate https://crates.io/api/v1/crates/gloo-net/0.6.0/download -> gloo-net-0.6.0.crate https://crates.io/api/v1/crates/gloo-timers/0.3.0/download -> gloo-timers-0.3.0.crate https://crates.io/api/v1/crates/gloo-utils/0.2.0/download -> gloo-utils-0.2.0.crate https://crates.io/api/v1/crates/hashbrown/0.14.5/download -> hashbrown-0.14.5.crate https://crates.io/api/v1/crates/hashbrown/0.15.5/download -> hashbrown-0.15.5.crate https://crates.io/api/v1/crates/heck/0.5.0/download -> heck-0.5.0.crate https://crates.io/api/v1/crates/hermit-abi/0.5.2/download -> hermit-abi-0.5.2.crate https://crates.io/api/v1/crates/hkdf/0.10.0/download -> hkdf-0.10.0.crate https://crates.io/api/v1/crates/hmac/0.10.1/download -> hmac-0.10.1.crate https://crates.io/api/v1/crates/hmac/0.12.1/download -> hmac-0.12.1.crate https://crates.io/api/v1/crates/http-body-util/0.1.3/download -> http-body-util-0.1.3.crate https://crates.io/api/v1/crates/http-body/1.0.1/download -> http-body-1.0.1.crate https://crates.io/api/v1/crates/http-client/6.5.3/download -> http-client-6.5.3.crate https://crates.io/api/v1/crates/http-types/2.12.0/download -> http-types-2.12.0.crate https://crates.io/api/v1/crates/http/0.2.12/download -> http-0.2.12.crate https://crates.io/api/v1/crates/http/1.3.1/download -> http-1.3.1.crate https://crates.io/api/v1/crates/httparse/1.10.1/download -> httparse-1.10.1.crate https://crates.io/api/v1/crates/hyper-rustls/0.27.7/download -> hyper-rustls-0.27.7.crate https://crates.io/api/v1/crates/hyper-util/0.1.16/download -> hyper-util-0.1.16.crate https://crates.io/api/v1/crates/hyper/1.6.0/download -> hyper-1.6.0.crate https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download -> iana-time-zone-haiku-0.1.2.crate https://crates.io/api/v1/crates/iana-time-zone/0.1.63/download -> iana-time-zone-0.1.63.crate https://crates.io/api/v1/crates/icu_collections/2.0.0/download -> icu_collections-2.0.0.crate https://crates.io/api/v1/crates/icu_locale_core/2.0.0/download -> icu_locale_core-2.0.0.crate https://crates.io/api/v1/crates/icu_normalizer/2.0.0/download -> icu_normalizer-2.0.0.crate https://crates.io/api/v1/crates/icu_normalizer_data/2.0.0/download -> icu_normalizer_data-2.0.0.crate https://crates.io/api/v1/crates/icu_properties/2.0.1/download -> icu_properties-2.0.1.crate https://crates.io/api/v1/crates/icu_properties_data/2.0.1/download -> icu_properties_data-2.0.1.crate https://crates.io/api/v1/crates/icu_provider/2.0.0/download -> icu_provider-2.0.0.crate https://crates.io/api/v1/crates/id-arena/2.2.1/download -> id-arena-2.2.1.crate https://crates.io/api/v1/crates/idna/1.0.3/download -> idna-1.0.3.crate https://crates.io/api/v1/crates/idna_adapter/1.2.1/download -> idna_adapter-1.2.1.crate https://crates.io/api/v1/crates/ignore/0.4.23/download -> ignore-0.4.23.crate https://crates.io/api/v1/crates/indexmap/2.10.0/download -> indexmap-2.10.0.crate https://crates.io/api/v1/crates/infer/0.2.3/download -> infer-0.2.3.crate https://crates.io/api/v1/crates/inout/0.1.4/download -> inout-0.1.4.crate https://crates.io/api/v1/crates/instant/0.1.13/download -> instant-0.1.13.crate https://crates.io/api/v1/crates/io-uring/0.7.9/download -> io-uring-0.7.9.crate https://crates.io/api/v1/crates/ipnet/2.11.0/download -> ipnet-2.11.0.crate https://crates.io/api/v1/crates/iri-string/0.7.8/download -> iri-string-0.7.8.crate https://crates.io/api/v1/crates/is_terminal_polyfill/1.70.1/download -> is_terminal_polyfill-1.70.1.crate https://crates.io/api/v1/crates/isahc/0.9.14/download -> isahc-0.9.14.crate https://crates.io/api/v1/crates/itertools/0.13.0/download -> itertools-0.13.0.crate https://crates.io/api/v1/crates/itertools/0.14.0/download -> itertools-0.14.0.crate https://crates.io/api/v1/crates/itoa/1.0.15/download -> itoa-1.0.15.crate https://crates.io/api/v1/crates/jiff-static/0.2.15/download -> jiff-static-0.2.15.crate https://crates.io/api/v1/crates/jiff/0.2.15/download -> jiff-0.2.15.crate https://crates.io/api/v1/crates/jobserver/0.1.33/download -> jobserver-0.1.33.crate https://crates.io/api/v1/crates/js-sys/0.3.77/download -> js-sys-0.3.77.crate https://crates.io/api/v1/crates/kv-log-macro/1.0.7/download -> kv-log-macro-1.0.7.crate https://crates.io/api/v1/crates/leb128fmt/0.1.0/download -> leb128fmt-0.1.0.crate https://crates.io/api/v1/crates/libc/0.2.174/download -> libc-0.2.174.crate https://crates.io/api/v1/crates/libnghttp2-sys/0.1.11+1.64.0/download -> libnghttp2-sys-0.1.11+1.64.0.crate https://crates.io/api/v1/crates/libredox/0.1.9/download -> libredox-0.1.9.crate https://crates.io/api/v1/crates/libz-sys/1.1.22/download -> libz-sys-1.1.22.crate https://crates.io/api/v1/crates/linux-raw-sys/0.9.4/download -> linux-raw-sys-0.9.4.crate https://crates.io/api/v1/crates/litemap/0.8.0/download -> litemap-0.8.0.crate https://crates.io/api/v1/crates/lock_api/0.4.13/download -> lock_api-0.4.13.crate https://crates.io/api/v1/crates/log/0.4.27/download -> log-0.4.27.crate https://crates.io/api/v1/crates/lru-slab/0.1.2/download -> lru-slab-0.1.2.crate https://crates.io/api/v1/crates/lsp-types/0.94.1/download -> lsp-types-0.94.1.crate https://crates.io/api/v1/crates/lzma-rs/0.3.0/download -> lzma-rs-0.3.0.crate https://crates.io/api/v1/crates/lzma-sys/0.1.20/download -> lzma-sys-0.1.20.crate https://crates.io/api/v1/crates/md-5/0.10.6/download -> md-5-0.10.6.crate https://crates.io/api/v1/crates/memchr/2.7.5/download -> memchr-2.7.5.crate https://crates.io/api/v1/crates/mime/0.3.17/download -> mime-0.3.17.crate https://crates.io/api/v1/crates/mime_guess/2.0.5/download -> mime_guess-2.0.5.crate https://crates.io/api/v1/crates/miniz_oxide/0.8.9/download -> miniz_oxide-0.8.9.crate https://crates.io/api/v1/crates/mio/1.0.4/download -> mio-1.0.4.crate https://crates.io/api/v1/crates/nu-ansi-term/0.50.1/download -> nu-ansi-term-0.50.1.crate https://crates.io/api/v1/crates/num-conv/0.2.0/download -> num-conv-0.2.0.crate https://crates.io/api/v1/crates/num-traits/0.2.19/download -> num-traits-0.2.19.crate https://crates.io/api/v1/crates/object/0.36.7/download -> object-0.36.7.crate https://crates.io/api/v1/crates/once_cell/1.21.3/download -> once_cell-1.21.3.crate https://crates.io/api/v1/crates/once_cell_polyfill/1.70.1/download -> once_cell_polyfill-1.70.1.crate https://crates.io/api/v1/crates/opaque-debug/0.3.1/download -> opaque-debug-0.3.1.crate https://crates.io/api/v1/crates/openssl-probe/0.1.6/download -> openssl-probe-0.1.6.crate https://crates.io/api/v1/crates/openssl-sys/0.9.112/download -> openssl-sys-0.9.112.crate https://crates.io/api/v1/crates/option-ext/0.2.0/download -> option-ext-0.2.0.crate https://crates.io/api/v1/crates/parking/2.2.1/download -> parking-2.2.1.crate https://crates.io/api/v1/crates/parking_lot_core/0.9.11/download -> parking_lot_core-0.9.11.crate https://crates.io/api/v1/crates/pbkdf2/0.12.2/download -> pbkdf2-0.12.2.crate https://crates.io/api/v1/crates/pep440_rs/0.7.3/download -> pep440_rs-0.7.3.crate https://crates.io/api/v1/crates/pep508_rs/0.9.2/download -> pep508_rs-0.9.2.crate https://crates.io/api/v1/crates/percent-encoding/2.3.1/download -> percent-encoding-2.3.1.crate https://crates.io/api/v1/crates/pin-project-internal/1.1.10/download -> pin-project-internal-1.1.10.crate https://crates.io/api/v1/crates/pin-project-lite/0.2.16/download -> pin-project-lite-0.2.16.crate https://crates.io/api/v1/crates/pin-project/1.1.10/download -> pin-project-1.1.10.crate https://crates.io/api/v1/crates/pin-utils/0.1.0/download -> pin-utils-0.1.0.crate https://crates.io/api/v1/crates/piper/0.2.4/download -> piper-0.2.4.crate https://crates.io/api/v1/crates/pkg-config/0.3.32/download -> pkg-config-0.3.32.crate https://crates.io/api/v1/crates/polling/3.10.0/download -> polling-3.10.0.crate https://crates.io/api/v1/crates/polyval/0.4.5/download -> polyval-0.4.5.crate https://crates.io/api/v1/crates/portable-atomic-util/0.2.5/download -> portable-atomic-util-0.2.5.crate https://crates.io/api/v1/crates/portable-atomic/1.13.1/download -> portable-atomic-1.13.1.crate https://crates.io/api/v1/crates/potential_utf/0.1.2/download -> potential_utf-0.1.2.crate https://crates.io/api/v1/crates/powerfmt/0.2.0/download -> powerfmt-0.2.0.crate https://crates.io/api/v1/crates/ppv-lite86/0.2.21/download -> ppv-lite86-0.2.21.crate https://crates.io/api/v1/crates/pretty_assertions/1.4.1/download -> pretty_assertions-1.4.1.crate https://crates.io/api/v1/crates/prettyplease/0.2.37/download -> prettyplease-0.2.37.crate https://crates.io/api/v1/crates/proc-macro-crate/3.3.0/download -> proc-macro-crate-3.3.0.crate https://crates.io/api/v1/crates/proc-macro-hack/0.5.20+deprecated/download -> proc-macro-hack-0.5.20+deprecated.crate https://crates.io/api/v1/crates/proc-macro2/1.0.95/download -> proc-macro2-1.0.95.crate https://crates.io/api/v1/crates/psl-types/2.0.11/download -> psl-types-2.0.11.crate https://crates.io/api/v1/crates/psl/2.1.199/download -> psl-2.1.199.crate https://crates.io/api/v1/crates/quinn-proto/0.11.14/download -> quinn-proto-0.11.14.crate https://crates.io/api/v1/crates/quinn-udp/0.5.13/download -> quinn-udp-0.5.13.crate https://crates.io/api/v1/crates/quinn/0.11.8/download -> quinn-0.11.8.crate https://crates.io/api/v1/crates/quote/1.0.40/download -> quote-1.0.40.crate https://crates.io/api/v1/crates/r-efi/5.3.0/download -> r-efi-5.3.0.crate https://crates.io/api/v1/crates/rand/0.7.3/download -> rand-0.7.3.crate https://crates.io/api/v1/crates/rand/0.8.5/download -> rand-0.8.5.crate https://crates.io/api/v1/crates/rand/0.9.3/download -> rand-0.9.3.crate https://crates.io/api/v1/crates/rand_chacha/0.2.2/download -> rand_chacha-0.2.2.crate https://crates.io/api/v1/crates/rand_chacha/0.3.1/download -> rand_chacha-0.3.1.crate https://crates.io/api/v1/crates/rand_chacha/0.9.0/download -> rand_chacha-0.9.0.crate https://crates.io/api/v1/crates/rand_core/0.5.1/download -> rand_core-0.5.1.crate https://crates.io/api/v1/crates/rand_core/0.6.4/download -> rand_core-0.6.4.crate https://crates.io/api/v1/crates/rand_core/0.9.3/download -> rand_core-0.9.3.crate https://crates.io/api/v1/crates/rand_hc/0.2.0/download -> rand_hc-0.2.0.crate https://crates.io/api/v1/crates/rayon-core/1.12.1/download -> rayon-core-1.12.1.crate https://crates.io/api/v1/crates/rayon/1.10.0/download -> rayon-1.10.0.crate https://crates.io/api/v1/crates/redox_syscall/0.5.17/download -> redox_syscall-0.5.17.crate https://crates.io/api/v1/crates/redox_users/0.5.2/download -> redox_users-0.5.2.crate https://crates.io/api/v1/crates/ref-cast-impl/1.0.24/download -> ref-cast-impl-1.0.24.crate https://crates.io/api/v1/crates/ref-cast/1.0.24/download -> ref-cast-1.0.24.crate https://crates.io/api/v1/crates/regex-automata/0.4.13/download -> regex-automata-0.4.13.crate https://crates.io/api/v1/crates/regex-syntax/0.8.5/download -> regex-syntax-0.8.5.crate https://crates.io/api/v1/crates/regex/1.12.2/download -> regex-1.12.2.crate https://crates.io/api/v1/crates/relative-path/1.9.3/download -> relative-path-1.9.3.crate https://crates.io/api/v1/crates/reqwest/0.12.22/download -> reqwest-0.12.22.crate https://crates.io/api/v1/crates/ring/0.17.14/download -> ring-0.17.14.crate https://crates.io/api/v1/crates/rstest/0.25.0/download -> rstest-0.25.0.crate https://crates.io/api/v1/crates/rstest_macros/0.25.0/download -> rstest_macros-0.25.0.crate https://crates.io/api/v1/crates/rustc-demangle/0.1.26/download -> rustc-demangle-0.1.26.crate https://crates.io/api/v1/crates/rustc-hash/2.1.1/download -> rustc-hash-2.1.1.crate https://crates.io/api/v1/crates/rustc_version/0.2.3/download -> rustc_version-0.2.3.crate https://crates.io/api/v1/crates/rustc_version/0.4.1/download -> rustc_version-0.4.1.crate https://crates.io/api/v1/crates/rustix/1.0.8/download -> rustix-1.0.8.crate https://crates.io/api/v1/crates/rustls-native-certs/0.8.1/download -> rustls-native-certs-0.8.1.crate https://crates.io/api/v1/crates/rustls-pki-types/1.12.0/download -> rustls-pki-types-1.12.0.crate https://crates.io/api/v1/crates/rustls-webpki/0.103.13/download -> rustls-webpki-0.103.13.crate https://crates.io/api/v1/crates/rustls/0.23.31/download -> rustls-0.23.31.crate https://crates.io/api/v1/crates/rustversion/1.0.22/download -> rustversion-1.0.22.crate https://crates.io/api/v1/crates/ryu/1.0.20/download -> ryu-1.0.20.crate https://crates.io/api/v1/crates/same-file/1.0.6/download -> same-file-1.0.6.crate https://crates.io/api/v1/crates/schannel/0.1.29/download -> schannel-0.1.29.crate https://crates.io/api/v1/crates/schemars/1.2.1/download -> schemars-1.2.1.crate https://crates.io/api/v1/crates/schemars_derive/1.2.1/download -> schemars_derive-1.2.1.crate https://crates.io/api/v1/crates/scopeguard/1.2.0/download -> scopeguard-1.2.0.crate https://crates.io/api/v1/crates/security-framework-sys/2.17.0/download -> security-framework-sys-2.17.0.crate https://crates.io/api/v1/crates/security-framework/3.7.0/download -> security-framework-3.7.0.crate https://crates.io/api/v1/crates/semver-parser/0.7.0/download -> semver-parser-0.7.0.crate https://crates.io/api/v1/crates/semver/0.9.0/download -> semver-0.9.0.crate https://crates.io/api/v1/crates/semver/1.0.26/download -> semver-1.0.26.crate https://crates.io/api/v1/crates/serde-wasm-bindgen/0.6.5/download -> serde-wasm-bindgen-0.6.5.crate https://crates.io/api/v1/crates/serde/1.0.228/download -> serde-1.0.228.crate https://crates.io/api/v1/crates/serde_core/1.0.228/download -> serde_core-1.0.228.crate https://crates.io/api/v1/crates/serde_derive/1.0.228/download -> serde_derive-1.0.228.crate https://crates.io/api/v1/crates/serde_derive_internals/0.29.1/download -> serde_derive_internals-0.29.1.crate https://crates.io/api/v1/crates/serde_json/1.0.142/download -> serde_json-1.0.142.crate https://crates.io/api/v1/crates/serde_qs/0.8.5/download -> serde_qs-0.8.5.crate https://crates.io/api/v1/crates/serde_repr/0.1.20/download -> serde_repr-0.1.20.crate https://crates.io/api/v1/crates/serde_urlencoded/0.7.1/download -> serde_urlencoded-0.7.1.crate https://crates.io/api/v1/crates/sha1/0.10.6/download -> sha1-0.10.6.crate https://crates.io/api/v1/crates/sha1/0.6.1/download -> sha1-0.6.1.crate https://crates.io/api/v1/crates/sha1_smol/1.0.1/download -> sha1_smol-1.0.1.crate https://crates.io/api/v1/crates/sha2/0.9.9/download -> sha2-0.9.9.crate https://crates.io/api/v1/crates/shlex/1.3.0/download -> shlex-1.3.0.crate https://crates.io/api/v1/crates/simd-adler32/0.3.7/download -> simd-adler32-0.3.7.crate https://crates.io/api/v1/crates/similar/2.7.0/download -> similar-2.7.0.crate https://crates.io/api/v1/crates/slab/0.4.11/download -> slab-0.4.11.crate https://crates.io/api/v1/crates/sluice/0.5.5/download -> sluice-0.5.5.crate https://crates.io/api/v1/crates/smallvec/1.15.1/download -> smallvec-1.15.1.crate https://crates.io/api/v1/crates/smawk/0.3.2/download -> smawk-0.3.2.crate https://crates.io/api/v1/crates/socket2/0.5.10/download -> socket2-0.5.10.crate https://crates.io/api/v1/crates/socket2/0.6.0/download -> socket2-0.6.0.crate https://crates.io/api/v1/crates/spdx/0.10.9/download -> spdx-0.10.9.crate https://crates.io/api/v1/crates/spinning_top/0.2.5/download -> spinning_top-0.2.5.crate https://crates.io/api/v1/crates/stable_deref_trait/1.2.0/download -> stable_deref_trait-1.2.0.crate https://crates.io/api/v1/crates/standback/0.2.17/download -> standback-0.2.17.crate https://crates.io/api/v1/crates/stdweb-derive/0.5.3/download -> stdweb-derive-0.5.3.crate https://crates.io/api/v1/crates/stdweb-internal-macros/0.2.9/download -> stdweb-internal-macros-0.2.9.crate https://crates.io/api/v1/crates/stdweb-internal-runtime/0.1.5/download -> stdweb-internal-runtime-0.1.5.crate https://crates.io/api/v1/crates/stdweb/0.4.20/download -> stdweb-0.4.20.crate https://crates.io/api/v1/crates/strsim/0.11.1/download -> strsim-0.11.1.crate https://crates.io/api/v1/crates/subtle/2.6.1/download -> subtle-2.6.1.crate https://crates.io/api/v1/crates/surf/2.3.2/download -> surf-2.3.2.crate https://crates.io/api/v1/crates/syn/1.0.109/download -> syn-1.0.109.crate https://crates.io/api/v1/crates/syn/2.0.106/download -> syn-2.0.106.crate https://crates.io/api/v1/crates/sync_wrapper/1.0.2/download -> sync_wrapper-1.0.2.crate https://crates.io/api/v1/crates/synstructure/0.13.2/download -> synstructure-0.13.2.crate https://crates.io/api/v1/crates/tar/0.4.45/download -> tar-0.4.45.crate https://crates.io/api/v1/crates/tempfile/3.20.0/download -> tempfile-3.20.0.crate https://crates.io/api/v1/crates/textwrap/0.16.2/download -> textwrap-0.16.2.crate https://crates.io/api/v1/crates/thiserror-impl/1.0.69/download -> thiserror-impl-1.0.69.crate https://crates.io/api/v1/crates/thiserror-impl/2.0.12/download -> thiserror-impl-2.0.12.crate https://crates.io/api/v1/crates/thiserror/1.0.69/download -> thiserror-1.0.69.crate https://crates.io/api/v1/crates/thiserror/2.0.12/download -> thiserror-2.0.12.crate https://crates.io/api/v1/crates/time-core/0.1.8/download -> time-core-0.1.8.crate https://crates.io/api/v1/crates/time-macros-impl/0.1.2/download -> time-macros-impl-0.1.2.crate https://crates.io/api/v1/crates/time-macros/0.1.1/download -> time-macros-0.1.1.crate https://crates.io/api/v1/crates/time/0.2.27/download -> time-0.2.27.crate https://crates.io/api/v1/crates/time/0.3.47/download -> time-0.3.47.crate https://crates.io/api/v1/crates/tinystr/0.8.1/download -> tinystr-0.8.1.crate https://crates.io/api/v1/crates/tinyvec/1.9.0/download -> tinyvec-1.9.0.crate https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download -> tinyvec_macros-0.1.1.crate https://crates.io/api/v1/crates/tokio-macros/2.5.0/download -> tokio-macros-2.5.0.crate https://crates.io/api/v1/crates/tokio-rustls/0.26.2/download -> tokio-rustls-0.26.2.crate https://crates.io/api/v1/crates/tokio-util/0.7.16/download -> tokio-util-0.7.16.crate https://crates.io/api/v1/crates/tokio/1.47.1/download -> tokio-1.47.1.crate https://crates.io/api/v1/crates/toml_datetime/0.6.11/download -> toml_datetime-0.6.11.crate https://crates.io/api/v1/crates/toml_edit/0.22.27/download -> toml_edit-0.22.27.crate https://crates.io/api/v1/crates/topological-sort/0.2.2/download -> topological-sort-0.2.2.crate https://crates.io/api/v1/crates/tower-http/0.6.6/download -> tower-http-0.6.6.crate https://crates.io/api/v1/crates/tower-layer/0.3.3/download -> tower-layer-0.3.3.crate https://crates.io/api/v1/crates/tower-lsp-macros/0.9.0/download -> tower-lsp-macros-0.9.0.crate https://crates.io/api/v1/crates/tower-lsp/0.20.0/download -> tower-lsp-0.20.0.crate https://crates.io/api/v1/crates/tower-service/0.3.3/download -> tower-service-0.3.3.crate https://crates.io/api/v1/crates/tower/0.4.13/download -> tower-0.4.13.crate https://crates.io/api/v1/crates/tower/0.5.2/download -> tower-0.5.2.crate https://crates.io/api/v1/crates/tracing-attributes/0.1.30/download -> tracing-attributes-0.1.30.crate https://crates.io/api/v1/crates/tracing-core/0.1.34/download -> tracing-core-0.1.34.crate https://crates.io/api/v1/crates/tracing-futures/0.2.5/download -> tracing-futures-0.2.5.crate https://crates.io/api/v1/crates/tracing/0.1.41/download -> tracing-0.1.41.crate https://crates.io/api/v1/crates/try-lock/0.2.5/download -> try-lock-0.2.5.crate https://crates.io/api/v1/crates/typed-builder-macro/0.21.0/download -> typed-builder-macro-0.21.0.crate https://crates.io/api/v1/crates/typed-builder/0.21.0/download -> typed-builder-0.21.0.crate https://crates.io/api/v1/crates/typenum/1.18.0/download -> typenum-1.18.0.crate https://crates.io/api/v1/crates/ungrammar/1.16.1/download -> ungrammar-1.16.1.crate https://crates.io/api/v1/crates/unicase/2.8.1/download -> unicase-2.8.1.crate https://crates.io/api/v1/crates/unicode-ident/1.0.18/download -> unicode-ident-1.0.18.crate https://crates.io/api/v1/crates/unicode-linebreak/0.1.5/download -> unicode-linebreak-0.1.5.crate https://crates.io/api/v1/crates/unicode-segmentation/1.12.0/download -> unicode-segmentation-1.12.0.crate https://crates.io/api/v1/crates/unicode-width/0.2.1/download -> unicode-width-0.2.1.crate https://crates.io/api/v1/crates/unicode-xid/0.2.6/download -> unicode-xid-0.2.6.crate https://crates.io/api/v1/crates/universal-hash/0.4.0/download -> universal-hash-0.4.0.crate https://crates.io/api/v1/crates/unscanny/0.1.0/download -> unscanny-0.1.0.crate https://crates.io/api/v1/crates/untrusted/0.9.0/download -> untrusted-0.9.0.crate https://crates.io/api/v1/crates/url/2.5.4/download -> url-2.5.4.crate https://crates.io/api/v1/crates/urlencoding/2.1.3/download -> urlencoding-2.1.3.crate https://crates.io/api/v1/crates/utf8_iter/1.0.4/download -> utf8_iter-1.0.4.crate https://crates.io/api/v1/crates/utf8parse/0.2.2/download -> utf8parse-0.2.2.crate https://crates.io/api/v1/crates/uuid/1.18.0/download -> uuid-1.18.0.crate https://crates.io/api/v1/crates/value-bag/1.11.1/download -> value-bag-1.11.1.crate https://crates.io/api/v1/crates/vcpkg/0.2.15/download -> vcpkg-0.2.15.crate https://crates.io/api/v1/crates/version-ranges/0.1.1/download -> version-ranges-0.1.1.crate https://crates.io/api/v1/crates/version_check/0.9.5/download -> version_check-0.9.5.crate https://crates.io/api/v1/crates/waker-fn/1.2.0/download -> waker-fn-1.2.0.crate https://crates.io/api/v1/crates/walkdir/2.5.0/download -> walkdir-2.5.0.crate https://crates.io/api/v1/crates/want/0.3.1/download -> want-0.3.1.crate https://crates.io/api/v1/crates/wasi/0.11.1+wasi-snapshot-preview1/download -> wasi-0.11.1+wasi-snapshot-preview1.crate https://crates.io/api/v1/crates/wasi/0.14.2+wasi-0.2.4/download -> wasi-0.14.2+wasi-0.2.4.crate https://crates.io/api/v1/crates/wasi/0.9.0+wasi-snapshot-preview1/download -> wasi-0.9.0+wasi-snapshot-preview1.crate https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.100/download -> wasm-bindgen-backend-0.2.100.crate https://crates.io/api/v1/crates/wasm-bindgen-futures/0.4.50/download -> wasm-bindgen-futures-0.4.50.crate https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.100/download -> wasm-bindgen-macro-support-0.2.100.crate https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.100/download -> wasm-bindgen-macro-0.2.100.crate https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.100/download -> wasm-bindgen-shared-0.2.100.crate https://crates.io/api/v1/crates/wasm-bindgen/0.2.100/download -> wasm-bindgen-0.2.100.crate https://crates.io/api/v1/crates/wasm-encoder/0.227.1/download -> wasm-encoder-0.227.1.crate https://crates.io/api/v1/crates/wasm-metadata/0.227.1/download -> wasm-metadata-0.227.1.crate https://crates.io/api/v1/crates/wasmparser/0.227.1/download -> wasmparser-0.227.1.crate https://crates.io/api/v1/crates/web-sys/0.3.77/download -> web-sys-0.3.77.crate https://crates.io/api/v1/crates/web-time/1.1.0/download -> web-time-1.1.0.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download -> winapi-i686-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi-util/0.1.9/download -> winapi-util-0.1.9.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download -> winapi-x86_64-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi/0.3.9/download -> winapi-0.3.9.crate https://crates.io/api/v1/crates/windows-core/0.61.2/download -> windows-core-0.61.2.crate https://crates.io/api/v1/crates/windows-implement/0.60.0/download -> windows-implement-0.60.0.crate https://crates.io/api/v1/crates/windows-interface/0.59.1/download -> windows-interface-0.59.1.crate https://crates.io/api/v1/crates/windows-link/0.1.3/download -> windows-link-0.1.3.crate https://crates.io/api/v1/crates/windows-link/0.2.1/download -> windows-link-0.2.1.crate https://crates.io/api/v1/crates/windows-result/0.3.4/download -> windows-result-0.3.4.crate https://crates.io/api/v1/crates/windows-strings/0.4.2/download -> windows-strings-0.4.2.crate https://crates.io/api/v1/crates/windows-sys/0.52.0/download -> windows-sys-0.52.0.crate https://crates.io/api/v1/crates/windows-sys/0.59.0/download -> windows-sys-0.59.0.crate https://crates.io/api/v1/crates/windows-sys/0.60.2/download -> windows-sys-0.60.2.crate https://crates.io/api/v1/crates/windows-sys/0.61.2/download -> windows-sys-0.61.2.crate https://crates.io/api/v1/crates/windows-targets/0.52.6/download -> windows-targets-0.52.6.crate https://crates.io/api/v1/crates/windows-targets/0.53.3/download -> windows-targets-0.53.3.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.6/download -> windows_aarch64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.53.0/download -> windows_aarch64_gnullvm-0.53.0.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.6/download -> windows_aarch64_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.53.0/download -> windows_aarch64_msvc-0.53.0.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.52.6/download -> windows_i686_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.53.0/download -> windows_i686_gnu-0.53.0.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.52.6/download -> windows_i686_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.53.0/download -> windows_i686_gnullvm-0.53.0.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.52.6/download -> windows_i686_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.53.0/download -> windows_i686_msvc-0.53.0.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.6/download -> windows_x86_64_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.53.0/download -> windows_x86_64_gnu-0.53.0.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.6/download -> windows_x86_64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.53.0/download -> windows_x86_64_gnullvm-0.53.0.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.6/download -> windows_x86_64_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.53.0/download -> windows_x86_64_msvc-0.53.0.crate https://crates.io/api/v1/crates/winnow/0.7.12/download -> winnow-0.7.12.crate https://crates.io/api/v1/crates/wit-bindgen-core/0.41.0/download -> wit-bindgen-core-0.41.0.crate https://crates.io/api/v1/crates/wit-bindgen-rt/0.39.0/download -> wit-bindgen-rt-0.39.0.crate https://crates.io/api/v1/crates/wit-bindgen-rt/0.41.0/download -> wit-bindgen-rt-0.41.0.crate https://crates.io/api/v1/crates/wit-bindgen-rust-macro/0.41.0/download -> wit-bindgen-rust-macro-0.41.0.crate https://crates.io/api/v1/crates/wit-bindgen-rust/0.41.0/download -> wit-bindgen-rust-0.41.0.crate https://crates.io/api/v1/crates/wit-bindgen/0.41.0/download -> wit-bindgen-0.41.0.crate https://crates.io/api/v1/crates/wit-component/0.227.1/download -> wit-component-0.227.1.crate https://crates.io/api/v1/crates/wit-parser/0.227.1/download -> wit-parser-0.227.1.crate https://crates.io/api/v1/crates/writeable/0.6.1/download -> writeable-0.6.1.crate https://crates.io/api/v1/crates/xattr/1.6.1/download -> xattr-1.6.1.crate https://crates.io/api/v1/crates/xshell-macros/0.2.7/download -> xshell-macros-0.2.7.crate https://crates.io/api/v1/crates/xshell/0.2.7/download -> xshell-0.2.7.crate https://crates.io/api/v1/crates/xz2/0.1.7/download -> xz2-0.1.7.crate https://crates.io/api/v1/crates/yansi/1.0.1/download -> yansi-1.0.1.crate https://crates.io/api/v1/crates/yoke-derive/0.8.0/download -> yoke-derive-0.8.0.crate https://crates.io/api/v1/crates/yoke/0.8.0/download -> yoke-0.8.0.crate https://crates.io/api/v1/crates/zed_extension_api/0.7.0/download -> zed_extension_api-0.7.0.crate https://crates.io/api/v1/crates/zerocopy-derive/0.8.26/download -> zerocopy-derive-0.8.26.crate https://crates.io/api/v1/crates/zerocopy/0.8.26/download -> zerocopy-0.8.26.crate https://crates.io/api/v1/crates/zerofrom-derive/0.1.6/download -> zerofrom-derive-0.1.6.crate https://crates.io/api/v1/crates/zerofrom/0.1.6/download -> zerofrom-0.1.6.crate https://crates.io/api/v1/crates/zeroize/1.8.1/download -> zeroize-1.8.1.crate https://crates.io/api/v1/crates/zeroize_derive/1.4.2/download -> zeroize_derive-1.4.2.crate https://crates.io/api/v1/crates/zerotrie/0.2.2/download -> zerotrie-0.2.2.crate https://crates.io/api/v1/crates/zerovec-derive/0.11.1/download -> zerovec-derive-0.11.1.crate https://crates.io/api/v1/crates/zerovec/0.11.4/download -> zerovec-0.11.4.crate https://crates.io/api/v1/crates/zip/2.4.2/download -> zip-2.4.2.crate https://crates.io/api/v1/crates/zopfli/0.8.2/download -> zopfli-0.8.2.crate https://crates.io/api/v1/crates/zstd-safe/7.2.4/download -> zstd-safe-7.2.4.crate https://crates.io/api/v1/crates/zstd-sys/2.0.15+zstd.1.5.7/download -> zstd-sys-2.0.15+zstd.1.5.7.crate https://crates.io/api/v1/crates/zstd/0.13.3/download -> zstd-0.13.3.crate +_eclasses_=bash-completion-r1 9e91505e030725688d1e953321a47501 cargo 53bab5a62cfc3526d8ed02c0a38a6033 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd shell-completion 0b655d0d825e157a5e99c463bddaac16 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 +_md5_=68b0a5127eee3ccb917102bdd5d62d43 diff --git a/metadata/md5-cache/dev-util/tombi-0.9.25 b/metadata/md5-cache/dev-util/tombi-0.9.25 index 4e246f74aa10..f8d7c1919ea9 100644 --- a/metadata/md5-cache/dev-util/tombi-0.9.25 +++ b/metadata/md5-cache/dev-util/tombi-0.9.25 @@ -12,4 +12,4 @@ RESTRICT=mirror SLOT=0 SRC_URI=https://github.com/tombi-toml/tombi/archive/refs/tags/v0.9.25.tar.gz -> tombi-0.9.25.tar.gz https://crates.io/api/v1/crates/addr2line/0.24.2/download -> addr2line-0.24.2.crate https://crates.io/api/v1/crates/addr/0.15.6/download -> addr-0.15.6.crate https://crates.io/api/v1/crates/adler2/2.0.1/download -> adler2-2.0.1.crate https://crates.io/api/v1/crates/aead/0.3.2/download -> aead-0.3.2.crate https://crates.io/api/v1/crates/aes-gcm/0.8.0/download -> aes-gcm-0.8.0.crate https://crates.io/api/v1/crates/aes-soft/0.6.4/download -> aes-soft-0.6.4.crate https://crates.io/api/v1/crates/aes/0.6.0/download -> aes-0.6.0.crate https://crates.io/api/v1/crates/aes/0.8.4/download -> aes-0.8.4.crate https://crates.io/api/v1/crates/aesni/0.10.0/download -> aesni-0.10.0.crate https://crates.io/api/v1/crates/ahash/0.8.12/download -> ahash-0.8.12.crate https://crates.io/api/v1/crates/aho-corasick/1.1.3/download -> aho-corasick-1.1.3.crate https://crates.io/api/v1/crates/allocator-api2/0.2.21/download -> allocator-api2-0.2.21.crate https://crates.io/api/v1/crates/android-tzdata/0.1.1/download -> android-tzdata-0.1.1.crate https://crates.io/api/v1/crates/android_system_properties/0.1.5/download -> android_system_properties-0.1.5.crate https://crates.io/api/v1/crates/anstream/0.6.20/download -> anstream-0.6.20.crate https://crates.io/api/v1/crates/anstyle-parse/0.2.7/download -> anstyle-parse-0.2.7.crate https://crates.io/api/v1/crates/anstyle-query/1.1.4/download -> anstyle-query-1.1.4.crate https://crates.io/api/v1/crates/anstyle-wincon/3.0.10/download -> anstyle-wincon-3.0.10.crate https://crates.io/api/v1/crates/anstyle/1.0.11/download -> anstyle-1.0.11.crate https://crates.io/api/v1/crates/anyhow/1.0.98/download -> anyhow-1.0.98.crate https://crates.io/api/v1/crates/arbitrary/1.4.1/download -> arbitrary-1.4.1.crate https://crates.io/api/v1/crates/async-channel/1.9.0/download -> async-channel-1.9.0.crate https://crates.io/api/v1/crates/async-channel/2.5.0/download -> async-channel-2.5.0.crate https://crates.io/api/v1/crates/async-executor/1.13.2/download -> async-executor-1.13.2.crate https://crates.io/api/v1/crates/async-global-executor/2.4.1/download -> async-global-executor-2.4.1.crate https://crates.io/api/v1/crates/async-io/2.5.0/download -> async-io-2.5.0.crate https://crates.io/api/v1/crates/async-lock/3.4.1/download -> async-lock-3.4.1.crate https://crates.io/api/v1/crates/async-std/1.13.1/download -> async-std-1.13.1.crate https://crates.io/api/v1/crates/async-task/4.7.1/download -> async-task-4.7.1.crate https://crates.io/api/v1/crates/async-trait/0.1.88/download -> async-trait-0.1.88.crate https://crates.io/api/v1/crates/atomic-waker/1.1.2/download -> atomic-waker-1.1.2.crate https://crates.io/api/v1/crates/atomic/0.6.1/download -> atomic-0.6.1.crate https://crates.io/api/v1/crates/auditable-serde/0.8.0/download -> auditable-serde-0.8.0.crate https://crates.io/api/v1/crates/auto_impl/1.3.0/download -> auto_impl-1.3.0.crate https://crates.io/api/v1/crates/autocfg/1.5.0/download -> autocfg-1.5.0.crate https://crates.io/api/v1/crates/backtrace/0.3.75/download -> backtrace-0.3.75.crate https://crates.io/api/v1/crates/base-x/0.2.11/download -> base-x-0.2.11.crate https://crates.io/api/v1/crates/base64/0.13.1/download -> base64-0.13.1.crate https://crates.io/api/v1/crates/base64/0.22.1/download -> base64-0.22.1.crate https://crates.io/api/v1/crates/bit-set/0.5.3/download -> bit-set-0.5.3.crate https://crates.io/api/v1/crates/bit-vec/0.6.3/download -> bit-vec-0.6.3.crate https://crates.io/api/v1/crates/bitflags/1.3.2/download -> bitflags-1.3.2.crate https://crates.io/api/v1/crates/bitflags/2.11.0/download -> bitflags-2.11.0.crate https://crates.io/api/v1/crates/block-buffer/0.10.4/download -> block-buffer-0.10.4.crate https://crates.io/api/v1/crates/block-buffer/0.9.0/download -> block-buffer-0.9.0.crate https://crates.io/api/v1/crates/blocking/1.6.2/download -> blocking-1.6.2.crate https://crates.io/api/v1/crates/boxcar/0.2.13/download -> boxcar-0.2.13.crate https://crates.io/api/v1/crates/bstr/1.12.0/download -> bstr-1.12.0.crate https://crates.io/api/v1/crates/bumpalo/3.19.0/download -> bumpalo-3.19.0.crate https://crates.io/api/v1/crates/bytemuck/1.23.1/download -> bytemuck-1.23.1.crate https://crates.io/api/v1/crates/byteorder/1.5.0/download -> byteorder-1.5.0.crate https://crates.io/api/v1/crates/bytes/0.5.6/download -> bytes-0.5.6.crate https://crates.io/api/v1/crates/bytes/1.11.1/download -> bytes-1.11.1.crate https://crates.io/api/v1/crates/bzip2-sys/0.1.13+1.0.8/download -> bzip2-sys-0.1.13+1.0.8.crate https://crates.io/api/v1/crates/bzip2/0.5.2/download -> bzip2-0.5.2.crate https://crates.io/api/v1/crates/cc/1.2.32/download -> cc-1.2.32.crate https://crates.io/api/v1/crates/cfg-if/1.0.1/download -> cfg-if-1.0.1.crate https://crates.io/api/v1/crates/cfg_aliases/0.2.1/download -> cfg_aliases-0.2.1.crate https://crates.io/api/v1/crates/chrono/0.4.41/download -> chrono-0.4.41.crate https://crates.io/api/v1/crates/cipher/0.2.5/download -> cipher-0.2.5.crate https://crates.io/api/v1/crates/cipher/0.4.4/download -> cipher-0.4.4.crate https://crates.io/api/v1/crates/clap/4.5.43/download -> clap-4.5.43.crate https://crates.io/api/v1/crates/clap_builder/4.5.43/download -> clap_builder-4.5.43.crate https://crates.io/api/v1/crates/clap_complete/4.5.58/download -> clap_complete-4.5.58.crate https://crates.io/api/v1/crates/clap_derive/4.5.41/download -> clap_derive-4.5.41.crate https://crates.io/api/v1/crates/clap_lex/0.7.5/download -> clap_lex-0.7.5.crate https://crates.io/api/v1/crates/colorchoice/1.0.4/download -> colorchoice-1.0.4.crate https://crates.io/api/v1/crates/concurrent-queue/2.5.0/download -> concurrent-queue-2.5.0.crate https://crates.io/api/v1/crates/console_error_panic_hook/0.1.7/download -> console_error_panic_hook-0.1.7.crate https://crates.io/api/v1/crates/const_fn/0.4.11/download -> const_fn-0.4.11.crate https://crates.io/api/v1/crates/constant_time_eq/0.3.1/download -> constant_time_eq-0.3.1.crate https://crates.io/api/v1/crates/convert_case/0.6.0/download -> convert_case-0.6.0.crate https://crates.io/api/v1/crates/cookie/0.14.4/download -> cookie-0.14.4.crate https://crates.io/api/v1/crates/core-foundation-sys/0.8.7/download -> core-foundation-sys-0.8.7.crate https://crates.io/api/v1/crates/core-foundation/0.10.0/download -> core-foundation-0.10.0.crate https://crates.io/api/v1/crates/countme/3.0.1/download -> countme-3.0.1.crate https://crates.io/api/v1/crates/cpufeatures/0.2.17/download -> cpufeatures-0.2.17.crate https://crates.io/api/v1/crates/cpuid-bool/0.2.0/download -> cpuid-bool-0.2.0.crate https://crates.io/api/v1/crates/crc-catalog/2.4.0/download -> crc-catalog-2.4.0.crate https://crates.io/api/v1/crates/crc32fast/1.5.0/download -> crc32fast-1.5.0.crate https://crates.io/api/v1/crates/crc/3.3.0/download -> crc-3.3.0.crate https://crates.io/api/v1/crates/crossbeam-deque/0.8.6/download -> crossbeam-deque-0.8.6.crate https://crates.io/api/v1/crates/crossbeam-epoch/0.9.18/download -> crossbeam-epoch-0.9.18.crate https://crates.io/api/v1/crates/crossbeam-utils/0.8.21/download -> crossbeam-utils-0.8.21.crate https://crates.io/api/v1/crates/crypto-common/0.1.6/download -> crypto-common-0.1.6.crate https://crates.io/api/v1/crates/crypto-mac/0.10.0/download -> crypto-mac-0.10.0.crate https://crates.io/api/v1/crates/ctr/0.6.0/download -> ctr-0.6.0.crate https://crates.io/api/v1/crates/curl-sys/0.4.82+curl-8.14.1/download -> curl-sys-0.4.82+curl-8.14.1.crate https://crates.io/api/v1/crates/curl/0.4.48/download -> curl-0.4.48.crate https://crates.io/api/v1/crates/dashmap/5.5.3/download -> dashmap-5.5.3.crate https://crates.io/api/v1/crates/deflate64/0.1.9/download -> deflate64-0.1.9.crate https://crates.io/api/v1/crates/deranged/0.5.5/download -> deranged-0.5.5.crate https://crates.io/api/v1/crates/derive_arbitrary/1.4.1/download -> derive_arbitrary-1.4.1.crate https://crates.io/api/v1/crates/diff/0.1.13/download -> diff-0.1.13.crate https://crates.io/api/v1/crates/digest/0.10.7/download -> digest-0.10.7.crate https://crates.io/api/v1/crates/digest/0.9.0/download -> digest-0.9.0.crate https://crates.io/api/v1/crates/dirs-sys/0.5.0/download -> dirs-sys-0.5.0.crate https://crates.io/api/v1/crates/dirs/6.0.0/download -> dirs-6.0.0.crate https://crates.io/api/v1/crates/discard/1.0.4/download -> discard-1.0.4.crate https://crates.io/api/v1/crates/displaydoc/0.2.5/download -> displaydoc-0.2.5.crate https://crates.io/api/v1/crates/drop_bomb/0.1.5/download -> drop_bomb-0.1.5.crate https://crates.io/api/v1/crates/dyn-clone/1.0.20/download -> dyn-clone-1.0.20.crate https://crates.io/api/v1/crates/either/1.15.0/download -> either-1.15.0.crate https://crates.io/api/v1/crates/email_address/0.2.9/download -> email_address-0.2.9.crate https://crates.io/api/v1/crates/encoding_rs/0.8.35/download -> encoding_rs-0.8.35.crate https://crates.io/api/v1/crates/env_filter/0.1.4/download -> env_filter-0.1.4.crate https://crates.io/api/v1/crates/env_logger/0.11.8/download -> env_logger-0.11.8.crate https://crates.io/api/v1/crates/equivalent/1.0.2/download -> equivalent-1.0.2.crate https://crates.io/api/v1/crates/errno/0.3.13/download -> errno-0.3.13.crate https://crates.io/api/v1/crates/event-listener-strategy/0.5.4/download -> event-listener-strategy-0.5.4.crate https://crates.io/api/v1/crates/event-listener/2.5.3/download -> event-listener-2.5.3.crate https://crates.io/api/v1/crates/event-listener/5.4.1/download -> event-listener-5.4.1.crate https://crates.io/api/v1/crates/fancy-regex/0.13.0/download -> fancy-regex-0.13.0.crate https://crates.io/api/v1/crates/fast-glob/0.3.3/download -> fast-glob-0.3.3.crate https://crates.io/api/v1/crates/fastrand/1.9.0/download -> fastrand-1.9.0.crate https://crates.io/api/v1/crates/fastrand/2.3.0/download -> fastrand-2.3.0.crate https://crates.io/api/v1/crates/filetime/0.2.27/download -> filetime-0.2.27.crate https://crates.io/api/v1/crates/flate2/1.1.2/download -> flate2-1.1.2.crate https://crates.io/api/v1/crates/flume/0.9.2/download -> flume-0.9.2.crate https://crates.io/api/v1/crates/fnv/1.0.7/download -> fnv-1.0.7.crate https://crates.io/api/v1/crates/foldhash/0.1.5/download -> foldhash-0.1.5.crate https://crates.io/api/v1/crates/form_urlencoded/1.2.1/download -> form_urlencoded-1.2.1.crate https://crates.io/api/v1/crates/futures-channel/0.3.31/download -> futures-channel-0.3.31.crate https://crates.io/api/v1/crates/futures-core/0.3.31/download -> futures-core-0.3.31.crate https://crates.io/api/v1/crates/futures-executor/0.3.31/download -> futures-executor-0.3.31.crate https://crates.io/api/v1/crates/futures-io/0.3.31/download -> futures-io-0.3.31.crate https://crates.io/api/v1/crates/futures-lite/1.13.0/download -> futures-lite-1.13.0.crate https://crates.io/api/v1/crates/futures-lite/2.6.1/download -> futures-lite-2.6.1.crate https://crates.io/api/v1/crates/futures-macro/0.3.31/download -> futures-macro-0.3.31.crate https://crates.io/api/v1/crates/futures-sink/0.3.31/download -> futures-sink-0.3.31.crate https://crates.io/api/v1/crates/futures-task/0.3.31/download -> futures-task-0.3.31.crate https://crates.io/api/v1/crates/futures-timer/3.0.3/download -> futures-timer-3.0.3.crate https://crates.io/api/v1/crates/futures-util/0.3.31/download -> futures-util-0.3.31.crate https://crates.io/api/v1/crates/futures/0.3.31/download -> futures-0.3.31.crate https://crates.io/api/v1/crates/generic-array/0.14.7/download -> generic-array-0.14.7.crate https://crates.io/api/v1/crates/getrandom/0.1.16/download -> getrandom-0.1.16.crate https://crates.io/api/v1/crates/getrandom/0.2.16/download -> getrandom-0.2.16.crate https://crates.io/api/v1/crates/getrandom/0.3.3/download -> getrandom-0.3.3.crate https://crates.io/api/v1/crates/ghash/0.3.1/download -> ghash-0.3.1.crate https://crates.io/api/v1/crates/gimli/0.31.1/download -> gimli-0.31.1.crate https://crates.io/api/v1/crates/glob/0.3.2/download -> glob-0.3.2.crate https://crates.io/api/v1/crates/globset/0.4.16/download -> globset-0.4.16.crate https://crates.io/api/v1/crates/gloo-net/0.6.0/download -> gloo-net-0.6.0.crate https://crates.io/api/v1/crates/gloo-timers/0.3.0/download -> gloo-timers-0.3.0.crate https://crates.io/api/v1/crates/gloo-utils/0.2.0/download -> gloo-utils-0.2.0.crate https://crates.io/api/v1/crates/hashbrown/0.14.5/download -> hashbrown-0.14.5.crate https://crates.io/api/v1/crates/hashbrown/0.15.5/download -> hashbrown-0.15.5.crate https://crates.io/api/v1/crates/heck/0.5.0/download -> heck-0.5.0.crate https://crates.io/api/v1/crates/hermit-abi/0.5.2/download -> hermit-abi-0.5.2.crate https://crates.io/api/v1/crates/hkdf/0.10.0/download -> hkdf-0.10.0.crate https://crates.io/api/v1/crates/hmac/0.10.1/download -> hmac-0.10.1.crate https://crates.io/api/v1/crates/hmac/0.12.1/download -> hmac-0.12.1.crate https://crates.io/api/v1/crates/http-body-util/0.1.3/download -> http-body-util-0.1.3.crate https://crates.io/api/v1/crates/http-body/1.0.1/download -> http-body-1.0.1.crate https://crates.io/api/v1/crates/http-client/6.5.3/download -> http-client-6.5.3.crate https://crates.io/api/v1/crates/http-types/2.12.0/download -> http-types-2.12.0.crate https://crates.io/api/v1/crates/http/0.2.12/download -> http-0.2.12.crate https://crates.io/api/v1/crates/http/1.3.1/download -> http-1.3.1.crate https://crates.io/api/v1/crates/httparse/1.10.1/download -> httparse-1.10.1.crate https://crates.io/api/v1/crates/hyper-rustls/0.27.7/download -> hyper-rustls-0.27.7.crate https://crates.io/api/v1/crates/hyper-util/0.1.16/download -> hyper-util-0.1.16.crate https://crates.io/api/v1/crates/hyper/1.6.0/download -> hyper-1.6.0.crate https://crates.io/api/v1/crates/iana-time-zone-haiku/0.1.2/download -> iana-time-zone-haiku-0.1.2.crate https://crates.io/api/v1/crates/iana-time-zone/0.1.63/download -> iana-time-zone-0.1.63.crate https://crates.io/api/v1/crates/icu_collections/2.0.0/download -> icu_collections-2.0.0.crate https://crates.io/api/v1/crates/icu_locale_core/2.0.0/download -> icu_locale_core-2.0.0.crate https://crates.io/api/v1/crates/icu_normalizer/2.0.0/download -> icu_normalizer-2.0.0.crate https://crates.io/api/v1/crates/icu_normalizer_data/2.0.0/download -> icu_normalizer_data-2.0.0.crate https://crates.io/api/v1/crates/icu_properties/2.0.1/download -> icu_properties-2.0.1.crate https://crates.io/api/v1/crates/icu_properties_data/2.0.1/download -> icu_properties_data-2.0.1.crate https://crates.io/api/v1/crates/icu_provider/2.0.0/download -> icu_provider-2.0.0.crate https://crates.io/api/v1/crates/id-arena/2.2.1/download -> id-arena-2.2.1.crate https://crates.io/api/v1/crates/idna/1.0.3/download -> idna-1.0.3.crate https://crates.io/api/v1/crates/idna_adapter/1.2.1/download -> idna_adapter-1.2.1.crate https://crates.io/api/v1/crates/ignore/0.4.23/download -> ignore-0.4.23.crate https://crates.io/api/v1/crates/indexmap/2.10.0/download -> indexmap-2.10.0.crate https://crates.io/api/v1/crates/infer/0.2.3/download -> infer-0.2.3.crate https://crates.io/api/v1/crates/inout/0.1.4/download -> inout-0.1.4.crate https://crates.io/api/v1/crates/instant/0.1.13/download -> instant-0.1.13.crate https://crates.io/api/v1/crates/io-uring/0.7.9/download -> io-uring-0.7.9.crate https://crates.io/api/v1/crates/ipnet/2.11.0/download -> ipnet-2.11.0.crate https://crates.io/api/v1/crates/iri-string/0.7.8/download -> iri-string-0.7.8.crate https://crates.io/api/v1/crates/is_terminal_polyfill/1.70.1/download -> is_terminal_polyfill-1.70.1.crate https://crates.io/api/v1/crates/isahc/0.9.14/download -> isahc-0.9.14.crate https://crates.io/api/v1/crates/itertools/0.13.0/download -> itertools-0.13.0.crate https://crates.io/api/v1/crates/itertools/0.14.0/download -> itertools-0.14.0.crate https://crates.io/api/v1/crates/itoa/1.0.15/download -> itoa-1.0.15.crate https://crates.io/api/v1/crates/jiff-static/0.2.15/download -> jiff-static-0.2.15.crate https://crates.io/api/v1/crates/jiff/0.2.15/download -> jiff-0.2.15.crate https://crates.io/api/v1/crates/jobserver/0.1.33/download -> jobserver-0.1.33.crate https://crates.io/api/v1/crates/js-sys/0.3.77/download -> js-sys-0.3.77.crate https://crates.io/api/v1/crates/kv-log-macro/1.0.7/download -> kv-log-macro-1.0.7.crate https://crates.io/api/v1/crates/leb128fmt/0.1.0/download -> leb128fmt-0.1.0.crate https://crates.io/api/v1/crates/libc/0.2.174/download -> libc-0.2.174.crate https://crates.io/api/v1/crates/libnghttp2-sys/0.1.11+1.64.0/download -> libnghttp2-sys-0.1.11+1.64.0.crate https://crates.io/api/v1/crates/libredox/0.1.9/download -> libredox-0.1.9.crate https://crates.io/api/v1/crates/libz-sys/1.1.22/download -> libz-sys-1.1.22.crate https://crates.io/api/v1/crates/linux-raw-sys/0.9.4/download -> linux-raw-sys-0.9.4.crate https://crates.io/api/v1/crates/litemap/0.8.0/download -> litemap-0.8.0.crate https://crates.io/api/v1/crates/lock_api/0.4.13/download -> lock_api-0.4.13.crate https://crates.io/api/v1/crates/log/0.4.27/download -> log-0.4.27.crate https://crates.io/api/v1/crates/lru-slab/0.1.2/download -> lru-slab-0.1.2.crate https://crates.io/api/v1/crates/lsp-types/0.94.1/download -> lsp-types-0.94.1.crate https://crates.io/api/v1/crates/lzma-rs/0.3.0/download -> lzma-rs-0.3.0.crate https://crates.io/api/v1/crates/lzma-sys/0.1.20/download -> lzma-sys-0.1.20.crate https://crates.io/api/v1/crates/md-5/0.10.6/download -> md-5-0.10.6.crate https://crates.io/api/v1/crates/memchr/2.7.5/download -> memchr-2.7.5.crate https://crates.io/api/v1/crates/mime/0.3.17/download -> mime-0.3.17.crate https://crates.io/api/v1/crates/mime_guess/2.0.5/download -> mime_guess-2.0.5.crate https://crates.io/api/v1/crates/miniz_oxide/0.8.9/download -> miniz_oxide-0.8.9.crate https://crates.io/api/v1/crates/mio/1.0.4/download -> mio-1.0.4.crate https://crates.io/api/v1/crates/nu-ansi-term/0.50.1/download -> nu-ansi-term-0.50.1.crate https://crates.io/api/v1/crates/num-conv/0.2.0/download -> num-conv-0.2.0.crate https://crates.io/api/v1/crates/num-traits/0.2.19/download -> num-traits-0.2.19.crate https://crates.io/api/v1/crates/object/0.36.7/download -> object-0.36.7.crate https://crates.io/api/v1/crates/once_cell/1.21.3/download -> once_cell-1.21.3.crate https://crates.io/api/v1/crates/once_cell_polyfill/1.70.1/download -> once_cell_polyfill-1.70.1.crate https://crates.io/api/v1/crates/opaque-debug/0.3.1/download -> opaque-debug-0.3.1.crate https://crates.io/api/v1/crates/openssl-probe/0.1.6/download -> openssl-probe-0.1.6.crate https://crates.io/api/v1/crates/openssl-sys/0.9.112/download -> openssl-sys-0.9.112.crate https://crates.io/api/v1/crates/option-ext/0.2.0/download -> option-ext-0.2.0.crate https://crates.io/api/v1/crates/parking/2.2.1/download -> parking-2.2.1.crate https://crates.io/api/v1/crates/parking_lot_core/0.9.11/download -> parking_lot_core-0.9.11.crate https://crates.io/api/v1/crates/pbkdf2/0.12.2/download -> pbkdf2-0.12.2.crate https://crates.io/api/v1/crates/pep440_rs/0.7.3/download -> pep440_rs-0.7.3.crate https://crates.io/api/v1/crates/pep508_rs/0.9.2/download -> pep508_rs-0.9.2.crate https://crates.io/api/v1/crates/percent-encoding/2.3.1/download -> percent-encoding-2.3.1.crate https://crates.io/api/v1/crates/pin-project-internal/1.1.10/download -> pin-project-internal-1.1.10.crate https://crates.io/api/v1/crates/pin-project-lite/0.2.16/download -> pin-project-lite-0.2.16.crate https://crates.io/api/v1/crates/pin-project/1.1.10/download -> pin-project-1.1.10.crate https://crates.io/api/v1/crates/pin-utils/0.1.0/download -> pin-utils-0.1.0.crate https://crates.io/api/v1/crates/piper/0.2.4/download -> piper-0.2.4.crate https://crates.io/api/v1/crates/pkg-config/0.3.32/download -> pkg-config-0.3.32.crate https://crates.io/api/v1/crates/polling/3.10.0/download -> polling-3.10.0.crate https://crates.io/api/v1/crates/polyval/0.4.5/download -> polyval-0.4.5.crate https://crates.io/api/v1/crates/portable-atomic-util/0.2.5/download -> portable-atomic-util-0.2.5.crate https://crates.io/api/v1/crates/portable-atomic/1.13.1/download -> portable-atomic-1.13.1.crate https://crates.io/api/v1/crates/potential_utf/0.1.2/download -> potential_utf-0.1.2.crate https://crates.io/api/v1/crates/powerfmt/0.2.0/download -> powerfmt-0.2.0.crate https://crates.io/api/v1/crates/ppv-lite86/0.2.21/download -> ppv-lite86-0.2.21.crate https://crates.io/api/v1/crates/pretty_assertions/1.4.1/download -> pretty_assertions-1.4.1.crate https://crates.io/api/v1/crates/prettyplease/0.2.37/download -> prettyplease-0.2.37.crate https://crates.io/api/v1/crates/proc-macro-crate/3.3.0/download -> proc-macro-crate-3.3.0.crate https://crates.io/api/v1/crates/proc-macro-hack/0.5.20+deprecated/download -> proc-macro-hack-0.5.20+deprecated.crate https://crates.io/api/v1/crates/proc-macro2/1.0.95/download -> proc-macro2-1.0.95.crate https://crates.io/api/v1/crates/psl-types/2.0.11/download -> psl-types-2.0.11.crate https://crates.io/api/v1/crates/psl/2.1.199/download -> psl-2.1.199.crate https://crates.io/api/v1/crates/quinn-proto/0.11.14/download -> quinn-proto-0.11.14.crate https://crates.io/api/v1/crates/quinn-udp/0.5.13/download -> quinn-udp-0.5.13.crate https://crates.io/api/v1/crates/quinn/0.11.8/download -> quinn-0.11.8.crate https://crates.io/api/v1/crates/quote/1.0.40/download -> quote-1.0.40.crate https://crates.io/api/v1/crates/r-efi/5.3.0/download -> r-efi-5.3.0.crate https://crates.io/api/v1/crates/rand/0.7.3/download -> rand-0.7.3.crate https://crates.io/api/v1/crates/rand/0.8.5/download -> rand-0.8.5.crate https://crates.io/api/v1/crates/rand/0.9.3/download -> rand-0.9.3.crate https://crates.io/api/v1/crates/rand_chacha/0.2.2/download -> rand_chacha-0.2.2.crate https://crates.io/api/v1/crates/rand_chacha/0.3.1/download -> rand_chacha-0.3.1.crate https://crates.io/api/v1/crates/rand_chacha/0.9.0/download -> rand_chacha-0.9.0.crate https://crates.io/api/v1/crates/rand_core/0.5.1/download -> rand_core-0.5.1.crate https://crates.io/api/v1/crates/rand_core/0.6.4/download -> rand_core-0.6.4.crate https://crates.io/api/v1/crates/rand_core/0.9.3/download -> rand_core-0.9.3.crate https://crates.io/api/v1/crates/rand_hc/0.2.0/download -> rand_hc-0.2.0.crate https://crates.io/api/v1/crates/rayon-core/1.12.1/download -> rayon-core-1.12.1.crate https://crates.io/api/v1/crates/rayon/1.10.0/download -> rayon-1.10.0.crate https://crates.io/api/v1/crates/redox_syscall/0.5.17/download -> redox_syscall-0.5.17.crate https://crates.io/api/v1/crates/redox_users/0.5.2/download -> redox_users-0.5.2.crate https://crates.io/api/v1/crates/ref-cast-impl/1.0.24/download -> ref-cast-impl-1.0.24.crate https://crates.io/api/v1/crates/ref-cast/1.0.24/download -> ref-cast-1.0.24.crate https://crates.io/api/v1/crates/regex-automata/0.4.13/download -> regex-automata-0.4.13.crate https://crates.io/api/v1/crates/regex-syntax/0.8.5/download -> regex-syntax-0.8.5.crate https://crates.io/api/v1/crates/regex/1.12.2/download -> regex-1.12.2.crate https://crates.io/api/v1/crates/relative-path/1.9.3/download -> relative-path-1.9.3.crate https://crates.io/api/v1/crates/reqwest/0.12.22/download -> reqwest-0.12.22.crate https://crates.io/api/v1/crates/ring/0.17.14/download -> ring-0.17.14.crate https://crates.io/api/v1/crates/rstest/0.25.0/download -> rstest-0.25.0.crate https://crates.io/api/v1/crates/rstest_macros/0.25.0/download -> rstest_macros-0.25.0.crate https://crates.io/api/v1/crates/rustc-demangle/0.1.26/download -> rustc-demangle-0.1.26.crate https://crates.io/api/v1/crates/rustc-hash/2.1.1/download -> rustc-hash-2.1.1.crate https://crates.io/api/v1/crates/rustc_version/0.2.3/download -> rustc_version-0.2.3.crate https://crates.io/api/v1/crates/rustc_version/0.4.1/download -> rustc_version-0.4.1.crate https://crates.io/api/v1/crates/rustix/1.0.8/download -> rustix-1.0.8.crate https://crates.io/api/v1/crates/rustls-native-certs/0.8.1/download -> rustls-native-certs-0.8.1.crate https://crates.io/api/v1/crates/rustls-pki-types/1.12.0/download -> rustls-pki-types-1.12.0.crate https://crates.io/api/v1/crates/rustls-webpki/0.103.13/download -> rustls-webpki-0.103.13.crate https://crates.io/api/v1/crates/rustls/0.23.31/download -> rustls-0.23.31.crate https://crates.io/api/v1/crates/rustversion/1.0.22/download -> rustversion-1.0.22.crate https://crates.io/api/v1/crates/ryu/1.0.20/download -> ryu-1.0.20.crate https://crates.io/api/v1/crates/same-file/1.0.6/download -> same-file-1.0.6.crate https://crates.io/api/v1/crates/schannel/0.1.29/download -> schannel-0.1.29.crate https://crates.io/api/v1/crates/schemars/1.0.4/download -> schemars-1.0.4.crate https://crates.io/api/v1/crates/schemars_derive/1.0.4/download -> schemars_derive-1.0.4.crate https://crates.io/api/v1/crates/scopeguard/1.2.0/download -> scopeguard-1.2.0.crate https://crates.io/api/v1/crates/security-framework-sys/2.17.0/download -> security-framework-sys-2.17.0.crate https://crates.io/api/v1/crates/security-framework/3.7.0/download -> security-framework-3.7.0.crate https://crates.io/api/v1/crates/semver-parser/0.7.0/download -> semver-parser-0.7.0.crate https://crates.io/api/v1/crates/semver/0.9.0/download -> semver-0.9.0.crate https://crates.io/api/v1/crates/semver/1.0.26/download -> semver-1.0.26.crate https://crates.io/api/v1/crates/serde-wasm-bindgen/0.6.5/download -> serde-wasm-bindgen-0.6.5.crate https://crates.io/api/v1/crates/serde/1.0.228/download -> serde-1.0.228.crate https://crates.io/api/v1/crates/serde_core/1.0.228/download -> serde_core-1.0.228.crate https://crates.io/api/v1/crates/serde_derive/1.0.228/download -> serde_derive-1.0.228.crate https://crates.io/api/v1/crates/serde_derive_internals/0.29.1/download -> serde_derive_internals-0.29.1.crate https://crates.io/api/v1/crates/serde_json/1.0.142/download -> serde_json-1.0.142.crate https://crates.io/api/v1/crates/serde_qs/0.8.5/download -> serde_qs-0.8.5.crate https://crates.io/api/v1/crates/serde_repr/0.1.20/download -> serde_repr-0.1.20.crate https://crates.io/api/v1/crates/serde_urlencoded/0.7.1/download -> serde_urlencoded-0.7.1.crate https://crates.io/api/v1/crates/sha1/0.10.6/download -> sha1-0.10.6.crate https://crates.io/api/v1/crates/sha1/0.6.1/download -> sha1-0.6.1.crate https://crates.io/api/v1/crates/sha1_smol/1.0.1/download -> sha1_smol-1.0.1.crate https://crates.io/api/v1/crates/sha2/0.9.9/download -> sha2-0.9.9.crate https://crates.io/api/v1/crates/shlex/1.3.0/download -> shlex-1.3.0.crate https://crates.io/api/v1/crates/simd-adler32/0.3.7/download -> simd-adler32-0.3.7.crate https://crates.io/api/v1/crates/similar/2.7.0/download -> similar-2.7.0.crate https://crates.io/api/v1/crates/slab/0.4.11/download -> slab-0.4.11.crate https://crates.io/api/v1/crates/sluice/0.5.5/download -> sluice-0.5.5.crate https://crates.io/api/v1/crates/smallvec/1.15.1/download -> smallvec-1.15.1.crate https://crates.io/api/v1/crates/smawk/0.3.2/download -> smawk-0.3.2.crate https://crates.io/api/v1/crates/socket2/0.5.10/download -> socket2-0.5.10.crate https://crates.io/api/v1/crates/socket2/0.6.0/download -> socket2-0.6.0.crate https://crates.io/api/v1/crates/spdx/0.10.9/download -> spdx-0.10.9.crate https://crates.io/api/v1/crates/spinning_top/0.2.5/download -> spinning_top-0.2.5.crate https://crates.io/api/v1/crates/stable_deref_trait/1.2.0/download -> stable_deref_trait-1.2.0.crate https://crates.io/api/v1/crates/standback/0.2.17/download -> standback-0.2.17.crate https://crates.io/api/v1/crates/stdweb-derive/0.5.3/download -> stdweb-derive-0.5.3.crate https://crates.io/api/v1/crates/stdweb-internal-macros/0.2.9/download -> stdweb-internal-macros-0.2.9.crate https://crates.io/api/v1/crates/stdweb-internal-runtime/0.1.5/download -> stdweb-internal-runtime-0.1.5.crate https://crates.io/api/v1/crates/stdweb/0.4.20/download -> stdweb-0.4.20.crate https://crates.io/api/v1/crates/strsim/0.11.1/download -> strsim-0.11.1.crate https://crates.io/api/v1/crates/subtle/2.6.1/download -> subtle-2.6.1.crate https://crates.io/api/v1/crates/surf/2.3.2/download -> surf-2.3.2.crate https://crates.io/api/v1/crates/syn/1.0.109/download -> syn-1.0.109.crate https://crates.io/api/v1/crates/syn/2.0.106/download -> syn-2.0.106.crate https://crates.io/api/v1/crates/sync_wrapper/1.0.2/download -> sync_wrapper-1.0.2.crate https://crates.io/api/v1/crates/synstructure/0.13.2/download -> synstructure-0.13.2.crate https://crates.io/api/v1/crates/tar/0.4.45/download -> tar-0.4.45.crate https://crates.io/api/v1/crates/tempfile/3.20.0/download -> tempfile-3.20.0.crate https://crates.io/api/v1/crates/textwrap/0.16.2/download -> textwrap-0.16.2.crate https://crates.io/api/v1/crates/thiserror-impl/1.0.69/download -> thiserror-impl-1.0.69.crate https://crates.io/api/v1/crates/thiserror-impl/2.0.12/download -> thiserror-impl-2.0.12.crate https://crates.io/api/v1/crates/thiserror/1.0.69/download -> thiserror-1.0.69.crate https://crates.io/api/v1/crates/thiserror/2.0.12/download -> thiserror-2.0.12.crate https://crates.io/api/v1/crates/time-core/0.1.8/download -> time-core-0.1.8.crate https://crates.io/api/v1/crates/time-macros-impl/0.1.2/download -> time-macros-impl-0.1.2.crate https://crates.io/api/v1/crates/time-macros/0.1.1/download -> time-macros-0.1.1.crate https://crates.io/api/v1/crates/time/0.2.27/download -> time-0.2.27.crate https://crates.io/api/v1/crates/time/0.3.47/download -> time-0.3.47.crate https://crates.io/api/v1/crates/tinystr/0.8.1/download -> tinystr-0.8.1.crate https://crates.io/api/v1/crates/tinyvec/1.9.0/download -> tinyvec-1.9.0.crate https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download -> tinyvec_macros-0.1.1.crate https://crates.io/api/v1/crates/tokio-macros/2.5.0/download -> tokio-macros-2.5.0.crate https://crates.io/api/v1/crates/tokio-rustls/0.26.2/download -> tokio-rustls-0.26.2.crate https://crates.io/api/v1/crates/tokio-util/0.7.16/download -> tokio-util-0.7.16.crate https://crates.io/api/v1/crates/tokio/1.47.1/download -> tokio-1.47.1.crate https://crates.io/api/v1/crates/toml_datetime/0.6.11/download -> toml_datetime-0.6.11.crate https://crates.io/api/v1/crates/toml_edit/0.22.27/download -> toml_edit-0.22.27.crate https://crates.io/api/v1/crates/topological-sort/0.2.2/download -> topological-sort-0.2.2.crate https://crates.io/api/v1/crates/tower-http/0.6.6/download -> tower-http-0.6.6.crate https://crates.io/api/v1/crates/tower-layer/0.3.3/download -> tower-layer-0.3.3.crate https://crates.io/api/v1/crates/tower-lsp-macros/0.9.0/download -> tower-lsp-macros-0.9.0.crate https://crates.io/api/v1/crates/tower-lsp/0.20.0/download -> tower-lsp-0.20.0.crate https://crates.io/api/v1/crates/tower-service/0.3.3/download -> tower-service-0.3.3.crate https://crates.io/api/v1/crates/tower/0.4.13/download -> tower-0.4.13.crate https://crates.io/api/v1/crates/tower/0.5.2/download -> tower-0.5.2.crate https://crates.io/api/v1/crates/tracing-attributes/0.1.30/download -> tracing-attributes-0.1.30.crate https://crates.io/api/v1/crates/tracing-core/0.1.34/download -> tracing-core-0.1.34.crate https://crates.io/api/v1/crates/tracing-futures/0.2.5/download -> tracing-futures-0.2.5.crate https://crates.io/api/v1/crates/tracing/0.1.41/download -> tracing-0.1.41.crate https://crates.io/api/v1/crates/try-lock/0.2.5/download -> try-lock-0.2.5.crate https://crates.io/api/v1/crates/typed-builder-macro/0.21.0/download -> typed-builder-macro-0.21.0.crate https://crates.io/api/v1/crates/typed-builder/0.21.0/download -> typed-builder-0.21.0.crate https://crates.io/api/v1/crates/typenum/1.18.0/download -> typenum-1.18.0.crate https://crates.io/api/v1/crates/ungrammar/1.16.1/download -> ungrammar-1.16.1.crate https://crates.io/api/v1/crates/unicase/2.8.1/download -> unicase-2.8.1.crate https://crates.io/api/v1/crates/unicode-ident/1.0.18/download -> unicode-ident-1.0.18.crate https://crates.io/api/v1/crates/unicode-linebreak/0.1.5/download -> unicode-linebreak-0.1.5.crate https://crates.io/api/v1/crates/unicode-segmentation/1.12.0/download -> unicode-segmentation-1.12.0.crate https://crates.io/api/v1/crates/unicode-width/0.2.1/download -> unicode-width-0.2.1.crate https://crates.io/api/v1/crates/unicode-xid/0.2.6/download -> unicode-xid-0.2.6.crate https://crates.io/api/v1/crates/universal-hash/0.4.0/download -> universal-hash-0.4.0.crate https://crates.io/api/v1/crates/unscanny/0.1.0/download -> unscanny-0.1.0.crate https://crates.io/api/v1/crates/untrusted/0.9.0/download -> untrusted-0.9.0.crate https://crates.io/api/v1/crates/url/2.5.4/download -> url-2.5.4.crate https://crates.io/api/v1/crates/urlencoding/2.1.3/download -> urlencoding-2.1.3.crate https://crates.io/api/v1/crates/utf8_iter/1.0.4/download -> utf8_iter-1.0.4.crate https://crates.io/api/v1/crates/utf8parse/0.2.2/download -> utf8parse-0.2.2.crate https://crates.io/api/v1/crates/uuid/1.18.0/download -> uuid-1.18.0.crate https://crates.io/api/v1/crates/value-bag/1.11.1/download -> value-bag-1.11.1.crate https://crates.io/api/v1/crates/vcpkg/0.2.15/download -> vcpkg-0.2.15.crate https://crates.io/api/v1/crates/version-ranges/0.1.1/download -> version-ranges-0.1.1.crate https://crates.io/api/v1/crates/version_check/0.9.5/download -> version_check-0.9.5.crate https://crates.io/api/v1/crates/waker-fn/1.2.0/download -> waker-fn-1.2.0.crate https://crates.io/api/v1/crates/walkdir/2.5.0/download -> walkdir-2.5.0.crate https://crates.io/api/v1/crates/want/0.3.1/download -> want-0.3.1.crate https://crates.io/api/v1/crates/wasi/0.11.1+wasi-snapshot-preview1/download -> wasi-0.11.1+wasi-snapshot-preview1.crate https://crates.io/api/v1/crates/wasi/0.14.2+wasi-0.2.4/download -> wasi-0.14.2+wasi-0.2.4.crate https://crates.io/api/v1/crates/wasi/0.9.0+wasi-snapshot-preview1/download -> wasi-0.9.0+wasi-snapshot-preview1.crate https://crates.io/api/v1/crates/wasm-bindgen-backend/0.2.100/download -> wasm-bindgen-backend-0.2.100.crate https://crates.io/api/v1/crates/wasm-bindgen-futures/0.4.50/download -> wasm-bindgen-futures-0.4.50.crate https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.100/download -> wasm-bindgen-macro-support-0.2.100.crate https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.100/download -> wasm-bindgen-macro-0.2.100.crate https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.100/download -> wasm-bindgen-shared-0.2.100.crate https://crates.io/api/v1/crates/wasm-bindgen/0.2.100/download -> wasm-bindgen-0.2.100.crate https://crates.io/api/v1/crates/wasm-encoder/0.227.1/download -> wasm-encoder-0.227.1.crate https://crates.io/api/v1/crates/wasm-metadata/0.227.1/download -> wasm-metadata-0.227.1.crate https://crates.io/api/v1/crates/wasmparser/0.227.1/download -> wasmparser-0.227.1.crate https://crates.io/api/v1/crates/web-sys/0.3.77/download -> web-sys-0.3.77.crate https://crates.io/api/v1/crates/web-time/1.1.0/download -> web-time-1.1.0.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download -> winapi-i686-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi-util/0.1.9/download -> winapi-util-0.1.9.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download -> winapi-x86_64-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi/0.3.9/download -> winapi-0.3.9.crate https://crates.io/api/v1/crates/windows-core/0.61.2/download -> windows-core-0.61.2.crate https://crates.io/api/v1/crates/windows-implement/0.60.0/download -> windows-implement-0.60.0.crate https://crates.io/api/v1/crates/windows-interface/0.59.1/download -> windows-interface-0.59.1.crate https://crates.io/api/v1/crates/windows-link/0.1.3/download -> windows-link-0.1.3.crate https://crates.io/api/v1/crates/windows-link/0.2.1/download -> windows-link-0.2.1.crate https://crates.io/api/v1/crates/windows-result/0.3.4/download -> windows-result-0.3.4.crate https://crates.io/api/v1/crates/windows-strings/0.4.2/download -> windows-strings-0.4.2.crate https://crates.io/api/v1/crates/windows-sys/0.52.0/download -> windows-sys-0.52.0.crate https://crates.io/api/v1/crates/windows-sys/0.59.0/download -> windows-sys-0.59.0.crate https://crates.io/api/v1/crates/windows-sys/0.60.2/download -> windows-sys-0.60.2.crate https://crates.io/api/v1/crates/windows-sys/0.61.2/download -> windows-sys-0.61.2.crate https://crates.io/api/v1/crates/windows-targets/0.52.6/download -> windows-targets-0.52.6.crate https://crates.io/api/v1/crates/windows-targets/0.53.3/download -> windows-targets-0.53.3.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.6/download -> windows_aarch64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.53.0/download -> windows_aarch64_gnullvm-0.53.0.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.6/download -> windows_aarch64_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.53.0/download -> windows_aarch64_msvc-0.53.0.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.52.6/download -> windows_i686_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.53.0/download -> windows_i686_gnu-0.53.0.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.52.6/download -> windows_i686_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.53.0/download -> windows_i686_gnullvm-0.53.0.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.52.6/download -> windows_i686_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.53.0/download -> windows_i686_msvc-0.53.0.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.6/download -> windows_x86_64_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.53.0/download -> windows_x86_64_gnu-0.53.0.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.6/download -> windows_x86_64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.53.0/download -> windows_x86_64_gnullvm-0.53.0.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.6/download -> windows_x86_64_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.53.0/download -> windows_x86_64_msvc-0.53.0.crate https://crates.io/api/v1/crates/winnow/0.7.12/download -> winnow-0.7.12.crate https://crates.io/api/v1/crates/wit-bindgen-core/0.41.0/download -> wit-bindgen-core-0.41.0.crate https://crates.io/api/v1/crates/wit-bindgen-rt/0.39.0/download -> wit-bindgen-rt-0.39.0.crate https://crates.io/api/v1/crates/wit-bindgen-rt/0.41.0/download -> wit-bindgen-rt-0.41.0.crate https://crates.io/api/v1/crates/wit-bindgen-rust-macro/0.41.0/download -> wit-bindgen-rust-macro-0.41.0.crate https://crates.io/api/v1/crates/wit-bindgen-rust/0.41.0/download -> wit-bindgen-rust-0.41.0.crate https://crates.io/api/v1/crates/wit-bindgen/0.41.0/download -> wit-bindgen-0.41.0.crate https://crates.io/api/v1/crates/wit-component/0.227.1/download -> wit-component-0.227.1.crate https://crates.io/api/v1/crates/wit-parser/0.227.1/download -> wit-parser-0.227.1.crate https://crates.io/api/v1/crates/writeable/0.6.1/download -> writeable-0.6.1.crate https://crates.io/api/v1/crates/xattr/1.6.1/download -> xattr-1.6.1.crate https://crates.io/api/v1/crates/xshell-macros/0.2.7/download -> xshell-macros-0.2.7.crate https://crates.io/api/v1/crates/xshell/0.2.7/download -> xshell-0.2.7.crate https://crates.io/api/v1/crates/xz2/0.1.7/download -> xz2-0.1.7.crate https://crates.io/api/v1/crates/yansi/1.0.1/download -> yansi-1.0.1.crate https://crates.io/api/v1/crates/yoke-derive/0.8.0/download -> yoke-derive-0.8.0.crate https://crates.io/api/v1/crates/yoke/0.8.0/download -> yoke-0.8.0.crate https://crates.io/api/v1/crates/zed_extension_api/0.7.0/download -> zed_extension_api-0.7.0.crate https://crates.io/api/v1/crates/zerocopy-derive/0.8.26/download -> zerocopy-derive-0.8.26.crate https://crates.io/api/v1/crates/zerocopy/0.8.26/download -> zerocopy-0.8.26.crate https://crates.io/api/v1/crates/zerofrom-derive/0.1.6/download -> zerofrom-derive-0.1.6.crate https://crates.io/api/v1/crates/zerofrom/0.1.6/download -> zerofrom-0.1.6.crate https://crates.io/api/v1/crates/zeroize/1.8.1/download -> zeroize-1.8.1.crate https://crates.io/api/v1/crates/zeroize_derive/1.4.2/download -> zeroize_derive-1.4.2.crate https://crates.io/api/v1/crates/zerotrie/0.2.2/download -> zerotrie-0.2.2.crate https://crates.io/api/v1/crates/zerovec-derive/0.11.1/download -> zerovec-derive-0.11.1.crate https://crates.io/api/v1/crates/zerovec/0.11.4/download -> zerovec-0.11.4.crate https://crates.io/api/v1/crates/zip/2.4.2/download -> zip-2.4.2.crate https://crates.io/api/v1/crates/zopfli/0.8.2/download -> zopfli-0.8.2.crate https://crates.io/api/v1/crates/zstd-safe/7.2.4/download -> zstd-safe-7.2.4.crate https://crates.io/api/v1/crates/zstd-sys/2.0.15+zstd.1.5.7/download -> zstd-sys-2.0.15+zstd.1.5.7.crate https://crates.io/api/v1/crates/zstd/0.13.3/download -> zstd-0.13.3.crate _eclasses_=bash-completion-r1 9e91505e030725688d1e953321a47501 cargo 53bab5a62cfc3526d8ed02c0a38a6033 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd shell-completion 0b655d0d825e157a5e99c463bddaac16 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=4903c4834200e39c6f257a0f97a887b2 +_md5_=b753ad525c036c7b9ffd53d4aac13ddb diff --git a/metadata/md5-cache/dev-util/webstorm-2026.1.1 b/metadata/md5-cache/dev-util/webstorm-2026.1.1 new file mode 100644 index 000000000000..64996e91d634 --- /dev/null +++ b/metadata/md5-cache/dev-util/webstorm-2026.1.1 @@ -0,0 +1,15 @@ +BDEPEND=dev-util/debugedit dev-util/patchelf +DEFINED_PHASES=install prepare unpack +DESCRIPTION=An integrated development environment for JavaScript and related technologies. +EAPI=8 +HOMEPAGE=https://www.jetbrains.com/webstorm/ +INHERIT=desktop wrapper toolchain-funcs +IUSE=wayland +KEYWORDS=~amd64 ~arm64 +LICENSE=|| ( JetBrains-business JetBrains-classroom JetBrains-educational JetBrains-individual ) Apache-2.0 BSD CC0-1.0 CDDL CDDL-1.1 EPL-1.0 GPL-2 GPL-2-with-classpath-exception ISC LGPL-2.1 LGPL-3 MIT MPL-1.1 OFL-1.1 ZLIB +RDEPEND=dev-libs/wayland sys-libs/pam sys-process/audit virtual/zlib:= +RESTRICT=bindist mirror +SLOT=0/2025 +SRC_URI=amd64? ( https://download-cdn.jetbrains.com/webstorm/WebStorm-2026.1.1.tar.gz ) arm64? ( https://download-cdn.jetbrains.com/webstorm/WebStorm-2026.1.1-aarch64.tar.gz ) +_eclasses_=desktop 26d57169ca094c04be416993844ec8bc toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 wrapper ebaa3beeb43f7e533872b6c37168c7ad +_md5_=e4f3cecb8d5ec5baa4dd4510c639acc6 diff --git a/metadata/md5-cache/dev-vcs/mergiraf-0.17.0 b/metadata/md5-cache/dev-vcs/mergiraf-0.17.0 new file mode 100644 index 000000000000..89ca9b629080 --- /dev/null +++ b/metadata/md5-cache/dev-vcs/mergiraf-0.17.0 @@ -0,0 +1,13 @@ +BDEPEND=|| ( >=dev-lang/rust-bin-1.92:* >=dev-lang/rust-1.92:* ) +DEFINED_PHASES=compile configure install setup test unpack +DESCRIPTION=Syntax-aware git merge driver +EAPI=8 +HOMEPAGE=https://mergiraf.org/ +INHERIT=cargo +IUSE=debug +KEYWORDS=~amd64 +LICENSE=GPL-3 Apache-2.0 MIT Unicode-3.0 ZLIB +SLOT=0 +SRC_URI=https://codeberg.org/mergiraf/mergiraf/archive/v0.17.0.tar.gz -> mergiraf-0.17.0.tar.gz https://github.com/gentoo-crate-dist/mergiraf/releases/download/v0.17.0/mergiraf-0.17.0-crates.tar.xz +_eclasses_=cargo 53bab5a62cfc3526d8ed02c0a38a6033 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 +_md5_=9891487362646c92872312b94142dd56 diff --git a/metadata/md5-cache/dev-zig/zls-0.16.0 b/metadata/md5-cache/dev-zig/zls-0.16.0 new file mode 100644 index 000000000000..27247f6063a7 --- /dev/null +++ b/metadata/md5-cache/dev-zig/zls-0.16.0 @@ -0,0 +1,13 @@ +BDEPEND=|| ( dev-lang/zig:0.16 dev-lang/zig-bin:0.16 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install prepare setup test unpack +DESCRIPTION=Non-official language server for Zig +EAPI=8 +HOMEPAGE=https://zigtools.org/zls/ https://github.com/zigtools/zls +INHERIT=zig +KEYWORDS=~amd64 +LICENSE=MIT +RDEPEND=|| ( >=dev-lang/zig-0.16.0 >=dev-lang/zig-bin-0.16.0 ) +SLOT=0 +SRC_URI=https://github.com/zigtools/zls/archive/refs/tags/0.16.0.tar.gz -> zls-0.16.0.tar.gz https://github.com/ziglibs/diffz/archive/b39fe07e7fdbcf56e43ba2890b9f484f16969f90.tar.gz -> diffz-0.0.1-G2tlISzNAQCldmOcINavGmF1zdt20NFPXeM8d07jp_68.tar.gz https://github.com/wolfpld/tracy/archive/refs/tags/v0.13.1.tar.gz -> N-V-__8AAOncKwEm1F9c5LrT7HMNmRMYX8-fAoqpc6YyTu9X.tar.gz https://github.com/zigtools/lsp-kit/archive/b886a2b0d5cee85ecbcc3089b863f7517cc9ff7f.tar.gz -> lsp_kit-0.1.0-bi_PL3IyDACfp1xdTnkiOHEok2YpPCCCJHuuOcNzjl1D.tar.gz https://github.com/ziglibs/known-folders/archive/d6d03830968cca6b7b9f24fd97ee348346a6905d.tar.gz -> known_folders-0.0.0-Fy-PJk3KAACzUg2us_0JvQQmod1ZA8jBt7MuoKCihq88.tar.gz +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic fd3558f73f6503093adee69adf41020d linux-info efd923656513c879204fec6638eadee5 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 zig bc77880e429bb8eb2e12dc7976914959 zig-utils 00d67f014030fe73cc2e0ba2f0984231 +_md5_=7f2bf2b0ab1893d5a252afe7175752b4 diff --git a/metadata/md5-cache/dev-zig/zls-9999 b/metadata/md5-cache/dev-zig/zls-9999 index d4f94af35494..e2c2d800ec28 100644 --- a/metadata/md5-cache/dev-zig/zls-9999 +++ b/metadata/md5-cache/dev-zig/zls-9999 @@ -6,7 +6,7 @@ HOMEPAGE=https://zigtools.org/zls/ https://github.com/zigtools/zls INHERIT=git-r3 zig LICENSE=MIT PROPERTIES=live -RDEPEND=|| ( >=dev-lang/zig-0.14.0 >=dev-lang/zig-bin-0.14.0 ) +RDEPEND=|| ( >=dev-lang/zig-9999 ) SLOT=0 _eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic fd3558f73f6503093adee69adf41020d git-r3 7b584b5dc33e3bc66ff5b9271bf41764 linux-info efd923656513c879204fec6638eadee5 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 zig bc77880e429bb8eb2e12dc7976914959 zig-utils 00d67f014030fe73cc2e0ba2f0984231 -_md5_=452a5a276550166a24dcbd64e4bdaa1d +_md5_=ca8a5b859899bb6dc6e313e21f1bb38b diff --git a/metadata/md5-cache/games-board/tali-40.9 b/metadata/md5-cache/games-board/tali-40.9 index 07abe77ec107..9423489a9f85 100644 --- a/metadata/md5-cache/games-board/tali-40.9 +++ b/metadata/md5-cache/games-board/tali-40.9 @@ -12,4 +12,4 @@ RDEPEND=dev-libs/glib:2 >=x11-libs/gtk+-3.16:3 dev-libs/libgnome-games-support:1 SLOT=0 SRC_URI=mirror://gnome/sources/tali/40/tali-40.9.tar.xz _eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 meson 12065b402c6d78a2aec926ed8dfd964f multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=25ce712f611a3c05f8f071be2c6c435d +_md5_=3b8a2d8938f34dd7548d9d16d06f4d77 diff --git a/metadata/md5-cache/games-emulation/shadPS4-0.15.0 b/metadata/md5-cache/games-emulation/shadPS4-0.15.0 new file mode 100644 index 000000000000..d3de964bce6d --- /dev/null +++ b/metadata/md5-cache/games-emulation/shadPS4-0.15.0 @@ -0,0 +1,16 @@ +BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.28.5 +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-cpp/cli11 dev-cpp/magic_enum dev-cpp/nlohmann_json dev-cpp/robin-map dev-cpp/toml11 dev-libs/boost dev-libs/libfmt dev-libs/half dev-libs/pugixml dev-libs/stb dev-libs/xbyak dev-libs/xxhash media-libs/imgui media-libs/libsdl3 media-libs/libpng media-libs/openal media-libs/sdl3-mixer media-libs/vulkan-layers media-gfx/renderdoc media-video/ffmpeg media-sound/sndio virtual/jack virtual/zlib test? ( dev-cpp/gtest ) +DESCRIPTION=PlayStation 4 emulator written in C++ +EAPI=8 +HOMEPAGE=https://shadps4.net +INHERIT=cmake +IUSE=discord test +KEYWORDS=~amd64 +LICENSE=GPL-2 +RDEPEND=dev-cpp/cli11 dev-cpp/magic_enum dev-cpp/nlohmann_json dev-cpp/robin-map dev-cpp/toml11 dev-libs/boost dev-libs/libfmt dev-libs/half dev-libs/pugixml dev-libs/stb dev-libs/xbyak dev-libs/xxhash media-libs/imgui media-libs/libsdl3 media-libs/libpng media-libs/openal media-libs/sdl3-mixer media-libs/vulkan-layers media-gfx/renderdoc media-video/ffmpeg media-sound/sndio virtual/jack virtual/zlib test? ( dev-cpp/gtest ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://codeberg.org/ceres-sees-all/guru-distfiles/releases/download/shadPS4-0.15.0-submodules.tar.xz/shadPS4-0.15.0-submodules.tar.xz -> shadPS4-0.15.0.tar.xz +_eclasses_=cmake 3395ce6618fc5c7af03335471b896644 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=527e0de88f8cef2e49820e7dfd9846db diff --git a/metadata/md5-cache/games-puzzle/gnome-tetravex-3.38.2 b/metadata/md5-cache/games-puzzle/gnome-tetravex-3.38.2 deleted file mode 100644 index a821d02d341a..000000000000 --- a/metadata/md5-cache/games-puzzle/gnome-tetravex-3.38.2 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) || ( dev-lang/vala:0.56 ) gui? ( dev-util/itstool ) >=sys-devel/gettext-0.19.8 virtual/pkgconfig app-arch/xz-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test -DEPEND=>=dev-libs/glib-2.42.0:2 gui? ( >=x11-libs/gtk+-3.22.23:3 ) -DESCRIPTION=Complete the puzzle by matching numbered tiles -EAPI=8 -HOMEPAGE=https://gitlab.gnome.org/GNOME/gnome-tetravex -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=gnome.org gnome2-utils meson python-any-r1 vala xdg -IUSE=cli +gui -KEYWORDS=amd64 ~arm arm64 ~loong ~riscv x86 -LICENSE=GPL-2+ CC-BY-SA-3.0 -RDEPEND=>=dev-libs/glib-2.42.0:2 gui? ( >=x11-libs/gtk+-3.22.23:3 ) -REQUIRED_USE=|| ( cli gui ) -SLOT=0 -SRC_URI=mirror://gnome/sources/gnome-tetravex/3.38/gnome-tetravex-3.38.2.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 meson 12065b402c6d78a2aec926ed8dfd964f multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 vala b2f2aa400d77b841d952dda847e24d53 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=0927c82e9385e82a39d7ebae372b1a4e diff --git a/metadata/md5-cache/games-puzzle/gnome-tetravex-3.38.3 b/metadata/md5-cache/games-puzzle/gnome-tetravex-3.38.3 index f5da7481e015..0083f2368694 100644 --- a/metadata/md5-cache/games-puzzle/gnome-tetravex-3.38.3 +++ b/metadata/md5-cache/games-puzzle/gnome-tetravex-3.38.3 @@ -7,7 +7,7 @@ HOMEPAGE=https://gitlab.gnome.org/GNOME/gnome-tetravex IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=gnome.org gnome2-utils meson python-any-r1 vala xdg IUSE=cli +gui test -KEYWORDS=amd64 ~arm ~arm64 ~loong ~riscv x86 +KEYWORDS=amd64 ~arm arm64 ~loong ~riscv x86 LICENSE=GPL-2+ CC-BY-SA-3.0 RDEPEND=>=dev-libs/glib-2.42.0:2 gui? ( >=x11-libs/gtk+-3.22.23:3 ) REQUIRED_USE=|| ( cli gui ) @@ -15,4 +15,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=mirror://gnome/sources/gnome-tetravex/3.38/gnome-tetravex-3.38.3.tar.xz _eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 meson 12065b402c6d78a2aec926ed8dfd964f multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 vala b2f2aa400d77b841d952dda847e24d53 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=4fb91506a210f184f99813e034927615 +_md5_=51a29df5fa93f212961b9494263f304d diff --git a/metadata/md5-cache/games-puzzle/lightsoff-46.0 b/metadata/md5-cache/games-puzzle/lightsoff-46.0 deleted file mode 100644 index 79ffcfa39440..000000000000 --- a/metadata/md5-cache/games-puzzle/lightsoff-46.0 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) dev-libs/appstream-glib dev-libs/libxml2:2 dev-util/itstool >=sys-devel/gettext-0.19.8 virtual/pkgconfig || ( dev-lang/vala:0.56 ) gnome-base/librsvg:2[vala] app-arch/xz-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array -DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test -DEPEND=>=dev-libs/glib-2.38.0:2 >=x11-libs/gtk+-3.24.0:3 >=gnome-base/librsvg-2.32.0:2 -DESCRIPTION=Turn off all the lights -EAPI=8 -HOMEPAGE=https://gitlab.gnome.org/GNOME/lightsoff -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=gnome.org gnome2-utils meson python-any-r1 xdg vala -KEYWORDS=amd64 ~arm arm64 ~loong ~riscv x86 -LICENSE=GPL-2+ CC-BY-SA-3.0 -RDEPEND=>=dev-libs/glib-2.38.0:2 >=x11-libs/gtk+-3.24.0:3 >=gnome-base/librsvg-2.32.0:2 -SLOT=0 -SRC_URI=mirror://gnome/sources/lightsoff/46/lightsoff-46.0.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 meson 12065b402c6d78a2aec926ed8dfd964f multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 vala b2f2aa400d77b841d952dda847e24d53 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=86586db3d9d661daac5449c3cbac0610 diff --git a/metadata/md5-cache/games-puzzle/lightsoff-48.1 b/metadata/md5-cache/games-puzzle/lightsoff-48.1 index 0662682f55e8..6850c283a0a2 100644 --- a/metadata/md5-cache/games-puzzle/lightsoff-48.1 +++ b/metadata/md5-cache/games-puzzle/lightsoff-48.1 @@ -12,4 +12,4 @@ RDEPEND=>=dev-libs/glib-2.38.0:2 >=gui-libs/gtk-4.14.0:4 >=gui-libs/libadwaita-1 SLOT=0 SRC_URI=mirror://gnome/sources/lightsoff/48/lightsoff-48.1.tar.xz _eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 meson 12065b402c6d78a2aec926ed8dfd964f multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 vala b2f2aa400d77b841d952dda847e24d53 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=69610717856c41ecc40477a76c1e2260 +_md5_=ec800bc8c06070144fc6a28c533946bc diff --git a/metadata/md5-cache/games-util/protonup-rs-0.10.0-r1 b/metadata/md5-cache/games-util/protonup-rs-0.10.0-r1 deleted file mode 100644 index 79df422f6f6f..000000000000 --- a/metadata/md5-cache/games-util/protonup-rs-0.10.0-r1 +++ /dev/null @@ -1,15 +0,0 @@ -BDEPEND=|| ( >=dev-lang/rust-bin-1.87.0:* >=dev-lang/rust-1.87.0:* ) -DEFINED_PHASES=compile configure install setup test unpack -DEPEND=>=app-arch/zstd-1.5.7 -DESCRIPTION=TUI Program for Custom Proton Download and installation written in rust -EAPI=8 -HOMEPAGE=https://github.com/auyer/Protonup-rs -INHERIT=cargo -IUSE=debug -KEYWORDS=~amd64 -LICENSE=GPL-3 Apache-2.0 BSD CDLA-Permissive-2.0 ISC MIT MPL-2.0 Unicode-3.0 -RESTRICT=mirror -SLOT=0 -SRC_URI=https://crates.io/api/v1/crates/adler2/2.0.1/download -> adler2-2.0.1.crate https://crates.io/api/v1/crates/aho-corasick/1.1.4/download -> aho-corasick-1.1.4.crate https://crates.io/api/v1/crates/anstream/0.6.21/download -> anstream-0.6.21.crate https://crates.io/api/v1/crates/anstyle-parse/0.2.7/download -> anstyle-parse-0.2.7.crate https://crates.io/api/v1/crates/anstyle-query/1.1.5/download -> anstyle-query-1.1.5.crate https://crates.io/api/v1/crates/anstyle-wincon/3.0.11/download -> anstyle-wincon-3.0.11.crate https://crates.io/api/v1/crates/anstyle/1.0.13/download -> anstyle-1.0.13.crate https://crates.io/api/v1/crates/anyhow/1.0.100/download -> anyhow-1.0.100.crate https://crates.io/api/v1/crates/arcstr/1.2.0/download -> arcstr-1.2.0.crate https://crates.io/api/v1/crates/assert-json-diff/2.0.2/download -> assert-json-diff-2.0.2.crate https://crates.io/api/v1/crates/astral-tokio-tar/0.5.6/download -> astral-tokio-tar-0.5.6.crate https://crates.io/api/v1/crates/async-compression/0.4.37/download -> async-compression-0.4.37.crate https://crates.io/api/v1/crates/atomic-waker/1.1.2/download -> atomic-waker-1.1.2.crate https://crates.io/api/v1/crates/base64/0.22.1/download -> base64-0.22.1.crate https://crates.io/api/v1/crates/bitflags/2.10.0/download -> bitflags-2.10.0.crate https://crates.io/api/v1/crates/block-buffer/0.10.4/download -> block-buffer-0.10.4.crate https://crates.io/api/v1/crates/bumpalo/3.19.1/download -> bumpalo-3.19.1.crate https://crates.io/api/v1/crates/bytes/1.11.0/download -> bytes-1.11.0.crate https://crates.io/api/v1/crates/cc/1.2.55/download -> cc-1.2.55.crate https://crates.io/api/v1/crates/cfg-if/1.0.4/download -> cfg-if-1.0.4.crate https://crates.io/api/v1/crates/cfg_aliases/0.2.1/download -> cfg_aliases-0.2.1.crate https://crates.io/api/v1/crates/clap/4.5.56/download -> clap-4.5.56.crate https://crates.io/api/v1/crates/clap_builder/4.5.56/download -> clap_builder-4.5.56.crate https://crates.io/api/v1/crates/clap_derive/4.5.55/download -> clap_derive-4.5.55.crate https://crates.io/api/v1/crates/clap_lex/0.7.7/download -> clap_lex-0.7.7.crate https://crates.io/api/v1/crates/colorchoice/1.0.4/download -> colorchoice-1.0.4.crate https://crates.io/api/v1/crates/compression-codecs/0.4.36/download -> compression-codecs-0.4.36.crate https://crates.io/api/v1/crates/compression-core/0.4.31/download -> compression-core-0.4.31.crate https://crates.io/api/v1/crates/console/0.16.2/download -> console-0.16.2.crate https://crates.io/api/v1/crates/cpufeatures/0.2.17/download -> cpufeatures-0.2.17.crate https://crates.io/api/v1/crates/crc32fast/1.5.0/download -> crc32fast-1.5.0.crate https://crates.io/api/v1/crates/crypto-common/0.1.7/download -> crypto-common-0.1.7.crate https://crates.io/api/v1/crates/deadpool-runtime/0.1.4/download -> deadpool-runtime-0.1.4.crate https://crates.io/api/v1/crates/deadpool/0.12.3/download -> deadpool-0.12.3.crate https://crates.io/api/v1/crates/digest/0.10.7/download -> digest-0.10.7.crate https://crates.io/api/v1/crates/dirs-sys/0.5.0/download -> dirs-sys-0.5.0.crate https://crates.io/api/v1/crates/dirs/6.0.0/download -> dirs-6.0.0.crate https://crates.io/api/v1/crates/displaydoc/0.2.5/download -> displaydoc-0.2.5.crate https://crates.io/api/v1/crates/dyn-clone/1.0.20/download -> dyn-clone-1.0.20.crate https://crates.io/api/v1/crates/encode_unicode/1.0.0/download -> encode_unicode-1.0.0.crate https://crates.io/api/v1/crates/equivalent/1.0.2/download -> equivalent-1.0.2.crate https://crates.io/api/v1/crates/errno/0.3.14/download -> errno-0.3.14.crate https://crates.io/api/v1/crates/fastrand/2.3.0/download -> fastrand-2.3.0.crate https://crates.io/api/v1/crates/filetime/0.2.27/download -> filetime-0.2.27.crate https://crates.io/api/v1/crates/find-msvc-tools/0.1.9/download -> find-msvc-tools-0.1.9.crate https://crates.io/api/v1/crates/flate2/1.1.8/download -> flate2-1.1.8.crate https://crates.io/api/v1/crates/fnv/1.0.7/download -> fnv-1.0.7.crate https://crates.io/api/v1/crates/form_urlencoded/1.2.2/download -> form_urlencoded-1.2.2.crate https://crates.io/api/v1/crates/futures-channel/0.3.31/download -> futures-channel-0.3.31.crate https://crates.io/api/v1/crates/futures-core/0.3.31/download -> futures-core-0.3.31.crate https://crates.io/api/v1/crates/futures-executor/0.3.31/download -> futures-executor-0.3.31.crate https://crates.io/api/v1/crates/futures-io/0.3.31/download -> futures-io-0.3.31.crate https://crates.io/api/v1/crates/futures-macro/0.3.31/download -> futures-macro-0.3.31.crate https://crates.io/api/v1/crates/futures-sink/0.3.31/download -> futures-sink-0.3.31.crate https://crates.io/api/v1/crates/futures-task/0.3.31/download -> futures-task-0.3.31.crate https://crates.io/api/v1/crates/futures-util/0.3.31/download -> futures-util-0.3.31.crate https://crates.io/api/v1/crates/futures/0.3.31/download -> futures-0.3.31.crate https://crates.io/api/v1/crates/generic-array/0.14.7/download -> generic-array-0.14.7.crate https://crates.io/api/v1/crates/getrandom/0.2.17/download -> getrandom-0.2.17.crate https://crates.io/api/v1/crates/getrandom/0.3.4/download -> getrandom-0.3.4.crate https://crates.io/api/v1/crates/h2/0.4.13/download -> h2-0.4.13.crate https://crates.io/api/v1/crates/hashbrown/0.16.1/download -> hashbrown-0.16.1.crate https://crates.io/api/v1/crates/heck/0.5.0/download -> heck-0.5.0.crate https://crates.io/api/v1/crates/hermit-abi/0.5.2/download -> hermit-abi-0.5.2.crate https://crates.io/api/v1/crates/hex-literal/1.1.0/download -> hex-literal-1.1.0.crate https://crates.io/api/v1/crates/hex/0.4.3/download -> hex-0.4.3.crate https://crates.io/api/v1/crates/http-body-util/0.1.3/download -> http-body-util-0.1.3.crate https://crates.io/api/v1/crates/http-body/1.0.1/download -> http-body-1.0.1.crate https://crates.io/api/v1/crates/http/1.4.0/download -> http-1.4.0.crate https://crates.io/api/v1/crates/httparse/1.10.1/download -> httparse-1.10.1.crate https://crates.io/api/v1/crates/httpdate/1.0.3/download -> httpdate-1.0.3.crate https://crates.io/api/v1/crates/hyper-rustls/0.27.7/download -> hyper-rustls-0.27.7.crate https://crates.io/api/v1/crates/hyper-util/0.1.19/download -> hyper-util-0.1.19.crate https://crates.io/api/v1/crates/hyper/1.8.1/download -> hyper-1.8.1.crate https://crates.io/api/v1/crates/icu_collections/2.1.1/download -> icu_collections-2.1.1.crate https://crates.io/api/v1/crates/icu_locale_core/2.1.1/download -> icu_locale_core-2.1.1.crate https://crates.io/api/v1/crates/icu_normalizer/2.1.1/download -> icu_normalizer-2.1.1.crate https://crates.io/api/v1/crates/icu_normalizer_data/2.1.1/download -> icu_normalizer_data-2.1.1.crate https://crates.io/api/v1/crates/icu_properties/2.1.2/download -> icu_properties-2.1.2.crate https://crates.io/api/v1/crates/icu_properties_data/2.1.2/download -> icu_properties_data-2.1.2.crate https://crates.io/api/v1/crates/icu_provider/2.1.1/download -> icu_provider-2.1.1.crate https://crates.io/api/v1/crates/idna/1.1.0/download -> idna-1.1.0.crate https://crates.io/api/v1/crates/idna_adapter/1.2.1/download -> idna_adapter-1.2.1.crate https://crates.io/api/v1/crates/indexmap/2.13.0/download -> indexmap-2.13.0.crate https://crates.io/api/v1/crates/indicatif/0.18.3/download -> indicatif-0.18.3.crate https://crates.io/api/v1/crates/inquire/0.9.2/download -> inquire-0.9.2.crate https://crates.io/api/v1/crates/ipnet/2.11.0/download -> ipnet-2.11.0.crate https://crates.io/api/v1/crates/iri-string/0.7.10/download -> iri-string-0.7.10.crate https://crates.io/api/v1/crates/is_terminal_polyfill/1.70.2/download -> is_terminal_polyfill-1.70.2.crate https://crates.io/api/v1/crates/itoa/1.0.17/download -> itoa-1.0.17.crate https://crates.io/api/v1/crates/jobserver/0.1.34/download -> jobserver-0.1.34.crate https://crates.io/api/v1/crates/js-sys/0.3.85/download -> js-sys-0.3.85.crate https://crates.io/api/v1/crates/lazy_static/1.5.0/download -> lazy_static-1.5.0.crate https://crates.io/api/v1/crates/libc/0.2.180/download -> libc-0.2.180.crate https://crates.io/api/v1/crates/liblzma-sys/0.4.5/download -> liblzma-sys-0.4.5.crate https://crates.io/api/v1/crates/liblzma/0.4.5/download -> liblzma-0.4.5.crate https://crates.io/api/v1/crates/libredox/0.1.12/download -> libredox-0.1.12.crate https://crates.io/api/v1/crates/linux-raw-sys/0.11.0/download -> linux-raw-sys-0.11.0.crate https://crates.io/api/v1/crates/litemap/0.8.1/download -> litemap-0.8.1.crate https://crates.io/api/v1/crates/log/0.4.29/download -> log-0.4.29.crate https://crates.io/api/v1/crates/lru-slab/0.1.2/download -> lru-slab-0.1.2.crate https://crates.io/api/v1/crates/memchr/2.7.6/download -> memchr-2.7.6.crate https://crates.io/api/v1/crates/miniz_oxide/0.8.9/download -> miniz_oxide-0.8.9.crate https://crates.io/api/v1/crates/mio/1.1.1/download -> mio-1.1.1.crate https://crates.io/api/v1/crates/num_cpus/1.17.0/download -> num_cpus-1.17.0.crate https://crates.io/api/v1/crates/numtoa/0.2.4/download -> numtoa-0.2.4.crate https://crates.io/api/v1/crates/once_cell/1.21.3/download -> once_cell-1.21.3.crate https://crates.io/api/v1/crates/once_cell_polyfill/1.70.2/download -> once_cell_polyfill-1.70.2.crate https://crates.io/api/v1/crates/option-ext/0.2.0/download -> option-ext-0.2.0.crate https://crates.io/api/v1/crates/percent-encoding/2.3.2/download -> percent-encoding-2.3.2.crate https://crates.io/api/v1/crates/pin-project-internal/1.1.10/download -> pin-project-internal-1.1.10.crate https://crates.io/api/v1/crates/pin-project-lite/0.2.16/download -> pin-project-lite-0.2.16.crate https://crates.io/api/v1/crates/pin-project/1.1.10/download -> pin-project-1.1.10.crate https://crates.io/api/v1/crates/pin-utils/0.1.0/download -> pin-utils-0.1.0.crate https://crates.io/api/v1/crates/pkg-config/0.3.32/download -> pkg-config-0.3.32.crate https://crates.io/api/v1/crates/portable-atomic/1.13.1/download -> portable-atomic-1.13.1.crate https://crates.io/api/v1/crates/potential_utf/0.1.4/download -> potential_utf-0.1.4.crate https://crates.io/api/v1/crates/ppv-lite86/0.2.21/download -> ppv-lite86-0.2.21.crate https://crates.io/api/v1/crates/proc-macro2/1.0.106/download -> proc-macro2-1.0.106.crate https://crates.io/api/v1/crates/quinn-proto/0.11.13/download -> quinn-proto-0.11.13.crate https://crates.io/api/v1/crates/quinn-udp/0.5.14/download -> quinn-udp-0.5.14.crate https://crates.io/api/v1/crates/quinn/0.11.9/download -> quinn-0.11.9.crate https://crates.io/api/v1/crates/quote/1.0.44/download -> quote-1.0.44.crate https://crates.io/api/v1/crates/r-efi/5.3.0/download -> r-efi-5.3.0.crate https://crates.io/api/v1/crates/rand/0.9.2/download -> rand-0.9.2.crate https://crates.io/api/v1/crates/rand_chacha/0.9.0/download -> rand_chacha-0.9.0.crate https://crates.io/api/v1/crates/rand_core/0.9.5/download -> rand_core-0.9.5.crate https://crates.io/api/v1/crates/redox_syscall/0.7.0/download -> redox_syscall-0.7.0.crate https://crates.io/api/v1/crates/redox_users/0.5.2/download -> redox_users-0.5.2.crate https://crates.io/api/v1/crates/regex-automata/0.4.13/download -> regex-automata-0.4.13.crate https://crates.io/api/v1/crates/regex-syntax/0.8.8/download -> regex-syntax-0.8.8.crate https://crates.io/api/v1/crates/regex/1.12.2/download -> regex-1.12.2.crate https://crates.io/api/v1/crates/reqwest/0.12.28/download -> reqwest-0.12.28.crate https://crates.io/api/v1/crates/ring/0.17.14/download -> ring-0.17.14.crate https://crates.io/api/v1/crates/ron/0.12.0/download -> ron-0.12.0.crate https://crates.io/api/v1/crates/rustc-hash/2.1.1/download -> rustc-hash-2.1.1.crate https://crates.io/api/v1/crates/rustix/1.1.3/download -> rustix-1.1.3.crate https://crates.io/api/v1/crates/rustls-pki-types/1.14.0/download -> rustls-pki-types-1.14.0.crate https://crates.io/api/v1/crates/rustls-webpki/0.103.9/download -> rustls-webpki-0.103.9.crate https://crates.io/api/v1/crates/rustls/0.23.36/download -> rustls-0.23.36.crate https://crates.io/api/v1/crates/rustversion/1.0.22/download -> rustversion-1.0.22.crate https://crates.io/api/v1/crates/ryu/1.0.22/download -> ryu-1.0.22.crate https://crates.io/api/v1/crates/serde/1.0.228/download -> serde-1.0.228.crate https://crates.io/api/v1/crates/serde_core/1.0.228/download -> serde_core-1.0.228.crate https://crates.io/api/v1/crates/serde_derive/1.0.228/download -> serde_derive-1.0.228.crate https://crates.io/api/v1/crates/serde_json/1.0.149/download -> serde_json-1.0.149.crate https://crates.io/api/v1/crates/serde_urlencoded/0.7.1/download -> serde_urlencoded-0.7.1.crate https://crates.io/api/v1/crates/sha2/0.10.9/download -> sha2-0.10.9.crate https://crates.io/api/v1/crates/shlex/1.3.0/download -> shlex-1.3.0.crate https://crates.io/api/v1/crates/simd-adler32/0.3.8/download -> simd-adler32-0.3.8.crate https://crates.io/api/v1/crates/slab/0.4.12/download -> slab-0.4.12.crate https://crates.io/api/v1/crates/smallvec/1.15.1/download -> smallvec-1.15.1.crate https://crates.io/api/v1/crates/socket2/0.6.2/download -> socket2-0.6.2.crate https://crates.io/api/v1/crates/stable_deref_trait/1.2.1/download -> stable_deref_trait-1.2.1.crate https://crates.io/api/v1/crates/strsim/0.11.1/download -> strsim-0.11.1.crate https://crates.io/api/v1/crates/subtle/2.6.1/download -> subtle-2.6.1.crate https://crates.io/api/v1/crates/syn/2.0.114/download -> syn-2.0.114.crate https://crates.io/api/v1/crates/sync_wrapper/1.0.2/download -> sync_wrapper-1.0.2.crate https://crates.io/api/v1/crates/synstructure/0.13.2/download -> synstructure-0.13.2.crate https://crates.io/api/v1/crates/tar/0.4.44/download -> tar-0.4.44.crate https://crates.io/api/v1/crates/tempfile/3.24.0/download -> tempfile-3.24.0.crate https://crates.io/api/v1/crates/termion/4.0.6/download -> termion-4.0.6.crate https://crates.io/api/v1/crates/thiserror-impl/2.0.18/download -> thiserror-impl-2.0.18.crate https://crates.io/api/v1/crates/thiserror/2.0.18/download -> thiserror-2.0.18.crate https://crates.io/api/v1/crates/tinystr/0.8.2/download -> tinystr-0.8.2.crate https://crates.io/api/v1/crates/tinyvec/1.10.0/download -> tinyvec-1.10.0.crate https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download -> tinyvec_macros-0.1.1.crate https://crates.io/api/v1/crates/tokio-macros/2.6.0/download -> tokio-macros-2.6.0.crate https://crates.io/api/v1/crates/tokio-rustls/0.26.4/download -> tokio-rustls-0.26.4.crate https://crates.io/api/v1/crates/tokio-stream/0.1.18/download -> tokio-stream-0.1.18.crate https://crates.io/api/v1/crates/tokio-util/0.7.18/download -> tokio-util-0.7.18.crate https://crates.io/api/v1/crates/tokio/1.49.0/download -> tokio-1.49.0.crate https://crates.io/api/v1/crates/tower-http/0.6.8/download -> tower-http-0.6.8.crate https://crates.io/api/v1/crates/tower-layer/0.3.3/download -> tower-layer-0.3.3.crate https://crates.io/api/v1/crates/tower-service/0.3.3/download -> tower-service-0.3.3.crate https://crates.io/api/v1/crates/tower/0.5.3/download -> tower-0.5.3.crate https://crates.io/api/v1/crates/tracing-core/0.1.36/download -> tracing-core-0.1.36.crate https://crates.io/api/v1/crates/tracing/0.1.44/download -> tracing-0.1.44.crate https://crates.io/api/v1/crates/try-lock/0.2.5/download -> try-lock-0.2.5.crate https://crates.io/api/v1/crates/typeid/1.0.3/download -> typeid-1.0.3.crate https://crates.io/api/v1/crates/typenum/1.19.0/download -> typenum-1.19.0.crate https://crates.io/api/v1/crates/unicode-ident/1.0.22/download -> unicode-ident-1.0.22.crate https://crates.io/api/v1/crates/unicode-segmentation/1.12.0/download -> unicode-segmentation-1.12.0.crate https://crates.io/api/v1/crates/unicode-width/0.2.2/download -> unicode-width-0.2.2.crate https://crates.io/api/v1/crates/unit-prefix/0.5.2/download -> unit-prefix-0.5.2.crate https://crates.io/api/v1/crates/untrusted/0.9.0/download -> untrusted-0.9.0.crate https://crates.io/api/v1/crates/url/2.5.8/download -> url-2.5.8.crate https://crates.io/api/v1/crates/utf8_iter/1.0.4/download -> utf8_iter-1.0.4.crate https://crates.io/api/v1/crates/utf8parse/0.2.2/download -> utf8parse-0.2.2.crate https://crates.io/api/v1/crates/version_check/0.9.5/download -> version_check-0.9.5.crate https://crates.io/api/v1/crates/want/0.3.1/download -> want-0.3.1.crate https://crates.io/api/v1/crates/wasi/0.11.1+wasi-snapshot-preview1/download -> wasi-0.11.1+wasi-snapshot-preview1.crate https://crates.io/api/v1/crates/wasip2/1.0.2+wasi-0.2.9/download -> wasip2-1.0.2+wasi-0.2.9.crate https://crates.io/api/v1/crates/wasm-bindgen-futures/0.4.58/download -> wasm-bindgen-futures-0.4.58.crate https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.108/download -> wasm-bindgen-macro-support-0.2.108.crate https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.108/download -> wasm-bindgen-macro-0.2.108.crate https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.108/download -> wasm-bindgen-shared-0.2.108.crate https://crates.io/api/v1/crates/wasm-bindgen/0.2.108/download -> wasm-bindgen-0.2.108.crate https://crates.io/api/v1/crates/wasm-streams/0.4.2/download -> wasm-streams-0.4.2.crate https://crates.io/api/v1/crates/web-sys/0.3.85/download -> web-sys-0.3.85.crate https://crates.io/api/v1/crates/web-time/1.1.0/download -> web-time-1.1.0.crate https://crates.io/api/v1/crates/webpki-roots/1.0.5/download -> webpki-roots-1.0.5.crate https://crates.io/api/v1/crates/windows-link/0.2.1/download -> windows-link-0.2.1.crate https://crates.io/api/v1/crates/windows-sys/0.52.0/download -> windows-sys-0.52.0.crate https://crates.io/api/v1/crates/windows-sys/0.60.2/download -> windows-sys-0.60.2.crate https://crates.io/api/v1/crates/windows-sys/0.61.2/download -> windows-sys-0.61.2.crate https://crates.io/api/v1/crates/windows-targets/0.52.6/download -> windows-targets-0.52.6.crate https://crates.io/api/v1/crates/windows-targets/0.53.5/download -> windows-targets-0.53.5.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.6/download -> windows_aarch64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.53.1/download -> windows_aarch64_gnullvm-0.53.1.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.6/download -> windows_aarch64_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.53.1/download -> windows_aarch64_msvc-0.53.1.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.52.6/download -> windows_i686_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.53.1/download -> windows_i686_gnu-0.53.1.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.52.6/download -> windows_i686_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.53.1/download -> windows_i686_gnullvm-0.53.1.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.52.6/download -> windows_i686_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.53.1/download -> windows_i686_msvc-0.53.1.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.6/download -> windows_x86_64_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.53.1/download -> windows_x86_64_gnu-0.53.1.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.6/download -> windows_x86_64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.53.1/download -> windows_x86_64_gnullvm-0.53.1.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.6/download -> windows_x86_64_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.53.1/download -> windows_x86_64_msvc-0.53.1.crate https://crates.io/api/v1/crates/wiremock/0.6.5/download -> wiremock-0.6.5.crate https://crates.io/api/v1/crates/wit-bindgen/0.51.0/download -> wit-bindgen-0.51.0.crate https://crates.io/api/v1/crates/writeable/0.6.2/download -> writeable-0.6.2.crate https://crates.io/api/v1/crates/xattr/1.6.1/download -> xattr-1.6.1.crate https://crates.io/api/v1/crates/yoke-derive/0.8.1/download -> yoke-derive-0.8.1.crate https://crates.io/api/v1/crates/yoke/0.8.1/download -> yoke-0.8.1.crate https://crates.io/api/v1/crates/zerocopy-derive/0.8.37/download -> zerocopy-derive-0.8.37.crate https://crates.io/api/v1/crates/zerocopy/0.8.37/download -> zerocopy-0.8.37.crate https://crates.io/api/v1/crates/zerofrom-derive/0.1.6/download -> zerofrom-derive-0.1.6.crate https://crates.io/api/v1/crates/zerofrom/0.1.6/download -> zerofrom-0.1.6.crate https://crates.io/api/v1/crates/zeroize/1.8.2/download -> zeroize-1.8.2.crate https://crates.io/api/v1/crates/zerotrie/0.2.3/download -> zerotrie-0.2.3.crate https://crates.io/api/v1/crates/zerovec-derive/0.11.2/download -> zerovec-derive-0.11.2.crate https://crates.io/api/v1/crates/zerovec/0.11.5/download -> zerovec-0.11.5.crate https://crates.io/api/v1/crates/zmij/1.0.19/download -> zmij-1.0.19.crate https://crates.io/api/v1/crates/zstd-safe/7.2.4/download -> zstd-safe-7.2.4.crate https://crates.io/api/v1/crates/zstd-sys/2.0.16+zstd.1.5.7/download -> zstd-sys-2.0.16+zstd.1.5.7.crate https://crates.io/api/v1/crates/zstd/0.13.3/download -> zstd-0.13.3.crate https://github.com/auyer/Protonup-rs/archive/v0.10.0.tar.gz -> protonup-rs-0.10.0.tar.gz -_eclasses_=cargo 53bab5a62cfc3526d8ed02c0a38a6033 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=677f82be80e7d22a929dcbbb295ad4f5 diff --git a/metadata/md5-cache/games-util/protonup-rs-0.11.0 b/metadata/md5-cache/games-util/protonup-rs-0.11.0 index 70e22720cc93..d8a9f7f43fcd 100644 --- a/metadata/md5-cache/games-util/protonup-rs-0.11.0 +++ b/metadata/md5-cache/games-util/protonup-rs-0.11.0 @@ -13,4 +13,4 @@ RESTRICT=mirror SLOT=0 SRC_URI=https://crates.io/api/v1/crates/adler2/2.0.1/download -> adler2-2.0.1.crate https://crates.io/api/v1/crates/aho-corasick/1.1.4/download -> aho-corasick-1.1.4.crate https://crates.io/api/v1/crates/anstream/1.0.0/download -> anstream-1.0.0.crate https://crates.io/api/v1/crates/anstyle-parse/1.0.0/download -> anstyle-parse-1.0.0.crate https://crates.io/api/v1/crates/anstyle-query/1.1.5/download -> anstyle-query-1.1.5.crate https://crates.io/api/v1/crates/anstyle-wincon/3.0.11/download -> anstyle-wincon-3.0.11.crate https://crates.io/api/v1/crates/anstyle/1.0.14/download -> anstyle-1.0.14.crate https://crates.io/api/v1/crates/anyhow/1.0.102/download -> anyhow-1.0.102.crate https://crates.io/api/v1/crates/arbitrary/1.4.2/download -> arbitrary-1.4.2.crate https://crates.io/api/v1/crates/arcstr/1.2.0/download -> arcstr-1.2.0.crate https://crates.io/api/v1/crates/assert-json-diff/2.0.2/download -> assert-json-diff-2.0.2.crate https://crates.io/api/v1/crates/astral-tokio-tar/0.6.0/download -> astral-tokio-tar-0.6.0.crate https://crates.io/api/v1/crates/async-compression/0.4.41/download -> async-compression-0.4.41.crate https://crates.io/api/v1/crates/atomic-waker/1.1.2/download -> atomic-waker-1.1.2.crate https://crates.io/api/v1/crates/aws-lc-rs/1.16.1/download -> aws-lc-rs-1.16.1.crate https://crates.io/api/v1/crates/aws-lc-sys/0.38.0/download -> aws-lc-sys-0.38.0.crate https://crates.io/api/v1/crates/base64/0.22.1/download -> base64-0.22.1.crate https://crates.io/api/v1/crates/bitflags/2.11.0/download -> bitflags-2.11.0.crate https://crates.io/api/v1/crates/block-buffer/0.10.4/download -> block-buffer-0.10.4.crate https://crates.io/api/v1/crates/bumpalo/3.20.2/download -> bumpalo-3.20.2.crate https://crates.io/api/v1/crates/bytes/1.11.1/download -> bytes-1.11.1.crate https://crates.io/api/v1/crates/cc/1.2.57/download -> cc-1.2.57.crate https://crates.io/api/v1/crates/cesu8/1.1.0/download -> cesu8-1.1.0.crate https://crates.io/api/v1/crates/cfg-if/1.0.4/download -> cfg-if-1.0.4.crate https://crates.io/api/v1/crates/cfg_aliases/0.2.1/download -> cfg_aliases-0.2.1.crate https://crates.io/api/v1/crates/clap/4.6.0/download -> clap-4.6.0.crate https://crates.io/api/v1/crates/clap_builder/4.6.0/download -> clap_builder-4.6.0.crate https://crates.io/api/v1/crates/clap_derive/4.6.0/download -> clap_derive-4.6.0.crate https://crates.io/api/v1/crates/clap_lex/1.1.0/download -> clap_lex-1.1.0.crate https://crates.io/api/v1/crates/cmake/0.1.57/download -> cmake-0.1.57.crate https://crates.io/api/v1/crates/colorchoice/1.0.5/download -> colorchoice-1.0.5.crate https://crates.io/api/v1/crates/combine/4.6.7/download -> combine-4.6.7.crate https://crates.io/api/v1/crates/compression-codecs/0.4.37/download -> compression-codecs-0.4.37.crate https://crates.io/api/v1/crates/compression-core/0.4.31/download -> compression-core-0.4.31.crate https://crates.io/api/v1/crates/console/0.16.3/download -> console-0.16.3.crate https://crates.io/api/v1/crates/core-foundation-sys/0.8.7/download -> core-foundation-sys-0.8.7.crate https://crates.io/api/v1/crates/core-foundation/0.10.1/download -> core-foundation-0.10.1.crate https://crates.io/api/v1/crates/cpufeatures/0.2.17/download -> cpufeatures-0.2.17.crate https://crates.io/api/v1/crates/crc32fast/1.5.0/download -> crc32fast-1.5.0.crate https://crates.io/api/v1/crates/crypto-common/0.1.7/download -> crypto-common-0.1.7.crate https://crates.io/api/v1/crates/deadpool-runtime/0.1.4/download -> deadpool-runtime-0.1.4.crate https://crates.io/api/v1/crates/deadpool/0.12.3/download -> deadpool-0.12.3.crate https://crates.io/api/v1/crates/digest/0.10.7/download -> digest-0.10.7.crate https://crates.io/api/v1/crates/dirs-sys/0.5.0/download -> dirs-sys-0.5.0.crate https://crates.io/api/v1/crates/dirs/6.0.0/download -> dirs-6.0.0.crate https://crates.io/api/v1/crates/displaydoc/0.2.5/download -> displaydoc-0.2.5.crate https://crates.io/api/v1/crates/dunce/1.0.5/download -> dunce-1.0.5.crate https://crates.io/api/v1/crates/dyn-clone/1.0.20/download -> dyn-clone-1.0.20.crate https://crates.io/api/v1/crates/encode_unicode/1.0.0/download -> encode_unicode-1.0.0.crate https://crates.io/api/v1/crates/equivalent/1.0.2/download -> equivalent-1.0.2.crate https://crates.io/api/v1/crates/errno/0.3.14/download -> errno-0.3.14.crate https://crates.io/api/v1/crates/fastrand/2.3.0/download -> fastrand-2.3.0.crate https://crates.io/api/v1/crates/filetime/0.2.27/download -> filetime-0.2.27.crate https://crates.io/api/v1/crates/find-msvc-tools/0.1.9/download -> find-msvc-tools-0.1.9.crate https://crates.io/api/v1/crates/flate2/1.1.9/download -> flate2-1.1.9.crate https://crates.io/api/v1/crates/fnv/1.0.7/download -> fnv-1.0.7.crate https://crates.io/api/v1/crates/foldhash/0.1.5/download -> foldhash-0.1.5.crate https://crates.io/api/v1/crates/form_urlencoded/1.2.2/download -> form_urlencoded-1.2.2.crate https://crates.io/api/v1/crates/fs4/0.13.1/download -> fs4-0.13.1.crate https://crates.io/api/v1/crates/fs_extra/1.3.0/download -> fs_extra-1.3.0.crate https://crates.io/api/v1/crates/futures-channel/0.3.32/download -> futures-channel-0.3.32.crate https://crates.io/api/v1/crates/futures-core/0.3.32/download -> futures-core-0.3.32.crate https://crates.io/api/v1/crates/futures-executor/0.3.32/download -> futures-executor-0.3.32.crate https://crates.io/api/v1/crates/futures-io/0.3.32/download -> futures-io-0.3.32.crate https://crates.io/api/v1/crates/futures-macro/0.3.32/download -> futures-macro-0.3.32.crate https://crates.io/api/v1/crates/futures-sink/0.3.32/download -> futures-sink-0.3.32.crate https://crates.io/api/v1/crates/futures-task/0.3.32/download -> futures-task-0.3.32.crate https://crates.io/api/v1/crates/futures-util/0.3.32/download -> futures-util-0.3.32.crate https://crates.io/api/v1/crates/futures/0.3.32/download -> futures-0.3.32.crate https://crates.io/api/v1/crates/generic-array/0.14.7/download -> generic-array-0.14.7.crate https://crates.io/api/v1/crates/getrandom/0.2.17/download -> getrandom-0.2.17.crate https://crates.io/api/v1/crates/getrandom/0.3.4/download -> getrandom-0.3.4.crate https://crates.io/api/v1/crates/getrandom/0.4.2/download -> getrandom-0.4.2.crate https://crates.io/api/v1/crates/h2/0.4.13/download -> h2-0.4.13.crate https://crates.io/api/v1/crates/hashbrown/0.15.5/download -> hashbrown-0.15.5.crate https://crates.io/api/v1/crates/hashbrown/0.16.1/download -> hashbrown-0.16.1.crate https://crates.io/api/v1/crates/heck/0.5.0/download -> heck-0.5.0.crate https://crates.io/api/v1/crates/hermit-abi/0.5.2/download -> hermit-abi-0.5.2.crate https://crates.io/api/v1/crates/hex-literal/1.1.0/download -> hex-literal-1.1.0.crate https://crates.io/api/v1/crates/hex/0.4.3/download -> hex-0.4.3.crate https://crates.io/api/v1/crates/http-body-util/0.1.3/download -> http-body-util-0.1.3.crate https://crates.io/api/v1/crates/http-body/1.0.1/download -> http-body-1.0.1.crate https://crates.io/api/v1/crates/http/1.4.0/download -> http-1.4.0.crate https://crates.io/api/v1/crates/httparse/1.10.1/download -> httparse-1.10.1.crate https://crates.io/api/v1/crates/httpdate/1.0.3/download -> httpdate-1.0.3.crate https://crates.io/api/v1/crates/hyper-rustls/0.27.7/download -> hyper-rustls-0.27.7.crate https://crates.io/api/v1/crates/hyper-util/0.1.20/download -> hyper-util-0.1.20.crate https://crates.io/api/v1/crates/hyper/1.8.1/download -> hyper-1.8.1.crate https://crates.io/api/v1/crates/icu_collections/2.1.1/download -> icu_collections-2.1.1.crate https://crates.io/api/v1/crates/icu_locale_core/2.1.1/download -> icu_locale_core-2.1.1.crate https://crates.io/api/v1/crates/icu_normalizer/2.1.1/download -> icu_normalizer-2.1.1.crate https://crates.io/api/v1/crates/icu_normalizer_data/2.1.1/download -> icu_normalizer_data-2.1.1.crate https://crates.io/api/v1/crates/icu_properties/2.1.2/download -> icu_properties-2.1.2.crate https://crates.io/api/v1/crates/icu_properties_data/2.1.2/download -> icu_properties_data-2.1.2.crate https://crates.io/api/v1/crates/icu_provider/2.1.1/download -> icu_provider-2.1.1.crate https://crates.io/api/v1/crates/id-arena/2.3.0/download -> id-arena-2.3.0.crate https://crates.io/api/v1/crates/idna/1.1.0/download -> idna-1.1.0.crate https://crates.io/api/v1/crates/idna_adapter/1.2.1/download -> idna_adapter-1.2.1.crate https://crates.io/api/v1/crates/indexmap/2.13.0/download -> indexmap-2.13.0.crate https://crates.io/api/v1/crates/indicatif/0.18.4/download -> indicatif-0.18.4.crate https://crates.io/api/v1/crates/inquire/0.9.4/download -> inquire-0.9.4.crate https://crates.io/api/v1/crates/ipnet/2.12.0/download -> ipnet-2.12.0.crate https://crates.io/api/v1/crates/iri-string/0.7.10/download -> iri-string-0.7.10.crate https://crates.io/api/v1/crates/is_terminal_polyfill/1.70.2/download -> is_terminal_polyfill-1.70.2.crate https://crates.io/api/v1/crates/itoa/1.0.17/download -> itoa-1.0.17.crate https://crates.io/api/v1/crates/jni-sys/0.3.0/download -> jni-sys-0.3.0.crate https://crates.io/api/v1/crates/jni/0.21.1/download -> jni-0.21.1.crate https://crates.io/api/v1/crates/jobserver/0.1.34/download -> jobserver-0.1.34.crate https://crates.io/api/v1/crates/js-sys/0.3.91/download -> js-sys-0.3.91.crate https://crates.io/api/v1/crates/lazy_static/1.5.0/download -> lazy_static-1.5.0.crate https://crates.io/api/v1/crates/leb128fmt/0.1.0/download -> leb128fmt-0.1.0.crate https://crates.io/api/v1/crates/libc/0.2.183/download -> libc-0.2.183.crate https://crates.io/api/v1/crates/libfuzzer-sys/0.4.12/download -> libfuzzer-sys-0.4.12.crate https://crates.io/api/v1/crates/liblzma-sys/0.4.5/download -> liblzma-sys-0.4.5.crate https://crates.io/api/v1/crates/liblzma/0.4.6/download -> liblzma-0.4.6.crate https://crates.io/api/v1/crates/libredox/0.1.14/download -> libredox-0.1.14.crate https://crates.io/api/v1/crates/linux-raw-sys/0.12.1/download -> linux-raw-sys-0.12.1.crate https://crates.io/api/v1/crates/litemap/0.8.1/download -> litemap-0.8.1.crate https://crates.io/api/v1/crates/log/0.4.29/download -> log-0.4.29.crate https://crates.io/api/v1/crates/lru-slab/0.1.2/download -> lru-slab-0.1.2.crate https://crates.io/api/v1/crates/memchr/2.8.0/download -> memchr-2.8.0.crate https://crates.io/api/v1/crates/miniz_oxide/0.8.9/download -> miniz_oxide-0.8.9.crate https://crates.io/api/v1/crates/mio/1.1.1/download -> mio-1.1.1.crate https://crates.io/api/v1/crates/num_cpus/1.17.0/download -> num_cpus-1.17.0.crate https://crates.io/api/v1/crates/numtoa/0.2.4/download -> numtoa-0.2.4.crate https://crates.io/api/v1/crates/once_cell/1.21.4/download -> once_cell-1.21.4.crate https://crates.io/api/v1/crates/once_cell_polyfill/1.70.2/download -> once_cell_polyfill-1.70.2.crate https://crates.io/api/v1/crates/openssl-probe/0.2.1/download -> openssl-probe-0.2.1.crate https://crates.io/api/v1/crates/option-ext/0.2.0/download -> option-ext-0.2.0.crate https://crates.io/api/v1/crates/percent-encoding/2.3.2/download -> percent-encoding-2.3.2.crate https://crates.io/api/v1/crates/pin-project-internal/1.1.11/download -> pin-project-internal-1.1.11.crate https://crates.io/api/v1/crates/pin-project-lite/0.2.17/download -> pin-project-lite-0.2.17.crate https://crates.io/api/v1/crates/pin-project/1.1.11/download -> pin-project-1.1.11.crate https://crates.io/api/v1/crates/pin-utils/0.1.0/download -> pin-utils-0.1.0.crate https://crates.io/api/v1/crates/pkg-config/0.3.32/download -> pkg-config-0.3.32.crate https://crates.io/api/v1/crates/plain/0.2.3/download -> plain-0.2.3.crate https://crates.io/api/v1/crates/portable-atomic/1.13.1/download -> portable-atomic-1.13.1.crate https://crates.io/api/v1/crates/potential_utf/0.1.4/download -> potential_utf-0.1.4.crate https://crates.io/api/v1/crates/ppv-lite86/0.2.21/download -> ppv-lite86-0.2.21.crate https://crates.io/api/v1/crates/prettyplease/0.2.37/download -> prettyplease-0.2.37.crate https://crates.io/api/v1/crates/proc-macro2/1.0.106/download -> proc-macro2-1.0.106.crate https://crates.io/api/v1/crates/quinn-proto/0.11.14/download -> quinn-proto-0.11.14.crate https://crates.io/api/v1/crates/quinn-udp/0.5.14/download -> quinn-udp-0.5.14.crate https://crates.io/api/v1/crates/quinn/0.11.9/download -> quinn-0.11.9.crate https://crates.io/api/v1/crates/quote/1.0.45/download -> quote-1.0.45.crate https://crates.io/api/v1/crates/r-efi/5.3.0/download -> r-efi-5.3.0.crate https://crates.io/api/v1/crates/r-efi/6.0.0/download -> r-efi-6.0.0.crate https://crates.io/api/v1/crates/rand/0.9.2/download -> rand-0.9.2.crate https://crates.io/api/v1/crates/rand_chacha/0.9.0/download -> rand_chacha-0.9.0.crate https://crates.io/api/v1/crates/rand_core/0.9.5/download -> rand_core-0.9.5.crate https://crates.io/api/v1/crates/redox_syscall/0.7.3/download -> redox_syscall-0.7.3.crate https://crates.io/api/v1/crates/redox_users/0.5.2/download -> redox_users-0.5.2.crate https://crates.io/api/v1/crates/regex-automata/0.4.14/download -> regex-automata-0.4.14.crate https://crates.io/api/v1/crates/regex-syntax/0.8.10/download -> regex-syntax-0.8.10.crate https://crates.io/api/v1/crates/regex/1.12.3/download -> regex-1.12.3.crate https://crates.io/api/v1/crates/reqwest/0.13.2/download -> reqwest-0.13.2.crate https://crates.io/api/v1/crates/ring/0.17.14/download -> ring-0.17.14.crate https://crates.io/api/v1/crates/ron/0.12.0/download -> ron-0.12.0.crate https://crates.io/api/v1/crates/rustc-hash/2.1.1/download -> rustc-hash-2.1.1.crate https://crates.io/api/v1/crates/rustix/1.1.4/download -> rustix-1.1.4.crate https://crates.io/api/v1/crates/rustls-native-certs/0.8.3/download -> rustls-native-certs-0.8.3.crate https://crates.io/api/v1/crates/rustls-pki-types/1.14.0/download -> rustls-pki-types-1.14.0.crate https://crates.io/api/v1/crates/rustls-platform-verifier-android/0.1.1/download -> rustls-platform-verifier-android-0.1.1.crate https://crates.io/api/v1/crates/rustls-platform-verifier/0.6.2/download -> rustls-platform-verifier-0.6.2.crate https://crates.io/api/v1/crates/rustls-webpki/0.103.9/download -> rustls-webpki-0.103.9.crate https://crates.io/api/v1/crates/rustls/0.23.37/download -> rustls-0.23.37.crate https://crates.io/api/v1/crates/rustversion/1.0.22/download -> rustversion-1.0.22.crate https://crates.io/api/v1/crates/same-file/1.0.6/download -> same-file-1.0.6.crate https://crates.io/api/v1/crates/schannel/0.1.29/download -> schannel-0.1.29.crate https://crates.io/api/v1/crates/security-framework-sys/2.17.0/download -> security-framework-sys-2.17.0.crate https://crates.io/api/v1/crates/security-framework/3.7.0/download -> security-framework-3.7.0.crate https://crates.io/api/v1/crates/semver/1.0.27/download -> semver-1.0.27.crate https://crates.io/api/v1/crates/serde/1.0.228/download -> serde-1.0.228.crate https://crates.io/api/v1/crates/serde_core/1.0.228/download -> serde_core-1.0.228.crate https://crates.io/api/v1/crates/serde_derive/1.0.228/download -> serde_derive-1.0.228.crate https://crates.io/api/v1/crates/serde_json/1.0.149/download -> serde_json-1.0.149.crate https://crates.io/api/v1/crates/sha2/0.10.9/download -> sha2-0.10.9.crate https://crates.io/api/v1/crates/shlex/1.3.0/download -> shlex-1.3.0.crate https://crates.io/api/v1/crates/simd-adler32/0.3.8/download -> simd-adler32-0.3.8.crate https://crates.io/api/v1/crates/slab/0.4.12/download -> slab-0.4.12.crate https://crates.io/api/v1/crates/smallvec/1.15.1/download -> smallvec-1.15.1.crate https://crates.io/api/v1/crates/socket2/0.6.3/download -> socket2-0.6.3.crate https://crates.io/api/v1/crates/stable_deref_trait/1.2.1/download -> stable_deref_trait-1.2.1.crate https://crates.io/api/v1/crates/strsim/0.11.1/download -> strsim-0.11.1.crate https://crates.io/api/v1/crates/subtle/2.6.1/download -> subtle-2.6.1.crate https://crates.io/api/v1/crates/syn/2.0.117/download -> syn-2.0.117.crate https://crates.io/api/v1/crates/sync_wrapper/1.0.2/download -> sync_wrapper-1.0.2.crate https://crates.io/api/v1/crates/synstructure/0.13.2/download -> synstructure-0.13.2.crate https://crates.io/api/v1/crates/tar/0.4.44/download -> tar-0.4.44.crate https://crates.io/api/v1/crates/tempfile/3.27.0/download -> tempfile-3.27.0.crate https://crates.io/api/v1/crates/termion/4.0.6/download -> termion-4.0.6.crate https://crates.io/api/v1/crates/thiserror-impl/1.0.69/download -> thiserror-impl-1.0.69.crate https://crates.io/api/v1/crates/thiserror-impl/2.0.18/download -> thiserror-impl-2.0.18.crate https://crates.io/api/v1/crates/thiserror/1.0.69/download -> thiserror-1.0.69.crate https://crates.io/api/v1/crates/thiserror/2.0.18/download -> thiserror-2.0.18.crate https://crates.io/api/v1/crates/tinystr/0.8.2/download -> tinystr-0.8.2.crate https://crates.io/api/v1/crates/tinyvec/1.11.0/download -> tinyvec-1.11.0.crate https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download -> tinyvec_macros-0.1.1.crate https://crates.io/api/v1/crates/tokio-macros/2.6.1/download -> tokio-macros-2.6.1.crate https://crates.io/api/v1/crates/tokio-rustls/0.26.4/download -> tokio-rustls-0.26.4.crate https://crates.io/api/v1/crates/tokio-stream/0.1.18/download -> tokio-stream-0.1.18.crate https://crates.io/api/v1/crates/tokio-util/0.7.18/download -> tokio-util-0.7.18.crate https://crates.io/api/v1/crates/tokio/1.50.0/download -> tokio-1.50.0.crate https://crates.io/api/v1/crates/tower-http/0.6.8/download -> tower-http-0.6.8.crate https://crates.io/api/v1/crates/tower-layer/0.3.3/download -> tower-layer-0.3.3.crate https://crates.io/api/v1/crates/tower-service/0.3.3/download -> tower-service-0.3.3.crate https://crates.io/api/v1/crates/tower/0.5.3/download -> tower-0.5.3.crate https://crates.io/api/v1/crates/tracing-core/0.1.36/download -> tracing-core-0.1.36.crate https://crates.io/api/v1/crates/tracing/0.1.44/download -> tracing-0.1.44.crate https://crates.io/api/v1/crates/try-lock/0.2.5/download -> try-lock-0.2.5.crate https://crates.io/api/v1/crates/typeid/1.0.3/download -> typeid-1.0.3.crate https://crates.io/api/v1/crates/typenum/1.19.0/download -> typenum-1.19.0.crate https://crates.io/api/v1/crates/unicode-ident/1.0.24/download -> unicode-ident-1.0.24.crate https://crates.io/api/v1/crates/unicode-segmentation/1.12.0/download -> unicode-segmentation-1.12.0.crate https://crates.io/api/v1/crates/unicode-width/0.2.2/download -> unicode-width-0.2.2.crate https://crates.io/api/v1/crates/unicode-xid/0.2.6/download -> unicode-xid-0.2.6.crate https://crates.io/api/v1/crates/unit-prefix/0.5.2/download -> unit-prefix-0.5.2.crate https://crates.io/api/v1/crates/untrusted/0.9.0/download -> untrusted-0.9.0.crate https://crates.io/api/v1/crates/url/2.5.8/download -> url-2.5.8.crate https://crates.io/api/v1/crates/utf8_iter/1.0.4/download -> utf8_iter-1.0.4.crate https://crates.io/api/v1/crates/utf8parse/0.2.2/download -> utf8parse-0.2.2.crate https://crates.io/api/v1/crates/version_check/0.9.5/download -> version_check-0.9.5.crate https://crates.io/api/v1/crates/walkdir/2.5.0/download -> walkdir-2.5.0.crate https://crates.io/api/v1/crates/want/0.3.1/download -> want-0.3.1.crate https://crates.io/api/v1/crates/wasi/0.11.1+wasi-snapshot-preview1/download -> wasi-0.11.1+wasi-snapshot-preview1.crate https://crates.io/api/v1/crates/wasip2/1.0.2+wasi-0.2.9/download -> wasip2-1.0.2+wasi-0.2.9.crate https://crates.io/api/v1/crates/wasip3/0.4.0+wasi-0.3.0-rc-2026-01-06/download -> wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06.crate https://crates.io/api/v1/crates/wasm-bindgen-futures/0.4.64/download -> wasm-bindgen-futures-0.4.64.crate https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.114/download -> wasm-bindgen-macro-support-0.2.114.crate https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.114/download -> wasm-bindgen-macro-0.2.114.crate https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.114/download -> wasm-bindgen-shared-0.2.114.crate https://crates.io/api/v1/crates/wasm-bindgen/0.2.114/download -> wasm-bindgen-0.2.114.crate https://crates.io/api/v1/crates/wasm-encoder/0.244.0/download -> wasm-encoder-0.244.0.crate https://crates.io/api/v1/crates/wasm-metadata/0.244.0/download -> wasm-metadata-0.244.0.crate https://crates.io/api/v1/crates/wasm-streams/0.5.0/download -> wasm-streams-0.5.0.crate https://crates.io/api/v1/crates/wasmparser/0.244.0/download -> wasmparser-0.244.0.crate https://crates.io/api/v1/crates/web-sys/0.3.91/download -> web-sys-0.3.91.crate https://crates.io/api/v1/crates/web-time/1.1.0/download -> web-time-1.1.0.crate https://crates.io/api/v1/crates/webpki-root-certs/1.0.6/download -> webpki-root-certs-1.0.6.crate https://crates.io/api/v1/crates/winapi-util/0.1.11/download -> winapi-util-0.1.11.crate https://crates.io/api/v1/crates/windows-link/0.2.1/download -> windows-link-0.2.1.crate https://crates.io/api/v1/crates/windows-sys/0.45.0/download -> windows-sys-0.45.0.crate https://crates.io/api/v1/crates/windows-sys/0.52.0/download -> windows-sys-0.52.0.crate https://crates.io/api/v1/crates/windows-sys/0.59.0/download -> windows-sys-0.59.0.crate https://crates.io/api/v1/crates/windows-sys/0.60.2/download -> windows-sys-0.60.2.crate https://crates.io/api/v1/crates/windows-sys/0.61.2/download -> windows-sys-0.61.2.crate https://crates.io/api/v1/crates/windows-targets/0.42.2/download -> windows-targets-0.42.2.crate https://crates.io/api/v1/crates/windows-targets/0.52.6/download -> windows-targets-0.52.6.crate https://crates.io/api/v1/crates/windows-targets/0.53.5/download -> windows-targets-0.53.5.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.42.2/download -> windows_aarch64_gnullvm-0.42.2.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.6/download -> windows_aarch64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.53.1/download -> windows_aarch64_gnullvm-0.53.1.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.42.2/download -> windows_aarch64_msvc-0.42.2.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.6/download -> windows_aarch64_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.53.1/download -> windows_aarch64_msvc-0.53.1.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.42.2/download -> windows_i686_gnu-0.42.2.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.52.6/download -> windows_i686_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.53.1/download -> windows_i686_gnu-0.53.1.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.52.6/download -> windows_i686_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.53.1/download -> windows_i686_gnullvm-0.53.1.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.42.2/download -> windows_i686_msvc-0.42.2.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.52.6/download -> windows_i686_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.53.1/download -> windows_i686_msvc-0.53.1.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.42.2/download -> windows_x86_64_gnu-0.42.2.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.6/download -> windows_x86_64_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.53.1/download -> windows_x86_64_gnu-0.53.1.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.42.2/download -> windows_x86_64_gnullvm-0.42.2.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.6/download -> windows_x86_64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.53.1/download -> windows_x86_64_gnullvm-0.53.1.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.42.2/download -> windows_x86_64_msvc-0.42.2.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.6/download -> windows_x86_64_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.53.1/download -> windows_x86_64_msvc-0.53.1.crate https://crates.io/api/v1/crates/wiremock/0.6.5/download -> wiremock-0.6.5.crate https://crates.io/api/v1/crates/wit-bindgen-core/0.51.0/download -> wit-bindgen-core-0.51.0.crate https://crates.io/api/v1/crates/wit-bindgen-rust-macro/0.51.0/download -> wit-bindgen-rust-macro-0.51.0.crate https://crates.io/api/v1/crates/wit-bindgen-rust/0.51.0/download -> wit-bindgen-rust-0.51.0.crate https://crates.io/api/v1/crates/wit-bindgen/0.51.0/download -> wit-bindgen-0.51.0.crate https://crates.io/api/v1/crates/wit-component/0.244.0/download -> wit-component-0.244.0.crate https://crates.io/api/v1/crates/wit-parser/0.244.0/download -> wit-parser-0.244.0.crate https://crates.io/api/v1/crates/writeable/0.6.2/download -> writeable-0.6.2.crate https://crates.io/api/v1/crates/xattr/1.6.1/download -> xattr-1.6.1.crate https://crates.io/api/v1/crates/yoke-derive/0.8.1/download -> yoke-derive-0.8.1.crate https://crates.io/api/v1/crates/yoke/0.8.1/download -> yoke-0.8.1.crate https://crates.io/api/v1/crates/zerocopy-derive/0.8.42/download -> zerocopy-derive-0.8.42.crate https://crates.io/api/v1/crates/zerocopy/0.8.42/download -> zerocopy-0.8.42.crate https://crates.io/api/v1/crates/zerofrom-derive/0.1.6/download -> zerofrom-derive-0.1.6.crate https://crates.io/api/v1/crates/zerofrom/0.1.6/download -> zerofrom-0.1.6.crate https://crates.io/api/v1/crates/zeroize/1.8.2/download -> zeroize-1.8.2.crate https://crates.io/api/v1/crates/zerotrie/0.2.3/download -> zerotrie-0.2.3.crate https://crates.io/api/v1/crates/zerovec-derive/0.11.2/download -> zerovec-derive-0.11.2.crate https://crates.io/api/v1/crates/zerovec/0.11.5/download -> zerovec-0.11.5.crate https://crates.io/api/v1/crates/zmij/1.0.21/download -> zmij-1.0.21.crate https://crates.io/api/v1/crates/zstd-safe/7.2.4/download -> zstd-safe-7.2.4.crate https://crates.io/api/v1/crates/zstd-sys/2.0.16+zstd.1.5.7/download -> zstd-sys-2.0.16+zstd.1.5.7.crate https://crates.io/api/v1/crates/zstd/0.13.3/download -> zstd-0.13.3.crate https://github.com/auyer/Protonup-rs/archive/v0.11.0.tar.gz -> protonup-rs-0.11.0.tar.gz _eclasses_=cargo 53bab5a62cfc3526d8ed02c0a38a6033 flag-o-matic fd3558f73f6503093adee69adf41020d llvm-r2 8bc46809768366b4239eab39335419bc llvm-utils e7edb4086e31c8537574b263d899f826 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=99e7365f71aaf917f1aa8a32bbd3bace +_md5_=370b9c430da9d3c16df08c90d571a4bd diff --git a/metadata/md5-cache/games-util/protonup-rs-0.12.0 b/metadata/md5-cache/games-util/protonup-rs-0.12.0 index 9fdeb22ca8f1..d5b9a1598b37 100644 --- a/metadata/md5-cache/games-util/protonup-rs-0.12.0 +++ b/metadata/md5-cache/games-util/protonup-rs-0.12.0 @@ -13,4 +13,4 @@ RESTRICT=mirror SLOT=0 SRC_URI=https://crates.io/api/v1/crates/adler2/2.0.1/download -> adler2-2.0.1.crate https://crates.io/api/v1/crates/aho-corasick/1.1.4/download -> aho-corasick-1.1.4.crate https://crates.io/api/v1/crates/anstream/1.0.0/download -> anstream-1.0.0.crate https://crates.io/api/v1/crates/anstyle-parse/1.0.0/download -> anstyle-parse-1.0.0.crate https://crates.io/api/v1/crates/anstyle-query/1.1.5/download -> anstyle-query-1.1.5.crate https://crates.io/api/v1/crates/anstyle-wincon/3.0.11/download -> anstyle-wincon-3.0.11.crate https://crates.io/api/v1/crates/anstyle/1.0.14/download -> anstyle-1.0.14.crate https://crates.io/api/v1/crates/anyhow/1.0.102/download -> anyhow-1.0.102.crate https://crates.io/api/v1/crates/arbitrary/1.4.2/download -> arbitrary-1.4.2.crate https://crates.io/api/v1/crates/arcstr/1.2.0/download -> arcstr-1.2.0.crate https://crates.io/api/v1/crates/assert-json-diff/2.0.2/download -> assert-json-diff-2.0.2.crate https://crates.io/api/v1/crates/astral-tokio-tar/0.6.0/download -> astral-tokio-tar-0.6.0.crate https://crates.io/api/v1/crates/async-compression/0.4.41/download -> async-compression-0.4.41.crate https://crates.io/api/v1/crates/atomic-waker/1.1.2/download -> atomic-waker-1.1.2.crate https://crates.io/api/v1/crates/aws-lc-rs/1.16.3/download -> aws-lc-rs-1.16.3.crate https://crates.io/api/v1/crates/aws-lc-sys/0.40.0/download -> aws-lc-sys-0.40.0.crate https://crates.io/api/v1/crates/base64/0.22.1/download -> base64-0.22.1.crate https://crates.io/api/v1/crates/bitflags/2.11.1/download -> bitflags-2.11.1.crate https://crates.io/api/v1/crates/block-buffer/0.12.0/download -> block-buffer-0.12.0.crate https://crates.io/api/v1/crates/bumpalo/3.20.2/download -> bumpalo-3.20.2.crate https://crates.io/api/v1/crates/bytes/1.11.1/download -> bytes-1.11.1.crate https://crates.io/api/v1/crates/cc/1.2.60/download -> cc-1.2.60.crate https://crates.io/api/v1/crates/cesu8/1.1.0/download -> cesu8-1.1.0.crate https://crates.io/api/v1/crates/cfg-if/1.0.4/download -> cfg-if-1.0.4.crate https://crates.io/api/v1/crates/cfg_aliases/0.2.1/download -> cfg_aliases-0.2.1.crate https://crates.io/api/v1/crates/clap/4.6.1/download -> clap-4.6.1.crate https://crates.io/api/v1/crates/clap_builder/4.6.0/download -> clap_builder-4.6.0.crate https://crates.io/api/v1/crates/clap_derive/4.6.1/download -> clap_derive-4.6.1.crate https://crates.io/api/v1/crates/clap_lex/1.1.0/download -> clap_lex-1.1.0.crate https://crates.io/api/v1/crates/cmake/0.1.58/download -> cmake-0.1.58.crate https://crates.io/api/v1/crates/colorchoice/1.0.5/download -> colorchoice-1.0.5.crate https://crates.io/api/v1/crates/combine/4.6.7/download -> combine-4.6.7.crate https://crates.io/api/v1/crates/compression-codecs/0.4.37/download -> compression-codecs-0.4.37.crate https://crates.io/api/v1/crates/compression-core/0.4.31/download -> compression-core-0.4.31.crate https://crates.io/api/v1/crates/console/0.16.3/download -> console-0.16.3.crate https://crates.io/api/v1/crates/const-oid/0.10.2/download -> const-oid-0.10.2.crate https://crates.io/api/v1/crates/core-foundation-sys/0.8.7/download -> core-foundation-sys-0.8.7.crate https://crates.io/api/v1/crates/core-foundation/0.10.1/download -> core-foundation-0.10.1.crate https://crates.io/api/v1/crates/cpufeatures/0.3.0/download -> cpufeatures-0.3.0.crate https://crates.io/api/v1/crates/crc32fast/1.5.0/download -> crc32fast-1.5.0.crate https://crates.io/api/v1/crates/crypto-common/0.2.1/download -> crypto-common-0.2.1.crate https://crates.io/api/v1/crates/deadpool-runtime/0.1.4/download -> deadpool-runtime-0.1.4.crate https://crates.io/api/v1/crates/deadpool/0.12.3/download -> deadpool-0.12.3.crate https://crates.io/api/v1/crates/digest/0.11.2/download -> digest-0.11.2.crate https://crates.io/api/v1/crates/dirs-sys/0.5.0/download -> dirs-sys-0.5.0.crate https://crates.io/api/v1/crates/dirs/6.0.0/download -> dirs-6.0.0.crate https://crates.io/api/v1/crates/displaydoc/0.2.5/download -> displaydoc-0.2.5.crate https://crates.io/api/v1/crates/dunce/1.0.5/download -> dunce-1.0.5.crate https://crates.io/api/v1/crates/dyn-clone/1.0.20/download -> dyn-clone-1.0.20.crate https://crates.io/api/v1/crates/encode_unicode/1.0.0/download -> encode_unicode-1.0.0.crate https://crates.io/api/v1/crates/equivalent/1.0.2/download -> equivalent-1.0.2.crate https://crates.io/api/v1/crates/errno/0.3.14/download -> errno-0.3.14.crate https://crates.io/api/v1/crates/fastrand/2.4.1/download -> fastrand-2.4.1.crate https://crates.io/api/v1/crates/filetime/0.2.27/download -> filetime-0.2.27.crate https://crates.io/api/v1/crates/find-msvc-tools/0.1.9/download -> find-msvc-tools-0.1.9.crate https://crates.io/api/v1/crates/flate2/1.1.9/download -> flate2-1.1.9.crate https://crates.io/api/v1/crates/fnv/1.0.7/download -> fnv-1.0.7.crate https://crates.io/api/v1/crates/foldhash/0.1.5/download -> foldhash-0.1.5.crate https://crates.io/api/v1/crates/form_urlencoded/1.2.2/download -> form_urlencoded-1.2.2.crate https://crates.io/api/v1/crates/fs4/0.13.1/download -> fs4-0.13.1.crate https://crates.io/api/v1/crates/fs_extra/1.3.0/download -> fs_extra-1.3.0.crate https://crates.io/api/v1/crates/futures-channel/0.3.32/download -> futures-channel-0.3.32.crate https://crates.io/api/v1/crates/futures-core/0.3.32/download -> futures-core-0.3.32.crate https://crates.io/api/v1/crates/futures-executor/0.3.32/download -> futures-executor-0.3.32.crate https://crates.io/api/v1/crates/futures-io/0.3.32/download -> futures-io-0.3.32.crate https://crates.io/api/v1/crates/futures-macro/0.3.32/download -> futures-macro-0.3.32.crate https://crates.io/api/v1/crates/futures-sink/0.3.32/download -> futures-sink-0.3.32.crate https://crates.io/api/v1/crates/futures-task/0.3.32/download -> futures-task-0.3.32.crate https://crates.io/api/v1/crates/futures-util/0.3.32/download -> futures-util-0.3.32.crate https://crates.io/api/v1/crates/futures/0.3.32/download -> futures-0.3.32.crate https://crates.io/api/v1/crates/getrandom/0.2.17/download -> getrandom-0.2.17.crate https://crates.io/api/v1/crates/getrandom/0.3.4/download -> getrandom-0.3.4.crate https://crates.io/api/v1/crates/getrandom/0.4.2/download -> getrandom-0.4.2.crate https://crates.io/api/v1/crates/h2/0.4.13/download -> h2-0.4.13.crate https://crates.io/api/v1/crates/hashbrown/0.15.5/download -> hashbrown-0.15.5.crate https://crates.io/api/v1/crates/hashbrown/0.17.0/download -> hashbrown-0.17.0.crate https://crates.io/api/v1/crates/heck/0.5.0/download -> heck-0.5.0.crate https://crates.io/api/v1/crates/hermit-abi/0.5.2/download -> hermit-abi-0.5.2.crate https://crates.io/api/v1/crates/hex-literal/1.1.0/download -> hex-literal-1.1.0.crate https://crates.io/api/v1/crates/hex/0.4.3/download -> hex-0.4.3.crate https://crates.io/api/v1/crates/http-body-util/0.1.3/download -> http-body-util-0.1.3.crate https://crates.io/api/v1/crates/http-body/1.0.1/download -> http-body-1.0.1.crate https://crates.io/api/v1/crates/http/1.4.0/download -> http-1.4.0.crate https://crates.io/api/v1/crates/httparse/1.10.1/download -> httparse-1.10.1.crate https://crates.io/api/v1/crates/httpdate/1.0.3/download -> httpdate-1.0.3.crate https://crates.io/api/v1/crates/hybrid-array/0.4.10/download -> hybrid-array-0.4.10.crate https://crates.io/api/v1/crates/hyper-rustls/0.27.9/download -> hyper-rustls-0.27.9.crate https://crates.io/api/v1/crates/hyper-util/0.1.20/download -> hyper-util-0.1.20.crate https://crates.io/api/v1/crates/hyper/1.9.0/download -> hyper-1.9.0.crate https://crates.io/api/v1/crates/icu_collections/2.2.0/download -> icu_collections-2.2.0.crate https://crates.io/api/v1/crates/icu_locale_core/2.2.0/download -> icu_locale_core-2.2.0.crate https://crates.io/api/v1/crates/icu_normalizer/2.2.0/download -> icu_normalizer-2.2.0.crate https://crates.io/api/v1/crates/icu_normalizer_data/2.2.0/download -> icu_normalizer_data-2.2.0.crate https://crates.io/api/v1/crates/icu_properties/2.2.0/download -> icu_properties-2.2.0.crate https://crates.io/api/v1/crates/icu_properties_data/2.2.0/download -> icu_properties_data-2.2.0.crate https://crates.io/api/v1/crates/icu_provider/2.2.0/download -> icu_provider-2.2.0.crate https://crates.io/api/v1/crates/id-arena/2.3.0/download -> id-arena-2.3.0.crate https://crates.io/api/v1/crates/idna/1.1.0/download -> idna-1.1.0.crate https://crates.io/api/v1/crates/idna_adapter/1.2.1/download -> idna_adapter-1.2.1.crate https://crates.io/api/v1/crates/indexmap/2.14.0/download -> indexmap-2.14.0.crate https://crates.io/api/v1/crates/indicatif/0.18.4/download -> indicatif-0.18.4.crate https://crates.io/api/v1/crates/inquire/0.9.4/download -> inquire-0.9.4.crate https://crates.io/api/v1/crates/ipnet/2.12.0/download -> ipnet-2.12.0.crate https://crates.io/api/v1/crates/iri-string/0.7.12/download -> iri-string-0.7.12.crate https://crates.io/api/v1/crates/is_terminal_polyfill/1.70.2/download -> is_terminal_polyfill-1.70.2.crate https://crates.io/api/v1/crates/itoa/1.0.18/download -> itoa-1.0.18.crate https://crates.io/api/v1/crates/jni-sys-macros/0.4.1/download -> jni-sys-macros-0.4.1.crate https://crates.io/api/v1/crates/jni-sys/0.3.1/download -> jni-sys-0.3.1.crate https://crates.io/api/v1/crates/jni-sys/0.4.1/download -> jni-sys-0.4.1.crate https://crates.io/api/v1/crates/jni/0.21.1/download -> jni-0.21.1.crate https://crates.io/api/v1/crates/jobserver/0.1.34/download -> jobserver-0.1.34.crate https://crates.io/api/v1/crates/js-sys/0.3.95/download -> js-sys-0.3.95.crate https://crates.io/api/v1/crates/lazy_static/1.5.0/download -> lazy_static-1.5.0.crate https://crates.io/api/v1/crates/leb128fmt/0.1.0/download -> leb128fmt-0.1.0.crate https://crates.io/api/v1/crates/libc/0.2.185/download -> libc-0.2.185.crate https://crates.io/api/v1/crates/libfuzzer-sys/0.4.12/download -> libfuzzer-sys-0.4.12.crate https://crates.io/api/v1/crates/liblzma-sys/0.4.6/download -> liblzma-sys-0.4.6.crate https://crates.io/api/v1/crates/liblzma/0.4.6/download -> liblzma-0.4.6.crate https://crates.io/api/v1/crates/libredox/0.1.16/download -> libredox-0.1.16.crate https://crates.io/api/v1/crates/linux-raw-sys/0.12.1/download -> linux-raw-sys-0.12.1.crate https://crates.io/api/v1/crates/litemap/0.8.2/download -> litemap-0.8.2.crate https://crates.io/api/v1/crates/log/0.4.29/download -> log-0.4.29.crate https://crates.io/api/v1/crates/lru-slab/0.1.2/download -> lru-slab-0.1.2.crate https://crates.io/api/v1/crates/memchr/2.8.0/download -> memchr-2.8.0.crate https://crates.io/api/v1/crates/miniz_oxide/0.8.9/download -> miniz_oxide-0.8.9.crate https://crates.io/api/v1/crates/mio/1.2.0/download -> mio-1.2.0.crate https://crates.io/api/v1/crates/num_cpus/1.17.0/download -> num_cpus-1.17.0.crate https://crates.io/api/v1/crates/numtoa/0.2.4/download -> numtoa-0.2.4.crate https://crates.io/api/v1/crates/once_cell/1.21.4/download -> once_cell-1.21.4.crate https://crates.io/api/v1/crates/once_cell_polyfill/1.70.2/download -> once_cell_polyfill-1.70.2.crate https://crates.io/api/v1/crates/openssl-probe/0.2.1/download -> openssl-probe-0.2.1.crate https://crates.io/api/v1/crates/option-ext/0.2.0/download -> option-ext-0.2.0.crate https://crates.io/api/v1/crates/percent-encoding/2.3.2/download -> percent-encoding-2.3.2.crate https://crates.io/api/v1/crates/pin-project-internal/1.1.11/download -> pin-project-internal-1.1.11.crate https://crates.io/api/v1/crates/pin-project-lite/0.2.17/download -> pin-project-lite-0.2.17.crate https://crates.io/api/v1/crates/pin-project/1.1.11/download -> pin-project-1.1.11.crate https://crates.io/api/v1/crates/pkg-config/0.3.33/download -> pkg-config-0.3.33.crate https://crates.io/api/v1/crates/plain/0.2.3/download -> plain-0.2.3.crate https://crates.io/api/v1/crates/portable-atomic/1.13.1/download -> portable-atomic-1.13.1.crate https://crates.io/api/v1/crates/potential_utf/0.1.5/download -> potential_utf-0.1.5.crate https://crates.io/api/v1/crates/ppv-lite86/0.2.21/download -> ppv-lite86-0.2.21.crate https://crates.io/api/v1/crates/prettyplease/0.2.37/download -> prettyplease-0.2.37.crate https://crates.io/api/v1/crates/proc-macro2/1.0.106/download -> proc-macro2-1.0.106.crate https://crates.io/api/v1/crates/quinn-proto/0.11.14/download -> quinn-proto-0.11.14.crate https://crates.io/api/v1/crates/quinn-udp/0.5.14/download -> quinn-udp-0.5.14.crate https://crates.io/api/v1/crates/quinn/0.11.9/download -> quinn-0.11.9.crate https://crates.io/api/v1/crates/quote/1.0.45/download -> quote-1.0.45.crate https://crates.io/api/v1/crates/r-efi/5.3.0/download -> r-efi-5.3.0.crate https://crates.io/api/v1/crates/r-efi/6.0.0/download -> r-efi-6.0.0.crate https://crates.io/api/v1/crates/rand/0.9.4/download -> rand-0.9.4.crate https://crates.io/api/v1/crates/rand_chacha/0.9.0/download -> rand_chacha-0.9.0.crate https://crates.io/api/v1/crates/rand_core/0.9.5/download -> rand_core-0.9.5.crate https://crates.io/api/v1/crates/redox_syscall/0.7.4/download -> redox_syscall-0.7.4.crate https://crates.io/api/v1/crates/redox_users/0.5.2/download -> redox_users-0.5.2.crate https://crates.io/api/v1/crates/regex-automata/0.4.14/download -> regex-automata-0.4.14.crate https://crates.io/api/v1/crates/regex-syntax/0.8.10/download -> regex-syntax-0.8.10.crate https://crates.io/api/v1/crates/regex/1.12.3/download -> regex-1.12.3.crate https://crates.io/api/v1/crates/reqwest/0.13.2/download -> reqwest-0.13.2.crate https://crates.io/api/v1/crates/ring/0.17.14/download -> ring-0.17.14.crate https://crates.io/api/v1/crates/ron/0.12.1/download -> ron-0.12.1.crate https://crates.io/api/v1/crates/rustc-hash/2.1.2/download -> rustc-hash-2.1.2.crate https://crates.io/api/v1/crates/rustix/1.1.4/download -> rustix-1.1.4.crate https://crates.io/api/v1/crates/rustls-native-certs/0.8.3/download -> rustls-native-certs-0.8.3.crate https://crates.io/api/v1/crates/rustls-pki-types/1.14.0/download -> rustls-pki-types-1.14.0.crate https://crates.io/api/v1/crates/rustls-platform-verifier-android/0.1.1/download -> rustls-platform-verifier-android-0.1.1.crate https://crates.io/api/v1/crates/rustls-platform-verifier/0.6.2/download -> rustls-platform-verifier-0.6.2.crate https://crates.io/api/v1/crates/rustls-webpki/0.103.13/download -> rustls-webpki-0.103.13.crate https://crates.io/api/v1/crates/rustls/0.23.38/download -> rustls-0.23.38.crate https://crates.io/api/v1/crates/rustversion/1.0.22/download -> rustversion-1.0.22.crate https://crates.io/api/v1/crates/same-file/1.0.6/download -> same-file-1.0.6.crate https://crates.io/api/v1/crates/schannel/0.1.29/download -> schannel-0.1.29.crate https://crates.io/api/v1/crates/security-framework-sys/2.17.0/download -> security-framework-sys-2.17.0.crate https://crates.io/api/v1/crates/security-framework/3.7.0/download -> security-framework-3.7.0.crate https://crates.io/api/v1/crates/semver/1.0.28/download -> semver-1.0.28.crate https://crates.io/api/v1/crates/serde/1.0.228/download -> serde-1.0.228.crate https://crates.io/api/v1/crates/serde_core/1.0.228/download -> serde_core-1.0.228.crate https://crates.io/api/v1/crates/serde_derive/1.0.228/download -> serde_derive-1.0.228.crate https://crates.io/api/v1/crates/serde_json/1.0.149/download -> serde_json-1.0.149.crate https://crates.io/api/v1/crates/sha2/0.11.0/download -> sha2-0.11.0.crate https://crates.io/api/v1/crates/shlex/1.3.0/download -> shlex-1.3.0.crate https://crates.io/api/v1/crates/simd-adler32/0.3.9/download -> simd-adler32-0.3.9.crate https://crates.io/api/v1/crates/slab/0.4.12/download -> slab-0.4.12.crate https://crates.io/api/v1/crates/smallvec/1.15.1/download -> smallvec-1.15.1.crate https://crates.io/api/v1/crates/socket2/0.6.3/download -> socket2-0.6.3.crate https://crates.io/api/v1/crates/stable_deref_trait/1.2.1/download -> stable_deref_trait-1.2.1.crate https://crates.io/api/v1/crates/strsim/0.11.1/download -> strsim-0.11.1.crate https://crates.io/api/v1/crates/subtle/2.6.1/download -> subtle-2.6.1.crate https://crates.io/api/v1/crates/syn/2.0.117/download -> syn-2.0.117.crate https://crates.io/api/v1/crates/sync_wrapper/1.0.2/download -> sync_wrapper-1.0.2.crate https://crates.io/api/v1/crates/synstructure/0.13.2/download -> synstructure-0.13.2.crate https://crates.io/api/v1/crates/tar/0.4.45/download -> tar-0.4.45.crate https://crates.io/api/v1/crates/tempfile/3.27.0/download -> tempfile-3.27.0.crate https://crates.io/api/v1/crates/termion/4.0.6/download -> termion-4.0.6.crate https://crates.io/api/v1/crates/thiserror-impl/1.0.69/download -> thiserror-impl-1.0.69.crate https://crates.io/api/v1/crates/thiserror-impl/2.0.18/download -> thiserror-impl-2.0.18.crate https://crates.io/api/v1/crates/thiserror/1.0.69/download -> thiserror-1.0.69.crate https://crates.io/api/v1/crates/thiserror/2.0.18/download -> thiserror-2.0.18.crate https://crates.io/api/v1/crates/tinystr/0.8.3/download -> tinystr-0.8.3.crate https://crates.io/api/v1/crates/tinyvec/1.11.0/download -> tinyvec-1.11.0.crate https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download -> tinyvec_macros-0.1.1.crate https://crates.io/api/v1/crates/tokio-macros/2.7.0/download -> tokio-macros-2.7.0.crate https://crates.io/api/v1/crates/tokio-rustls/0.26.4/download -> tokio-rustls-0.26.4.crate https://crates.io/api/v1/crates/tokio-stream/0.1.18/download -> tokio-stream-0.1.18.crate https://crates.io/api/v1/crates/tokio-util/0.7.18/download -> tokio-util-0.7.18.crate https://crates.io/api/v1/crates/tokio/1.52.1/download -> tokio-1.52.1.crate https://crates.io/api/v1/crates/tower-http/0.6.8/download -> tower-http-0.6.8.crate https://crates.io/api/v1/crates/tower-layer/0.3.3/download -> tower-layer-0.3.3.crate https://crates.io/api/v1/crates/tower-service/0.3.3/download -> tower-service-0.3.3.crate https://crates.io/api/v1/crates/tower/0.5.3/download -> tower-0.5.3.crate https://crates.io/api/v1/crates/tracing-core/0.1.36/download -> tracing-core-0.1.36.crate https://crates.io/api/v1/crates/tracing/0.1.44/download -> tracing-0.1.44.crate https://crates.io/api/v1/crates/try-lock/0.2.5/download -> try-lock-0.2.5.crate https://crates.io/api/v1/crates/typeid/1.0.3/download -> typeid-1.0.3.crate https://crates.io/api/v1/crates/typenum/1.20.0/download -> typenum-1.20.0.crate https://crates.io/api/v1/crates/unicode-ident/1.0.24/download -> unicode-ident-1.0.24.crate https://crates.io/api/v1/crates/unicode-segmentation/1.13.2/download -> unicode-segmentation-1.13.2.crate https://crates.io/api/v1/crates/unicode-width/0.2.2/download -> unicode-width-0.2.2.crate https://crates.io/api/v1/crates/unicode-xid/0.2.6/download -> unicode-xid-0.2.6.crate https://crates.io/api/v1/crates/unit-prefix/0.5.2/download -> unit-prefix-0.5.2.crate https://crates.io/api/v1/crates/untrusted/0.9.0/download -> untrusted-0.9.0.crate https://crates.io/api/v1/crates/url/2.5.8/download -> url-2.5.8.crate https://crates.io/api/v1/crates/utf8_iter/1.0.4/download -> utf8_iter-1.0.4.crate https://crates.io/api/v1/crates/utf8parse/0.2.2/download -> utf8parse-0.2.2.crate https://crates.io/api/v1/crates/walkdir/2.5.0/download -> walkdir-2.5.0.crate https://crates.io/api/v1/crates/want/0.3.1/download -> want-0.3.1.crate https://crates.io/api/v1/crates/wasi/0.11.1+wasi-snapshot-preview1/download -> wasi-0.11.1+wasi-snapshot-preview1.crate https://crates.io/api/v1/crates/wasip2/1.0.3+wasi-0.2.9/download -> wasip2-1.0.3+wasi-0.2.9.crate https://crates.io/api/v1/crates/wasip3/0.4.0+wasi-0.3.0-rc-2026-01-06/download -> wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06.crate https://crates.io/api/v1/crates/wasm-bindgen-futures/0.4.68/download -> wasm-bindgen-futures-0.4.68.crate https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.118/download -> wasm-bindgen-macro-support-0.2.118.crate https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.118/download -> wasm-bindgen-macro-0.2.118.crate https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.118/download -> wasm-bindgen-shared-0.2.118.crate https://crates.io/api/v1/crates/wasm-bindgen/0.2.118/download -> wasm-bindgen-0.2.118.crate https://crates.io/api/v1/crates/wasm-encoder/0.244.0/download -> wasm-encoder-0.244.0.crate https://crates.io/api/v1/crates/wasm-metadata/0.244.0/download -> wasm-metadata-0.244.0.crate https://crates.io/api/v1/crates/wasm-streams/0.5.0/download -> wasm-streams-0.5.0.crate https://crates.io/api/v1/crates/wasmparser/0.244.0/download -> wasmparser-0.244.0.crate https://crates.io/api/v1/crates/web-sys/0.3.95/download -> web-sys-0.3.95.crate https://crates.io/api/v1/crates/web-time/1.1.0/download -> web-time-1.1.0.crate https://crates.io/api/v1/crates/webpki-root-certs/1.0.7/download -> webpki-root-certs-1.0.7.crate https://crates.io/api/v1/crates/winapi-util/0.1.11/download -> winapi-util-0.1.11.crate https://crates.io/api/v1/crates/windows-link/0.2.1/download -> windows-link-0.2.1.crate https://crates.io/api/v1/crates/windows-sys/0.45.0/download -> windows-sys-0.45.0.crate https://crates.io/api/v1/crates/windows-sys/0.52.0/download -> windows-sys-0.52.0.crate https://crates.io/api/v1/crates/windows-sys/0.59.0/download -> windows-sys-0.59.0.crate https://crates.io/api/v1/crates/windows-sys/0.60.2/download -> windows-sys-0.60.2.crate https://crates.io/api/v1/crates/windows-sys/0.61.2/download -> windows-sys-0.61.2.crate https://crates.io/api/v1/crates/windows-targets/0.42.2/download -> windows-targets-0.42.2.crate https://crates.io/api/v1/crates/windows-targets/0.52.6/download -> windows-targets-0.52.6.crate https://crates.io/api/v1/crates/windows-targets/0.53.5/download -> windows-targets-0.53.5.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.42.2/download -> windows_aarch64_gnullvm-0.42.2.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.6/download -> windows_aarch64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.53.1/download -> windows_aarch64_gnullvm-0.53.1.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.42.2/download -> windows_aarch64_msvc-0.42.2.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.6/download -> windows_aarch64_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.53.1/download -> windows_aarch64_msvc-0.53.1.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.42.2/download -> windows_i686_gnu-0.42.2.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.52.6/download -> windows_i686_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.53.1/download -> windows_i686_gnu-0.53.1.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.52.6/download -> windows_i686_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.53.1/download -> windows_i686_gnullvm-0.53.1.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.42.2/download -> windows_i686_msvc-0.42.2.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.52.6/download -> windows_i686_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.53.1/download -> windows_i686_msvc-0.53.1.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.42.2/download -> windows_x86_64_gnu-0.42.2.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.6/download -> windows_x86_64_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.53.1/download -> windows_x86_64_gnu-0.53.1.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.42.2/download -> windows_x86_64_gnullvm-0.42.2.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.6/download -> windows_x86_64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.53.1/download -> windows_x86_64_gnullvm-0.53.1.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.42.2/download -> windows_x86_64_msvc-0.42.2.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.6/download -> windows_x86_64_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.53.1/download -> windows_x86_64_msvc-0.53.1.crate https://crates.io/api/v1/crates/wiremock/0.6.5/download -> wiremock-0.6.5.crate https://crates.io/api/v1/crates/wit-bindgen-core/0.51.0/download -> wit-bindgen-core-0.51.0.crate https://crates.io/api/v1/crates/wit-bindgen-rust-macro/0.51.0/download -> wit-bindgen-rust-macro-0.51.0.crate https://crates.io/api/v1/crates/wit-bindgen-rust/0.51.0/download -> wit-bindgen-rust-0.51.0.crate https://crates.io/api/v1/crates/wit-bindgen/0.51.0/download -> wit-bindgen-0.51.0.crate https://crates.io/api/v1/crates/wit-bindgen/0.57.1/download -> wit-bindgen-0.57.1.crate https://crates.io/api/v1/crates/wit-component/0.244.0/download -> wit-component-0.244.0.crate https://crates.io/api/v1/crates/wit-parser/0.244.0/download -> wit-parser-0.244.0.crate https://crates.io/api/v1/crates/writeable/0.6.3/download -> writeable-0.6.3.crate https://crates.io/api/v1/crates/xattr/1.6.1/download -> xattr-1.6.1.crate https://crates.io/api/v1/crates/yoke-derive/0.8.2/download -> yoke-derive-0.8.2.crate https://crates.io/api/v1/crates/yoke/0.8.2/download -> yoke-0.8.2.crate https://crates.io/api/v1/crates/zerocopy-derive/0.8.48/download -> zerocopy-derive-0.8.48.crate https://crates.io/api/v1/crates/zerocopy/0.8.48/download -> zerocopy-0.8.48.crate https://crates.io/api/v1/crates/zerofrom-derive/0.1.7/download -> zerofrom-derive-0.1.7.crate https://crates.io/api/v1/crates/zerofrom/0.1.7/download -> zerofrom-0.1.7.crate https://crates.io/api/v1/crates/zeroize/1.8.2/download -> zeroize-1.8.2.crate https://crates.io/api/v1/crates/zerotrie/0.2.4/download -> zerotrie-0.2.4.crate https://crates.io/api/v1/crates/zerovec-derive/0.11.3/download -> zerovec-derive-0.11.3.crate https://crates.io/api/v1/crates/zerovec/0.11.6/download -> zerovec-0.11.6.crate https://crates.io/api/v1/crates/zmij/1.0.21/download -> zmij-1.0.21.crate https://crates.io/api/v1/crates/zstd-safe/7.2.4/download -> zstd-safe-7.2.4.crate https://crates.io/api/v1/crates/zstd-sys/2.0.16+zstd.1.5.7/download -> zstd-sys-2.0.16+zstd.1.5.7.crate https://crates.io/api/v1/crates/zstd/0.13.3/download -> zstd-0.13.3.crate https://github.com/auyer/Protonup-rs/archive/v0.12.0.tar.gz -> protonup-rs-0.12.0.tar.gz _eclasses_=cargo 53bab5a62cfc3526d8ed02c0a38a6033 flag-o-matic fd3558f73f6503093adee69adf41020d llvm-r2 8bc46809768366b4239eab39335419bc llvm-utils e7edb4086e31c8537574b263d899f826 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=62e2fbf3572b0c762f65e3149939bdf4 +_md5_=ab7a12b4f611b39c3ffd0cde0143b795 diff --git a/metadata/md5-cache/games-util/protonup-rs-0.12.1 b/metadata/md5-cache/games-util/protonup-rs-0.12.1 new file mode 100644 index 000000000000..51029278e39a --- /dev/null +++ b/metadata/md5-cache/games-util/protonup-rs-0.12.1 @@ -0,0 +1,16 @@ +BDEPEND=|| ( >=dev-lang/rust-bin-1.87.0:* >=dev-lang/rust-1.87.0:* ) +DEFINED_PHASES=compile configure install setup test unpack +DEPEND=>=app-arch/zstd-1.5.7 llvm_slot_22? ( llvm-core/clang:22 ) +DESCRIPTION=TUI Program for Custom Proton Download and installation written in rust +EAPI=8 +HOMEPAGE=https://github.com/auyer/Protonup-rs +INHERIT=llvm-r2 cargo +IUSE=+llvm_slot_22 debug +KEYWORDS=~amd64 +LICENSE=GPL-3 Apache-2.0 BSD CDLA-Permissive-2.0 ISC MIT MPL-2.0 UoI-NCSA Unicode-3.0 ZLIB +REQUIRED_USE=^^ ( llvm_slot_22 ) +RESTRICT=mirror +SLOT=0 +SRC_URI=https://crates.io/api/v1/crates/adler2/2.0.1/download -> adler2-2.0.1.crate https://crates.io/api/v1/crates/aho-corasick/1.1.4/download -> aho-corasick-1.1.4.crate https://crates.io/api/v1/crates/anstream/1.0.0/download -> anstream-1.0.0.crate https://crates.io/api/v1/crates/anstyle-parse/1.0.0/download -> anstyle-parse-1.0.0.crate https://crates.io/api/v1/crates/anstyle-query/1.1.5/download -> anstyle-query-1.1.5.crate https://crates.io/api/v1/crates/anstyle-wincon/3.0.11/download -> anstyle-wincon-3.0.11.crate https://crates.io/api/v1/crates/anstyle/1.0.14/download -> anstyle-1.0.14.crate https://crates.io/api/v1/crates/anyhow/1.0.102/download -> anyhow-1.0.102.crate https://crates.io/api/v1/crates/arbitrary/1.4.2/download -> arbitrary-1.4.2.crate https://crates.io/api/v1/crates/arcstr/1.2.0/download -> arcstr-1.2.0.crate https://crates.io/api/v1/crates/assert-json-diff/2.0.2/download -> assert-json-diff-2.0.2.crate https://crates.io/api/v1/crates/astral-tokio-tar/0.6.0/download -> astral-tokio-tar-0.6.0.crate https://crates.io/api/v1/crates/astral-tokio-tar/0.6.1/download -> astral-tokio-tar-0.6.1.crate https://crates.io/api/v1/crates/async-compression/0.4.41/download -> async-compression-0.4.41.crate https://crates.io/api/v1/crates/async-compression/0.4.42/download -> async-compression-0.4.42.crate https://crates.io/api/v1/crates/atomic-waker/1.1.2/download -> atomic-waker-1.1.2.crate https://crates.io/api/v1/crates/aws-lc-rs/1.16.3/download -> aws-lc-rs-1.16.3.crate https://crates.io/api/v1/crates/aws-lc-sys/0.40.0/download -> aws-lc-sys-0.40.0.crate https://crates.io/api/v1/crates/base64/0.22.1/download -> base64-0.22.1.crate https://crates.io/api/v1/crates/bitflags/2.11.1/download -> bitflags-2.11.1.crate https://crates.io/api/v1/crates/block-buffer/0.12.0/download -> block-buffer-0.12.0.crate https://crates.io/api/v1/crates/bumpalo/3.20.2/download -> bumpalo-3.20.2.crate https://crates.io/api/v1/crates/bytes/1.11.1/download -> bytes-1.11.1.crate https://crates.io/api/v1/crates/cc/1.2.60/download -> cc-1.2.60.crate https://crates.io/api/v1/crates/cc/1.2.61/download -> cc-1.2.61.crate https://crates.io/api/v1/crates/cesu8/1.1.0/download -> cesu8-1.1.0.crate https://crates.io/api/v1/crates/cfg-if/1.0.4/download -> cfg-if-1.0.4.crate https://crates.io/api/v1/crates/cfg_aliases/0.2.1/download -> cfg_aliases-0.2.1.crate https://crates.io/api/v1/crates/clap/4.6.1/download -> clap-4.6.1.crate https://crates.io/api/v1/crates/clap_builder/4.6.0/download -> clap_builder-4.6.0.crate https://crates.io/api/v1/crates/clap_derive/4.6.1/download -> clap_derive-4.6.1.crate https://crates.io/api/v1/crates/clap_lex/1.1.0/download -> clap_lex-1.1.0.crate https://crates.io/api/v1/crates/cmake/0.1.58/download -> cmake-0.1.58.crate https://crates.io/api/v1/crates/colorchoice/1.0.5/download -> colorchoice-1.0.5.crate https://crates.io/api/v1/crates/combine/4.6.7/download -> combine-4.6.7.crate https://crates.io/api/v1/crates/compression-codecs/0.4.37/download -> compression-codecs-0.4.37.crate https://crates.io/api/v1/crates/compression-codecs/0.4.38/download -> compression-codecs-0.4.38.crate https://crates.io/api/v1/crates/compression-core/0.4.31/download -> compression-core-0.4.31.crate https://crates.io/api/v1/crates/compression-core/0.4.32/download -> compression-core-0.4.32.crate https://crates.io/api/v1/crates/console/0.16.3/download -> console-0.16.3.crate https://crates.io/api/v1/crates/const-oid/0.10.2/download -> const-oid-0.10.2.crate https://crates.io/api/v1/crates/core-foundation-sys/0.8.7/download -> core-foundation-sys-0.8.7.crate https://crates.io/api/v1/crates/core-foundation/0.10.1/download -> core-foundation-0.10.1.crate https://crates.io/api/v1/crates/cpufeatures/0.3.0/download -> cpufeatures-0.3.0.crate https://crates.io/api/v1/crates/crc32fast/1.5.0/download -> crc32fast-1.5.0.crate https://crates.io/api/v1/crates/crypto-common/0.2.1/download -> crypto-common-0.2.1.crate https://crates.io/api/v1/crates/deadpool-runtime/0.1.4/download -> deadpool-runtime-0.1.4.crate https://crates.io/api/v1/crates/deadpool/0.12.3/download -> deadpool-0.12.3.crate https://crates.io/api/v1/crates/digest/0.11.2/download -> digest-0.11.2.crate https://crates.io/api/v1/crates/dirs-sys/0.5.0/download -> dirs-sys-0.5.0.crate https://crates.io/api/v1/crates/dirs/6.0.0/download -> dirs-6.0.0.crate https://crates.io/api/v1/crates/displaydoc/0.2.5/download -> displaydoc-0.2.5.crate https://crates.io/api/v1/crates/dunce/1.0.5/download -> dunce-1.0.5.crate https://crates.io/api/v1/crates/dyn-clone/1.0.20/download -> dyn-clone-1.0.20.crate https://crates.io/api/v1/crates/encode_unicode/1.0.0/download -> encode_unicode-1.0.0.crate https://crates.io/api/v1/crates/equivalent/1.0.2/download -> equivalent-1.0.2.crate https://crates.io/api/v1/crates/errno/0.3.14/download -> errno-0.3.14.crate https://crates.io/api/v1/crates/fastrand/2.4.1/download -> fastrand-2.4.1.crate https://crates.io/api/v1/crates/filetime/0.2.27/download -> filetime-0.2.27.crate https://crates.io/api/v1/crates/find-msvc-tools/0.1.9/download -> find-msvc-tools-0.1.9.crate https://crates.io/api/v1/crates/flate2/1.1.9/download -> flate2-1.1.9.crate https://crates.io/api/v1/crates/fnv/1.0.7/download -> fnv-1.0.7.crate https://crates.io/api/v1/crates/foldhash/0.1.5/download -> foldhash-0.1.5.crate https://crates.io/api/v1/crates/form_urlencoded/1.2.2/download -> form_urlencoded-1.2.2.crate https://crates.io/api/v1/crates/fs4/0.13.1/download -> fs4-0.13.1.crate https://crates.io/api/v1/crates/fs_extra/1.3.0/download -> fs_extra-1.3.0.crate https://crates.io/api/v1/crates/futures-channel/0.3.32/download -> futures-channel-0.3.32.crate https://crates.io/api/v1/crates/futures-core/0.3.32/download -> futures-core-0.3.32.crate https://crates.io/api/v1/crates/futures-executor/0.3.32/download -> futures-executor-0.3.32.crate https://crates.io/api/v1/crates/futures-io/0.3.32/download -> futures-io-0.3.32.crate https://crates.io/api/v1/crates/futures-macro/0.3.32/download -> futures-macro-0.3.32.crate https://crates.io/api/v1/crates/futures-sink/0.3.32/download -> futures-sink-0.3.32.crate https://crates.io/api/v1/crates/futures-task/0.3.32/download -> futures-task-0.3.32.crate https://crates.io/api/v1/crates/futures-util/0.3.32/download -> futures-util-0.3.32.crate https://crates.io/api/v1/crates/futures/0.3.32/download -> futures-0.3.32.crate https://crates.io/api/v1/crates/getrandom/0.2.17/download -> getrandom-0.2.17.crate https://crates.io/api/v1/crates/getrandom/0.3.4/download -> getrandom-0.3.4.crate https://crates.io/api/v1/crates/getrandom/0.4.2/download -> getrandom-0.4.2.crate https://crates.io/api/v1/crates/h2/0.4.13/download -> h2-0.4.13.crate https://crates.io/api/v1/crates/hashbrown/0.15.5/download -> hashbrown-0.15.5.crate https://crates.io/api/v1/crates/hashbrown/0.17.0/download -> hashbrown-0.17.0.crate https://crates.io/api/v1/crates/heck/0.5.0/download -> heck-0.5.0.crate https://crates.io/api/v1/crates/hermit-abi/0.5.2/download -> hermit-abi-0.5.2.crate https://crates.io/api/v1/crates/hex-literal/1.1.0/download -> hex-literal-1.1.0.crate https://crates.io/api/v1/crates/hex/0.4.3/download -> hex-0.4.3.crate https://crates.io/api/v1/crates/http-body-util/0.1.3/download -> http-body-util-0.1.3.crate https://crates.io/api/v1/crates/http-body/1.0.1/download -> http-body-1.0.1.crate https://crates.io/api/v1/crates/http/1.4.0/download -> http-1.4.0.crate https://crates.io/api/v1/crates/httparse/1.10.1/download -> httparse-1.10.1.crate https://crates.io/api/v1/crates/httpdate/1.0.3/download -> httpdate-1.0.3.crate https://crates.io/api/v1/crates/hybrid-array/0.4.10/download -> hybrid-array-0.4.10.crate https://crates.io/api/v1/crates/hybrid-array/0.4.11/download -> hybrid-array-0.4.11.crate https://crates.io/api/v1/crates/hyper-rustls/0.27.9/download -> hyper-rustls-0.27.9.crate https://crates.io/api/v1/crates/hyper-util/0.1.20/download -> hyper-util-0.1.20.crate https://crates.io/api/v1/crates/hyper/1.9.0/download -> hyper-1.9.0.crate https://crates.io/api/v1/crates/icu_collections/2.2.0/download -> icu_collections-2.2.0.crate https://crates.io/api/v1/crates/icu_locale_core/2.2.0/download -> icu_locale_core-2.2.0.crate https://crates.io/api/v1/crates/icu_normalizer/2.2.0/download -> icu_normalizer-2.2.0.crate https://crates.io/api/v1/crates/icu_normalizer_data/2.2.0/download -> icu_normalizer_data-2.2.0.crate https://crates.io/api/v1/crates/icu_properties/2.2.0/download -> icu_properties-2.2.0.crate https://crates.io/api/v1/crates/icu_properties_data/2.2.0/download -> icu_properties_data-2.2.0.crate https://crates.io/api/v1/crates/icu_provider/2.2.0/download -> icu_provider-2.2.0.crate https://crates.io/api/v1/crates/id-arena/2.3.0/download -> id-arena-2.3.0.crate https://crates.io/api/v1/crates/idna/1.1.0/download -> idna-1.1.0.crate https://crates.io/api/v1/crates/idna_adapter/1.2.1/download -> idna_adapter-1.2.1.crate https://crates.io/api/v1/crates/idna_adapter/1.2.2/download -> idna_adapter-1.2.2.crate https://crates.io/api/v1/crates/indexmap/2.14.0/download -> indexmap-2.14.0.crate https://crates.io/api/v1/crates/indicatif/0.18.4/download -> indicatif-0.18.4.crate https://crates.io/api/v1/crates/inquire/0.9.4/download -> inquire-0.9.4.crate https://crates.io/api/v1/crates/ipnet/2.12.0/download -> ipnet-2.12.0.crate https://crates.io/api/v1/crates/iri-string/0.7.12/download -> iri-string-0.7.12.crate https://crates.io/api/v1/crates/is_terminal_polyfill/1.70.2/download -> is_terminal_polyfill-1.70.2.crate https://crates.io/api/v1/crates/itoa/1.0.18/download -> itoa-1.0.18.crate https://crates.io/api/v1/crates/jni-macros/0.22.4/download -> jni-macros-0.22.4.crate https://crates.io/api/v1/crates/jni-sys-macros/0.4.1/download -> jni-sys-macros-0.4.1.crate https://crates.io/api/v1/crates/jni-sys/0.3.1/download -> jni-sys-0.3.1.crate https://crates.io/api/v1/crates/jni-sys/0.4.1/download -> jni-sys-0.4.1.crate https://crates.io/api/v1/crates/jni/0.21.1/download -> jni-0.21.1.crate https://crates.io/api/v1/crates/jni/0.22.4/download -> jni-0.22.4.crate https://crates.io/api/v1/crates/jobserver/0.1.34/download -> jobserver-0.1.34.crate https://crates.io/api/v1/crates/js-sys/0.3.95/download -> js-sys-0.3.95.crate https://crates.io/api/v1/crates/lazy_static/1.5.0/download -> lazy_static-1.5.0.crate https://crates.io/api/v1/crates/leb128fmt/0.1.0/download -> leb128fmt-0.1.0.crate https://crates.io/api/v1/crates/libc/0.2.185/download -> libc-0.2.185.crate https://crates.io/api/v1/crates/libc/0.2.186/download -> libc-0.2.186.crate https://crates.io/api/v1/crates/libfuzzer-sys/0.4.12/download -> libfuzzer-sys-0.4.12.crate https://crates.io/api/v1/crates/liblzma-sys/0.4.6/download -> liblzma-sys-0.4.6.crate https://crates.io/api/v1/crates/liblzma/0.4.6/download -> liblzma-0.4.6.crate https://crates.io/api/v1/crates/libredox/0.1.16/download -> libredox-0.1.16.crate https://crates.io/api/v1/crates/linux-raw-sys/0.12.1/download -> linux-raw-sys-0.12.1.crate https://crates.io/api/v1/crates/litemap/0.8.2/download -> litemap-0.8.2.crate https://crates.io/api/v1/crates/log/0.4.29/download -> log-0.4.29.crate https://crates.io/api/v1/crates/lru-slab/0.1.2/download -> lru-slab-0.1.2.crate https://crates.io/api/v1/crates/memchr/2.8.0/download -> memchr-2.8.0.crate https://crates.io/api/v1/crates/miniz_oxide/0.8.9/download -> miniz_oxide-0.8.9.crate https://crates.io/api/v1/crates/mio/1.2.0/download -> mio-1.2.0.crate https://crates.io/api/v1/crates/num_cpus/1.17.0/download -> num_cpus-1.17.0.crate https://crates.io/api/v1/crates/numtoa/0.2.4/download -> numtoa-0.2.4.crate https://crates.io/api/v1/crates/once_cell/1.21.4/download -> once_cell-1.21.4.crate https://crates.io/api/v1/crates/once_cell_polyfill/1.70.2/download -> once_cell_polyfill-1.70.2.crate https://crates.io/api/v1/crates/openssl-probe/0.2.1/download -> openssl-probe-0.2.1.crate https://crates.io/api/v1/crates/option-ext/0.2.0/download -> option-ext-0.2.0.crate https://crates.io/api/v1/crates/percent-encoding/2.3.2/download -> percent-encoding-2.3.2.crate https://crates.io/api/v1/crates/pin-project-internal/1.1.11/download -> pin-project-internal-1.1.11.crate https://crates.io/api/v1/crates/pin-project-lite/0.2.17/download -> pin-project-lite-0.2.17.crate https://crates.io/api/v1/crates/pin-project/1.1.11/download -> pin-project-1.1.11.crate https://crates.io/api/v1/crates/pkg-config/0.3.33/download -> pkg-config-0.3.33.crate https://crates.io/api/v1/crates/plain/0.2.3/download -> plain-0.2.3.crate https://crates.io/api/v1/crates/portable-atomic/1.13.1/download -> portable-atomic-1.13.1.crate https://crates.io/api/v1/crates/potential_utf/0.1.5/download -> potential_utf-0.1.5.crate https://crates.io/api/v1/crates/ppv-lite86/0.2.21/download -> ppv-lite86-0.2.21.crate https://crates.io/api/v1/crates/prettyplease/0.2.37/download -> prettyplease-0.2.37.crate https://crates.io/api/v1/crates/proc-macro2/1.0.106/download -> proc-macro2-1.0.106.crate https://crates.io/api/v1/crates/quinn-proto/0.11.14/download -> quinn-proto-0.11.14.crate https://crates.io/api/v1/crates/quinn-udp/0.5.14/download -> quinn-udp-0.5.14.crate https://crates.io/api/v1/crates/quinn/0.11.9/download -> quinn-0.11.9.crate https://crates.io/api/v1/crates/quote/1.0.45/download -> quote-1.0.45.crate https://crates.io/api/v1/crates/r-efi/5.3.0/download -> r-efi-5.3.0.crate https://crates.io/api/v1/crates/r-efi/6.0.0/download -> r-efi-6.0.0.crate https://crates.io/api/v1/crates/rand/0.9.4/download -> rand-0.9.4.crate https://crates.io/api/v1/crates/rand_chacha/0.9.0/download -> rand_chacha-0.9.0.crate https://crates.io/api/v1/crates/rand_core/0.9.5/download -> rand_core-0.9.5.crate https://crates.io/api/v1/crates/redox_syscall/0.7.4/download -> redox_syscall-0.7.4.crate https://crates.io/api/v1/crates/redox_users/0.5.2/download -> redox_users-0.5.2.crate https://crates.io/api/v1/crates/regex-automata/0.4.14/download -> regex-automata-0.4.14.crate https://crates.io/api/v1/crates/regex-syntax/0.8.10/download -> regex-syntax-0.8.10.crate https://crates.io/api/v1/crates/regex/1.12.3/download -> regex-1.12.3.crate https://crates.io/api/v1/crates/reqwest/0.13.2/download -> reqwest-0.13.2.crate https://crates.io/api/v1/crates/reqwest/0.13.3/download -> reqwest-0.13.3.crate https://crates.io/api/v1/crates/ring/0.17.14/download -> ring-0.17.14.crate https://crates.io/api/v1/crates/ron/0.12.1/download -> ron-0.12.1.crate https://crates.io/api/v1/crates/rustc-hash/2.1.2/download -> rustc-hash-2.1.2.crate https://crates.io/api/v1/crates/rustc_version/0.4.1/download -> rustc_version-0.4.1.crate https://crates.io/api/v1/crates/rustix/1.1.4/download -> rustix-1.1.4.crate https://crates.io/api/v1/crates/rustls-native-certs/0.8.3/download -> rustls-native-certs-0.8.3.crate https://crates.io/api/v1/crates/rustls-pki-types/1.14.0/download -> rustls-pki-types-1.14.0.crate https://crates.io/api/v1/crates/rustls-pki-types/1.14.1/download -> rustls-pki-types-1.14.1.crate https://crates.io/api/v1/crates/rustls-platform-verifier-android/0.1.1/download -> rustls-platform-verifier-android-0.1.1.crate https://crates.io/api/v1/crates/rustls-platform-verifier/0.6.2/download -> rustls-platform-verifier-0.6.2.crate https://crates.io/api/v1/crates/rustls-platform-verifier/0.7.0/download -> rustls-platform-verifier-0.7.0.crate https://crates.io/api/v1/crates/rustls-webpki/0.103.13/download -> rustls-webpki-0.103.13.crate https://crates.io/api/v1/crates/rustls/0.23.38/download -> rustls-0.23.38.crate https://crates.io/api/v1/crates/rustls/0.23.39/download -> rustls-0.23.39.crate https://crates.io/api/v1/crates/rustversion/1.0.22/download -> rustversion-1.0.22.crate https://crates.io/api/v1/crates/same-file/1.0.6/download -> same-file-1.0.6.crate https://crates.io/api/v1/crates/schannel/0.1.29/download -> schannel-0.1.29.crate https://crates.io/api/v1/crates/security-framework-sys/2.17.0/download -> security-framework-sys-2.17.0.crate https://crates.io/api/v1/crates/security-framework/3.7.0/download -> security-framework-3.7.0.crate https://crates.io/api/v1/crates/semver/1.0.28/download -> semver-1.0.28.crate https://crates.io/api/v1/crates/serde/1.0.228/download -> serde-1.0.228.crate https://crates.io/api/v1/crates/serde_core/1.0.228/download -> serde_core-1.0.228.crate https://crates.io/api/v1/crates/serde_derive/1.0.228/download -> serde_derive-1.0.228.crate https://crates.io/api/v1/crates/serde_json/1.0.149/download -> serde_json-1.0.149.crate https://crates.io/api/v1/crates/sha2/0.11.0/download -> sha2-0.11.0.crate https://crates.io/api/v1/crates/shlex/1.3.0/download -> shlex-1.3.0.crate https://crates.io/api/v1/crates/simd-adler32/0.3.9/download -> simd-adler32-0.3.9.crate https://crates.io/api/v1/crates/simd_cesu8/1.1.1/download -> simd_cesu8-1.1.1.crate https://crates.io/api/v1/crates/simdutf8/0.1.5/download -> simdutf8-0.1.5.crate https://crates.io/api/v1/crates/slab/0.4.12/download -> slab-0.4.12.crate https://crates.io/api/v1/crates/smallvec/1.15.1/download -> smallvec-1.15.1.crate https://crates.io/api/v1/crates/socket2/0.6.3/download -> socket2-0.6.3.crate https://crates.io/api/v1/crates/stable_deref_trait/1.2.1/download -> stable_deref_trait-1.2.1.crate https://crates.io/api/v1/crates/strsim/0.11.1/download -> strsim-0.11.1.crate https://crates.io/api/v1/crates/subtle/2.6.1/download -> subtle-2.6.1.crate https://crates.io/api/v1/crates/syn/2.0.117/download -> syn-2.0.117.crate https://crates.io/api/v1/crates/sync_wrapper/1.0.2/download -> sync_wrapper-1.0.2.crate https://crates.io/api/v1/crates/synstructure/0.13.2/download -> synstructure-0.13.2.crate https://crates.io/api/v1/crates/tar/0.4.45/download -> tar-0.4.45.crate https://crates.io/api/v1/crates/tempfile/3.27.0/download -> tempfile-3.27.0.crate https://crates.io/api/v1/crates/termion/4.0.6/download -> termion-4.0.6.crate https://crates.io/api/v1/crates/thiserror-impl/1.0.69/download -> thiserror-impl-1.0.69.crate https://crates.io/api/v1/crates/thiserror-impl/2.0.18/download -> thiserror-impl-2.0.18.crate https://crates.io/api/v1/crates/thiserror/1.0.69/download -> thiserror-1.0.69.crate https://crates.io/api/v1/crates/thiserror/2.0.18/download -> thiserror-2.0.18.crate https://crates.io/api/v1/crates/tinystr/0.8.3/download -> tinystr-0.8.3.crate https://crates.io/api/v1/crates/tinyvec/1.11.0/download -> tinyvec-1.11.0.crate https://crates.io/api/v1/crates/tinyvec_macros/0.1.1/download -> tinyvec_macros-0.1.1.crate https://crates.io/api/v1/crates/tokio-macros/2.7.0/download -> tokio-macros-2.7.0.crate https://crates.io/api/v1/crates/tokio-rustls/0.26.4/download -> tokio-rustls-0.26.4.crate https://crates.io/api/v1/crates/tokio-stream/0.1.18/download -> tokio-stream-0.1.18.crate https://crates.io/api/v1/crates/tokio-util/0.7.18/download -> tokio-util-0.7.18.crate https://crates.io/api/v1/crates/tokio/1.52.1/download -> tokio-1.52.1.crate https://crates.io/api/v1/crates/tower-http/0.6.8/download -> tower-http-0.6.8.crate https://crates.io/api/v1/crates/tower-layer/0.3.3/download -> tower-layer-0.3.3.crate https://crates.io/api/v1/crates/tower-service/0.3.3/download -> tower-service-0.3.3.crate https://crates.io/api/v1/crates/tower/0.5.3/download -> tower-0.5.3.crate https://crates.io/api/v1/crates/tracing-core/0.1.36/download -> tracing-core-0.1.36.crate https://crates.io/api/v1/crates/tracing/0.1.44/download -> tracing-0.1.44.crate https://crates.io/api/v1/crates/try-lock/0.2.5/download -> try-lock-0.2.5.crate https://crates.io/api/v1/crates/typeid/1.0.3/download -> typeid-1.0.3.crate https://crates.io/api/v1/crates/typenum/1.20.0/download -> typenum-1.20.0.crate https://crates.io/api/v1/crates/unicode-ident/1.0.24/download -> unicode-ident-1.0.24.crate https://crates.io/api/v1/crates/unicode-segmentation/1.13.2/download -> unicode-segmentation-1.13.2.crate https://crates.io/api/v1/crates/unicode-width/0.2.2/download -> unicode-width-0.2.2.crate https://crates.io/api/v1/crates/unicode-xid/0.2.6/download -> unicode-xid-0.2.6.crate https://crates.io/api/v1/crates/unit-prefix/0.5.2/download -> unit-prefix-0.5.2.crate https://crates.io/api/v1/crates/untrusted/0.9.0/download -> untrusted-0.9.0.crate https://crates.io/api/v1/crates/url/2.5.8/download -> url-2.5.8.crate https://crates.io/api/v1/crates/utf8_iter/1.0.4/download -> utf8_iter-1.0.4.crate https://crates.io/api/v1/crates/utf8parse/0.2.2/download -> utf8parse-0.2.2.crate https://crates.io/api/v1/crates/walkdir/2.5.0/download -> walkdir-2.5.0.crate https://crates.io/api/v1/crates/want/0.3.1/download -> want-0.3.1.crate https://crates.io/api/v1/crates/wasi/0.11.1+wasi-snapshot-preview1/download -> wasi-0.11.1+wasi-snapshot-preview1.crate https://crates.io/api/v1/crates/wasip2/1.0.3+wasi-0.2.9/download -> wasip2-1.0.3+wasi-0.2.9.crate https://crates.io/api/v1/crates/wasip3/0.4.0+wasi-0.3.0-rc-2026-01-06/download -> wasip3-0.4.0+wasi-0.3.0-rc-2026-01-06.crate https://crates.io/api/v1/crates/wasm-bindgen-futures/0.4.68/download -> wasm-bindgen-futures-0.4.68.crate https://crates.io/api/v1/crates/wasm-bindgen-macro-support/0.2.118/download -> wasm-bindgen-macro-support-0.2.118.crate https://crates.io/api/v1/crates/wasm-bindgen-macro/0.2.118/download -> wasm-bindgen-macro-0.2.118.crate https://crates.io/api/v1/crates/wasm-bindgen-shared/0.2.118/download -> wasm-bindgen-shared-0.2.118.crate https://crates.io/api/v1/crates/wasm-bindgen/0.2.118/download -> wasm-bindgen-0.2.118.crate https://crates.io/api/v1/crates/wasm-encoder/0.244.0/download -> wasm-encoder-0.244.0.crate https://crates.io/api/v1/crates/wasm-metadata/0.244.0/download -> wasm-metadata-0.244.0.crate https://crates.io/api/v1/crates/wasm-streams/0.5.0/download -> wasm-streams-0.5.0.crate https://crates.io/api/v1/crates/wasmparser/0.244.0/download -> wasmparser-0.244.0.crate https://crates.io/api/v1/crates/web-sys/0.3.95/download -> web-sys-0.3.95.crate https://crates.io/api/v1/crates/web-time/1.1.0/download -> web-time-1.1.0.crate https://crates.io/api/v1/crates/webpki-root-certs/1.0.7/download -> webpki-root-certs-1.0.7.crate https://crates.io/api/v1/crates/winapi-util/0.1.11/download -> winapi-util-0.1.11.crate https://crates.io/api/v1/crates/windows-link/0.2.1/download -> windows-link-0.2.1.crate https://crates.io/api/v1/crates/windows-sys/0.45.0/download -> windows-sys-0.45.0.crate https://crates.io/api/v1/crates/windows-sys/0.52.0/download -> windows-sys-0.52.0.crate https://crates.io/api/v1/crates/windows-sys/0.59.0/download -> windows-sys-0.59.0.crate https://crates.io/api/v1/crates/windows-sys/0.60.2/download -> windows-sys-0.60.2.crate https://crates.io/api/v1/crates/windows-sys/0.61.2/download -> windows-sys-0.61.2.crate https://crates.io/api/v1/crates/windows-targets/0.42.2/download -> windows-targets-0.42.2.crate https://crates.io/api/v1/crates/windows-targets/0.52.6/download -> windows-targets-0.52.6.crate https://crates.io/api/v1/crates/windows-targets/0.53.5/download -> windows-targets-0.53.5.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.42.2/download -> windows_aarch64_gnullvm-0.42.2.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.6/download -> windows_aarch64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.53.1/download -> windows_aarch64_gnullvm-0.53.1.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.42.2/download -> windows_aarch64_msvc-0.42.2.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.6/download -> windows_aarch64_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.53.1/download -> windows_aarch64_msvc-0.53.1.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.42.2/download -> windows_i686_gnu-0.42.2.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.52.6/download -> windows_i686_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.53.1/download -> windows_i686_gnu-0.53.1.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.52.6/download -> windows_i686_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.53.1/download -> windows_i686_gnullvm-0.53.1.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.42.2/download -> windows_i686_msvc-0.42.2.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.52.6/download -> windows_i686_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.53.1/download -> windows_i686_msvc-0.53.1.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.42.2/download -> windows_x86_64_gnu-0.42.2.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.6/download -> windows_x86_64_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.53.1/download -> windows_x86_64_gnu-0.53.1.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.42.2/download -> windows_x86_64_gnullvm-0.42.2.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.6/download -> windows_x86_64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.53.1/download -> windows_x86_64_gnullvm-0.53.1.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.42.2/download -> windows_x86_64_msvc-0.42.2.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.6/download -> windows_x86_64_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.53.1/download -> windows_x86_64_msvc-0.53.1.crate https://crates.io/api/v1/crates/wiremock/0.6.5/download -> wiremock-0.6.5.crate https://crates.io/api/v1/crates/wit-bindgen-core/0.51.0/download -> wit-bindgen-core-0.51.0.crate https://crates.io/api/v1/crates/wit-bindgen-rust-macro/0.51.0/download -> wit-bindgen-rust-macro-0.51.0.crate https://crates.io/api/v1/crates/wit-bindgen-rust/0.51.0/download -> wit-bindgen-rust-0.51.0.crate https://crates.io/api/v1/crates/wit-bindgen/0.51.0/download -> wit-bindgen-0.51.0.crate https://crates.io/api/v1/crates/wit-bindgen/0.57.1/download -> wit-bindgen-0.57.1.crate https://crates.io/api/v1/crates/wit-component/0.244.0/download -> wit-component-0.244.0.crate https://crates.io/api/v1/crates/wit-parser/0.244.0/download -> wit-parser-0.244.0.crate https://crates.io/api/v1/crates/writeable/0.6.3/download -> writeable-0.6.3.crate https://crates.io/api/v1/crates/xattr/1.6.1/download -> xattr-1.6.1.crate https://crates.io/api/v1/crates/yoke-derive/0.8.2/download -> yoke-derive-0.8.2.crate https://crates.io/api/v1/crates/yoke/0.8.2/download -> yoke-0.8.2.crate https://crates.io/api/v1/crates/zerocopy-derive/0.8.48/download -> zerocopy-derive-0.8.48.crate https://crates.io/api/v1/crates/zerocopy/0.8.48/download -> zerocopy-0.8.48.crate https://crates.io/api/v1/crates/zerofrom-derive/0.1.7/download -> zerofrom-derive-0.1.7.crate https://crates.io/api/v1/crates/zerofrom/0.1.7/download -> zerofrom-0.1.7.crate https://crates.io/api/v1/crates/zeroize/1.8.2/download -> zeroize-1.8.2.crate https://crates.io/api/v1/crates/zerotrie/0.2.4/download -> zerotrie-0.2.4.crate https://crates.io/api/v1/crates/zerovec-derive/0.11.3/download -> zerovec-derive-0.11.3.crate https://crates.io/api/v1/crates/zerovec/0.11.6/download -> zerovec-0.11.6.crate https://crates.io/api/v1/crates/zmij/1.0.21/download -> zmij-1.0.21.crate https://crates.io/api/v1/crates/zstd-safe/7.2.4/download -> zstd-safe-7.2.4.crate https://crates.io/api/v1/crates/zstd-sys/2.0.16+zstd.1.5.7/download -> zstd-sys-2.0.16+zstd.1.5.7.crate https://crates.io/api/v1/crates/zstd/0.13.3/download -> zstd-0.13.3.crate https://github.com/auyer/Protonup-rs/archive/v0.12.1.tar.gz -> protonup-rs-0.12.1.tar.gz +_eclasses_=cargo 53bab5a62cfc3526d8ed02c0a38a6033 flag-o-matic fd3558f73f6503093adee69adf41020d llvm-r2 8bc46809768366b4239eab39335419bc llvm-utils e7edb4086e31c8537574b263d899f826 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 +_md5_=300245d48914cf1355b65c5ea04c65c8 diff --git a/metadata/md5-cache/gui-apps/waylock-1.6.0 b/metadata/md5-cache/gui-apps/waylock-1.6.0 new file mode 100644 index 000000000000..8476a14fcc49 --- /dev/null +++ b/metadata/md5-cache/gui-apps/waylock-1.6.0 @@ -0,0 +1,14 @@ +BDEPEND=dev-libs/wayland-protocols dev-util/wayland-scanner || ( dev-lang/zig:0.16 dev-lang/zig-bin:0.16 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=dev-libs/wayland sys-libs/pam x11-libs/libxkbcommon[wayland] +DESCRIPTION=Small screenlocker for Wayland compositors +EAPI=8 +HOMEPAGE=https://isaacfreund.com/software/waylock/ https://codeberg.org/ifreund/waylock +INHERIT=zig +KEYWORDS=~amd64 ~arm64 +LICENSE=ISC MIT +RDEPEND=dev-libs/wayland sys-libs/pam x11-libs/libxkbcommon[wayland] +SLOT=0 +SRC_URI=https://codeberg.org/ifreund/waylock/releases/download/v1.6.0/waylock-1.6.0.tar.gz https://codeberg.org/ifreund/zig-wayland/archive/v0.6.0.tar.gz -> wayland-0.6.0-lQa1kqz8AQADQmdNJsNhLoNHcnEGEUjrOaPV-dtEnEmX.tar.gz https://codeberg.org/ifreund/zig-xkbcommon/archive/v0.3.0.tar.gz -> xkbcommon-0.3.0-VDqIe3K9AQB2fG5ZeRcMC9i7kfrp5m2rWgLrmdNn9azr.tar.gz +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic fd3558f73f6503093adee69adf41020d linux-info efd923656513c879204fec6638eadee5 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 zig bc77880e429bb8eb2e12dc7976914959 zig-utils 00d67f014030fe73cc2e0ba2f0984231 +_md5_=02b49bdcfae84c1bcb87af452c55435d diff --git a/metadata/md5-cache/gui-libs/libgedit-gfls-0.3.1 b/metadata/md5-cache/gui-libs/libgedit-gfls-0.3.1 index 342417eb3484..b2b4145b05ee 100644 --- a/metadata/md5-cache/gui-libs/libgedit-gfls-0.3.1 +++ b/metadata/md5-cache/gui-libs/libgedit-gfls-0.3.1 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://gitlab.gnome.org/World/gedit/libgedit-gfls INHERIT=meson virtualx IUSE=gtk-doc test -KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86 +KEYWORDS=amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86 LICENSE=LGPL-3+ RDEPEND=>=dev-libs/glib-2.78:2 >=x11-libs/gtk+-3.22:3[introspection] gnome-base/gsettings-desktop-schemas >=dev-libs/gobject-introspection-1.82.0-r2:= RESTRICT=!test? ( test ) !test? ( test ) SLOT=6/4 SRC_URI=https://gitlab.gnome.org/World/gedit/libgedit-gfls/-/archive/0.3.1/libgedit-gfls-0.3.1.tar.bz2 _eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d meson 12065b402c6d78a2aec926ed8dfd964f multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 virtualx 9741d451eb64ea8bb9faee90d68a9b68 -_md5_=d26ed43b7df4f0892d335dd86852a3d2 +_md5_=2bf8df877f0b231f21adee98d7d58e3c diff --git a/metadata/md5-cache/gui-libs/libgedit-gtksourceview-299.5.0 b/metadata/md5-cache/gui-libs/libgedit-gtksourceview-299.5.0 index 7ab95f36188e..a85b5b5fe14a 100644 --- a/metadata/md5-cache/gui-libs/libgedit-gtksourceview-299.5.0 +++ b/metadata/md5-cache/gui-libs/libgedit-gtksourceview-299.5.0 @@ -7,11 +7,11 @@ HOMEPAGE=https://gitlab.gnome.org/World/gedit/libgedit-gtksourceview IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info INHERIT=meson virtualx xdg IUSE=gtk-doc test test -KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 +KEYWORDS=~alpha amd64 ~arm arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 LICENSE=LGPL-2.1+ RDEPEND=>=dev-libs/glib-2.74:2 >=x11-libs/gtk+-3.20:3[introspection] >=dev-libs/libxml2-2.6:2= >=dev-libs/gobject-introspection-1.82.0-r2:= RESTRICT=!test? ( test ) SLOT=300 SRC_URI=https://gitlab.gnome.org/World/gedit/libgedit-gtksourceview/-/archive/299.5.0/libgedit-gtksourceview-299.5.0.tar.bz2 _eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d meson 12065b402c6d78a2aec926ed8dfd964f multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=7cf79aa69e9d16b3d9539f08603e2eb2 +_md5_=643efebc540eaff48cc2f74e4e36de5f diff --git a/metadata/md5-cache/gui-libs/libgedit-tepl-6.13.0 b/metadata/md5-cache/gui-libs/libgedit-tepl-6.13.0 index d6954be4575e..6a3c5ef3218e 100644 --- a/metadata/md5-cache/gui-libs/libgedit-tepl-6.13.0 +++ b/metadata/md5-cache/gui-libs/libgedit-tepl-6.13.0 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://gitlab.gnome.org/World/gedit/libgedit-tepl INHERIT=meson virtualx IUSE=gtk-doc test -KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86 +KEYWORDS=amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86 LICENSE=LGPL-3+ RDEPEND=!gui-libs/tepl >=dev-libs/glib-2.74:2 >=x11-libs/gtk+-3.22:3[introspection] >=gui-libs/libgedit-gtksourceview-299.5.0:300 >=gui-libs/libgedit-amtk-5.9:5=[introspection] >=gui-libs/libgedit-gfls-0.3 dev-libs/icu:= >=gnome-base/gsettings-desktop-schemas-42 >=gui-libs/libhandy-1.6:1 >=dev-libs/gobject-introspection-1.82.0-r2:= RESTRICT=!test? ( test ) !test? ( test ) SLOT=6/4 SRC_URI=https://gitlab.gnome.org/World/gedit/libgedit-tepl/-/archive/6.13.0/libgedit-tepl-6.13.0.tar.bz2 _eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d meson 12065b402c6d78a2aec926ed8dfd964f multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 virtualx 9741d451eb64ea8bb9faee90d68a9b68 -_md5_=5a944845e4dc9f7ede7b161e45ac0d76 +_md5_=3e22088280df269afd159159ca500dff diff --git a/metadata/md5-cache/gui-wm/river-0.4.5 b/metadata/md5-cache/gui-wm/river-0.4.5 new file mode 100644 index 000000000000..303a0682f459 --- /dev/null +++ b/metadata/md5-cache/gui-wm/river-0.4.5 @@ -0,0 +1,15 @@ +BDEPEND=dev-libs/wayland-protocols dev-util/wayland-scanner man? ( app-text/scdoc ) || ( dev-lang/zig:0.16[llvm(+)?] dev-lang/zig-bin:0.16 ) || ( dev-lang/zig:0.16 dev-lang/zig-bin:0.16 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install postinst prepare setup test unpack +DEPEND=dev-libs/libevdev dev-libs/libinput:= dev-libs/wayland gui-libs/wlroots:0.20[X?] x11-libs/libxkbcommon[wayland,X?] x11-libs/pixman +DESCRIPTION=A dynamic tiling Wayland compositor +EAPI=8 +HOMEPAGE=https://isaacfreund.com/software/river/ https://codeberg.org/river/river +INHERIT=eapi9-ver zig +IUSE=X +llvm man +KEYWORDS=~amd64 ~arm64 +LICENSE=GPL-3+ MIT +RDEPEND=dev-libs/libevdev dev-libs/libinput:= dev-libs/wayland gui-libs/wlroots:0.20[X?] x11-libs/libxkbcommon[wayland,X?] x11-libs/pixman +SLOT=0 +SRC_URI=https://codeberg.org/river/river/releases/download/v0.4.5/river-0.4.5.tar.gz https://codeberg.org/ifreund/zig-pixman/archive/v0.3.0.tar.gz -> pixman-0.3.0-LClMnz2VAAAs7QSCGwLimV5VUYx0JFnX5xWU6HwtMuDX.tar.gz https://codeberg.org/ifreund/zig-wayland/archive/v0.6.0.tar.gz -> wayland-0.6.0-lQa1kqz8AQADQmdNJsNhLoNHcnEGEUjrOaPV-dtEnEmX.tar.gz https://codeberg.org/ifreund/zig-xkbcommon/archive/v0.4.0.tar.gz -> xkbcommon-0.4.0-VDqIe0i2AgDRsok2GpMFYJ8SVhQS10_PI2M_CnHXsJJZ.tar.gz https://github.com/Vexu/arocc/archive/5f5a050569a95ecc40a426f0c3666ae7ef987ede.tar.gz -> aro-0.0.0-JSD1Qi7QNgDnfcrdEJf82v3o6MhZySjYVrtdfEf3E4Se.tar.gz https://codeberg.org/ifreund/zig-wlroots/archive/v0.20.1.tar.gz -> wlroots-0.20.1-jmOlcqNVBAB3uB5oqBTzpRlwu-FmMyyZMVAWCe5kmcSt.tar.gz https://codeberg.org/ziglang/translate-c/archive/57c559cf581b1fcad90494eda219f98abeb155ce.tar.gz -> translate_c-0.0.0-Q_BUWlX1BgCD1wo6uo97prlp9VJ4gxAjwN_vZ7nsSjGN.tar.gz +_eclasses_=eapi9-ver 6a71fa30cdb3fe445114fdeab156c1f0 edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic fd3558f73f6503093adee69adf41020d linux-info efd923656513c879204fec6638eadee5 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 zig bc77880e429bb8eb2e12dc7976914959 zig-utils 00d67f014030fe73cc2e0ba2f0984231 +_md5_=939895f0e5f41ae32844391bc1de0448 diff --git a/metadata/md5-cache/media-gfx/gnome-photos-44.0 b/metadata/md5-cache/media-gfx/gnome-photos-44.0 index 5af6addff6dc..2c2613942c42 100644 --- a/metadata/md5-cache/media-gfx/gnome-photos-44.0 +++ b/metadata/md5-cache/media-gfx/gnome-photos-44.0 @@ -14,4 +14,4 @@ RESTRICT=test !test? ( test ) SLOT=0 SRC_URI=mirror://gnome/sources/gnome-photos/44/gnome-photos-44.0.tar.xz _eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 meson 12065b402c6d78a2aec926ed8dfd964f multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=9c2c807df771ca9e03896ae2249cdfd0 +_md5_=31c8612bdde2dfaccd3c9653aba888d5 diff --git a/metadata/md5-cache/media-libs/gst-plugins-bad-1.24.13-r1 b/metadata/md5-cache/media-libs/gst-plugins-bad-1.24.13-r1 index b12d1e5bda69..d43de396084a 100644 --- a/metadata/md5-cache/media-libs/gst-plugins-bad-1.24.13-r1 +++ b/metadata/md5-cache/media-libs/gst-plugins-bad-1.24.13-r1 @@ -12,5 +12,5 @@ RDEPEND=!media-plugins/gst-plugins-va !media-plugins/gst-transcoder >=media-libs RESTRICT=!test? ( test ) !test? ( test ) SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=1b4087b784cb97130ce2a6ecd8327151 diff --git a/metadata/md5-cache/media-libs/gst-plugins-bad-1.26.11 b/metadata/md5-cache/media-libs/gst-plugins-bad-1.26.11 new file mode 100644 index 000000000000..8b8d9277bc6c --- /dev/null +++ b/metadata/md5-cache/media-libs/gst-plugins-bad-1.26.11 @@ -0,0 +1,17 @@ +BDEPEND=dev-util/glib-utils verify-sig? ( sec-keys/openpgp-keys-tpm ) wayland? ( dev-util/wayland-scanner ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array test? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils nls? ( >=sys-devel/gettext-0.17 ) test? ( media-libs/gstreamer[test] ) verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=!media-plugins/gst-plugins-va !media-plugins/gst-transcoder >=media-libs/gstreamer-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?,introspection?] >=media-libs/gst-plugins-base-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?,introspection?] introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) bzip2? ( >=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vnc? ( X? ( x11-libs/libX11[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) vulkan? ( media-libs/vulkan-loader[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] X? ( x11-libs/libxcb:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libxkbcommon[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) wayland? ( >=dev-libs/wayland-1.4.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libdrm-2.4.98[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/wayland-protocols-1.26 ) orc? ( >=dev-lang/orc-0.4.41[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vaapi? ( >=media-libs/libva-1.15:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] udev? ( dev-libs/libgudev[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=Less plugins for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson verify-sig virtualx +IUSE=X bzip2 +introspection +orc udev vaapi vnc vulkan wayland abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 test nls test verify-sig +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=LGPL-2 +RDEPEND=!media-plugins/gst-plugins-va !media-plugins/gst-transcoder >=media-libs/gstreamer-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?,introspection?] >=media-libs/gst-plugins-base-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?,introspection?] introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) bzip2? ( >=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vnc? ( X? ( x11-libs/libX11[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) vulkan? ( media-libs/vulkan-loader[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] X? ( x11-libs/libxcb:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libxkbcommon[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) wayland? ( >=dev-libs/wayland-1.4.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libdrm-2.4.98[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/wayland-protocols-1.26 ) orc? ( >=dev-lang/orc-0.4.41[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vaapi? ( >=media-libs/libva-1.15:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] udev? ( dev-libs/libgudev[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +REQUIRED_USE=vulkan? ( || ( X wayland ) ) +RESTRICT=!test? ( test ) !test? ( test ) +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz verify-sig? ( https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz.asc ) +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 verify-sig ece4c893b6bd62eacbc4d25958e857f8 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=7b24afabc3c34e6a1654ed27708d6a95 diff --git a/metadata/md5-cache/media-libs/gst-plugins-base-1.24.13-r1 b/metadata/md5-cache/media-libs/gst-plugins-base-1.24.13-r1 index 9538a042404e..be0e664f356d 100644 --- a/metadata/md5-cache/media-libs/gst-plugins-base-1.24.13-r1 +++ b/metadata/md5-cache/media-libs/gst-plugins-base-1.24.13-r1 @@ -13,5 +13,5 @@ REQUIRED_USE=ivorbis? ( ogg ) theora? ( ogg ) vorbis? ( ogg ) opengl? ( || ( egl RESTRICT=!test? ( test ) !test? ( test ) SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f meson-multilib 8989922d980e5e870cc3de949d1b2586 multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f meson-multilib 8989922d980e5e870cc3de949d1b2586 multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=ab123b3534f8dec761a6466fc4b2489a diff --git a/metadata/md5-cache/media-libs/gst-plugins-base-1.26.11 b/metadata/md5-cache/media-libs/gst-plugins-base-1.26.11 new file mode 100644 index 000000000000..056305d5b8f1 --- /dev/null +++ b/metadata/md5-cache/media-libs/gst-plugins-base-1.26.11 @@ -0,0 +1,17 @@ +BDEPEND=verify-sig? ( sec-keys/openpgp-keys-tpm ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array test? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils nls? ( >=sys-devel/gettext-0.17 ) test? ( media-libs/gstreamer[test] ) verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) +DEFINED_PHASES=compile configure install setup test unpack +DEPEND=app-text/iso-codes >=virtual/zlib-1.2.8-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] alsa? ( >=media-libs/alsa-lib-1.0.27.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) ivorbis? ( >=media-libs/tremor-0_pre20130223[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ogg? ( >=media-libs/libogg-1.3.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) orc? ( >=dev-lang/orc-0.4.41[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) kernel_linux? ( >=x11-libs/libdrm-2.4.55[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pango? ( >=x11-libs/pango-1.36.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) theora? ( >=media-libs/libtheora-1.1.1:=[encode,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vorbis? ( >=media-libs/libvorbis-1.3.3-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) X? ( >=x11-libs/libX11-1.6.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXext-1.3.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXv-1.0.10[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gles2? ( >=media-libs/mesa-24.1.0_rc1[opengl,wayland?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] egl? ( x11-libs/libdrm ) gbm? ( >=dev-libs/libgudev-147[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libdrm-2.4.55[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) wayland? ( >=dev-libs/wayland-1.20.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/wayland-protocols-1.15 dev-util/wayland-scanner ) >=media-libs/graphene-1.4.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-libs/libpng:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-libs/libjpeg-turbo:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] virtual/opengl ) opengl? ( >=media-libs/mesa-24.1.0_rc1[opengl,wayland?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] egl? ( x11-libs/libdrm ) gbm? ( >=dev-libs/libgudev-147[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libdrm-2.4.55[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) wayland? ( >=dev-libs/wayland-1.20.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/wayland-protocols-1.15 dev-util/wayland-scanner ) >=media-libs/graphene-1.4.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-libs/libpng:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-libs/libjpeg-turbo:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] virtual/opengl ) dev-util/glib-utils X? ( x11-base/xorg-proto ) >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=Basepack of plugins for gstreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=flag-o-matic meson-multilib gstreamer-meson verify-sig virtualx +IUSE=alsa +egl gbm +gles2 +introspection ivorbis +ogg opengl +orc +pango theora +vorbis wayland +X abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 test nls test verify-sig +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos ~x64-solaris +LICENSE=GPL-2+ LGPL-2+ +RDEPEND=app-text/iso-codes >=virtual/zlib-1.2.8-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] alsa? ( >=media-libs/alsa-lib-1.0.27.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) ivorbis? ( >=media-libs/tremor-0_pre20130223[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ogg? ( >=media-libs/libogg-1.3.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) orc? ( >=dev-lang/orc-0.4.41[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) kernel_linux? ( >=x11-libs/libdrm-2.4.55[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pango? ( >=x11-libs/pango-1.36.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) theora? ( >=media-libs/libtheora-1.1.1:=[encode,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vorbis? ( >=media-libs/libvorbis-1.3.3-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) X? ( >=x11-libs/libX11-1.6.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXext-1.3.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXv-1.0.10[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gles2? ( >=media-libs/mesa-24.1.0_rc1[opengl,wayland?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] egl? ( x11-libs/libdrm ) gbm? ( >=dev-libs/libgudev-147[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libdrm-2.4.55[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) wayland? ( >=dev-libs/wayland-1.20.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/wayland-protocols-1.15 dev-util/wayland-scanner ) >=media-libs/graphene-1.4.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-libs/libpng:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-libs/libjpeg-turbo:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] virtual/opengl ) opengl? ( >=media-libs/mesa-24.1.0_rc1[opengl,wayland?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] egl? ( x11-libs/libdrm ) gbm? ( >=dev-libs/libgudev-147[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libdrm-2.4.55[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) wayland? ( >=dev-libs/wayland-1.20.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/wayland-protocols-1.15 dev-util/wayland-scanner ) >=media-libs/graphene-1.4.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-libs/libpng:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-libs/libjpeg-turbo:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] virtual/opengl ) >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +REQUIRED_USE=ivorbis? ( ogg ) theora? ( ogg ) vorbis? ( ogg ) opengl? ( || ( egl X ) || ( gbm wayland X ) wayland? ( egl ) gbm? ( egl ) ) gles2? ( egl || ( gbm wayland X ) wayland? ( egl ) gbm? ( egl ) ) +RESTRICT=!test? ( test ) !test? ( test ) +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.26.11.tar.xz verify-sig? ( https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.26.11.tar.xz.asc ) +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f meson-multilib 8989922d980e5e870cc3de949d1b2586 multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 verify-sig ece4c893b6bd62eacbc4d25958e857f8 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=74cc23ade237bdb5073b935d7033149e diff --git a/metadata/md5-cache/media-libs/gst-plugins-good-1.24.13-r2 b/metadata/md5-cache/media-libs/gst-plugins-good-1.24.13-r2 index 6cd8875ca572..2c86b9784257 100644 --- a/metadata/md5-cache/media-libs/gst-plugins-good-1.24.13-r2 +++ b/metadata/md5-cache/media-libs/gst-plugins-good-1.24.13-r2 @@ -12,5 +12,5 @@ RDEPEND=!<media-libs/gst-plugins-ugly-1.22.3 >=media-libs/gst-plugins-base-1.24. RESTRICT=!test? ( test ) !test? ( test ) SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=32474ba36325962c8c7b1cac44c72aac diff --git a/metadata/md5-cache/media-libs/gst-plugins-good-1.26.11 b/metadata/md5-cache/media-libs/gst-plugins-good-1.26.11 new file mode 100644 index 000000000000..97a3637b7e15 --- /dev/null +++ b/metadata/md5-cache/media-libs/gst-plugins-good-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=verify-sig? ( sec-keys/openpgp-keys-tpm ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array test? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig nls? ( >=sys-devel/gettext-0.17 ) test? ( media-libs/gstreamer[test] ) verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) +DEFINED_PHASES=compile configure install setup test unpack +DEPEND=!<media-libs/gst-plugins-ugly-1.22.3 >=media-libs/gst-plugins-base-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=virtual/zlib-1.2.8-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] orc? ( >=dev-lang/orc-0.4.41[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=Basepack of plugins for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson verify-sig virtualx +IUSE=+orc abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 test nls test verify-sig +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=LGPL-2.1+ +RDEPEND=!<media-libs/gst-plugins-ugly-1.22.3 >=media-libs/gst-plugins-base-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=app-arch/bzip2-1.0.6-r4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=virtual/zlib-1.2.8-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] orc? ( >=dev-lang/orc-0.4.41[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=!test? ( test ) !test? ( test ) +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.26.11.tar.xz verify-sig? ( https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.26.11.tar.xz.asc ) +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 verify-sig ece4c893b6bd62eacbc4d25958e857f8 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=2295bec03c378946c47f856cb7c8f1a3 diff --git a/metadata/md5-cache/media-libs/gst-plugins-ugly-1.24.13-r1 b/metadata/md5-cache/media-libs/gst-plugins-ugly-1.24.13-r1 index 4358d138cd7f..2a43398b57cf 100644 --- a/metadata/md5-cache/media-libs/gst-plugins-ugly-1.24.13-r1 +++ b/metadata/md5-cache/media-libs/gst-plugins-ugly-1.24.13-r1 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/gst-plugins-base-1.24.13:1.0[abi_x86_32(-)?,abi_x86_64(-)?, RESTRICT=!test? ( test ) !test? ( test ) SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=40ea6c91ae078b0fa9e8cc831e02961f diff --git a/metadata/md5-cache/media-libs/gst-plugins-ugly-1.26.11 b/metadata/md5-cache/media-libs/gst-plugins-ugly-1.26.11 new file mode 100644 index 000000000000..fa207e61ae29 --- /dev/null +++ b/metadata/md5-cache/media-libs/gst-plugins-ugly-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=verify-sig? ( sec-keys/openpgp-keys-tpm ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array test? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig nls? ( >=sys-devel/gettext-0.17 ) test? ( media-libs/gstreamer[test] ) verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) +DEFINED_PHASES=compile configure install setup test unpack +DEPEND=>=media-libs/gst-plugins-base-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=Basepack of plugins for gstreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson verify-sig +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 test nls test verify-sig +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=media-libs/gst-plugins-base-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=!test? ( test ) !test? ( test ) +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.26.11.tar.xz verify-sig? ( https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.26.11.tar.xz.asc ) +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 verify-sig ece4c893b6bd62eacbc4d25958e857f8 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=f883cb939a2718eeffd28b6a24b79b25 diff --git a/metadata/md5-cache/media-libs/gst-rtsp-server-1.24.13 b/metadata/md5-cache/media-libs/gst-rtsp-server-1.24.13 index 8cada52164f6..fb323b6aa548 100644 --- a/metadata/md5-cache/media-libs/gst-rtsp-server-1.24.13 +++ b/metadata/md5-cache/media-libs/gst-rtsp-server-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/gstreamer-1.24.13:1.0[introspection?,abi_x86_32(-)?,abi_x86 RESTRICT=!test? ( test ) !test? ( test ) SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=eef9f7a60086aefb75c6547727d82a68 diff --git a/metadata/md5-cache/media-libs/gst-rtsp-server-1.26.11 b/metadata/md5-cache/media-libs/gst-rtsp-server-1.26.11 new file mode 100644 index 000000000000..a08b7021ae12 --- /dev/null +++ b/metadata/md5-cache/media-libs/gst-rtsp-server-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=verify-sig? ( sec-keys/openpgp-keys-tpm ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array test? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig nls? ( >=sys-devel/gettext-0.17 ) test? ( media-libs/gstreamer[test] ) verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) +DEFINED_PHASES=compile configure install setup test unpack +DEPEND=>=media-libs/gstreamer-1.26.11:1.0[introspection?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-base-1.26.11:1.0[introspection?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-plugins/gst-plugins-srtp-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=A GStreamer based RTSP server +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/modules/gst-rtsp-server.html +INHERIT=gstreamer-meson verify-sig +IUSE=examples +introspection static-libs abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 test nls test verify-sig +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=media-libs/gstreamer-1.26.11:1.0[introspection?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-base-1.26.11:1.0[introspection?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-plugins/gst-plugins-srtp-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=!test? ( test ) !test? ( test ) +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.26.11.tar.xz verify-sig? ( https://gstreamer.freedesktop.org/src/gst-rtsp-server/gst-rtsp-server-1.26.11.tar.xz.asc ) +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 verify-sig ece4c893b6bd62eacbc4d25958e857f8 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=48a34ba30885586784d5ee3785a69b55 diff --git a/metadata/md5-cache/media-libs/gstreamer-1.24.13 b/metadata/md5-cache/media-libs/gstreamer-1.24.13 index fa5a83edc177..f1e8ceaf7c30 100644 --- a/metadata/md5-cache/media-libs/gstreamer-1.24.13 +++ b/metadata/md5-cache/media-libs/gstreamer-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,a RESTRICT=!test? ( test ) !test? ( test ) SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=ed0cc35dd6adca630cf044ee111ae246 diff --git a/metadata/md5-cache/media-libs/gstreamer-1.26.11 b/metadata/md5-cache/media-libs/gstreamer-1.26.11 new file mode 100644 index 000000000000..a26ef3f92bb1 --- /dev/null +++ b/metadata/md5-cache/media-libs/gstreamer-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=dev-util/glib-utils app-alternatives/yacc app-alternatives/lex ptp? ( || ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* ) ) verify-sig? ( sec-keys/openpgp-keys-tpm ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array test? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig nls? ( >=sys-devel/gettext-0.17 ) verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) +DEFINED_PHASES=compile configure install setup test unpack +DEPEND=>=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] caps? ( sys-libs/libcap[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) unwind? ( >=sys-libs/libunwind-1.2_rc1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/elfutils[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=Open source multimedia framework +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson rust verify-sig virtualx +IUSE=+caps +introspection ptp unwind abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 test nls test verify-sig +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos ~x64-solaris +LICENSE=LGPL-2+ +RDEPEND=>=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] caps? ( sys-libs/libcap[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) unwind? ( >=sys-libs/libunwind-1.2_rc1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/elfutils[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=!test? ( test ) !test? ( test ) +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.26.11.tar.xz verify-sig? ( https://gstreamer.freedesktop.org/src/gstreamer/gstreamer-1.26.11.tar.xz.asc ) +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 verify-sig ece4c893b6bd62eacbc4d25958e857f8 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=66799947c0ced1aad14fc4c97f6d3c8c diff --git a/metadata/md5-cache/media-libs/gstreamer-editing-services-1.26.11 b/metadata/md5-cache/media-libs/gstreamer-editing-services-1.26.11 new file mode 100644 index 000000000000..568612be9db4 --- /dev/null +++ b/metadata/md5-cache/media-libs/gstreamer-editing-services-1.26.11 @@ -0,0 +1,17 @@ +BDEPEND=virtual/pkgconfig verify-sig? ( sec-keys/openpgp-keys-tpm ) >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) +DEFINED_PHASES=compile configure install test unpack +DEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-libs/glib-2.40.0:2 dev-python/pygobject[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=media-libs/gstreamer-1.26.11:1.0[introspection?] >=media-libs/gst-plugins-base-1.26.11:1.0[introspection?] >=media-libs/gst-plugins-bad-1.26.11:1.0[introspection?] introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) test? ( >=media-libs/gst-plugins-good-1.26.11:1.0 ) +DESCRIPTION=SDK for making video editors and more +EAPI=8 +HOMEPAGE=http://wiki.pitivi.org/wiki/GES +INHERIT=meson python-r1 verify-sig +IUSE=+introspection test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 verify-sig +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=LGPL-2+ +RDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-libs/glib-2.40.0:2 dev-python/pygobject[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=media-libs/gstreamer-1.26.11:1.0[introspection?] >=media-libs/gst-plugins-base-1.26.11:1.0[introspection?] >=media-libs/gst-plugins-bad-1.26.11:1.0[introspection?] introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2:= ) +REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) +RESTRICT=!test? ( test ) +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gstreamer-editing-services/gst-editing-services-1.26.11.tar.xz verify-sig? ( https://gstreamer.freedesktop.org/src/gstreamer-editing-services/gst-editing-services-1.26.11.tar.xz.asc ) +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 verify-sig ece4c893b6bd62eacbc4d25958e857f8 +_md5_=37dc2cf7c4d9b69dc0ab11517e040162 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-a52dec-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-a52dec-1.24.13 index c265d6172788..6376a1f25384 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-a52dec-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-a52dec-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/a52dec-0.7.4-r6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(- RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=803515d93b231b129facf81c0140320f diff --git a/metadata/md5-cache/media-plugins/gst-plugins-a52dec-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-a52dec-1.26.11 new file mode 100644 index 000000000000..9e2e708dea4d --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-a52dec-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/a52dec-0.7.4-r6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] orc? ( >=dev-lang/orc-0.4.41[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-ugly-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=ATSC A/52 audio decoder plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=+orc abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/a52dec-0.7.4-r6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] orc? ( >=dev-lang/orc-0.4.41[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-ugly-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=8ae1567f07ea97f309dbe040ff417cfa diff --git a/metadata/md5-cache/media-plugins/gst-plugins-adaptivedemux2-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-adaptivedemux2-1.24.13 index 9971e8d30486..874473073296 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-adaptivedemux2-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-adaptivedemux2-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=dev-libs/libxml2-2.8:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,a RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=15356eaa8200b73727b01a1fef5edfab diff --git a/metadata/md5-cache/media-plugins/gst-plugins-adaptivedemux2-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-adaptivedemux2-1.26.11 new file mode 100644 index 000000000000..0581471bde4a --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-adaptivedemux2-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install setup test +DEPEND=>=dev-libs/libxml2-2.8:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/nettle:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=Adaptive demuxer plugins for Gstreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm64 +LICENSE=GPL-2 +RDEPEND=>=dev-libs/libxml2-2.8:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] dev-libs/nettle:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] || ( net-libs/libsoup:3.0 net-libs/libsoup:2.4 ) >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=490f337c068b4deca88816025cb9b228 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-amr-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-amr-1.24.13 index 397be0d05e40..bff6c8808fdc 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-amr-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-amr-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/opencore-amr-0.1.3-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86 RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=6b6b20f495eeebb8eb134862f75d1901 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-amr-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-amr-1.26.11 new file mode 100644 index 000000000000..3ae4df8a659b --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-amr-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/opencore-amr-0.1.3-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=AMRNB encoder/decoder and AMRWB decoder plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/opencore-amr-0.1.3-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=f2b96cec3734aa026417efbbd893e450 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-aom-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-aom-1.24.13 index 1a9801139c2c..bc328430647d 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-aom-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-aom-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/libaom-3.2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?, RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=b6bef0223acf8630f6a0de2f427390d2 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-aom-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-aom-1.26.11 new file mode 100644 index 000000000000..6d2221a03849 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-aom-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/libaom-3.2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=Alliance for Open Media AV1 plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/libaom-3.2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=2b3f5030f8a434a3c757f706bda590e0 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-assrender-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-assrender-1.24.13 index 7565defac865..08e925ad03b1 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-assrender-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-assrender-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/libass-0.10.2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(- RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=d98094df400a25c9194c9ac1938ce4de diff --git a/metadata/md5-cache/media-plugins/gst-plugins-assrender-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-assrender-1.26.11 new file mode 100644 index 000000000000..86b9f1aec578 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-assrender-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/libass-0.10.2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=ASS/SSA rendering with effects support plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/libass-0.10.2:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=65dedd039f46b2981d168ed759ea8eed diff --git a/metadata/md5-cache/media-plugins/gst-plugins-bluez-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-bluez-1.24.13 index b56cb0d9bc98..c6e7d1b03d0e 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-bluez-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-bluez-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=net-wireless/bluez-5[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=56931a1354108aa94611011ab3ad17e4 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-bluez-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-bluez-1.26.11 new file mode 100644 index 000000000000..8a9aa74b0630 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-bluez-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=dev-util/gdbus-codegen >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install setup test +DEPEND=>=net-wireless/bluez-5[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=AVDTP source/sink and A2DP sink plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=net-wireless/bluez-5[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=fb0e488b89124f58450302bd4194d8dd diff --git a/metadata/md5-cache/media-plugins/gst-plugins-bs2b-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-bs2b-1.24.13 index 5ab97944fe8f..c42a8fde5164 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-bs2b-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-bs2b-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/libbs2b-3.1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)? RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=651865d43e52a38d3c15232af52b9222 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-bs2b-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-bs2b-1.26.11 new file mode 100644 index 000000000000..3681242f660b --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-bs2b-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/libbs2b-3.1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=bs2b elements for Gstreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/libbs2b-3.1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=4504b7643b79617355563a4d3e5b86e4 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-cairo-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-cairo-1.24.13 index 6df36ba6a32a..a7c63c6d2657 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-cairo-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-cairo-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=x11-libs/cairo-1.10[glib,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)? RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=a79c4b7a971176b8476a394bb0f99714 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-cairo-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-cairo-1.26.11 new file mode 100644 index 000000000000..fa75376d0384 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-cairo-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install setup test +DEPEND=>=x11-libs/cairo-1.10[glib,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=Video overlay plugin based on cairo for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm64 +LICENSE=GPL-2 +RDEPEND=>=x11-libs/cairo-1.10[glib,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=b76596425f8d32c52ebd23a67b3f7114 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-cdio-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-cdio-1.24.13 index 7f28c25281c8..2c33a33a01e9 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-cdio-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-cdio-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=dev-libs/libcdio-0.90-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(- RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=6321c5bc2cdaefd5681abccfefdd47c2 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-cdio-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-cdio-1.26.11 new file mode 100644 index 000000000000..d38de11f5602 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-cdio-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install setup test +DEPEND=>=dev-libs/libcdio-0.90-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-ugly-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=CD Audio Source (cdda) plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=dev-libs/libcdio-0.90-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-ugly-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=c3e6edd2239682b01ecf5323cdf624e9 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-cdparanoia-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-cdparanoia-1.24.13 index 82811bf2a079..ff9313023b77 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-cdparanoia-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-cdparanoia-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-sound/cdparanoia-3.10.2-r6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86 RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=e2e7952dc50757cf58b36529ff6bb7b5 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-cdparanoia-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-cdparanoia-1.26.11 new file mode 100644 index 000000000000..63ac0f90a2fe --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-cdparanoia-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=>=media-sound/cdparanoia-3.10.2-r6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-base-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=CD Audio Source (cdda) plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-sound/cdparanoia-3.10.2-r6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-base-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=64eb94b258d29084e1f05ff0960fd4bd diff --git a/metadata/md5-cache/media-plugins/gst-plugins-chromaprint-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-chromaprint-1.24.13 index 040a6e514ef1..dc97a4112d20 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-chromaprint-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-chromaprint-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=media-libs/chromaprint:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,a RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=a596c55376e88422959fe9a634824b11 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-chromaprint-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-chromaprint-1.26.11 new file mode 100644 index 000000000000..9dcdfa35646a --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-chromaprint-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install setup test +DEPEND=media-libs/chromaprint:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=Calculate Chromaprint fingerprint from audio files for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=media-libs/chromaprint:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=974d09eed5a222167b14ee84d958f142 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-colormanagement-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-colormanagement-1.24.13 index 0ad4eb3f302a..6679cfcd8a24 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-colormanagement-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-colormanagement-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/lcms-2.7:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,ab RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=d8d123e9a44d140625ff5a03fdb2a667 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-colormanagement-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-colormanagement-1.26.11 new file mode 100644 index 000000000000..bb38bc9c22c9 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-colormanagement-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/lcms-2.7:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=Color management correction GStreamer plugins +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm64 +LICENSE=GPL-2 +RDEPEND=>=media-libs/lcms-2.7:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=d8d123e9a44d140625ff5a03fdb2a667 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-dash-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-dash-1.24.13 index 5326d8f3336c..bd2fca2b54ed 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-dash-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-dash-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=dev-libs/libxml2-2.9.1-r4:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32( RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=0ea442c781a1fe5baa1584cd6062033f diff --git a/metadata/md5-cache/media-plugins/gst-plugins-dash-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-dash-1.26.11 new file mode 100644 index 000000000000..3b344eb48b1e --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-dash-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=>=dev-libs/libxml2-2.9.1-r4:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=MPEG-DASH plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=dev-libs/libxml2-2.9.1-r4:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=10203754cac11e957d6c610e249e23da diff --git a/metadata/md5-cache/media-plugins/gst-plugins-dtls-1.22.12-r1 b/metadata/md5-cache/media-plugins/gst-plugins-dtls-1.22.12-r1 index e0b6fb560ab6..5e5b3372fff0 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-dtls-1.22.12-r1 +++ b/metadata/md5-cache/media-plugins/gst-plugins-dtls-1.22.12-r1 @@ -12,5 +12,5 @@ RDEPEND=libressl? ( dev-libs/libressl:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x3 RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.22.12.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=fd5e71eed8c80efc1000c7a77c66a333 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-dtls-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-dtls-1.24.13 index 7ddcd4ac5e66..fbb2b65fe365 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-dtls-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-dtls-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=libressl? ( dev-libs/libressl:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x3 RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=ed7eff9c18ae0eb0458baa7279732772 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-dtls-1.26.10 b/metadata/md5-cache/media-plugins/gst-plugins-dtls-1.26.10 index 4b648191f28b..ef61ba93cd41 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-dtls-1.26.10 +++ b/metadata/md5-cache/media-plugins/gst-plugins-dtls-1.26.10 @@ -12,5 +12,5 @@ RDEPEND=libressl? ( dev-libs/libressl:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x3 RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.10.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=4bdcdc85d25eee7e9d7fe5098bcd3254 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-dtls-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-dtls-1.26.11 index 1cd3ae7fdee8..08c8d42bdb92 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-dtls-1.26.11 +++ b/metadata/md5-cache/media-plugins/gst-plugins-dtls-1.26.11 @@ -12,5 +12,5 @@ RDEPEND=libressl? ( dev-libs/libressl:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x3 RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=ed7eff9c18ae0eb0458baa7279732772 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-dtls-1.28.1 b/metadata/md5-cache/media-plugins/gst-plugins-dtls-1.28.1 index 88308e4ec2f0..d731221677c1 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-dtls-1.28.1 +++ b/metadata/md5-cache/media-plugins/gst-plugins-dtls-1.28.1 @@ -12,5 +12,5 @@ RDEPEND=libressl? ( dev-libs/libressl:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x3 RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.28.1.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=eb2a9f418e22611bfe3bc013375bcc61 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-dtls-1.28.2 b/metadata/md5-cache/media-plugins/gst-plugins-dtls-1.28.2 index 55e3d6023bf6..b4f40ff3e515 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-dtls-1.28.2 +++ b/metadata/md5-cache/media-plugins/gst-plugins-dtls-1.28.2 @@ -12,5 +12,5 @@ RDEPEND=libressl? ( dev-libs/libressl:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x3 RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.28.2.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=eb2a9f418e22611bfe3bc013375bcc61 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-dts-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-dts-1.24.13 index 945a4929c89b..1a22ce26c440 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-dts-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-dts-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/libdca-0.0.5-r3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(- RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=4ad6ea5e2cb3c82fb28907021f593c4f diff --git a/metadata/md5-cache/media-plugins/gst-plugins-dts-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-dts-1.26.11 new file mode 100644 index 000000000000..ac1d946d54a7 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-dts-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/libdca-0.0.5-r3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] orc? ( >=dev-lang/orc-0.4.41[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=DTS audio decoder plugin for Gstreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=+orc abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/libdca-0.0.5-r3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] orc? ( >=dev-lang/orc-0.4.41[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=54fb2e7b3291b891d015714ba63bfd67 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-dv-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-dv-1.24.13 index 3d476463cc5b..1107b2134c51 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-dv-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-dv-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/libdv-1.0.0-r3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-) RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=a33c20af52ce7bea284737fcc6be9be0 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-dv-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-dv-1.26.11 new file mode 100644 index 000000000000..e3fd4283a902 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-dv-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/libdv-1.0.0-r3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=DV demuxer and decoder plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/libdv-1.0.0-r3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=289451aee0c3fdbe56e0aa6e6799a50c diff --git a/metadata/md5-cache/media-plugins/gst-plugins-dvb-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-dvb-1.24.13 index 50cd3b272542..e358c0079f86 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-dvb-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-dvb-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,a RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=3c0aa89693bfc1be07e6898455e8fca1 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-dvb-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-dvb-1.26.11 new file mode 100644 index 000000000000..b6d1862bf15c --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-dvb-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=virtual/os-headers >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=plugin for gstreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc ~ppc64 ~riscv ~x86 +LICENSE=GPL-2 +RDEPEND=>=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=782eb6e0c94378861e4233b6f51d6914 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-dvdread-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-dvdread-1.24.13 index 1a24ea83d75a..6f2d3e358b69 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-dvdread-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-dvdread-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/libdvdread-4.2.0-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86 RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=31a62a5a6d0647b6e4fd05227e9b7038 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-dvdread-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-dvdread-1.26.11 new file mode 100644 index 000000000000..77fef0047446 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-dvdread-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/libdvdread-4.2.0-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-ugly-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=DVD read plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/libdvdread-4.2.0-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-ugly-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=eb645af2dc09d944c6bf266cd575e8fe diff --git a/metadata/md5-cache/media-plugins/gst-plugins-faac-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-faac-1.24.13 index 05d04694ff54..8cd037767e58 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-faac-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-faac-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/faac-1.28-r3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?, RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=1b655a8a53baac21a75973fa916e75e7 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-faac-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-faac-1.26.11 new file mode 100644 index 000000000000..0cee8f52c824 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-faac-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/faac-1.28-r3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=AAC audio encoder plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/faac-1.28-r3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=f99204642773835b7dfd20a2e3750577 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-faad-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-faad-1.24.13 index d62abe41d5d2..a496afb874a9 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-faad-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-faad-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/faad2-2.7-r3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?, RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=91712b421d7a021948cb868658b60f9d diff --git a/metadata/md5-cache/media-plugins/gst-plugins-faad-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-faad-1.26.11 new file mode 100644 index 000000000000..565a93ff648b --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-faad-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/faad2-2.7-r3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=AAC audio decoder plugin +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/faad2-2.7-r3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=6d2652e167bef3f1680a4fc178b0766e diff --git a/metadata/md5-cache/media-plugins/gst-plugins-flac-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-flac-1.24.13 index 2f49764d5b19..6bd260622f53 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-flac-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-flac-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/flac-1.2.1-r5:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(- RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=65cf362d46e5979c45694fce68bb61a1 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-flac-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-flac-1.26.11 new file mode 100644 index 000000000000..5c95af145a88 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-flac-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/flac-1.2.1-r5:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=FLAC encoder/decoder/tagger plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/flac-1.2.1-r5:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=69e003aea5a7e257ef368a4b51129833 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-gdkpixbuf-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-gdkpixbuf-1.24.13 index 327741113dca..05d6de99eed9 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-gdkpixbuf-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-gdkpixbuf-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=x11-libs/gdk-pixbuf-2.30.7:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32 RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=6173e3810a2ed4a8ed28e7202941a539 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-gdkpixbuf-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-gdkpixbuf-1.26.11 new file mode 100644 index 000000000000..dc7545808f8e --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-gdkpixbuf-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install setup test +DEPEND=>=x11-libs/gdk-pixbuf-2.30.7:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=plugin for gstreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=x11-libs/gdk-pixbuf-2.30.7:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=5645a8b3d23709cd1f17770f100e255e diff --git a/metadata/md5-cache/media-plugins/gst-plugins-gtk-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-gtk-1.24.13 index 40f874f4719d..b59ccf822398 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-gtk-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-gtk-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/gst-plugins-base-1.24.13:1.0[abi_x86_32(-)?,abi_x86_64(-)?, RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=ef55af2d66a6e96a11c4f22cef7510c0 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-gtk-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-gtk-1.26.11 new file mode 100644 index 000000000000..3690a0bbfbb1 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-gtk-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/gst-plugins-base-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?,egl=,gles2=,opengl=,wayland=,X=] >=x11-libs/gtk+-3.15:3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] gles2? ( >=x11-libs/gtk+-3.15:3[X?,wayland?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) opengl? ( >=x11-libs/gtk+-3.15:3[X?,wayland?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=Video sink plugin for GStreamer that renders to a GtkWidget +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=+egl +gles2 opengl wayland +X abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/gst-plugins-base-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?,egl=,gles2=,opengl=,wayland=,X=] >=x11-libs/gtk+-3.15:3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] gles2? ( >=x11-libs/gtk+-3.15:3[X?,wayland?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) opengl? ( >=x11-libs/gtk+-3.15:3[X?,wayland?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=0ee50bd7d3e0264daa6ed7cceb77e9c9 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-hls-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-hls-1.24.13 index 7fdec12248e8..6ce0bc18666e 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-hls-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-hls-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=dev-libs/nettle:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mip RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=9e5112728b3e36ff0d8058b28802cabf diff --git a/metadata/md5-cache/media-plugins/gst-plugins-hls-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-hls-1.26.11 new file mode 100644 index 000000000000..175dc706c1ac --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-hls-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=dev-libs/nettle:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=HTTP live streaming plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=GPL-2 +RDEPEND=dev-libs/nettle:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=3ebbd27f7f5cebebf88d1487abdeaf7e diff --git a/metadata/md5-cache/media-plugins/gst-plugins-jack-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-jack-1.24.13 index 872067c74a8e..de0aa4746ac5 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-jack-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-jack-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=|| ( media-sound/jack2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=50b61593aa5700ffe16938566813372b diff --git a/metadata/md5-cache/media-plugins/gst-plugins-jack-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-jack-1.26.11 new file mode 100644 index 000000000000..a2792b49c943 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-jack-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install setup test +DEPEND=>=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=plugin for gstreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=|| ( media-sound/jack2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-video/pipewire[jack-sdk(-),abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=b548713855cefeb77938d40554be1f9a diff --git a/metadata/md5-cache/media-plugins/gst-plugins-jpeg-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-jpeg-1.24.13 index 148cdde316a5..205cc4454919 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-jpeg-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-jpeg-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=media-libs/libjpeg-turbo:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-) RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=d18e8963ec0aa874efc461c4783aac62 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-jpeg-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-jpeg-1.26.11 new file mode 100644 index 000000000000..c08a28b45f28 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-jpeg-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install setup test +DEPEND=media-libs/libjpeg-turbo:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=JPEG image encoder/decoder plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=media-libs/libjpeg-turbo:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=2b8ed5d650a3e7e01ca1b1e19c3d936c diff --git a/metadata/md5-cache/media-plugins/gst-plugins-ladspa-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-ladspa-1.24.13 index 20a87c08f7c5..e9114d823e8e 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-ladspa-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-ladspa-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/ladspa-sdk-1.13-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x3 RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=630beb4521a50d3b0c1ee2145bc5d012 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-ladspa-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-ladspa-1.26.11 new file mode 100644 index 000000000000..4716e3e7d1b0 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-ladspa-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/ladspa-sdk-1.13-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-libs/liblrdf[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=Ladspa elements for Gstreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/ladspa-sdk-1.13-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] media-libs/liblrdf[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=87aa59c5c730ec3242a547c711ea3763 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-lame-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-lame-1.24.13 index 77d744c803f9..c1bedf9ca971 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-lame-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-lame-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-sound/lame-3.99.5-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(- RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=48c1a4299ea253cb567d62d7ceece664 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-lame-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-lame-1.26.11 new file mode 100644 index 000000000000..a60acf895a56 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-lame-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-sound/lame-3.99.5-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=MP3 encoder plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-sound/lame-3.99.5-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=09e2aab60e403efc413f5adabfe6985d diff --git a/metadata/md5-cache/media-plugins/gst-plugins-ldac-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-ldac-1.24.13 index 4d0a9d4dbc3d..54daac256012 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-ldac-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-ldac-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=media-libs/libldac[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mip RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=cf3186060ed15960afeb22fe55947b48 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-ldac-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-ldac-1.26.11 new file mode 100644 index 000000000000..353c3db600f3 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-ldac-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install setup test +DEPEND=media-libs/libldac[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=LDAC plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 +LICENSE=GPL-2 +RDEPEND=media-libs/libldac[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=337e225c026620b6adf912491daca394 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-libav-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-libav-1.24.13 index c6db742d3607..d07a5c36dab8 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-libav-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-libav-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=dev-libs/glib-2.40.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,a RESTRICT=!test? ( test ) !test? ( test ) SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=2cbcb02bf0704b00eb8785dc48e8ca7d diff --git a/metadata/md5-cache/media-plugins/gst-plugins-libav-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-libav-1.26.11 new file mode 100644 index 000000000000..1b7489d58843 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-libav-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array test? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig nls? ( >=sys-devel/gettext-0.17 ) test? ( media-libs/gstreamer[test] ) +DEFINED_PHASES=compile configure install setup test +DEPEND=>=dev-libs/glib-2.40.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-base-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-video/ffmpeg-4.4:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=FFmpeg based gstreamer plugin +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/modules/gst-libav.html +INHERIT=gstreamer-meson virtualx +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 test nls test +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~x86 +LICENSE=LGPL-2+ +RDEPEND=>=dev-libs/glib-2.40.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-base-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-video/ffmpeg-4.4:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=!test? ( test ) !test? ( test ) +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-libav/gst-libav-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=2430be072d1cede996f75f16c5dbe8c4 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-libde265-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-libde265-1.24.13 index 50e989cb6bd0..fae20031cb90 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-libde265-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-libde265-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/libde265-0.9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?, RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=551fa41e6dc0b75cc750ba6765d37e78 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-libde265-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-libde265-1.26.11 new file mode 100644 index 000000000000..0237104e7040 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-libde265-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/libde265-0.9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=H.265 decoder plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/libde265-0.9[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=ccd618416237619f665bbbd24daf1d7d diff --git a/metadata/md5-cache/media-plugins/gst-plugins-libpng-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-libpng-1.24.13 index 58af6b48ee63..1e4f0e272886 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-libpng-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-libpng-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/libpng-1.6.10:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32( RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=7770034fcd7f3007233c378c6e8351f2 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-libpng-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-libpng-1.26.11 new file mode 100644 index 000000000000..3eb3177be4b2 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-libpng-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/libpng-1.6.10:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=PNG image encoder/decoder plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/libpng-1.6.10:0=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=cf16f10d13142b2b5b03557e4a702aed diff --git a/metadata/md5-cache/media-plugins/gst-plugins-libvisual-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-libvisual-1.24.13 index e24ee955cf08..b7138affa676 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-libvisual-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-libvisual-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/libvisual-0.4.0-r3:0.4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x8 RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=f06e383cf9bc38bbc34605d2b4139e55 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-libvisual-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-libvisual-1.26.11 new file mode 100644 index 000000000000..006220855500 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-libvisual-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=>=media-libs/libvisual-0.4.0-r3:0.4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-plugins/libvisual-plugins-0.4.0-r3:0.4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-base-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=Visualization elements for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/libvisual-0.4.0-r3:0.4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-plugins/libvisual-plugins-0.4.0-r3:0.4[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-base-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=dededd65345b618c49f02648bc09dbea diff --git a/metadata/md5-cache/media-plugins/gst-plugins-lv2-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-lv2-1.24.13 index 182fcc81bbd4..9dfdb4eafcfa 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-lv2-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-lv2-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/lv2-1.14.0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)? RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=3aecaab09387e1e73ba28cb9a54660f9 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-lv2-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-lv2-1.26.11 new file mode 100644 index 000000000000..9f7806dd771c --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-lv2-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/lv2-1.14.0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/lilv-0.24.2-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=Lv2 elements for Gstreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/lv2-1.14.0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/lilv-0.24.2-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=43cb50ea68ef4885a0c4fe7ac5199a10 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-meta-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-meta-1.26.11 new file mode 100644 index 000000000000..d832ec836e59 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-meta-1.26.11 @@ -0,0 +1,13 @@ +DEFINED_PHASES=- +DESCRIPTION=Meta ebuild to pull in gst plugins for apps +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=multilib-build +IUSE=aac a52 alsa cdda dts dv dvb dvd ffmpeg flac http jack lame libass libvisual mp3 modplug mpeg ogg opus oss pulseaudio taglib theora v4l vaapi vcd vorbis vpx wavpack X x264 abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=metapackage +RDEPEND=>=media-libs/gstreamer-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-base-1.26.11:1.0[alsa?,ogg?,theora?,vorbis?,X?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] a52? ( >=media-plugins/gst-plugins-a52dec-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) aac? ( >=media-plugins/gst-plugins-faad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) cdda? ( || ( >=media-plugins/gst-plugins-cdparanoia-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-plugins/gst-plugins-cdio-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ) dts? ( >=media-plugins/gst-plugins-dts-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) dv? ( >=media-plugins/gst-plugins-dv-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) dvb? ( >=media-plugins/gst-plugins-dvb-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) dvd? ( >=media-libs/gst-plugins-ugly-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-plugins/gst-plugins-a52dec-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-plugins/gst-plugins-dvdread-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-plugins/gst-plugins-mpeg2dec-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-plugins/gst-plugins-resindvd-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) ffmpeg? ( >=media-plugins/gst-plugins-libav-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) flac? ( >=media-plugins/gst-plugins-flac-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) http? ( >=media-plugins/gst-plugins-soup-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) jack? ( >=media-plugins/gst-plugins-jack-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) lame? ( >=media-plugins/gst-plugins-lame-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libass? ( >=media-plugins/gst-plugins-assrender-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) libvisual? ( >=media-plugins/gst-plugins-libvisual-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) modplug? ( >=media-plugins/gst-plugins-modplug-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) mp3? ( >=media-libs/gst-plugins-ugly-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-plugins/gst-plugins-mpg123-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) mpeg? ( >=media-plugins/gst-plugins-mpeg2dec-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) opus? ( >=media-plugins/gst-plugins-opus-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) oss? ( >=media-plugins/gst-plugins-oss-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) pulseaudio? ( >=media-plugins/gst-plugins-pulse-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) taglib? ( >=media-plugins/gst-plugins-taglib-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) v4l? ( >=media-plugins/gst-plugins-v4l2-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vaapi? ( >=media-libs/gst-plugins-bad-1.26.11:1.0[vaapi,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vcd? ( >=media-plugins/gst-plugins-mplex-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-plugins/gst-plugins-mpeg2dec-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) vpx? ( >=media-plugins/gst-plugins-vpx-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) wavpack? ( >=media-plugins/gst-plugins-wavpack-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) x264? ( >=media-plugins/gst-plugins-x264-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) +REQUIRED_USE=opus? ( ogg ) theora? ( ogg ) vorbis? ( ogg ) +SLOT=1.0 +_eclasses_=multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd out-of-source-utils 8e5093bd27b7f541a1913271f25d633a toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 +_md5_=5eb367e95b202a8d69c7527bcead650d diff --git a/metadata/md5-cache/media-plugins/gst-plugins-modplug-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-modplug-1.24.13 index 32c4e351c9c4..c32e6f028bda 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-modplug-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-modplug-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/libmodplug-0.8.8.4-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86 RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=9dca8e14aa7faef983a715fa034e23f0 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-modplug-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-modplug-1.26.11 new file mode 100644 index 000000000000..ccfbbe7cd086 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-modplug-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/libmodplug-0.8.8.4-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=MOD audio decoder plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/libmodplug-0.8.8.4-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=ee890d3e308d1a43f0e5707d58003c49 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-mpeg2dec-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-mpeg2dec-1.24.13 index e34ab71b7408..d31937c8334c 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-mpeg2dec-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-mpeg2dec-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/libmpeg2-0.5.1-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32 RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=e9e5b92ef528382a5479a22b21586f63 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-mpeg2dec-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-mpeg2dec-1.26.11 new file mode 100644 index 000000000000..d0fd6dd4ab6a --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-mpeg2dec-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/libmpeg2-0.5.1-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-ugly-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=MPEG2 decoder plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/libmpeg2-0.5.1-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-ugly-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=66f621f715963a1a8bd0afc6c4911305 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-mpeg2enc-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-mpeg2enc-1.24.13 index f5753e177653..18f381474842 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-mpeg2enc-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-mpeg2enc-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-video/mjpegtools-2.1.0-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x8 RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=5eacb8fbb63e40453eaf80f02f343260 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-mpeg2enc-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-mpeg2enc-1.26.11 new file mode 100644 index 000000000000..7dbfa38d0548 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-mpeg2enc-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-video/mjpegtools-2.1.0-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=MPEG-1/2 video encoding plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-video/mjpegtools-2.1.0-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=45e653938b52c2014090ee34f32d3ee9 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-mpg123-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-mpg123-1.24.13 index 5be0064d6a74..6277e12c5791 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-mpg123-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-mpg123-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-sound/mpg123-base-1.23[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32 RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=3ddc70d07432bdea45b141aa173e754a diff --git a/metadata/md5-cache/media-plugins/gst-plugins-mpg123-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-mpg123-1.26.11 new file mode 100644 index 000000000000..15d6293f0453 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-mpg123-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-sound/mpg123-base-1.23[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=MP3 decoder plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-sound/mpg123-base-1.23[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=b3185b6402776960bc7acb2504a70ea3 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-mplex-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-mplex-1.24.13 index 1f5af45a51f3..0f062ba3eeb1 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-mplex-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-mplex-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-video/mjpegtools-2.1.0-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x8 RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=fd965c6f1edb18193a5495226d2ddba0 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-mplex-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-mplex-1.26.11 new file mode 100644 index 000000000000..b2744f918a84 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-mplex-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-video/mjpegtools-2.1.0-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=MPEG/DVD/SVCD/VCD video/audio multiplexing plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-video/mjpegtools-2.1.0-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=a5512f080b77ae6e3e8f86c8ac22572d diff --git a/metadata/md5-cache/media-plugins/gst-plugins-neon-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-neon-1.24.13 index d48725814d7c..41fe4a8a0344 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-neon-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-neon-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=net-libs/neon-0.30.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,a RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=e28aa7552db58d892598a968ccfe0212 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-neon-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-neon-1.26.11 new file mode 100644 index 000000000000..74329637ad3f --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-neon-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install setup test +DEPEND=>=net-libs/neon-0.30.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=HTTP client source plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm64 ~ppc ~ppc64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=net-libs/neon-0.30.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=1648ea1e96978b1cfd19a293ebde1d5d diff --git a/metadata/md5-cache/media-plugins/gst-plugins-openaptx-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-openaptx-1.24.13 index e8a05671cada..932002894441 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-openaptx-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-openaptx-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=|| ( >=media-libs/libfreeaptx-0.1.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x8 RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=e4266984840c2bae2750c90ad6f45161 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-openaptx-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-openaptx-1.26.11 new file mode 100644 index 000000000000..0d518bace856 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-openaptx-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install setup test +DEPEND=|| ( >=media-libs/libfreeaptx-0.1.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] =media-libs/libopenaptx-0.2.0*[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=openaptx plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 +LICENSE=GPL-2 +RDEPEND=|| ( >=media-libs/libfreeaptx-0.1.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] =media-libs/libopenaptx-0.2.0*[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=abca3a0e6042e13fddf8d137f815c093 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-opencv-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-opencv-1.24.13 index 87419653e6bb..4c27514eb094 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-opencv-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-opencv-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/opencv-4.1.2-r3:=[contrib,contribdnn,abi_x86_32(-)?,abi_x86 RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=fca35acf8c9014ae62fc22d21199127e diff --git a/metadata/md5-cache/media-plugins/gst-plugins-opencv-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-opencv-1.26.11 new file mode 100644 index 000000000000..e66cd986ae61 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-opencv-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/opencv-4.1.2-r3:=[contrib,contribdnn,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=OpenCV elements for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/opencv-4.1.2-r3:=[contrib,contribdnn,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=fca35acf8c9014ae62fc22d21199127e diff --git a/metadata/md5-cache/media-plugins/gst-plugins-openh264-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-openh264-1.24.13 index 63f718a74e5d..743391719d4c 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-openh264-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-openh264-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/openh264-1.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-) RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=606428771042047bd31afb60c5f32836 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-openh264-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-openh264-1.26.11 new file mode 100644 index 000000000000..3b26fec7d37f --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-openh264-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/openh264-1.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=H.264 encoder/decoder plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm ~arm64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/openh264-1.3:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=44803a3ce4500f20211d272ba6231e63 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-opus-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-opus-1.24.13 index 05e371aba35f..9cc72508e0c1 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-opus-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-opus-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/opus-1.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,ab RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.24.13.tar.xz https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=215f5ad05b11df7f25afa1051501031b diff --git a/metadata/md5-cache/media-plugins/gst-plugins-opus-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-opus-1.26.11 new file mode 100644 index 000000000000..7f4642bd2ea1 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-opus-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=>=media-libs/opus-1.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-base-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=Opus audio parser plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/opus-1.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-base-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?,ogg] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-base-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-base/gst-plugins-base-1.26.11.tar.xz https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=72de2e5a110b7b56ccc1a398c44dc27a diff --git a/metadata/md5-cache/media-plugins/gst-plugins-oss-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-oss-1.24.13 index 7e09a0a6e5e5..826a5946f80c 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-oss-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-oss-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,a RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=ebaaa4f47e197f4794b3dc8198e027fd diff --git a/metadata/md5-cache/media-plugins/gst-plugins-oss-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-oss-1.26.11 new file mode 100644 index 000000000000..2e468274c110 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-oss-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install setup test +DEPEND=virtual/os-headers >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=OSS (Open Sound System) support plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=392e52e9431f5ccf3dc58c79d0865362 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-pulse-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-pulse-1.24.13 index b079222db3a8..f1339d2b4c46 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-pulse-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-pulse-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/gst-plugins-base-1.24.13:1.0[abi_x86_32(-)?,abi_x86_64(-)?, RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=72779e684f227a83d92602ccfcc99432 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-pulse-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-pulse-1.26.11 new file mode 100644 index 000000000000..3e4bf686be70 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-pulse-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/gst-plugins-base-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/libpulse-2.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=PulseAudio sound server plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/gst-plugins-base-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/libpulse-2.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=89eda1a0ad6da7217e03ffb2e355ba56 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-qt6-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-qt6-1.26.11 new file mode 100644 index 000000000000..94313ac407d1 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-qt6-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=dev-qt/qtbase:6 dev-qt/qtdeclarative:6 dev-qt/qtshadertools:6 >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install setup test +DEPEND=dev-qt/qtbase:6=[gui,opengl,wayland,X?] dev-qt/qtdeclarative:6[opengl] >=media-libs/gst-plugins-base-1.26.11:1.0[egl,opengl,wayland,X?] >=dev-libs/glib-2.64.0:2 >=media-libs/gstreamer-1.26:1.0 >=media-libs/gst-plugins-good-1.26.11:1.0 +DESCRIPTION=Qt6 QML video sink plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=X +KEYWORDS=~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86 +LICENSE=GPL-2 +RDEPEND=dev-qt/qtbase:6=[gui,opengl,wayland,X?] dev-qt/qtdeclarative:6[opengl] >=media-libs/gst-plugins-base-1.26.11:1.0[egl,opengl,wayland,X?] || ( >=dev-qt/qtbase-6.10:6[wayland] <dev-qt/qtwayland-6.10:6 ) >=dev-libs/glib-2.64.0:2 >=media-libs/gstreamer-1.26:1.0 >=media-libs/gst-plugins-good-1.26.11:1.0 +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=ce01aaa1f0000de6e530a005a980c3a9 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-raw1394-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-raw1394-1.24.13 index 843502fcb6d0..ca4b2a064f33 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-raw1394-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-raw1394-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/libiec61883-1.2.0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_ RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=7db8098acc6a9677d5e9a9dd87a0c416 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-raw1394-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-raw1394-1.26.11 new file mode 100644 index 000000000000..1ae70d8fc980 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-raw1394-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/libiec61883-1.2.0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/libraw1394-2.1.0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/libavc1394-0.5.4-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=Fiwewire DV/HDV capture plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm64 ~ppc ~ppc64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/libiec61883-1.2.0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/libraw1394-2.1.0-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=sys-libs/libavc1394-0.5.4-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=39fa14510127c672fc7ca3a28bf35790 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-resindvd-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-resindvd-1.24.13 index 1afe5a22d962..c339850ffcdd 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-resindvd-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-resindvd-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/libdvdnav-4.2.0-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_ RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=33f4b6c5ecb19e76c6b5b098e67a2a8e diff --git a/metadata/md5-cache/media-plugins/gst-plugins-resindvd-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-resindvd-1.26.11 new file mode 100644 index 000000000000..fff5bee2b284 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-resindvd-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/libdvdnav-4.2.0-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/libdvdread-4.2.0-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=DVD playback support plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/libdvdnav-4.2.0-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/libdvdread-4.2.0-r1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=565b729e4eafc5b482eb12fea43d5c49 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-rtmp-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-rtmp-1.24.13 index 10765a63a665..742cd33542a5 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-rtmp-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-rtmp-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-video/rtmpdump-2.4_p20131018[abi_x86_32(-)?,abi_x86_64(-)?,abi_x RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=34f14bc03a4f15044b59d02fd896ba02 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-rtmp-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-rtmp-1.26.11 new file mode 100644 index 000000000000..c6c6a1c91c5c --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-rtmp-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-video/rtmpdump-2.4_p20131018[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=RTMP source/sink plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-video/rtmpdump-2.4_p20131018[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=fcfb281503ff9845730855e4af22e6d6 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-sbc-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-sbc-1.24.13 index d5ebc08d470d..a26e5e79bf50 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-sbc-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-sbc-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=media-libs/sbc[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n3 RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=5127c8bfb298d835544c69b957d200ce diff --git a/metadata/md5-cache/media-plugins/gst-plugins-sbc-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-sbc-1.26.11 new file mode 100644 index 000000000000..76a3fdc73335 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-sbc-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install setup test +DEPEND=media-libs/sbc[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=SBC encoder and decoder plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=GPL-2 +RDEPEND=media-libs/sbc[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=5127c8bfb298d835544c69b957d200ce diff --git a/metadata/md5-cache/media-plugins/gst-plugins-sctp-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-sctp-1.24.13 index 302f8eea304d..c4600e121a97 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-sctp-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-sctp-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,a RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=595912360d1c8bd8eefb662765a18189 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-sctp-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-sctp-1.26.11 new file mode 100644 index 000000000000..62e1dd0a41fa --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-sctp-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install setup test +DEPEND=>=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=SCTP plugins for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm64 +LICENSE=GPL-2 +RDEPEND=>=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=168d18675ea4d173618f18ed79973bd5 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-shout2-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-shout2-1.24.13 index c2d0fdac0195..fafbe1fec72f 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-shout2-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-shout2-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/libshout-2.4.6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-) RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=d7cc078984268d3f3a29ab911888dafd diff --git a/metadata/md5-cache/media-plugins/gst-plugins-shout2-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-shout2-1.26.11 new file mode 100644 index 000000000000..3a8cc601190c --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-shout2-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/libshout-2.4.6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=Icecast server sink plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm64 ~ppc ~ppc64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/libshout-2.4.6[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=d4f55b6bf046db983785e75cce8b254c diff --git a/metadata/md5-cache/media-plugins/gst-plugins-sidplay-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-sidplay-1.24.13 index 53c3cdd48d49..7ea03259022d 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-sidplay-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-sidplay-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/libsidplay-1.36.59-r1:1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=0bed02224310cb8cd6160300501cfd85 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-sidplay-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-sidplay-1.26.11 new file mode 100644 index 000000000000..133f50a71ee7 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-sidplay-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/libsidplay-1.36.59-r1:1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-ugly-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=Sid decoder plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/libsidplay-1.36.59-r1:1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-ugly-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=c0d733d17286dfaf84de8bae93c23510 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-smoothstreaming-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-smoothstreaming-1.24.13 index 64e461202aa0..70e214ade0f7 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-smoothstreaming-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-smoothstreaming-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=dev-libs/libxml2-2.9.1-r4:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32( RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=40b8dae5e2569dd0e422640da4cab464 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-smoothstreaming-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-smoothstreaming-1.26.11 new file mode 100644 index 000000000000..937828e95572 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-smoothstreaming-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install postinst prepare setup test +DEPEND=>=dev-libs/libxml2-2.9.1-r4:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=Smooth Streaming plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=dev-libs/libxml2-2.9.1-r4:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=23044145b6cc0a64645d325d69734022 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-soundtouch-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-soundtouch-1.24.13 index f78cc016dd8f..bd081f151d04 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-soundtouch-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-soundtouch-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/libsoundtouch-1.7.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86 RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=2d1339ae12c7f25e014c575a3c09c20c diff --git a/metadata/md5-cache/media-plugins/gst-plugins-soundtouch-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-soundtouch-1.26.11 new file mode 100644 index 000000000000..ac25feb5f5a0 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-soundtouch-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/libsoundtouch-1.7.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=Beats-per-minute detection and pitch controlling plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/libsoundtouch-1.7.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=4fba51441b24bbaaf4e7c0f5a3eb9154 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-soup-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-soup-1.24.13 index 756fd57466fc..a35b18aefc73 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-soup-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-soup-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=net-libs/libsoup:3.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_m RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=654cc054408a7f74bbfecda96b33630d diff --git a/metadata/md5-cache/media-plugins/gst-plugins-soup-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-soup-1.26.11 new file mode 100644 index 000000000000..d28f1a0c8725 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-soup-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install setup test +DEPEND=>=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=HTTP client source/sink plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos +LICENSE=GPL-2 +RDEPEND=net-libs/libsoup:3.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=f6c0b2aa3bc058d9f4037ec7c64898cb diff --git a/metadata/md5-cache/media-plugins/gst-plugins-speex-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-speex-1.24.13 index 72250a87ecdc..50c6229c95f7 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-speex-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-speex-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/speex-1.2_rc1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32( RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=e07c953f0321e5c8c2c9790ad1aa211b diff --git a/metadata/md5-cache/media-plugins/gst-plugins-speex-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-speex-1.26.11 new file mode 100644 index 000000000000..1b86cf4a91a2 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-speex-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/speex-1.2_rc1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=Speex encoder/decoder plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/speex-1.2_rc1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=70aa03dce6678da11aeaa83f0c6dbf90 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-srt-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-srt-1.24.13 index 2d6f6d0c1b2a..b144614fc6e7 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-srt-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-srt-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=net-libs/srt-1.3.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=226dd2a5f16730f8fc5aa7ad1271be48 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-srt-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-srt-1.26.11 new file mode 100644 index 000000000000..a36128877748 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-srt-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=dev-util/glib-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install setup test +DEPEND=>=net-libs/srt-1.3.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=Secure reliable transport (SRT) transfer plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm64 +LICENSE=GPL-2 +RDEPEND=>=net-libs/srt-1.3.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=226dd2a5f16730f8fc5aa7ad1271be48 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-srtp-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-srtp-1.24.13 index fe5040fc5f4d..a5a460929d08 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-srtp-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-srtp-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=net-libs/libsrtp-2.1.0:2=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-) RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=28a7d3c17a56bd63ff03263d7fe6ecc1 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-srtp-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-srtp-1.26.11 new file mode 100644 index 000000000000..5770f559ea66 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-srtp-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=dev-util/glib-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install setup test +DEPEND=>=net-libs/libsrtp-2.1.0:2=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=SRTP encoder/decoder plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 +LICENSE=GPL-2 +RDEPEND=>=net-libs/libsrtp-2.1.0:2=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=dfd19294e962d2c40c032d7ac2200325 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-taglib-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-taglib-1.24.13 index abd0d657b360..7d7ee6122233 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-taglib-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-taglib-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/taglib-1.9.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-) RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=23b4c07c4872b61c0db37b3fcfd9da0a diff --git a/metadata/md5-cache/media-plugins/gst-plugins-taglib-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-taglib-1.26.11 new file mode 100644 index 000000000000..4651cb4e4d9d --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-taglib-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/taglib-1.9.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=ID3v2/APEv2 tagger plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/taglib-1.9.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=0909f8d11ddd8e4da406ae70bb005d83 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-twolame-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-twolame-1.24.13 index bde67b3041c1..cb66fb0a8bf1 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-twolame-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-twolame-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-sound/twolame-0.3.13-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x3 RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=160dc0c527d62ffa46374aaf25e3e3d4 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-twolame-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-twolame-1.26.11 new file mode 100644 index 000000000000..c066b369fa36 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-twolame-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-sound/twolame-0.3.13-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=MPEG2 encoder plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-sound/twolame-0.3.13-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=cf795eb92572dba35915a784063bb1aa diff --git a/metadata/md5-cache/media-plugins/gst-plugins-uvch264-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-uvch264-1.24.13 index b147d071f832..a63bb03e9893 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-uvch264-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-uvch264-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=dev-libs/libgudev:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mi RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=70e269e1d3de77cc2de0186d6df092c8 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-uvch264-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-uvch264-1.26.11 new file mode 100644 index 000000000000..2116ac4aa056 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-uvch264-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=dev-libs/libgudev:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] virtual/libusb:1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=UVC compliant H264 encoding cameras plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=GPL-2 +RDEPEND=dev-libs/libgudev:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] virtual/libusb:1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=52a0a3954bb41035584a22b25c9fb485 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-v4l2-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-v4l2-1.24.13 index 080d8727059a..0096221741c5 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-v4l2-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-v4l2-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/libv4l-0.9.5[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?, RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=d2f05eb220f8833d75a0cc2a260ef74a diff --git a/metadata/md5-cache/media-plugins/gst-plugins-v4l2-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-v4l2-1.26.11 new file mode 100644 index 000000000000..cdcdea6cb167 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-v4l2-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/libv4l-0.9.5[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-base-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] udev? ( >=dev-libs/libgudev-208:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) virtual/os-headers >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=plugin for gstreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=udev abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/libv4l-0.9.5[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-base-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] udev? ( >=dev-libs/libgudev-208:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=e529c36704b9f3901c4125faa8a8ad85 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-vaapi-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-vaapi-1.24.13 index 43ee2b2b2c76..b79950a5ea5f 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-vaapi-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-vaapi-1.24.13 @@ -13,5 +13,5 @@ REQUIRED_USE=|| ( drm gles2 opengl wayland X ) gles2? ( egl ) opengl? ( || ( egl RESTRICT=!test? ( test ) !test? ( test ) SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=15c89cc540d077ea124b6b602cb57e27 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-vaapi-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-vaapi-1.26.11 new file mode 100644 index 000000000000..d2ea8c994015 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-vaapi-1.26.11 @@ -0,0 +1,17 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array test? ( x11-base/xorg-server[xvfb] x11-apps/xhost ) || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig nls? ( >=sys-devel/gettext-0.17 ) test? ( media-libs/gstreamer[test] ) +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/gst-plugins-base-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/libva-1.15.0:=[drm(+)?,wayland?,X?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] drm? ( >=virtual/libudev-208:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libdrm-2.4.98[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gles2? ( >=media-libs/gst-plugins-base-1.26.11:1.0[egl?,gles2?,opengl?,wayland?,X?] >=media-libs/mesa-24.1.0_rc1[opengl,X?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) opengl? ( >=media-libs/gst-plugins-base-1.26.11:1.0[egl?,gles2?,opengl?,wayland?,X?] >=media-libs/mesa-24.1.0_rc1[opengl,X?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) wayland? ( >=dev-libs/wayland-1.11.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) X? ( >=x11-libs/libX11-1.6.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXrandr-1.4.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXrender[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=Hardware accelerated video decoding through VA-API plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi +INHERIT=gstreamer-meson +IUSE=+drm +egl +gles2 opengl wayland +X abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 test nls test +KEYWORDS=~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86 +LICENSE=LGPL-2.1+ +RDEPEND=>=media-libs/gst-plugins-base-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/libva-1.15.0:=[drm(+)?,wayland?,X?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] drm? ( >=virtual/libudev-208:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libdrm-2.4.98[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) gles2? ( >=media-libs/gst-plugins-base-1.26.11:1.0[egl?,gles2?,opengl?,wayland?,X?] >=media-libs/mesa-24.1.0_rc1[opengl,X?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) opengl? ( >=media-libs/gst-plugins-base-1.26.11:1.0[egl?,gles2?,opengl?,wayland?,X?] >=media-libs/mesa-24.1.0_rc1[opengl,X?,abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) wayland? ( >=dev-libs/wayland-1.11.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) X? ( >=x11-libs/libX11-1.6.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXrandr-1.4.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXrender[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +REQUIRED_USE=|| ( drm gles2 opengl wayland X ) gles2? ( egl ) opengl? ( || ( egl X ) ) wayland? ( drm ) +RESTRICT=!test? ( test ) !test? ( test ) +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gstreamer-vaapi/gstreamer-vaapi-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=27167abc9acd38a72a23aabb006c4d41 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-voaacenc-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-voaacenc-1.24.13 index c5baf324bb7b..f4a976ee57e1 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-voaacenc-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-voaacenc-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/vo-aacenc-0.1.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(- RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=e19c262addb03c26be95e05adbd9f7b5 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-voaacenc-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-voaacenc-1.26.11 new file mode 100644 index 000000000000..3e144f6214b6 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-voaacenc-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/vo-aacenc-0.1.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=AAC encoder plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/vo-aacenc-0.1.3[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=3c1b5dd2a28c5a6137f15bb7adae9246 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-voamrwbenc-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-voamrwbenc-1.24.13 index 7e85f4c56708..0f306c9da355 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-voamrwbenc-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-voamrwbenc-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/vo-amrwbenc-0.1.2-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_ RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=7a37f544a317d13d636c33e6d0971dbf diff --git a/metadata/md5-cache/media-plugins/gst-plugins-voamrwbenc-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-voamrwbenc-1.26.11 new file mode 100644 index 000000000000..5e595ec2eaeb --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-voamrwbenc-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/vo-amrwbenc-0.1.2-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=AMR-WB audio encoder plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/vo-amrwbenc-0.1.2-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=8a47e12cb50dea38acafca43b139f1ed diff --git a/metadata/md5-cache/media-plugins/gst-plugins-vpx-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-vpx-1.24.13 index 1b004624f13f..34cd595d9da4 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-vpx-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-vpx-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/libvpx-1.7.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-) RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=c7cc8b5b377a9859cb2c240c29dc158c diff --git a/metadata/md5-cache/media-plugins/gst-plugins-vpx-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-vpx-1.26.11 new file mode 100644 index 000000000000..03bf04a09a2a --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-vpx-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=dev-util/glib-utils >=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/libvpx-1.7.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=VP8/VP9 video encoder/decoder plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/libvpx-1.7.0:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=a690b76baa6ad544f43829c8aa02eabf diff --git a/metadata/md5-cache/media-plugins/gst-plugins-wavpack-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-wavpack-1.24.13 index fe824c3e59f0..73c59b28200a 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-wavpack-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-wavpack-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-sound/wavpack-4.60.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x3 RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=e8815f360d8ebef6fe331f1a9035a313 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-wavpack-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-wavpack-1.26.11 new file mode 100644 index 000000000000..ea842d9f076f --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-wavpack-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-sound/wavpack-4.60.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=Wavpack audio encoder/decoder plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-sound/wavpack-4.60.1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=bf2f1404b1e64a1a711f80eac13901db diff --git a/metadata/md5-cache/media-plugins/gst-plugins-webp-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-webp-1.24.13 index a8de1fec6c06..6dce879632f1 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-webp-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-webp-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/libwebp-0.2.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(- RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=db476f04eb7fbefe303a877ca61756ae diff --git a/metadata/md5-cache/media-plugins/gst-plugins-webp-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-webp-1.26.11 new file mode 100644 index 000000000000..c166aaa64058 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-webp-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/libwebp-0.2.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=WebP image format support for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm64 +LICENSE=GPL-2 +RDEPEND=>=media-libs/libwebp-0.2.1:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=f35d59830463008088dd3b1aadaa88ac diff --git a/metadata/md5-cache/media-plugins/gst-plugins-webrtc-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-webrtc-1.24.13 index 38efc98d4514..255005097f0a 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-webrtc-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-webrtc-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-plugins/gst-plugins-sctp-1.24.13:1.0[abi_x86_32(-)?,abi_x86_64(- RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=d55daa32280bd6dee55100462fe6ec38 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-webrtc-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-webrtc-1.26.11 new file mode 100644 index 000000000000..d27fec34f5e3 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-webrtc-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install prepare setup test +DEPEND=>=media-plugins/gst-plugins-sctp-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] || ( >=media-libs/webrtc-audio-processing-2.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/webrtc-audio-processing-1.0:1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=net-libs/libnice-0.1.22[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=WebRTC plugins for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm64 +LICENSE=GPL-2 +RDEPEND=>=media-plugins/gst-plugins-sctp-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] || ( >=media-libs/webrtc-audio-processing-2.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/webrtc-audio-processing-1.0:1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) >=net-libs/libnice-0.1.22[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=f0f26c33723367fb35584628c83df1c1 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-x264-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-x264-1.24.13 index c8f7fe667b62..f17f30d3ebb0 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-x264-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-x264-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/x264-0.0.20130506:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=90efdc071bcd0a892d40431e60ae0370 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-x264-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-x264-1.26.11 new file mode 100644 index 000000000000..5ad28f62ac26 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-x264-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/x264-0.0.20130506:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-ugly-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=H.264 encoder plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/x264-0.0.20130506:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-ugly-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-ugly/gst-plugins-ugly-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=9ea512fbbd15e008ce0fbd7388920549 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-x265-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-x265-1.24.13 index 8fcc31156327..5097afcf0c5e 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-x265-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-x265-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=media-libs/x265:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=842c31af9bb8d72fa34fa1b2e78df4fe diff --git a/metadata/md5-cache/media-plugins/gst-plugins-x265-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-x265-1.26.11 new file mode 100644 index 000000000000..8ab24523ec09 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-x265-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install setup test +DEPEND=media-libs/x265:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=H.265 encoder plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm64 ~x86 +LICENSE=GPL-2 +RDEPEND=media-libs/x265:=[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=c1f3fd11f69e8a4725ce5cc963e3141d diff --git a/metadata/md5-cache/media-plugins/gst-plugins-ximagesrc-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-ximagesrc-1.24.13 index 0084e4c5dcbd..c646c8a61512 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-ximagesrc-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-ximagesrc-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-libs/gst-plugins-base-1.24.13:1.0[abi_x86_32(-)?,abi_x86_64(-)?, RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=57409f35f0c95513eeb2bbe71a69d41a diff --git a/metadata/md5-cache/media-plugins/gst-plugins-ximagesrc-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-ximagesrc-1.26.11 new file mode 100644 index 000000000000..579cf248ea26 --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-ximagesrc-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-libs/gst-plugins-base-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libX11-1.6.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXdamage-1.1.4-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXext-1.3.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXfixes-5.0.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXtst[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-base/xorg-proto >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=X11 video capture stream plugin for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm64 ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 +RDEPEND=>=media-libs/gst-plugins-base-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libX11-1.6.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXdamage-1.1.4-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXext-1.3.2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=x11-libs/libXfixes-5.0.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] x11-libs/libXtst[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-good-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-good/gst-plugins-good-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=140cd3fdfa5571c251a8e533e4486188 diff --git a/metadata/md5-cache/media-plugins/gst-plugins-zbar-1.24.13 b/metadata/md5-cache/media-plugins/gst-plugins-zbar-1.24.13 index ce94504ca754..d40f18eaba4d 100644 --- a/metadata/md5-cache/media-plugins/gst-plugins-zbar-1.24.13 +++ b/metadata/md5-cache/media-plugins/gst-plugins-zbar-1.24.13 @@ -12,5 +12,5 @@ RDEPEND=>=media-gfx/zbar-0.10_p20121015-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86 RESTRICT=test SLOT=1.0 SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.24.13.tar.xz -_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 5c114876cd3f5e679d41442d0142f9ac meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=e44d31d5975c0b3aea929e8a68ae7e4d diff --git a/metadata/md5-cache/media-plugins/gst-plugins-zbar-1.26.11 b/metadata/md5-cache/media-plugins/gst-plugins-zbar-1.26.11 new file mode 100644 index 000000000000..db5811d875fd --- /dev/null +++ b/metadata/md5-cache/media-plugins/gst-plugins-zbar-1.26.11 @@ -0,0 +1,16 @@ +BDEPEND=>=dev-build/meson-1.2.3 app-alternatives/ninja dev-build/meson-format-array || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) virtual/pkgconfig dev-util/glib-utils +DEFINED_PHASES=compile configure install setup test +DEPEND=>=media-gfx/zbar-0.10_p20121015-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +DESCRIPTION=Bar codes detection in video streams for GStreamer +EAPI=8 +HOMEPAGE=https://gstreamer.freedesktop.org/ +INHERIT=gstreamer-meson +IUSE=abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_s390_32 abi_s390_64 +KEYWORDS=~amd64 ~arm64 +LICENSE=GPL-2 +RDEPEND=>=media-gfx/zbar-0.10_p20121015-r2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=dev-libs/glib-2.64.0:2[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gstreamer-1.26:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/gst-plugins-bad-1.26.11:1.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_s390_32(-)?,abi_s390_64(-)?] +RESTRICT=test +SLOT=1.0 +SRC_URI=https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-1.26.11.tar.xz +_eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gstreamer-meson 344029e2fef34cb19d5e889bfa51a03a meson 12065b402c6d78a2aec926ed8dfd964f multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multilib-build d7802b3638ffc661375c0021cdd19efd multilib-minimal e9f54d75b074edc47d36994bbc1e2123 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=e44d31d5975c0b3aea929e8a68ae7e4d diff --git a/metadata/md5-cache/media-sound/gnome-sound-recorder-42.0 b/metadata/md5-cache/media-sound/gnome-sound-recorder-42.0 index a090f78d7187..d1373fac1424 100644 --- a/metadata/md5-cache/media-sound/gnome-sound-recorder-42.0 +++ b/metadata/md5-cache/media-sound/gnome-sound-recorder-42.0 @@ -12,4 +12,4 @@ RDEPEND=>=dev-libs/gjs-1.54.0 >=dev-libs/glib-2.46:2 >=gui-libs/gtk-4.4.0:4[intr SLOT=0 SRC_URI=mirror://gnome/sources/gnome-sound-recorder/42/gnome-sound-recorder-42.0.tar.xz _eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 meson 12065b402c6d78a2aec926ed8dfd964f multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=03492b55edb32c137365f5ef8871e1f0 +_md5_=889ba1460fa01910f194687c3acd0532 diff --git a/metadata/md5-cache/net-im/chatterino-2.5.4 b/metadata/md5-cache/net-im/chatterino-2.5.4 deleted file mode 100644 index bbb18051e321..000000000000 --- a/metadata/md5-cache/net-im/chatterino-2.5.4 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=dev-qt/qttools:6[linguist] app-alternatives/ninja >=dev-build/cmake-3.28.5 -DEFINED_PHASES=compile configure install postinst postrm preinst prepare test -DEPEND=dev-libs/openssl:= dev-qt/qt5compat:6 dev-qt/qtbase:6[concurrent,gui,network,widgets] dev-qt/qtsvg:6 dev-qt/qtimageformats:6 libnotify? ( dev-libs/glib:2 x11-libs/gdk-pixbuf:2 x11-libs/libnotify ) qtkeychain? ( dev-libs/qtkeychain:= ) dev-libs/boost -DESCRIPTION=Chat client for https://twitch.tv -EAPI=8 -HOMEPAGE=https://chatterino.com/ -IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info -INHERIT=cmake flag-o-matic optfeature xdg -IUSE=debug libnotify +plugins qtkeychain -KEYWORDS=~amd64 -LICENSE=MIT Boost-1.0 BSD MIT Unlicense -RDEPEND=dev-libs/openssl:= dev-qt/qt5compat:6 dev-qt/qtbase:6[concurrent,gui,network,widgets] dev-qt/qtsvg:6 dev-qt/qtimageformats:6 libnotify? ( dev-libs/glib:2 x11-libs/gdk-pixbuf:2 x11-libs/libnotify ) qtkeychain? ( dev-libs/qtkeychain:= ) -SLOT=0 -SRC_URI=https://github.com/Chatterino/chatterino2/archive/v2.5.4.tar.gz -> chatterino-2.5.4.tar.gz https://github.com/Chatterino/certify/archive/a448a3915ddac716ce76e4b8cbf0e7f4153ed1e2.tar.gz -> chatterino-certify-a448a3915ddac716ce76e4b8cbf0e7f4153ed1e2.tar.gz https://github.com/nonstd-lite/expected-lite/archive/e45e8d5f295d54efe9cace331b9e9f5efa8a84c3.tar.gz -> chatterino-expected-e45e8d5f295d54efe9cace331b9e9f5efa8a84c3.tar.gz https://github.com/Chatterino/libcommuni/archive/2979eb96262756047a8dca47f2e509168138c0d0.tar.gz -> chatterino-libcommuni-2979eb96262756047a8dca47f2e509168138c0d0.tar.gz https://github.com/lua/lua/archive/1ab3208a1fceb12fca8f24ba57d6e13c5bff15e3.tar.gz -> chatterino-lua-1ab3208a1fceb12fca8f24ba57d6e13c5bff15e3.tar.gz https://github.com/Neargye/magic_enum/archive/e55b9b54d5cf61f8e117cafb17846d7d742dd3b4.tar.gz -> chatterino-magic-e55b9b54d5cf61f8e117cafb17846d7d742dd3b4.tar.gz https://github.com/mackron/miniaudio/archive/350784a9467a79d0fa65802132668e5afbcf3777.tar.gz -> chatterino-miniaudio-350784a9467a79d0fa65802132668e5afbcf3777.tar.gz https://github.com/Tencent/rapidjson/archive/d87b698d0fcc10a5f632ecbc80a9cb2a8fa094a5.tar.gz -> chatterino-rapidjson-d87b698d0fcc10a5f632ecbc80a9cb2a8fa094a5.tar.gz https://github.com/pajlada/serialize/archive/17946d65a41a72b447da37df6e314cded9650c32.tar.gz -> chatterino-serialize-17946d65a41a72b447da37df6e314cded9650c32.tar.gz https://github.com/pajlada/settings/archive/9b5c05ee2129e9eaa641d08a49096682105c2588.tar.gz -> chatterino-settings-9b5c05ee2129e9eaa641d08a49096682105c2588.tar.gz https://github.com/pajlada/signals/archive/d06770649a7e83db780865d09c313a876bf0f4eb.tar.gz -> chatterino-signals-d06770649a7e83db780865d09c313a876bf0f4eb.tar.gz https://github.com/ThePhD/sol2/archive/2b0d2fe8ba0074e16b499940c4f3126b9c7d3471.tar.gz -> chatterino-sol2-2b0d2fe8ba0074e16b499940c4f3126b9c7d3471.tar.gz https://github.com/Chatterino/websocketpp/archive/f1736a8e72b910810ff6869fe20f647a62f3bc35.tar.gz -> chatterino-websocketpp-f1736a8e72b910810ff6869fe20f647a62f3bc35.tar.gz -_eclasses_=cmake 3395ce6618fc5c7af03335471b896644 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=d6abeedff41f60c5be70950dc648a87a diff --git a/metadata/md5-cache/net-im/chatterino-9999 b/metadata/md5-cache/net-im/chatterino-9999 index b45730bf7589..6cbeecaacd00 100644 --- a/metadata/md5-cache/net-im/chatterino-9999 +++ b/metadata/md5-cache/net-im/chatterino-9999 @@ -12,6 +12,6 @@ PROPERTIES=live RDEPEND=dev-libs/openssl:= dev-qt/qt5compat:6 dev-qt/qtbase:6[concurrent,gui,network,widgets] dev-qt/qtsvg:6 dev-qt/qtimageformats:6 libnotify? ( dev-libs/glib:2 x11-libs/gdk-pixbuf:2 x11-libs/libnotify ) qtkeychain? ( dev-libs/qtkeychain:= ) spell? ( app-text/hunspell ) RESTRICT=mirror SLOT=0 -SRC_URI=https://github.com/Chatterino/certify/archive/a448a3915ddac716ce76e4b8cbf0e7f4153ed1e2.tar.gz -> chatterino-certify-a448a3915ddac716ce76e4b8cbf0e7f4153ed1e2.tar.gz https://github.com/nonstd-lite/expected-lite/archive/df5814711f5f9111a2515a181bde67f22f2fe716.tar.gz -> chatterino-expected-df5814711f5f9111a2515a181bde67f22f2fe716.tar.gz https://github.com/Chatterino/libcommuni/archive/bb5417c451d764f57f2f1b3e1c9a81496b5521bd.tar.gz -> chatterino-libcommuni-bb5417c451d764f57f2f1b3e1c9a81496b5521bd.tar.gz https://github.com/lua/lua/archive/1ab3208a1fceb12fca8f24ba57d6e13c5bff15e3.tar.gz -> chatterino-lua-1ab3208a1fceb12fca8f24ba57d6e13c5bff15e3.tar.gz https://github.com/Neargye/magic_enum/archive/e55b9b54d5cf61f8e117cafb17846d7d742dd3b4.tar.gz -> chatterino-magic-e55b9b54d5cf61f8e117cafb17846d7d742dd3b4.tar.gz https://github.com/mackron/miniaudio/archive/9634bedb5b5a2ca38c1ee7108a9358a4e233f14d.tar.gz -> chatterino-miniaudio-9634bedb5b5a2ca38c1ee7108a9358a4e233f14d.tar.gz https://github.com/Tencent/rapidjson/archive/24b5e7a8b27f42fa16b96fc70aade9106cf7102f.tar.gz -> chatterino-rapidjson-24b5e7a8b27f42fa16b96fc70aade9106cf7102f.tar.gz https://github.com/pajlada/serialize/archive/75bc7b9c1054f70d0dd0486f175dea93c7733cc3.tar.gz -> chatterino-serialize-75bc7b9c1054f70d0dd0486f175dea93c7733cc3.tar.gz https://github.com/pajlada/settings/archive/16b3d5ba6e947e84df74e17a19121d6be8baf36b.tar.gz -> chatterino-settings-16b3d5ba6e947e84df74e17a19121d6be8baf36b.tar.gz https://github.com/pajlada/signals/archive/ef0bd9978826bfb2df536c1312762bacbe0b45fa.tar.gz -> chatterino-signals-ef0bd9978826bfb2df536c1312762bacbe0b45fa.tar.gz https://github.com/ThePhD/sol2/archive/2b0d2fe8ba0074e16b499940c4f3126b9c7d3471.tar.gz -> chatterino-sol2-2b0d2fe8ba0074e16b499940c4f3126b9c7d3471.tar.gz +SRC_URI=https://github.com/Chatterino/certify/archive/a448a3915ddac716ce76e4b8cbf0e7f4153ed1e2.tar.gz -> chatterino-certify-a448a3915ddac716ce76e4b8cbf0e7f4153ed1e2.tar.gz https://github.com/nonstd-lite/expected-lite/archive/df5814711f5f9111a2515a181bde67f22f2fe716.tar.gz -> chatterino-expected-df5814711f5f9111a2515a181bde67f22f2fe716.tar.gz https://github.com/Chatterino/libcommuni/archive/bb5417c451d764f57f2f1b3e1c9a81496b5521bd.tar.gz -> chatterino-libcommuni-bb5417c451d764f57f2f1b3e1c9a81496b5521bd.tar.gz https://github.com/lua/lua/archive/1ab3208a1fceb12fca8f24ba57d6e13c5bff15e3.tar.gz -> chatterino-lua-1ab3208a1fceb12fca8f24ba57d6e13c5bff15e3.tar.gz https://github.com/Neargye/magic_enum/archive/1384769c66bd16ec9bb1353f45fe8ec8ccc12dbd.tar.gz -> chatterino-magic-1384769c66bd16ec9bb1353f45fe8ec8ccc12dbd.tar.gz https://github.com/mackron/miniaudio/archive/9634bedb5b5a2ca38c1ee7108a9358a4e233f14d.tar.gz -> chatterino-miniaudio-9634bedb5b5a2ca38c1ee7108a9358a4e233f14d.tar.gz https://github.com/Tencent/rapidjson/archive/24b5e7a8b27f42fa16b96fc70aade9106cf7102f.tar.gz -> chatterino-rapidjson-24b5e7a8b27f42fa16b96fc70aade9106cf7102f.tar.gz https://github.com/pajlada/serialize/archive/a5103e4bfd647d914ec2d49f9353022bf93c54e2.tar.gz -> chatterino-serialize-a5103e4bfd647d914ec2d49f9353022bf93c54e2.tar.gz https://github.com/pajlada/settings/archive/d9246de5677f369054231ddb4d663be6b1eaf45d.tar.gz -> chatterino-settings-d9246de5677f369054231ddb4d663be6b1eaf45d.tar.gz https://github.com/pajlada/signals/archive/d5fdf0e823a6cd3153e5982ec9aa40f737f59b21.tar.gz -> chatterino-signals-d5fdf0e823a6cd3153e5982ec9aa40f737f59b21.tar.gz https://github.com/ThePhD/sol2/archive/2b0d2fe8ba0074e16b499940c4f3126b9c7d3471.tar.gz -> chatterino-sol2-2b0d2fe8ba0074e16b499940c4f3126b9c7d3471.tar.gz _eclasses_=cmake 3395ce6618fc5c7af03335471b896644 flag-o-matic fd3558f73f6503093adee69adf41020d git-r3 7b584b5dc33e3bc66ff5b9271bf41764 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=1bbcac7e0ebd5e58af9d5f0496b170de +_md5_=c72ac85d6523d463da988259f9caf9ec diff --git a/metadata/md5-cache/net-im/element-desktop-1.12.16 b/metadata/md5-cache/net-im/element-desktop-1.12.16 deleted file mode 100644 index 94117f7dd771..000000000000 --- a/metadata/md5-cache/net-im/element-desktop-1.12.16 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) || ( ( dev-lang/python:3.14 dev-python/setuptools[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-python/setuptools[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/setuptools[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/setuptools[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/setuptools[python_targets_python3_10(-)] ) ) native-modules? ( || ( dev-lang/rust dev-lang/rust-bin ) ) net-libs/nodejs[corepack] -DEFINED_PHASES=compile install postinst postrm setup unpack -DEPEND=~net-im/element-web-1.12.16 native-modules? ( dev-db/sqlcipher ) electron-40? ( dev-util/electron:40 ) electron-41? ( dev-util/electron:41 ) electron-42? ( dev-util/electron:42 ) !electron-40? ( !electron-41? ( !electron-42? ( dev-util/electron:39 ) ) ) -DESCRIPTION=A glossy Matrix collaboration client for desktop -EAPI=8 -HOMEPAGE=https://element.io/ -INHERIT=desktop flag-o-matic multilib python-any-r1 xdg-utils -IUSE=electron-40 electron-41 electron-42 native-modules +build-online -LICENSE=Apache-2.0 -RDEPEND=~net-im/element-web-1.12.16 native-modules? ( dev-db/sqlcipher ) electron-40? ( dev-util/electron:40 ) electron-41? ( dev-util/electron:41 ) electron-42? ( dev-util/electron:42 ) !electron-40? ( !electron-41? ( !electron-42? ( dev-util/electron:39 ) ) ) -REQUIRED_USE=native-modules? ( build-online ) -RESTRICT=mirror build-online? ( network-sandbox ) -SLOT=0 -SRC_URI=https://github.com/element-hq/element-web/archive/v1.12.16.tar.gz -> element-web-1.12.16.tar.gz -_eclasses_=desktop 26d57169ca094c04be416993844ec8bc flag-o-matic fd3558f73f6503093adee69adf41020d multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=f2d5b640e6ba0d2a17a126636abc3929 diff --git a/metadata/md5-cache/net-im/element-desktop-1.12.17 b/metadata/md5-cache/net-im/element-desktop-1.12.17 deleted file mode 100644 index 4c68011f6755..000000000000 --- a/metadata/md5-cache/net-im/element-desktop-1.12.17 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) || ( ( dev-lang/python:3.14 dev-python/setuptools[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-python/setuptools[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/setuptools[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/setuptools[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/setuptools[python_targets_python3_10(-)] ) ) native-modules? ( || ( dev-lang/rust dev-lang/rust-bin ) ) net-libs/nodejs[corepack] -DEFINED_PHASES=compile install postinst postrm setup unpack -DEPEND=~net-im/element-web-1.12.17 native-modules? ( dev-db/sqlcipher ) electron-40? ( dev-util/electron:40 ) electron-41? ( dev-util/electron:41 ) electron-42? ( dev-util/electron:42 ) !electron-40? ( !electron-41? ( !electron-42? ( dev-util/electron:39 ) ) ) -DESCRIPTION=A glossy Matrix collaboration client for desktop -EAPI=8 -HOMEPAGE=https://element.io/ -INHERIT=desktop flag-o-matic multilib python-any-r1 xdg-utils -IUSE=electron-40 electron-41 electron-42 native-modules +build-online -LICENSE=Apache-2.0 -RDEPEND=~net-im/element-web-1.12.17 native-modules? ( dev-db/sqlcipher ) electron-40? ( dev-util/electron:40 ) electron-41? ( dev-util/electron:41 ) electron-42? ( dev-util/electron:42 ) !electron-40? ( !electron-41? ( !electron-42? ( dev-util/electron:39 ) ) ) -REQUIRED_USE=native-modules? ( build-online ) -RESTRICT=mirror build-online? ( network-sandbox ) -SLOT=0 -SRC_URI=https://github.com/element-hq/element-web/archive/v1.12.17.tar.gz -> element-web-1.12.17.tar.gz -_eclasses_=desktop 26d57169ca094c04be416993844ec8bc flag-o-matic fd3558f73f6503093adee69adf41020d multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=8871bf84f3ca0a4bb10149b87fb4ac86 diff --git a/metadata/md5-cache/net-im/element-desktop-1.12.3 b/metadata/md5-cache/net-im/element-desktop-1.12.3 new file mode 100644 index 000000000000..f60cb9404ca7 --- /dev/null +++ b/metadata/md5-cache/net-im/element-desktop-1.12.3 @@ -0,0 +1,17 @@ +BDEPEND=sys-apps/yarn || ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* ) +DEFINED_PHASES=compile install postinst postrm preinst prepare setup unpack +DEPEND=!net-im/element-desktop-bin >=app-accessibility/at-spi2-core-2.46.0 app-crypt/libsecret dev-db/sqlcipher dev-libs/expat dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa net-libs/nodejs net-print/cups x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libxcb x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/libXScrnSaver x11-libs/pango emoji? ( media-fonts/noto-emoji ) +DESCRIPTION=A glossy Matrix collaboration client for desktop +EAPI=8 +HOMEPAGE=https://element.io +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=unpacker rust xdg +IUSE=+emoji +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RDEPEND=!net-im/element-desktop-bin >=app-accessibility/at-spi2-core-2.46.0 app-crypt/libsecret dev-db/sqlcipher dev-libs/expat dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa net-libs/nodejs net-print/cups x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libxcb x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/libXScrnSaver x11-libs/pango emoji? ( media-fonts/noto-emoji ) +RESTRICT=network-sandbox +SLOT=0 +SRC_URI=https://github.com/element-hq/element-desktop/archive/v1.12.3.tar.gz -> element-desktop-1.12.3.tar.gz https://github.com/element-hq/element-web/archive/v1.12.3.tar.gz -> element-web-1.12.3.tar.gz +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 unpacker a89c769f7dcf68bd2a6d23da9ede2ad2 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=c716a4b82af332815b8d8d72c8fad28d diff --git a/metadata/md5-cache/net-im/element-desktop-1.12.6 b/metadata/md5-cache/net-im/element-desktop-1.12.6 new file mode 100644 index 000000000000..15da3630a0d2 --- /dev/null +++ b/metadata/md5-cache/net-im/element-desktop-1.12.6 @@ -0,0 +1,17 @@ +BDEPEND=sys-apps/yarn >=net-libs/nodejs-22.18.0 || ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* ) +DEFINED_PHASES=compile install postinst postrm preinst prepare setup unpack +DEPEND=!net-im/element-desktop-bin >=app-accessibility/at-spi2-core-2.46.0 app-crypt/libsecret dev-db/sqlcipher dev-libs/expat dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa net-libs/nodejs net-print/cups x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libxcb x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/libXScrnSaver x11-libs/pango emoji? ( media-fonts/noto-emoji ) +DESCRIPTION=A glossy Matrix collaboration client for desktop +EAPI=8 +HOMEPAGE=https://element.io +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=unpacker rust xdg +IUSE=+emoji keyring +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RDEPEND=!net-im/element-desktop-bin >=app-accessibility/at-spi2-core-2.46.0 app-crypt/libsecret dev-db/sqlcipher dev-libs/expat dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa net-libs/nodejs net-print/cups x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libxcb x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/libXScrnSaver x11-libs/pango emoji? ( media-fonts/noto-emoji ) +RESTRICT=network-sandbox +SLOT=0 +SRC_URI=https://github.com/element-hq/element-desktop/archive/v1.12.6.tar.gz -> element-desktop-1.12.6.tar.gz https://github.com/element-hq/element-web/archive/v1.12.6.tar.gz -> element-web-1.12.6.tar.gz +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 unpacker a89c769f7dcf68bd2a6d23da9ede2ad2 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=97e2bce12cbbb67cd0d4c8e97b9bac55 diff --git a/metadata/md5-cache/net-im/element-desktop-1.12.7 b/metadata/md5-cache/net-im/element-desktop-1.12.7 new file mode 100644 index 000000000000..c443b290c707 --- /dev/null +++ b/metadata/md5-cache/net-im/element-desktop-1.12.7 @@ -0,0 +1,17 @@ +BDEPEND=sys-apps/yarn >=net-libs/nodejs-22.18.0 || ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* ) +DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack +DEPEND=!net-im/element-desktop-bin >=app-accessibility/at-spi2-core-2.46.0 app-crypt/libsecret dev-db/sqlcipher dev-libs/expat dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa net-libs/nodejs net-print/cups x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libxcb x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/libXScrnSaver x11-libs/pango emoji? ( media-fonts/noto-emoji ) +DESCRIPTION=A glossy Matrix collaboration client for desktop +EAPI=8 +HOMEPAGE=https://element.io +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=unpacker rust xdg +IUSE=+emoji keyring +KEYWORDS=~amd64 +LICENSE=Apache-2.0 +RDEPEND=!net-im/element-desktop-bin >=app-accessibility/at-spi2-core-2.46.0 app-crypt/libsecret dev-db/sqlcipher dev-libs/expat dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/mesa net-libs/nodejs net-print/cups x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libxcb x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXtst x11-libs/libXScrnSaver x11-libs/pango emoji? ( media-fonts/noto-emoji ) +RESTRICT=network-sandbox +SLOT=0 +SRC_URI=https://github.com/element-hq/element-desktop/archive/v1.12.7.tar.gz -> element-desktop-1.12.7.tar.gz https://github.com/element-hq/element-web/archive/v1.12.7.tar.gz -> element-web-1.12.7.tar.gz +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 unpacker a89c769f7dcf68bd2a6d23da9ede2ad2 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=89e1eab78347496322378c0663b116b5 diff --git a/metadata/md5-cache/net-im/element-desktop-9999 b/metadata/md5-cache/net-im/element-desktop-9999 deleted file mode 100644 index 291a5319ba05..000000000000 --- a/metadata/md5-cache/net-im/element-desktop-9999 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=|| ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 dev-lang/python:3.10 ) || ( ( dev-lang/python:3.14 dev-python/setuptools[python_targets_python3_14(-)] ) ( dev-lang/python:3.13 dev-python/setuptools[python_targets_python3_13(-)] ) ( dev-lang/python:3.12 dev-python/setuptools[python_targets_python3_12(-)] ) ( dev-lang/python:3.11 dev-python/setuptools[python_targets_python3_11(-)] ) ( dev-lang/python:3.10 dev-python/setuptools[python_targets_python3_10(-)] ) ) native-modules? ( || ( dev-lang/rust dev-lang/rust-bin ) ) net-libs/nodejs[corepack] >=dev-vcs/git-1.8.2.1[curl] -DEFINED_PHASES=compile install postinst postrm setup unpack -DEPEND=~net-im/element-web-9999 native-modules? ( dev-db/sqlcipher ) electron-40? ( dev-util/electron:40 ) electron-41? ( dev-util/electron:41 ) electron-42? ( dev-util/electron:42 ) !electron-40? ( !electron-41? ( !electron-42? ( dev-util/electron:39 ) ) ) -DESCRIPTION=A glossy Matrix collaboration client for desktop -EAPI=8 -HOMEPAGE=https://element.io/ -INHERIT=desktop flag-o-matic multilib python-any-r1 xdg-utils git-r3 -IUSE=electron-40 electron-41 electron-42 native-modules +build-online -LICENSE=Apache-2.0 -PROPERTIES=live -RDEPEND=~net-im/element-web-9999 native-modules? ( dev-db/sqlcipher ) electron-40? ( dev-util/electron:40 ) electron-41? ( dev-util/electron:41 ) electron-42? ( dev-util/electron:42 ) !electron-40? ( !electron-41? ( !electron-42? ( dev-util/electron:39 ) ) ) -REQUIRED_USE=native-modules? ( build-online ) -RESTRICT=mirror build-online? ( network-sandbox ) -SLOT=0 -_eclasses_=desktop 26d57169ca094c04be416993844ec8bc flag-o-matic fd3558f73f6503093adee69adf41020d git-r3 7b584b5dc33e3bc66ff5b9271bf41764 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=74dd681d27df12dbfa7c4829396095ce diff --git a/metadata/md5-cache/net-im/telegram-desktop-bin-6.7.5 b/metadata/md5-cache/net-im/telegram-desktop-bin-6.8.1 index 0b036f165cca..ea2f43ea8daf 100644 --- a/metadata/md5-cache/net-im/telegram-desktop-bin-6.7.5 +++ b/metadata/md5-cache/net-im/telegram-desktop-bin-6.8.1 @@ -8,6 +8,6 @@ KEYWORDS=-* ~amd64 LICENSE=GPL-3-with-openssl-exception RDEPEND=!net-im/telegram-desktop sys-libs/glibc dev-libs/glib:2 >=media-libs/fontconfig-2.13 media-libs/freetype:2 virtual/opengl x11-libs/gtk+:3[X,wayland] x11-libs/libX11 >=x11-libs/libxcb-1.10 SLOT=0 -SRC_URI=https://github.com/telegramdesktop/tdesktop/archive/v6.7.5.tar.gz -> tdesktop-6.7.5.tar.gz amd64? ( https://updates.tdesktop.com/tlinux/tsetup.6.7.5.tar.xz ) +SRC_URI=https://github.com/telegramdesktop/tdesktop/archive/v6.8.1.tar.gz -> tdesktop-6.8.1.tar.gz amd64? ( https://updates.tdesktop.com/tlinux/tsetup.6.8.1.tar.xz ) _eclasses_=desktop 26d57169ca094c04be416993844ec8bc optfeature 538bce96e5589935b57e178e8635f301 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=84a87609092e75997b4bdd2dc709d32e diff --git a/metadata/md5-cache/net-im/telepathy-mission-control-5.16.6 b/metadata/md5-cache/net-im/telepathy-mission-control-5.16.6 index 305b42a7edc3..6681d2bab8ef 100644 --- a/metadata/md5-cache/net-im/telepathy-mission-control-5.16.6 +++ b/metadata/md5-cache/net-im/telepathy-mission-control-5.16.6 @@ -13,4 +13,4 @@ RDEPEND=>=dev-libs/dbus-glib-0.82 >=dev-libs/glib-2.46:2 >=sys-apps/dbus-0.95 >= SLOT=0 SRC_URI=https://telepathy.freedesktop.org/releases/telepathy-mission-control/telepathy-mission-control-5.16.6.tar.gz _eclasses_=gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2 26fd01914b36038dc8e964ff4bd03a95 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 libtool 6a96cd90e5da8c7c615015479f46f1a4 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=50efb4c18dbbb5ded2d1c38910a21657 +_md5_=a1d85b6cffb779c74a56730d7a993c5f diff --git a/metadata/md5-cache/net-irc/telepathy-idle-0.2.2 b/metadata/md5-cache/net-irc/telepathy-idle-0.2.2 index 53ef1c870601..2d8bb2a220aa 100644 --- a/metadata/md5-cache/net-irc/telepathy-idle-0.2.2 +++ b/metadata/md5-cache/net-irc/telepathy-idle-0.2.2 @@ -13,4 +13,4 @@ REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_1 SLOT=0 SRC_URI=https://telepathy.freedesktop.org/releases/telepathy-idle/telepathy-idle-0.2.2.tar.gz _eclasses_=multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=bfad4430004491d4d152102e543e8b08 +_md5_=35985649698a3fd10394ecfa22977d9a diff --git a/metadata/md5-cache/net-libs/telepathy-glib-0.24.2-r1 b/metadata/md5-cache/net-libs/telepathy-glib-0.24.2-r1 index ae2490c2c0ac..7acb7153d95c 100644 --- a/metadata/md5-cache/net-libs/telepathy-glib-0.24.2-r1 +++ b/metadata/md5-cache/net-libs/telepathy-glib-0.24.2-r1 @@ -16,4 +16,4 @@ RESTRICT=test !test? ( test ) SLOT=0 SRC_URI=https://telepathy.freedesktop.org/releases/telepathy-glib/telepathy-glib-0.24.2.tar.gz _eclasses_=flag-o-matic fd3558f73f6503093adee69adf41020d gnome.org e1b4f392dbfedfb8974b71b017937f08 gnome2 26fd01914b36038dc8e964ff4bd03a95 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 libtool 6a96cd90e5da8c7c615015479f46f1a4 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 vala b2f2aa400d77b841d952dda847e24d53 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=c2e5ecaf33c85ec2d4be6480114ece5e +_md5_=46b51926dbf328aa8bc7b082ab9941b7 diff --git a/metadata/md5-cache/net-misc/sb-hosts-3.16.78 b/metadata/md5-cache/net-misc/sb-hosts-3.16.80 index 0debe1d5292c..4bc233652da8 100644 --- a/metadata/md5-cache/net-misc/sb-hosts-3.16.78 +++ b/metadata/md5-cache/net-misc/sb-hosts-3.16.80 @@ -6,5 +6,5 @@ IUSE=fakenews gambling porn social KEYWORDS=amd64 x86 LICENSE=MIT SLOT=0 -SRC_URI=https://github.com/StevenBlack/hosts/archive/3.16.78.tar.gz -> sb-hosts-3.16.78.tar.gz +SRC_URI=https://github.com/StevenBlack/hosts/archive/3.16.80.tar.gz -> sb-hosts-3.16.80.tar.gz _md5_=8d78b4c001cbecede5acc35c1c000705 diff --git a/metadata/md5-cache/net-misc/tinyssh-20260401 b/metadata/md5-cache/net-misc/tinyssh-20260401 index 96e20445a3f8..c03200b2b7d7 100644 --- a/metadata/md5-cache/net-misc/tinyssh-20260401 +++ b/metadata/md5-cache/net-misc/tinyssh-20260401 @@ -4,10 +4,10 @@ DESCRIPTION=A small SSH server with state-of-the-art cryptography EAPI=8 HOMEPAGE=https://tinyssh.org INHERIT=systemd toolchain-funcs -KEYWORDS=~amd64 ~x86 +KEYWORDS=~amd64 ~arm64 ~x86 LICENSE=|| ( CC0-1.0 0BSD MIT-0 MIT ) RDEPEND=sys-apps/ucspi-tcp SLOT=0 SRC_URI=https://github.com/janmojzis/tinyssh/archive/20260401.tar.gz -> tinyssh-20260401.tar.gz _eclasses_=systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=fb60693c9532ea0b57fe5b3a3022c94d +_md5_=3c374d13ac23bf10439b15a6eb7cbed7 diff --git a/metadata/md5-cache/net-misc/wstunnel-10.5.3 b/metadata/md5-cache/net-misc/wstunnel-10.5.3 deleted file mode 100644 index 0fcb1bf56894..000000000000 --- a/metadata/md5-cache/net-misc/wstunnel-10.5.3 +++ /dev/null @@ -1,13 +0,0 @@ -BDEPEND=|| ( >=dev-lang/rust-bin-1.88.0:* >=dev-lang/rust-1.88.0:* ) -DEFINED_PHASES=compile configure install setup test unpack -DESCRIPTION=Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI -EAPI=8 -HOMEPAGE=https://github.com/erebe/wstunnel/ -INHERIT=cargo -IUSE=debug -KEYWORDS=~amd64 -LICENSE=BSD Apache-2.0 BSD CC0-1.0 CDLA-Permissive-2.0 ISC MIT openssl Unicode-3.0 ZLIB -SLOT=0 -SRC_URI=https://github.com/erebe/wstunnel/archive/v10.5.3.tar.gz -> wstunnel-10.5.3.tar.gz https://raw.githubusercontent.com/PPN-SD/vendor/refs/tags/wstunnel-10.5.3/wstunnel-10.5.3-crates.tar.xz -_eclasses_=cargo 53bab5a62cfc3526d8ed02c0a38a6033 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=bd50152dfce89a3ac2303b5e47932af1 diff --git a/metadata/md5-cache/net-misc/wstunnel-10.5.4 b/metadata/md5-cache/net-misc/wstunnel-10.5.5 index ca14b1b2eb26..b70f291b58f6 100644 --- a/metadata/md5-cache/net-misc/wstunnel-10.5.4 +++ b/metadata/md5-cache/net-misc/wstunnel-10.5.5 @@ -8,6 +8,6 @@ IUSE=debug KEYWORDS=~amd64 LICENSE=BSD Apache-2.0 BSD CC0-1.0 ISC MIT openssl Unicode-3.0 ZLIB SLOT=0 -SRC_URI=https://github.com/erebe/wstunnel/archive/v10.5.4.tar.gz -> wstunnel-10.5.4.tar.gz https://raw.githubusercontent.com/PPN-SD/vendor/refs/tags/wstunnel-10.5.4/wstunnel-10.5.4-crates.tar.xz +SRC_URI=https://github.com/erebe/wstunnel/archive/v10.5.5.tar.gz -> wstunnel-10.5.5.tar.gz https://raw.githubusercontent.com/PPN-SD/vendor/refs/tags/wstunnel-10.5.4/wstunnel-10.5.4-crates.tar.xz _eclasses_=cargo 53bab5a62cfc3526d8ed02c0a38a6033 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=f46a1c1aab689c7029c1a8d258cd2a3b +_md5_=71ea959dc2bc0383e6806171a58563d8 diff --git a/metadata/md5-cache/net-news/liferea-1.16.9 b/metadata/md5-cache/net-news/liferea-1.16.9 new file mode 100644 index 000000000000..75f4fc1cd0f7 --- /dev/null +++ b/metadata/md5-cache/net-news/liferea-1.16.9 @@ -0,0 +1,17 @@ +BDEPEND=dev-util/intltool virtual/pkgconfig sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18.1:1.18 ) || ( >=dev-build/autoconf-2.73:2.73 >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3 +DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup +DEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) >=dev-db/sqlite-3.7.0:3 >=dev-libs/fribidi-0.19.7 >=dev-libs/glib-2.68.0:2 >=dev-libs/gobject-introspection-1.82.0-r2:= dev-libs/json-glib dev-libs/libpeas:2[python,python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?] >=dev-libs/libxml2-2.6.27:2 >=dev-libs/libxslt-1.1.19 gnome-base/gsettings-desktop-schemas >=net-libs/libsoup-3.0.7:3.0 net-libs/webkit-gtk:4.1= x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-3.24.0:3[X] >=x11-libs/pango-1.4.0 >=dev-python/pygobject-3.52.3:3= +DESCRIPTION=News Aggregator for RDF/RSS/CDF/Atom/Echo feeds +EAPI=8 +HOMEPAGE=https://lzone.de/liferea/ +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=autotools gnome2-utils optfeature python-single-r1 xdg +IUSE=python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 +KEYWORDS=~amd64 ~arm ~arm64 ~ppc64 +LICENSE=GPL-2+ +RDEPEND=python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) >=dev-db/sqlite-3.7.0:3 >=dev-libs/fribidi-0.19.7 >=dev-libs/glib-2.68.0:2 >=dev-libs/gobject-introspection-1.82.0-r2:= dev-libs/json-glib dev-libs/libpeas:2[python,python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?] >=dev-libs/libxml2-2.6.27:2 >=dev-libs/libxslt-1.1.19 gnome-base/gsettings-desktop-schemas >=net-libs/libsoup-3.0.7:3.0 net-libs/webkit-gtk:4.1= x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-3.24.0:3[X] >=x11-libs/pango-1.4.0 +REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 ) +SLOT=0 +SRC_URI=https://github.com/lwindolf/liferea/archive/refs/tags/v1.16.9.tar.gz -> liferea-1.16.9.tar.gz +_eclasses_=autotools 0698802996fcfe9a604eac3c1f6e7112 gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 gnuconfig b4fa4889c6f586d6b069215a86dd9e53 libtool 6a96cd90e5da8c7c615015479f46f1a4 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 optfeature 538bce96e5589935b57e178e8635f301 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=7b86c22230e8b5cc589f22b1582c0ddb diff --git a/metadata/md5-cache/sci-chemistry/gromacs-2024.6 b/metadata/md5-cache/sci-chemistry/gromacs-2024.6 index e7b6dd5b9fb2..58c1ff38c7ed 100644 --- a/metadata/md5-cache/sci-chemistry/gromacs-2024.6 +++ b/metadata/md5-cache/sci-chemistry/gromacs-2024.6 @@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) SLOT=0/2024.6 SRC_URI=https://ftp.gromacs.org/gromacs/gromacs-2024.6.tar.gz doc? ( https://ftp.gromacs.org/manual/manual-2024.6.pdf ) test? ( https://ftp.gromacs.org/regressiontests/regressiontests-2024.6.tar.gz ) _eclasses_=bash-completion-r1 9e91505e030725688d1e953321a47501 cmake 3395ce6618fc5c7af03335471b896644 cuda 8b660e223a1695e3884ee4c7dc2c5059 distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 readme.gentoo-r1 9ca94b2d607e7454ca6cfb44ab8ce327 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=48942167e49e8a82beed0d08637726d0 +_md5_=be93c88cb902ace33692829b5e9ce802 diff --git a/metadata/md5-cache/sci-chemistry/mdtraj-1.11.1_p1 b/metadata/md5-cache/sci-chemistry/mdtraj-1.11.1_p1 new file mode 100644 index 000000000000..35a23964f11a --- /dev/null +++ b/metadata/md5-cache/sci-chemistry/mdtraj-1.11.1_p1 @@ -0,0 +1,17 @@ +BDEPEND=dev-python/cython[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] test? ( dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pandas[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pyparsing[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/networkx[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/scipy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/tables[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) >=dev-python/gpep517-16[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] +DEFINED_PHASES=compile configure install prepare test +DEPEND=dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pandas[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pyparsing[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/networkx[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/scipy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/tables[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] test? ( dev-python/pytest-rerunfailures[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pytest-datadir[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/ipykernel[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/jupyter-client[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/nbformat[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/scikit-learn[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] ) python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) +DESCRIPTION=Read, write and analyze MD trajectories with only a few lines of Python code +EAPI=8 +HOMEPAGE=https://mdtraj.org +INHERIT=distutils-r1 +IUSE=test python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug +KEYWORDS=~amd64 +LICENSE=LGPL-2.1+ +RDEPEND=dev-python/numpy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pandas[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/pyparsing[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/networkx[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/scipy[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] dev-python/tables[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?,python_targets_python3_14(-)?] python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) python_targets_python3_14? ( dev-lang/python:3.14 ) +REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 ) +RESTRICT=!test? ( test ) +SLOT=0 +SRC_URI=https://github.com/mdtraj/mdtraj/archive/refs/tags/1.11.1.post1.tar.gz -> mdtraj-1.11.1_p1.gh.tar.gz +_eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 +_md5_=3184a84b054112920c18dcf064261a2f diff --git a/metadata/md5-cache/sci-chemistry/pymol-3.1.0-r1 b/metadata/md5-cache/sci-chemistry/pymol-3.1.0-r1 index d5dd6c57c9ae..9107b691dc85 100644 --- a/metadata/md5-cache/sci-chemistry/pymol-3.1.0-r1 +++ b/metadata/md5-cache/sci-chemistry/pymol-3.1.0-r1 @@ -15,4 +15,4 @@ RESTRICT=test SLOT=0 SRC_URI=https://github.com/schrodinger/pymol-open-source/archive/v3.1.0.tar.gz -> pymol-3.1.0.tar.gz _eclasses_=desktop 26d57169ca094c04be416993844ec8bc distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 -_md5_=7a9b51016856ccc00f0319a50a2f80a5 +_md5_=19b6a73bde5e3d4c3f5eaff0b04c15a5 diff --git a/metadata/md5-cache/sci-ml/datasets-4.0.0 b/metadata/md5-cache/sci-ml/datasets-4.0.0 deleted file mode 100644 index 5f1937c1ea65..000000000000 --- a/metadata/md5-cache/sci-ml/datasets-4.0.0 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=test? ( sci-ml/torchvision[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?] python_single_target_python3_10? ( dev-python/absl-py[python_targets_python3_10(-)] dev-python/decorator[python_targets_python3_10(-)] dev-python/elasticsearch[python_targets_python3_10(-)] dev-python/lz4[python_targets_python3_10(-)] dev-python/moto[python_targets_python3_10(-)] dev-python/protobuf:=[python_targets_python3_10(-)] dev-python/pytest-datadir[python_targets_python3_10(-)] dev-python/pytest-xdist[python_targets_python3_10(-)] dev-python/soundfile[python_targets_python3_10(-)] dev-python/sqlalchemy[python_targets_python3_10(-)] dev-python/zstandard[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/absl-py[python_targets_python3_11(-)] dev-python/decorator[python_targets_python3_11(-)] dev-python/elasticsearch[python_targets_python3_11(-)] dev-python/lz4[python_targets_python3_11(-)] dev-python/moto[python_targets_python3_11(-)] dev-python/protobuf:=[python_targets_python3_11(-)] dev-python/pytest-datadir[python_targets_python3_11(-)] dev-python/pytest-xdist[python_targets_python3_11(-)] dev-python/soundfile[python_targets_python3_11(-)] dev-python/sqlalchemy[python_targets_python3_11(-)] dev-python/zstandard[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/absl-py[python_targets_python3_12(-)] dev-python/decorator[python_targets_python3_12(-)] dev-python/elasticsearch[python_targets_python3_12(-)] dev-python/lz4[python_targets_python3_12(-)] dev-python/moto[python_targets_python3_12(-)] dev-python/protobuf:=[python_targets_python3_12(-)] dev-python/pytest-datadir[python_targets_python3_12(-)] dev-python/pytest-xdist[python_targets_python3_12(-)] dev-python/soundfile[python_targets_python3_12(-)] dev-python/sqlalchemy[python_targets_python3_12(-)] dev-python/zstandard[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/absl-py[python_targets_python3_13(-)] dev-python/decorator[python_targets_python3_13(-)] dev-python/elasticsearch[python_targets_python3_13(-)] dev-python/lz4[python_targets_python3_13(-)] dev-python/moto[python_targets_python3_13(-)] dev-python/protobuf:=[python_targets_python3_13(-)] dev-python/pytest-datadir[python_targets_python3_13(-)] dev-python/pytest-xdist[python_targets_python3_13(-)] dev-python/soundfile[python_targets_python3_13(-)] dev-python/sqlalchemy[python_targets_python3_13(-)] dev-python/zstandard[python_targets_python3_13(-)] ) python_single_target_python3_14? ( dev-python/absl-py[python_targets_python3_14(-)] dev-python/decorator[python_targets_python3_14(-)] dev-python/elasticsearch[python_targets_python3_14(-)] dev-python/lz4[python_targets_python3_14(-)] dev-python/moto[python_targets_python3_14(-)] dev-python/protobuf:=[python_targets_python3_14(-)] dev-python/pytest-datadir[python_targets_python3_14(-)] dev-python/pytest-xdist[python_targets_python3_14(-)] dev-python/soundfile[python_targets_python3_14(-)] dev-python/sqlalchemy[python_targets_python3_14(-)] dev-python/zstandard[python_targets_python3_14(-)] ) ) test? ( sci-ml/huggingface_hub[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?] python_single_target_python3_10? ( dev-python/dill[python_targets_python3_10(-)] dev-python/filelock[python_targets_python3_10(-)] dev-python/fsspec[python_targets_python3_10(-)] dev-python/multiprocess[python_targets_python3_10(-)] dev-python/numpy[python_targets_python3_10(-)] dev-python/packaging[python_targets_python3_10(-)] dev-python/pandas[python_targets_python3_10(-)] dev-python/pyarrow[python_targets_python3_10(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_10(-)] dev-python/requests[python_targets_python3_10(-)] dev-python/tqdm[python_targets_python3_10(-)] dev-python/xxhash[python_targets_python3_10(-)] vision? ( dev-python/pillow[python_targets_python3_10(-)] ) ) python_single_target_python3_11? ( dev-python/dill[python_targets_python3_11(-)] dev-python/filelock[python_targets_python3_11(-)] dev-python/fsspec[python_targets_python3_11(-)] dev-python/multiprocess[python_targets_python3_11(-)] dev-python/numpy[python_targets_python3_11(-)] dev-python/packaging[python_targets_python3_11(-)] dev-python/pandas[python_targets_python3_11(-)] dev-python/pyarrow[python_targets_python3_11(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] dev-python/tqdm[python_targets_python3_11(-)] dev-python/xxhash[python_targets_python3_11(-)] vision? ( dev-python/pillow[python_targets_python3_11(-)] ) ) python_single_target_python3_12? ( dev-python/dill[python_targets_python3_12(-)] dev-python/filelock[python_targets_python3_12(-)] dev-python/fsspec[python_targets_python3_12(-)] dev-python/multiprocess[python_targets_python3_12(-)] dev-python/numpy[python_targets_python3_12(-)] dev-python/packaging[python_targets_python3_12(-)] dev-python/pandas[python_targets_python3_12(-)] dev-python/pyarrow[python_targets_python3_12(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_12(-)] dev-python/requests[python_targets_python3_12(-)] dev-python/tqdm[python_targets_python3_12(-)] dev-python/xxhash[python_targets_python3_12(-)] vision? ( dev-python/pillow[python_targets_python3_12(-)] ) ) python_single_target_python3_13? ( dev-python/dill[python_targets_python3_13(-)] dev-python/filelock[python_targets_python3_13(-)] dev-python/fsspec[python_targets_python3_13(-)] dev-python/multiprocess[python_targets_python3_13(-)] dev-python/numpy[python_targets_python3_13(-)] dev-python/packaging[python_targets_python3_13(-)] dev-python/pandas[python_targets_python3_13(-)] dev-python/pyarrow[python_targets_python3_13(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_13(-)] dev-python/requests[python_targets_python3_13(-)] dev-python/tqdm[python_targets_python3_13(-)] dev-python/xxhash[python_targets_python3_13(-)] vision? ( dev-python/pillow[python_targets_python3_13(-)] ) ) python_single_target_python3_14? ( dev-python/dill[python_targets_python3_14(-)] dev-python/filelock[python_targets_python3_14(-)] dev-python/fsspec[python_targets_python3_14(-)] dev-python/multiprocess[python_targets_python3_14(-)] dev-python/numpy[python_targets_python3_14(-)] dev-python/packaging[python_targets_python3_14(-)] dev-python/pandas[python_targets_python3_14(-)] dev-python/pyarrow[python_targets_python3_14(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_14(-)] dev-python/requests[python_targets_python3_14(-)] dev-python/tqdm[python_targets_python3_14(-)] dev-python/xxhash[python_targets_python3_14(-)] vision? ( dev-python/pillow[python_targets_python3_14(-)] ) ) torch? ( sci-ml/caffe2[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?,numpy] sci-ml/pytorch[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?] ) python_single_target_python3_10? ( >=dev-python/pytest-7.4.4[python_targets_python3_10(-)] dev-python/pytest-datadir[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)] dev-python/pytest-datadir[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/pytest-7.4.4[python_targets_python3_12(-)] dev-python/pytest-datadir[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/pytest-7.4.4[python_targets_python3_13(-)] dev-python/pytest-datadir[python_targets_python3_13(-)] ) python_single_target_python3_14? ( >=dev-python/pytest-7.4.4[python_targets_python3_14(-)] dev-python/pytest-datadir[python_targets_python3_14(-)] ) ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) python_single_target_python3_10? ( >=dev-python/gpep517-16[python_targets_python3_10(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/gpep517-16[python_targets_python3_11(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/gpep517-16[python_targets_python3_12(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/gpep517-16[python_targets_python3_13(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_13(-)] ) python_single_target_python3_14? ( >=dev-python/gpep517-16[python_targets_python3_14(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_14(-)] ) -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=sci-ml/huggingface_hub[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?] python_single_target_python3_10? ( dev-python/dill[python_targets_python3_10(-)] dev-python/filelock[python_targets_python3_10(-)] dev-python/fsspec[python_targets_python3_10(-)] dev-python/multiprocess[python_targets_python3_10(-)] dev-python/numpy[python_targets_python3_10(-)] dev-python/packaging[python_targets_python3_10(-)] dev-python/pandas[python_targets_python3_10(-)] dev-python/pyarrow[python_targets_python3_10(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_10(-)] dev-python/requests[python_targets_python3_10(-)] dev-python/tqdm[python_targets_python3_10(-)] dev-python/xxhash[python_targets_python3_10(-)] vision? ( dev-python/pillow[python_targets_python3_10(-)] ) ) python_single_target_python3_11? ( dev-python/dill[python_targets_python3_11(-)] dev-python/filelock[python_targets_python3_11(-)] dev-python/fsspec[python_targets_python3_11(-)] dev-python/multiprocess[python_targets_python3_11(-)] dev-python/numpy[python_targets_python3_11(-)] dev-python/packaging[python_targets_python3_11(-)] dev-python/pandas[python_targets_python3_11(-)] dev-python/pyarrow[python_targets_python3_11(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] dev-python/tqdm[python_targets_python3_11(-)] dev-python/xxhash[python_targets_python3_11(-)] vision? ( dev-python/pillow[python_targets_python3_11(-)] ) ) python_single_target_python3_12? ( dev-python/dill[python_targets_python3_12(-)] dev-python/filelock[python_targets_python3_12(-)] dev-python/fsspec[python_targets_python3_12(-)] dev-python/multiprocess[python_targets_python3_12(-)] dev-python/numpy[python_targets_python3_12(-)] dev-python/packaging[python_targets_python3_12(-)] dev-python/pandas[python_targets_python3_12(-)] dev-python/pyarrow[python_targets_python3_12(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_12(-)] dev-python/requests[python_targets_python3_12(-)] dev-python/tqdm[python_targets_python3_12(-)] dev-python/xxhash[python_targets_python3_12(-)] vision? ( dev-python/pillow[python_targets_python3_12(-)] ) ) python_single_target_python3_13? ( dev-python/dill[python_targets_python3_13(-)] dev-python/filelock[python_targets_python3_13(-)] dev-python/fsspec[python_targets_python3_13(-)] dev-python/multiprocess[python_targets_python3_13(-)] dev-python/numpy[python_targets_python3_13(-)] dev-python/packaging[python_targets_python3_13(-)] dev-python/pandas[python_targets_python3_13(-)] dev-python/pyarrow[python_targets_python3_13(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_13(-)] dev-python/requests[python_targets_python3_13(-)] dev-python/tqdm[python_targets_python3_13(-)] dev-python/xxhash[python_targets_python3_13(-)] vision? ( dev-python/pillow[python_targets_python3_13(-)] ) ) python_single_target_python3_14? ( dev-python/dill[python_targets_python3_14(-)] dev-python/filelock[python_targets_python3_14(-)] dev-python/fsspec[python_targets_python3_14(-)] dev-python/multiprocess[python_targets_python3_14(-)] dev-python/numpy[python_targets_python3_14(-)] dev-python/packaging[python_targets_python3_14(-)] dev-python/pandas[python_targets_python3_14(-)] dev-python/pyarrow[python_targets_python3_14(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_14(-)] dev-python/requests[python_targets_python3_14(-)] dev-python/tqdm[python_targets_python3_14(-)] dev-python/xxhash[python_targets_python3_14(-)] vision? ( dev-python/pillow[python_targets_python3_14(-)] ) ) torch? ( sci-ml/caffe2[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?,numpy] sci-ml/pytorch[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?] ) -DESCRIPTION=Access and share datasets for Audio, Computer Vision, and NLP tasks -EAPI=8 -HOMEPAGE=https://pypi.org/project/datasets/ -INHERIT=distutils-r1 -IUSE=torch vision test python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 -KEYWORDS=~amd64 ~arm64 -LICENSE=Apache-2.0 -RDEPEND=sci-ml/huggingface_hub[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?] python_single_target_python3_10? ( dev-python/dill[python_targets_python3_10(-)] dev-python/filelock[python_targets_python3_10(-)] dev-python/fsspec[python_targets_python3_10(-)] dev-python/multiprocess[python_targets_python3_10(-)] dev-python/numpy[python_targets_python3_10(-)] dev-python/packaging[python_targets_python3_10(-)] dev-python/pandas[python_targets_python3_10(-)] dev-python/pyarrow[python_targets_python3_10(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_10(-)] dev-python/requests[python_targets_python3_10(-)] dev-python/tqdm[python_targets_python3_10(-)] dev-python/xxhash[python_targets_python3_10(-)] vision? ( dev-python/pillow[python_targets_python3_10(-)] ) ) python_single_target_python3_11? ( dev-python/dill[python_targets_python3_11(-)] dev-python/filelock[python_targets_python3_11(-)] dev-python/fsspec[python_targets_python3_11(-)] dev-python/multiprocess[python_targets_python3_11(-)] dev-python/numpy[python_targets_python3_11(-)] dev-python/packaging[python_targets_python3_11(-)] dev-python/pandas[python_targets_python3_11(-)] dev-python/pyarrow[python_targets_python3_11(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] dev-python/tqdm[python_targets_python3_11(-)] dev-python/xxhash[python_targets_python3_11(-)] vision? ( dev-python/pillow[python_targets_python3_11(-)] ) ) python_single_target_python3_12? ( dev-python/dill[python_targets_python3_12(-)] dev-python/filelock[python_targets_python3_12(-)] dev-python/fsspec[python_targets_python3_12(-)] dev-python/multiprocess[python_targets_python3_12(-)] dev-python/numpy[python_targets_python3_12(-)] dev-python/packaging[python_targets_python3_12(-)] dev-python/pandas[python_targets_python3_12(-)] dev-python/pyarrow[python_targets_python3_12(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_12(-)] dev-python/requests[python_targets_python3_12(-)] dev-python/tqdm[python_targets_python3_12(-)] dev-python/xxhash[python_targets_python3_12(-)] vision? ( dev-python/pillow[python_targets_python3_12(-)] ) ) python_single_target_python3_13? ( dev-python/dill[python_targets_python3_13(-)] dev-python/filelock[python_targets_python3_13(-)] dev-python/fsspec[python_targets_python3_13(-)] dev-python/multiprocess[python_targets_python3_13(-)] dev-python/numpy[python_targets_python3_13(-)] dev-python/packaging[python_targets_python3_13(-)] dev-python/pandas[python_targets_python3_13(-)] dev-python/pyarrow[python_targets_python3_13(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_13(-)] dev-python/requests[python_targets_python3_13(-)] dev-python/tqdm[python_targets_python3_13(-)] dev-python/xxhash[python_targets_python3_13(-)] vision? ( dev-python/pillow[python_targets_python3_13(-)] ) ) python_single_target_python3_14? ( dev-python/dill[python_targets_python3_14(-)] dev-python/filelock[python_targets_python3_14(-)] dev-python/fsspec[python_targets_python3_14(-)] dev-python/multiprocess[python_targets_python3_14(-)] dev-python/numpy[python_targets_python3_14(-)] dev-python/packaging[python_targets_python3_14(-)] dev-python/pandas[python_targets_python3_14(-)] dev-python/pyarrow[python_targets_python3_14(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_14(-)] dev-python/requests[python_targets_python3_14(-)] dev-python/tqdm[python_targets_python3_14(-)] dev-python/xxhash[python_targets_python3_14(-)] vision? ( dev-python/pillow[python_targets_python3_14(-)] ) ) torch? ( sci-ml/caffe2[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?,numpy] sci-ml/pytorch[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?] ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) -REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://github.com/huggingface/datasets/archive/refs/tags/4.0.0.tar.gz -> datasets-4.0.0.gh.tar.gz -_eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=5b66c5c3afa56fcfd0b98d0cc84d93e4 diff --git a/metadata/md5-cache/sci-ml/datasets-4.2.0 b/metadata/md5-cache/sci-ml/datasets-4.2.0 deleted file mode 100644 index 6e270c09138e..000000000000 --- a/metadata/md5-cache/sci-ml/datasets-4.2.0 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=test? ( sci-ml/torchvision[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?] python_single_target_python3_10? ( dev-python/absl-py[python_targets_python3_10(-)] dev-python/decorator[python_targets_python3_10(-)] dev-python/elasticsearch[python_targets_python3_10(-)] dev-python/h5py[python_targets_python3_10(-)] dev-python/lz4[python_targets_python3_10(-)] dev-python/moto[python_targets_python3_10(-)] dev-python/protobuf:=[python_targets_python3_10(-)] dev-python/pytest-datadir[python_targets_python3_10(-)] dev-python/pytest-xdist[python_targets_python3_10(-)] dev-python/soundfile[python_targets_python3_10(-)] dev-python/sqlalchemy[python_targets_python3_10(-)] dev-python/zstandard[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/absl-py[python_targets_python3_11(-)] dev-python/decorator[python_targets_python3_11(-)] dev-python/elasticsearch[python_targets_python3_11(-)] dev-python/h5py[python_targets_python3_11(-)] dev-python/lz4[python_targets_python3_11(-)] dev-python/moto[python_targets_python3_11(-)] dev-python/protobuf:=[python_targets_python3_11(-)] dev-python/pytest-datadir[python_targets_python3_11(-)] dev-python/pytest-xdist[python_targets_python3_11(-)] dev-python/soundfile[python_targets_python3_11(-)] dev-python/sqlalchemy[python_targets_python3_11(-)] dev-python/zstandard[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/absl-py[python_targets_python3_12(-)] dev-python/decorator[python_targets_python3_12(-)] dev-python/elasticsearch[python_targets_python3_12(-)] dev-python/h5py[python_targets_python3_12(-)] dev-python/lz4[python_targets_python3_12(-)] dev-python/moto[python_targets_python3_12(-)] dev-python/protobuf:=[python_targets_python3_12(-)] dev-python/pytest-datadir[python_targets_python3_12(-)] dev-python/pytest-xdist[python_targets_python3_12(-)] dev-python/soundfile[python_targets_python3_12(-)] dev-python/sqlalchemy[python_targets_python3_12(-)] dev-python/zstandard[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/absl-py[python_targets_python3_13(-)] dev-python/decorator[python_targets_python3_13(-)] dev-python/elasticsearch[python_targets_python3_13(-)] dev-python/h5py[python_targets_python3_13(-)] dev-python/lz4[python_targets_python3_13(-)] dev-python/moto[python_targets_python3_13(-)] dev-python/protobuf:=[python_targets_python3_13(-)] dev-python/pytest-datadir[python_targets_python3_13(-)] dev-python/pytest-xdist[python_targets_python3_13(-)] dev-python/soundfile[python_targets_python3_13(-)] dev-python/sqlalchemy[python_targets_python3_13(-)] dev-python/zstandard[python_targets_python3_13(-)] ) python_single_target_python3_14? ( dev-python/absl-py[python_targets_python3_14(-)] dev-python/decorator[python_targets_python3_14(-)] dev-python/elasticsearch[python_targets_python3_14(-)] dev-python/h5py[python_targets_python3_14(-)] dev-python/lz4[python_targets_python3_14(-)] dev-python/moto[python_targets_python3_14(-)] dev-python/protobuf:=[python_targets_python3_14(-)] dev-python/pytest-datadir[python_targets_python3_14(-)] dev-python/pytest-xdist[python_targets_python3_14(-)] dev-python/soundfile[python_targets_python3_14(-)] dev-python/sqlalchemy[python_targets_python3_14(-)] dev-python/zstandard[python_targets_python3_14(-)] ) ) test? ( sci-ml/huggingface_hub[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?] python_single_target_python3_10? ( dev-python/dill[python_targets_python3_10(-)] dev-python/filelock[python_targets_python3_10(-)] dev-python/fsspec[python_targets_python3_10(-)] dev-python/multiprocess[python_targets_python3_10(-)] dev-python/numpy[python_targets_python3_10(-)] dev-python/packaging[python_targets_python3_10(-)] dev-python/pandas[python_targets_python3_10(-)] dev-python/pyarrow[python_targets_python3_10(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_10(-)] dev-python/requests[python_targets_python3_10(-)] dev-python/tqdm[python_targets_python3_10(-)] dev-python/xxhash[python_targets_python3_10(-)] vision? ( dev-python/pillow[python_targets_python3_10(-)] ) ) python_single_target_python3_11? ( dev-python/dill[python_targets_python3_11(-)] dev-python/filelock[python_targets_python3_11(-)] dev-python/fsspec[python_targets_python3_11(-)] dev-python/multiprocess[python_targets_python3_11(-)] dev-python/numpy[python_targets_python3_11(-)] dev-python/packaging[python_targets_python3_11(-)] dev-python/pandas[python_targets_python3_11(-)] dev-python/pyarrow[python_targets_python3_11(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] dev-python/tqdm[python_targets_python3_11(-)] dev-python/xxhash[python_targets_python3_11(-)] vision? ( dev-python/pillow[python_targets_python3_11(-)] ) ) python_single_target_python3_12? ( dev-python/dill[python_targets_python3_12(-)] dev-python/filelock[python_targets_python3_12(-)] dev-python/fsspec[python_targets_python3_12(-)] dev-python/multiprocess[python_targets_python3_12(-)] dev-python/numpy[python_targets_python3_12(-)] dev-python/packaging[python_targets_python3_12(-)] dev-python/pandas[python_targets_python3_12(-)] dev-python/pyarrow[python_targets_python3_12(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_12(-)] dev-python/requests[python_targets_python3_12(-)] dev-python/tqdm[python_targets_python3_12(-)] dev-python/xxhash[python_targets_python3_12(-)] vision? ( dev-python/pillow[python_targets_python3_12(-)] ) ) python_single_target_python3_13? ( dev-python/dill[python_targets_python3_13(-)] dev-python/filelock[python_targets_python3_13(-)] dev-python/fsspec[python_targets_python3_13(-)] dev-python/multiprocess[python_targets_python3_13(-)] dev-python/numpy[python_targets_python3_13(-)] dev-python/packaging[python_targets_python3_13(-)] dev-python/pandas[python_targets_python3_13(-)] dev-python/pyarrow[python_targets_python3_13(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_13(-)] dev-python/requests[python_targets_python3_13(-)] dev-python/tqdm[python_targets_python3_13(-)] dev-python/xxhash[python_targets_python3_13(-)] vision? ( dev-python/pillow[python_targets_python3_13(-)] ) ) python_single_target_python3_14? ( dev-python/dill[python_targets_python3_14(-)] dev-python/filelock[python_targets_python3_14(-)] dev-python/fsspec[python_targets_python3_14(-)] dev-python/multiprocess[python_targets_python3_14(-)] dev-python/numpy[python_targets_python3_14(-)] dev-python/packaging[python_targets_python3_14(-)] dev-python/pandas[python_targets_python3_14(-)] dev-python/pyarrow[python_targets_python3_14(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_14(-)] dev-python/requests[python_targets_python3_14(-)] dev-python/tqdm[python_targets_python3_14(-)] dev-python/xxhash[python_targets_python3_14(-)] vision? ( dev-python/pillow[python_targets_python3_14(-)] ) ) torch? ( sci-ml/caffe2[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?,numpy] sci-ml/pytorch[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?] ) python_single_target_python3_10? ( >=dev-python/pytest-7.4.4[python_targets_python3_10(-)] dev-python/pytest-datadir[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)] dev-python/pytest-datadir[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/pytest-7.4.4[python_targets_python3_12(-)] dev-python/pytest-datadir[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/pytest-7.4.4[python_targets_python3_13(-)] dev-python/pytest-datadir[python_targets_python3_13(-)] ) python_single_target_python3_14? ( >=dev-python/pytest-7.4.4[python_targets_python3_14(-)] dev-python/pytest-datadir[python_targets_python3_14(-)] ) ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) python_single_target_python3_10? ( >=dev-python/gpep517-16[python_targets_python3_10(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/gpep517-16[python_targets_python3_11(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/gpep517-16[python_targets_python3_12(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/gpep517-16[python_targets_python3_13(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_13(-)] ) python_single_target_python3_14? ( >=dev-python/gpep517-16[python_targets_python3_14(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_14(-)] ) -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=sci-ml/huggingface_hub[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?] python_single_target_python3_10? ( dev-python/dill[python_targets_python3_10(-)] dev-python/filelock[python_targets_python3_10(-)] dev-python/fsspec[python_targets_python3_10(-)] dev-python/multiprocess[python_targets_python3_10(-)] dev-python/numpy[python_targets_python3_10(-)] dev-python/packaging[python_targets_python3_10(-)] dev-python/pandas[python_targets_python3_10(-)] dev-python/pyarrow[python_targets_python3_10(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_10(-)] dev-python/requests[python_targets_python3_10(-)] dev-python/tqdm[python_targets_python3_10(-)] dev-python/xxhash[python_targets_python3_10(-)] vision? ( dev-python/pillow[python_targets_python3_10(-)] ) ) python_single_target_python3_11? ( dev-python/dill[python_targets_python3_11(-)] dev-python/filelock[python_targets_python3_11(-)] dev-python/fsspec[python_targets_python3_11(-)] dev-python/multiprocess[python_targets_python3_11(-)] dev-python/numpy[python_targets_python3_11(-)] dev-python/packaging[python_targets_python3_11(-)] dev-python/pandas[python_targets_python3_11(-)] dev-python/pyarrow[python_targets_python3_11(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] dev-python/tqdm[python_targets_python3_11(-)] dev-python/xxhash[python_targets_python3_11(-)] vision? ( dev-python/pillow[python_targets_python3_11(-)] ) ) python_single_target_python3_12? ( dev-python/dill[python_targets_python3_12(-)] dev-python/filelock[python_targets_python3_12(-)] dev-python/fsspec[python_targets_python3_12(-)] dev-python/multiprocess[python_targets_python3_12(-)] dev-python/numpy[python_targets_python3_12(-)] dev-python/packaging[python_targets_python3_12(-)] dev-python/pandas[python_targets_python3_12(-)] dev-python/pyarrow[python_targets_python3_12(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_12(-)] dev-python/requests[python_targets_python3_12(-)] dev-python/tqdm[python_targets_python3_12(-)] dev-python/xxhash[python_targets_python3_12(-)] vision? ( dev-python/pillow[python_targets_python3_12(-)] ) ) python_single_target_python3_13? ( dev-python/dill[python_targets_python3_13(-)] dev-python/filelock[python_targets_python3_13(-)] dev-python/fsspec[python_targets_python3_13(-)] dev-python/multiprocess[python_targets_python3_13(-)] dev-python/numpy[python_targets_python3_13(-)] dev-python/packaging[python_targets_python3_13(-)] dev-python/pandas[python_targets_python3_13(-)] dev-python/pyarrow[python_targets_python3_13(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_13(-)] dev-python/requests[python_targets_python3_13(-)] dev-python/tqdm[python_targets_python3_13(-)] dev-python/xxhash[python_targets_python3_13(-)] vision? ( dev-python/pillow[python_targets_python3_13(-)] ) ) python_single_target_python3_14? ( dev-python/dill[python_targets_python3_14(-)] dev-python/filelock[python_targets_python3_14(-)] dev-python/fsspec[python_targets_python3_14(-)] dev-python/multiprocess[python_targets_python3_14(-)] dev-python/numpy[python_targets_python3_14(-)] dev-python/packaging[python_targets_python3_14(-)] dev-python/pandas[python_targets_python3_14(-)] dev-python/pyarrow[python_targets_python3_14(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_14(-)] dev-python/requests[python_targets_python3_14(-)] dev-python/tqdm[python_targets_python3_14(-)] dev-python/xxhash[python_targets_python3_14(-)] vision? ( dev-python/pillow[python_targets_python3_14(-)] ) ) torch? ( sci-ml/caffe2[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?,numpy] sci-ml/pytorch[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?] ) -DESCRIPTION=Access and share datasets for Audio, Computer Vision, and NLP tasks -EAPI=8 -HOMEPAGE=https://pypi.org/project/datasets/ -INHERIT=distutils-r1 -IUSE=torch vision test python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 -KEYWORDS=~amd64 ~arm64 -LICENSE=Apache-2.0 -RDEPEND=sci-ml/huggingface_hub[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?] python_single_target_python3_10? ( dev-python/dill[python_targets_python3_10(-)] dev-python/filelock[python_targets_python3_10(-)] dev-python/fsspec[python_targets_python3_10(-)] dev-python/multiprocess[python_targets_python3_10(-)] dev-python/numpy[python_targets_python3_10(-)] dev-python/packaging[python_targets_python3_10(-)] dev-python/pandas[python_targets_python3_10(-)] dev-python/pyarrow[python_targets_python3_10(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_10(-)] dev-python/requests[python_targets_python3_10(-)] dev-python/tqdm[python_targets_python3_10(-)] dev-python/xxhash[python_targets_python3_10(-)] vision? ( dev-python/pillow[python_targets_python3_10(-)] ) ) python_single_target_python3_11? ( dev-python/dill[python_targets_python3_11(-)] dev-python/filelock[python_targets_python3_11(-)] dev-python/fsspec[python_targets_python3_11(-)] dev-python/multiprocess[python_targets_python3_11(-)] dev-python/numpy[python_targets_python3_11(-)] dev-python/packaging[python_targets_python3_11(-)] dev-python/pandas[python_targets_python3_11(-)] dev-python/pyarrow[python_targets_python3_11(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] dev-python/tqdm[python_targets_python3_11(-)] dev-python/xxhash[python_targets_python3_11(-)] vision? ( dev-python/pillow[python_targets_python3_11(-)] ) ) python_single_target_python3_12? ( dev-python/dill[python_targets_python3_12(-)] dev-python/filelock[python_targets_python3_12(-)] dev-python/fsspec[python_targets_python3_12(-)] dev-python/multiprocess[python_targets_python3_12(-)] dev-python/numpy[python_targets_python3_12(-)] dev-python/packaging[python_targets_python3_12(-)] dev-python/pandas[python_targets_python3_12(-)] dev-python/pyarrow[python_targets_python3_12(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_12(-)] dev-python/requests[python_targets_python3_12(-)] dev-python/tqdm[python_targets_python3_12(-)] dev-python/xxhash[python_targets_python3_12(-)] vision? ( dev-python/pillow[python_targets_python3_12(-)] ) ) python_single_target_python3_13? ( dev-python/dill[python_targets_python3_13(-)] dev-python/filelock[python_targets_python3_13(-)] dev-python/fsspec[python_targets_python3_13(-)] dev-python/multiprocess[python_targets_python3_13(-)] dev-python/numpy[python_targets_python3_13(-)] dev-python/packaging[python_targets_python3_13(-)] dev-python/pandas[python_targets_python3_13(-)] dev-python/pyarrow[python_targets_python3_13(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_13(-)] dev-python/requests[python_targets_python3_13(-)] dev-python/tqdm[python_targets_python3_13(-)] dev-python/xxhash[python_targets_python3_13(-)] vision? ( dev-python/pillow[python_targets_python3_13(-)] ) ) python_single_target_python3_14? ( dev-python/dill[python_targets_python3_14(-)] dev-python/filelock[python_targets_python3_14(-)] dev-python/fsspec[python_targets_python3_14(-)] dev-python/multiprocess[python_targets_python3_14(-)] dev-python/numpy[python_targets_python3_14(-)] dev-python/packaging[python_targets_python3_14(-)] dev-python/pandas[python_targets_python3_14(-)] dev-python/pyarrow[python_targets_python3_14(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_14(-)] dev-python/requests[python_targets_python3_14(-)] dev-python/tqdm[python_targets_python3_14(-)] dev-python/xxhash[python_targets_python3_14(-)] vision? ( dev-python/pillow[python_targets_python3_14(-)] ) ) torch? ( sci-ml/caffe2[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?,numpy] sci-ml/pytorch[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?] ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) -REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://github.com/huggingface/datasets/archive/refs/tags/4.2.0.tar.gz -> datasets-4.2.0.gh.tar.gz -_eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=f722d647077f3d88434d1b3f87102263 diff --git a/metadata/md5-cache/sci-ml/datasets-4.3.0 b/metadata/md5-cache/sci-ml/datasets-4.3.0 deleted file mode 100644 index c4221ab9a800..000000000000 --- a/metadata/md5-cache/sci-ml/datasets-4.3.0 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=test? ( sci-ml/torchvision[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?] python_single_target_python3_10? ( dev-python/absl-py[python_targets_python3_10(-)] dev-python/decorator[python_targets_python3_10(-)] dev-python/elasticsearch[python_targets_python3_10(-)] dev-python/h5py[python_targets_python3_10(-)] dev-python/lz4[python_targets_python3_10(-)] dev-python/moto[python_targets_python3_10(-)] dev-python/protobuf:=[python_targets_python3_10(-)] dev-python/pytest-datadir[python_targets_python3_10(-)] dev-python/pytest-xdist[python_targets_python3_10(-)] dev-python/soundfile[python_targets_python3_10(-)] dev-python/sqlalchemy[python_targets_python3_10(-)] dev-python/zstandard[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/absl-py[python_targets_python3_11(-)] dev-python/decorator[python_targets_python3_11(-)] dev-python/elasticsearch[python_targets_python3_11(-)] dev-python/h5py[python_targets_python3_11(-)] dev-python/lz4[python_targets_python3_11(-)] dev-python/moto[python_targets_python3_11(-)] dev-python/protobuf:=[python_targets_python3_11(-)] dev-python/pytest-datadir[python_targets_python3_11(-)] dev-python/pytest-xdist[python_targets_python3_11(-)] dev-python/soundfile[python_targets_python3_11(-)] dev-python/sqlalchemy[python_targets_python3_11(-)] dev-python/zstandard[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/absl-py[python_targets_python3_12(-)] dev-python/decorator[python_targets_python3_12(-)] dev-python/elasticsearch[python_targets_python3_12(-)] dev-python/h5py[python_targets_python3_12(-)] dev-python/lz4[python_targets_python3_12(-)] dev-python/moto[python_targets_python3_12(-)] dev-python/protobuf:=[python_targets_python3_12(-)] dev-python/pytest-datadir[python_targets_python3_12(-)] dev-python/pytest-xdist[python_targets_python3_12(-)] dev-python/soundfile[python_targets_python3_12(-)] dev-python/sqlalchemy[python_targets_python3_12(-)] dev-python/zstandard[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/absl-py[python_targets_python3_13(-)] dev-python/decorator[python_targets_python3_13(-)] dev-python/elasticsearch[python_targets_python3_13(-)] dev-python/h5py[python_targets_python3_13(-)] dev-python/lz4[python_targets_python3_13(-)] dev-python/moto[python_targets_python3_13(-)] dev-python/protobuf:=[python_targets_python3_13(-)] dev-python/pytest-datadir[python_targets_python3_13(-)] dev-python/pytest-xdist[python_targets_python3_13(-)] dev-python/soundfile[python_targets_python3_13(-)] dev-python/sqlalchemy[python_targets_python3_13(-)] dev-python/zstandard[python_targets_python3_13(-)] ) python_single_target_python3_14? ( dev-python/absl-py[python_targets_python3_14(-)] dev-python/decorator[python_targets_python3_14(-)] dev-python/elasticsearch[python_targets_python3_14(-)] dev-python/h5py[python_targets_python3_14(-)] dev-python/lz4[python_targets_python3_14(-)] dev-python/moto[python_targets_python3_14(-)] dev-python/protobuf:=[python_targets_python3_14(-)] dev-python/pytest-datadir[python_targets_python3_14(-)] dev-python/pytest-xdist[python_targets_python3_14(-)] dev-python/soundfile[python_targets_python3_14(-)] dev-python/sqlalchemy[python_targets_python3_14(-)] dev-python/zstandard[python_targets_python3_14(-)] ) ) test? ( sci-ml/huggingface_hub[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?] python_single_target_python3_10? ( dev-python/dill[python_targets_python3_10(-)] dev-python/filelock[python_targets_python3_10(-)] dev-python/fsspec[python_targets_python3_10(-)] dev-python/multiprocess[python_targets_python3_10(-)] dev-python/numpy[python_targets_python3_10(-)] dev-python/packaging[python_targets_python3_10(-)] dev-python/pandas[python_targets_python3_10(-)] dev-python/pyarrow[python_targets_python3_10(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_10(-)] dev-python/requests[python_targets_python3_10(-)] dev-python/tqdm[python_targets_python3_10(-)] dev-python/xxhash[python_targets_python3_10(-)] vision? ( dev-python/pillow[python_targets_python3_10(-)] ) ) python_single_target_python3_11? ( dev-python/dill[python_targets_python3_11(-)] dev-python/filelock[python_targets_python3_11(-)] dev-python/fsspec[python_targets_python3_11(-)] dev-python/multiprocess[python_targets_python3_11(-)] dev-python/numpy[python_targets_python3_11(-)] dev-python/packaging[python_targets_python3_11(-)] dev-python/pandas[python_targets_python3_11(-)] dev-python/pyarrow[python_targets_python3_11(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] dev-python/tqdm[python_targets_python3_11(-)] dev-python/xxhash[python_targets_python3_11(-)] vision? ( dev-python/pillow[python_targets_python3_11(-)] ) ) python_single_target_python3_12? ( dev-python/dill[python_targets_python3_12(-)] dev-python/filelock[python_targets_python3_12(-)] dev-python/fsspec[python_targets_python3_12(-)] dev-python/multiprocess[python_targets_python3_12(-)] dev-python/numpy[python_targets_python3_12(-)] dev-python/packaging[python_targets_python3_12(-)] dev-python/pandas[python_targets_python3_12(-)] dev-python/pyarrow[python_targets_python3_12(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_12(-)] dev-python/requests[python_targets_python3_12(-)] dev-python/tqdm[python_targets_python3_12(-)] dev-python/xxhash[python_targets_python3_12(-)] vision? ( dev-python/pillow[python_targets_python3_12(-)] ) ) python_single_target_python3_13? ( dev-python/dill[python_targets_python3_13(-)] dev-python/filelock[python_targets_python3_13(-)] dev-python/fsspec[python_targets_python3_13(-)] dev-python/multiprocess[python_targets_python3_13(-)] dev-python/numpy[python_targets_python3_13(-)] dev-python/packaging[python_targets_python3_13(-)] dev-python/pandas[python_targets_python3_13(-)] dev-python/pyarrow[python_targets_python3_13(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_13(-)] dev-python/requests[python_targets_python3_13(-)] dev-python/tqdm[python_targets_python3_13(-)] dev-python/xxhash[python_targets_python3_13(-)] vision? ( dev-python/pillow[python_targets_python3_13(-)] ) ) python_single_target_python3_14? ( dev-python/dill[python_targets_python3_14(-)] dev-python/filelock[python_targets_python3_14(-)] dev-python/fsspec[python_targets_python3_14(-)] dev-python/multiprocess[python_targets_python3_14(-)] dev-python/numpy[python_targets_python3_14(-)] dev-python/packaging[python_targets_python3_14(-)] dev-python/pandas[python_targets_python3_14(-)] dev-python/pyarrow[python_targets_python3_14(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_14(-)] dev-python/requests[python_targets_python3_14(-)] dev-python/tqdm[python_targets_python3_14(-)] dev-python/xxhash[python_targets_python3_14(-)] vision? ( dev-python/pillow[python_targets_python3_14(-)] ) ) torch? ( sci-ml/caffe2[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?,numpy] sci-ml/pytorch[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?] ) python_single_target_python3_10? ( >=dev-python/pytest-7.4.4[python_targets_python3_10(-)] dev-python/pytest-datadir[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)] dev-python/pytest-datadir[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/pytest-7.4.4[python_targets_python3_12(-)] dev-python/pytest-datadir[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/pytest-7.4.4[python_targets_python3_13(-)] dev-python/pytest-datadir[python_targets_python3_13(-)] ) python_single_target_python3_14? ( >=dev-python/pytest-7.4.4[python_targets_python3_14(-)] dev-python/pytest-datadir[python_targets_python3_14(-)] ) ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) python_single_target_python3_10? ( >=dev-python/gpep517-16[python_targets_python3_10(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/gpep517-16[python_targets_python3_11(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/gpep517-16[python_targets_python3_12(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/gpep517-16[python_targets_python3_13(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_13(-)] ) python_single_target_python3_14? ( >=dev-python/gpep517-16[python_targets_python3_14(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_14(-)] ) -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=sci-ml/huggingface_hub[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?] python_single_target_python3_10? ( dev-python/dill[python_targets_python3_10(-)] dev-python/filelock[python_targets_python3_10(-)] dev-python/fsspec[python_targets_python3_10(-)] dev-python/multiprocess[python_targets_python3_10(-)] dev-python/numpy[python_targets_python3_10(-)] dev-python/packaging[python_targets_python3_10(-)] dev-python/pandas[python_targets_python3_10(-)] dev-python/pyarrow[python_targets_python3_10(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_10(-)] dev-python/requests[python_targets_python3_10(-)] dev-python/tqdm[python_targets_python3_10(-)] dev-python/xxhash[python_targets_python3_10(-)] vision? ( dev-python/pillow[python_targets_python3_10(-)] ) ) python_single_target_python3_11? ( dev-python/dill[python_targets_python3_11(-)] dev-python/filelock[python_targets_python3_11(-)] dev-python/fsspec[python_targets_python3_11(-)] dev-python/multiprocess[python_targets_python3_11(-)] dev-python/numpy[python_targets_python3_11(-)] dev-python/packaging[python_targets_python3_11(-)] dev-python/pandas[python_targets_python3_11(-)] dev-python/pyarrow[python_targets_python3_11(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] dev-python/tqdm[python_targets_python3_11(-)] dev-python/xxhash[python_targets_python3_11(-)] vision? ( dev-python/pillow[python_targets_python3_11(-)] ) ) python_single_target_python3_12? ( dev-python/dill[python_targets_python3_12(-)] dev-python/filelock[python_targets_python3_12(-)] dev-python/fsspec[python_targets_python3_12(-)] dev-python/multiprocess[python_targets_python3_12(-)] dev-python/numpy[python_targets_python3_12(-)] dev-python/packaging[python_targets_python3_12(-)] dev-python/pandas[python_targets_python3_12(-)] dev-python/pyarrow[python_targets_python3_12(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_12(-)] dev-python/requests[python_targets_python3_12(-)] dev-python/tqdm[python_targets_python3_12(-)] dev-python/xxhash[python_targets_python3_12(-)] vision? ( dev-python/pillow[python_targets_python3_12(-)] ) ) python_single_target_python3_13? ( dev-python/dill[python_targets_python3_13(-)] dev-python/filelock[python_targets_python3_13(-)] dev-python/fsspec[python_targets_python3_13(-)] dev-python/multiprocess[python_targets_python3_13(-)] dev-python/numpy[python_targets_python3_13(-)] dev-python/packaging[python_targets_python3_13(-)] dev-python/pandas[python_targets_python3_13(-)] dev-python/pyarrow[python_targets_python3_13(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_13(-)] dev-python/requests[python_targets_python3_13(-)] dev-python/tqdm[python_targets_python3_13(-)] dev-python/xxhash[python_targets_python3_13(-)] vision? ( dev-python/pillow[python_targets_python3_13(-)] ) ) python_single_target_python3_14? ( dev-python/dill[python_targets_python3_14(-)] dev-python/filelock[python_targets_python3_14(-)] dev-python/fsspec[python_targets_python3_14(-)] dev-python/multiprocess[python_targets_python3_14(-)] dev-python/numpy[python_targets_python3_14(-)] dev-python/packaging[python_targets_python3_14(-)] dev-python/pandas[python_targets_python3_14(-)] dev-python/pyarrow[python_targets_python3_14(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_14(-)] dev-python/requests[python_targets_python3_14(-)] dev-python/tqdm[python_targets_python3_14(-)] dev-python/xxhash[python_targets_python3_14(-)] vision? ( dev-python/pillow[python_targets_python3_14(-)] ) ) torch? ( sci-ml/caffe2[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?,numpy] sci-ml/pytorch[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?] ) -DESCRIPTION=Access and share datasets for Audio, Computer Vision, and NLP tasks -EAPI=8 -HOMEPAGE=https://pypi.org/project/datasets/ -INHERIT=distutils-r1 -IUSE=torch vision test python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 -KEYWORDS=~amd64 ~arm64 -LICENSE=Apache-2.0 -RDEPEND=sci-ml/huggingface_hub[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?] python_single_target_python3_10? ( dev-python/dill[python_targets_python3_10(-)] dev-python/filelock[python_targets_python3_10(-)] dev-python/fsspec[python_targets_python3_10(-)] dev-python/multiprocess[python_targets_python3_10(-)] dev-python/numpy[python_targets_python3_10(-)] dev-python/packaging[python_targets_python3_10(-)] dev-python/pandas[python_targets_python3_10(-)] dev-python/pyarrow[python_targets_python3_10(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_10(-)] dev-python/requests[python_targets_python3_10(-)] dev-python/tqdm[python_targets_python3_10(-)] dev-python/xxhash[python_targets_python3_10(-)] vision? ( dev-python/pillow[python_targets_python3_10(-)] ) ) python_single_target_python3_11? ( dev-python/dill[python_targets_python3_11(-)] dev-python/filelock[python_targets_python3_11(-)] dev-python/fsspec[python_targets_python3_11(-)] dev-python/multiprocess[python_targets_python3_11(-)] dev-python/numpy[python_targets_python3_11(-)] dev-python/packaging[python_targets_python3_11(-)] dev-python/pandas[python_targets_python3_11(-)] dev-python/pyarrow[python_targets_python3_11(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] dev-python/tqdm[python_targets_python3_11(-)] dev-python/xxhash[python_targets_python3_11(-)] vision? ( dev-python/pillow[python_targets_python3_11(-)] ) ) python_single_target_python3_12? ( dev-python/dill[python_targets_python3_12(-)] dev-python/filelock[python_targets_python3_12(-)] dev-python/fsspec[python_targets_python3_12(-)] dev-python/multiprocess[python_targets_python3_12(-)] dev-python/numpy[python_targets_python3_12(-)] dev-python/packaging[python_targets_python3_12(-)] dev-python/pandas[python_targets_python3_12(-)] dev-python/pyarrow[python_targets_python3_12(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_12(-)] dev-python/requests[python_targets_python3_12(-)] dev-python/tqdm[python_targets_python3_12(-)] dev-python/xxhash[python_targets_python3_12(-)] vision? ( dev-python/pillow[python_targets_python3_12(-)] ) ) python_single_target_python3_13? ( dev-python/dill[python_targets_python3_13(-)] dev-python/filelock[python_targets_python3_13(-)] dev-python/fsspec[python_targets_python3_13(-)] dev-python/multiprocess[python_targets_python3_13(-)] dev-python/numpy[python_targets_python3_13(-)] dev-python/packaging[python_targets_python3_13(-)] dev-python/pandas[python_targets_python3_13(-)] dev-python/pyarrow[python_targets_python3_13(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_13(-)] dev-python/requests[python_targets_python3_13(-)] dev-python/tqdm[python_targets_python3_13(-)] dev-python/xxhash[python_targets_python3_13(-)] vision? ( dev-python/pillow[python_targets_python3_13(-)] ) ) python_single_target_python3_14? ( dev-python/dill[python_targets_python3_14(-)] dev-python/filelock[python_targets_python3_14(-)] dev-python/fsspec[python_targets_python3_14(-)] dev-python/multiprocess[python_targets_python3_14(-)] dev-python/numpy[python_targets_python3_14(-)] dev-python/packaging[python_targets_python3_14(-)] dev-python/pandas[python_targets_python3_14(-)] dev-python/pyarrow[python_targets_python3_14(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_14(-)] dev-python/requests[python_targets_python3_14(-)] dev-python/tqdm[python_targets_python3_14(-)] dev-python/xxhash[python_targets_python3_14(-)] vision? ( dev-python/pillow[python_targets_python3_14(-)] ) ) torch? ( sci-ml/caffe2[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?,numpy] sci-ml/pytorch[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?] ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) -REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://github.com/huggingface/datasets/archive/refs/tags/4.3.0.tar.gz -> datasets-4.3.0.gh.tar.gz -_eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=f722d647077f3d88434d1b3f87102263 diff --git a/metadata/md5-cache/sci-ml/datasets-4.4.2 b/metadata/md5-cache/sci-ml/datasets-4.4.2 deleted file mode 100644 index b8a7a88766c9..000000000000 --- a/metadata/md5-cache/sci-ml/datasets-4.4.2 +++ /dev/null @@ -1,17 +0,0 @@ -BDEPEND=test? ( sci-ml/torchvision[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?] python_single_target_python3_10? ( dev-python/absl-py[python_targets_python3_10(-)] dev-python/decorator[python_targets_python3_10(-)] dev-python/elasticsearch[python_targets_python3_10(-)] dev-python/h5py[python_targets_python3_10(-)] dev-python/lz4[python_targets_python3_10(-)] dev-python/moto[python_targets_python3_10(-)] dev-python/protobuf:=[python_targets_python3_10(-)] dev-python/pytest-datadir[python_targets_python3_10(-)] dev-python/pytest-xdist[python_targets_python3_10(-)] dev-python/soundfile[python_targets_python3_10(-)] dev-python/sqlalchemy[python_targets_python3_10(-)] dev-python/zstandard[python_targets_python3_10(-)] ) python_single_target_python3_11? ( dev-python/absl-py[python_targets_python3_11(-)] dev-python/decorator[python_targets_python3_11(-)] dev-python/elasticsearch[python_targets_python3_11(-)] dev-python/h5py[python_targets_python3_11(-)] dev-python/lz4[python_targets_python3_11(-)] dev-python/moto[python_targets_python3_11(-)] dev-python/protobuf:=[python_targets_python3_11(-)] dev-python/pytest-datadir[python_targets_python3_11(-)] dev-python/pytest-xdist[python_targets_python3_11(-)] dev-python/soundfile[python_targets_python3_11(-)] dev-python/sqlalchemy[python_targets_python3_11(-)] dev-python/zstandard[python_targets_python3_11(-)] ) python_single_target_python3_12? ( dev-python/absl-py[python_targets_python3_12(-)] dev-python/decorator[python_targets_python3_12(-)] dev-python/elasticsearch[python_targets_python3_12(-)] dev-python/h5py[python_targets_python3_12(-)] dev-python/lz4[python_targets_python3_12(-)] dev-python/moto[python_targets_python3_12(-)] dev-python/protobuf:=[python_targets_python3_12(-)] dev-python/pytest-datadir[python_targets_python3_12(-)] dev-python/pytest-xdist[python_targets_python3_12(-)] dev-python/soundfile[python_targets_python3_12(-)] dev-python/sqlalchemy[python_targets_python3_12(-)] dev-python/zstandard[python_targets_python3_12(-)] ) python_single_target_python3_13? ( dev-python/absl-py[python_targets_python3_13(-)] dev-python/decorator[python_targets_python3_13(-)] dev-python/elasticsearch[python_targets_python3_13(-)] dev-python/h5py[python_targets_python3_13(-)] dev-python/lz4[python_targets_python3_13(-)] dev-python/moto[python_targets_python3_13(-)] dev-python/protobuf:=[python_targets_python3_13(-)] dev-python/pytest-datadir[python_targets_python3_13(-)] dev-python/pytest-xdist[python_targets_python3_13(-)] dev-python/soundfile[python_targets_python3_13(-)] dev-python/sqlalchemy[python_targets_python3_13(-)] dev-python/zstandard[python_targets_python3_13(-)] ) python_single_target_python3_14? ( dev-python/absl-py[python_targets_python3_14(-)] dev-python/decorator[python_targets_python3_14(-)] dev-python/elasticsearch[python_targets_python3_14(-)] dev-python/h5py[python_targets_python3_14(-)] dev-python/lz4[python_targets_python3_14(-)] dev-python/moto[python_targets_python3_14(-)] dev-python/protobuf:=[python_targets_python3_14(-)] dev-python/pytest-datadir[python_targets_python3_14(-)] dev-python/pytest-xdist[python_targets_python3_14(-)] dev-python/soundfile[python_targets_python3_14(-)] dev-python/sqlalchemy[python_targets_python3_14(-)] dev-python/zstandard[python_targets_python3_14(-)] ) ) test? ( sci-ml/huggingface_hub[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?] python_single_target_python3_10? ( dev-python/dill[python_targets_python3_10(-)] dev-python/filelock[python_targets_python3_10(-)] dev-python/fsspec[python_targets_python3_10(-)] dev-python/multiprocess[python_targets_python3_10(-)] dev-python/numpy[python_targets_python3_10(-)] dev-python/packaging[python_targets_python3_10(-)] dev-python/pandas[python_targets_python3_10(-)] dev-python/pyarrow[python_targets_python3_10(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_10(-)] dev-python/requests[python_targets_python3_10(-)] dev-python/tqdm[python_targets_python3_10(-)] dev-python/xxhash[python_targets_python3_10(-)] vision? ( dev-python/pillow[python_targets_python3_10(-)] ) ) python_single_target_python3_11? ( dev-python/dill[python_targets_python3_11(-)] dev-python/filelock[python_targets_python3_11(-)] dev-python/fsspec[python_targets_python3_11(-)] dev-python/multiprocess[python_targets_python3_11(-)] dev-python/numpy[python_targets_python3_11(-)] dev-python/packaging[python_targets_python3_11(-)] dev-python/pandas[python_targets_python3_11(-)] dev-python/pyarrow[python_targets_python3_11(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] dev-python/tqdm[python_targets_python3_11(-)] dev-python/xxhash[python_targets_python3_11(-)] vision? ( dev-python/pillow[python_targets_python3_11(-)] ) ) python_single_target_python3_12? ( dev-python/dill[python_targets_python3_12(-)] dev-python/filelock[python_targets_python3_12(-)] dev-python/fsspec[python_targets_python3_12(-)] dev-python/multiprocess[python_targets_python3_12(-)] dev-python/numpy[python_targets_python3_12(-)] dev-python/packaging[python_targets_python3_12(-)] dev-python/pandas[python_targets_python3_12(-)] dev-python/pyarrow[python_targets_python3_12(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_12(-)] dev-python/requests[python_targets_python3_12(-)] dev-python/tqdm[python_targets_python3_12(-)] dev-python/xxhash[python_targets_python3_12(-)] vision? ( dev-python/pillow[python_targets_python3_12(-)] ) ) python_single_target_python3_13? ( dev-python/dill[python_targets_python3_13(-)] dev-python/filelock[python_targets_python3_13(-)] dev-python/fsspec[python_targets_python3_13(-)] dev-python/multiprocess[python_targets_python3_13(-)] dev-python/numpy[python_targets_python3_13(-)] dev-python/packaging[python_targets_python3_13(-)] dev-python/pandas[python_targets_python3_13(-)] dev-python/pyarrow[python_targets_python3_13(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_13(-)] dev-python/requests[python_targets_python3_13(-)] dev-python/tqdm[python_targets_python3_13(-)] dev-python/xxhash[python_targets_python3_13(-)] vision? ( dev-python/pillow[python_targets_python3_13(-)] ) ) python_single_target_python3_14? ( dev-python/dill[python_targets_python3_14(-)] dev-python/filelock[python_targets_python3_14(-)] dev-python/fsspec[python_targets_python3_14(-)] dev-python/multiprocess[python_targets_python3_14(-)] dev-python/numpy[python_targets_python3_14(-)] dev-python/packaging[python_targets_python3_14(-)] dev-python/pandas[python_targets_python3_14(-)] dev-python/pyarrow[python_targets_python3_14(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_14(-)] dev-python/requests[python_targets_python3_14(-)] dev-python/tqdm[python_targets_python3_14(-)] dev-python/xxhash[python_targets_python3_14(-)] vision? ( dev-python/pillow[python_targets_python3_14(-)] ) ) torch? ( sci-ml/caffe2[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?,numpy] sci-ml/pytorch[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?] ) python_single_target_python3_10? ( >=dev-python/pytest-7.4.4[python_targets_python3_10(-)] dev-python/pytest-datadir[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)] dev-python/pytest-datadir[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/pytest-7.4.4[python_targets_python3_12(-)] dev-python/pytest-datadir[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/pytest-7.4.4[python_targets_python3_13(-)] dev-python/pytest-datadir[python_targets_python3_13(-)] ) python_single_target_python3_14? ( >=dev-python/pytest-7.4.4[python_targets_python3_14(-)] dev-python/pytest-datadir[python_targets_python3_14(-)] ) ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) python_single_target_python3_10? ( >=dev-python/gpep517-16[python_targets_python3_10(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_10(-)] ) python_single_target_python3_11? ( >=dev-python/gpep517-16[python_targets_python3_11(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/gpep517-16[python_targets_python3_12(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/gpep517-16[python_targets_python3_13(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_13(-)] ) python_single_target_python3_14? ( >=dev-python/gpep517-16[python_targets_python3_14(-)] >=dev-python/setuptools-78.1.0[python_targets_python3_14(-)] ) -DEFINED_PHASES=compile configure install prepare setup test -DEPEND=sci-ml/huggingface_hub[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?] python_single_target_python3_10? ( dev-python/dill[python_targets_python3_10(-)] dev-python/filelock[python_targets_python3_10(-)] dev-python/fsspec[python_targets_python3_10(-)] dev-python/multiprocess[python_targets_python3_10(-)] dev-python/numpy[python_targets_python3_10(-)] dev-python/packaging[python_targets_python3_10(-)] dev-python/pandas[python_targets_python3_10(-)] dev-python/pyarrow[python_targets_python3_10(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_10(-)] dev-python/requests[python_targets_python3_10(-)] dev-python/tqdm[python_targets_python3_10(-)] dev-python/xxhash[python_targets_python3_10(-)] vision? ( dev-python/pillow[python_targets_python3_10(-)] ) ) python_single_target_python3_11? ( dev-python/dill[python_targets_python3_11(-)] dev-python/filelock[python_targets_python3_11(-)] dev-python/fsspec[python_targets_python3_11(-)] dev-python/multiprocess[python_targets_python3_11(-)] dev-python/numpy[python_targets_python3_11(-)] dev-python/packaging[python_targets_python3_11(-)] dev-python/pandas[python_targets_python3_11(-)] dev-python/pyarrow[python_targets_python3_11(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] dev-python/tqdm[python_targets_python3_11(-)] dev-python/xxhash[python_targets_python3_11(-)] vision? ( dev-python/pillow[python_targets_python3_11(-)] ) ) python_single_target_python3_12? ( dev-python/dill[python_targets_python3_12(-)] dev-python/filelock[python_targets_python3_12(-)] dev-python/fsspec[python_targets_python3_12(-)] dev-python/multiprocess[python_targets_python3_12(-)] dev-python/numpy[python_targets_python3_12(-)] dev-python/packaging[python_targets_python3_12(-)] dev-python/pandas[python_targets_python3_12(-)] dev-python/pyarrow[python_targets_python3_12(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_12(-)] dev-python/requests[python_targets_python3_12(-)] dev-python/tqdm[python_targets_python3_12(-)] dev-python/xxhash[python_targets_python3_12(-)] vision? ( dev-python/pillow[python_targets_python3_12(-)] ) ) python_single_target_python3_13? ( dev-python/dill[python_targets_python3_13(-)] dev-python/filelock[python_targets_python3_13(-)] dev-python/fsspec[python_targets_python3_13(-)] dev-python/multiprocess[python_targets_python3_13(-)] dev-python/numpy[python_targets_python3_13(-)] dev-python/packaging[python_targets_python3_13(-)] dev-python/pandas[python_targets_python3_13(-)] dev-python/pyarrow[python_targets_python3_13(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_13(-)] dev-python/requests[python_targets_python3_13(-)] dev-python/tqdm[python_targets_python3_13(-)] dev-python/xxhash[python_targets_python3_13(-)] vision? ( dev-python/pillow[python_targets_python3_13(-)] ) ) python_single_target_python3_14? ( dev-python/dill[python_targets_python3_14(-)] dev-python/filelock[python_targets_python3_14(-)] dev-python/fsspec[python_targets_python3_14(-)] dev-python/multiprocess[python_targets_python3_14(-)] dev-python/numpy[python_targets_python3_14(-)] dev-python/packaging[python_targets_python3_14(-)] dev-python/pandas[python_targets_python3_14(-)] dev-python/pyarrow[python_targets_python3_14(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_14(-)] dev-python/requests[python_targets_python3_14(-)] dev-python/tqdm[python_targets_python3_14(-)] dev-python/xxhash[python_targets_python3_14(-)] vision? ( dev-python/pillow[python_targets_python3_14(-)] ) ) torch? ( sci-ml/caffe2[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?,numpy] sci-ml/pytorch[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?] ) -DESCRIPTION=Access and share datasets for Audio, Computer Vision, and NLP tasks -EAPI=8 -HOMEPAGE=https://pypi.org/project/datasets/ -INHERIT=distutils-r1 -IUSE=torch vision test python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 -KEYWORDS=~amd64 ~arm64 -LICENSE=Apache-2.0 -RDEPEND=sci-ml/huggingface_hub[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?] python_single_target_python3_10? ( dev-python/dill[python_targets_python3_10(-)] dev-python/filelock[python_targets_python3_10(-)] dev-python/fsspec[python_targets_python3_10(-)] dev-python/multiprocess[python_targets_python3_10(-)] dev-python/numpy[python_targets_python3_10(-)] dev-python/packaging[python_targets_python3_10(-)] dev-python/pandas[python_targets_python3_10(-)] dev-python/pyarrow[python_targets_python3_10(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_10(-)] dev-python/requests[python_targets_python3_10(-)] dev-python/tqdm[python_targets_python3_10(-)] dev-python/xxhash[python_targets_python3_10(-)] vision? ( dev-python/pillow[python_targets_python3_10(-)] ) ) python_single_target_python3_11? ( dev-python/dill[python_targets_python3_11(-)] dev-python/filelock[python_targets_python3_11(-)] dev-python/fsspec[python_targets_python3_11(-)] dev-python/multiprocess[python_targets_python3_11(-)] dev-python/numpy[python_targets_python3_11(-)] dev-python/packaging[python_targets_python3_11(-)] dev-python/pandas[python_targets_python3_11(-)] dev-python/pyarrow[python_targets_python3_11(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_11(-)] dev-python/requests[python_targets_python3_11(-)] dev-python/tqdm[python_targets_python3_11(-)] dev-python/xxhash[python_targets_python3_11(-)] vision? ( dev-python/pillow[python_targets_python3_11(-)] ) ) python_single_target_python3_12? ( dev-python/dill[python_targets_python3_12(-)] dev-python/filelock[python_targets_python3_12(-)] dev-python/fsspec[python_targets_python3_12(-)] dev-python/multiprocess[python_targets_python3_12(-)] dev-python/numpy[python_targets_python3_12(-)] dev-python/packaging[python_targets_python3_12(-)] dev-python/pandas[python_targets_python3_12(-)] dev-python/pyarrow[python_targets_python3_12(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_12(-)] dev-python/requests[python_targets_python3_12(-)] dev-python/tqdm[python_targets_python3_12(-)] dev-python/xxhash[python_targets_python3_12(-)] vision? ( dev-python/pillow[python_targets_python3_12(-)] ) ) python_single_target_python3_13? ( dev-python/dill[python_targets_python3_13(-)] dev-python/filelock[python_targets_python3_13(-)] dev-python/fsspec[python_targets_python3_13(-)] dev-python/multiprocess[python_targets_python3_13(-)] dev-python/numpy[python_targets_python3_13(-)] dev-python/packaging[python_targets_python3_13(-)] dev-python/pandas[python_targets_python3_13(-)] dev-python/pyarrow[python_targets_python3_13(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_13(-)] dev-python/requests[python_targets_python3_13(-)] dev-python/tqdm[python_targets_python3_13(-)] dev-python/xxhash[python_targets_python3_13(-)] vision? ( dev-python/pillow[python_targets_python3_13(-)] ) ) python_single_target_python3_14? ( dev-python/dill[python_targets_python3_14(-)] dev-python/filelock[python_targets_python3_14(-)] dev-python/fsspec[python_targets_python3_14(-)] dev-python/multiprocess[python_targets_python3_14(-)] dev-python/numpy[python_targets_python3_14(-)] dev-python/packaging[python_targets_python3_14(-)] dev-python/pandas[python_targets_python3_14(-)] dev-python/pyarrow[python_targets_python3_14(-),parquet,snappy] dev-python/pyyaml[python_targets_python3_14(-)] dev-python/requests[python_targets_python3_14(-)] dev-python/tqdm[python_targets_python3_14(-)] dev-python/xxhash[python_targets_python3_14(-)] vision? ( dev-python/pillow[python_targets_python3_14(-)] ) ) torch? ( sci-ml/caffe2[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?,numpy] sci-ml/pytorch[python_single_target_python3_10(-)?,python_single_target_python3_11(-)?,python_single_target_python3_12(-)?,python_single_target_python3_13(-)?,python_single_target_python3_14(-)?] ) python_single_target_python3_10? ( dev-lang/python:3.10 ) python_single_target_python3_11? ( dev-lang/python:3.11 ) python_single_target_python3_12? ( dev-lang/python:3.12 ) python_single_target_python3_13? ( dev-lang/python:3.13 ) python_single_target_python3_14? ( dev-lang/python:3.14 ) -REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 ) -RESTRICT=!test? ( test ) -SLOT=0 -SRC_URI=https://github.com/huggingface/datasets/archive/refs/tags/4.4.2.tar.gz -> datasets-4.4.2.gh.tar.gz -_eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=4fb16d9559dfe297fdb1af9ddca0ba33 diff --git a/metadata/md5-cache/sci-ml/datasets-4.1.1 b/metadata/md5-cache/sci-ml/datasets-4.8.5 index b601518cdaf5..639459b75f7c 100644 --- a/metadata/md5-cache/sci-ml/datasets-4.1.1 +++ b/metadata/md5-cache/sci-ml/datasets-4.8.5 @@ -12,6 +12,6 @@ RDEPEND=sci-ml/huggingface_hub[python_single_target_python3_10(-)?,python_single REQUIRED_USE=^^ ( python_single_target_python3_10 python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 ) RESTRICT=!test? ( test ) SLOT=0 -SRC_URI=https://github.com/huggingface/datasets/archive/refs/tags/4.1.1.tar.gz -> datasets-4.1.1.gh.tar.gz +SRC_URI=https://github.com/huggingface/datasets/archive/refs/tags/4.8.5.tar.gz -> datasets-4.8.5.gh.tar.gz _eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=0edd12c59158fa2bc50a447b1c7776e9 +_md5_=af5e7894b906871ac9922a31cdba2446 diff --git a/metadata/md5-cache/sci-ml/jiwer-3.0.3-r1 b/metadata/md5-cache/sci-ml/jiwer-3.0.3-r1 index c8670a852b73..0b612ee7cf46 100644 --- a/metadata/md5-cache/sci-ml/jiwer-3.0.3-r1 +++ b/metadata/md5-cache/sci-ml/jiwer-3.0.3-r1 @@ -13,4 +13,4 @@ RESTRICT=!test? ( test ) SLOT=0 SRC_URI=https://github.com/jitsi/jiwer/archive/refs/tags/v3.0.3.tar.gz -> jiwer-3.0.3.gh.tar.gz _eclasses_=distutils-r1 62add15ed646bfe511af53e282621b39 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d multibuild 83db098a835f71feb71761f72a694aa2 multilib fc812e8eb2170022c28272d80a1f9e77 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a python-r1 5fdca77e34fc9af7d6eb47689f33f6bf python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=203807c7138b0607a66e71594e69f69e +_md5_=de9659a3713fdbee2f43c9ef1fac6b44 diff --git a/metadata/md5-cache/sec-keys/openpgp-keys-tpm-20260324 b/metadata/md5-cache/sec-keys/openpgp-keys-tpm-20260324 new file mode 100644 index 000000000000..94e77558b5ec --- /dev/null +++ b/metadata/md5-cache/sec-keys/openpgp-keys-tpm-20260324 @@ -0,0 +1,15 @@ +BDEPEND=app-alternatives/gpg test? ( app-crypt/pgpdump ) +DEFINED_PHASES=compile install test +DESCRIPTION=OpenPGP keys used by Tim-Philipp Müller +EAPI=8 +HOMEPAGE=https://gitlab.freedesktop.org/tpm +INHERIT=eapi9-pipestatus sec-keys +IUSE=test +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos ~x64-solaris +LICENSE=public-domain +PROPERTIES=test_network +RESTRICT=!test? ( test ) test +SLOT=0 +SRC_URI=https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xD637032E45B8C6585B9456565D2EEE6F6F349D7C -> openpgp-keys-tpm-ubuntu-20260324.asc https://gitlab.freedesktop.org/tpm.gpg -> openpgp-keys-tpm-20260324-freedesktop.gpg https://github.com/tp-m.gpg -> openpgp-keys-tpm-20260324-github.gpg +_eclasses_=eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd edo a5e294016aa84979fcb2459749eb80b2 sec-keys ceb4d3181e42bf20ca66d74129d9e848 +_md5_=be019bd15f685829f9e5c5f3c5ac7d94 diff --git a/metadata/md5-cache/sec-keys/openpgp-keys-yubico-20250807 b/metadata/md5-cache/sec-keys/openpgp-keys-yubico-20260508 index 6dcb607781ce..c75ee9aab823 100644 --- a/metadata/md5-cache/sec-keys/openpgp-keys-yubico-20250807 +++ b/metadata/md5-cache/sec-keys/openpgp-keys-yubico-20260508 @@ -5,5 +5,5 @@ HOMEPAGE=https://developers.yubico.com/Software_Projects/Software_Signing.html KEYWORDS=~alpha amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 LICENSE=public-domain SLOT=0 -SRC_URI=https://keys.openpgp.org/vks/v1/by-fingerprint/0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A -> yubico-20250807-0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A.asc https://keys.openpgp.org/vks/v1/by-fingerprint/20EE325B86A81BCBD3E56798F04367096FBA95E8 -> yubico-20250807-20EE325B86A81BCBD3E56798F04367096FBA95E8.asc https://keys.openpgp.org/vks/v1/by-fingerprint/B70D62AA6A31AD6B9E4F9F4BDC8888925D25CA7A -> yubico-20250807-B70D62AA6A31AD6B9E4F9F4BDC8888925D25CA7A.asc https://keys.openpgp.org/vks/v1/by-fingerprint/57A9DEED4C6D962A923BB691816F3ED99921835E -> yubico-20250807-57A9DEED4C6D962A923BB691816F3ED99921835E.asc https://keys.openpgp.org/vks/v1/by-fingerprint/1D7308B0055F5AEF36944A8F27A9C24D9588EA0F -> yubico-20250807-1D7308B0055F5AEF36944A8F27A9C24D9588EA0F.asc https://keys.openpgp.org/vks/v1/by-fingerprint/355C8C0186CC96CBA49F9CD8DAA17C2953914D9D -> yubico-20250807-355C8C0186CC96CBA49F9CD8DAA17C2953914D9D.asc https://keys.openpgp.org/vks/v1/by-fingerprint/9E885C0302F9BB9167529C2D5CBA11E6ADC7BCD1 -> yubico-20250807-9E885C0302F9BB9167529C2D5CBA11E6ADC7BCD1.asc https://keys.openpgp.org/vks/v1/by-fingerprint/7FBB6186957496D58C751AC20E777DD85755AA4A -> yubico-20250807-7FBB6186957496D58C751AC20E777DD85755AA4A.asc https://keys.openpgp.org/vks/v1/by-fingerprint/78D997D53E9C0A2A205392ED14A19784723C9988 -> yubico-20250807-78D997D53E9C0A2A205392ED14A19784723C9988.asc https://keys.openpgp.org/vks/v1/by-fingerprint/AF511D2CBC0F973E5D308054325C8E4AE2E6437D -> yubico-20250807-AF511D2CBC0F973E5D308054325C8E4AE2E6437D.asc https://keys.openpgp.org/vks/v1/by-fingerprint/C28ED3753F01B4B097A1B306948B29C5F1E063ED -> yubico-20250807-C28ED3753F01B4B097A1B306948B29C5F1E063ED.asc https://keys.openpgp.org/vks/v1/by-fingerprint/F475928225229F58460640EAD91777C175533EE5 -> yubico-20250807-F475928225229F58460640EAD91777C175533EE5.asc https://keys.openpgp.org/vks/v1/by-fingerprint/8D0B4EBA9345254BCEC0E843514F078FF4AB24C3 -> yubico-20250807-8D0B4EBA9345254BCEC0E843514F078FF4AB24C3.asc https://keys.openpgp.org/vks/v1/by-fingerprint/1DC4BA2872525B3F2FE8207F5D9C760A3FB51707 -> yubico-20250807-1DC4BA2872525B3F2FE8207F5D9C760A3FB51707.asc https://keys.openpgp.org/vks/v1/by-fingerprint/9AA9BDB11BB1B99A21285A330664A76954265E8C -> yubico-20250807-9AA9BDB11BB1B99A21285A330664A76954265E8C.asc -_md5_=54c181027b20d05f91a8bf0e7264ab4e +SRC_URI=https://keys.openpgp.org/vks/v1/by-fingerprint/0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A -> yubico-20260508-0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A.asc https://keys.openpgp.org/vks/v1/by-fingerprint/20EE325B86A81BCBD3E56798F04367096FBA95E8 -> yubico-20260508-20EE325B86A81BCBD3E56798F04367096FBA95E8.asc https://keys.openpgp.org/vks/v1/by-fingerprint/B70D62AA6A31AD6B9E4F9F4BDC8888925D25CA7A -> yubico-20260508-B70D62AA6A31AD6B9E4F9F4BDC8888925D25CA7A.asc https://keys.openpgp.org/vks/v1/by-fingerprint/57A9DEED4C6D962A923BB691816F3ED99921835E -> yubico-20260508-57A9DEED4C6D962A923BB691816F3ED99921835E.asc https://keys.openpgp.org/vks/v1/by-fingerprint/1D7308B0055F5AEF36944A8F27A9C24D9588EA0F -> yubico-20260508-1D7308B0055F5AEF36944A8F27A9C24D9588EA0F.asc https://keys.openpgp.org/vks/v1/by-fingerprint/355C8C0186CC96CBA49F9CD8DAA17C2953914D9D -> yubico-20260508-355C8C0186CC96CBA49F9CD8DAA17C2953914D9D.asc https://keys.openpgp.org/vks/v1/by-fingerprint/9E885C0302F9BB9167529C2D5CBA11E6ADC7BCD1 -> yubico-20260508-9E885C0302F9BB9167529C2D5CBA11E6ADC7BCD1.asc https://keys.openpgp.org/vks/v1/by-fingerprint/7FBB6186957496D58C751AC20E777DD85755AA4A -> yubico-20260508-7FBB6186957496D58C751AC20E777DD85755AA4A.asc https://keys.openpgp.org/vks/v1/by-fingerprint/78D997D53E9C0A2A205392ED14A19784723C9988 -> yubico-20260508-78D997D53E9C0A2A205392ED14A19784723C9988.asc https://keys.openpgp.org/vks/v1/by-fingerprint/AF511D2CBC0F973E5D308054325C8E4AE2E6437D -> yubico-20260508-AF511D2CBC0F973E5D308054325C8E4AE2E6437D.asc https://keys.openpgp.org/vks/v1/by-fingerprint/C28ED3753F01B4B097A1B306948B29C5F1E063ED -> yubico-20260508-C28ED3753F01B4B097A1B306948B29C5F1E063ED.asc https://keys.openpgp.org/vks/v1/by-fingerprint/F475928225229F58460640EAD91777C175533EE5 -> yubico-20260508-F475928225229F58460640EAD91777C175533EE5.asc https://keys.openpgp.org/vks/v1/by-fingerprint/8D0B4EBA9345254BCEC0E843514F078FF4AB24C3 -> yubico-20260508-8D0B4EBA9345254BCEC0E843514F078FF4AB24C3.asc https://keys.openpgp.org/vks/v1/by-fingerprint/1DC4BA2872525B3F2FE8207F5D9C760A3FB51707 -> yubico-20260508-1DC4BA2872525B3F2FE8207F5D9C760A3FB51707.asc +_md5_=005470757d00ad63d07875235b73f7e1 diff --git a/metadata/md5-cache/sys-apps/bubblewrap-0.11.2 b/metadata/md5-cache/sys-apps/bubblewrap-0.11.2 index f44b893b2cfc..c1f368b463e5 100644 --- a/metadata/md5-cache/sys-apps/bubblewrap-0.11.2 +++ b/metadata/md5-cache/sys-apps/bubblewrap-0.11.2 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://github.com/containers/bubblewrap/ INHERIT=bash-completion-r1 linux-info meson IUSE=selinux suid -KEYWORDS=~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86 +KEYWORDS=amd64 arm arm64 ~loong ppc ppc64 ~riscv x86 LICENSE=LGPL-2+ RDEPEND=sys-libs/libseccomp sys-libs/libcap selinux? ( >=sys-libs/libselinux-2.1.9 ) RESTRICT=test SLOT=0 SRC_URI=https://github.com/containers/bubblewrap/releases/download/v0.11.2/bubblewrap-0.11.2.tar.xz _eclasses_=bash-completion-r1 9e91505e030725688d1e953321a47501 flag-o-matic fd3558f73f6503093adee69adf41020d linux-info efd923656513c879204fec6638eadee5 meson 12065b402c6d78a2aec926ed8dfd964f multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 ninja-utils d063ea1900a793f93eb095010d6d9156 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 rust-toolchain 76468983281b0a7fc167ca224f84ecfd sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=331e0a67fa3120fb38b6b78cd656a113 +_md5_=fd20e2fb49b441e0873c5eeb05763171 diff --git a/metadata/md5-cache/sys-apps/fetchit-0.1.0 b/metadata/md5-cache/sys-apps/fetchit-0.1.0 index 041b10aa02b7..412ff321b957 100644 --- a/metadata/md5-cache/sys-apps/fetchit-0.1.0 +++ b/metadata/md5-cache/sys-apps/fetchit-0.1.0 @@ -9,4 +9,4 @@ LICENSE=MIT RDEPEND=dev-lang/lua:5.4 SLOT=0 SRC_URI=https://codeberg.org/nzuum/fetchit/archive/b0ed7c1fe08d32fc26e458cd971930d550720462.tar.gz -> fetchit-0.1.0.tar.gz -_md5_=9aba04cfed5a7cc75405274b15bd7f4b +_md5_=a0b6e118a419772d0b75139d16af9561 diff --git a/metadata/md5-cache/sys-apps/fetchit-9999 b/metadata/md5-cache/sys-apps/fetchit-9999 index 432655c6be58..73f8fb9ff5e3 100644 --- a/metadata/md5-cache/sys-apps/fetchit-9999 +++ b/metadata/md5-cache/sys-apps/fetchit-9999 @@ -10,4 +10,4 @@ PROPERTIES=live RDEPEND=dev-lang/lua:5.4 SLOT=0 _eclasses_=git-r3 7b584b5dc33e3bc66ff5b9271bf41764 -_md5_=6bb5bfa98d7e4dbba27594bd628c8399 +_md5_=5def622ec19f5c2128b3d10975eb6a02 diff --git a/metadata/md5-cache/sys-apps/hexyl-0.17.0 b/metadata/md5-cache/sys-apps/hexyl-0.17.0 index 0991ae5c83bd..04f7d930361a 100644 --- a/metadata/md5-cache/sys-apps/hexyl-0.17.0 +++ b/metadata/md5-cache/sys-apps/hexyl-0.17.0 @@ -1,13 +1,14 @@ -BDEPEND=|| ( >=dev-lang/rust-bin-1.88:* >=dev-lang/rust-1.88:* ) +BDEPEND=virtual/pandoc || ( >=dev-lang/rust-bin-1.88:* >=dev-lang/rust-1.88:* ) DEFINED_PHASES=compile configure install setup test unpack DESCRIPTION=A command-line hex viewer EAPI=8 HOMEPAGE=https://github.com/sharkdp/hexyl -INHERIT=cargo +INHERIT=cargo shell-completion IUSE=debug KEYWORDS=~amd64 LICENSE=|| ( Apache-2.0 MIT ) Apache-2.0 ISC MIT Unicode-DFS-2016 ZLIB +RESTRICT=mirror SLOT=0 SRC_URI=https://github.com/sharkdp/hexyl/archive/v0.17.0.tar.gz -> hexyl-0.17.0.tar.gz https://crates.io/api/v1/crates/aho-corasick/1.1.3/download -> aho-corasick-1.1.3.crate https://crates.io/api/v1/crates/anstream/0.6.17/download -> anstream-0.6.17.crate https://crates.io/api/v1/crates/anstyle-parse/0.2.6/download -> anstyle-parse-0.2.6.crate https://crates.io/api/v1/crates/anstyle-query/1.1.2/download -> anstyle-query-1.1.2.crate https://crates.io/api/v1/crates/anstyle-wincon/3.0.6/download -> anstyle-wincon-3.0.6.crate https://crates.io/api/v1/crates/anstyle/1.0.9/download -> anstyle-1.0.9.crate https://crates.io/api/v1/crates/anyhow/1.0.91/download -> anyhow-1.0.91.crate https://crates.io/api/v1/crates/assert_cmd/2.1.2/download -> assert_cmd-2.1.2.crate https://crates.io/api/v1/crates/autocfg/1.4.0/download -> autocfg-1.4.0.crate https://crates.io/api/v1/crates/bitflags/2.6.0/download -> bitflags-2.6.0.crate https://crates.io/api/v1/crates/bstr/1.10.0/download -> bstr-1.10.0.crate https://crates.io/api/v1/crates/clap/4.5.20/download -> clap-4.5.20.crate https://crates.io/api/v1/crates/clap_builder/4.5.20/download -> clap_builder-4.5.20.crate https://crates.io/api/v1/crates/clap_complete/4.5.55/download -> clap_complete-4.5.55.crate https://crates.io/api/v1/crates/clap_derive/4.5.18/download -> clap_derive-4.5.18.crate https://crates.io/api/v1/crates/clap_lex/0.7.2/download -> clap_lex-0.7.2.crate https://crates.io/api/v1/crates/colorchoice/1.0.3/download -> colorchoice-1.0.3.crate https://crates.io/api/v1/crates/const_format/0.2.33/download -> const_format-0.2.33.crate https://crates.io/api/v1/crates/const_format_proc_macros/0.2.33/download -> const_format_proc_macros-0.2.33.crate https://crates.io/api/v1/crates/diff/0.1.13/download -> diff-0.1.13.crate https://crates.io/api/v1/crates/difflib/0.4.0/download -> difflib-0.4.0.crate https://crates.io/api/v1/crates/errno/0.3.9/download -> errno-0.3.9.crate https://crates.io/api/v1/crates/float-cmp/0.9.0/download -> float-cmp-0.9.0.crate https://crates.io/api/v1/crates/heck/0.5.0/download -> heck-0.5.0.crate https://crates.io/api/v1/crates/is_ci/1.2.0/download -> is_ci-1.2.0.crate https://crates.io/api/v1/crates/is_terminal_polyfill/1.70.1/download -> is_terminal_polyfill-1.70.1.crate https://crates.io/api/v1/crates/libc/0.2.161/download -> libc-0.2.161.crate https://crates.io/api/v1/crates/linux-raw-sys/0.4.14/download -> linux-raw-sys-0.4.14.crate https://crates.io/api/v1/crates/memchr/2.7.4/download -> memchr-2.7.4.crate https://crates.io/api/v1/crates/normalize-line-endings/0.3.0/download -> normalize-line-endings-0.3.0.crate https://crates.io/api/v1/crates/num-traits/0.2.19/download -> num-traits-0.2.19.crate https://crates.io/api/v1/crates/owo-colors/4.1.0/download -> owo-colors-4.1.0.crate https://crates.io/api/v1/crates/predicates-core/1.0.8/download -> predicates-core-1.0.8.crate https://crates.io/api/v1/crates/predicates-tree/1.0.11/download -> predicates-tree-1.0.11.crate https://crates.io/api/v1/crates/predicates/3.1.2/download -> predicates-3.1.2.crate https://crates.io/api/v1/crates/pretty_assertions/1.4.1/download -> pretty_assertions-1.4.1.crate https://crates.io/api/v1/crates/proc-macro2/1.0.89/download -> proc-macro2-1.0.89.crate https://crates.io/api/v1/crates/quote/1.0.37/download -> quote-1.0.37.crate https://crates.io/api/v1/crates/regex-automata/0.4.8/download -> regex-automata-0.4.8.crate https://crates.io/api/v1/crates/regex-syntax/0.8.5/download -> regex-syntax-0.8.5.crate https://crates.io/api/v1/crates/regex/1.11.1/download -> regex-1.11.1.crate https://crates.io/api/v1/crates/rustix/0.38.38/download -> rustix-0.38.38.crate https://crates.io/api/v1/crates/serde/1.0.214/download -> serde-1.0.214.crate https://crates.io/api/v1/crates/serde_derive/1.0.214/download -> serde_derive-1.0.214.crate https://crates.io/api/v1/crates/strsim/0.11.1/download -> strsim-0.11.1.crate https://crates.io/api/v1/crates/supports-color/3.0.1/download -> supports-color-3.0.1.crate https://crates.io/api/v1/crates/syn/2.0.85/download -> syn-2.0.85.crate https://crates.io/api/v1/crates/terminal_size/0.4.0/download -> terminal_size-0.4.0.crate https://crates.io/api/v1/crates/termtree/0.4.1/download -> termtree-0.4.1.crate https://crates.io/api/v1/crates/thiserror-impl/1.0.65/download -> thiserror-impl-1.0.65.crate https://crates.io/api/v1/crates/thiserror/1.0.65/download -> thiserror-1.0.65.crate https://crates.io/api/v1/crates/unicode-ident/1.0.13/download -> unicode-ident-1.0.13.crate https://crates.io/api/v1/crates/unicode-xid/0.2.6/download -> unicode-xid-0.2.6.crate https://crates.io/api/v1/crates/utf8parse/0.2.2/download -> utf8parse-0.2.2.crate https://crates.io/api/v1/crates/wait-timeout/0.2.0/download -> wait-timeout-0.2.0.crate https://crates.io/api/v1/crates/windows-sys/0.52.0/download -> windows-sys-0.52.0.crate https://crates.io/api/v1/crates/windows-sys/0.59.0/download -> windows-sys-0.59.0.crate https://crates.io/api/v1/crates/windows-targets/0.52.6/download -> windows-targets-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_gnullvm/0.52.6/download -> windows_aarch64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_aarch64_msvc/0.52.6/download -> windows_aarch64_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnu/0.52.6/download -> windows_i686_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_gnullvm/0.52.6/download -> windows_i686_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_i686_msvc/0.52.6/download -> windows_i686_msvc-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnu/0.52.6/download -> windows_x86_64_gnu-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_gnullvm/0.52.6/download -> windows_x86_64_gnullvm-0.52.6.crate https://crates.io/api/v1/crates/windows_x86_64_msvc/0.52.6/download -> windows_x86_64_msvc-0.52.6.crate https://crates.io/api/v1/crates/yansi/1.0.1/download -> yansi-1.0.1.crate -_eclasses_=cargo 53bab5a62cfc3526d8ed02c0a38a6033 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=aa74390ba0a1fdf5cb9e5e9ffe361f2f +_eclasses_=bash-completion-r1 9e91505e030725688d1e953321a47501 cargo 53bab5a62cfc3526d8ed02c0a38a6033 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd shell-completion 0b655d0d825e157a5e99c463bddaac16 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 +_md5_=da9f13a9d36766fa456c7f3bc728bcd6 diff --git a/metadata/md5-cache/sys-apps/sift-0.9.1 b/metadata/md5-cache/sys-apps/sift-0.9.1 new file mode 100644 index 000000000000..6374deecb64c --- /dev/null +++ b/metadata/md5-cache/sys-apps/sift-0.9.1 @@ -0,0 +1,12 @@ +BDEPEND=>=dev-lang/go-1.24.11:= app-arch/unzip +DEFINED_PHASES=compile install unpack +DESCRIPTION=A fast and powerful alternative to grep. +EAPI=8 +HOMEPAGE=https://github.com/svent/sift +INHERIT=go-module bash-completion-r1 +KEYWORDS=~amd64 ~arm64 +LICENSE=GPL-3 +SLOT=0 +SRC_URI=https://github.com/svent/sift/archive/refs/tags/v0.9.1.tar.gz -> sift-0.9.1.tar.gz https://codeberg.org/brtz/guru-distfiles/releases/download/sift-0.9.1-deps.tar.xz/sift-0.9.1-deps.tar.xz +_eclasses_=bash-completion-r1 9e91505e030725688d1e953321a47501 flag-o-matic fd3558f73f6503093adee69adf41020d go-env fca4e820393c2eac25a944be8bdf6a3a go-module 22cfabf3120ed3f7bcd8b4a7697fbfba multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 sysroot 4c36abaf94ebd3ab32f8abea9a444121 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 +_md5_=fb109694c76b77984e90109238f2aa0e diff --git a/metadata/md5-cache/sys-kernel/asahi-sources-6.16.4_p2 b/metadata/md5-cache/sys-kernel/asahi-sources-6.16.4_p2 deleted file mode 100644 index c56fd81b4e7b..000000000000 --- a/metadata/md5-cache/sys-kernel/asahi-sources-6.16.4_p2 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=|| ( >=dev-lang/rust-bin-1.85.0:*[rust-src,rustfmt] >=dev-lang/rust-1.85.0:*[rust-src,rustfmt] ) -DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack -DEPEND=dev-util/bindgen -DESCRIPTION=Asahi Linux kernel sources -EAPI=8 -HOMEPAGE=https://asahilinux.org -INHERIT=kernel-2 rust -IUSE=symlink build -KEYWORDS=arm64 -LICENSE=GPL-2 -RDEPEND=!build? ( app-alternatives/cpio dev-lang/perl app-alternatives/bc dev-build/make sys-devel/bison sys-devel/flex sys-libs/binutils-libs >=sys-libs/ncurses-5.2 virtual/libelf virtual/pkgconfig ) -RESTRICT=binchecks strip -SLOT=6.16.4_p2 -SRC_URI=https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.16.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-6.16-5.base.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.16-5.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.16-5.base.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-6.16-5.extras.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.16-5.extras.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.16-5.extras.tar.xz https://github.com/AsahiLinux/linux/compare/v6.16.4...asahi-6.16.4-2.diff -> linux-asahi-6.16.4-2.diff -_eclasses_=crossdev d618c699554f72b98f8ceeeeb361dc9e estack c61c368a76fdf3a82fdf8dbaebea3804 kernel-2 ebd7c679f610ffb1f4c1a282b525f5ed multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 optfeature 538bce96e5589935b57e178e8635f301 rust c5ae4c9b5eca97bd7fc77fede663873f toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=82c26571431d6af78c3b045316ce784d diff --git a/metadata/md5-cache/sys-kernel/asahi-sources-6.17.11_p1 b/metadata/md5-cache/sys-kernel/asahi-sources-6.17.11_p1 deleted file mode 100644 index 494772f4e965..000000000000 --- a/metadata/md5-cache/sys-kernel/asahi-sources-6.17.11_p1 +++ /dev/null @@ -1,16 +0,0 @@ -BDEPEND=|| ( >=dev-lang/rust-bin-1.85.0:*[rust-src,rustfmt] >=dev-lang/rust-1.85.0:*[rust-src,rustfmt] ) -DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack -DEPEND=dev-util/bindgen -DESCRIPTION=Asahi Linux kernel sources -EAPI=8 -HOMEPAGE=https://asahilinux.org -INHERIT=kernel-2 rust -IUSE=symlink build -KEYWORDS=~arm64 -LICENSE=GPL-2 -RDEPEND=!build? ( app-alternatives/cpio dev-lang/perl app-alternatives/bc dev-build/make sys-devel/bison sys-devel/flex sys-libs/binutils-libs >=sys-libs/ncurses-5.2 virtual/libelf virtual/pkgconfig ) -RESTRICT=binchecks strip -SLOT=6.17.11_p1 -SRC_URI=https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.17.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-6.17-14.base.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.17-14.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.17-14.base.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-6.17-14.extras.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.17-14.extras.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.17-14.extras.tar.xz https://github.com/AsahiLinux/linux/compare/v6.17.11...asahi-6.17.11-1.diff -> linux-asahi-6.17.11-1.diff -_eclasses_=crossdev d618c699554f72b98f8ceeeeb361dc9e estack c61c368a76fdf3a82fdf8dbaebea3804 kernel-2 ebd7c679f610ffb1f4c1a282b525f5ed multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 optfeature 538bce96e5589935b57e178e8635f301 rust c5ae4c9b5eca97bd7fc77fede663873f toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=507d982466101889343e9f2f7a8e478e diff --git a/metadata/md5-cache/sys-kernel/asahi-sources-6.19.14_p1 b/metadata/md5-cache/sys-kernel/asahi-sources-6.19.14_p2 index 787a27fda0a1..da0a3bba683a 100644 --- a/metadata/md5-cache/sys-kernel/asahi-sources-6.19.14_p1 +++ b/metadata/md5-cache/sys-kernel/asahi-sources-6.19.14_p2 @@ -6,11 +6,11 @@ EAPI=8 HOMEPAGE=https://asahilinux.org INHERIT=kernel-2 rust IUSE=symlink build -KEYWORDS=~arm64 +KEYWORDS=arm64 LICENSE=GPL-2 RDEPEND=!build? ( app-alternatives/cpio dev-lang/perl app-alternatives/bc dev-build/make sys-devel/bison sys-devel/flex sys-libs/binutils-libs >=sys-libs/ncurses-5.2 virtual/libelf virtual/pkgconfig ) RESTRICT=binchecks strip -SLOT=6.19.14_p1 -SRC_URI=https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.19.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-6.19-13.base.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.19-13.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.19-13.base.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-6.19-13.extras.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.19-13.extras.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.19-13.extras.tar.xz https://github.com/AsahiLinux/linux/compare/v6.19.14...asahi-6.19.14-1.diff -> linux-asahi-6.19.14-1.diff +SLOT=6.19.14_p2 +SRC_URI=https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.19.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-6.19-13.base.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.19-13.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.19-13.base.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-6.19-13.extras.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.19-13.extras.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.19-13.extras.tar.xz https://github.com/AsahiLinux/linux/compare/v6.19.14...asahi-6.19.14-2.diff -> linux-asahi-6.19.14-2.diff _eclasses_=crossdev d618c699554f72b98f8ceeeeb361dc9e estack c61c368a76fdf3a82fdf8dbaebea3804 kernel-2 ebd7c679f610ffb1f4c1a282b525f5ed multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 optfeature 538bce96e5589935b57e178e8635f301 rust c5ae4c9b5eca97bd7fc77fede663873f toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=773d7fc7b9977cabfd622d0d44610e45 +_md5_=9fe07f31dd869cea8606e0696dceabea diff --git a/metadata/md5-cache/sys-kernel/dkms-3.4.1 b/metadata/md5-cache/sys-kernel/dkms-3.4.1 new file mode 100644 index 000000000000..b09311afe79a --- /dev/null +++ b/metadata/md5-cache/sys-kernel/dkms-3.4.1 @@ -0,0 +1,14 @@ +DEFINED_PHASES=compile install postinst setup test +DESCRIPTION=Dynamic Kernel Module Support +EAPI=8 +HOMEPAGE=https://github.com/dkms-project/dkms +INHERIT=linux-info optfeature +IUSE=systemd +KEYWORDS=~amd64 ~arm64 ~riscv ~x86 +LICENSE=GPL-2 +RDEPEND=sys-apps/kmod virtual/linux-sources systemd? ( sys-apps/systemd ) +RESTRICT=test +SLOT=0 +SRC_URI=https://github.com/dkms-project/dkms/archive/v3.4.1.tar.gz -> dkms-3.4.1.tar.gz +_eclasses_=linux-info efd923656513c879204fec6638eadee5 optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 +_md5_=26547ac2931e6dbad796d98e470b56d5 diff --git a/metadata/md5-cache/sys-kernel/dracut-110-r4 b/metadata/md5-cache/sys-kernel/dracut-110-r5 index 229ea55d5ad5..ff9fbe580b52 100644 --- a/metadata/md5-cache/sys-kernel/dracut-110-r4 +++ b/metadata/md5-cache/sys-kernel/dracut-110-r5 @@ -14,4 +14,4 @@ RESTRICT=test SLOT=0 SRC_URI=https://github.com/dracut-ng/dracut-ng/archive/refs/tags/110.tar.gz -> dracut-110.tar.gz _eclasses_=bash-completion-r1 9e91505e030725688d1e953321a47501 cargo 53bab5a62cfc3526d8ed02c0a38a6033 edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 optfeature 538bce96e5589935b57e178e8635f301 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=e8b5804bd80081e66d10f047b7776190 +_md5_=7cb22d14db7d586a6970f410482b95e7 diff --git a/metadata/md5-cache/sys-kernel/dracut-111 b/metadata/md5-cache/sys-kernel/dracut-111 new file mode 100644 index 000000000000..76e3b3e6f296 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/dracut-111 @@ -0,0 +1,17 @@ +BDEPEND=|| ( app-text/asciidoc dev-ruby/asciidoctor ) app-text/docbook-xml-dtd:4.5 >=app-text/docbook-xsl-stylesheets-1.75.2 >=dev-libs/libxslt-1.1.26 virtual/pkgconfig dracut-cpio? ( || ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* ) ) test? ( net-nds/rpcbind net-fs/nfs-utils sys-block/open-iscsi sys-fs/btrfs-progs sys-fs/dmraid sys-fs/lvm2[lvm,thin] sys-fs/mdadm sys-fs/multipath-tools alpha? ( app-emulation/qemu[qemu_softmmu_targets_alpha] ) amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm? ( app-emulation/qemu[qemu_softmmu_targets_arm] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) hppa? ( app-emulation/qemu[qemu_softmmu_targets_hppa] ) loong? ( app-emulation/qemu[qemu_softmmu_targets_loongarch64] ) mips? ( || ( app-emulation/qemu[qemu_softmmu_targets_mips] app-emulation/qemu[qemu_softmmu_targets_mips64] app-emulation/qemu[qemu_softmmu_targets_mips64el] ) ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) riscv? ( || ( app-emulation/qemu[qemu_softmmu_targets_riscv32] app-emulation/qemu[qemu_softmmu_targets_riscv64] ) ) sparc? ( || ( app-emulation/qemu[qemu_softmmu_targets_sparc] app-emulation/qemu[qemu_softmmu_targets_sparc64] ) ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) virtual/pkgconfig +DEFINED_PHASES=compile configure install postinst preinst setup test +DEPEND=>=sys-apps/kmod-23 systemd? ( >=sys-apps/systemd-257:= ) elibc_musl? ( sys-libs/fts-standalone ) +DESCRIPTION=Generic initramfs generation tool +EAPI=8 +HOMEPAGE=https://github.com/dracut-ng/dracut-ng/wiki +INHERIT=cargo flag-o-matic bash-completion-r1 edo optfeature systemd toolchain-funcs +IUSE=dracut-cpio selinux systemd test debug +KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 +LICENSE=GPL-2 +PROPERTIES=test? ( test_privileged test_network ) +RDEPEND=>=sys-apps/kmod-23 systemd? ( >=sys-apps/systemd-257:= ) app-alternatives/cpio >=app-shells/bash-4.0:0 sys-apps/coreutils[xattr(-)] >=sys-apps/kmod-23[tools] || ( >=sys-apps/sysvinit-2.87-r3 sys-apps/openrc[sysv-utils(-),selinux?] sys-apps/systemd[sysv-utils(+)] sys-apps/s6-linux-init[sysv-utils(-)] ) >=sys-apps/util-linux-2.21 virtual/pkgconfig[native-symlinks(+)] virtual/udev elibc_musl? ( sys-libs/fts-standalone ) selinux? ( sec-policy/selinux-dracut sys-libs/libselinux sys-libs/libsepol ) +RESTRICT=test +SLOT=0 +SRC_URI=https://github.com/dracut-ng/dracut-ng/archive/refs/tags/111.tar.gz -> dracut-111.tar.gz +_eclasses_=bash-completion-r1 9e91505e030725688d1e953321a47501 cargo 53bab5a62cfc3526d8ed02c0a38a6033 edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic fd3558f73f6503093adee69adf41020d multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 optfeature 538bce96e5589935b57e178e8635f301 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 +_md5_=876624003e04c64e4835fe632d572a6e diff --git a/metadata/md5-cache/sys-kernel/dracut-9999 b/metadata/md5-cache/sys-kernel/dracut-9999 index 10a0554cfeee..dd11f4503a45 100644 --- a/metadata/md5-cache/sys-kernel/dracut-9999 +++ b/metadata/md5-cache/sys-kernel/dracut-9999 @@ -12,4 +12,4 @@ RDEPEND=>=sys-apps/kmod-23 systemd? ( >=sys-apps/systemd-257:= ) app-alternative RESTRICT=test SLOT=0 _eclasses_=bash-completion-r1 9e91505e030725688d1e953321a47501 cargo 53bab5a62cfc3526d8ed02c0a38a6033 edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic fd3558f73f6503093adee69adf41020d git-r3 7b584b5dc33e3bc66ff5b9271bf41764 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 optfeature 538bce96e5589935b57e178e8635f301 rust c5ae4c9b5eca97bd7fc77fede663873f rust-toolchain 76468983281b0a7fc167ca224f84ecfd systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=b628ebb5fa0e05686b4bd6e6ac656466 +_md5_=876624003e04c64e4835fe632d572a6e diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-5.10.255 b/metadata/md5-cache/sys-kernel/gentoo-kernel-5.10.255 new file mode 100644 index 000000000000..37f4b60f76d6 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-5.10.255 @@ -0,0 +1,18 @@ +BDEPEND=debug? ( dev-util/pahole ) verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) secureboot? ( app-crypt/sbsigntools dev-libs/openssl ) test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) app-alternatives/cpio app-alternatives/bc app-arch/tar dev-lang/perl sys-devel/bison sys-devel/flex virtual/libelf arm? ( sys-apps/dtc ) arm64? ( sys-apps/dtc ) modules-sign? ( dev-libs/openssl ) riscv? ( sys-apps/dtc ) verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) +DEFINED_PHASES=compile config configure install postinst postrm preinst prepare pretend setup test unpack +DESCRIPTION=Linux kernel built with Gentoo patches +EAPI=8 +HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.kernel.org/ +IDEPEND=!initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( || ( >=sys-kernel/installkernel-14[dracut(-)] >=sys-kernel/installkernel-14[ugrd(-)] ) ) +INHERIT=kernel-build toolchain-funcs verify-sig +IUSE=debug experimental hardened savedconfig secureboot +initramfs test +strip modules-sign verify-sig +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 +PDEPEND=>=virtual/dist-kernel-5.10.255 +RDEPEND=!sys-kernel/gentoo-kernel-bin:5.10.255 virtual/libelf +REQUIRED_USE=arm? ( savedconfig ) hppa? ( savedconfig ) sparc? ( savedconfig ) secureboot? ( modules-sign ) +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=5.10.255 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.10.255.xz https://distfiles.gentoo.org/pub/proj/dist-kernel/patchsets/5.10/linux-gentoo-patches-5.10.255.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g17.tar.gz -> gentoo-kernel-config-g17.tar.gz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc -> linux-5.x-sha256sums-20260508.asc ) amd64? ( https://src.fedoraproject.org/rpms/kernel/raw/836165dd2dff34e4f2c47ca8f9c803002c1e6530/f/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.5.10.12 ) arm64? ( https://src.fedoraproject.org/rpms/kernel/raw/836165dd2dff34e4f2c47ca8f9c803002c1e6530/f/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.5.10.12 ) ppc64? ( https://src.fedoraproject.org/rpms/kernel/raw/836165dd2dff34e4f2c47ca8f9c803002c1e6530/f/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.5.10.12 ) x86? ( https://src.fedoraproject.org/rpms/kernel/raw/836165dd2dff34e4f2c47ca8f9c803002c1e6530/f/kernel-i686-fedora.config -> kernel-i686-fedora.config.5.10.12 ) +_eclasses_=branding 7bcece3faa73dd0fc3e597013510d53a dist-kernel-utils 6b5bab4e35c9a263b3f102ee53d96c65 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd kernel-build 4526c90ff3c8fc1af902becdd46988ba kernel-install 6b9eda55ce251470037d9a348f96475f linux-info efd923656513c879204fec6638eadee5 mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 portability 3c2334cdfbb30bc4b33c85164fe832bf python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 savedconfig b9131abe556ad2ea96c01b06d658d363 secureboot d98b63e30a9468e1f1c06d3d7c66e760 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 verify-sig ece4c893b6bd62eacbc4d25958e857f8 +_md5_=823611c91bb216be9f047e187c5a3bc0 diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-5.15.205 b/metadata/md5-cache/sys-kernel/gentoo-kernel-5.15.205 new file mode 100644 index 000000000000..0b8fcd3c0f35 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-5.15.205 @@ -0,0 +1,18 @@ +BDEPEND=debug? ( dev-util/pahole ) verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) secureboot? ( app-crypt/sbsigntools dev-libs/openssl ) test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) app-alternatives/cpio app-alternatives/bc app-arch/tar dev-lang/perl sys-devel/bison sys-devel/flex virtual/libelf arm? ( sys-apps/dtc ) arm64? ( sys-apps/dtc ) modules-sign? ( dev-libs/openssl ) riscv? ( sys-apps/dtc ) verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) +DEFINED_PHASES=compile config configure install postinst postrm preinst prepare pretend setup test unpack +DESCRIPTION=Linux kernel built with Gentoo patches +EAPI=8 +HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.kernel.org/ +IDEPEND=!initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( || ( >=sys-kernel/installkernel-14[dracut(-)] >=sys-kernel/installkernel-14[ugrd(-)] ) ) +INHERIT=kernel-build toolchain-funcs verify-sig +IUSE=debug experimental hardened savedconfig secureboot +initramfs test +strip modules-sign verify-sig +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 +PDEPEND=>=virtual/dist-kernel-5.15.205 +RDEPEND=!sys-kernel/gentoo-kernel-bin:5.15.205 virtual/libelf +REQUIRED_USE=arm? ( savedconfig ) hppa? ( savedconfig ) sparc? ( savedconfig ) secureboot? ( modules-sign ) +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=5.15.205 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.xz https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.15.205.xz https://distfiles.gentoo.org/pub/proj/dist-kernel/patchsets/5.15/linux-gentoo-patches-5.15.205.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g17.tar.gz -> gentoo-kernel-config-g17.tar.gz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc -> linux-5.x-sha256sums-20260508.asc ) amd64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.1.102-gentoo/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.6.1.102-gentoo ) arm64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.1.102-gentoo/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.6.1.102-gentoo ) ppc64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.1.102-gentoo/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.6.1.102-gentoo ) x86? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.1.102-gentoo/kernel-i686-fedora.config -> kernel-i686-fedora.config.6.1.102-gentoo ) +_eclasses_=branding 7bcece3faa73dd0fc3e597013510d53a dist-kernel-utils 6b5bab4e35c9a263b3f102ee53d96c65 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd kernel-build 4526c90ff3c8fc1af902becdd46988ba kernel-install 6b9eda55ce251470037d9a348f96475f linux-info efd923656513c879204fec6638eadee5 mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 portability 3c2334cdfbb30bc4b33c85164fe832bf python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 savedconfig b9131abe556ad2ea96c01b06d658d363 secureboot d98b63e30a9468e1f1c06d3d7c66e760 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 verify-sig ece4c893b6bd62eacbc4d25958e857f8 +_md5_=267dd97883f115e21b93410cf091a279 diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-6.1.171 b/metadata/md5-cache/sys-kernel/gentoo-kernel-6.1.171 new file mode 100644 index 000000000000..57fddd4ddecb --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-6.1.171 @@ -0,0 +1,18 @@ +BDEPEND=debug? ( dev-util/pahole ) verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) secureboot? ( app-crypt/sbsigntools dev-libs/openssl ) test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) app-alternatives/cpio app-alternatives/bc app-arch/tar dev-lang/perl sys-devel/bison sys-devel/flex virtual/libelf arm? ( sys-apps/dtc ) arm64? ( sys-apps/dtc ) modules-sign? ( dev-libs/openssl ) riscv? ( sys-apps/dtc ) verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) +DEFINED_PHASES=compile config configure install postinst postrm preinst prepare pretend setup test unpack +DESCRIPTION=Linux kernel built with Gentoo patches +EAPI=8 +HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.kernel.org/ +IDEPEND=!initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( || ( >=sys-kernel/installkernel-14[dracut(-)] >=sys-kernel/installkernel-14[ugrd(-)] ) ) +INHERIT=kernel-build toolchain-funcs verify-sig +IUSE=debug experimental hardened savedconfig secureboot +initramfs test +strip modules-sign verify-sig +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +PDEPEND=>=virtual/dist-kernel-6.1.171 +RDEPEND=!sys-kernel/gentoo-kernel-bin:6.1.171 virtual/libelf +REQUIRED_USE=arm? ( savedconfig ) hppa? ( savedconfig ) riscv? ( savedconfig ) sparc? ( savedconfig ) secureboot? ( modules-sign ) +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=6.1.171 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.xz https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.1.171.xz https://distfiles.gentoo.org/pub/proj/dist-kernel/patchsets/6.1/linux-gentoo-patches-6.1.171.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g17.tar.gz -> gentoo-kernel-config-g17.tar.gz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc -> linux-6.x-sha256sums-20260508.asc ) amd64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.1.102-gentoo/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.6.1.102-gentoo ) arm64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.1.102-gentoo/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.6.1.102-gentoo ) ppc64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.1.102-gentoo/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.6.1.102-gentoo ) x86? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.1.102-gentoo/kernel-i686-fedora.config -> kernel-i686-fedora.config.6.1.102-gentoo ) +_eclasses_=branding 7bcece3faa73dd0fc3e597013510d53a dist-kernel-utils 6b5bab4e35c9a263b3f102ee53d96c65 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd kernel-build 4526c90ff3c8fc1af902becdd46988ba kernel-install 6b9eda55ce251470037d9a348f96475f linux-info efd923656513c879204fec6638eadee5 mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 portability 3c2334cdfbb30bc4b33c85164fe832bf python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 savedconfig b9131abe556ad2ea96c01b06d658d363 secureboot d98b63e30a9468e1f1c06d3d7c66e760 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 verify-sig ece4c893b6bd62eacbc4d25958e857f8 +_md5_=7ecae78627d2af7917610767015bdb14 diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-6.12.87 b/metadata/md5-cache/sys-kernel/gentoo-kernel-6.12.87 new file mode 100644 index 000000000000..3d8f3b8746aa --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-6.12.87 @@ -0,0 +1,18 @@ +BDEPEND=debug? ( dev-util/pahole ) verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) secureboot? ( app-crypt/sbsigntools dev-libs/openssl ) test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) app-alternatives/cpio app-alternatives/bc app-arch/tar dev-lang/perl sys-devel/bison sys-devel/flex virtual/libelf arm? ( sys-apps/dtc ) arm64? ( sys-apps/dtc ) modules-sign? ( dev-libs/openssl ) riscv? ( sys-apps/dtc ) generic-uki? ( net-misc/networkmanager[iwd] sys-libs/pam dev-libs/libp11 sys-libs/libcap net-fs/nfs-utils net-fs/cifs-utils sys-libs/readline net-libs/libmnl sys-apps/kmod app-arch/zstd media-libs/libmtp sys-fs/dosfstools sys-apps/coreutils dev-libs/libevent dev-libs/libpcre2 dev-libs/glib app-crypt/argon2 app-arch/bzip2 sys-libs/libxcrypt sys-block/nbd dev-libs/hidapi sys-apps/dbus dev-libs/libffi x11-libs/libdrm dev-libs/nss sys-boot/plymouth[drm,systemd(+),udev] sys-auth/polkit dev-libs/userspace-rcu app-arch/lz4 sys-apps/gawk app-crypt/gnupg[smartcard,tpm(-)] sys-apps/acl sys-apps/hwdata app-crypt/tpm2-tss net-misc/curl dev-libs/libaio app-alternatives/awk sys-libs/libapparmor dev-libs/lzo sys-fs/e2fsprogs sys-fs/mdadm app-crypt/tpm2-tools sys-libs/libseccomp sys-fs/lvm2[lvm] sys-apps/keyutils dev-libs/json-c sys-apps/util-linux x86? ( sys-firmware/intel-microcode ) dev-libs/libgpg-error dev-db/sqlite >=sys-apps/systemd-257[boot(-),cryptsetup,pkcs11,policykit,tpm,ukify(-)] virtual/zlib amd64? ( sys-firmware/intel-microcode ) sys-libs/ncurses sys-fs/cryptsetup sys-apps/rng-tools dev-libs/libassuan sys-fs/xfsprogs net-wireless/iwd net-libs/nghttp2 sys-apps/attr net-dns/libidn2 sys-kernel/dracut sys-apps/nvme-cli net-libs/libndp sys-process/procps dev-libs/npth net-nds/openldap sys-apps/baselayout sys-fs/dmraid net-libs/libtirpc sys-fs/multipath-tools sys-fs/btrfs-progs sys-apps/sed net-fs/samba dev-libs/oniguruma sys-libs/glibc dev-libs/icu app-arch/xz-utils app-alternatives/gzip dev-libs/cyrus-sasl sys-libs/libnvme app-misc/jq dev-libs/expat sys-apps/iproute2 media-libs/libv4l dev-libs/libusb net-wireless/bluez sys-devel/gcc dev-libs/libunistring app-arch/gzip dev-libs/openssl sys-apps/shadow app-misc/ddcutil sys-kernel/linux-firmware[redistributable,-unknown-license] sys-apps/less app-shells/bash dev-libs/opensc sys-apps/fwupd dev-libs/libgcrypt sys-apps/pcsc-lite dev-libs/libtasn1 app-crypt/p11-kit sys-libs/libcap-ng app-alternatives/sh net-dns/c-ares sys-apps/kbd ) verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) +DEFINED_PHASES=compile config configure install postinst postrm preinst prepare pretend setup test unpack +DESCRIPTION=Linux kernel built with Gentoo patches +EAPI=8 +HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.kernel.org/ +IDEPEND=generic-uki? ( app-crypt/sbsigntools >=sys-kernel/installkernel-14[-dracut(-),-ugrd(-),-ukify(-)] ) !generic-uki? ( !initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( || ( >=sys-kernel/installkernel-14[dracut(-)] >=sys-kernel/installkernel-14[ugrd(-)] ) ) ) +INHERIT=kernel-build toolchain-funcs verify-sig +IUSE=debug experimental hardened savedconfig secureboot +initramfs test generic-uki modules-compress +strip modules-sign verify-sig +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 generic-uki? ( GPL-2+ LGPL-2.1+ || ( BSD GPL-2 ) LGPL-2.1 || ( GPL-2 BSD ) GPL-2 GPL-3 GPL-3+ LGPL-2.1 LGPL-2 || ( BSD GPL-2 ) LGPL-2.1 GPL-3 GPL-3+ BSD BSD LGPL-2.1+ || ( Apache-2.0 CC0-1.0 ) BZIP2 LGPL-2.1+ public-domain BSD BSD-2 GPL-2 || ( BSD GPL-3 HIDAPI ) || ( AFL-2.1 GPL-2 ) MIT MIT || ( MPL-2.0 GPL-2 LGPL-2.1 ) GPL-2+ LGPL-2 LGPL-2.1 BSD-2 GPL-2 GPL-3+ GPL-3+ LGPL-2.1 GPL-2+ BSD-2 BSD curl ISC LGPL-2 CC0-1.0 GPL-2 LGPL-2.1 GPL-2+ GPL-2 BSD GPL-2 BSD LGPL-2.1 GPL-2 GPL-2 LGPL-2.1 MIT GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain x86? ( intel-ucode ) GPL-2 LGPL-2.1 public-domain GPL-2 LGPL-2.1 MIT public-domain ZLIB amd64? ( intel-ucode ) MIT GPL-2+ GPL-2 GPL-3 LGPL-2.1 LGPL-2.1 GPL-2 MIT LGPL-2.1 || ( GPL-2+ LGPL-3+ ) GPL-3+ unicode GPL-2 GPL-2 GPL-2+ LGPL-2.1+ GPL-2+ LGPL-2+ LGPL-2.1+ LGPL-2.1+ OPENLDAP GPL-2 GPL-2 GPL-2 BSD BSD-2 BSD-4 LGPL-2.1+ GPL-2 GPL-2 GPL-3+ GPL-3 BSD-2 LGPL-2.1+ BSD HPND ISC inner-net rc PCRE BSD public-domain LGPL-2.1+ GPL-2+ CC0-1.0 BSD-with-attribution LGPL-2.1+ MIT CC-BY-3.0 MIT GPL-2 LGPL-2.1+ LGPL-2.1 GPL-2+ LGPL-2.1+ GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+ || ( LGPL-3+ GPL-2+ ) || ( FDL-1.2 GPL-3+ ) GPL-3+ Apache-2.0 BSD GPL-2 GPL-2 GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 ) linux-fw-redistributable BSD-2 BSD BSD-4 ISC MIT || ( GPL-3 BSD-2 ) GPL-3+ LGPL-2.1 LGPL-2.1+ LGPL-2.1 MIT BSD ISC MIT GPL-3+ GPL-2 LGPL-2.1+ MIT LGPL-2.1 CC0-1.0 MIT ISC GPL-2 ) +PDEPEND=>=virtual/dist-kernel-6.12.87 +RDEPEND=!sys-kernel/gentoo-kernel-bin:6.12.87 sys-apps/kmod[lzma] virtual/libelf +REQUIRED_USE=arm? ( savedconfig ) hppa? ( savedconfig ) sparc? ( savedconfig ) secureboot? ( modules-sign ) +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=6.12.87 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.tar.xz https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.12.87.xz https://distfiles.gentoo.org/pub/proj/dist-kernel/patchsets/6.12/linux-gentoo-patches-6.12.87.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g18.tar.gz -> gentoo-kernel-config-g18.tar.gz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc -> linux-6.x-sha256sums-20260508.asc ) amd64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.12.41-gentoo/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.6.12.41-gentoo ) arm64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.12.41-gentoo/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.6.12.41-gentoo ) ppc64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.12.41-gentoo/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.6.12.41-gentoo ) riscv? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.12.41-gentoo/kernel-riscv64-fedora.config -> kernel-riscv64-fedora.config.6.12.41-gentoo ) x86? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.12.41-gentoo/kernel-i686-fedora.config -> kernel-i686-fedora.config.6.12.41-gentoo ) +_eclasses_=branding 7bcece3faa73dd0fc3e597013510d53a dist-kernel-utils 6b5bab4e35c9a263b3f102ee53d96c65 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd kernel-build 4526c90ff3c8fc1af902becdd46988ba kernel-install 6b9eda55ce251470037d9a348f96475f linux-info efd923656513c879204fec6638eadee5 mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 portability 3c2334cdfbb30bc4b33c85164fe832bf python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 savedconfig b9131abe556ad2ea96c01b06d658d363 secureboot d98b63e30a9468e1f1c06d3d7c66e760 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 verify-sig ece4c893b6bd62eacbc4d25958e857f8 +_md5_=25d526851ac18d4d3eb55b39b3a8e047 diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-6.18.28 b/metadata/md5-cache/sys-kernel/gentoo-kernel-6.18.28 new file mode 100644 index 000000000000..2192704c14b9 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-6.18.28 @@ -0,0 +1,18 @@ +BDEPEND=debug? ( dev-util/pahole ) verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) secureboot? ( app-crypt/sbsigntools dev-libs/openssl ) test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) app-alternatives/cpio app-alternatives/bc app-arch/tar dev-lang/perl sys-devel/bison sys-devel/flex virtual/libelf arm? ( sys-apps/dtc ) arm64? ( sys-apps/dtc ) modules-sign? ( dev-libs/openssl ) riscv? ( sys-apps/dtc ) generic-uki? ( net-misc/networkmanager[iwd] sys-libs/pam dev-libs/libp11 sys-libs/libcap net-fs/nfs-utils net-fs/cifs-utils sys-libs/readline net-libs/libmnl sys-apps/kmod app-arch/zstd media-libs/libmtp sys-fs/dosfstools sys-apps/coreutils dev-libs/libevent dev-libs/libpcre2 dev-libs/glib app-crypt/argon2 app-arch/bzip2 sys-libs/libxcrypt sys-block/nbd dev-libs/hidapi sys-apps/dbus dev-libs/libffi x11-libs/libdrm dev-libs/nss sys-boot/plymouth[drm,systemd(+),udev] sys-auth/polkit dev-libs/userspace-rcu app-arch/lz4 sys-apps/gawk app-crypt/gnupg[smartcard,tpm(-)] sys-apps/acl sys-apps/hwdata app-crypt/tpm2-tss net-misc/curl dev-libs/libaio app-alternatives/awk sys-libs/libapparmor dev-libs/lzo sys-fs/e2fsprogs sys-fs/mdadm app-crypt/tpm2-tools sys-libs/libseccomp sys-fs/lvm2[lvm] sys-apps/keyutils dev-libs/json-c sys-apps/util-linux x86? ( sys-firmware/intel-microcode ) dev-libs/libgpg-error dev-db/sqlite >=sys-apps/systemd-257[boot(-),cryptsetup,pkcs11,policykit,tpm,ukify(-)] virtual/zlib amd64? ( sys-firmware/intel-microcode ) sys-libs/ncurses sys-fs/cryptsetup sys-apps/rng-tools dev-libs/libassuan sys-fs/xfsprogs net-wireless/iwd net-libs/nghttp2 sys-apps/attr net-dns/libidn2 sys-kernel/dracut sys-apps/nvme-cli net-libs/libndp sys-process/procps dev-libs/npth net-nds/openldap sys-apps/baselayout sys-fs/dmraid net-libs/libtirpc sys-fs/multipath-tools sys-fs/btrfs-progs sys-apps/sed net-fs/samba dev-libs/oniguruma sys-libs/glibc dev-libs/icu app-arch/xz-utils app-alternatives/gzip dev-libs/cyrus-sasl sys-libs/libnvme app-misc/jq dev-libs/expat sys-apps/iproute2 media-libs/libv4l dev-libs/libusb net-wireless/bluez sys-devel/gcc dev-libs/libunistring app-arch/gzip dev-libs/openssl sys-apps/shadow app-misc/ddcutil sys-kernel/linux-firmware[redistributable,-unknown-license] sys-apps/less app-shells/bash dev-libs/opensc sys-apps/fwupd dev-libs/libgcrypt sys-apps/pcsc-lite dev-libs/libtasn1 app-crypt/p11-kit sys-libs/libcap-ng app-alternatives/sh net-dns/c-ares sys-apps/kbd ) verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) +DEFINED_PHASES=compile config configure install postinst postrm preinst prepare pretend setup test unpack +DESCRIPTION=Linux kernel built with Gentoo patches +EAPI=8 +HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.kernel.org/ +IDEPEND=generic-uki? ( app-crypt/sbsigntools >=sys-kernel/installkernel-14[-dracut(-),-ugrd(-),-ukify(-)] ) !generic-uki? ( !initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( || ( >=sys-kernel/installkernel-14[dracut(-)] >=sys-kernel/installkernel-14[ugrd(-)] ) ) ) +INHERIT=kernel-build toolchain-funcs verify-sig +IUSE=debug hardened savedconfig secureboot +initramfs test generic-uki modules-compress +strip modules-sign verify-sig +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 generic-uki? ( GPL-2+ LGPL-2.1+ || ( BSD GPL-2 ) LGPL-2.1 || ( GPL-2 BSD ) GPL-2 GPL-3 GPL-3+ LGPL-2.1 LGPL-2 || ( BSD GPL-2 ) LGPL-2.1 GPL-3 GPL-3+ BSD BSD LGPL-2.1+ || ( Apache-2.0 CC0-1.0 ) BZIP2 LGPL-2.1+ public-domain BSD BSD-2 GPL-2 || ( BSD GPL-3 HIDAPI ) || ( AFL-2.1 GPL-2 ) MIT MIT || ( MPL-2.0 GPL-2 LGPL-2.1 ) GPL-2+ LGPL-2 LGPL-2.1 BSD-2 GPL-2 GPL-3+ GPL-3+ LGPL-2.1 GPL-2+ BSD-2 BSD curl ISC LGPL-2 CC0-1.0 GPL-2 LGPL-2.1 GPL-2+ GPL-2 BSD GPL-2 BSD LGPL-2.1 GPL-2 GPL-2 LGPL-2.1 MIT GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain x86? ( intel-ucode ) GPL-2 LGPL-2.1 public-domain GPL-2 LGPL-2.1 MIT public-domain ZLIB amd64? ( intel-ucode ) MIT GPL-2+ GPL-2 GPL-3 LGPL-2.1 LGPL-2.1 GPL-2 MIT LGPL-2.1 || ( GPL-2+ LGPL-3+ ) GPL-3+ unicode GPL-2 GPL-2 GPL-2+ LGPL-2.1+ GPL-2+ LGPL-2+ LGPL-2.1+ LGPL-2.1+ OPENLDAP GPL-2 GPL-2 GPL-2 BSD BSD-2 BSD-4 LGPL-2.1+ GPL-2 GPL-2 GPL-3+ GPL-3 BSD-2 LGPL-2.1+ BSD HPND ISC inner-net rc PCRE BSD public-domain LGPL-2.1+ GPL-2+ CC0-1.0 BSD-with-attribution LGPL-2.1+ MIT CC-BY-3.0 MIT GPL-2 LGPL-2.1+ LGPL-2.1 GPL-2+ LGPL-2.1+ GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+ || ( LGPL-3+ GPL-2+ ) || ( FDL-1.2 GPL-3+ ) GPL-3+ Apache-2.0 BSD GPL-2 GPL-2 GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 ) linux-fw-redistributable BSD-2 BSD BSD-4 ISC MIT || ( GPL-3 BSD-2 ) GPL-3+ LGPL-2.1 LGPL-2.1+ LGPL-2.1 MIT BSD ISC MIT GPL-3+ GPL-2 LGPL-2.1+ MIT LGPL-2.1 CC0-1.0 MIT ISC GPL-2 ) +PDEPEND=>=virtual/dist-kernel-6.18.28 +RDEPEND=!sys-kernel/gentoo-kernel-bin:6.18.28 sys-apps/kmod[lzma] virtual/libelf +REQUIRED_USE=arm? ( savedconfig ) hppa? ( savedconfig ) sparc? ( savedconfig ) secureboot? ( modules-sign ) +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=6.18.28 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.18.tar.xz https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.18.28.xz https://distfiles.gentoo.org/pub/proj/dist-kernel/patchsets/6.18/linux-gentoo-patches-6.18.28.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g18.tar.gz -> gentoo-kernel-config-g18.tar.gz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc -> linux-6.x-sha256sums-20260508.asc ) amd64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.18.12-gentoo/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.6.18.12-gentoo ) arm64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.18.12-gentoo/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.6.18.12-gentoo ) ppc64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.18.12-gentoo/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.6.18.12-gentoo ) riscv? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.18.12-gentoo/kernel-riscv64-fedora.config -> kernel-riscv64-fedora.config.6.18.12-gentoo ) x86? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.18.12-gentoo/kernel-i686-fedora.config -> kernel-i686-fedora.config.6.18.12-gentoo ) +_eclasses_=branding 7bcece3faa73dd0fc3e597013510d53a dist-kernel-utils 6b5bab4e35c9a263b3f102ee53d96c65 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd kernel-build 4526c90ff3c8fc1af902becdd46988ba kernel-install 6b9eda55ce251470037d9a348f96475f linux-info efd923656513c879204fec6638eadee5 mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 portability 3c2334cdfbb30bc4b33c85164fe832bf python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 savedconfig b9131abe556ad2ea96c01b06d658d363 secureboot d98b63e30a9468e1f1c06d3d7c66e760 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 verify-sig ece4c893b6bd62eacbc4d25958e857f8 +_md5_=01cef99b2380e273217e6a9eb206e494 diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-6.6.138 b/metadata/md5-cache/sys-kernel/gentoo-kernel-6.6.138 new file mode 100644 index 000000000000..dca2d36ee343 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-6.6.138 @@ -0,0 +1,18 @@ +BDEPEND=debug? ( dev-util/pahole ) verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) secureboot? ( app-crypt/sbsigntools dev-libs/openssl ) test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) app-alternatives/cpio app-alternatives/bc app-arch/tar dev-lang/perl sys-devel/bison sys-devel/flex virtual/libelf arm? ( sys-apps/dtc ) arm64? ( sys-apps/dtc ) modules-sign? ( dev-libs/openssl ) riscv? ( sys-apps/dtc ) generic-uki? ( net-misc/networkmanager[iwd] sys-libs/pam dev-libs/libp11 sys-libs/libcap net-fs/nfs-utils net-fs/cifs-utils sys-libs/readline net-libs/libmnl sys-apps/kmod app-arch/zstd media-libs/libmtp sys-fs/dosfstools sys-apps/coreutils dev-libs/libevent dev-libs/libpcre2 dev-libs/glib app-crypt/argon2 app-arch/bzip2 sys-libs/libxcrypt sys-block/nbd dev-libs/hidapi sys-apps/dbus dev-libs/libffi x11-libs/libdrm dev-libs/nss sys-boot/plymouth[drm,systemd(+),udev] sys-auth/polkit dev-libs/userspace-rcu app-arch/lz4 sys-apps/gawk app-crypt/gnupg[smartcard,tpm(-)] sys-apps/acl sys-apps/hwdata app-crypt/tpm2-tss net-misc/curl dev-libs/libaio app-alternatives/awk sys-libs/libapparmor dev-libs/lzo sys-fs/e2fsprogs sys-fs/mdadm app-crypt/tpm2-tools sys-libs/libseccomp sys-fs/lvm2[lvm] sys-apps/keyutils dev-libs/json-c sys-apps/util-linux x86? ( sys-firmware/intel-microcode ) dev-libs/libgpg-error dev-db/sqlite >=sys-apps/systemd-257[boot(-),cryptsetup,pkcs11,policykit,tpm,ukify(-)] virtual/zlib amd64? ( sys-firmware/intel-microcode ) sys-libs/ncurses sys-fs/cryptsetup sys-apps/rng-tools dev-libs/libassuan sys-fs/xfsprogs net-wireless/iwd net-libs/nghttp2 sys-apps/attr net-dns/libidn2 sys-kernel/dracut sys-apps/nvme-cli net-libs/libndp sys-process/procps dev-libs/npth net-nds/openldap sys-apps/baselayout sys-fs/dmraid net-libs/libtirpc sys-fs/multipath-tools sys-fs/btrfs-progs sys-apps/sed net-fs/samba dev-libs/oniguruma sys-libs/glibc dev-libs/icu app-arch/xz-utils app-alternatives/gzip dev-libs/cyrus-sasl sys-libs/libnvme app-misc/jq dev-libs/expat sys-apps/iproute2 media-libs/libv4l dev-libs/libusb net-wireless/bluez sys-devel/gcc dev-libs/libunistring app-arch/gzip dev-libs/openssl sys-apps/shadow app-misc/ddcutil sys-kernel/linux-firmware[redistributable,-unknown-license] sys-apps/less app-shells/bash dev-libs/opensc sys-apps/fwupd dev-libs/libgcrypt sys-apps/pcsc-lite dev-libs/libtasn1 app-crypt/p11-kit sys-libs/libcap-ng app-alternatives/sh net-dns/c-ares sys-apps/kbd ) verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) +DEFINED_PHASES=compile config configure install postinst postrm preinst prepare pretend setup test unpack +DESCRIPTION=Linux kernel built with Gentoo patches +EAPI=8 +HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.kernel.org/ +IDEPEND=generic-uki? ( app-crypt/sbsigntools >=sys-kernel/installkernel-14[-dracut(-),-ugrd(-),-ukify(-)] ) !generic-uki? ( !initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( || ( >=sys-kernel/installkernel-14[dracut(-)] >=sys-kernel/installkernel-14[ugrd(-)] ) ) ) +INHERIT=kernel-build toolchain-funcs verify-sig +IUSE=debug experimental hardened savedconfig secureboot +initramfs test generic-uki modules-compress +strip modules-sign verify-sig +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 generic-uki? ( GPL-2+ LGPL-2.1+ || ( BSD GPL-2 ) LGPL-2.1 || ( GPL-2 BSD ) GPL-2 GPL-3 GPL-3+ LGPL-2.1 LGPL-2 || ( BSD GPL-2 ) LGPL-2.1 GPL-3 GPL-3+ BSD BSD LGPL-2.1+ || ( Apache-2.0 CC0-1.0 ) BZIP2 LGPL-2.1+ public-domain BSD BSD-2 GPL-2 || ( BSD GPL-3 HIDAPI ) || ( AFL-2.1 GPL-2 ) MIT MIT || ( MPL-2.0 GPL-2 LGPL-2.1 ) GPL-2+ LGPL-2 LGPL-2.1 BSD-2 GPL-2 GPL-3+ GPL-3+ LGPL-2.1 GPL-2+ BSD-2 BSD curl ISC LGPL-2 CC0-1.0 GPL-2 LGPL-2.1 GPL-2+ GPL-2 BSD GPL-2 BSD LGPL-2.1 GPL-2 GPL-2 LGPL-2.1 MIT GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain x86? ( intel-ucode ) GPL-2 LGPL-2.1 public-domain GPL-2 LGPL-2.1 MIT public-domain ZLIB amd64? ( intel-ucode ) MIT GPL-2+ GPL-2 GPL-3 LGPL-2.1 LGPL-2.1 GPL-2 MIT LGPL-2.1 || ( GPL-2+ LGPL-3+ ) GPL-3+ unicode GPL-2 GPL-2 GPL-2+ LGPL-2.1+ GPL-2+ LGPL-2+ LGPL-2.1+ LGPL-2.1+ OPENLDAP GPL-2 GPL-2 GPL-2 BSD BSD-2 BSD-4 LGPL-2.1+ GPL-2 GPL-2 GPL-3+ GPL-3 BSD-2 LGPL-2.1+ BSD HPND ISC inner-net rc PCRE BSD public-domain LGPL-2.1+ GPL-2+ CC0-1.0 BSD-with-attribution LGPL-2.1+ MIT CC-BY-3.0 MIT GPL-2 LGPL-2.1+ LGPL-2.1 GPL-2+ LGPL-2.1+ GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+ || ( LGPL-3+ GPL-2+ ) || ( FDL-1.2 GPL-3+ ) GPL-3+ Apache-2.0 BSD GPL-2 GPL-2 GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 ) linux-fw-redistributable BSD-2 BSD BSD-4 ISC MIT || ( GPL-3 BSD-2 ) GPL-3+ LGPL-2.1 LGPL-2.1+ LGPL-2.1 MIT BSD ISC MIT GPL-3+ GPL-2 LGPL-2.1+ MIT LGPL-2.1 CC0-1.0 MIT ISC GPL-2 ) +PDEPEND=>=virtual/dist-kernel-6.6.138 +RDEPEND=!sys-kernel/gentoo-kernel-bin:6.6.138 sys-apps/kmod[lzma] virtual/libelf +REQUIRED_USE=arm? ( savedconfig ) hppa? ( savedconfig ) riscv? ( savedconfig ) sparc? ( savedconfig ) secureboot? ( modules-sign ) +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=6.6.138 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.tar.xz https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.6.138.xz https://distfiles.gentoo.org/pub/proj/dist-kernel/patchsets/6.6/linux-gentoo-patches-6.6.138.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g17.tar.gz -> gentoo-kernel-config-g17.tar.gz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc -> linux-6.x-sha256sums-20260508.asc ) amd64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.12-gentoo/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.6.6.12-gentoo ) arm64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.12-gentoo/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.6.6.12-gentoo ) ppc64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.12-gentoo/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.6.6.12-gentoo ) x86? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.12-gentoo/kernel-i686-fedora.config -> kernel-i686-fedora.config.6.6.12-gentoo ) +_eclasses_=branding 7bcece3faa73dd0fc3e597013510d53a dist-kernel-utils 6b5bab4e35c9a263b3f102ee53d96c65 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd kernel-build 4526c90ff3c8fc1af902becdd46988ba kernel-install 6b9eda55ce251470037d9a348f96475f linux-info efd923656513c879204fec6638eadee5 mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 portability 3c2334cdfbb30bc4b33c85164fe832bf python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 savedconfig b9131abe556ad2ea96c01b06d658d363 secureboot d98b63e30a9468e1f1c06d3d7c66e760 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 verify-sig ece4c893b6bd62eacbc4d25958e857f8 +_md5_=173676d6166ca1c39853ae91b51417c7 diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-7.0.5 b/metadata/md5-cache/sys-kernel/gentoo-kernel-7.0.5 new file mode 100644 index 000000000000..374687727386 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-7.0.5 @@ -0,0 +1,18 @@ +BDEPEND=debug? ( dev-util/pahole ) verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) secureboot? ( app-crypt/sbsigntools dev-libs/openssl ) test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) app-alternatives/cpio app-alternatives/bc app-arch/tar dev-lang/perl sys-devel/bison sys-devel/flex virtual/libelf arm? ( sys-apps/dtc ) arm64? ( sys-apps/dtc ) modules-sign? ( dev-libs/openssl ) riscv? ( sys-apps/dtc ) sys-libs/binutils-libs generic-uki? ( net-misc/networkmanager[iwd] sys-libs/pam dev-libs/libp11 sys-libs/libcap net-fs/nfs-utils net-fs/cifs-utils sys-libs/readline net-libs/libmnl sys-apps/kmod app-arch/zstd media-libs/libmtp sys-fs/dosfstools sys-apps/coreutils dev-libs/libevent dev-libs/libpcre2 dev-libs/glib app-crypt/argon2 app-arch/bzip2 sys-libs/libxcrypt sys-block/nbd dev-libs/hidapi sys-apps/dbus dev-libs/libffi x11-libs/libdrm dev-libs/nss sys-boot/plymouth[drm,systemd(+),udev] sys-auth/polkit dev-libs/userspace-rcu app-arch/lz4 sys-apps/gawk app-crypt/gnupg[smartcard,tpm(-)] sys-apps/acl sys-apps/hwdata app-crypt/tpm2-tss net-misc/curl dev-libs/libaio app-alternatives/awk sys-libs/libapparmor dev-libs/lzo sys-fs/e2fsprogs sys-fs/mdadm app-crypt/tpm2-tools sys-libs/libseccomp sys-fs/lvm2[lvm] sys-apps/keyutils dev-libs/json-c sys-apps/util-linux x86? ( sys-firmware/intel-microcode ) dev-libs/libgpg-error dev-db/sqlite >=sys-apps/systemd-257[boot(-),cryptsetup,pkcs11,policykit,tpm,ukify(-)] virtual/zlib amd64? ( sys-firmware/intel-microcode ) sys-libs/ncurses sys-fs/cryptsetup sys-apps/rng-tools dev-libs/libassuan sys-fs/xfsprogs net-wireless/iwd net-libs/nghttp2 sys-apps/attr net-dns/libidn2 sys-kernel/dracut sys-apps/nvme-cli net-libs/libndp sys-process/procps dev-libs/npth net-nds/openldap sys-apps/baselayout sys-fs/dmraid net-libs/libtirpc sys-fs/multipath-tools sys-fs/btrfs-progs sys-apps/sed net-fs/samba dev-libs/oniguruma sys-libs/glibc dev-libs/icu app-arch/xz-utils app-alternatives/gzip dev-libs/cyrus-sasl sys-libs/libnvme app-misc/jq dev-libs/expat sys-apps/iproute2 media-libs/libv4l dev-libs/libusb net-wireless/bluez sys-devel/gcc dev-libs/libunistring app-arch/gzip dev-libs/openssl sys-apps/shadow app-misc/ddcutil sys-kernel/linux-firmware[redistributable,-unknown-license] sys-apps/less app-shells/bash dev-libs/opensc sys-apps/fwupd dev-libs/libgcrypt sys-apps/pcsc-lite dev-libs/libtasn1 app-crypt/p11-kit sys-libs/libcap-ng app-alternatives/sh net-dns/c-ares sys-apps/kbd ) verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) +DEFINED_PHASES=compile config configure install postinst postrm preinst prepare pretend setup test unpack +DESCRIPTION=Linux kernel built with Gentoo patches +EAPI=8 +HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.kernel.org/ +IDEPEND=generic-uki? ( app-crypt/sbsigntools >=sys-kernel/installkernel-14[-dracut(-),-ugrd(-),-ukify(-)] ) !generic-uki? ( !initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( || ( >=sys-kernel/installkernel-14[dracut(-)] >=sys-kernel/installkernel-14[ugrd(-)] ) ) ) +INHERIT=kernel-build toolchain-funcs verify-sig +IUSE=debug hardened savedconfig secureboot +initramfs test generic-uki modules-compress +strip modules-sign verify-sig +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 generic-uki? ( GPL-2+ LGPL-2.1+ || ( BSD GPL-2 ) LGPL-2.1 || ( GPL-2 BSD ) GPL-2 GPL-3 GPL-3+ LGPL-2.1 LGPL-2 || ( BSD GPL-2 ) LGPL-2.1 GPL-3 GPL-3+ BSD BSD LGPL-2.1+ || ( Apache-2.0 CC0-1.0 ) BZIP2 LGPL-2.1+ public-domain BSD BSD-2 GPL-2 || ( BSD GPL-3 HIDAPI ) || ( AFL-2.1 GPL-2 ) MIT MIT || ( MPL-2.0 GPL-2 LGPL-2.1 ) GPL-2+ LGPL-2 LGPL-2.1 BSD-2 GPL-2 GPL-3+ GPL-3+ LGPL-2.1 GPL-2+ BSD-2 BSD curl ISC LGPL-2 CC0-1.0 GPL-2 LGPL-2.1 GPL-2+ GPL-2 BSD GPL-2 BSD LGPL-2.1 GPL-2 GPL-2 LGPL-2.1 MIT GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain x86? ( intel-ucode ) GPL-2 LGPL-2.1 public-domain GPL-2 LGPL-2.1 MIT public-domain ZLIB amd64? ( intel-ucode ) MIT GPL-2+ GPL-2 GPL-3 LGPL-2.1 LGPL-2.1 GPL-2 MIT LGPL-2.1 || ( GPL-2+ LGPL-3+ ) GPL-3+ unicode GPL-2 GPL-2 GPL-2+ LGPL-2.1+ GPL-2+ LGPL-2+ LGPL-2.1+ LGPL-2.1+ OPENLDAP GPL-2 GPL-2 GPL-2 BSD BSD-2 BSD-4 LGPL-2.1+ GPL-2 GPL-2 GPL-3+ GPL-3 BSD-2 LGPL-2.1+ BSD HPND ISC inner-net rc PCRE BSD public-domain LGPL-2.1+ GPL-2+ CC0-1.0 BSD-with-attribution LGPL-2.1+ MIT CC-BY-3.0 MIT GPL-2 LGPL-2.1+ LGPL-2.1 GPL-2+ LGPL-2.1+ GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+ || ( LGPL-3+ GPL-2+ ) || ( FDL-1.2 GPL-3+ ) GPL-3+ Apache-2.0 BSD GPL-2 GPL-2 GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 ) linux-fw-redistributable BSD-2 BSD BSD-4 ISC MIT || ( GPL-3 BSD-2 ) GPL-3+ LGPL-2.1 LGPL-2.1+ LGPL-2.1 MIT BSD ISC MIT GPL-3+ GPL-2 LGPL-2.1+ MIT LGPL-2.1 CC0-1.0 MIT ISC GPL-2 ) +PDEPEND=>=virtual/dist-kernel-7.0.5 +RDEPEND=!sys-kernel/gentoo-kernel-bin:7.0.5 sys-apps/kmod[lzma] virtual/libelf +REQUIRED_USE=arm? ( savedconfig ) hppa? ( savedconfig ) sparc? ( savedconfig ) secureboot? ( modules-sign ) +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=7.0.5 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-7.0.tar.xz https://cdn.kernel.org/pub/linux/kernel/v7.x/patch-7.0.5.xz https://distfiles.gentoo.org/pub/proj/dist-kernel/patchsets/7.0/linux-gentoo-patches-7.0.5.tar.xz https://github.com/projg2/gentoo-kernel-config/archive/g18.tar.gz -> gentoo-kernel-config-g18.tar.gz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v7.x/sha256sums.asc -> linux-7.x-sha256sums-20260508.asc ) amd64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/7.0.1-gentoo/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.7.0.1-gentoo ) arm64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/7.0.1-gentoo/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.7.0.1-gentoo ) ppc64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/7.0.1-gentoo/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.7.0.1-gentoo ) riscv? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/7.0.1-gentoo/kernel-riscv64-fedora.config -> kernel-riscv64-fedora.config.7.0.1-gentoo ) x86? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/7.0.1-gentoo/kernel-i686-fedora.config -> kernel-i686-fedora.config.7.0.1-gentoo ) +_eclasses_=branding 7bcece3faa73dd0fc3e597013510d53a dist-kernel-utils 6b5bab4e35c9a263b3f102ee53d96c65 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd kernel-build 4526c90ff3c8fc1af902becdd46988ba kernel-install 6b9eda55ce251470037d9a348f96475f linux-info efd923656513c879204fec6638eadee5 mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 portability 3c2334cdfbb30bc4b33c85164fe832bf python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 savedconfig b9131abe556ad2ea96c01b06d658d363 secureboot d98b63e30a9468e1f1c06d3d7c66e760 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 verify-sig ece4c893b6bd62eacbc4d25958e857f8 +_md5_=b8bdab21f5f629b977bae0b255ea0ace diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.10.255 b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.10.255 new file mode 100644 index 000000000000..45a5509146cd --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.10.255 @@ -0,0 +1,17 @@ +BDEPEND=app-alternatives/bc app-alternatives/lex virtual/libelf app-alternatives/yacc verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) +DEFINED_PHASES=config configure install postinst postrm preinst prepare pretend test unpack +DESCRIPTION=Pre-built Linux kernel with Gentoo patches +EAPI=8 +HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.kernel.org/ +IDEPEND=!initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( || ( >=sys-kernel/installkernel-14[dracut(-)] >=sys-kernel/installkernel-14[ugrd(-)] ) ) +INHERIT=kernel-install toolchain-funcs unpacker verify-sig +IUSE=+initramfs test verify-sig +KEYWORDS=~amd64 ~arm64 ~ppc64 ~x86 +LICENSE=GPL-2 +PDEPEND=>=virtual/dist-kernel-5.10.255 +RDEPEND=!sys-kernel/gentoo-kernel:5.10.255 virtual/libelf +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=5.10.255 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.10.255.xz https://distfiles.gentoo.org/pub/proj/dist-kernel/patchsets/5.10/linux-gentoo-patches-5.10.255.tar.xz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc -> linux-5.x-sha256sums-20260508.asc ) amd64? ( https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/amd64/5.10/gentoo-kernel-5.10.255-1.amd64.gpkg.tar ) arm64? ( https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/arm64/5.10/gentoo-kernel-5.10.255-1.arm64.gpkg.tar ) ppc64? ( https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/ppc64le/5.10/gentoo-kernel-5.10.255-1.ppc64le.gpkg.tar ) x86? ( https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/x86/5.10/gentoo-kernel-5.10.255-1.x86.gpkg.tar ) +_eclasses_=dist-kernel-utils 6b5bab4e35c9a263b3f102ee53d96c65 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd kernel-install 6b9eda55ce251470037d9a348f96475f mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 unpacker a89c769f7dcf68bd2a6d23da9ede2ad2 verify-sig ece4c893b6bd62eacbc4d25958e857f8 +_md5_=707e33074645fd2ff8b8d18f2c6c0619 diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.15.205 b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.15.205 new file mode 100644 index 000000000000..cd3514220bbb --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-5.15.205 @@ -0,0 +1,17 @@ +BDEPEND=app-alternatives/bc app-alternatives/lex virtual/libelf app-alternatives/yacc verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) +DEFINED_PHASES=config configure install postinst postrm preinst prepare pretend test unpack +DESCRIPTION=Pre-built Linux kernel with Gentoo patches +EAPI=8 +HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.kernel.org/ +IDEPEND=!initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( || ( >=sys-kernel/installkernel-14[dracut(-)] >=sys-kernel/installkernel-14[ugrd(-)] ) ) +INHERIT=kernel-install toolchain-funcs unpacker verify-sig +IUSE=+initramfs test verify-sig +KEYWORDS=~amd64 ~arm64 ~ppc64 ~x86 +LICENSE=GPL-2 +PDEPEND=>=virtual/dist-kernel-5.15.205 +RDEPEND=!sys-kernel/gentoo-kernel:5.15.205 virtual/libelf +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=5.15.205 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.xz https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.15.205.xz https://distfiles.gentoo.org/pub/proj/dist-kernel/patchsets/5.15/linux-gentoo-patches-5.15.205.tar.xz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc -> linux-5.x-sha256sums-20260508.asc ) amd64? ( https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/amd64/5.15/gentoo-kernel-5.15.205-1.amd64.gpkg.tar ) arm64? ( https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/arm64/5.15/gentoo-kernel-5.15.205-1.arm64.gpkg.tar ) ppc64? ( https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/ppc64le/5.15/gentoo-kernel-5.15.205-1.ppc64le.gpkg.tar ) x86? ( https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/x86/5.15/gentoo-kernel-5.15.205-1.x86.gpkg.tar ) +_eclasses_=dist-kernel-utils 6b5bab4e35c9a263b3f102ee53d96c65 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd kernel-install 6b9eda55ce251470037d9a348f96475f mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 unpacker a89c769f7dcf68bd2a6d23da9ede2ad2 verify-sig ece4c893b6bd62eacbc4d25958e857f8 +_md5_=fee06f3d335220757484218fdb7594b6 diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.1.171 b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.1.171 new file mode 100644 index 000000000000..20669729c15c --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.1.171 @@ -0,0 +1,17 @@ +BDEPEND=app-alternatives/bc app-alternatives/lex virtual/libelf app-alternatives/yacc verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) +DEFINED_PHASES=config configure install postinst postrm preinst prepare pretend test unpack +DESCRIPTION=Pre-built Linux kernel with Gentoo patches +EAPI=8 +HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.kernel.org/ +IDEPEND=!initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( || ( >=sys-kernel/installkernel-14[dracut(-)] >=sys-kernel/installkernel-14[ugrd(-)] ) ) +INHERIT=kernel-install toolchain-funcs unpacker verify-sig +IUSE=+initramfs test verify-sig +KEYWORDS=~amd64 ~arm64 ~ppc64 ~x86 +LICENSE=GPL-2 +PDEPEND=>=virtual/dist-kernel-6.1.171 +RDEPEND=!sys-kernel/gentoo-kernel:6.1.171 virtual/libelf +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=6.1.171 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.xz https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.1.171.xz https://distfiles.gentoo.org/pub/proj/dist-kernel/patchsets/6.1/linux-gentoo-patches-6.1.171.tar.xz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc -> linux-6.x-sha256sums-20260508.asc ) amd64? ( https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/amd64/6.1/gentoo-kernel-6.1.171-1.amd64.gpkg.tar ) arm64? ( https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/arm64/6.1/gentoo-kernel-6.1.171-1.arm64.gpkg.tar ) ppc64? ( https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/ppc64le/6.1/gentoo-kernel-6.1.171-1.ppc64le.gpkg.tar ) x86? ( https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/x86/6.1/gentoo-kernel-6.1.171-1.x86.gpkg.tar ) +_eclasses_=dist-kernel-utils 6b5bab4e35c9a263b3f102ee53d96c65 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd kernel-install 6b9eda55ce251470037d9a348f96475f mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 unpacker a89c769f7dcf68bd2a6d23da9ede2ad2 verify-sig ece4c893b6bd62eacbc4d25958e857f8 +_md5_=adbdd8b3b863030a7d0e1bb99a80148f diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.12.87 b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.12.87 new file mode 100644 index 000000000000..31c2537aa45e --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.12.87 @@ -0,0 +1,17 @@ +BDEPEND=app-alternatives/bc app-alternatives/lex dev-util/pahole virtual/libelf app-alternatives/yacc amd64? ( app-crypt/sbsigntools ) arm64? ( app-crypt/sbsigntools ) verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) +DEFINED_PHASES=config configure install postinst postrm preinst prepare pretend test unpack +DESCRIPTION=Pre-built Linux kernel with Gentoo patches +EAPI=8 +HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.kernel.org/ +IDEPEND=generic-uki? ( app-crypt/sbsigntools >=sys-kernel/installkernel-14[-dracut(-),-ugrd(-),-ukify(-)] ) !generic-uki? ( !initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( || ( >=sys-kernel/installkernel-14[dracut(-)] >=sys-kernel/installkernel-14[ugrd(-)] ) ) ) +INHERIT=kernel-install toolchain-funcs unpacker verify-sig +IUSE=debug +initramfs test generic-uki modules-compress verify-sig +KEYWORDS=~amd64 ~arm64 ~ppc64 ~x86 +LICENSE=GPL-2 generic-uki? ( GPL-2+ LGPL-2.1+ || ( BSD GPL-2 ) LGPL-2.1 || ( GPL-2 BSD ) GPL-2 GPL-3 GPL-3+ LGPL-2.1 LGPL-2 || ( BSD GPL-2 ) LGPL-2.1 GPL-3 GPL-3+ BSD BSD LGPL-2.1+ || ( Apache-2.0 CC0-1.0 ) BZIP2 LGPL-2.1+ public-domain BSD BSD-2 GPL-2 || ( BSD GPL-3 HIDAPI ) || ( AFL-2.1 GPL-2 ) MIT MIT || ( MPL-2.0 GPL-2 LGPL-2.1 ) GPL-2+ LGPL-2 LGPL-2.1 BSD-2 GPL-2 GPL-3+ GPL-3+ LGPL-2.1 GPL-2+ BSD-2 BSD curl ISC LGPL-2 CC0-1.0 GPL-2 LGPL-2.1 GPL-2+ GPL-2 BSD GPL-2 BSD LGPL-2.1 GPL-2 GPL-2 LGPL-2.1 MIT GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain x86? ( intel-ucode ) GPL-2 LGPL-2.1 public-domain GPL-2 LGPL-2.1 MIT public-domain ZLIB amd64? ( intel-ucode ) MIT GPL-2+ GPL-2 GPL-3 LGPL-2.1 LGPL-2.1 GPL-2 MIT LGPL-2.1 || ( GPL-2+ LGPL-3+ ) GPL-3+ unicode GPL-2 GPL-2 GPL-2+ LGPL-2.1+ GPL-2+ LGPL-2+ LGPL-2.1+ LGPL-2.1+ OPENLDAP GPL-2 GPL-2 GPL-2 BSD BSD-2 BSD-4 LGPL-2.1+ GPL-2 GPL-2 GPL-3+ GPL-3 BSD-2 LGPL-2.1+ BSD HPND ISC inner-net rc PCRE BSD public-domain LGPL-2.1+ GPL-2+ CC0-1.0 BSD-with-attribution LGPL-2.1+ MIT CC-BY-3.0 MIT GPL-2 LGPL-2.1+ LGPL-2.1 GPL-2+ LGPL-2.1+ GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+ || ( LGPL-3+ GPL-2+ ) || ( FDL-1.2 GPL-3+ ) GPL-3+ Apache-2.0 BSD GPL-2 GPL-2 GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 ) linux-fw-redistributable BSD-2 BSD BSD-4 ISC MIT || ( GPL-3 BSD-2 ) GPL-3+ LGPL-2.1 LGPL-2.1+ LGPL-2.1 MIT BSD ISC MIT GPL-3+ GPL-2 LGPL-2.1+ MIT LGPL-2.1 CC0-1.0 MIT ISC GPL-2 ) +PDEPEND=>=virtual/dist-kernel-6.12.87 +RDEPEND=!sys-kernel/gentoo-kernel:6.12.87 sys-apps/kmod[lzma] virtual/libelf +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=6.12.87 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.tar.xz https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.12.87.xz https://distfiles.gentoo.org/pub/proj/dist-kernel/patchsets/6.12/linux-gentoo-patches-6.12.87.tar.xz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc -> linux-6.x-sha256sums-20260508.asc ) amd64? ( https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/amd64/6.12/gentoo-kernel-6.12.87-1.amd64.gpkg.tar ) arm64? ( https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/arm64/6.12/gentoo-kernel-6.12.87-1.arm64.gpkg.tar ) ppc64? ( https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/ppc64le/6.12/gentoo-kernel-6.12.87-1.ppc64le.gpkg.tar ) x86? ( https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/x86/6.12/gentoo-kernel-6.12.87-1.x86.gpkg.tar ) +_eclasses_=dist-kernel-utils 6b5bab4e35c9a263b3f102ee53d96c65 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd kernel-install 6b9eda55ce251470037d9a348f96475f mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 unpacker a89c769f7dcf68bd2a6d23da9ede2ad2 verify-sig ece4c893b6bd62eacbc4d25958e857f8 +_md5_=16559bb6c93f0a11f51148e855afeb56 diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.18.28 b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.18.28 new file mode 100644 index 000000000000..d3e92dc104fa --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.18.28 @@ -0,0 +1,17 @@ +BDEPEND=app-alternatives/bc app-alternatives/lex dev-util/pahole virtual/libelf app-alternatives/yacc amd64? ( app-crypt/sbsigntools ) arm64? ( app-crypt/sbsigntools ) verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) +DEFINED_PHASES=config configure install postinst postrm preinst prepare pretend test unpack +DESCRIPTION=Pre-built Linux kernel with Gentoo patches +EAPI=8 +HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.kernel.org/ +IDEPEND=generic-uki? ( app-crypt/sbsigntools >=sys-kernel/installkernel-14[-dracut(-),-ugrd(-),-ukify(-)] ) !generic-uki? ( !initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( || ( >=sys-kernel/installkernel-14[dracut(-)] >=sys-kernel/installkernel-14[ugrd(-)] ) ) ) +INHERIT=kernel-install toolchain-funcs unpacker verify-sig +IUSE=debug +initramfs test generic-uki modules-compress verify-sig +KEYWORDS=~amd64 ~arm64 ~ppc64 ~x86 +LICENSE=GPL-2 generic-uki? ( GPL-2+ LGPL-2.1+ || ( BSD GPL-2 ) LGPL-2.1 || ( GPL-2 BSD ) GPL-2 GPL-3 GPL-3+ LGPL-2.1 LGPL-2 || ( BSD GPL-2 ) LGPL-2.1 GPL-3 GPL-3+ BSD BSD LGPL-2.1+ || ( Apache-2.0 CC0-1.0 ) BZIP2 LGPL-2.1+ public-domain BSD BSD-2 GPL-2 || ( BSD GPL-3 HIDAPI ) || ( AFL-2.1 GPL-2 ) MIT MIT || ( MPL-2.0 GPL-2 LGPL-2.1 ) GPL-2+ LGPL-2 LGPL-2.1 BSD-2 GPL-2 GPL-3+ GPL-3+ LGPL-2.1 GPL-2+ BSD-2 BSD curl ISC LGPL-2 CC0-1.0 GPL-2 LGPL-2.1 GPL-2+ GPL-2 BSD GPL-2 BSD LGPL-2.1 GPL-2 GPL-2 LGPL-2.1 MIT GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain x86? ( intel-ucode ) GPL-2 LGPL-2.1 public-domain GPL-2 LGPL-2.1 MIT public-domain ZLIB amd64? ( intel-ucode ) MIT GPL-2+ GPL-2 GPL-3 LGPL-2.1 LGPL-2.1 GPL-2 MIT LGPL-2.1 || ( GPL-2+ LGPL-3+ ) GPL-3+ unicode GPL-2 GPL-2 GPL-2+ LGPL-2.1+ GPL-2+ LGPL-2+ LGPL-2.1+ LGPL-2.1+ OPENLDAP GPL-2 GPL-2 GPL-2 BSD BSD-2 BSD-4 LGPL-2.1+ GPL-2 GPL-2 GPL-3+ GPL-3 BSD-2 LGPL-2.1+ BSD HPND ISC inner-net rc PCRE BSD public-domain LGPL-2.1+ GPL-2+ CC0-1.0 BSD-with-attribution LGPL-2.1+ MIT CC-BY-3.0 MIT GPL-2 LGPL-2.1+ LGPL-2.1 GPL-2+ LGPL-2.1+ GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+ || ( LGPL-3+ GPL-2+ ) || ( FDL-1.2 GPL-3+ ) GPL-3+ Apache-2.0 BSD GPL-2 GPL-2 GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 ) linux-fw-redistributable BSD-2 BSD BSD-4 ISC MIT || ( GPL-3 BSD-2 ) GPL-3+ LGPL-2.1 LGPL-2.1+ LGPL-2.1 MIT BSD ISC MIT GPL-3+ GPL-2 LGPL-2.1+ MIT LGPL-2.1 CC0-1.0 MIT ISC GPL-2 ) +PDEPEND=>=virtual/dist-kernel-6.18.28 +RDEPEND=!sys-kernel/gentoo-kernel:6.18.28 sys-apps/kmod[lzma] virtual/libelf +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=6.18.28 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.18.tar.xz https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.18.28.xz https://distfiles.gentoo.org/pub/proj/dist-kernel/patchsets/6.18/linux-gentoo-patches-6.18.28.tar.xz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc -> linux-6.x-sha256sums-20260508.asc ) amd64? ( https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/amd64/6.18/gentoo-kernel-6.18.28-1.amd64.gpkg.tar ) arm64? ( https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/arm64/6.18/gentoo-kernel-6.18.28-1.arm64.gpkg.tar ) ppc64? ( https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/ppc64le/6.18/gentoo-kernel-6.18.28-1.ppc64le.gpkg.tar ) x86? ( https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/x86/6.18/gentoo-kernel-6.18.28-1.x86.gpkg.tar ) +_eclasses_=dist-kernel-utils 6b5bab4e35c9a263b3f102ee53d96c65 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd kernel-install 6b9eda55ce251470037d9a348f96475f mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 unpacker a89c769f7dcf68bd2a6d23da9ede2ad2 verify-sig ece4c893b6bd62eacbc4d25958e857f8 +_md5_=ba2ff8fb15438b04e35d513b7050bebf diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.6.138 b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.6.138 new file mode 100644 index 000000000000..1e564675a0f0 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-6.6.138 @@ -0,0 +1,17 @@ +BDEPEND=app-alternatives/bc app-alternatives/lex dev-util/pahole virtual/libelf app-alternatives/yacc amd64? ( app-crypt/sbsigntools ) arm64? ( app-crypt/sbsigntools ) verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) +DEFINED_PHASES=config configure install postinst postrm preinst prepare pretend test unpack +DESCRIPTION=Pre-built Linux kernel with Gentoo patches +EAPI=8 +HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.kernel.org/ +IDEPEND=generic-uki? ( app-crypt/sbsigntools >=sys-kernel/installkernel-14[-dracut(-),-ugrd(-),-ukify(-)] ) !generic-uki? ( !initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( || ( >=sys-kernel/installkernel-14[dracut(-)] >=sys-kernel/installkernel-14[ugrd(-)] ) ) ) +INHERIT=kernel-install toolchain-funcs unpacker verify-sig +IUSE=debug +initramfs test generic-uki modules-compress verify-sig +KEYWORDS=~amd64 ~arm64 ~ppc64 ~x86 +LICENSE=GPL-2 generic-uki? ( GPL-2+ LGPL-2.1+ || ( BSD GPL-2 ) LGPL-2.1 || ( GPL-2 BSD ) GPL-2 GPL-3 GPL-3+ LGPL-2.1 LGPL-2 || ( BSD GPL-2 ) LGPL-2.1 GPL-3 GPL-3+ BSD BSD LGPL-2.1+ || ( Apache-2.0 CC0-1.0 ) BZIP2 LGPL-2.1+ public-domain BSD BSD-2 GPL-2 || ( BSD GPL-3 HIDAPI ) || ( AFL-2.1 GPL-2 ) MIT MIT || ( MPL-2.0 GPL-2 LGPL-2.1 ) GPL-2+ LGPL-2 LGPL-2.1 BSD-2 GPL-2 GPL-3+ GPL-3+ LGPL-2.1 GPL-2+ BSD-2 BSD curl ISC LGPL-2 CC0-1.0 GPL-2 LGPL-2.1 GPL-2+ GPL-2 BSD GPL-2 BSD LGPL-2.1 GPL-2 GPL-2 LGPL-2.1 MIT GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain x86? ( intel-ucode ) GPL-2 LGPL-2.1 public-domain GPL-2 LGPL-2.1 MIT public-domain ZLIB amd64? ( intel-ucode ) MIT GPL-2+ GPL-2 GPL-3 LGPL-2.1 LGPL-2.1 GPL-2 MIT LGPL-2.1 || ( GPL-2+ LGPL-3+ ) GPL-3+ unicode GPL-2 GPL-2 GPL-2+ LGPL-2.1+ GPL-2+ LGPL-2+ LGPL-2.1+ LGPL-2.1+ OPENLDAP GPL-2 GPL-2 GPL-2 BSD BSD-2 BSD-4 LGPL-2.1+ GPL-2 GPL-2 GPL-3+ GPL-3 BSD-2 LGPL-2.1+ BSD HPND ISC inner-net rc PCRE BSD public-domain LGPL-2.1+ GPL-2+ CC0-1.0 BSD-with-attribution LGPL-2.1+ MIT CC-BY-3.0 MIT GPL-2 LGPL-2.1+ LGPL-2.1 GPL-2+ LGPL-2.1+ GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+ || ( LGPL-3+ GPL-2+ ) || ( FDL-1.2 GPL-3+ ) GPL-3+ Apache-2.0 BSD GPL-2 GPL-2 GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 ) linux-fw-redistributable BSD-2 BSD BSD-4 ISC MIT || ( GPL-3 BSD-2 ) GPL-3+ LGPL-2.1 LGPL-2.1+ LGPL-2.1 MIT BSD ISC MIT GPL-3+ GPL-2 LGPL-2.1+ MIT LGPL-2.1 CC0-1.0 MIT ISC GPL-2 ) +PDEPEND=>=virtual/dist-kernel-6.6.138 +RDEPEND=!sys-kernel/gentoo-kernel:6.6.138 sys-apps/kmod[lzma] virtual/libelf +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=6.6.138 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.tar.xz https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.6.138.xz https://distfiles.gentoo.org/pub/proj/dist-kernel/patchsets/6.6/linux-gentoo-patches-6.6.138.tar.xz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc -> linux-6.x-sha256sums-20260508.asc ) amd64? ( https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/amd64/6.6/gentoo-kernel-6.6.138-1.amd64.gpkg.tar ) arm64? ( https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/arm64/6.6/gentoo-kernel-6.6.138-1.arm64.gpkg.tar ) ppc64? ( https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/ppc64le/6.6/gentoo-kernel-6.6.138-1.ppc64le.gpkg.tar ) x86? ( https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/x86/6.6/gentoo-kernel-6.6.138-1.x86.gpkg.tar ) +_eclasses_=dist-kernel-utils 6b5bab4e35c9a263b3f102ee53d96c65 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd kernel-install 6b9eda55ce251470037d9a348f96475f mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 unpacker a89c769f7dcf68bd2a6d23da9ede2ad2 verify-sig ece4c893b6bd62eacbc4d25958e857f8 +_md5_=b3504c499a3fff10cc2d90c3c3a796de diff --git a/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-7.0.5 b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-7.0.5 new file mode 100644 index 000000000000..d8b560fe5fe0 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/gentoo-kernel-bin-7.0.5 @@ -0,0 +1,17 @@ +BDEPEND=app-alternatives/bc app-alternatives/lex app-alternatives/yacc dev-util/pahole sys-libs/binutils-libs virtual/libelf amd64? ( app-crypt/sbsigntools ) arm64? ( app-crypt/sbsigntools ) verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) +DEFINED_PHASES=config configure install postinst postrm preinst prepare pretend test unpack +DESCRIPTION=Pre-built Linux kernel with Gentoo patches +EAPI=8 +HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.kernel.org/ +IDEPEND=generic-uki? ( app-crypt/sbsigntools >=sys-kernel/installkernel-14[-dracut(-),-ugrd(-),-ukify(-)] ) !generic-uki? ( !initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( || ( >=sys-kernel/installkernel-14[dracut(-)] >=sys-kernel/installkernel-14[ugrd(-)] ) ) ) +INHERIT=kernel-install toolchain-funcs unpacker verify-sig +IUSE=debug +initramfs test generic-uki modules-compress verify-sig +KEYWORDS=~amd64 ~arm64 ~ppc64 ~x86 +LICENSE=GPL-2 generic-uki? ( GPL-2+ LGPL-2.1+ || ( BSD GPL-2 ) LGPL-2.1 || ( GPL-2 BSD ) GPL-2 GPL-3 GPL-3+ LGPL-2.1 LGPL-2 || ( BSD GPL-2 ) LGPL-2.1 GPL-3 GPL-3+ BSD BSD LGPL-2.1+ || ( Apache-2.0 CC0-1.0 ) BZIP2 LGPL-2.1+ public-domain BSD BSD-2 GPL-2 || ( BSD GPL-3 HIDAPI ) || ( AFL-2.1 GPL-2 ) MIT MIT || ( MPL-2.0 GPL-2 LGPL-2.1 ) GPL-2+ LGPL-2 LGPL-2.1 BSD-2 GPL-2 GPL-3+ GPL-3+ LGPL-2.1 GPL-2+ BSD-2 BSD curl ISC LGPL-2 CC0-1.0 GPL-2 LGPL-2.1 GPL-2+ GPL-2 BSD GPL-2 BSD LGPL-2.1 GPL-2 GPL-2 LGPL-2.1 MIT GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain x86? ( intel-ucode ) GPL-2 LGPL-2.1 public-domain GPL-2 LGPL-2.1 MIT public-domain ZLIB amd64? ( intel-ucode ) MIT GPL-2+ GPL-2 GPL-3 LGPL-2.1 LGPL-2.1 GPL-2 MIT LGPL-2.1 || ( GPL-2+ LGPL-3+ ) GPL-3+ unicode GPL-2 GPL-2 GPL-2+ LGPL-2.1+ GPL-2+ LGPL-2+ LGPL-2.1+ LGPL-2.1+ OPENLDAP GPL-2 GPL-2 GPL-2 BSD BSD-2 BSD-4 LGPL-2.1+ GPL-2 GPL-2 GPL-3+ GPL-3 BSD-2 LGPL-2.1+ BSD HPND ISC inner-net rc PCRE BSD public-domain LGPL-2.1+ GPL-2+ CC0-1.0 BSD-with-attribution LGPL-2.1+ MIT CC-BY-3.0 MIT GPL-2 LGPL-2.1+ LGPL-2.1 GPL-2+ LGPL-2.1+ GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+ || ( LGPL-3+ GPL-2+ ) || ( FDL-1.2 GPL-3+ ) GPL-3+ Apache-2.0 BSD GPL-2 GPL-2 GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 ) linux-fw-redistributable BSD-2 BSD BSD-4 ISC MIT || ( GPL-3 BSD-2 ) GPL-3+ LGPL-2.1 LGPL-2.1+ LGPL-2.1 MIT BSD ISC MIT GPL-3+ GPL-2 LGPL-2.1+ MIT LGPL-2.1 CC0-1.0 MIT ISC GPL-2 ) +PDEPEND=>=virtual/dist-kernel-7.0.5 +RDEPEND=!sys-kernel/gentoo-kernel:7.0.5 sys-apps/kmod[lzma] virtual/libelf +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=7.0.5 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-7.0.tar.xz https://cdn.kernel.org/pub/linux/kernel/v7.x/patch-7.0.5.xz https://distfiles.gentoo.org/pub/proj/dist-kernel/patchsets/7.0/linux-gentoo-patches-7.0.5.tar.xz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v7.x/sha256sums.asc -> linux-7.x-sha256sums-20260508.asc ) amd64? ( https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/amd64/7.0/gentoo-kernel-7.0.5-1.amd64.gpkg.tar ) arm64? ( https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/arm64/7.0/gentoo-kernel-7.0.5-1.arm64.gpkg.tar ) ppc64? ( https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/ppc64le/7.0/gentoo-kernel-7.0.5-1.ppc64le.gpkg.tar ) x86? ( https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/x86/7.0/gentoo-kernel-7.0.5-1.x86.gpkg.tar ) +_eclasses_=dist-kernel-utils 6b5bab4e35c9a263b3f102ee53d96c65 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd kernel-install 6b9eda55ce251470037d9a348f96475f mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 unpacker a89c769f7dcf68bd2a6d23da9ede2ad2 verify-sig ece4c893b6bd62eacbc4d25958e857f8 +_md5_=a72b88959b0e2d60e549e6a0334ff01e diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-5.10.254-r1 b/metadata/md5-cache/sys-kernel/gentoo-sources-5.10.254-r1 deleted file mode 100644 index bbf7a14e3182..000000000000 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-5.10.254-r1 +++ /dev/null @@ -1,14 +0,0 @@ -DEFINED_PHASES=compile install postinst postrm preinst prepare setup test unpack -DESCRIPTION=Full sources including the Gentoo patchset for the 5.10 kernel tree -EAPI=8 -HOMEPAGE=https://dev.gentoo.org/~alicef/genpatches -INHERIT=kernel-2 -IUSE=experimental symlink build -KEYWORDS=~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 -LICENSE=GPL-2 -RDEPEND=!build? ( app-alternatives/cpio dev-lang/perl app-alternatives/bc dev-build/make sys-devel/bison sys-devel/flex sys-libs/binutils-libs >=sys-libs/ncurses-5.2 virtual/libelf virtual/pkgconfig ) -RESTRICT=binchecks strip -SLOT=5.10.254-r1 -SRC_URI=https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-5.10-271.base.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-5.10-271.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.10-271.base.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-5.10-271.extras.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-5.10-271.extras.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.10-271.extras.tar.xz experimental? ( https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-5.10-271.experimental.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-5.10-271.experimental.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.10-271.experimental.tar.xz ) -_eclasses_=crossdev d618c699554f72b98f8ceeeeb361dc9e estack c61c368a76fdf3a82fdf8dbaebea3804 kernel-2 ebd7c679f610ffb1f4c1a282b525f5ed multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=a14a5609dbc52e01141cbd0bb99be373 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-5.10.254 b/metadata/md5-cache/sys-kernel/gentoo-sources-5.10.255 index 24f0ee6c24bc..00d08cba6e36 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-5.10.254 +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-5.10.255 @@ -8,7 +8,7 @@ KEYWORDS=~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc LICENSE=GPL-2 RDEPEND=!build? ( app-alternatives/cpio dev-lang/perl app-alternatives/bc dev-build/make sys-devel/bison sys-devel/flex sys-libs/binutils-libs >=sys-libs/ncurses-5.2 virtual/libelf virtual/pkgconfig ) RESTRICT=binchecks strip -SLOT=5.10.254 -SRC_URI=https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-5.10-266.base.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-5.10-266.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.10-266.base.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-5.10-266.extras.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-5.10-266.extras.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.10-266.extras.tar.xz experimental? ( https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-5.10-266.experimental.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-5.10-266.experimental.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.10-266.experimental.tar.xz ) +SLOT=5.10.255 +SRC_URI=https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-5.10-272.base.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-5.10-272.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.10-272.base.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-5.10-272.extras.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-5.10-272.extras.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.10-272.extras.tar.xz experimental? ( https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-5.10-272.experimental.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-5.10-272.experimental.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.10-272.experimental.tar.xz ) _eclasses_=crossdev d618c699554f72b98f8ceeeeb361dc9e estack c61c368a76fdf3a82fdf8dbaebea3804 kernel-2 ebd7c679f610ffb1f4c1a282b525f5ed multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=7b7cbdd13281aa18d18da39d6b477232 +_md5_=db7105ad74e974170e8007cbdbdd6e5f diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-5.15.204-r1 b/metadata/md5-cache/sys-kernel/gentoo-sources-5.15.206-r1 index 3a354b0202d9..e73ffdb62a7a 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-5.15.204-r1 +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-5.15.206-r1 @@ -8,7 +8,7 @@ KEYWORDS=~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc LICENSE=GPL-2 RDEPEND=!build? ( app-alternatives/cpio dev-lang/perl app-alternatives/bc dev-build/make sys-devel/bison sys-devel/flex sys-libs/binutils-libs >=sys-libs/ncurses-5.2 virtual/libelf virtual/pkgconfig ) RESTRICT=binchecks strip -SLOT=5.15.204-r1 -SRC_URI=https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-5.15-215.base.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-5.15-215.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.15-215.base.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-5.15-215.extras.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-5.15-215.extras.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.15-215.extras.tar.xz +SLOT=5.15.206-r1 +SRC_URI=https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-5.15-217.base.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-5.15-217.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.15-217.base.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-5.15-217.extras.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-5.15-217.extras.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-5.15-217.extras.tar.xz _eclasses_=crossdev d618c699554f72b98f8ceeeeb361dc9e estack c61c368a76fdf3a82fdf8dbaebea3804 kernel-2 ebd7c679f610ffb1f4c1a282b525f5ed multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=ae84bee4cad8f0f85d2097dc8024a794 +_md5_=2ebcc70cf6ae85d9360dcc2b4eeeb3b4 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-6.1.170-r1 b/metadata/md5-cache/sys-kernel/gentoo-sources-6.1.172-r1 index e600158c7f06..9d8591804007 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-6.1.170-r1 +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-6.1.172-r1 @@ -8,7 +8,7 @@ KEYWORDS=~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc LICENSE=GPL-2 RDEPEND=!build? ( app-alternatives/cpio dev-lang/perl app-alternatives/bc dev-build/make sys-devel/bison sys-devel/flex sys-libs/binutils-libs >=sys-libs/ncurses-5.2 virtual/libelf virtual/pkgconfig ) RESTRICT=binchecks strip -SLOT=6.1.170-r1 -SRC_URI=https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-6.1-181.base.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.1-181.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.1-181.base.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-6.1-181.extras.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.1-181.extras.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.1-181.extras.tar.xz experimental? ( https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-6.1-181.experimental.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.1-181.experimental.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.1-181.experimental.tar.xz ) +SLOT=6.1.172-r1 +SRC_URI=https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-6.1-183.base.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.1-183.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.1-183.base.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-6.1-183.extras.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.1-183.extras.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.1-183.extras.tar.xz experimental? ( https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-6.1-183.experimental.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.1-183.experimental.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.1-183.experimental.tar.xz ) _eclasses_=crossdev d618c699554f72b98f8ceeeeb361dc9e estack c61c368a76fdf3a82fdf8dbaebea3804 kernel-2 ebd7c679f610ffb1f4c1a282b525f5ed multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=8cfed51baba80a7d7c30f8c23fc79b07 +_md5_=ebb1697aee375f4ff1f95eb0fde08258 diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-6.12.86 b/metadata/md5-cache/sys-kernel/gentoo-sources-6.12.87 index 5bcff91644ad..886681c4100c 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-6.12.86 +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-6.12.87 @@ -8,7 +8,7 @@ KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 LICENSE=GPL-2 RDEPEND=!build? ( app-alternatives/cpio dev-lang/perl app-alternatives/bc dev-build/make sys-devel/bison sys-devel/flex sys-libs/binutils-libs >=sys-libs/ncurses-5.2 virtual/libelf virtual/pkgconfig ) RESTRICT=binchecks strip -SLOT=6.12.86 -SRC_URI=https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.12.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-6.12-91.base.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.12-91.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.12-91.base.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-6.12-91.extras.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.12-91.extras.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.12-91.extras.tar.xz experimental? ( https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-6.12-91.experimental.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.12-91.experimental.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.12-91.experimental.tar.xz ) +SLOT=6.12.87 +SRC_URI=https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.12.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-6.12-92.base.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.12-92.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.12-92.base.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-6.12-92.extras.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.12-92.extras.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.12-92.extras.tar.xz experimental? ( https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-6.12-92.experimental.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.12-92.experimental.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.12-92.experimental.tar.xz ) _eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c crossdev d618c699554f72b98f8ceeeeb361dc9e estack c61c368a76fdf3a82fdf8dbaebea3804 kernel-2 ebd7c679f610ffb1f4c1a282b525f5ed multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=a7748e6d3b37703d4ce8fb80df20415c +_md5_=48bfdb46471cfeb3a9903dfaec1cf1ac diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-6.18.27 b/metadata/md5-cache/sys-kernel/gentoo-sources-6.18.28 index 290a3908443a..74be5d328f1d 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-6.18.27 +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-6.18.28 @@ -8,7 +8,7 @@ KEYWORDS=~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc LICENSE=GPL-2 RDEPEND=!build? ( app-alternatives/cpio dev-lang/perl app-alternatives/bc dev-build/make sys-devel/bison sys-devel/flex sys-libs/binutils-libs >=sys-libs/ncurses-5.2 virtual/libelf virtual/pkgconfig ) RESTRICT=binchecks strip -SLOT=6.18.27 -SRC_URI=https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.18.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-6.18-27.base.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.18-27.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.18-27.base.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-6.18-27.extras.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.18-27.extras.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.18-27.extras.tar.xz experimental? ( https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-6.18-27.experimental.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.18-27.experimental.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.18-27.experimental.tar.xz ) +SLOT=6.18.28 +SRC_URI=https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.18.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-6.18-28.base.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.18-28.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.18-28.base.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-6.18-28.extras.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.18-28.extras.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.18-28.extras.tar.xz experimental? ( https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-6.18-28.experimental.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.18-28.experimental.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.18-28.experimental.tar.xz ) _eclasses_=crossdev d618c699554f72b98f8ceeeeb361dc9e estack c61c368a76fdf3a82fdf8dbaebea3804 kernel-2 ebd7c679f610ffb1f4c1a282b525f5ed multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=a75874f9e999f9cd33886bce11db522f +_md5_=b2963ed7822161c0497024a97d03944e diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-6.6.137-r1 b/metadata/md5-cache/sys-kernel/gentoo-sources-6.6.138 index a9a01c8476a9..5f548d68eec0 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-6.6.137-r1 +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-6.6.138 @@ -8,7 +8,7 @@ KEYWORDS=~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 LICENSE=GPL-2 RDEPEND=!build? ( app-alternatives/cpio dev-lang/perl app-alternatives/bc dev-build/make sys-devel/bison sys-devel/flex sys-libs/binutils-libs >=sys-libs/ncurses-5.2 virtual/libelf virtual/pkgconfig ) RESTRICT=binchecks strip -SLOT=6.6.137-r1 -SRC_URI=https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.6.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-6.6-145.base.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.6-145.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.6-145.base.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-6.6-145.extras.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.6-145.extras.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.6-145.extras.tar.xz experimental? ( https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-6.6-145.experimental.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.6-145.experimental.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.6-145.experimental.tar.xz ) +SLOT=6.6.138 +SRC_URI=https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.6.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-6.6-146.base.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.6-146.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.6-146.base.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-6.6-146.extras.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.6-146.extras.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.6-146.extras.tar.xz experimental? ( https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-6.6-146.experimental.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-6.6-146.experimental.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-6.6-146.experimental.tar.xz ) _eclasses_=crossdev d618c699554f72b98f8ceeeeb361dc9e estack c61c368a76fdf3a82fdf8dbaebea3804 kernel-2 ebd7c679f610ffb1f4c1a282b525f5ed multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=a55982810f268f91230ac0ed5dd13f20 +_md5_=01a29fcee96c5e53831551a01c82ad1e diff --git a/metadata/md5-cache/sys-kernel/gentoo-sources-7.0.4 b/metadata/md5-cache/sys-kernel/gentoo-sources-7.0.5 index e20b753ccf14..89d30684712e 100644 --- a/metadata/md5-cache/sys-kernel/gentoo-sources-7.0.4 +++ b/metadata/md5-cache/sys-kernel/gentoo-sources-7.0.5 @@ -8,7 +8,7 @@ KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~ LICENSE=GPL-2 RDEPEND=!build? ( app-alternatives/cpio dev-lang/perl app-alternatives/bc dev-build/make sys-devel/bison sys-devel/flex sys-libs/binutils-libs >=sys-libs/ncurses-5.2 virtual/libelf virtual/pkgconfig ) RESTRICT=binchecks strip -SLOT=7.0.4 -SRC_URI=https://www.kernel.org/pub/linux/kernel/v7.x/linux-7.0.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-7.0-5.base.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-7.0-5.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-7.0-5.base.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-7.0-5.extras.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-7.0-5.extras.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-7.0-5.extras.tar.xz experimental? ( https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-7.0-5.experimental.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-7.0-5.experimental.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-7.0-5.experimental.tar.xz ) +SLOT=7.0.5 +SRC_URI=https://www.kernel.org/pub/linux/kernel/v7.x/linux-7.0.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-7.0-6.base.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-7.0-6.base.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-7.0-6.base.tar.xz https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-7.0-6.extras.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-7.0-6.extras.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-7.0-6.extras.tar.xz experimental? ( https://distfiles.gentoo.org/pub/proj/kernel/genpatches/genpatches-7.0-6.experimental.tar.xz https://dev.gentoo.org/~alicef/dist/genpatches/genpatches-7.0-6.experimental.tar.xz https://dev.gentoo.org/~mpagano/dist/genpatches/genpatches-7.0-6.experimental.tar.xz ) _eclasses_=crossdev d618c699554f72b98f8ceeeeb361dc9e estack c61c368a76fdf3a82fdf8dbaebea3804 kernel-2 ebd7c679f610ffb1f4c1a282b525f5ed multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 -_md5_=31e5ff17294298b7304a01852b8881d7 +_md5_=7499a9c4bc45ef89ac7d7c4e3d1abaa8 diff --git a/metadata/md5-cache/sys-kernel/vanilla-kernel-5.10.255 b/metadata/md5-cache/sys-kernel/vanilla-kernel-5.10.255 new file mode 100644 index 000000000000..e62885cbe0ee --- /dev/null +++ b/metadata/md5-cache/sys-kernel/vanilla-kernel-5.10.255 @@ -0,0 +1,18 @@ +BDEPEND=debug? ( dev-util/pahole ) verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) secureboot? ( app-crypt/sbsigntools dev-libs/openssl ) test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) app-alternatives/cpio app-alternatives/bc app-arch/tar dev-lang/perl sys-devel/bison sys-devel/flex virtual/libelf arm? ( sys-apps/dtc ) arm64? ( sys-apps/dtc ) modules-sign? ( dev-libs/openssl ) riscv? ( sys-apps/dtc ) verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) +DEFINED_PHASES=compile config configure install postinst postrm preinst prepare pretend setup test unpack +DESCRIPTION=Linux kernel built from vanilla upstream sources +EAPI=8 +HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.kernel.org/ +IDEPEND=!initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( || ( >=sys-kernel/installkernel-14[dracut(-)] >=sys-kernel/installkernel-14[ugrd(-)] ) ) +INHERIT=kernel-build toolchain-funcs verify-sig +IUSE=debug hardened savedconfig secureboot +initramfs test +strip modules-sign verify-sig +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 +PDEPEND=>=virtual/dist-kernel-5.10.255 +RDEPEND=virtual/libelf +REQUIRED_USE=arm? ( savedconfig ) hppa? ( savedconfig ) sparc? ( savedconfig ) secureboot? ( modules-sign ) +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=5.10.255 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.10.255.xz https://github.com/projg2/gentoo-kernel-config/archive/g17.tar.gz -> gentoo-kernel-config-g17.tar.gz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc -> linux-5.x-sha256sums-20260508.asc ) amd64? ( https://src.fedoraproject.org/rpms/kernel/raw/836165dd2dff34e4f2c47ca8f9c803002c1e6530/f/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.5.10.12 ) arm64? ( https://src.fedoraproject.org/rpms/kernel/raw/836165dd2dff34e4f2c47ca8f9c803002c1e6530/f/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.5.10.12 ) ppc64? ( https://src.fedoraproject.org/rpms/kernel/raw/836165dd2dff34e4f2c47ca8f9c803002c1e6530/f/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.5.10.12 ) x86? ( https://src.fedoraproject.org/rpms/kernel/raw/836165dd2dff34e4f2c47ca8f9c803002c1e6530/f/kernel-i686-fedora.config -> kernel-i686-fedora.config.5.10.12 ) +_eclasses_=branding 7bcece3faa73dd0fc3e597013510d53a dist-kernel-utils 6b5bab4e35c9a263b3f102ee53d96c65 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd kernel-build 4526c90ff3c8fc1af902becdd46988ba kernel-install 6b9eda55ce251470037d9a348f96475f linux-info efd923656513c879204fec6638eadee5 mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 portability 3c2334cdfbb30bc4b33c85164fe832bf python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 savedconfig b9131abe556ad2ea96c01b06d658d363 secureboot d98b63e30a9468e1f1c06d3d7c66e760 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 verify-sig ece4c893b6bd62eacbc4d25958e857f8 +_md5_=1190934956d14083c1b045deae9f8037 diff --git a/metadata/md5-cache/sys-kernel/vanilla-kernel-5.15.205 b/metadata/md5-cache/sys-kernel/vanilla-kernel-5.15.205 new file mode 100644 index 000000000000..43c868a51306 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/vanilla-kernel-5.15.205 @@ -0,0 +1,18 @@ +BDEPEND=debug? ( dev-util/pahole ) verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) secureboot? ( app-crypt/sbsigntools dev-libs/openssl ) test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) app-alternatives/cpio app-alternatives/bc app-arch/tar dev-lang/perl sys-devel/bison sys-devel/flex virtual/libelf arm? ( sys-apps/dtc ) arm64? ( sys-apps/dtc ) modules-sign? ( dev-libs/openssl ) riscv? ( sys-apps/dtc ) verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) +DEFINED_PHASES=compile config configure install postinst postrm preinst prepare pretend setup test unpack +DESCRIPTION=Linux kernel built from vanilla upstream sources +EAPI=8 +HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.kernel.org/ +IDEPEND=!initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( || ( >=sys-kernel/installkernel-14[dracut(-)] >=sys-kernel/installkernel-14[ugrd(-)] ) ) +INHERIT=kernel-build toolchain-funcs verify-sig +IUSE=debug hardened savedconfig secureboot +initramfs test +strip modules-sign verify-sig +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 +LICENSE=GPL-2 +PDEPEND=>=virtual/dist-kernel-5.15.205 +RDEPEND=virtual/libelf +REQUIRED_USE=arm? ( savedconfig ) hppa? ( savedconfig ) sparc? ( savedconfig ) secureboot? ( modules-sign ) +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=5.15.205 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.xz https://cdn.kernel.org/pub/linux/kernel/v5.x/patch-5.15.205.xz https://github.com/projg2/gentoo-kernel-config/archive/g17.tar.gz -> gentoo-kernel-config-g17.tar.gz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc -> linux-5.x-sha256sums-20260508.asc ) amd64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.1.102-gentoo/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.6.1.102-gentoo ) arm64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.1.102-gentoo/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.6.1.102-gentoo ) ppc64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.1.102-gentoo/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.6.1.102-gentoo ) x86? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.1.102-gentoo/kernel-i686-fedora.config -> kernel-i686-fedora.config.6.1.102-gentoo ) +_eclasses_=branding 7bcece3faa73dd0fc3e597013510d53a dist-kernel-utils 6b5bab4e35c9a263b3f102ee53d96c65 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd kernel-build 4526c90ff3c8fc1af902becdd46988ba kernel-install 6b9eda55ce251470037d9a348f96475f linux-info efd923656513c879204fec6638eadee5 mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 portability 3c2334cdfbb30bc4b33c85164fe832bf python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 savedconfig b9131abe556ad2ea96c01b06d658d363 secureboot d98b63e30a9468e1f1c06d3d7c66e760 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 verify-sig ece4c893b6bd62eacbc4d25958e857f8 +_md5_=7b440350a17aa6968436d009802b238d diff --git a/metadata/md5-cache/sys-kernel/vanilla-kernel-6.1.171 b/metadata/md5-cache/sys-kernel/vanilla-kernel-6.1.171 new file mode 100644 index 000000000000..c15325809c38 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/vanilla-kernel-6.1.171 @@ -0,0 +1,18 @@ +BDEPEND=debug? ( dev-util/pahole ) verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) secureboot? ( app-crypt/sbsigntools dev-libs/openssl ) test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) app-alternatives/cpio app-alternatives/bc app-arch/tar dev-lang/perl sys-devel/bison sys-devel/flex virtual/libelf arm? ( sys-apps/dtc ) arm64? ( sys-apps/dtc ) modules-sign? ( dev-libs/openssl ) riscv? ( sys-apps/dtc ) verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) +DEFINED_PHASES=compile config configure install postinst postrm preinst prepare pretend setup test unpack +DESCRIPTION=Linux kernel built from vanilla upstream sources +EAPI=8 +HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.kernel.org/ +IDEPEND=!initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( || ( >=sys-kernel/installkernel-14[dracut(-)] >=sys-kernel/installkernel-14[ugrd(-)] ) ) +INHERIT=kernel-build toolchain-funcs verify-sig +IUSE=debug hardened savedconfig secureboot +initramfs test +strip modules-sign verify-sig +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 +PDEPEND=>=virtual/dist-kernel-6.1.171 +RDEPEND=virtual/libelf +REQUIRED_USE=arm? ( savedconfig ) hppa? ( savedconfig ) riscv? ( savedconfig ) sparc? ( savedconfig ) secureboot? ( modules-sign ) +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=6.1.171 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.xz https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.1.171.xz https://github.com/projg2/gentoo-kernel-config/archive/g17.tar.gz -> gentoo-kernel-config-g17.tar.gz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc -> linux-6.x-sha256sums-20260508.asc ) amd64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.1.102-gentoo/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.6.1.102-gentoo ) arm64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.1.102-gentoo/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.6.1.102-gentoo ) ppc64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.1.102-gentoo/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.6.1.102-gentoo ) x86? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.1.102-gentoo/kernel-i686-fedora.config -> kernel-i686-fedora.config.6.1.102-gentoo ) +_eclasses_=branding 7bcece3faa73dd0fc3e597013510d53a dist-kernel-utils 6b5bab4e35c9a263b3f102ee53d96c65 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd kernel-build 4526c90ff3c8fc1af902becdd46988ba kernel-install 6b9eda55ce251470037d9a348f96475f linux-info efd923656513c879204fec6638eadee5 mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 portability 3c2334cdfbb30bc4b33c85164fe832bf python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 savedconfig b9131abe556ad2ea96c01b06d658d363 secureboot d98b63e30a9468e1f1c06d3d7c66e760 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 verify-sig ece4c893b6bd62eacbc4d25958e857f8 +_md5_=e1be6281fcc981a8806e4bc4d0b28c63 diff --git a/metadata/md5-cache/sys-kernel/vanilla-kernel-6.12.87 b/metadata/md5-cache/sys-kernel/vanilla-kernel-6.12.87 new file mode 100644 index 000000000000..8c76ad841fc9 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/vanilla-kernel-6.12.87 @@ -0,0 +1,18 @@ +BDEPEND=debug? ( dev-util/pahole ) verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) secureboot? ( app-crypt/sbsigntools dev-libs/openssl ) test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) app-alternatives/cpio app-alternatives/bc app-arch/tar dev-lang/perl sys-devel/bison sys-devel/flex virtual/libelf arm? ( sys-apps/dtc ) arm64? ( sys-apps/dtc ) modules-sign? ( dev-libs/openssl ) riscv? ( sys-apps/dtc ) generic-uki? ( net-misc/networkmanager[iwd] sys-libs/pam dev-libs/libp11 sys-libs/libcap net-fs/nfs-utils net-fs/cifs-utils sys-libs/readline net-libs/libmnl sys-apps/kmod app-arch/zstd media-libs/libmtp sys-fs/dosfstools sys-apps/coreutils dev-libs/libevent dev-libs/libpcre2 dev-libs/glib app-crypt/argon2 app-arch/bzip2 sys-libs/libxcrypt sys-block/nbd dev-libs/hidapi sys-apps/dbus dev-libs/libffi x11-libs/libdrm dev-libs/nss sys-boot/plymouth[drm,systemd(+),udev] sys-auth/polkit dev-libs/userspace-rcu app-arch/lz4 sys-apps/gawk app-crypt/gnupg[smartcard,tpm(-)] sys-apps/acl sys-apps/hwdata app-crypt/tpm2-tss net-misc/curl dev-libs/libaio app-alternatives/awk sys-libs/libapparmor dev-libs/lzo sys-fs/e2fsprogs sys-fs/mdadm app-crypt/tpm2-tools sys-libs/libseccomp sys-fs/lvm2[lvm] sys-apps/keyutils dev-libs/json-c sys-apps/util-linux x86? ( sys-firmware/intel-microcode ) dev-libs/libgpg-error dev-db/sqlite >=sys-apps/systemd-257[boot(-),cryptsetup,pkcs11,policykit,tpm,ukify(-)] virtual/zlib amd64? ( sys-firmware/intel-microcode ) sys-libs/ncurses sys-fs/cryptsetup sys-apps/rng-tools dev-libs/libassuan sys-fs/xfsprogs net-wireless/iwd net-libs/nghttp2 sys-apps/attr net-dns/libidn2 sys-kernel/dracut sys-apps/nvme-cli net-libs/libndp sys-process/procps dev-libs/npth net-nds/openldap sys-apps/baselayout sys-fs/dmraid net-libs/libtirpc sys-fs/multipath-tools sys-fs/btrfs-progs sys-apps/sed net-fs/samba dev-libs/oniguruma sys-libs/glibc dev-libs/icu app-arch/xz-utils app-alternatives/gzip dev-libs/cyrus-sasl sys-libs/libnvme app-misc/jq dev-libs/expat sys-apps/iproute2 media-libs/libv4l dev-libs/libusb net-wireless/bluez sys-devel/gcc dev-libs/libunistring app-arch/gzip dev-libs/openssl sys-apps/shadow app-misc/ddcutil sys-kernel/linux-firmware[redistributable,-unknown-license] sys-apps/less app-shells/bash dev-libs/opensc sys-apps/fwupd dev-libs/libgcrypt sys-apps/pcsc-lite dev-libs/libtasn1 app-crypt/p11-kit sys-libs/libcap-ng app-alternatives/sh net-dns/c-ares sys-apps/kbd ) verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) +DEFINED_PHASES=compile config configure install postinst postrm preinst prepare pretend setup test unpack +DESCRIPTION=Linux kernel built from vanilla upstream sources +EAPI=8 +HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.kernel.org/ +IDEPEND=generic-uki? ( app-crypt/sbsigntools >=sys-kernel/installkernel-14[-dracut(-),-ugrd(-),-ukify(-)] ) !generic-uki? ( !initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( || ( >=sys-kernel/installkernel-14[dracut(-)] >=sys-kernel/installkernel-14[ugrd(-)] ) ) ) +INHERIT=kernel-build toolchain-funcs verify-sig +IUSE=debug hardened savedconfig secureboot +initramfs test generic-uki modules-compress +strip modules-sign verify-sig +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 generic-uki? ( GPL-2+ LGPL-2.1+ || ( BSD GPL-2 ) LGPL-2.1 || ( GPL-2 BSD ) GPL-2 GPL-3 GPL-3+ LGPL-2.1 LGPL-2 || ( BSD GPL-2 ) LGPL-2.1 GPL-3 GPL-3+ BSD BSD LGPL-2.1+ || ( Apache-2.0 CC0-1.0 ) BZIP2 LGPL-2.1+ public-domain BSD BSD-2 GPL-2 || ( BSD GPL-3 HIDAPI ) || ( AFL-2.1 GPL-2 ) MIT MIT || ( MPL-2.0 GPL-2 LGPL-2.1 ) GPL-2+ LGPL-2 LGPL-2.1 BSD-2 GPL-2 GPL-3+ GPL-3+ LGPL-2.1 GPL-2+ BSD-2 BSD curl ISC LGPL-2 CC0-1.0 GPL-2 LGPL-2.1 GPL-2+ GPL-2 BSD GPL-2 BSD LGPL-2.1 GPL-2 GPL-2 LGPL-2.1 MIT GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain x86? ( intel-ucode ) GPL-2 LGPL-2.1 public-domain GPL-2 LGPL-2.1 MIT public-domain ZLIB amd64? ( intel-ucode ) MIT GPL-2+ GPL-2 GPL-3 LGPL-2.1 LGPL-2.1 GPL-2 MIT LGPL-2.1 || ( GPL-2+ LGPL-3+ ) GPL-3+ unicode GPL-2 GPL-2 GPL-2+ LGPL-2.1+ GPL-2+ LGPL-2+ LGPL-2.1+ LGPL-2.1+ OPENLDAP GPL-2 GPL-2 GPL-2 BSD BSD-2 BSD-4 LGPL-2.1+ GPL-2 GPL-2 GPL-3+ GPL-3 BSD-2 LGPL-2.1+ BSD HPND ISC inner-net rc PCRE BSD public-domain LGPL-2.1+ GPL-2+ CC0-1.0 BSD-with-attribution LGPL-2.1+ MIT CC-BY-3.0 MIT GPL-2 LGPL-2.1+ LGPL-2.1 GPL-2+ LGPL-2.1+ GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+ || ( LGPL-3+ GPL-2+ ) || ( FDL-1.2 GPL-3+ ) GPL-3+ Apache-2.0 BSD GPL-2 GPL-2 GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 ) linux-fw-redistributable BSD-2 BSD BSD-4 ISC MIT || ( GPL-3 BSD-2 ) GPL-3+ LGPL-2.1 LGPL-2.1+ LGPL-2.1 MIT BSD ISC MIT GPL-3+ GPL-2 LGPL-2.1+ MIT LGPL-2.1 CC0-1.0 MIT ISC GPL-2 ) +PDEPEND=>=virtual/dist-kernel-6.12.87 +RDEPEND=sys-apps/kmod[lzma] virtual/libelf +REQUIRED_USE=arm? ( savedconfig ) hppa? ( savedconfig ) sparc? ( savedconfig ) secureboot? ( modules-sign ) +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=6.12.87 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.tar.xz https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.12.87.xz https://github.com/projg2/gentoo-kernel-config/archive/g18.tar.gz -> gentoo-kernel-config-g18.tar.gz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc -> linux-6.x-sha256sums-20260508.asc ) amd64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.12.41-gentoo/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.6.12.41-gentoo ) arm64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.12.41-gentoo/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.6.12.41-gentoo ) ppc64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.12.41-gentoo/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.6.12.41-gentoo ) riscv? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.12.41-gentoo/kernel-riscv64-fedora.config -> kernel-riscv64-fedora.config.6.12.41-gentoo ) x86? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.12.41-gentoo/kernel-i686-fedora.config -> kernel-i686-fedora.config.6.12.41-gentoo ) +_eclasses_=branding 7bcece3faa73dd0fc3e597013510d53a dist-kernel-utils 6b5bab4e35c9a263b3f102ee53d96c65 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd kernel-build 4526c90ff3c8fc1af902becdd46988ba kernel-install 6b9eda55ce251470037d9a348f96475f linux-info efd923656513c879204fec6638eadee5 mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 portability 3c2334cdfbb30bc4b33c85164fe832bf python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 savedconfig b9131abe556ad2ea96c01b06d658d363 secureboot d98b63e30a9468e1f1c06d3d7c66e760 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 verify-sig ece4c893b6bd62eacbc4d25958e857f8 +_md5_=f1f380ede897748634761045fd5496b5 diff --git a/metadata/md5-cache/sys-kernel/vanilla-kernel-6.18.28 b/metadata/md5-cache/sys-kernel/vanilla-kernel-6.18.28 new file mode 100644 index 000000000000..1cf15c25a183 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/vanilla-kernel-6.18.28 @@ -0,0 +1,18 @@ +BDEPEND=debug? ( dev-util/pahole ) verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) secureboot? ( app-crypt/sbsigntools dev-libs/openssl ) test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) app-alternatives/cpio app-alternatives/bc app-arch/tar dev-lang/perl sys-devel/bison sys-devel/flex virtual/libelf arm? ( sys-apps/dtc ) arm64? ( sys-apps/dtc ) modules-sign? ( dev-libs/openssl ) riscv? ( sys-apps/dtc ) generic-uki? ( net-misc/networkmanager[iwd] sys-libs/pam dev-libs/libp11 sys-libs/libcap net-fs/nfs-utils net-fs/cifs-utils sys-libs/readline net-libs/libmnl sys-apps/kmod app-arch/zstd media-libs/libmtp sys-fs/dosfstools sys-apps/coreutils dev-libs/libevent dev-libs/libpcre2 dev-libs/glib app-crypt/argon2 app-arch/bzip2 sys-libs/libxcrypt sys-block/nbd dev-libs/hidapi sys-apps/dbus dev-libs/libffi x11-libs/libdrm dev-libs/nss sys-boot/plymouth[drm,systemd(+),udev] sys-auth/polkit dev-libs/userspace-rcu app-arch/lz4 sys-apps/gawk app-crypt/gnupg[smartcard,tpm(-)] sys-apps/acl sys-apps/hwdata app-crypt/tpm2-tss net-misc/curl dev-libs/libaio app-alternatives/awk sys-libs/libapparmor dev-libs/lzo sys-fs/e2fsprogs sys-fs/mdadm app-crypt/tpm2-tools sys-libs/libseccomp sys-fs/lvm2[lvm] sys-apps/keyutils dev-libs/json-c sys-apps/util-linux x86? ( sys-firmware/intel-microcode ) dev-libs/libgpg-error dev-db/sqlite >=sys-apps/systemd-257[boot(-),cryptsetup,pkcs11,policykit,tpm,ukify(-)] virtual/zlib amd64? ( sys-firmware/intel-microcode ) sys-libs/ncurses sys-fs/cryptsetup sys-apps/rng-tools dev-libs/libassuan sys-fs/xfsprogs net-wireless/iwd net-libs/nghttp2 sys-apps/attr net-dns/libidn2 sys-kernel/dracut sys-apps/nvme-cli net-libs/libndp sys-process/procps dev-libs/npth net-nds/openldap sys-apps/baselayout sys-fs/dmraid net-libs/libtirpc sys-fs/multipath-tools sys-fs/btrfs-progs sys-apps/sed net-fs/samba dev-libs/oniguruma sys-libs/glibc dev-libs/icu app-arch/xz-utils app-alternatives/gzip dev-libs/cyrus-sasl sys-libs/libnvme app-misc/jq dev-libs/expat sys-apps/iproute2 media-libs/libv4l dev-libs/libusb net-wireless/bluez sys-devel/gcc dev-libs/libunistring app-arch/gzip dev-libs/openssl sys-apps/shadow app-misc/ddcutil sys-kernel/linux-firmware[redistributable,-unknown-license] sys-apps/less app-shells/bash dev-libs/opensc sys-apps/fwupd dev-libs/libgcrypt sys-apps/pcsc-lite dev-libs/libtasn1 app-crypt/p11-kit sys-libs/libcap-ng app-alternatives/sh net-dns/c-ares sys-apps/kbd ) verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) +DEFINED_PHASES=compile config configure install postinst postrm preinst prepare pretend setup test unpack +DESCRIPTION=Linux kernel built from vanilla upstream sources +EAPI=8 +HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.kernel.org/ +IDEPEND=generic-uki? ( app-crypt/sbsigntools >=sys-kernel/installkernel-14[-dracut(-),-ugrd(-),-ukify(-)] ) !generic-uki? ( !initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( || ( >=sys-kernel/installkernel-14[dracut(-)] >=sys-kernel/installkernel-14[ugrd(-)] ) ) ) +INHERIT=kernel-build toolchain-funcs verify-sig +IUSE=debug hardened savedconfig secureboot +initramfs test generic-uki modules-compress +strip modules-sign verify-sig +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 generic-uki? ( GPL-2+ LGPL-2.1+ || ( BSD GPL-2 ) LGPL-2.1 || ( GPL-2 BSD ) GPL-2 GPL-3 GPL-3+ LGPL-2.1 LGPL-2 || ( BSD GPL-2 ) LGPL-2.1 GPL-3 GPL-3+ BSD BSD LGPL-2.1+ || ( Apache-2.0 CC0-1.0 ) BZIP2 LGPL-2.1+ public-domain BSD BSD-2 GPL-2 || ( BSD GPL-3 HIDAPI ) || ( AFL-2.1 GPL-2 ) MIT MIT || ( MPL-2.0 GPL-2 LGPL-2.1 ) GPL-2+ LGPL-2 LGPL-2.1 BSD-2 GPL-2 GPL-3+ GPL-3+ LGPL-2.1 GPL-2+ BSD-2 BSD curl ISC LGPL-2 CC0-1.0 GPL-2 LGPL-2.1 GPL-2+ GPL-2 BSD GPL-2 BSD LGPL-2.1 GPL-2 GPL-2 LGPL-2.1 MIT GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain x86? ( intel-ucode ) GPL-2 LGPL-2.1 public-domain GPL-2 LGPL-2.1 MIT public-domain ZLIB amd64? ( intel-ucode ) MIT GPL-2+ GPL-2 GPL-3 LGPL-2.1 LGPL-2.1 GPL-2 MIT LGPL-2.1 || ( GPL-2+ LGPL-3+ ) GPL-3+ unicode GPL-2 GPL-2 GPL-2+ LGPL-2.1+ GPL-2+ LGPL-2+ LGPL-2.1+ LGPL-2.1+ OPENLDAP GPL-2 GPL-2 GPL-2 BSD BSD-2 BSD-4 LGPL-2.1+ GPL-2 GPL-2 GPL-3+ GPL-3 BSD-2 LGPL-2.1+ BSD HPND ISC inner-net rc PCRE BSD public-domain LGPL-2.1+ GPL-2+ CC0-1.0 BSD-with-attribution LGPL-2.1+ MIT CC-BY-3.0 MIT GPL-2 LGPL-2.1+ LGPL-2.1 GPL-2+ LGPL-2.1+ GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+ || ( LGPL-3+ GPL-2+ ) || ( FDL-1.2 GPL-3+ ) GPL-3+ Apache-2.0 BSD GPL-2 GPL-2 GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 ) linux-fw-redistributable BSD-2 BSD BSD-4 ISC MIT || ( GPL-3 BSD-2 ) GPL-3+ LGPL-2.1 LGPL-2.1+ LGPL-2.1 MIT BSD ISC MIT GPL-3+ GPL-2 LGPL-2.1+ MIT LGPL-2.1 CC0-1.0 MIT ISC GPL-2 ) +PDEPEND=>=virtual/dist-kernel-6.18.28 +RDEPEND=sys-apps/kmod[lzma] virtual/libelf +REQUIRED_USE=arm? ( savedconfig ) hppa? ( savedconfig ) sparc? ( savedconfig ) secureboot? ( modules-sign ) +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=6.18.28 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.18.tar.xz https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.18.28.xz https://github.com/projg2/gentoo-kernel-config/archive/g18.tar.gz -> gentoo-kernel-config-g18.tar.gz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc -> linux-6.x-sha256sums-20260508.asc ) amd64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.18.12-gentoo/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.6.18.12-gentoo ) arm64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.18.12-gentoo/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.6.18.12-gentoo ) ppc64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.18.12-gentoo/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.6.18.12-gentoo ) riscv? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.18.12-gentoo/kernel-riscv64-fedora.config -> kernel-riscv64-fedora.config.6.18.12-gentoo ) x86? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.18.12-gentoo/kernel-i686-fedora.config -> kernel-i686-fedora.config.6.18.12-gentoo ) +_eclasses_=branding 7bcece3faa73dd0fc3e597013510d53a dist-kernel-utils 6b5bab4e35c9a263b3f102ee53d96c65 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd kernel-build 4526c90ff3c8fc1af902becdd46988ba kernel-install 6b9eda55ce251470037d9a348f96475f linux-info efd923656513c879204fec6638eadee5 mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 portability 3c2334cdfbb30bc4b33c85164fe832bf python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 savedconfig b9131abe556ad2ea96c01b06d658d363 secureboot d98b63e30a9468e1f1c06d3d7c66e760 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 verify-sig ece4c893b6bd62eacbc4d25958e857f8 +_md5_=34a6da7fd88886cbdcc1e57a027516b9 diff --git a/metadata/md5-cache/sys-kernel/vanilla-kernel-6.6.138 b/metadata/md5-cache/sys-kernel/vanilla-kernel-6.6.138 new file mode 100644 index 000000000000..f6e052dafd18 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/vanilla-kernel-6.6.138 @@ -0,0 +1,18 @@ +BDEPEND=debug? ( dev-util/pahole ) verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) secureboot? ( app-crypt/sbsigntools dev-libs/openssl ) test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) app-alternatives/cpio app-alternatives/bc app-arch/tar dev-lang/perl sys-devel/bison sys-devel/flex virtual/libelf arm? ( sys-apps/dtc ) arm64? ( sys-apps/dtc ) modules-sign? ( dev-libs/openssl ) riscv? ( sys-apps/dtc ) generic-uki? ( net-misc/networkmanager[iwd] sys-libs/pam dev-libs/libp11 sys-libs/libcap net-fs/nfs-utils net-fs/cifs-utils sys-libs/readline net-libs/libmnl sys-apps/kmod app-arch/zstd media-libs/libmtp sys-fs/dosfstools sys-apps/coreutils dev-libs/libevent dev-libs/libpcre2 dev-libs/glib app-crypt/argon2 app-arch/bzip2 sys-libs/libxcrypt sys-block/nbd dev-libs/hidapi sys-apps/dbus dev-libs/libffi x11-libs/libdrm dev-libs/nss sys-boot/plymouth[drm,systemd(+),udev] sys-auth/polkit dev-libs/userspace-rcu app-arch/lz4 sys-apps/gawk app-crypt/gnupg[smartcard,tpm(-)] sys-apps/acl sys-apps/hwdata app-crypt/tpm2-tss net-misc/curl dev-libs/libaio app-alternatives/awk sys-libs/libapparmor dev-libs/lzo sys-fs/e2fsprogs sys-fs/mdadm app-crypt/tpm2-tools sys-libs/libseccomp sys-fs/lvm2[lvm] sys-apps/keyutils dev-libs/json-c sys-apps/util-linux x86? ( sys-firmware/intel-microcode ) dev-libs/libgpg-error dev-db/sqlite >=sys-apps/systemd-257[boot(-),cryptsetup,pkcs11,policykit,tpm,ukify(-)] virtual/zlib amd64? ( sys-firmware/intel-microcode ) sys-libs/ncurses sys-fs/cryptsetup sys-apps/rng-tools dev-libs/libassuan sys-fs/xfsprogs net-wireless/iwd net-libs/nghttp2 sys-apps/attr net-dns/libidn2 sys-kernel/dracut sys-apps/nvme-cli net-libs/libndp sys-process/procps dev-libs/npth net-nds/openldap sys-apps/baselayout sys-fs/dmraid net-libs/libtirpc sys-fs/multipath-tools sys-fs/btrfs-progs sys-apps/sed net-fs/samba dev-libs/oniguruma sys-libs/glibc dev-libs/icu app-arch/xz-utils app-alternatives/gzip dev-libs/cyrus-sasl sys-libs/libnvme app-misc/jq dev-libs/expat sys-apps/iproute2 media-libs/libv4l dev-libs/libusb net-wireless/bluez sys-devel/gcc dev-libs/libunistring app-arch/gzip dev-libs/openssl sys-apps/shadow app-misc/ddcutil sys-kernel/linux-firmware[redistributable,-unknown-license] sys-apps/less app-shells/bash dev-libs/opensc sys-apps/fwupd dev-libs/libgcrypt sys-apps/pcsc-lite dev-libs/libtasn1 app-crypt/p11-kit sys-libs/libcap-ng app-alternatives/sh net-dns/c-ares sys-apps/kbd ) verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) +DEFINED_PHASES=compile config configure install postinst postrm preinst prepare pretend setup test unpack +DESCRIPTION=Linux kernel built from vanilla upstream sources +EAPI=8 +HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.kernel.org/ +IDEPEND=generic-uki? ( app-crypt/sbsigntools >=sys-kernel/installkernel-14[-dracut(-),-ugrd(-),-ukify(-)] ) !generic-uki? ( !initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( || ( >=sys-kernel/installkernel-14[dracut(-)] >=sys-kernel/installkernel-14[ugrd(-)] ) ) ) +INHERIT=kernel-build toolchain-funcs verify-sig +IUSE=debug hardened savedconfig secureboot +initramfs test generic-uki modules-compress +strip modules-sign verify-sig +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 generic-uki? ( GPL-2+ LGPL-2.1+ || ( BSD GPL-2 ) LGPL-2.1 || ( GPL-2 BSD ) GPL-2 GPL-3 GPL-3+ LGPL-2.1 LGPL-2 || ( BSD GPL-2 ) LGPL-2.1 GPL-3 GPL-3+ BSD BSD LGPL-2.1+ || ( Apache-2.0 CC0-1.0 ) BZIP2 LGPL-2.1+ public-domain BSD BSD-2 GPL-2 || ( BSD GPL-3 HIDAPI ) || ( AFL-2.1 GPL-2 ) MIT MIT || ( MPL-2.0 GPL-2 LGPL-2.1 ) GPL-2+ LGPL-2 LGPL-2.1 BSD-2 GPL-2 GPL-3+ GPL-3+ LGPL-2.1 GPL-2+ BSD-2 BSD curl ISC LGPL-2 CC0-1.0 GPL-2 LGPL-2.1 GPL-2+ GPL-2 BSD GPL-2 BSD LGPL-2.1 GPL-2 GPL-2 LGPL-2.1 MIT GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain x86? ( intel-ucode ) GPL-2 LGPL-2.1 public-domain GPL-2 LGPL-2.1 MIT public-domain ZLIB amd64? ( intel-ucode ) MIT GPL-2+ GPL-2 GPL-3 LGPL-2.1 LGPL-2.1 GPL-2 MIT LGPL-2.1 || ( GPL-2+ LGPL-3+ ) GPL-3+ unicode GPL-2 GPL-2 GPL-2+ LGPL-2.1+ GPL-2+ LGPL-2+ LGPL-2.1+ LGPL-2.1+ OPENLDAP GPL-2 GPL-2 GPL-2 BSD BSD-2 BSD-4 LGPL-2.1+ GPL-2 GPL-2 GPL-3+ GPL-3 BSD-2 LGPL-2.1+ BSD HPND ISC inner-net rc PCRE BSD public-domain LGPL-2.1+ GPL-2+ CC0-1.0 BSD-with-attribution LGPL-2.1+ MIT CC-BY-3.0 MIT GPL-2 LGPL-2.1+ LGPL-2.1 GPL-2+ LGPL-2.1+ GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+ || ( LGPL-3+ GPL-2+ ) || ( FDL-1.2 GPL-3+ ) GPL-3+ Apache-2.0 BSD GPL-2 GPL-2 GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 ) linux-fw-redistributable BSD-2 BSD BSD-4 ISC MIT || ( GPL-3 BSD-2 ) GPL-3+ LGPL-2.1 LGPL-2.1+ LGPL-2.1 MIT BSD ISC MIT GPL-3+ GPL-2 LGPL-2.1+ MIT LGPL-2.1 CC0-1.0 MIT ISC GPL-2 ) +PDEPEND=>=virtual/dist-kernel-6.6.138 +RDEPEND=sys-apps/kmod[lzma] virtual/libelf +REQUIRED_USE=arm? ( savedconfig ) hppa? ( savedconfig ) riscv? ( savedconfig ) sparc? ( savedconfig ) secureboot? ( modules-sign ) +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=6.6.138 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.6.tar.xz https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.6.138.xz https://github.com/projg2/gentoo-kernel-config/archive/g17.tar.gz -> gentoo-kernel-config-g17.tar.gz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc -> linux-6.x-sha256sums-20260508.asc ) amd64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.12-gentoo/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.6.6.12-gentoo ) arm64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.12-gentoo/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.6.6.12-gentoo ) ppc64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.12-gentoo/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.6.6.12-gentoo ) x86? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/6.6.12-gentoo/kernel-i686-fedora.config -> kernel-i686-fedora.config.6.6.12-gentoo ) +_eclasses_=branding 7bcece3faa73dd0fc3e597013510d53a dist-kernel-utils 6b5bab4e35c9a263b3f102ee53d96c65 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd kernel-build 4526c90ff3c8fc1af902becdd46988ba kernel-install 6b9eda55ce251470037d9a348f96475f linux-info efd923656513c879204fec6638eadee5 mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 portability 3c2334cdfbb30bc4b33c85164fe832bf python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 savedconfig b9131abe556ad2ea96c01b06d658d363 secureboot d98b63e30a9468e1f1c06d3d7c66e760 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 verify-sig ece4c893b6bd62eacbc4d25958e857f8 +_md5_=1fd422164e4428859c35a1714fdd38f3 diff --git a/metadata/md5-cache/sys-kernel/vanilla-kernel-7.0.5 b/metadata/md5-cache/sys-kernel/vanilla-kernel-7.0.5 new file mode 100644 index 000000000000..0438e7391652 --- /dev/null +++ b/metadata/md5-cache/sys-kernel/vanilla-kernel-7.0.5 @@ -0,0 +1,18 @@ +BDEPEND=debug? ( dev-util/pahole ) verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) secureboot? ( app-crypt/sbsigntools dev-libs/openssl ) test? ( dev-tcltk/expect sys-apps/coreutils sys-kernel/dracut sys-fs/e2fsprogs amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) sparc? ( app-emulation/qemu[qemu_softmmu_targets_sparc,qemu_softmmu_targets_sparc64] ) x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) ) || ( dev-lang/python:3.14 dev-lang/python:3.13 dev-lang/python:3.12 dev-lang/python:3.11 ) app-alternatives/cpio app-alternatives/bc app-arch/tar dev-lang/perl sys-devel/bison sys-devel/flex virtual/libelf arm? ( sys-apps/dtc ) arm64? ( sys-apps/dtc ) modules-sign? ( dev-libs/openssl ) riscv? ( sys-apps/dtc ) sys-libs/binutils-libs generic-uki? ( net-misc/networkmanager[iwd] sys-libs/pam dev-libs/libp11 sys-libs/libcap net-fs/nfs-utils net-fs/cifs-utils sys-libs/readline net-libs/libmnl sys-apps/kmod app-arch/zstd media-libs/libmtp sys-fs/dosfstools sys-apps/coreutils dev-libs/libevent dev-libs/libpcre2 dev-libs/glib app-crypt/argon2 app-arch/bzip2 sys-libs/libxcrypt sys-block/nbd dev-libs/hidapi sys-apps/dbus dev-libs/libffi x11-libs/libdrm dev-libs/nss sys-boot/plymouth[drm,systemd(+),udev] sys-auth/polkit dev-libs/userspace-rcu app-arch/lz4 sys-apps/gawk app-crypt/gnupg[smartcard,tpm(-)] sys-apps/acl sys-apps/hwdata app-crypt/tpm2-tss net-misc/curl dev-libs/libaio app-alternatives/awk sys-libs/libapparmor dev-libs/lzo sys-fs/e2fsprogs sys-fs/mdadm app-crypt/tpm2-tools sys-libs/libseccomp sys-fs/lvm2[lvm] sys-apps/keyutils dev-libs/json-c sys-apps/util-linux x86? ( sys-firmware/intel-microcode ) dev-libs/libgpg-error dev-db/sqlite >=sys-apps/systemd-257[boot(-),cryptsetup,pkcs11,policykit,tpm,ukify(-)] virtual/zlib amd64? ( sys-firmware/intel-microcode ) sys-libs/ncurses sys-fs/cryptsetup sys-apps/rng-tools dev-libs/libassuan sys-fs/xfsprogs net-wireless/iwd net-libs/nghttp2 sys-apps/attr net-dns/libidn2 sys-kernel/dracut sys-apps/nvme-cli net-libs/libndp sys-process/procps dev-libs/npth net-nds/openldap sys-apps/baselayout sys-fs/dmraid net-libs/libtirpc sys-fs/multipath-tools sys-fs/btrfs-progs sys-apps/sed net-fs/samba dev-libs/oniguruma sys-libs/glibc dev-libs/icu app-arch/xz-utils app-alternatives/gzip dev-libs/cyrus-sasl sys-libs/libnvme app-misc/jq dev-libs/expat sys-apps/iproute2 media-libs/libv4l dev-libs/libusb net-wireless/bluez sys-devel/gcc dev-libs/libunistring app-arch/gzip dev-libs/openssl sys-apps/shadow app-misc/ddcutil sys-kernel/linux-firmware[redistributable,-unknown-license] sys-apps/less app-shells/bash dev-libs/opensc sys-apps/fwupd dev-libs/libgcrypt sys-apps/pcsc-lite dev-libs/libtasn1 app-crypt/p11-kit sys-libs/libcap-ng app-alternatives/sh net-dns/c-ares sys-apps/kbd ) verify-sig? ( || ( app-alternatives/gpg app-crypt/gnupg[-alternatives(-)] ) >=app-portage/gemato-20 ) +DEFINED_PHASES=compile config configure install postinst postrm preinst prepare pretend setup test unpack +DESCRIPTION=Linux kernel built from vanilla upstream sources +EAPI=8 +HOMEPAGE=https://wiki.gentoo.org/wiki/Project:Distribution_Kernel https://www.kernel.org/ +IDEPEND=generic-uki? ( app-crypt/sbsigntools >=sys-kernel/installkernel-14[-dracut(-),-ugrd(-),-ukify(-)] ) !generic-uki? ( !initramfs? ( >=sys-kernel/installkernel-14 ) initramfs? ( || ( >=sys-kernel/installkernel-14[dracut(-)] >=sys-kernel/installkernel-14[ugrd(-)] ) ) ) +INHERIT=kernel-build toolchain-funcs verify-sig +IUSE=debug hardened savedconfig secureboot +initramfs test generic-uki modules-compress +strip modules-sign verify-sig +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 +LICENSE=GPL-2 generic-uki? ( GPL-2+ LGPL-2.1+ || ( BSD GPL-2 ) LGPL-2.1 || ( GPL-2 BSD ) GPL-2 GPL-3 GPL-3+ LGPL-2.1 LGPL-2 || ( BSD GPL-2 ) LGPL-2.1 GPL-3 GPL-3+ BSD BSD LGPL-2.1+ || ( Apache-2.0 CC0-1.0 ) BZIP2 LGPL-2.1+ public-domain BSD BSD-2 GPL-2 || ( BSD GPL-3 HIDAPI ) || ( AFL-2.1 GPL-2 ) MIT MIT || ( MPL-2.0 GPL-2 LGPL-2.1 ) GPL-2+ LGPL-2 LGPL-2.1 BSD-2 GPL-2 GPL-3+ GPL-3+ LGPL-2.1 GPL-2+ BSD-2 BSD curl ISC LGPL-2 CC0-1.0 GPL-2 LGPL-2.1 GPL-2+ GPL-2 BSD GPL-2 BSD LGPL-2.1 GPL-2 GPL-2 LGPL-2.1 MIT GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain x86? ( intel-ucode ) GPL-2 LGPL-2.1 public-domain GPL-2 LGPL-2.1 MIT public-domain ZLIB amd64? ( intel-ucode ) MIT GPL-2+ GPL-2 GPL-3 LGPL-2.1 LGPL-2.1 GPL-2 MIT LGPL-2.1 || ( GPL-2+ LGPL-3+ ) GPL-3+ unicode GPL-2 GPL-2 GPL-2+ LGPL-2.1+ GPL-2+ LGPL-2+ LGPL-2.1+ LGPL-2.1+ OPENLDAP GPL-2 GPL-2 GPL-2 BSD BSD-2 BSD-4 LGPL-2.1+ GPL-2 GPL-2 GPL-3+ GPL-3 BSD-2 LGPL-2.1+ BSD HPND ISC inner-net rc PCRE BSD public-domain LGPL-2.1+ GPL-2+ CC0-1.0 BSD-with-attribution LGPL-2.1+ MIT CC-BY-3.0 MIT GPL-2 LGPL-2.1+ LGPL-2.1 GPL-2+ LGPL-2.1+ GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+ || ( LGPL-3+ GPL-2+ ) || ( FDL-1.2 GPL-3+ ) GPL-3+ Apache-2.0 BSD GPL-2 GPL-2 GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 ) linux-fw-redistributable BSD-2 BSD BSD-4 ISC MIT || ( GPL-3 BSD-2 ) GPL-3+ LGPL-2.1 LGPL-2.1+ LGPL-2.1 MIT BSD ISC MIT GPL-3+ GPL-2 LGPL-2.1+ MIT LGPL-2.1 CC0-1.0 MIT ISC GPL-2 ) +PDEPEND=>=virtual/dist-kernel-7.0.5 +RDEPEND=sys-apps/kmod[lzma] virtual/libelf +REQUIRED_USE=arm? ( savedconfig ) hppa? ( savedconfig ) sparc? ( savedconfig ) secureboot? ( modules-sign ) +RESTRICT=!test? ( test ) test? ( userpriv ) arm? ( test ) +SLOT=7.0.5 +SRC_URI=https://cdn.kernel.org/pub/linux/kernel/v7.x/linux-7.0.tar.xz https://cdn.kernel.org/pub/linux/kernel/v7.x/patch-7.0.5.xz https://github.com/projg2/gentoo-kernel-config/archive/g18.tar.gz -> gentoo-kernel-config-g18.tar.gz verify-sig? ( https://cdn.kernel.org/pub/linux/kernel/v7.x/sha256sums.asc -> linux-7.x-sha256sums-20260508.asc ) amd64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/7.0.1-gentoo/kernel-x86_64-fedora.config -> kernel-x86_64-fedora.config.7.0.1-gentoo ) arm64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/7.0.1-gentoo/kernel-aarch64-fedora.config -> kernel-aarch64-fedora.config.7.0.1-gentoo ) ppc64? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/7.0.1-gentoo/kernel-ppc64le-fedora.config -> kernel-ppc64le-fedora.config.7.0.1-gentoo ) riscv? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/7.0.1-gentoo/kernel-riscv64-fedora.config -> kernel-riscv64-fedora.config.7.0.1-gentoo ) x86? ( https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/7.0.1-gentoo/kernel-i686-fedora.config -> kernel-i686-fedora.config.7.0.1-gentoo ) +_eclasses_=branding 7bcece3faa73dd0fc3e597013510d53a dist-kernel-utils 6b5bab4e35c9a263b3f102ee53d96c65 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd kernel-build 4526c90ff3c8fc1af902becdd46988ba kernel-install 6b9eda55ce251470037d9a348f96475f linux-info efd923656513c879204fec6638eadee5 mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 portability 3c2334cdfbb30bc4b33c85164fe832bf python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 savedconfig b9131abe556ad2ea96c01b06d658d363 secureboot d98b63e30a9468e1f1c06d3d7c66e760 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 verify-sig ece4c893b6bd62eacbc4d25958e857f8 +_md5_=0341e4f09fefdd1cb742e489e519643a diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-5.10.254 b/metadata/md5-cache/sys-kernel/vanilla-sources-5.10.255 index 89be7c512079..1fbcfc0ae5d0 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-5.10.254 +++ b/metadata/md5-cache/sys-kernel/vanilla-sources-5.10.255 @@ -8,7 +8,7 @@ KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x LICENSE=GPL-2 RDEPEND=!build? ( app-alternatives/cpio dev-lang/perl app-alternatives/bc dev-build/make sys-devel/bison sys-devel/flex sys-libs/binutils-libs >=sys-libs/ncurses-5.2 virtual/libelf virtual/pkgconfig ) RESTRICT=binchecks strip -SLOT=5.10.254 -SRC_URI=https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.10.254.xz https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz +SLOT=5.10.255 +SRC_URI=https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.10.255.xz https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.10.tar.xz _eclasses_=crossdev d618c699554f72b98f8ceeeeb361dc9e estack c61c368a76fdf3a82fdf8dbaebea3804 kernel-2 ebd7c679f610ffb1f4c1a282b525f5ed multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 _md5_=b5683160fc909084a618a0b928ee2e53 diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-5.15.204 b/metadata/md5-cache/sys-kernel/vanilla-sources-5.15.206 index 638f9dca6713..ce507a1ab024 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-5.15.204 +++ b/metadata/md5-cache/sys-kernel/vanilla-sources-5.15.206 @@ -8,7 +8,7 @@ KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x LICENSE=GPL-2 RDEPEND=!build? ( app-alternatives/cpio dev-lang/perl app-alternatives/bc dev-build/make sys-devel/bison sys-devel/flex sys-libs/binutils-libs >=sys-libs/ncurses-5.2 virtual/libelf virtual/pkgconfig ) RESTRICT=binchecks strip -SLOT=5.15.204 -SRC_URI=https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.15.204.xz https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.xz +SLOT=5.15.206 +SRC_URI=https://www.kernel.org/pub/linux/kernel/v5.x/patch-5.15.206.xz https://www.kernel.org/pub/linux/kernel/v5.x/linux-5.15.tar.xz _eclasses_=crossdev d618c699554f72b98f8ceeeeb361dc9e estack c61c368a76fdf3a82fdf8dbaebea3804 kernel-2 ebd7c679f610ffb1f4c1a282b525f5ed multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 _md5_=b5683160fc909084a618a0b928ee2e53 diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-6.1.170 b/metadata/md5-cache/sys-kernel/vanilla-sources-6.1.172 index 01562ea99886..dfc1eb13bf92 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-6.1.170 +++ b/metadata/md5-cache/sys-kernel/vanilla-sources-6.1.172 @@ -8,7 +8,7 @@ KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~s390 ~s LICENSE=GPL-2 RDEPEND=!build? ( app-alternatives/cpio dev-lang/perl app-alternatives/bc dev-build/make sys-devel/bison sys-devel/flex sys-libs/binutils-libs >=sys-libs/ncurses-5.2 virtual/libelf virtual/pkgconfig ) RESTRICT=binchecks strip -SLOT=6.1.170 -SRC_URI=https://www.kernel.org/pub/linux/kernel/v6.x/patch-6.1.170.xz https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.xz +SLOT=6.1.172 +SRC_URI=https://www.kernel.org/pub/linux/kernel/v6.x/patch-6.1.172.xz https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.1.tar.xz _eclasses_=crossdev d618c699554f72b98f8ceeeeb361dc9e estack c61c368a76fdf3a82fdf8dbaebea3804 kernel-2 ebd7c679f610ffb1f4c1a282b525f5ed multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 _md5_=583c3b74422b5be7631b2e72707a19ee diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-6.12.86 b/metadata/md5-cache/sys-kernel/vanilla-sources-6.12.87 index 80b7eb04ed31..bd3f2c340285 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-6.12.86 +++ b/metadata/md5-cache/sys-kernel/vanilla-sources-6.12.87 @@ -8,7 +8,7 @@ KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~s390 ~s LICENSE=GPL-2 RDEPEND=!build? ( app-alternatives/cpio dev-lang/perl app-alternatives/bc dev-build/make sys-devel/bison sys-devel/flex sys-libs/binutils-libs >=sys-libs/ncurses-5.2 virtual/libelf virtual/pkgconfig ) RESTRICT=binchecks strip -SLOT=6.12.86 -SRC_URI=https://www.kernel.org/pub/linux/kernel/v6.x/patch-6.12.86.xz https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.12.tar.xz +SLOT=6.12.87 +SRC_URI=https://www.kernel.org/pub/linux/kernel/v6.x/patch-6.12.87.xz https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.12.tar.xz _eclasses_=crossdev d618c699554f72b98f8ceeeeb361dc9e estack c61c368a76fdf3a82fdf8dbaebea3804 kernel-2 ebd7c679f610ffb1f4c1a282b525f5ed multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 _md5_=583c3b74422b5be7631b2e72707a19ee diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-6.18.27 b/metadata/md5-cache/sys-kernel/vanilla-sources-6.18.28 index dae3e9d43c2c..270c5ba24083 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-6.18.27 +++ b/metadata/md5-cache/sys-kernel/vanilla-sources-6.18.28 @@ -8,7 +8,7 @@ KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x LICENSE=GPL-2 RDEPEND=!build? ( app-alternatives/cpio dev-lang/perl app-alternatives/bc dev-build/make sys-devel/bison sys-devel/flex sys-libs/binutils-libs >=sys-libs/ncurses-5.2 virtual/libelf virtual/pkgconfig ) RESTRICT=binchecks strip -SLOT=6.18.27 -SRC_URI=https://www.kernel.org/pub/linux/kernel/v6.x/patch-6.18.27.xz https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.18.tar.xz +SLOT=6.18.28 +SRC_URI=https://www.kernel.org/pub/linux/kernel/v6.x/patch-6.18.28.xz https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.18.tar.xz _eclasses_=crossdev d618c699554f72b98f8ceeeeb361dc9e estack c61c368a76fdf3a82fdf8dbaebea3804 kernel-2 ebd7c679f610ffb1f4c1a282b525f5ed multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 _md5_=b5683160fc909084a618a0b928ee2e53 diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-6.6.137 b/metadata/md5-cache/sys-kernel/vanilla-sources-6.6.138 index 40186dd60757..6fde18dbeafe 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-6.6.137 +++ b/metadata/md5-cache/sys-kernel/vanilla-sources-6.6.138 @@ -8,7 +8,7 @@ KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~s390 ~s LICENSE=GPL-2 RDEPEND=!build? ( app-alternatives/cpio dev-lang/perl app-alternatives/bc dev-build/make sys-devel/bison sys-devel/flex sys-libs/binutils-libs >=sys-libs/ncurses-5.2 virtual/libelf virtual/pkgconfig ) RESTRICT=binchecks strip -SLOT=6.6.137 -SRC_URI=https://www.kernel.org/pub/linux/kernel/v6.x/patch-6.6.137.xz https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.6.tar.xz +SLOT=6.6.138 +SRC_URI=https://www.kernel.org/pub/linux/kernel/v6.x/patch-6.6.138.xz https://www.kernel.org/pub/linux/kernel/v6.x/linux-6.6.tar.xz _eclasses_=crossdev d618c699554f72b98f8ceeeeb361dc9e estack c61c368a76fdf3a82fdf8dbaebea3804 kernel-2 ebd7c679f610ffb1f4c1a282b525f5ed multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 _md5_=583c3b74422b5be7631b2e72707a19ee diff --git a/metadata/md5-cache/sys-kernel/vanilla-sources-7.0.4 b/metadata/md5-cache/sys-kernel/vanilla-sources-7.0.5 index f79a4e27542a..fbd4fe174771 100644 --- a/metadata/md5-cache/sys-kernel/vanilla-sources-7.0.4 +++ b/metadata/md5-cache/sys-kernel/vanilla-sources-7.0.5 @@ -8,7 +8,7 @@ KEYWORDS=~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x LICENSE=GPL-2 RDEPEND=!build? ( app-alternatives/cpio dev-lang/perl app-alternatives/bc dev-build/make sys-devel/bison sys-devel/flex sys-libs/binutils-libs >=sys-libs/ncurses-5.2 virtual/libelf virtual/pkgconfig ) RESTRICT=binchecks strip -SLOT=7.0.4 -SRC_URI=https://www.kernel.org/pub/linux/kernel/v7.x/patch-7.0.4.xz https://www.kernel.org/pub/linux/kernel/v7.x/linux-7.0.tar.xz +SLOT=7.0.5 +SRC_URI=https://www.kernel.org/pub/linux/kernel/v7.x/patch-7.0.5.xz https://www.kernel.org/pub/linux/kernel/v7.x/linux-7.0.tar.xz _eclasses_=crossdev d618c699554f72b98f8ceeeeb361dc9e estack c61c368a76fdf3a82fdf8dbaebea3804 kernel-2 ebd7c679f610ffb1f4c1a282b525f5ed multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 optfeature 538bce96e5589935b57e178e8635f301 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 _md5_=b5683160fc909084a618a0b928ee2e53 diff --git a/metadata/md5-cache/virtual/dist-kernel-5.10.255 b/metadata/md5-cache/virtual/dist-kernel-5.10.255 new file mode 100644 index 000000000000..751b3bd770b3 --- /dev/null +++ b/metadata/md5-cache/virtual/dist-kernel-5.10.255 @@ -0,0 +1,7 @@ +DEFINED_PHASES=- +DESCRIPTION=Virtual to depend on any Distribution Kernel +EAPI=8 +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 +RDEPEND=|| ( ~sys-kernel/gentoo-kernel-5.10.255 ~sys-kernel/gentoo-kernel-bin-5.10.255 ~sys-kernel/vanilla-kernel-5.10.255 ) +SLOT=0/5.10.255 +_md5_=e4a8fe165ae70f0d97d092620b43b051 diff --git a/metadata/md5-cache/virtual/dist-kernel-5.15.205 b/metadata/md5-cache/virtual/dist-kernel-5.15.205 new file mode 100644 index 000000000000..b34269f43e32 --- /dev/null +++ b/metadata/md5-cache/virtual/dist-kernel-5.15.205 @@ -0,0 +1,7 @@ +DEFINED_PHASES=- +DESCRIPTION=Virtual to depend on any Distribution Kernel +EAPI=8 +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 +RDEPEND=|| ( ~sys-kernel/gentoo-kernel-5.15.205 ~sys-kernel/gentoo-kernel-bin-5.15.205 ~sys-kernel/vanilla-kernel-5.15.205 ) +SLOT=0/5.15.205 +_md5_=3448d72a6feed45bc0b660524c3d594c diff --git a/metadata/md5-cache/virtual/dist-kernel-6.1.171 b/metadata/md5-cache/virtual/dist-kernel-6.1.171 new file mode 100644 index 000000000000..015d2120d4b2 --- /dev/null +++ b/metadata/md5-cache/virtual/dist-kernel-6.1.171 @@ -0,0 +1,7 @@ +DEFINED_PHASES=- +DESCRIPTION=Virtual to depend on any Distribution Kernel +EAPI=8 +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 +RDEPEND=|| ( ~sys-kernel/gentoo-kernel-6.1.171 ~sys-kernel/gentoo-kernel-bin-6.1.171 ~sys-kernel/vanilla-kernel-6.1.171 ) +SLOT=0/6.1.171 +_md5_=6ad43b457abc345bfc35bd3e5936ebab diff --git a/metadata/md5-cache/virtual/dist-kernel-6.12.87 b/metadata/md5-cache/virtual/dist-kernel-6.12.87 new file mode 100644 index 000000000000..a7a4bc6f1a28 --- /dev/null +++ b/metadata/md5-cache/virtual/dist-kernel-6.12.87 @@ -0,0 +1,7 @@ +DEFINED_PHASES=- +DESCRIPTION=Virtual to depend on any Distribution Kernel +EAPI=8 +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 +RDEPEND=|| ( ~sys-kernel/gentoo-kernel-6.12.87 ~sys-kernel/gentoo-kernel-bin-6.12.87 ~sys-kernel/vanilla-kernel-6.12.87 ) +SLOT=0/6.12.87 +_md5_=d4c45aa1e79c7a871e8aed1ce6bd3fbd diff --git a/metadata/md5-cache/virtual/dist-kernel-6.18.28 b/metadata/md5-cache/virtual/dist-kernel-6.18.28 new file mode 100644 index 000000000000..bdaa209a84e1 --- /dev/null +++ b/metadata/md5-cache/virtual/dist-kernel-6.18.28 @@ -0,0 +1,7 @@ +DEFINED_PHASES=- +DESCRIPTION=Virtual to depend on any Distribution Kernel +EAPI=8 +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 +RDEPEND=|| ( ~sys-kernel/gentoo-kernel-6.18.28 ~sys-kernel/gentoo-kernel-bin-6.18.28 ~sys-kernel/vanilla-kernel-6.18.28 ) +SLOT=0/6.18.28 +_md5_=d4c45aa1e79c7a871e8aed1ce6bd3fbd diff --git a/metadata/md5-cache/virtual/dist-kernel-6.6.138 b/metadata/md5-cache/virtual/dist-kernel-6.6.138 new file mode 100644 index 000000000000..4a850696f79e --- /dev/null +++ b/metadata/md5-cache/virtual/dist-kernel-6.6.138 @@ -0,0 +1,7 @@ +DEFINED_PHASES=- +DESCRIPTION=Virtual to depend on any Distribution Kernel +EAPI=8 +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 +RDEPEND=|| ( ~sys-kernel/gentoo-kernel-6.6.138 ~sys-kernel/gentoo-kernel-bin-6.6.138 ~sys-kernel/vanilla-kernel-6.6.138 ) +SLOT=0/6.6.138 +_md5_=d4c45aa1e79c7a871e8aed1ce6bd3fbd diff --git a/metadata/md5-cache/virtual/dist-kernel-7.0.5 b/metadata/md5-cache/virtual/dist-kernel-7.0.5 new file mode 100644 index 000000000000..d2ee4e0491bd --- /dev/null +++ b/metadata/md5-cache/virtual/dist-kernel-7.0.5 @@ -0,0 +1,7 @@ +DEFINED_PHASES=- +DESCRIPTION=Virtual to depend on any Distribution Kernel +EAPI=8 +KEYWORDS=~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 +RDEPEND=|| ( ~sys-kernel/gentoo-kernel-7.0.5 ~sys-kernel/gentoo-kernel-bin-7.0.5 ~sys-kernel/vanilla-kernel-7.0.5 ) +SLOT=0/7.0.5 +_md5_=d4c45aa1e79c7a871e8aed1ce6bd3fbd diff --git a/metadata/md5-cache/www-client/firefox-140.10.2 b/metadata/md5-cache/www-client/firefox-140.10.2 new file mode 100644 index 000000000000..7660eb1fb57e --- /dev/null +++ b/metadata/md5-cache/www-client/firefox-140.10.2 @@ -0,0 +1,18 @@ +BDEPEND=|| ( dev-lang/python:3.14[ncurses,sqlite,ssl] dev-lang/python:3.13[ncurses,sqlite,ssl] dev-lang/python:3.12[ncurses,sqlite,ssl] dev-lang/python:3.11[ncurses,sqlite,ssl] dev-lang/python:3.10[ncurses,sqlite,ssl] ) llvm_slot_20? ( llvm-core/clang:20 llvm-core/llvm:20 clang? ( llvm-core/lld:20 pgo? ( llvm-runtimes/compiler-rt-sanitizers:20[profile] ) ) wasm-sandbox? ( llvm-core/lld:20 ) ) llvm_slot_21? ( llvm-core/clang:21 llvm-core/llvm:21 clang? ( llvm-core/lld:21 pgo? ( llvm-runtimes/compiler-rt-sanitizers:21[profile] ) ) wasm-sandbox? ( llvm-core/lld:21 ) ) app-alternatives/awk app-arch/unzip app-arch/zip >=dev-util/cbindgen-0.27.0 net-libs/nodejs virtual/pkgconfig amd64? ( >=dev-lang/nasm-2.14 ) x86? ( >=dev-lang/nasm-2.14 ) pgo? ( X? ( sys-devel/gettext x11-base/xorg-server[xvfb] x11-apps/xhost ) !X? ( gui-wm/tinywl x11-misc/xkeyboard-config ) ) llvm_slot_20? ( || ( dev-lang/rust-bin:1.90.0[llvm_slot_20] dev-lang/rust:1.90.0[llvm_slot_20] dev-lang/rust-bin:1.89.0[llvm_slot_20] dev-lang/rust:1.89.0[llvm_slot_20] dev-lang/rust-bin:1.88.0[llvm_slot_20] dev-lang/rust:1.88.0[llvm_slot_20] dev-lang/rust-bin:1.87.0[llvm_slot_20] dev-lang/rust:1.87.0[llvm_slot_20] ) ) llvm_slot_21? ( || ( dev-lang/rust-bin:1.94.1[llvm_slot_21] dev-lang/rust:1.94.1[llvm_slot_21] dev-lang/rust-bin:1.94.0[llvm_slot_21] dev-lang/rust:1.94.0[llvm_slot_21] dev-lang/rust-bin:1.93.1[llvm_slot_21] dev-lang/rust:1.93.1[llvm_slot_21] dev-lang/rust-bin:1.93.0[llvm_slot_21] dev-lang/rust:1.93.0[llvm_slot_21] dev-lang/rust-bin:1.92.0[llvm_slot_21] dev-lang/rust:1.92.0[llvm_slot_21] dev-lang/rust-bin:1.91.0[llvm_slot_21] dev-lang/rust:1.91.0[llvm_slot_21] ) ) +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=!www-client/firefox:0 selinux? ( sec-policy/selinux-mozilla ) >=app-accessibility/at-spi2-core-2.46.0:2 dev-libs/glib:2 dev-libs/libffi:= >=dev-libs/nss-3.112.5 >=dev-libs/nspr-4.36 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-libs/mesa media-video/ffmpeg virtual/zlib:= virtual/freedesktop-icon-theme x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/libdrm x11-libs/pango x11-libs/pixman dbus? ( sys-apps/dbus ) jack? ( virtual/jack ) pulseaudio? ( || ( media-libs/libpulse >=media-sound/apulse-0.1.12-r4[sdk] ) ) libproxy? ( net-libs/libproxy ) selinux? ( sec-policy/selinux-mozilla ) sndio? ( >=media-sound/sndio-1.8.0-r1 ) system-av1? ( >=media-libs/dav1d-1.0.0:= >=media-libs/libaom-3.10.0:= ) system-harfbuzz? ( >=media-libs/harfbuzz-2.8.1:0= !wasm-sandbox? ( >=media-gfx/graphite2-1.3.13 ) ) system-icu? ( >=dev-libs/icu-76.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1:= ) system-libevent? ( >=dev-libs/libevent-2.1.12:0=[threads(+)] ) system-libvpx? ( >=media-libs/libvpx-1.8.2:0=[postproc] ) system-pipewire? ( >=media-video/pipewire-1.4.7-r2:= ) system-png? ( >=media-libs/libpng-1.6.58:0=[apng] ) system-webp? ( >=media-libs/libwebp-1.1.0:0= ) wayland? ( >=media-libs/libepoxy-1.5.10-r1 x11-libs/gtk+:3[wayland] ) wifi? ( kernel_linux? ( || ( net-misc/networkmanager net-misc/connman[networkmanager] ) sys-apps/dbus ) ) X? ( virtual/opengl x11-libs/cairo[X] x11-libs/gtk+:3[X] x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/libxcb:= ) X? ( x11-base/xorg-proto x11-libs/libICE x11-libs/libSM ) +DESCRIPTION=Firefox Web Browser +EAPI=8 +HOMEPAGE=https://www.firefox.com https://www.firefox.com/enterprise/ +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=check-reqs desktop flag-o-matic gnome2-utils linux-info llvm-r1 multiprocessing optfeature pax-utils python-any-r1 readme.gentoo-r1 rust toolchain-funcs virtualx xdg +IUSE=+clang dbus debug eme-free hardened hwaccel jack libproxy pgo pulseaudio selinux sndio +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-libvpx system-pipewire system-png +system-webp test wayland wifi +X +gmp-autoupdate gnome-shell +jumbo-build openh264 +telemetry wasm-sandbox l10n_af l10n_ar l10n_ast l10n_be l10n_bg l10n_br l10n_ca l10n_cak l10n_cs l10n_cy l10n_da l10n_de l10n_dsb l10n_el l10n_en-CA l10n_en-GB l10n_es-AR l10n_es-ES l10n_et l10n_eu l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_he l10n_hr l10n_hsb l10n_hu l10n_id l10n_is l10n_it l10n_ja l10n_ka l10n_kab l10n_kk l10n_ko l10n_lt l10n_lv l10n_ms l10n_nb l10n_nl l10n_nn l10n_pa l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_sk l10n_sl l10n_sq l10n_sr l10n_sv l10n_th l10n_tr l10n_uk l10n_uz l10n_vi l10n_zh-CN l10n_zh-TW l10n_ach l10n_an l10n_az l10n_bn l10n_bs l10n_ca-valencia l10n_eo l10n_es-CL l10n_es-MX l10n_fa l10n_ff l10n_fur l10n_gn l10n_gu l10n_hi l10n_hy l10n_ia l10n_km l10n_kn l10n_lij l10n_mk l10n_mr l10n_my l10n_ne l10n_oc l10n_sc l10n_sco l10n_si l10n_skr l10n_son l10n_szl l10n_ta l10n_te l10n_tl l10n_trs l10n_ur l10n_xh +llvm_slot_21 llvm_slot_20 +KEYWORDS=amd64 arm64 ~loong ~ppc64 ~riscv ~x86 +LICENSE=MPL-2.0 GPL-2 LGPL-2.1 +RDEPEND=!www-client/firefox:0 selinux? ( sec-policy/selinux-mozilla ) >=app-accessibility/at-spi2-core-2.46.0:2 dev-libs/glib:2 dev-libs/libffi:= >=dev-libs/nss-3.112.5 >=dev-libs/nspr-4.36 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-libs/mesa media-video/ffmpeg virtual/zlib:= virtual/freedesktop-icon-theme x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/libdrm x11-libs/pango x11-libs/pixman dbus? ( sys-apps/dbus ) jack? ( virtual/jack ) pulseaudio? ( || ( media-libs/libpulse >=media-sound/apulse-0.1.12-r4[sdk] ) ) libproxy? ( net-libs/libproxy ) selinux? ( sec-policy/selinux-mozilla ) sndio? ( >=media-sound/sndio-1.8.0-r1 ) system-av1? ( >=media-libs/dav1d-1.0.0:= >=media-libs/libaom-3.10.0:= ) system-harfbuzz? ( >=media-libs/harfbuzz-2.8.1:0= !wasm-sandbox? ( >=media-gfx/graphite2-1.3.13 ) ) system-icu? ( >=dev-libs/icu-76.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1:= ) system-libevent? ( >=dev-libs/libevent-2.1.12:0=[threads(+)] ) system-libvpx? ( >=media-libs/libvpx-1.8.2:0=[postproc] ) system-pipewire? ( >=media-video/pipewire-1.4.7-r2:= ) system-png? ( >=media-libs/libpng-1.6.58:0=[apng] ) system-webp? ( >=media-libs/libwebp-1.1.0:0= ) wayland? ( >=media-libs/libepoxy-1.5.10-r1 x11-libs/gtk+:3[wayland] ) wifi? ( kernel_linux? ( || ( net-misc/networkmanager net-misc/connman[networkmanager] ) sys-apps/dbus ) ) X? ( virtual/opengl x11-libs/cairo[X] x11-libs/gtk+:3[X] x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/libxcb:= ) hwaccel? ( media-video/libva-utils sys-apps/pciutils ) jack? ( virtual/jack ) openh264? ( media-libs/openh264:*[plugin] ) !www-client/firefox:rapid +REQUIRED_USE=|| ( X wayland ) debug? ( !system-av1 ) pgo? ( jumbo-build ) wasm-sandbox? ( llvm_slot_21 ) wayland? ( dbus ) wifi? ( dbus ) ^^ ( llvm_slot_20 llvm_slot_21 ) +RESTRICT=!test? ( test ) +SLOT=esr +SRC_URI=https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/source/firefox-140.10.2esr.source.tar.xz -> firefox-140.10.2esr.source.tar.xz https://dev.gentoo.org/~juippis/mozilla/patchsets/firefox-140esr-patches-10.tar.xz loong? ( https://dev.gentoo.org/~xen0n/distfiles/www-client/firefox/firefox-139-loong-patches-02.tar.xz ) wasm-sandbox? ( amd64? ( https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-32/wasi-sdk-32.0-x86_64-linux.tar.gz ) arm64? ( https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-32/wasi-sdk-32.0-arm64-linux.tar.gz ) ) l10n_af? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/af.xpi -> firefox-140.10.2esr-af.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ar.xpi -> firefox-140.10.2esr-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ast.xpi -> firefox-140.10.2esr-ast.xpi ) l10n_be? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/be.xpi -> firefox-140.10.2esr-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/bg.xpi -> firefox-140.10.2esr-bg.xpi ) l10n_br? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/br.xpi -> firefox-140.10.2esr-br.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ca.xpi -> firefox-140.10.2esr-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/cak.xpi -> firefox-140.10.2esr-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/cs.xpi -> firefox-140.10.2esr-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/cy.xpi -> firefox-140.10.2esr-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/da.xpi -> firefox-140.10.2esr-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/de.xpi -> firefox-140.10.2esr-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/dsb.xpi -> firefox-140.10.2esr-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/el.xpi -> firefox-140.10.2esr-el.xpi ) l10n_en-CA? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/en-CA.xpi -> firefox-140.10.2esr-en-CA.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/en-GB.xpi -> firefox-140.10.2esr-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/es-AR.xpi -> firefox-140.10.2esr-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/es-ES.xpi -> firefox-140.10.2esr-es-ES.xpi ) l10n_et? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/et.xpi -> firefox-140.10.2esr-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/eu.xpi -> firefox-140.10.2esr-eu.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/fi.xpi -> firefox-140.10.2esr-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/fr.xpi -> firefox-140.10.2esr-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/fy-NL.xpi -> firefox-140.10.2esr-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ga-IE.xpi -> firefox-140.10.2esr-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/gd.xpi -> firefox-140.10.2esr-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/gl.xpi -> firefox-140.10.2esr-gl.xpi ) l10n_he? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/he.xpi -> firefox-140.10.2esr-he.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/hr.xpi -> firefox-140.10.2esr-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/hsb.xpi -> firefox-140.10.2esr-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/hu.xpi -> firefox-140.10.2esr-hu.xpi ) l10n_id? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/id.xpi -> firefox-140.10.2esr-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/is.xpi -> firefox-140.10.2esr-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/it.xpi -> firefox-140.10.2esr-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ja.xpi -> firefox-140.10.2esr-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ka.xpi -> firefox-140.10.2esr-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/kab.xpi -> firefox-140.10.2esr-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/kk.xpi -> firefox-140.10.2esr-kk.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ko.xpi -> firefox-140.10.2esr-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/lt.xpi -> firefox-140.10.2esr-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/lv.xpi -> firefox-140.10.2esr-lv.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ms.xpi -> firefox-140.10.2esr-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/nb-NO.xpi -> firefox-140.10.2esr-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/nl.xpi -> firefox-140.10.2esr-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/nn-NO.xpi -> firefox-140.10.2esr-nn-NO.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/pa-IN.xpi -> firefox-140.10.2esr-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/pl.xpi -> firefox-140.10.2esr-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/pt-BR.xpi -> firefox-140.10.2esr-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/pt-PT.xpi -> firefox-140.10.2esr-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/rm.xpi -> firefox-140.10.2esr-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ro.xpi -> firefox-140.10.2esr-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ru.xpi -> firefox-140.10.2esr-ru.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/sk.xpi -> firefox-140.10.2esr-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/sl.xpi -> firefox-140.10.2esr-sl.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/sq.xpi -> firefox-140.10.2esr-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/sr.xpi -> firefox-140.10.2esr-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/sv-SE.xpi -> firefox-140.10.2esr-sv-SE.xpi ) l10n_th? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/th.xpi -> firefox-140.10.2esr-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/tr.xpi -> firefox-140.10.2esr-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/uk.xpi -> firefox-140.10.2esr-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/uz.xpi -> firefox-140.10.2esr-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/vi.xpi -> firefox-140.10.2esr-vi.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/zh-CN.xpi -> firefox-140.10.2esr-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/zh-TW.xpi -> firefox-140.10.2esr-zh-TW.xpi ) l10n_ach? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ach.xpi -> firefox-140.10.2esr-ach.xpi ) l10n_an? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/an.xpi -> firefox-140.10.2esr-an.xpi ) l10n_az? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/az.xpi -> firefox-140.10.2esr-az.xpi ) l10n_bn? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/bn.xpi -> firefox-140.10.2esr-bn.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/bs.xpi -> firefox-140.10.2esr-bs.xpi ) l10n_ca-valencia? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ca-valencia.xpi -> firefox-140.10.2esr-ca-valencia.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/eo.xpi -> firefox-140.10.2esr-eo.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/es-CL.xpi -> firefox-140.10.2esr-es-CL.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/es-MX.xpi -> firefox-140.10.2esr-es-MX.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/fa.xpi -> firefox-140.10.2esr-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ff.xpi -> firefox-140.10.2esr-ff.xpi ) l10n_fur? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/fur.xpi -> firefox-140.10.2esr-fur.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/gn.xpi -> firefox-140.10.2esr-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/gu-IN.xpi -> firefox-140.10.2esr-gu-IN.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/hi-IN.xpi -> firefox-140.10.2esr-hi-IN.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/hy-AM.xpi -> firefox-140.10.2esr-hy-AM.xpi ) l10n_ia? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ia.xpi -> firefox-140.10.2esr-ia.xpi ) l10n_km? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/km.xpi -> firefox-140.10.2esr-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/kn.xpi -> firefox-140.10.2esr-kn.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/lij.xpi -> firefox-140.10.2esr-lij.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/mk.xpi -> firefox-140.10.2esr-mk.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/mr.xpi -> firefox-140.10.2esr-mr.xpi ) l10n_my? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/my.xpi -> firefox-140.10.2esr-my.xpi ) l10n_ne? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ne-NP.xpi -> firefox-140.10.2esr-ne-NP.xpi ) l10n_oc? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/oc.xpi -> firefox-140.10.2esr-oc.xpi ) l10n_sc? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/sc.xpi -> firefox-140.10.2esr-sc.xpi ) l10n_sco? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/sco.xpi -> firefox-140.10.2esr-sco.xpi ) l10n_si? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/si.xpi -> firefox-140.10.2esr-si.xpi ) l10n_skr? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/skr.xpi -> firefox-140.10.2esr-skr.xpi ) l10n_son? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/son.xpi -> firefox-140.10.2esr-son.xpi ) l10n_szl? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/szl.xpi -> firefox-140.10.2esr-szl.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ta.xpi -> firefox-140.10.2esr-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/te.xpi -> firefox-140.10.2esr-te.xpi ) l10n_tl? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/tl.xpi -> firefox-140.10.2esr-tl.xpi ) l10n_trs? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/trs.xpi -> firefox-140.10.2esr-trs.xpi ) l10n_ur? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ur.xpi -> firefox-140.10.2esr-ur.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/xh.xpi -> firefox-140.10.2esr-xh.xpi ) +_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c desktop 26d57169ca094c04be416993844ec8bc eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 linux-info efd923656513c879204fec6638eadee5 llvm-r1 77771a412c60b32ce3205d377edd7b83 llvm-utils e7edb4086e31c8537574b263d899f826 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 readme.gentoo-r1 9ca94b2d607e7454ca6cfb44ab8ce327 rust c5ae4c9b5eca97bd7fc77fede663873f toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=f601e095451d16604ee22bdce19ac8d0 diff --git a/metadata/md5-cache/www-client/firefox-150.0.2 b/metadata/md5-cache/www-client/firefox-150.0.2 new file mode 100644 index 000000000000..64ae344ce0df --- /dev/null +++ b/metadata/md5-cache/www-client/firefox-150.0.2 @@ -0,0 +1,18 @@ +BDEPEND=|| ( dev-lang/python:3.14[ncurses,sqlite,ssl] dev-lang/python:3.13[ncurses,sqlite,ssl] dev-lang/python:3.12[ncurses,sqlite,ssl] dev-lang/python:3.11[ncurses,sqlite,ssl] dev-lang/python:3.10[ncurses,sqlite,ssl] ) llvm_slot_21? ( llvm-core/clang:21 llvm-core/llvm:21 clang? ( llvm-core/lld:21 pgo? ( llvm-runtimes/compiler-rt-sanitizers:21[profile] ) ) wasm-sandbox? ( llvm-core/lld:21 ) ) llvm_slot_22? ( llvm-core/clang:22 llvm-core/llvm:22 clang? ( llvm-core/lld:22 pgo? ( llvm-runtimes/compiler-rt-sanitizers:22[profile] ) ) wasm-sandbox? ( llvm-core/lld:22 ) ) app-alternatives/awk app-arch/unzip app-arch/zip >=dev-util/cbindgen-0.29.1 net-libs/nodejs virtual/pkgconfig amd64? ( >=dev-lang/nasm-2.14 ) x86? ( >=dev-lang/nasm-2.14 ) pgo? ( X? ( sys-devel/gettext x11-base/xorg-server[xvfb] x11-apps/xhost ) !X? ( gui-wm/tinywl x11-misc/xkeyboard-config ) ) llvm_slot_21? ( || ( dev-lang/rust-bin:1.94.1[llvm_slot_21] dev-lang/rust:1.94.1[llvm_slot_21] dev-lang/rust-bin:1.94.0[llvm_slot_21] dev-lang/rust:1.94.0[llvm_slot_21] dev-lang/rust-bin:1.93.1[llvm_slot_21] dev-lang/rust:1.93.1[llvm_slot_21] dev-lang/rust-bin:1.93.0[llvm_slot_21] dev-lang/rust:1.93.0[llvm_slot_21] dev-lang/rust-bin:1.92.0[llvm_slot_21] dev-lang/rust:1.92.0[llvm_slot_21] dev-lang/rust-bin:1.91.0[llvm_slot_21] dev-lang/rust:1.91.0[llvm_slot_21] ) ) llvm_slot_22? ( || ( dev-lang/rust-bin:9999[llvm_slot_22] dev-lang/rust:9999[llvm_slot_22] dev-lang/rust-bin:1.95.0[llvm_slot_22] dev-lang/rust:1.95.0[llvm_slot_22] ) ) +DEFINED_PHASES=compile configure install postinst postrm preinst prepare pretend setup test unpack +DEPEND=!www-client/firefox:0 selinux? ( sec-policy/selinux-mozilla ) >=app-accessibility/at-spi2-core-2.46.0:2 dev-libs/glib:2 dev-libs/libffi:= >=dev-libs/nss-3.123.1 >=dev-libs/nspr-4.38 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-libs/mesa media-video/ffmpeg virtual/zlib:= virtual/freedesktop-icon-theme x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/libdrm x11-libs/pango x11-libs/pixman dbus? ( sys-apps/dbus ) jack? ( virtual/jack ) pulseaudio? ( || ( media-libs/libpulse >=media-sound/apulse-0.1.12-r4[sdk] ) ) libproxy? ( net-libs/libproxy ) selinux? ( sec-policy/selinux-mozilla ) sndio? ( >=media-sound/sndio-1.8.0-r1 ) system-av1? ( >=media-libs/dav1d-1.0.0:= >=media-libs/libaom-3.10.0:= ) system-harfbuzz? ( >=media-libs/harfbuzz-2.8.1:0= !wasm-sandbox? ( >=media-gfx/graphite2-1.3.13 ) ) system-icu? ( >=dev-libs/icu-78.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1:= ) system-libevent? ( >=dev-libs/libevent-2.1.12:0=[threads(+)] ) system-libvpx? ( >=media-libs/libvpx-1.8.2:0=[postproc] ) system-pipewire? ( >=media-video/pipewire-1.4.7-r2:= ) system-png? ( >=media-libs/libpng-1.6.45:0=[apng] ) system-webp? ( >=media-libs/libwebp-1.1.0:0= ) valgrind? ( dev-debug/valgrind ) wayland? ( >=media-libs/libepoxy-1.5.10-r1 x11-libs/gtk+:3[wayland] ) wifi? ( kernel_linux? ( || ( net-misc/networkmanager net-misc/connman[networkmanager] ) sys-apps/dbus ) ) X? ( virtual/opengl x11-libs/cairo[X] x11-libs/gtk+:3[X] x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/libxcb:= ) X? ( x11-base/xorg-proto x11-libs/libICE x11-libs/libSM ) +DESCRIPTION=Firefox Web Browser +EAPI=8 +HOMEPAGE=https://www.firefox.com +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=check-reqs desktop flag-o-matic gnome2-utils linux-info llvm-r1 multiprocessing optfeature pax-utils python-any-r1 readme.gentoo-r1 rust toolchain-funcs virtualx xdg +IUSE=+clang dbus debug eme-free hardened hwaccel jack libproxy pgo pulseaudio selinux sndio +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-libvpx system-pipewire system-png +system-webp test valgrind wayland wifi +X +gmp-autoupdate gnome-shell jpegxl +jumbo-build openh264 +telemetry wasm-sandbox +llvm_slot_21 llvm_slot_22 +KEYWORDS=~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86 +LICENSE=MPL-2.0 GPL-2 LGPL-2.1 +RDEPEND=!www-client/firefox:0 selinux? ( sec-policy/selinux-mozilla ) >=app-accessibility/at-spi2-core-2.46.0:2 dev-libs/glib:2 dev-libs/libffi:= >=dev-libs/nss-3.123.1 >=dev-libs/nspr-4.38 media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-libs/mesa media-video/ffmpeg virtual/zlib:= virtual/freedesktop-icon-theme x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/libdrm x11-libs/pango x11-libs/pixman dbus? ( sys-apps/dbus ) jack? ( virtual/jack ) pulseaudio? ( || ( media-libs/libpulse >=media-sound/apulse-0.1.12-r4[sdk] ) ) libproxy? ( net-libs/libproxy ) selinux? ( sec-policy/selinux-mozilla ) sndio? ( >=media-sound/sndio-1.8.0-r1 ) system-av1? ( >=media-libs/dav1d-1.0.0:= >=media-libs/libaom-3.10.0:= ) system-harfbuzz? ( >=media-libs/harfbuzz-2.8.1:0= !wasm-sandbox? ( >=media-gfx/graphite2-1.3.13 ) ) system-icu? ( >=dev-libs/icu-78.1:= ) system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1:= ) system-libevent? ( >=dev-libs/libevent-2.1.12:0=[threads(+)] ) system-libvpx? ( >=media-libs/libvpx-1.8.2:0=[postproc] ) system-pipewire? ( >=media-video/pipewire-1.4.7-r2:= ) system-png? ( >=media-libs/libpng-1.6.45:0=[apng] ) system-webp? ( >=media-libs/libwebp-1.1.0:0= ) valgrind? ( dev-debug/valgrind ) wayland? ( >=media-libs/libepoxy-1.5.10-r1 x11-libs/gtk+:3[wayland] ) wifi? ( kernel_linux? ( || ( net-misc/networkmanager net-misc/connman[networkmanager] ) sys-apps/dbus ) ) X? ( virtual/opengl x11-libs/cairo[X] x11-libs/gtk+:3[X] x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXrandr x11-libs/libxcb:= ) hwaccel? ( media-video/libva-utils sys-apps/pciutils ) jack? ( virtual/jack ) openh264? ( media-libs/openh264:*[plugin] ) !www-client/firefox:esr ~www-client/firefox-l10n-150.0.2 +REQUIRED_USE=|| ( X wayland ) debug? ( !system-av1 ) pgo? ( jumbo-build ) wayland? ( dbus ) wifi? ( dbus ) ^^ ( llvm_slot_21 llvm_slot_22 ) +RESTRICT=!test? ( test ) +SLOT=rapid +SRC_URI=https://archive.mozilla.org/pub/firefox/releases/150.0.2/source/firefox-150.0.2.source.tar.xz -> firefox-150.0.2.source.tar.xz https://dev.gentoo.org/~juippis/mozilla/patchsets/firefox-150-patches-02.tar.xz wasm-sandbox? ( amd64? ( https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-32/wasi-sdk-32.0-x86_64-linux.tar.gz ) arm64? ( https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-32/wasi-sdk-32.0-arm64-linux.tar.gz ) ) +_eclasses_=check-reqs 12ab9d3fc16bfe1f87c6fb652324b57c desktop 26d57169ca094c04be416993844ec8bc eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd flag-o-matic fd3558f73f6503093adee69adf41020d gnome2-utils a8cf148ec7f5ae0b1f1d33ae5f7f9e88 linux-info efd923656513c879204fec6638eadee5 llvm-r1 77771a412c60b32ce3205d377edd7b83 llvm-utils e7edb4086e31c8537574b263d899f826 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe python-any-r1 891415dfe39ad9b41b461f2b86354af0 python-utils-r1 5e598a2f2670ef9a4b2be470c0718b82 readme.gentoo-r1 9ca94b2d607e7454ca6cfb44ab8ce327 rust c5ae4c9b5eca97bd7fc77fede663873f toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 virtualx 9741d451eb64ea8bb9faee90d68a9b68 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=f8b3fda1760bdae5ab8243fe7cc7ed75 diff --git a/metadata/md5-cache/www-client/firefox-bin-140.10.2 b/metadata/md5-cache/www-client/firefox-bin-140.10.2 new file mode 100644 index 000000000000..9895a68d10ce --- /dev/null +++ b/metadata/md5-cache/www-client/firefox-bin-140.10.2 @@ -0,0 +1,16 @@ +BDEPEND=app-arch/unzip +DEFINED_PHASES=install postinst postrm preinst setup unpack +DESCRIPTION=Firefox Web Browser +EAPI=8 +HOMEPAGE=https://www.firefox.com https://www.firefox.com/enterprise/ +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=desktop linux-info optfeature pax-utils xdg +IUSE=+gmp-autoupdate selinux wayland l10n_ach l10n_af l10n_an l10n_ar l10n_ast l10n_az l10n_be l10n_bg l10n_bn l10n_br l10n_bs l10n_ca-valencia l10n_ca l10n_cak l10n_cs l10n_cy l10n_da l10n_de l10n_dsb l10n_el l10n_en-CA l10n_en-GB l10n_eo l10n_es-AR l10n_es-CL l10n_es-ES l10n_es-MX l10n_et l10n_eu l10n_fa l10n_ff l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_gn l10n_gu l10n_he l10n_hi l10n_hr l10n_hsb l10n_hu l10n_hy l10n_ia l10n_id l10n_is l10n_it l10n_ja l10n_ka l10n_kab l10n_kk l10n_km l10n_kn l10n_ko l10n_lij l10n_lt l10n_lv l10n_mk l10n_mr l10n_ms l10n_my l10n_nb l10n_ne l10n_nl l10n_nn l10n_oc l10n_pa l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_sco l10n_si l10n_sk l10n_skr l10n_sl l10n_son l10n_sq l10n_sr l10n_sv l10n_ta l10n_te l10n_th l10n_tl l10n_tr l10n_trs l10n_uk l10n_ur l10n_uz l10n_vi l10n_xh l10n_zh-CN l10n_zh-TW +KEYWORDS=-* amd64 arm64 ~x86 +LICENSE=MPL-2.0 GPL-2 LGPL-2.1 +RDEPEND=!www-client/firefox-bin:0 || ( media-libs/libpulse media-sound/apulse ) >=app-accessibility/at-spi2-core-2.46.0:2 >=dev-libs/glib-2.26:2 media-libs/alsa-lib media-libs/fontconfig >=media-libs/freetype-2.4.10 media-video/ffmpeg sys-apps/dbus virtual/freedesktop-icon-theme >=x11-libs/cairo-1.10[X] x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-3.11:3[X,wayland?] x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libxcb >=x11-libs/pango-1.22.0 selinux? ( sec-policy/selinux-mozilla ) !www-client/firefox-bin:rapid +RESTRICT=strip +SLOT=esr +SRC_URI=amd64? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/en-US/firefox-140.10.2esr.tar.xz -> firefox-bin_x86_64-140.10.2.tar.xz ) arm64? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-aarch64/en-US/firefox-140.10.2esr.tar.xz -> firefox-bin_aarch64-140.10.2.tar.xz ) x86? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-i686/en-US/firefox-140.10.2esr.tar.xz -> firefox-bin_i686-140.10.2.tar.xz ) l10n_ach? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ach.xpi -> firefox-140.10.2esr-ach.xpi ) l10n_af? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/af.xpi -> firefox-140.10.2esr-af.xpi ) l10n_an? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/an.xpi -> firefox-140.10.2esr-an.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ar.xpi -> firefox-140.10.2esr-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ast.xpi -> firefox-140.10.2esr-ast.xpi ) l10n_az? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/az.xpi -> firefox-140.10.2esr-az.xpi ) l10n_be? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/be.xpi -> firefox-140.10.2esr-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/bg.xpi -> firefox-140.10.2esr-bg.xpi ) l10n_bn? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/bn.xpi -> firefox-140.10.2esr-bn.xpi ) l10n_br? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/br.xpi -> firefox-140.10.2esr-br.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/bs.xpi -> firefox-140.10.2esr-bs.xpi ) l10n_ca-valencia? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ca-valencia.xpi -> firefox-140.10.2esr-ca-valencia.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ca.xpi -> firefox-140.10.2esr-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/cak.xpi -> firefox-140.10.2esr-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/cs.xpi -> firefox-140.10.2esr-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/cy.xpi -> firefox-140.10.2esr-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/da.xpi -> firefox-140.10.2esr-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/de.xpi -> firefox-140.10.2esr-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/dsb.xpi -> firefox-140.10.2esr-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/el.xpi -> firefox-140.10.2esr-el.xpi ) l10n_en-CA? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/en-CA.xpi -> firefox-140.10.2esr-en-CA.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/en-GB.xpi -> firefox-140.10.2esr-en-GB.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/eo.xpi -> firefox-140.10.2esr-eo.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/es-AR.xpi -> firefox-140.10.2esr-es-AR.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/es-CL.xpi -> firefox-140.10.2esr-es-CL.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/es-ES.xpi -> firefox-140.10.2esr-es-ES.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/es-MX.xpi -> firefox-140.10.2esr-es-MX.xpi ) l10n_et? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/et.xpi -> firefox-140.10.2esr-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/eu.xpi -> firefox-140.10.2esr-eu.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/fa.xpi -> firefox-140.10.2esr-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ff.xpi -> firefox-140.10.2esr-ff.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/fi.xpi -> firefox-140.10.2esr-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/fr.xpi -> firefox-140.10.2esr-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/fy-NL.xpi -> firefox-140.10.2esr-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ga-IE.xpi -> firefox-140.10.2esr-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/gd.xpi -> firefox-140.10.2esr-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/gl.xpi -> firefox-140.10.2esr-gl.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/gn.xpi -> firefox-140.10.2esr-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/gu-IN.xpi -> firefox-140.10.2esr-gu-IN.xpi ) l10n_he? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/he.xpi -> firefox-140.10.2esr-he.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/hi-IN.xpi -> firefox-140.10.2esr-hi-IN.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/hr.xpi -> firefox-140.10.2esr-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/hsb.xpi -> firefox-140.10.2esr-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/hu.xpi -> firefox-140.10.2esr-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/hy-AM.xpi -> firefox-140.10.2esr-hy-AM.xpi ) l10n_ia? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ia.xpi -> firefox-140.10.2esr-ia.xpi ) l10n_id? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/id.xpi -> firefox-140.10.2esr-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/is.xpi -> firefox-140.10.2esr-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/it.xpi -> firefox-140.10.2esr-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ja.xpi -> firefox-140.10.2esr-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ka.xpi -> firefox-140.10.2esr-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/kab.xpi -> firefox-140.10.2esr-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/kk.xpi -> firefox-140.10.2esr-kk.xpi ) l10n_km? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/km.xpi -> firefox-140.10.2esr-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/kn.xpi -> firefox-140.10.2esr-kn.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ko.xpi -> firefox-140.10.2esr-ko.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/lij.xpi -> firefox-140.10.2esr-lij.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/lt.xpi -> firefox-140.10.2esr-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/lv.xpi -> firefox-140.10.2esr-lv.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/mk.xpi -> firefox-140.10.2esr-mk.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/mr.xpi -> firefox-140.10.2esr-mr.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ms.xpi -> firefox-140.10.2esr-ms.xpi ) l10n_my? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/my.xpi -> firefox-140.10.2esr-my.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/nb-NO.xpi -> firefox-140.10.2esr-nb-NO.xpi ) l10n_ne? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ne-NP.xpi -> firefox-140.10.2esr-ne-NP.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/nl.xpi -> firefox-140.10.2esr-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/nn-NO.xpi -> firefox-140.10.2esr-nn-NO.xpi ) l10n_oc? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/oc.xpi -> firefox-140.10.2esr-oc.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/pa-IN.xpi -> firefox-140.10.2esr-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/pl.xpi -> firefox-140.10.2esr-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/pt-BR.xpi -> firefox-140.10.2esr-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/pt-PT.xpi -> firefox-140.10.2esr-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/rm.xpi -> firefox-140.10.2esr-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ro.xpi -> firefox-140.10.2esr-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ru.xpi -> firefox-140.10.2esr-ru.xpi ) l10n_sco? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/sco.xpi -> firefox-140.10.2esr-sco.xpi ) l10n_si? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/si.xpi -> firefox-140.10.2esr-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/sk.xpi -> firefox-140.10.2esr-sk.xpi ) l10n_skr? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/skr.xpi -> firefox-140.10.2esr-skr.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/sl.xpi -> firefox-140.10.2esr-sl.xpi ) l10n_son? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/son.xpi -> firefox-140.10.2esr-son.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/sq.xpi -> firefox-140.10.2esr-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/sr.xpi -> firefox-140.10.2esr-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/sv-SE.xpi -> firefox-140.10.2esr-sv-SE.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ta.xpi -> firefox-140.10.2esr-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/te.xpi -> firefox-140.10.2esr-te.xpi ) l10n_th? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/th.xpi -> firefox-140.10.2esr-th.xpi ) l10n_tl? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/tl.xpi -> firefox-140.10.2esr-tl.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/tr.xpi -> firefox-140.10.2esr-tr.xpi ) l10n_trs? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/trs.xpi -> firefox-140.10.2esr-trs.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/uk.xpi -> firefox-140.10.2esr-uk.xpi ) l10n_ur? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/ur.xpi -> firefox-140.10.2esr-ur.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/uz.xpi -> firefox-140.10.2esr-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/vi.xpi -> firefox-140.10.2esr-vi.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/xh.xpi -> firefox-140.10.2esr-xh.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/zh-CN.xpi -> firefox-140.10.2esr-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/firefox/releases/140.10.2esr/linux-x86_64/xpi/zh-TW.xpi -> firefox-140.10.2esr-zh-TW.xpi ) +_eclasses_=desktop 26d57169ca094c04be416993844ec8bc linux-info efd923656513c879204fec6638eadee5 optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=21f5000fff6c7a473af6fd54341d3a41 diff --git a/metadata/md5-cache/www-client/firefox-bin-150.0.2 b/metadata/md5-cache/www-client/firefox-bin-150.0.2 new file mode 100644 index 000000000000..54ebdd669796 --- /dev/null +++ b/metadata/md5-cache/www-client/firefox-bin-150.0.2 @@ -0,0 +1,16 @@ +BDEPEND=app-arch/unzip +DEFINED_PHASES=install postinst postrm preinst setup unpack +DESCRIPTION=Firefox Web Browser +EAPI=8 +HOMEPAGE=https://www.firefox.com +IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info +INHERIT=desktop linux-info optfeature pax-utils xdg +IUSE=+gmp-autoupdate selinux wayland l10n_ach l10n_af l10n_an l10n_ar l10n_ast l10n_az l10n_be l10n_bg l10n_bn l10n_br l10n_bs l10n_ca-valencia l10n_ca l10n_cak l10n_cs l10n_cy l10n_da l10n_de l10n_dsb l10n_el l10n_en-CA l10n_en-GB l10n_eo l10n_es-AR l10n_es-CL l10n_es-ES l10n_es-MX l10n_et l10n_eu l10n_fa l10n_ff l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_gn l10n_gu l10n_he l10n_hi l10n_hr l10n_hsb l10n_hu l10n_hy l10n_ia l10n_id l10n_is l10n_it l10n_ja l10n_ka l10n_kab l10n_kk l10n_km l10n_kn l10n_ko l10n_lij l10n_lt l10n_lv l10n_mk l10n_mr l10n_ms l10n_my l10n_nb l10n_ne l10n_nl l10n_nn l10n_oc l10n_pa l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_sco l10n_si l10n_sk l10n_skr l10n_sl l10n_son l10n_sq l10n_sr l10n_sv l10n_ta l10n_te l10n_th l10n_tl l10n_tr l10n_trs l10n_uk l10n_ur l10n_uz l10n_vi l10n_xh l10n_zh-CN l10n_zh-TW +KEYWORDS=-* amd64 ~arm64 +LICENSE=MPL-2.0 GPL-2 LGPL-2.1 +RDEPEND=!www-client/firefox-bin:0 || ( media-libs/libpulse media-sound/apulse ) >=app-accessibility/at-spi2-core-2.46.0:2 >=dev-libs/glib-2.26:2 media-libs/alsa-lib media-libs/fontconfig >=media-libs/freetype-2.4.10 media-video/ffmpeg sys-apps/dbus virtual/freedesktop-icon-theme >=x11-libs/cairo-1.10[X] x11-libs/gdk-pixbuf:2 >=x11-libs/gtk+-3.11:3[X,wayland?] x11-libs/libX11 x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libxcb >=x11-libs/pango-1.22.0 selinux? ( sec-policy/selinux-mozilla ) !www-client/firefox-bin:esr +RESTRICT=strip +SLOT=rapid +SRC_URI=amd64? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/en-US/firefox-150.0.2.tar.xz -> firefox-bin_x86_64-150.0.2.tar.xz ) arm64? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-aarch64/en-US/firefox-150.0.2.tar.xz -> firefox-bin_aarch64-150.0.2.tar.xz ) l10n_ach? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ach.xpi -> firefox-150.0.2-ach.xpi ) l10n_af? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/af.xpi -> firefox-150.0.2-af.xpi ) l10n_an? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/an.xpi -> firefox-150.0.2-an.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ar.xpi -> firefox-150.0.2-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ast.xpi -> firefox-150.0.2-ast.xpi ) l10n_az? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/az.xpi -> firefox-150.0.2-az.xpi ) l10n_be? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/be.xpi -> firefox-150.0.2-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/bg.xpi -> firefox-150.0.2-bg.xpi ) l10n_bn? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/bn.xpi -> firefox-150.0.2-bn.xpi ) l10n_br? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/br.xpi -> firefox-150.0.2-br.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/bs.xpi -> firefox-150.0.2-bs.xpi ) l10n_ca-valencia? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ca-valencia.xpi -> firefox-150.0.2-ca-valencia.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ca.xpi -> firefox-150.0.2-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/cak.xpi -> firefox-150.0.2-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/cs.xpi -> firefox-150.0.2-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/cy.xpi -> firefox-150.0.2-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/da.xpi -> firefox-150.0.2-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/de.xpi -> firefox-150.0.2-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/dsb.xpi -> firefox-150.0.2-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/el.xpi -> firefox-150.0.2-el.xpi ) l10n_en-CA? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/en-CA.xpi -> firefox-150.0.2-en-CA.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/en-GB.xpi -> firefox-150.0.2-en-GB.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/eo.xpi -> firefox-150.0.2-eo.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/es-AR.xpi -> firefox-150.0.2-es-AR.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/es-CL.xpi -> firefox-150.0.2-es-CL.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/es-ES.xpi -> firefox-150.0.2-es-ES.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/es-MX.xpi -> firefox-150.0.2-es-MX.xpi ) l10n_et? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/et.xpi -> firefox-150.0.2-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/eu.xpi -> firefox-150.0.2-eu.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/fa.xpi -> firefox-150.0.2-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ff.xpi -> firefox-150.0.2-ff.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/fi.xpi -> firefox-150.0.2-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/fr.xpi -> firefox-150.0.2-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/fy-NL.xpi -> firefox-150.0.2-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ga-IE.xpi -> firefox-150.0.2-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/gd.xpi -> firefox-150.0.2-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/gl.xpi -> firefox-150.0.2-gl.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/gn.xpi -> firefox-150.0.2-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/gu-IN.xpi -> firefox-150.0.2-gu-IN.xpi ) l10n_he? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/he.xpi -> firefox-150.0.2-he.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/hi-IN.xpi -> firefox-150.0.2-hi-IN.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/hr.xpi -> firefox-150.0.2-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/hsb.xpi -> firefox-150.0.2-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/hu.xpi -> firefox-150.0.2-hu.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/hy-AM.xpi -> firefox-150.0.2-hy-AM.xpi ) l10n_ia? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ia.xpi -> firefox-150.0.2-ia.xpi ) l10n_id? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/id.xpi -> firefox-150.0.2-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/is.xpi -> firefox-150.0.2-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/it.xpi -> firefox-150.0.2-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ja.xpi -> firefox-150.0.2-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ka.xpi -> firefox-150.0.2-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/kab.xpi -> firefox-150.0.2-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/kk.xpi -> firefox-150.0.2-kk.xpi ) l10n_km? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/km.xpi -> firefox-150.0.2-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/kn.xpi -> firefox-150.0.2-kn.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ko.xpi -> firefox-150.0.2-ko.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/lij.xpi -> firefox-150.0.2-lij.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/lt.xpi -> firefox-150.0.2-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/lv.xpi -> firefox-150.0.2-lv.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/mk.xpi -> firefox-150.0.2-mk.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/mr.xpi -> firefox-150.0.2-mr.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ms.xpi -> firefox-150.0.2-ms.xpi ) l10n_my? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/my.xpi -> firefox-150.0.2-my.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/nb-NO.xpi -> firefox-150.0.2-nb-NO.xpi ) l10n_ne? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ne-NP.xpi -> firefox-150.0.2-ne-NP.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/nl.xpi -> firefox-150.0.2-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/nn-NO.xpi -> firefox-150.0.2-nn-NO.xpi ) l10n_oc? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/oc.xpi -> firefox-150.0.2-oc.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/pa-IN.xpi -> firefox-150.0.2-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/pl.xpi -> firefox-150.0.2-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/pt-BR.xpi -> firefox-150.0.2-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/pt-PT.xpi -> firefox-150.0.2-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/rm.xpi -> firefox-150.0.2-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ro.xpi -> firefox-150.0.2-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ru.xpi -> firefox-150.0.2-ru.xpi ) l10n_sco? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/sco.xpi -> firefox-150.0.2-sco.xpi ) l10n_si? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/si.xpi -> firefox-150.0.2-si.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/sk.xpi -> firefox-150.0.2-sk.xpi ) l10n_skr? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/skr.xpi -> firefox-150.0.2-skr.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/sl.xpi -> firefox-150.0.2-sl.xpi ) l10n_son? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/son.xpi -> firefox-150.0.2-son.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/sq.xpi -> firefox-150.0.2-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/sr.xpi -> firefox-150.0.2-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/sv-SE.xpi -> firefox-150.0.2-sv-SE.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ta.xpi -> firefox-150.0.2-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/te.xpi -> firefox-150.0.2-te.xpi ) l10n_th? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/th.xpi -> firefox-150.0.2-th.xpi ) l10n_tl? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/tl.xpi -> firefox-150.0.2-tl.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/tr.xpi -> firefox-150.0.2-tr.xpi ) l10n_trs? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/trs.xpi -> firefox-150.0.2-trs.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/uk.xpi -> firefox-150.0.2-uk.xpi ) l10n_ur? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ur.xpi -> firefox-150.0.2-ur.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/uz.xpi -> firefox-150.0.2-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/vi.xpi -> firefox-150.0.2-vi.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/xh.xpi -> firefox-150.0.2-xh.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/zh-CN.xpi -> firefox-150.0.2-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/zh-TW.xpi -> firefox-150.0.2-zh-TW.xpi ) +_eclasses_=desktop 26d57169ca094c04be416993844ec8bc linux-info efd923656513c879204fec6638eadee5 optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 +_md5_=dbf66cf0bd932db5646d21f88a25653a diff --git a/metadata/md5-cache/www-client/firefox-l10n-150.0.2 b/metadata/md5-cache/www-client/firefox-l10n-150.0.2 new file mode 100644 index 000000000000..649f5a40159a --- /dev/null +++ b/metadata/md5-cache/www-client/firefox-l10n-150.0.2 @@ -0,0 +1,12 @@ +BDEPEND=app-arch/unzip +DEFINED_PHASES=install unpack +DESCRIPTION=Firefox Web Browser's translation files +EAPI=8 +HOMEPAGE=https://www.firefox.com +IUSE=l10n_af l10n_ar l10n_ast l10n_be l10n_bg l10n_br l10n_ca l10n_cak l10n_cs l10n_cy l10n_da l10n_de l10n_dsb l10n_el l10n_en-CA l10n_en-GB l10n_es-AR l10n_es-ES l10n_et l10n_eu l10n_fi l10n_fr l10n_fy l10n_ga l10n_gd l10n_gl l10n_he l10n_hr l10n_hsb l10n_hu l10n_id l10n_is l10n_it l10n_ja l10n_ka l10n_kab l10n_kk l10n_ko l10n_lt l10n_lv l10n_ms l10n_nb l10n_nl l10n_nn l10n_pa l10n_pl l10n_pt-BR l10n_pt-PT l10n_rm l10n_ro l10n_ru l10n_sk l10n_sl l10n_sq l10n_sr l10n_sv l10n_th l10n_tr l10n_uk l10n_uz l10n_vi l10n_zh-CN l10n_zh-TW l10n_ach l10n_an l10n_az l10n_bn l10n_bs l10n_ca-valencia l10n_eo l10n_es-CL l10n_es-MX l10n_fa l10n_ff l10n_fur l10n_gn l10n_gu l10n_hi l10n_hy l10n_ia l10n_km l10n_kn l10n_lij l10n_mk l10n_mr l10n_my l10n_ne l10n_oc l10n_sc l10n_sco l10n_si l10n_skr l10n_son l10n_szl l10n_ta l10n_te l10n_tl l10n_trs l10n_ur l10n_xh +KEYWORDS=~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86 +LICENSE=MPL-2.0 +RDEPEND=!<www-client/firefox-149.0 +SLOT=0 +SRC_URI=l10n_af? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/af.xpi -> firefox-150.0.2-af.xpi ) l10n_ar? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ar.xpi -> firefox-150.0.2-ar.xpi ) l10n_ast? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ast.xpi -> firefox-150.0.2-ast.xpi ) l10n_be? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/be.xpi -> firefox-150.0.2-be.xpi ) l10n_bg? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/bg.xpi -> firefox-150.0.2-bg.xpi ) l10n_br? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/br.xpi -> firefox-150.0.2-br.xpi ) l10n_ca? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ca.xpi -> firefox-150.0.2-ca.xpi ) l10n_cak? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/cak.xpi -> firefox-150.0.2-cak.xpi ) l10n_cs? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/cs.xpi -> firefox-150.0.2-cs.xpi ) l10n_cy? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/cy.xpi -> firefox-150.0.2-cy.xpi ) l10n_da? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/da.xpi -> firefox-150.0.2-da.xpi ) l10n_de? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/de.xpi -> firefox-150.0.2-de.xpi ) l10n_dsb? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/dsb.xpi -> firefox-150.0.2-dsb.xpi ) l10n_el? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/el.xpi -> firefox-150.0.2-el.xpi ) l10n_en-CA? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/en-CA.xpi -> firefox-150.0.2-en-CA.xpi ) l10n_en-GB? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/en-GB.xpi -> firefox-150.0.2-en-GB.xpi ) l10n_es-AR? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/es-AR.xpi -> firefox-150.0.2-es-AR.xpi ) l10n_es-ES? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/es-ES.xpi -> firefox-150.0.2-es-ES.xpi ) l10n_et? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/et.xpi -> firefox-150.0.2-et.xpi ) l10n_eu? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/eu.xpi -> firefox-150.0.2-eu.xpi ) l10n_fi? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/fi.xpi -> firefox-150.0.2-fi.xpi ) l10n_fr? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/fr.xpi -> firefox-150.0.2-fr.xpi ) l10n_fy? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/fy-NL.xpi -> firefox-150.0.2-fy-NL.xpi ) l10n_ga? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ga-IE.xpi -> firefox-150.0.2-ga-IE.xpi ) l10n_gd? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/gd.xpi -> firefox-150.0.2-gd.xpi ) l10n_gl? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/gl.xpi -> firefox-150.0.2-gl.xpi ) l10n_he? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/he.xpi -> firefox-150.0.2-he.xpi ) l10n_hr? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/hr.xpi -> firefox-150.0.2-hr.xpi ) l10n_hsb? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/hsb.xpi -> firefox-150.0.2-hsb.xpi ) l10n_hu? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/hu.xpi -> firefox-150.0.2-hu.xpi ) l10n_id? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/id.xpi -> firefox-150.0.2-id.xpi ) l10n_is? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/is.xpi -> firefox-150.0.2-is.xpi ) l10n_it? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/it.xpi -> firefox-150.0.2-it.xpi ) l10n_ja? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ja.xpi -> firefox-150.0.2-ja.xpi ) l10n_ka? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ka.xpi -> firefox-150.0.2-ka.xpi ) l10n_kab? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/kab.xpi -> firefox-150.0.2-kab.xpi ) l10n_kk? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/kk.xpi -> firefox-150.0.2-kk.xpi ) l10n_ko? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ko.xpi -> firefox-150.0.2-ko.xpi ) l10n_lt? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/lt.xpi -> firefox-150.0.2-lt.xpi ) l10n_lv? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/lv.xpi -> firefox-150.0.2-lv.xpi ) l10n_ms? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ms.xpi -> firefox-150.0.2-ms.xpi ) l10n_nb? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/nb-NO.xpi -> firefox-150.0.2-nb-NO.xpi ) l10n_nl? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/nl.xpi -> firefox-150.0.2-nl.xpi ) l10n_nn? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/nn-NO.xpi -> firefox-150.0.2-nn-NO.xpi ) l10n_pa? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/pa-IN.xpi -> firefox-150.0.2-pa-IN.xpi ) l10n_pl? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/pl.xpi -> firefox-150.0.2-pl.xpi ) l10n_pt-BR? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/pt-BR.xpi -> firefox-150.0.2-pt-BR.xpi ) l10n_pt-PT? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/pt-PT.xpi -> firefox-150.0.2-pt-PT.xpi ) l10n_rm? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/rm.xpi -> firefox-150.0.2-rm.xpi ) l10n_ro? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ro.xpi -> firefox-150.0.2-ro.xpi ) l10n_ru? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ru.xpi -> firefox-150.0.2-ru.xpi ) l10n_sk? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/sk.xpi -> firefox-150.0.2-sk.xpi ) l10n_sl? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/sl.xpi -> firefox-150.0.2-sl.xpi ) l10n_sq? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/sq.xpi -> firefox-150.0.2-sq.xpi ) l10n_sr? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/sr.xpi -> firefox-150.0.2-sr.xpi ) l10n_sv? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/sv-SE.xpi -> firefox-150.0.2-sv-SE.xpi ) l10n_th? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/th.xpi -> firefox-150.0.2-th.xpi ) l10n_tr? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/tr.xpi -> firefox-150.0.2-tr.xpi ) l10n_uk? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/uk.xpi -> firefox-150.0.2-uk.xpi ) l10n_uz? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/uz.xpi -> firefox-150.0.2-uz.xpi ) l10n_vi? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/vi.xpi -> firefox-150.0.2-vi.xpi ) l10n_zh-CN? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/zh-CN.xpi -> firefox-150.0.2-zh-CN.xpi ) l10n_zh-TW? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/zh-TW.xpi -> firefox-150.0.2-zh-TW.xpi ) l10n_ach? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ach.xpi -> firefox-150.0.2-ach.xpi ) l10n_an? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/an.xpi -> firefox-150.0.2-an.xpi ) l10n_az? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/az.xpi -> firefox-150.0.2-az.xpi ) l10n_bn? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/bn.xpi -> firefox-150.0.2-bn.xpi ) l10n_bs? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/bs.xpi -> firefox-150.0.2-bs.xpi ) l10n_ca-valencia? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ca-valencia.xpi -> firefox-150.0.2-ca-valencia.xpi ) l10n_eo? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/eo.xpi -> firefox-150.0.2-eo.xpi ) l10n_es-CL? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/es-CL.xpi -> firefox-150.0.2-es-CL.xpi ) l10n_es-MX? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/es-MX.xpi -> firefox-150.0.2-es-MX.xpi ) l10n_fa? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/fa.xpi -> firefox-150.0.2-fa.xpi ) l10n_ff? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ff.xpi -> firefox-150.0.2-ff.xpi ) l10n_fur? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/fur.xpi -> firefox-150.0.2-fur.xpi ) l10n_gn? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/gn.xpi -> firefox-150.0.2-gn.xpi ) l10n_gu? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/gu-IN.xpi -> firefox-150.0.2-gu-IN.xpi ) l10n_hi? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/hi-IN.xpi -> firefox-150.0.2-hi-IN.xpi ) l10n_hy? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/hy-AM.xpi -> firefox-150.0.2-hy-AM.xpi ) l10n_ia? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ia.xpi -> firefox-150.0.2-ia.xpi ) l10n_km? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/km.xpi -> firefox-150.0.2-km.xpi ) l10n_kn? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/kn.xpi -> firefox-150.0.2-kn.xpi ) l10n_lij? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/lij.xpi -> firefox-150.0.2-lij.xpi ) l10n_mk? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/mk.xpi -> firefox-150.0.2-mk.xpi ) l10n_mr? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/mr.xpi -> firefox-150.0.2-mr.xpi ) l10n_my? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/my.xpi -> firefox-150.0.2-my.xpi ) l10n_ne? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ne-NP.xpi -> firefox-150.0.2-ne-NP.xpi ) l10n_oc? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/oc.xpi -> firefox-150.0.2-oc.xpi ) l10n_sc? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/sc.xpi -> firefox-150.0.2-sc.xpi ) l10n_sco? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/sco.xpi -> firefox-150.0.2-sco.xpi ) l10n_si? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/si.xpi -> firefox-150.0.2-si.xpi ) l10n_skr? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/skr.xpi -> firefox-150.0.2-skr.xpi ) l10n_son? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/son.xpi -> firefox-150.0.2-son.xpi ) l10n_szl? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/szl.xpi -> firefox-150.0.2-szl.xpi ) l10n_ta? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ta.xpi -> firefox-150.0.2-ta.xpi ) l10n_te? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/te.xpi -> firefox-150.0.2-te.xpi ) l10n_tl? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/tl.xpi -> firefox-150.0.2-tl.xpi ) l10n_trs? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/trs.xpi -> firefox-150.0.2-trs.xpi ) l10n_ur? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/ur.xpi -> firefox-150.0.2-ur.xpi ) l10n_xh? ( https://archive.mozilla.org/pub/firefox/releases/150.0.2/linux-x86_64/xpi/xh.xpi -> firefox-150.0.2-xh.xpi ) +_md5_=2dc66f7af7c844df7a23b3b7a9178961 diff --git a/metadata/md5-cache/www-client/mullvad-browser-bin-15.0.11 b/metadata/md5-cache/www-client/mullvad-browser-bin-15.0.12 index 6425e0d01537..698bea44eeb9 100644 --- a/metadata/md5-cache/www-client/mullvad-browser-bin-15.0.11 +++ b/metadata/md5-cache/www-client/mullvad-browser-bin-15.0.12 @@ -10,6 +10,6 @@ KEYWORDS=-* ~amd64 LICENSE=MPL-2.0 RDEPEND=app-accessibility/at-spi2-core app-misc/mime-types dev-libs/dbus-glib dev-libs/glib dev-libs/nspr dev-libs/nss gui-libs/gtk media-libs/alsa-lib media-libs/fontconfig media-libs/freetype media-video/ffmpeg sys-apps/dbus sys-libs/glibc x11-libs/cairo x11-themes/hicolor-icon-theme x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXcursor x11-libs/libXdamage x11-libs/libXfixes x11-libs/libXi x11-libs/libXrandr x11-libs/libXrender x11-libs/libXt x11-libs/libXtst SLOT=0 -SRC_URI=https://github.com/mullvad/mullvad-browser/releases/download/15.0.11/mullvad-browser-linux-x86_64-15.0.11.tar.xz -> mullvad-browser-bin-15.0.11.tar.xz verify-sig? ( https://github.com/mullvad/mullvad-browser/releases/download/15.0.11/mullvad-browser-linux-x86_64-15.0.11.tar.xz.asc -> mullvad-browser-bin-15.0.11.tar.xz.asc ) +SRC_URI=https://github.com/mullvad/mullvad-browser/releases/download/15.0.12/mullvad-browser-linux-x86_64-15.0.12.tar.xz -> mullvad-browser-bin-15.0.12.tar.xz verify-sig? ( https://github.com/mullvad/mullvad-browser/releases/download/15.0.12/mullvad-browser-linux-x86_64-15.0.12.tar.xz.asc -> mullvad-browser-bin-15.0.12.tar.xz.asc ) _eclasses_=desktop 26d57169ca094c04be416993844ec8bc eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd optfeature 538bce96e5589935b57e178e8635f301 verify-sig ece4c893b6bd62eacbc4d25958e857f8 xdg 3ef49a87c52c8b77c476351195dfe575 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 _md5_=424e1fc363d508a58a0cbea931383c71 diff --git a/metadata/md5-cache/x11-misc/ly-1.4.0 b/metadata/md5-cache/x11-misc/ly-1.4.0 new file mode 100644 index 000000000000..7f4fbb308d44 --- /dev/null +++ b/metadata/md5-cache/x11-misc/ly-1.4.0 @@ -0,0 +1,15 @@ +BDEPEND=virtual/pkgconfig || ( dev-lang/zig:0.16 dev-lang/zig-bin:0.16 ) virtual/pkgconfig +DEFINED_PHASES=compile configure install prepare setup test unpack +DEPEND=sys-libs/pam X? ( x11-libs/libxcb ) +DESCRIPTION=Ly - a TUI display manager +EAPI=8 +HOMEPAGE=https://codeberg.org/fairyglade/ly +INHERIT=pam systemd zig +IUSE=X +KEYWORDS=~amd64 +LICENSE=WTFPL-2 +RDEPEND=app-misc/brightnessctl X? ( x11-base/xorg-server x11-apps/xauth x11-apps/xrdb x11-apps/xmessage ) +SLOT=0 +SRC_URI=https://codeberg.org/fairyglade/ly/archive/v1.4.0.tar.gz -> ly-1.4.0.tar.gz https://github.com/AnErrupTion/termbox2/archive/c7f241e8888ce243e1748b05c26a42fcfaaad936.tar.gz -> N-V-__8AAAUXBQD6Fwpi9m0MBqWXFFaqW5l1lVrJC2Ynj7a-.tar.gz https://github.com/AshAmetrine/zigini/archive/a665d081dda42664a96da2840ea09c5ccf9d0692.tar.gz -> zigini-0.5.0-BSkB7e9WAACfyCBABNZiWL3gFMw18GKn3qBcPs8L1Ec1.tar.gz https://github.com/Vexu/arocc/archive/5f5a050569a95ecc40a426f0c3666ae7ef987ede.tar.gz -> aro-0.0.0-JSD1Qi7QNgDnfcrdEJf82v3o6MhZySjYVrtdfEf3E4Se.tar.gz https://github.com/Hejsil/zig-clap/archive/fc1e5cc3f6d9d3001112385ee6256d694e959d2f.tar.gz -> clap-0.11.0-oBajB7foAQC3Iyn4IVCkUdYaOVVng5IZkSncySTjNig1.tar.gz https://codeberg.org/ziglang/translate-c/archive/7a1a9fdc4ab00835748a6657ecbb835e3d5d45f7.tar.gz -> translate_c-0.0.0-Q_BUWvP1BgCjAk6PWv5286tOlvzD9-X-NkuTzh0KxY0Q.tar.gz https://github.com/AshAmetrine/ziglibs-ini/archive/3b733e10adc6c4c48050709b97a22258bc2e6156.tar.gz -> ini-0.1.0-YCQ9YiwsAACghqF8LZyjAF2H_NnL6n29QLuCe0fsmPTo.tar.gz +_eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic fd3558f73f6503093adee69adf41020d linux-info efd923656513c879204fec6638eadee5 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 pam b56d0c9c20fc5b553f13c8ae165a10a5 systemd a964c0cbe818b5729da1dbfcee5be861 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 zig bc77880e429bb8eb2e12dc7976914959 zig-utils 00d67f014030fe73cc2e0ba2f0984231 +_md5_=f2662af8c3789997864cf2163b06f03f diff --git a/metadata/md5-cache/x11-wm/oxwm-0.11.4 b/metadata/md5-cache/x11-wm/oxwm-0.11.4 index b03990a73688..0db37000db97 100644 --- a/metadata/md5-cache/x11-wm/oxwm-0.11.4 +++ b/metadata/md5-cache/x11-wm/oxwm-0.11.4 @@ -8,7 +8,7 @@ INHERIT=zig KEYWORDS=~amd64 LICENSE=GPL-3 RDEPEND=x11-libs/libX11 x11-libs/libXft x11-libs/libXinerama media-libs/fontconfig media-libs/freetype dev-lang/lua -SLOT=0.15 +SLOT=0.16 SRC_URI=https://github.com/tonybanters/oxwm/archive/4670ae7.tar.gz -> oxwm-0.11.4.tar.gz _eclasses_=edo a5e294016aa84979fcb2459749eb80b2 flag-o-matic fd3558f73f6503093adee69adf41020d linux-info efd923656513c879204fec6638eadee5 multiprocessing 45d0620f25c2f063ad6276ecd9ed9399 toolchain-funcs 58a918e3a42d0156f010dcfd43725be5 zig bc77880e429bb8eb2e12dc7976914959 zig-utils 00d67f014030fe73cc2e0ba2f0984231 -_md5_=00014d0660abd8c93f48555b0e5e525f +_md5_=4f7c1f6851add04e6b69b348bd13b0e3 diff --git a/net-im/chatterino/Manifest b/net-im/chatterino/Manifest index 5bb1e13522f2..aa142b822127 100644 --- a/net-im/chatterino/Manifest +++ b/net-im/chatterino/Manifest @@ -1,22 +1,17 @@ -DIST chatterino-2.5.4.tar.gz 2450730 BLAKE2B f4d94264ca12d09ec5d0c232b4c818a5f49cacc962e760fe21dfe127056c0a1bdf6981efd6ebe72aeb2249edd5bcc8f6b04048c643a658a8011f575663b12946 SHA512 daf1ff5186f64baa51099231af0f3469a30792acbfb407d11a06daa87069a62d19fdda69f7642acbe7858cd4d0355037b2577d24c9e38a5e33592160291c5d4e DIST chatterino-2.5.5.tar.gz 2632031 BLAKE2B f054ce857c18ba220060f509bb1fca96e0404e0fecff512c70a99a538f643ca9eca892f8a9ce58f9602124cf63060a3e06711f1fd0ead8c3748af097581437d8 SHA512 242a8fb700cf9e5984ecda43dfc35044f8016152d3c3e7e3ea3575111e60aaaedaf0976c28339ba9fc0f11cd99316c6c3146ac37c95d521db7715dc36df45c70 DIST chatterino-certify-a448a3915ddac716ce76e4b8cbf0e7f4153ed1e2.tar.gz 41647 BLAKE2B 4c7c359fd22bfd7b444f9a247dee9c9d72eb197f6a9ad11e45a2772c1162fd2219a0835525219cb73a3a7384e9266e348d88364619e508f755ac6e3c9a035ad9 SHA512 557e55fe24f04b688f02e6f4dd99f4e61e5d2361c107e266ff729786e36fb8c2f43fb4c4fc8fe51578656c66b866073cf529ef3347d4226ae34ba29c1e4e320e DIST chatterino-expected-df5814711f5f9111a2515a181bde67f22f2fe716.tar.gz 58378 BLAKE2B 5a1ba0233a818f39df999bef26279468a16832b86c4fa27a7802d64e8bf9b548fab8e02dc123940620bf940cbdf14f45cf437694acba2aa9e813a82e14d6ff26 SHA512 01a93783fb5454c18e1132b2986b96b74490ba87267e3a55ea88e9085de879a61bb1bad91857cb011f130a93aae2ea8abc3755580dcd5e9c0eb4429a76196166 -DIST chatterino-expected-e45e8d5f295d54efe9cace331b9e9f5efa8a84c3.tar.gz 58912 BLAKE2B 50a4226eb8cae9e01cc01a62da9deb6d034a51d2fe22642195bd4df9a63d122999645169404ef01948a29b0055a4bc92d252708f36968885b2ebf0b70c1c810a SHA512 3acdd916f03ad849c81fb4cc8da5233be6f3f9c24959ed99c854a514671716b2a9496ac820ccf99aa504a885ecb351744abb20bbace38c4ed475011cd21f899a -DIST chatterino-libcommuni-2979eb96262756047a8dca47f2e509168138c0d0.tar.gz 478038 BLAKE2B b3e30df15923ae153657a059502f4df3cf5a264e44990e3bc30a6cf66a643a5314b88e53645e79966ef2a51cb4feefe8fbbf16b89a2d8a687e98222af06bdd7a SHA512 6718a7fda15bf8cb644a0f64c70cc06441c53c36b63f4763a7b6312ddde41e1bb8aad576a194ab732c66c0bed4efbb03321d6ecd3656ff943efa1c23df81e5f9 DIST chatterino-libcommuni-bb5417c451d764f57f2f1b3e1c9a81496b5521bd.tar.gz 472335 BLAKE2B ba4ef530679e8dbbf7a79c07c268044bee129e3ae1a1310d5f392ccf7f0b0d2c74571a7e2131f4e148866d10212bf2d8077fa4a15488313ab25e5612c4b1f441 SHA512 5ebedb9d70fb40bfe5396b298b3403d55121b4cbfdfae6e45a63fab66dc4f92cb2fab6e4df4478e18d6f366bbda7467c988249f577505501db6441551fcfe908 DIST chatterino-lua-1ab3208a1fceb12fca8f24ba57d6e13c5bff15e3.tar.gz 463275 BLAKE2B f4e1f852c923f20fcdecea6fe46065489659df4ab61dfbab0260eee66ea64d5d64fe593df9f61777619de386c9264208595cd2d1efe613fbe69bff1cadd78123 SHA512 45c65cd8c579412d2d89c3899c5a98157c66306423ecaafa31b3c386f62ef900f7832de45b8c6a2804001f7676afda1ce8785b3933830dd21515a2c49b0a1fe7 +DIST chatterino-magic-1384769c66bd16ec9bb1353f45fe8ec8ccc12dbd.tar.gz 206680 BLAKE2B a1b293c5595c627774931d7f3f2cb4f1157f6e1d5f621429f56256533a0331043f38a365f4a67ac348a4f7729671dd2870549350f68401356fc3af6c57aa8e38 SHA512 e952837859440f1a3314a37cedc8f4619615e912295cf1bdfa828e4255e66dc14fc30eb8dc62874e994e7134df3509e5888031161cb6d88b567ceec3461f2a95 DIST chatterino-magic-e55b9b54d5cf61f8e117cafb17846d7d742dd3b4.tar.gz 198416 BLAKE2B a0cfc5aa1c45f69664d69c809d3c561a52641f9764f6e9d558a03ef1581f244b9ecf069d366bb9889db9fa3591fe2698cce2d5a3151d2217cd8c21497cf5391f SHA512 466ba8e6e9122e55fb49b1a842b3f88ddc5faa5ea096df445dec1feba0c9db09748e735874b7839bf5f822f39480fa556a6bfaac0855c065df23b00ce45c5b3d DIST chatterino-miniaudio-347321b27c58d42567e905c715de60ad43a6cb8e.tar.gz 4556201 BLAKE2B 3f76f5b021719635caa2114c3294bcc1281913cbf5d0d4c59baa211cabd2fe734b5cfdfd74e9c5f75e2e6a2c27a0b73bbeb26e2b1014319da10c58d5cb69a6aa SHA512 6c911686be8fe6940e6111a9d8b3895538b9d75caa2634d7ad01b5c15b40f9da3ed2172df0b7e671900cece0e7fb84d32116ec47737d96953e9c1ad8cebc38f6 -DIST chatterino-miniaudio-350784a9467a79d0fa65802132668e5afbcf3777.tar.gz 4485119 BLAKE2B 5667b94396c8baa93284ffd8f074181a57e045fff6f85b4316c81f30beff0cdcd7c18ddb0a0d58410252151392ce80c566876e425b533fdce9dd15e76eebc607 SHA512 a3030d58277fec9b9c3bd93fe32a80caf62e96d1fedec6a4b645a8ba4c6db8c8911a68e9b855ac543713afb0ccd70cfc52177dbf1e2ffaf5fabf19439b1c9fc4 DIST chatterino-miniaudio-9634bedb5b5a2ca38c1ee7108a9358a4e233f14d.tar.gz 4553616 BLAKE2B bc3c19bcc63b74e5070dfa7027a08c1f8f815eb1c7eacffddb294a7e969501b0bbd6408f3c00f56a9a4fa361c842e85b2aceec3aaa87063509075d3007ab4060 SHA512 40d23b750345c095d7fabd1d7b9d19f966bf767578d3133ad575ef2f211383168f1b5c227c485ac093baaf337a85d3c1fa38f88a5c25c02d5afb13dbf0562254 DIST chatterino-rapidjson-24b5e7a8b27f42fa16b96fc70aade9106cf7102f.tar.gz 1116703 BLAKE2B b4657b1a09437d947fea754f3de492993ae1335228b17d7fd7d4542e47009d7af64d0f8fa39923865accd6e7af86165e2545372bdeb425aef5480dcc96fb111e SHA512 50f8723414a6e63eadd45f97be5c44e9fff2d06216c8cc4df802f5bfc2a9416a039f2c69e9bb1882f7e756cd38a7097eea05cab76c739f45805dc41617140799 -DIST chatterino-rapidjson-d87b698d0fcc10a5f632ecbc80a9cb2a8fa094a5.tar.gz 1057391 BLAKE2B 37364a1e1ac33ed3b4751dd8826d9f0af237d2402c686937e185ea32819ea2e3c03bff3846ccccb3472ae4d9bf310cf5fdd7162f7daa53b12efeb49cdcd323ab SHA512 1770668c954e1bfa40da3956ccf2252703d2addb058bb8c0bf579abac585262452d0e15dcfed9ac2fa358c0da305d706226fdab8310b584017aba98e4f31db4f -DIST chatterino-serialize-17946d65a41a72b447da37df6e314cded9650c32.tar.gz 10771 BLAKE2B 496e2d8b742d26739e5f7dd534b29bf5f9a942ff25bf8952e936e7d0fbd737683ac825341b8986e58452774d77be147ecb3da8eab829525267fff3ec1d35eeb0 SHA512 2ea660b6f164b8ba5b419e8381272dca507fcab09434421915a9b4be5e95cba08e72e708f16b3b22f5e0cae6dab2ef332d0a7976c287f048710e328d9a8913be DIST chatterino-serialize-75bc7b9c1054f70d0dd0486f175dea93c7733cc3.tar.gz 26269 BLAKE2B 09b5efc0e0bf8480d214923a24b4583b1473c9dcc798bc6c3a8e85cda3c1e7b9e2f0f3acd4ace02aba93991f012ccbdb97dbd580057fa4f33a030917530c088e SHA512 26652cb3796be3c9d612d8d699e8c016a6cbef1f1b8cf648a09ec2c758001a626cbf569d5cd2efe9802e1741c7fb1edc5ab86a7ce271f49ab58dea5446e1d040 +DIST chatterino-serialize-a5103e4bfd647d914ec2d49f9353022bf93c54e2.tar.gz 28901 BLAKE2B 08e0bd36aa39b9420521e05ecfb95dca485ddcb7cd8f360b1152a2cfdd071305a633cfc737a536cc978bfa09f3e8d539081eabb2cbf72ef44d55df837330da64 SHA512 173a0dd72c90aec1a66b02d49f7c69064ae6681fbbe50c32df87e08936cce34243db0288dec3f38ae8d1050ed34afa199d61053e538025e182be15fd79599973 DIST chatterino-settings-16b3d5ba6e947e84df74e17a19121d6be8baf36b.tar.gz 54998 BLAKE2B 634900504ed2cd2117091f93b2821e18390bb6f2775d17f1c302d637682588f24d9672803c02443fc4022c82d71b9a1b893e9aafebf8569bb93857bb9f05dc30 SHA512 626acb6615da52817b921bd4439af5b21b1a5b464545710219c42c3a4d413cef45ca5c5331c43b1d257bf45a7c6d263fd2d39a5e76aa3b8059b80d3c591c7c84 -DIST chatterino-settings-9b5c05ee2129e9eaa641d08a49096682105c2588.tar.gz 46560 BLAKE2B 9c0582d284b9b5fa2e09bf142164bcef896e653e25464f100f1d58c5fbc160051aa8b17eaa54a16b70383101bf9b39572f3f357bc11f428dace42f717d6a6920 SHA512 d2cd762f002b253e646cbf6aca47c00ae99b578521370ad13b477e4b344af23b16409497c7e05a12b8a0e45a9908066e3b1248f4a8bd455519ff98a4f8ace0d9 -DIST chatterino-signals-d06770649a7e83db780865d09c313a876bf0f4eb.tar.gz 14543 BLAKE2B 973979e0470582d3bf54689beb5e2071dd130d21121ff2e80cfeb63221f78c28d7dda9177848e2dd8366c44f734d892d1aaab22238a383517109b9d4f2ce58aa SHA512 5489151f2d036dc8834346f902cf740e1b1b6823d385d2bc7c5d715af6911ade9ee383c591c48bdb8bdfca70890f48e8333ee39c6319d3871239f99d34a51cc9 +DIST chatterino-settings-d9246de5677f369054231ddb4d663be6b1eaf45d.tar.gz 60473 BLAKE2B b1cead4f6bd74d1317a4b580b3b4e1e6084ae08137ec88b57202f8aed8a4f20e9071b8873eff49e12cc99f3d4b4d2d435403d5a25d534f2eece22c989c72f759 SHA512 7e91e1938b624d4176a97ae511867cfb3db281aece6b7a47fed1749c55c679dd2e7813986c9c1ee8210511a44d655af8e9a944486ed8ac2594bc3ffdd6dc2c85 +DIST chatterino-signals-d5fdf0e823a6cd3153e5982ec9aa40f737f59b21.tar.gz 19766 BLAKE2B 2b1df8431569e9039201d93d1d129e46eb4beaf09eb160be5412790a2bc2f8110179300c11e71012a1d1f7ca426c7e705c890930920b5de15eb63b5628b8b728 SHA512 f7902c0af8524529fb66b3daea46b689740b0ffe83519f3b5b41d3094bbcf13afccf5a9ae2fa6024b741593148dcae824c20b1e8b42c1abf70d10e15d11def3a DIST chatterino-signals-ef0bd9978826bfb2df536c1312762bacbe0b45fa.tar.gz 19347 BLAKE2B f438242351f212742f3feab950fd59b41e32fa591fea658765bd3196d9f46b049cf22ab8d8eac73cea6f07ae8b73e3f0a6e87151d318a507589100d8c220de75 SHA512 2a55f25eef654445a93ab940e3707b203cb51129059b8cd81b29e225fb2322a045573728202e32d0072da2b90bed109e3d231b8a194109b5f93d7bd151826f4a DIST chatterino-sol2-2b0d2fe8ba0074e16b499940c4f3126b9c7d3471.tar.gz 8462516 BLAKE2B 5807612066114f6d70570346d4370cf86f9397bf2e161ca5d7fdba9214caca311e945a299c2c637a79edfcd2ca6d65c4ad74c78405950f2394024dbac1f256ba SHA512 912a887376b79edfa1a021e88a0552db43d6b42c6c65cca43ea3bcc6f791cfeabc4b1abdfbf55a2878881bdbec4eb9dfec4498fcf33c84e70394a49dfdc21f5c -DIST chatterino-websocketpp-f1736a8e72b910810ff6869fe20f647a62f3bc35.tar.gz 716521 BLAKE2B 7c414d72d4b2fc9e26a870a923b93abf252991b7131ad6af04c0f10993028d6626c4a8e1b65cd7cbc5bab8e75715c2f2316f748e9f2443a094fee3c630a5c1a7 SHA512 a340ee4f9e40adcdb02e784157b05c881240d4c5a3eb458761b56af4a3eebf410ae3530e3dc6fd57ce7f06174eabe3c07d30f8e2c615d7468fe3dec5cb0b113c diff --git a/net-im/chatterino/chatterino-2.5.4.ebuild b/net-im/chatterino/chatterino-2.5.4.ebuild deleted file mode 100644 index 6f60576e9353..000000000000 --- a/net-im/chatterino/chatterino-2.5.4.ebuild +++ /dev/null @@ -1,130 +0,0 @@ -# Copyright 2024-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake flag-o-matic optfeature xdg - -CERTIFY_COMMIT="a448a3915ddac716ce76e4b8cbf0e7f4153ed1e2" -EXPECTED_COMMIT="e45e8d5f295d54efe9cace331b9e9f5efa8a84c3" -LIBCOMMUNI_COMMIT="2979eb96262756047a8dca47f2e509168138c0d0" -LUA_COMMIT="1ab3208a1fceb12fca8f24ba57d6e13c5bff15e3" -MAGIC_COMMIT="e55b9b54d5cf61f8e117cafb17846d7d742dd3b4" -MINIAUDIO_COMMIT="350784a9467a79d0fa65802132668e5afbcf3777" -RAPIDJSON_COMMIT="d87b698d0fcc10a5f632ecbc80a9cb2a8fa094a5" -SERIALIZE_COMMIT="17946d65a41a72b447da37df6e314cded9650c32" -SETTINGS_COMMIT="9b5c05ee2129e9eaa641d08a49096682105c2588" -SIGNALS_COMMIT="d06770649a7e83db780865d09c313a876bf0f4eb" -SOL2_COMMIT="2b0d2fe8ba0074e16b499940c4f3126b9c7d3471" -WEBSOCKETPP_COMMIT="f1736a8e72b910810ff6869fe20f647a62f3bc35" - -DESCRIPTION="Chat client for https://twitch.tv" -HOMEPAGE="https://chatterino.com/" -SRC_URI=" - https://github.com/Chatterino/chatterino2/archive/v${PV}.tar.gz -> ${P}.tar.gz - https://github.com/Chatterino/certify/archive/${CERTIFY_COMMIT}.tar.gz - -> ${PN}-certify-${CERTIFY_COMMIT}.tar.gz - https://github.com/nonstd-lite/expected-lite/archive/${EXPECTED_COMMIT}.tar.gz - -> ${PN}-expected-${EXPECTED_COMMIT}.tar.gz - https://github.com/Chatterino/libcommuni/archive/${LIBCOMMUNI_COMMIT}.tar.gz - -> ${PN}-libcommuni-${LIBCOMMUNI_COMMIT}.tar.gz - https://github.com/lua/lua/archive/${LUA_COMMIT}.tar.gz - -> ${PN}-lua-${LUA_COMMIT}.tar.gz - https://github.com/Neargye/magic_enum/archive/${MAGIC_COMMIT}.tar.gz - -> ${PN}-magic-${MAGIC_COMMIT}.tar.gz - https://github.com/mackron/miniaudio/archive/${MINIAUDIO_COMMIT}.tar.gz - -> ${PN}-miniaudio-${MINIAUDIO_COMMIT}.tar.gz - https://github.com/Tencent/rapidjson/archive/${RAPIDJSON_COMMIT}.tar.gz - -> ${PN}-rapidjson-${RAPIDJSON_COMMIT}.tar.gz - https://github.com/pajlada/serialize/archive/${SERIALIZE_COMMIT}.tar.gz - -> ${PN}-serialize-${SERIALIZE_COMMIT}.tar.gz - https://github.com/pajlada/settings/archive/${SETTINGS_COMMIT}.tar.gz - -> ${PN}-settings-${SETTINGS_COMMIT}.tar.gz - https://github.com/pajlada/signals/archive/${SIGNALS_COMMIT}.tar.gz - -> ${PN}-signals-${SIGNALS_COMMIT}.tar.gz - https://github.com/ThePhD/sol2/archive/${SOL2_COMMIT}.tar.gz - -> ${PN}-sol2-${SOL2_COMMIT}.tar.gz - https://github.com/Chatterino/websocketpp/archive/${WEBSOCKETPP_COMMIT}.tar.gz - -> ${PN}-websocketpp-${WEBSOCKETPP_COMMIT}.tar.gz -" -S="${WORKDIR}/chatterino2-${PV}" - -LICENSE="MIT" -# bundled dependencies -LICENSE+=" Boost-1.0 BSD MIT Unlicense" -SLOT="0" -KEYWORDS="~amd64" -IUSE="debug libnotify +plugins qtkeychain" - -RDEPEND=" - dev-libs/openssl:= - dev-qt/qt5compat:6 - dev-qt/qtbase:6[concurrent,gui,network,widgets] - dev-qt/qtsvg:6 - dev-qt/qtimageformats:6 - libnotify? ( - dev-libs/glib:2 - x11-libs/gdk-pixbuf:2 - x11-libs/libnotify - ) - qtkeychain? ( dev-libs/qtkeychain:= ) -" -DEPEND=" - ${RDEPEND} - dev-libs/boost -" -BDEPEND="dev-qt/qttools:6[linguist]" - -PATCHES=( - "${FILESDIR}"/${PN}-2.5.2-disable-ccache.patch -) - -src_prepare() { - local lib - local -a libs=( - certify - expected-lite - libcommuni - magic_enum - miniaudio - rapidjson - serialize - settings - signals - sol2 - websocketpp - ) - for lib in "${libs[@]}"; do - rmdir lib/"${lib}" || die "can't remove stubbed libdirs" - ln -sr ../"${lib}"-* ./lib/"${lib}" || die "failed to create symlink for ${lib}" - done - rmdir lib/lua/src || die - ln -sr ../lua-* lib/lua/src || die - - # bug 936966 - sed 's/-Werror[^[:space:])"]*//' -i --follow-symlinks \ - {src,lib/{magic_enum/test,rapidjson,serialize,settings,websocketpp}}/CMakeLists.txt || die - cmake_src_prepare -} - -src_configure() { - local CMAKE_BUILD_TYPE=$(usex debug Debug Release) - - local mycmakeargs=( - -DUSE_SYSTEM_QTKEYCHAIN=ON - -DBUILD_WITH_QTKEYCHAIN=$(usex qtkeychain) - -DBUILD_WITH_QT6=ON - -DBUILD_WITH_LIBNOTIFY=$(usex libnotify) - -DCHATTERINO_PLUGINS=$(usex plugins) - -DCHATTERINO_UPDATER=OFF - ) - - use debug || append-cxxflags -DNDEBUG - - cmake_src_configure -} - -pkg_postinst() { - xdg_pkg_postinst - optfeature "for opening streams in a local video player" net-misc/streamlink -} diff --git a/net-im/chatterino/chatterino-9999.ebuild b/net-im/chatterino/chatterino-9999.ebuild index 1a30fb727157..c19342cd72de 100644 --- a/net-im/chatterino/chatterino-9999.ebuild +++ b/net-im/chatterino/chatterino-9999.ebuild @@ -10,12 +10,12 @@ CERTIFY_COMMIT="a448a3915ddac716ce76e4b8cbf0e7f4153ed1e2" EXPECTED_COMMIT="df5814711f5f9111a2515a181bde67f22f2fe716" LIBCOMMUNI_COMMIT="bb5417c451d764f57f2f1b3e1c9a81496b5521bd" LUA_COMMIT="1ab3208a1fceb12fca8f24ba57d6e13c5bff15e3" -MAGIC_COMMIT="e55b9b54d5cf61f8e117cafb17846d7d742dd3b4" +MAGIC_COMMIT="1384769c66bd16ec9bb1353f45fe8ec8ccc12dbd" MINIAUDIO_COMMIT="9634bedb5b5a2ca38c1ee7108a9358a4e233f14d" RAPIDJSON_COMMIT="24b5e7a8b27f42fa16b96fc70aade9106cf7102f" -SERIALIZE_COMMIT="75bc7b9c1054f70d0dd0486f175dea93c7733cc3" -SETTINGS_COMMIT="16b3d5ba6e947e84df74e17a19121d6be8baf36b" -SIGNALS_COMMIT="ef0bd9978826bfb2df536c1312762bacbe0b45fa" +SERIALIZE_COMMIT="a5103e4bfd647d914ec2d49f9353022bf93c54e2" +SETTINGS_COMMIT="d9246de5677f369054231ddb4d663be6b1eaf45d" +SIGNALS_COMMIT="d5fdf0e823a6cd3153e5982ec9aa40f737f59b21" SOL2_COMMIT="2b0d2fe8ba0074e16b499940c4f3126b9c7d3471" SRC_URI=" diff --git a/net-im/chatterino/files/chatterino-2.5.2-disable-ccache.patch b/net-im/chatterino/files/chatterino-2.5.2-disable-ccache.patch deleted file mode 100644 index 6d27d38b535b..000000000000 --- a/net-im/chatterino/files/chatterino-2.5.2-disable-ccache.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git ./CMakeLists.txt ./CMakeLists.txt -index ad9bdef..4feb6e1 100644 ---- ./CMakeLists.txt -+++ ./CMakeLists.txt -@@ -60,15 +60,6 @@ else() - set(MAJOR_QT_VERSION "5") - endif() - --find_program(CCACHE_PROGRAM ccache) --find_program(SCCACHE_PROGRAM sccache) --if (SCCACHE_PROGRAM) -- set(_compiler_launcher ${SCCACHE_PROGRAM}) --elseif (CCACHE_PROGRAM) -- set(_compiler_launcher ${CCACHE_PROGRAM}) --endif () -- -- - # Alternate linker code taken from heavyai/heavydb - # https://github.com/heavyai/heavydb/blob/0517d99b467806f6af7b4c969e351368a667497d/CMakeLists.txt#L87-L103 - macro(set_alternate_linker linker) diff --git a/net-im/element-desktop/Manifest b/net-im/element-desktop/Manifest index c78748c5ef39..e71c350f7680 100644 --- a/net-im/element-desktop/Manifest +++ b/net-im/element-desktop/Manifest @@ -1,2 +1,6 @@ -DIST element-web-1.12.16.tar.gz 30233910 BLAKE2B 47ad809dd64a6f6714dd6441e1d55d3290ccfc23fe96bbed73da3a3951747181381564da8bdada8aaed38876aa80b01d55baf63d8641b5f7bc6593828e33e567 SHA512 3988dc9b872d4a49d2e67c3b6615594bf3bfa6b648726a6168e8df0690759fc642c5fb4b1e04fc65ce3b17fdd32c2b81c433726ec806dc0341bd3b94cd2fd5b8 -DIST element-web-1.12.17.tar.gz 30243455 BLAKE2B 2657143da71343793aac807dfe8348551a3e612b491fc3876b15368edb891611fc9064eafb9fede587110ada7071392fc84443c3a3be599f9e226a5c8333c92b SHA512 15b20ddfa78126fbc671d4b4da904579037a7c1af2043915923ab5eb880e7acc84ba7853c2ceb25212945278c22f41080b056764b338e47c7741eec2152a8b41 +DIST element-desktop-1.12.3.tar.gz 3155645 BLAKE2B 0bad577b47fd6b77ece3d6712170d7f2b765188d1b35e1cc0d627aa188494637267443963a4ea831fd7ac93046d6e9ae9cae8cd8a8d93147889df9983a11a60d SHA512 f302907165a35f4a4f069f5aec6bc28edeba3d09c75f483c818e3930ceb4e838e5bb91ad9d42019a11a661d6e656da3c1ff25507cbb281c69183aac7d499e882 +DIST element-desktop-1.12.6.tar.gz 3167063 BLAKE2B 94762a2336896e8cbd1be3115ba1b0ec2c4621f7786f6a3b84c1d992143bb4a33d2b4e01e5c2b557181f09b280a34117c0130ebd179bb909667ffe4244b609ba SHA512 556e43330d4f36d7569ad657c974b1c08bc7140f8fae0f0fdc6e1c797d163b407f04ef1448ed0b1dcb7b9ae8be170509cccf7ea8df2641beacd379d2d2928f9f +DIST element-desktop-1.12.7.tar.gz 3168015 BLAKE2B d58d4d9507755ff692215d29dbd5b527e314333f82bce8eb7911b8382a06813c24b1e8f786e96a7fecee1f2f427845b6a2254ffc45f0d4527d18086c50319a53 SHA512 1c914ed46607818ab3286c0bdb279d3d5765e6d72c5dffb18d5bef7080a93294eefa74a1125d13f4e0784cc2c67e3ab2c9cbf265d42085c1424c1f0e537e7f79 +DIST element-web-1.12.3.tar.gz 24197114 BLAKE2B fc4d5789167d861be92c5600bbbf6965d55208f4654f6d219cc1360b56e33d7ded90ea5b8430abf195cb06fff5e5003c2116c47d78950cb3a4a4ba2af2091b7c SHA512 b845ff71ca39d7ae4dca9bb55e821bfdf911b12de5d012ba55d598f3287046fb2b525bce608925a9fa8fa7d39a4ceed9b4213d5d1c1d0c9e6b9b72154c9a35a5 +DIST element-web-1.12.6.tar.gz 24467930 BLAKE2B 240f32dbba7d4d173a3bf7f7602b0913b8acb1835ba4ae1690622422de71e28678a12b6f42edb81ac86ec274e979618fba3674ac760000317982589aab93fa68 SHA512 5ddef6cbf2948b36c12d6eaeeffbdf56c09d217b87b73638374459ad412d70fe7ab2d55beb42e752be4ace952923c266f0c5b3a1443f836f1e6f311a7f2f7645 +DIST element-web-1.12.7.tar.gz 24583616 BLAKE2B fbda62604e3d0b8a6e56a6346c296602090a44a10a86ccdb36c6877bc83e51995eecde4e001bae232e29e05aab607027a9b0d2a938bb7c6bd4cf9e1132c0d556 SHA512 2433af8b01f7b3ea6152a0778e7e1502f7fc2c678dcaad0af8147aa34235b3a9453617b611e2fd8bece511600518a8b512823dd79cf7f8b8d8284b649ba52fb1 diff --git a/net-im/element-desktop/element-desktop-1.12.16.ebuild b/net-im/element-desktop/element-desktop-1.12.16.ebuild deleted file mode 100644 index 0fad77b61348..000000000000 --- a/net-im/element-desktop/element-desktop-1.12.16.ebuild +++ /dev/null @@ -1,227 +0,0 @@ -# Copyright 2009-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..14} ) - -inherit desktop flag-o-matic multilib python-any-r1 xdg-utils - -DESCRIPTION="A glossy Matrix collaboration client for desktop" -HOMEPAGE="https://element.io/" -LICENSE="Apache-2.0" -SLOT="0" -SRC_URI="" -REPO="https://github.com/element-hq/element-web" -ELECTRON_SLOT_DEFAULT="39" -#ELEMENT_COMMIT_ID="ae245c9b1f06e79cec4829f8cd1555206b0ec8f2" -IUSE="electron-40 electron-41 electron-42 native-modules" - -if [[ ${PV} = *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="${REPO}.git" - EGIT_BRANCH="develop" - DOWNLOAD="" - IUSE+=" +build-online" -else - IUSE+=" +build-online" - # KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" - DOWNLOAD="${REPO}/archive/" - if [ -z "$ELEMENT_COMMIT_ID" ] - then - DOWNLOAD+="v${PV}.tar.gz -> element-web-${PV}.tar.gz" - S="${WORKDIR}/element-web-${PV}" - else - DOWNLOAD+="${ELEMENT_COMMIT_ID}.tar.gz -> element-web-${ELEMENT_COMMIT_ID}.tar.gz" - S="${WORKDIR}/element-web-${ELEMENT_COMMIT_ID}" - fi -fi - -SRC_URI+="${DOWNLOAD}" - -RESTRICT="mirror build-online? ( network-sandbox )" -REQUIRED_USE=" - native-modules? ( build-online ) -" - -COMMON_DEPEND=" - ~net-im/element-web-${PV} - native-modules? ( dev-db/sqlcipher ) - electron-40? ( dev-util/electron:40 ) - electron-41? ( dev-util/electron:41 ) - electron-42? ( dev-util/electron:42 ) - !electron-40? ( - !electron-41? ( - !electron-42? ( - dev-util/electron:${ELECTRON_SLOT_DEFAULT} - ) ) ) -" - -RDEPEND="${COMMON_DEPEND} -" -DEPEND="${COMMON_DEPEND} -" - -BDEPEND=" - ${PYTHON_DEPS} - $(python_gen_any_dep ' - dev-python/setuptools[${PYTHON_USEDEP}] - ') - native-modules? ( || ( dev-lang/rust dev-lang/rust-bin ) ) - net-libs/nodejs[corepack] -" - -python_check_deps() { - python_has_version "dev-python/setuptools[${PYTHON_USEDEP}]" -} - -#TODO: net-im/element-web -> runtime/buildtime dep - -src_unpack() { - if use electron-41; then - export ELECTRON_SLOT=41 - elif use electron-40; then - export ELECTRON_SLOT=40 - elif use electron-42; then - export ELECTRON_SLOT=42 - else - export ELECTRON_SLOT=$ELECTRON_SLOT_DEFAULT - fi - if [ -z "$ELEMENT_COMMIT_ID" ] - then - if [ -f "${DISTDIR}/element-web-${PV}.tar.gz" ]; then - unpack "element-web-${PV}.tar.gz" || die - else - git-r3_src_unpack - fi - else - unpack "element-web-${ELEMENT_COMMIT_ID}.tar.gz" || die - fi -} - -src_compile() { - # # OLD_PATH=$PATH - # PATH="/usr/$(get_libdir)/electron-${ELECTRON_SLOT}/node_modules/npm/bin/node-gyp-bin:$PATH" - # PATH="/usr/$(get_libdir)/electron-${ELECTRON_SLOT}/node_modules/npm/bin:$PATH" - # PATH="/usr/$(get_libdir)/electron-${ELECTRON_SLOT}:$PATH" - # PATH="${S}/node_modules/.bin:$PATH"; - # export PATH - # export CFLAGS="${CFLAGS} -I/usr/include/electron-${ELECTRON_SLOT}/node" - # export CPPFLAGS="${CPPFLAGS} -I/usr/include/electron-${ELECTRON_SLOT}/node" - export ELECTRON_SKIP_BINARY_DOWNLOAD=1 - # yarn config set disable-self-update-check true || die - # yarn config set nodedir /usr/include/electron-${ELECTRON_SLOT}/node || die - # # #! Until electron-builder >=22.11.5 - # # yarn config set ignore-engines true || die - - sed -i 's/electron-builder install-app-deps/true/' apps/desktop/package.json || die - - # if ! use build-online; then - # ONLINE_OFFLINE="--offline --frozen-lockfile" - # yarn config set yarn-offline-mirror "${DISTDIR}" || die - # fi - - einfo "Removing playwright from dependencies" - sed -i '/playwright":/d' apps/desktop/package.json || die - - einfo "Installing node_modules" - pnpm install || die - - cd apps/desktop - pnpm run build:ts || die - pnpm run build:res || die - - if use native-modules - then - pnpm run build:native || die - fi - - # # Electron-Builder doesn't support ppc64 due to using precompiled binaries - # if ! use ppc64; then - # einfo "Editing ElectronFramework.js" - # sed -i 's/return unpack(options, createDownloadOpts.*$/return true;/' \ - # node_modules/app-builder-lib/out/electron/ElectronFramework.js || die - # sed -i 's/return beforeCopyExtraFiles(options);$/return true;/' \ - # node_modules/app-builder-lib/out/electron/ElectronFramework.js || die - - # #!Error: With electron's node: "Unknown argument" electron/electron#25379 - # #!Error: With electron's node: "Invalid package app.asar" - # /usr/bin/node node_modules/.bin/electron-builder --dir || die - # else - einfo "Manually preparing app.asar" - local distdir="dist/linux-unpacked/resources" - mkdir -p ${distdir}/node_modules || die - cp -r lib ${distdir} || die - # Copying yarn.lock allows freezing versions to the build versions - cp package.json ${distdir} || die - pushd ${distdir} &> /dev/null || die - pnpm install || die - popd &> /dev/null || die - # rm ${distdir}/yarn.lock || die - if use native-modules; then - cp -r .hak/hakModules/matrix-seshat ${distdir}/node_modules/ || die - fi - - einfo "Creating archive" - /usr/bin/node node_modules/@electron/asar/bin/asar.mjs pack ${distdir} ${distdir}/app.asar \ - --unpack-dir '{**/Release,**/matrix-seshat}' || die - # Remove unarchived copies of files (they are still in app.asar) - rm -r ${distdir}/node_modules || die - rm -r ${distdir}/lib || die - - cp -r build ${distdir} || die - # fi - - #cp -r /usr/share/element-web webapp - #rm -f webapp/config.json - #cp -f /etc/element-web/config.json webapp/config.json - #node node_modules/.bin/asar p webapp webapp.asar - #node node_modules/.bin/asar l webapp.asar - - # export PATH=${OLD_PATH} - - #! Fail CI - if [ ! -z "${NODIE}" ]; then - die - fi -} - -src_install() { - cd apps/desktop - - insinto "/usr/$(get_libdir)/element-desktop" - - doins -r dist/linux-unpacked/resources/* - dosym ../../share/element-web /usr/$(get_libdir)/element-desktop/webapp - - exeinto "/usr/$(get_libdir)/element-desktop" - cp "${FILESDIR}/read_flags_file" dist/linux-unpacked/resources/element-desktop - sed -i "s|@ELECTRON@|element-desktop|" dist/linux-unpacked/resources/element-desktop - - echo "\"/usr/$(get_libdir)/electron-${ELECTRON_SLOT}/electron\" \ -/usr/$(get_libdir)/element-desktop/app.asar \"\${flags[@]}\" \"\$@\"" >> dist/linux-unpacked/resources/element-desktop - doexe dist/linux-unpacked/resources/element-desktop - dosym "/usr/$(get_libdir)/element-desktop/element-desktop" /usr/bin/element-desktop - - # # Install icons - # local branding size - # for size in 16 24 48 64 96 128 256 512 ; do - # newicon -s ${size} "build/icons/${size}x${size}.png" \ - # element-desktop.png - # done - - newicon build/icon.png element-desktop.png - - make_desktop_entry "/usr/bin/element-desktop" Element \ - "element-desktop" "Network;Chat" -} - -pkg_postrm() { - xdg_icon_cache_update - xdg_desktop_database_update -} - -pkg_postinst() { - xdg_icon_cache_update - xdg_desktop_database_update -} diff --git a/net-im/element-desktop/element-desktop-1.12.17.ebuild b/net-im/element-desktop/element-desktop-1.12.17.ebuild deleted file mode 100644 index eb7f66d72191..000000000000 --- a/net-im/element-desktop/element-desktop-1.12.17.ebuild +++ /dev/null @@ -1,235 +0,0 @@ -# Copyright 2009-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..14} ) - -inherit desktop flag-o-matic multilib python-any-r1 xdg-utils - -DESCRIPTION="A glossy Matrix collaboration client for desktop" -HOMEPAGE="https://element.io/" -LICENSE="Apache-2.0" -SLOT="0" -SRC_URI=" -" -REPO="https://github.com/element-hq/element-web" -ELECTRON_SLOT_DEFAULT="39" -#ELEMENT_COMMIT_ID="ae245c9b1f06e79cec4829f8cd1555206b0ec8f2" -IUSE="electron-40 electron-41 electron-42 native-modules" - -if [[ ${PV} = *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="${REPO}.git" - EGIT_BRANCH="develop" - DOWNLOAD="" - IUSE+=" +build-online" -else - IUSE+=" +build-online" - # KEYWORDS="amd64 ~arm64 ~ppc64 ~x86" - DOWNLOAD="${REPO}/archive/" - if [ -z "$ELEMENT_COMMIT_ID" ] - then - DOWNLOAD+="v${PV}.tar.gz -> element-web-${PV}.tar.gz" - S="${WORKDIR}/element-web-${PV}" - else - DOWNLOAD+="${ELEMENT_COMMIT_ID}.tar.gz -> element-web-${ELEMENT_COMMIT_ID}.tar.gz" - S="${WORKDIR}/element-web-${ELEMENT_COMMIT_ID}" - fi -fi - -SRC_URI+="${DOWNLOAD}" - -RESTRICT="mirror build-online? ( network-sandbox )" -REQUIRED_USE=" - native-modules? ( build-online ) -" - -COMMON_DEPEND=" - ~net-im/element-web-${PV} - native-modules? ( dev-db/sqlcipher ) - electron-40? ( dev-util/electron:40 ) - electron-41? ( dev-util/electron:41 ) - electron-42? ( dev-util/electron:42 ) - !electron-40? ( - !electron-41? ( - !electron-42? ( - dev-util/electron:${ELECTRON_SLOT_DEFAULT} - ) ) ) -" - -RDEPEND="${COMMON_DEPEND} -" -DEPEND="${COMMON_DEPEND} -" - -BDEPEND=" - ${PYTHON_DEPS} - $(python_gen_any_dep ' - dev-python/setuptools[${PYTHON_USEDEP}] - ') - native-modules? ( || ( dev-lang/rust dev-lang/rust-bin ) ) - net-libs/nodejs[corepack] -" - -python_check_deps() { - python_has_version "dev-python/setuptools[${PYTHON_USEDEP}]" -} - -#TODO: net-im/element-web -> runtime/buildtime dep - -src_unpack() { - if use electron-41; then - export ELECTRON_SLOT=41 - elif use electron-40; then - export ELECTRON_SLOT=40 - elif use electron-42; then - export ELECTRON_SLOT=42 - else - export ELECTRON_SLOT=$ELECTRON_SLOT_DEFAULT - fi - if [ -z "$ELEMENT_COMMIT_ID" ] - then - if [ -f "${DISTDIR}/element-web-${PV}.tar.gz" ]; then - unpack "element-web-${PV}.tar.gz" || die - else - git-r3_src_unpack - fi - else - unpack "element-web-${ELEMENT_COMMIT_ID}.tar.gz" || die - fi -} - -src_compile() { - # # OLD_PATH=$PATH - # PATH="/usr/$(get_libdir)/electron-${ELECTRON_SLOT}/node_modules/npm/bin/node-gyp-bin:$PATH" - # PATH="/usr/$(get_libdir)/electron-${ELECTRON_SLOT}/node_modules/npm/bin:$PATH" - # PATH="/usr/$(get_libdir)/electron-${ELECTRON_SLOT}:$PATH" - # PATH="${S}/node_modules/.bin:$PATH"; - # export PATH - # export CFLAGS="${CFLAGS} -I/usr/include/electron-${ELECTRON_SLOT}/node" - # export CPPFLAGS="${CPPFLAGS} -I/usr/include/electron-${ELECTRON_SLOT}/node" - export ELECTRON_SKIP_BINARY_DOWNLOAD=1 - # yarn config set disable-self-update-check true || die - # yarn config set nodedir /usr/include/electron-${ELECTRON_SLOT}/node || die - # # #! Until electron-builder >=22.11.5 - # # yarn config set ignore-engines true || die - - sed -i 's/electron-builder install-app-deps/true/' apps/desktop/package.json || die - - # if ! use build-online; then - # ONLINE_OFFLINE="--offline --frozen-lockfile" - # yarn config set yarn-offline-mirror "${DISTDIR}" || die - # fi - - einfo "Removing playwright from dependencies" - sed -i '/playwright":/d' apps/desktop/package.json || die - - # einfo "Removing sentry from dependencies" - # sed -i '/@sentry/d' apps/desktop/package.json || die - # sed -i '/@sentry/d' apps/desktop/src/electron-main.ts || die - # sed -i '/configureSentry()/d' apps/desktop/src/electron-main.ts || die - - einfo "Installing node_modules" - # sed -i 's/linkWorkspacePackages.*/linkWorkspacePackages: false/' pnpm-workspace.yaml || die - pnpm install --no-frozen-lockfile || die - - cd apps/desktop - if use native-modules; then - pnpm run build:native || die - fi - - script -c "pnpm run build" /dev/null || die - # pnpm install --no-frozen-lockfile || die - # ../../node_modules/.bin/tsc || die - # node scripts/copy-res.ts || die - - # # Electron-Builder doesn't support ppc64 due to using precompiled binaries - # if ! use ppc64; then - # einfo "Editing ElectronFramework.js" - # sed -i 's/return unpack(options, createDownloadOpts.*$/return true;/' \ - # node_modules/app-builder-lib/out/electron/ElectronFramework.js || die - # sed -i 's/return beforeCopyExtraFiles(options);$/return true;/' \ - # node_modules/app-builder-lib/out/electron/ElectronFramework.js || die - - # #!Error: With electron's node: "Unknown argument" electron/electron#25379 - # #!Error: With electron's node: "Invalid package app.asar" - # /usr/bin/node node_modules/.bin/electron-builder --dir || die - # else - # einfo "Manually preparing app.asar" - # local distdir="dist/linux-unpacked/resources" - # mkdir -p ${distdir}/node_modules || die - # cp -r lib ${distdir} || die - # # Copying yarn.lock allows freezing versions to the build versions - # cp package.json ${distdir} || die - # pushd ${distdir} &> /dev/null || die - # pnpm install --no-frozen-lockfile || die - # popd &> /dev/null || die - # # rm ${distdir}/yarn.lock || die - # if use native-modules; then - # cp -r .hak/hakModules/matrix-seshat ${distdir}/node_modules/ || die - # fi - - # einfo "Creating archive" - # /usr/bin/node node_modules/@electron/asar/bin/asar.mjs pack ${distdir} ${distdir}/app.asar \ - # --unpack-dir '{**/Release,**/matrix-seshat}' || die - # # Remove unarchived copies of files (they are still in app.asar) - # rm -r ${distdir}/node_modules || die - # rm -r ${distdir}/lib || die - - # cp -r build ${distdir} || die - # fi - - #cp -r /usr/share/element-web webapp - #rm -f webapp/config.json - #cp -f /etc/element-web/config.json webapp/config.json - #node node_modules/.bin/asar p webapp webapp.asar - #node node_modules/.bin/asar l webapp.asar - - # export PATH=${OLD_PATH} - - # #! Fail in CI - # if [ ! -z "${NODIE}" ]; then - # die "Fail in CI" - # fi -} - -src_install() { - cd apps/desktop - - insinto "/usr/$(get_libdir)/element-desktop" - - doins -r dist/linux-unpacked/resources/* - dosym ../../share/element-web /usr/$(get_libdir)/element-desktop/webapp - - exeinto "/usr/$(get_libdir)/element-desktop" - cp "${FILESDIR}/read_flags_file" dist/linux-unpacked/resources/element-desktop - sed -i "s|@ELECTRON@|element-desktop|" dist/linux-unpacked/resources/element-desktop - - echo "\"/usr/$(get_libdir)/electron-${ELECTRON_SLOT}/electron\" \ -/usr/$(get_libdir)/element-desktop/app.asar \"\${flags[@]}\" \"\$@\"" >> dist/linux-unpacked/resources/element-desktop - doexe dist/linux-unpacked/resources/element-desktop - dosym "/usr/$(get_libdir)/element-desktop/element-desktop" /usr/bin/element-desktop - - # # Install icons - # local branding size - # for size in 16 24 48 64 96 128 256 512 ; do - # newicon -s ${size} "build/icons/${size}x${size}.png" \ - # element-desktop.png - # done - - newicon build/icon.png element-desktop.png - - make_desktop_entry "/usr/bin/element-desktop" Element \ - "element-desktop" "Network;Chat" -} - -pkg_postrm() { - xdg_icon_cache_update - xdg_desktop_database_update -} - -pkg_postinst() { - xdg_icon_cache_update - xdg_desktop_database_update -} diff --git a/net-im/element-desktop/element-desktop-1.12.3.ebuild b/net-im/element-desktop/element-desktop-1.12.3.ebuild new file mode 100644 index 000000000000..9ba6b200b494 --- /dev/null +++ b/net-im/element-desktop/element-desktop-1.12.3.ebuild @@ -0,0 +1,114 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit unpacker rust xdg + +DESCRIPTION="A glossy Matrix collaboration client for desktop" +HOMEPAGE="https://element.io" +SRC_URI="https://github.com/element-hq/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz + https://github.com/element-hq/element-web/archive/v${PV}.tar.gz -> element-web-${PV}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="+emoji" + +RESTRICT="network-sandbox" #The setup script needs internet connection, including for yarn install + +RDEPEND=" + !net-im/element-desktop-bin + >=app-accessibility/at-spi2-core-2.46.0 + app-crypt/libsecret + dev-db/sqlcipher + dev-libs/expat + dev-libs/nspr + dev-libs/nss + media-libs/alsa-lib + media-libs/mesa + net-libs/nodejs + net-print/cups + x11-libs/cairo + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:3 + x11-libs/libdrm + x11-libs/libxcb + x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXcursor + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXi + x11-libs/libXrandr + x11-libs/libXrender + x11-libs/libXtst + x11-libs/libXScrnSaver + x11-libs/pango + emoji? ( media-fonts/noto-emoji ) +" +DEPEND="${RDEPEND}" +BDEPEND="sys-apps/yarn" + +QA_PREBUILT=" + opt/Element/resources/app.asar.unpacked/node_modules/keytar-forked/build/Release/keytar.node + opt/Element/chrome-sandbox + opt/Element/libEGL.so + opt/Element/chrome_crashpad_handler + opt/Element/resources/app.asar.unpacked/node_modules/matrix-seshat/index.node + opt/Element/element-desktop + opt/Element/libffmpeg.so + opt/Element/libvulkan.so.1 + opt/Element/libGLESv2.so + opt/Element/libvk_swiftshader.so +" + +ELEMENT_WEB_S="${WORKDIR}/element-web-${PV}" + +pkg_setup() { + rust_pkg_setup +} + +src_prepare() { + default + pushd "${ELEMENT_WEB_S}" >/dev/null || die + yarn install || die + cp config.sample.json config.json || die + popd >/dev/null || die + + yarn install || die +} + +src_compile() { + pushd "${ELEMENT_WEB_S}" >/dev/null || die + yarn build || die + popd >/dev/null || die + + ln -s "${ELEMENT_WEB_S}"/webapp ./ || die + yarn build:native || die + # Use sed to temporarily fix upstream bug in app-builder-lib https://github.com/electron-userland/electron-builder/issues/9355 + sed -i 's/else if (isCi) {/else if (isCi.isCI) {/' node_modules/app-builder-lib/out/publish/PublishManager.js || die + yarn build || die +} + +src_install() { + unpack dist/${PN}_${PV}_amd64.deb + tar -xvf data.tar.xz || die + + ./node_modules/@electron/universal/node_modules/@electron/asar/bin/asar.js p webapp opt/Element/resources/webapp.asar || die + mv -n usr/share/doc/${PN} usr/share/doc/${PF} || die + gunzip usr/share/doc/${PF}/changelog.gz || die + + insinto / + doins -r usr + doins -r opt + local f + for f in ${QA_PREBUILT}; do + fperms +x "/${f}" + done + fperms u+s /opt/Element/chrome-sandbox + + dosym ../../opt/Element/${PN} /usr/bin/${PN} + dosym ${PN} /usr/bin/riot-desktop +} diff --git a/net-im/element-desktop/element-desktop-1.12.6.ebuild b/net-im/element-desktop/element-desktop-1.12.6.ebuild new file mode 100644 index 000000000000..a207e1e2a67a --- /dev/null +++ b/net-im/element-desktop/element-desktop-1.12.6.ebuild @@ -0,0 +1,119 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit unpacker rust xdg + +DESCRIPTION="A glossy Matrix collaboration client for desktop" +HOMEPAGE="https://element.io" +SRC_URI="https://github.com/element-hq/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz + https://github.com/element-hq/element-web/archive/v${PV}.tar.gz -> element-web-${PV}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="+emoji keyring" + +RESTRICT="network-sandbox" #The setup script needs internet connection, including for yarn install + +RDEPEND=" + !net-im/element-desktop-bin + >=app-accessibility/at-spi2-core-2.46.0 + app-crypt/libsecret + dev-db/sqlcipher + dev-libs/expat + dev-libs/nspr + dev-libs/nss + media-libs/alsa-lib + media-libs/mesa + net-libs/nodejs + net-print/cups + x11-libs/cairo + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:3 + x11-libs/libdrm + x11-libs/libxcb + x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXcursor + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXi + x11-libs/libXrandr + x11-libs/libXrender + x11-libs/libXtst + x11-libs/libXScrnSaver + x11-libs/pango + emoji? ( media-fonts/noto-emoji ) +" +DEPEND=" + ${RDEPEND} +" +BDEPEND=" + sys-apps/yarn + >=net-libs/nodejs-22.18.0 +" + +QA_PREBUILT=" + opt/Element/resources/app.asar.unpacked/node_modules/keytar-forked/build/Release/keytar.node + opt/Element/chrome-sandbox + opt/Element/libEGL.so + opt/Element/chrome_crashpad_handler + opt/Element/resources/app.asar.unpacked/node_modules/matrix-seshat/index.node + opt/Element/element-desktop + opt/Element/libffmpeg.so + opt/Element/libvulkan.so.1 + opt/Element/libGLESv2.so + opt/Element/libvk_swiftshader.so +" + +ELEMENT_WEB_S="${WORKDIR}/element-web-${PV}" + +pkg_setup() { + rust_pkg_setup +} + +src_prepare() { + default + pushd "${ELEMENT_WEB_S}" >/dev/null || die + yarn install || die + cp config.sample.json config.json || die + popd >/dev/null || die + + yarn install || die +} + +src_compile() { + pushd "${ELEMENT_WEB_S}" >/dev/null || die + yarn build || die + popd >/dev/null || die + + ln -s "${ELEMENT_WEB_S}"/webapp ./ || die + yarn build:native || die + # Use sed to temporarily fix upstream bug in app-builder-lib https://github.com/electron-userland/electron-builder/issues/9355 + sed -i 's/else if (isCi) {/else if (isCi.isCI) {/' node_modules/app-builder-lib/out/publish/PublishManager.js || die + yarn build || die +} + +src_install() { + unpack dist/${PN}_${PV}_amd64.deb + tar -xvf data.tar.xz || die + + ./node_modules/@electron/universal/node_modules/@electron/asar/bin/asar.js p webapp opt/Element/resources/webapp.asar || die + mv -n usr/share/doc/${PN} usr/share/doc/${PF} || die + gunzip usr/share/doc/${PF}/changelog.gz || die + + insinto / + doins -r usr + doins -r opt + local f + for f in ${QA_PREBUILT}; do + fperms +x "/${f}" + done + fperms u+s /opt/Element/chrome-sandbox + + dosym ../../opt/Element/${PN} /usr/bin/${PN} + dosym ${PN} /usr/bin/riot-desktop +} diff --git a/net-im/element-desktop/element-desktop-1.12.7.ebuild b/net-im/element-desktop/element-desktop-1.12.7.ebuild new file mode 100644 index 000000000000..737ad13c7e4a --- /dev/null +++ b/net-im/element-desktop/element-desktop-1.12.7.ebuild @@ -0,0 +1,131 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit unpacker rust xdg + +DESCRIPTION="A glossy Matrix collaboration client for desktop" +HOMEPAGE="https://element.io" +SRC_URI="https://github.com/element-hq/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz + https://github.com/element-hq/element-web/archive/v${PV}.tar.gz -> element-web-${PV}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" +IUSE="+emoji keyring" + +RESTRICT="network-sandbox" #The setup script needs internet connection, including for yarn install + +RDEPEND=" + !net-im/element-desktop-bin + >=app-accessibility/at-spi2-core-2.46.0 + app-crypt/libsecret + dev-db/sqlcipher + dev-libs/expat + dev-libs/nspr + dev-libs/nss + media-libs/alsa-lib + media-libs/mesa + net-libs/nodejs + net-print/cups + x11-libs/cairo + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:3 + x11-libs/libdrm + x11-libs/libxcb + x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXcursor + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXi + x11-libs/libXrandr + x11-libs/libXrender + x11-libs/libXtst + x11-libs/libXScrnSaver + x11-libs/pango + emoji? ( media-fonts/noto-emoji ) +" +DEPEND=" + ${RDEPEND} +" +BDEPEND=" + sys-apps/yarn + >=net-libs/nodejs-22.18.0 +" + +QA_PREBUILT=" + opt/Element/chrome-sandbox + opt/Element/libEGL.so + opt/Element/chrome_crashpad_handler + opt/Element/resources/app.asar.unpacked/node_modules/matrix-seshat/index.node + opt/Element/element-desktop + opt/Element/libffmpeg.so + opt/Element/libvulkan.so.1 + opt/Element/libGLESv2.so + opt/Element/libvk_swiftshader.so +" + +ELEMENT_WEB_S="${WORKDIR}/element-web-${PV}" + +pkg_setup() { + rust_pkg_setup +} + +src_prepare() { + default + pushd "${ELEMENT_WEB_S}" >/dev/null || die + yarn install || die + cp config.sample.json config.json || die + popd >/dev/null || die + + yarn install || die +} + +src_compile() { + pushd "${ELEMENT_WEB_S}" >/dev/null || die + yarn build || die + popd >/dev/null || die + + ln -s "${ELEMENT_WEB_S}"/webapp ./ || die + yarn build:native || die + # Use sed to temporarily fix upstream bug in app-builder-lib https://github.com/electron-userland/electron-builder/issues/9355 + sed -i 's/else if (isCi) {/else if (isCi.isCI) {/' node_modules/app-builder-lib/out/publish/PublishManager.js || die + yarn build || die +} + +src_test() { + pushd "${ELEMENT_WEB_S}" >/dev/null || die + yarn test || die + popd >/dev/null || die + + # Right now I can't figure out how to run playwright + # under virtx so this test is commented out + # Help will be appreciated, need to tell the browser + # to run without a proper gpu support + #virtx dbus-launch npx playwright test --ignore-snapshots --reporter html +} + + +src_install() { + unpack dist/${PN}_${PV}_amd64.deb + tar -xvf data.tar.xz || die + + ./node_modules/@electron/universal/node_modules/@electron/asar/bin/asar.js p webapp opt/Element/resources/webapp.asar || die + mv -n usr/share/doc/${PN} usr/share/doc/${PF} || die + gunzip usr/share/doc/${PF}/changelog.gz || die + + insinto / + doins -r usr + doins -r opt + local f + for f in ${QA_PREBUILT}; do + fperms +x "/${f}" + done + fperms u+s /opt/Element/chrome-sandbox + + dosym ../../opt/Element/${PN} /usr/bin/${PN} + dosym ${PN} /usr/bin/riot-desktop +} diff --git a/net-im/element-desktop/element-desktop-9999.ebuild b/net-im/element-desktop/element-desktop-9999.ebuild deleted file mode 100644 index 362d1bf7e390..000000000000 --- a/net-im/element-desktop/element-desktop-9999.ebuild +++ /dev/null @@ -1,234 +0,0 @@ -# Copyright 2009-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{10..14} ) - -inherit desktop flag-o-matic multilib python-any-r1 xdg-utils - -DESCRIPTION="A glossy Matrix collaboration client for desktop" -HOMEPAGE="https://element.io/" -LICENSE="Apache-2.0" -SLOT="0" -SRC_URI="" -REPO="https://github.com/element-hq/element-web" -ELECTRON_SLOT_DEFAULT="39" -#ELEMENT_COMMIT_ID="ae245c9b1f06e79cec4829f8cd1555206b0ec8f2" -IUSE="electron-40 electron-41 electron-42 native-modules" - -if [[ ${PV} = *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="${REPO}.git" - EGIT_BRANCH="develop" - DOWNLOAD="" - IUSE+=" +build-online" -else - IUSE+=" +build-online" - # KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" - DOWNLOAD="${REPO}/archive/" - if [ -z "$ELEMENT_COMMIT_ID" ] - then - DOWNLOAD+="v${PV}.tar.gz -> element-web-${PV}.tar.gz" - S="${WORKDIR}/element-web-${PV}" - else - DOWNLOAD+="${ELEMENT_COMMIT_ID}.tar.gz -> element-web-${ELEMENT_COMMIT_ID}.tar.gz" - S="${WORKDIR}/element-web-${ELEMENT_COMMIT_ID}" - fi -fi - -SRC_URI+="${DOWNLOAD}" - -RESTRICT="mirror build-online? ( network-sandbox )" -REQUIRED_USE=" - native-modules? ( build-online ) -" - -COMMON_DEPEND=" - ~net-im/element-web-${PV} - native-modules? ( dev-db/sqlcipher ) - electron-40? ( dev-util/electron:40 ) - electron-41? ( dev-util/electron:41 ) - electron-42? ( dev-util/electron:42 ) - !electron-40? ( - !electron-41? ( - !electron-42? ( - dev-util/electron:${ELECTRON_SLOT_DEFAULT} - ) ) ) -" - -RDEPEND="${COMMON_DEPEND} -" -DEPEND="${COMMON_DEPEND} -" - -BDEPEND=" - ${PYTHON_DEPS} - $(python_gen_any_dep ' - dev-python/setuptools[${PYTHON_USEDEP}] - ') - native-modules? ( || ( dev-lang/rust dev-lang/rust-bin ) ) - net-libs/nodejs[corepack] -" - -python_check_deps() { - python_has_version "dev-python/setuptools[${PYTHON_USEDEP}]" -} - -#TODO: net-im/element-web -> runtime/buildtime dep - -src_unpack() { - if use electron-41; then - export ELECTRON_SLOT=41 - elif use electron-40; then - export ELECTRON_SLOT=40 - elif use electron-42; then - export ELECTRON_SLOT=42 - else - export ELECTRON_SLOT=$ELECTRON_SLOT_DEFAULT - fi - if [ -z "$ELEMENT_COMMIT_ID" ] - then - if [ -f "${DISTDIR}/element-web-${PV}.tar.gz" ]; then - unpack "element-web-${PV}.tar.gz" || die - else - git-r3_src_unpack - fi - else - unpack "element-web-${ELEMENT_COMMIT_ID}.tar.gz" || die - fi -} - -src_compile() { - # # OLD_PATH=$PATH - # PATH="/usr/$(get_libdir)/electron-${ELECTRON_SLOT}/node_modules/npm/bin/node-gyp-bin:$PATH" - # PATH="/usr/$(get_libdir)/electron-${ELECTRON_SLOT}/node_modules/npm/bin:$PATH" - # PATH="/usr/$(get_libdir)/electron-${ELECTRON_SLOT}:$PATH" - # PATH="${S}/node_modules/.bin:$PATH"; - # export PATH - # export CFLAGS="${CFLAGS} -I/usr/include/electron-${ELECTRON_SLOT}/node" - # export CPPFLAGS="${CPPFLAGS} -I/usr/include/electron-${ELECTRON_SLOT}/node" - export ELECTRON_SKIP_BINARY_DOWNLOAD=1 - # yarn config set disable-self-update-check true || die - # yarn config set nodedir /usr/include/electron-${ELECTRON_SLOT}/node || die - # # #! Until electron-builder >=22.11.5 - # # yarn config set ignore-engines true || die - - sed -i 's/electron-builder install-app-deps/true/' apps/desktop/package.json || die - - # if ! use build-online; then - # ONLINE_OFFLINE="--offline --frozen-lockfile" - # yarn config set yarn-offline-mirror "${DISTDIR}" || die - # fi - - einfo "Removing playwright from dependencies" - sed -i '/playwright":/d' apps/desktop/package.json || die - - # einfo "Removing sentry from dependencies" - # sed -i '/@sentry/d' apps/desktop/package.json || die - # sed -i '/@sentry/d' apps/desktop/src/electron-main.ts || die - # sed -i '/configureSentry()/d' apps/desktop/src/electron-main.ts || die - - einfo "Installing node_modules" - # sed -i 's/linkWorkspacePackages.*/linkWorkspacePackages: false/' pnpm-workspace.yaml || die - pnpm install --no-frozen-lockfile || die - - cd apps/desktop - if use native-modules; then - pnpm run build:native || die - fi - - script -c "pnpm run build" /dev/null || die - # pnpm install --no-frozen-lockfile || die - # ../../node_modules/.bin/tsc || die - # node scripts/copy-res.ts || die - - # # Electron-Builder doesn't support ppc64 due to using precompiled binaries - # if ! use ppc64; then - # einfo "Editing ElectronFramework.js" - # sed -i 's/return unpack(options, createDownloadOpts.*$/return true;/' \ - # node_modules/app-builder-lib/out/electron/ElectronFramework.js || die - # sed -i 's/return beforeCopyExtraFiles(options);$/return true;/' \ - # node_modules/app-builder-lib/out/electron/ElectronFramework.js || die - - # #!Error: With electron's node: "Unknown argument" electron/electron#25379 - # #!Error: With electron's node: "Invalid package app.asar" - # /usr/bin/node node_modules/.bin/electron-builder --dir || die - # else - # einfo "Manually preparing app.asar" - # local distdir="dist/linux-unpacked/resources" - # mkdir -p ${distdir}/node_modules || die - # cp -r lib ${distdir} || die - # # Copying yarn.lock allows freezing versions to the build versions - # cp package.json ${distdir} || die - # pushd ${distdir} &> /dev/null || die - # pnpm install --no-frozen-lockfile || die - # popd &> /dev/null || die - # # rm ${distdir}/yarn.lock || die - # if use native-modules; then - # cp -r .hak/hakModules/matrix-seshat ${distdir}/node_modules/ || die - # fi - - # einfo "Creating archive" - # /usr/bin/node node_modules/@electron/asar/bin/asar.mjs pack ${distdir} ${distdir}/app.asar \ - # --unpack-dir '{**/Release,**/matrix-seshat}' || die - # # Remove unarchived copies of files (they are still in app.asar) - # rm -r ${distdir}/node_modules || die - # rm -r ${distdir}/lib || die - - # cp -r build ${distdir} || die - # fi - - #cp -r /usr/share/element-web webapp - #rm -f webapp/config.json - #cp -f /etc/element-web/config.json webapp/config.json - #node node_modules/.bin/asar p webapp webapp.asar - #node node_modules/.bin/asar l webapp.asar - - # export PATH=${OLD_PATH} - - # #! Fail in CI - # if [ ! -z "${NODIE}" ]; then - # die "Fail in CI" - # fi -} - -src_install() { - cd apps/desktop - - insinto "/usr/$(get_libdir)/element-desktop" - - doins -r dist/linux-unpacked/resources/* - dosym ../../share/element-web /usr/$(get_libdir)/element-desktop/webapp - - exeinto "/usr/$(get_libdir)/element-desktop" - cp "${FILESDIR}/read_flags_file" dist/linux-unpacked/resources/element-desktop - sed -i "s|@ELECTRON@|element-desktop|" dist/linux-unpacked/resources/element-desktop - - echo "\"/usr/$(get_libdir)/electron-${ELECTRON_SLOT}/electron\" \ -/usr/$(get_libdir)/element-desktop/app.asar \"\${flags[@]}\" \"\$@\"" >> dist/linux-unpacked/resources/element-desktop - doexe dist/linux-unpacked/resources/element-desktop - dosym "/usr/$(get_libdir)/element-desktop/element-desktop" /usr/bin/element-desktop - - # # Install icons - # local branding size - # for size in 16 24 48 64 96 128 256 512 ; do - # newicon -s ${size} "build/icons/${size}x${size}.png" \ - # element-desktop.png - # done - - newicon build/icon.png element-desktop.png - - make_desktop_entry "/usr/bin/element-desktop" Element \ - "element-desktop" "Network;Chat" -} - -pkg_postrm() { - xdg_icon_cache_update - xdg_desktop_database_update -} - -pkg_postinst() { - xdg_icon_cache_update - xdg_desktop_database_update -} diff --git a/net-im/element-desktop/files/read_flags_file b/net-im/element-desktop/files/read_flags_file deleted file mode 100644 index 3c618689ec57..000000000000 --- a/net-im/element-desktop/files/read_flags_file +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/env sh - -name=@ELECTRON@ -flags_file="${XDG_CONFIG_HOME:-$HOME/.config}/${name}-flags.conf" - -declare -a flags - -if [[ -f "${flags_file}" ]]; then - mapfile -t < "${flags_file}" -fi - -for line in "${MAPFILE[@]}"; do - if [[ ! "${line}" =~ ^[[:space:]]*#.* ]]; then - flags+=("${line}") - fi -done diff --git a/net-im/element-desktop/metadata.xml b/net-im/element-desktop/metadata.xml index eae7fcb97134..9c6d65a815cf 100644 --- a/net-im/element-desktop/metadata.xml +++ b/net-im/element-desktop/metadata.xml @@ -2,38 +2,15 @@ <!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> - <email>PF4Public@users.noreply.github.com</email> + <email>filip@kszczot.pl</email> + <name>Filip Kszczot</name> </maintainer> - <longdescription>A glossy Matrix collaboration client for desktop</longdescription> <upstream> <remote-id type="cpe">cpe:/a:matrix:element</remote-id> + <bugs-to>https://github.com/element-hq/element-web/issues</bugs-to> </upstream> <use> - <flag name="build-online">Disable network-sandbox and open Pandora's box!</flag> - <flag name="electron-19">Build against electron-19 instead of the default one</flag> - <flag name="electron-20">Build against electron-20 instead of the default one</flag> - <flag name="electron-21">Build against electron-21 instead of the default one</flag> - <flag name="electron-22">Build against electron-22 instead of the default one</flag> - <flag name="electron-23">Build against electron-23 instead of the default one</flag> - <flag name="electron-24">Build against electron-24 instead of the default one</flag> - <flag name="electron-25">Build against electron-25 instead of the default one</flag> - <flag name="electron-26">Build against electron-26 instead of the default one</flag> - <flag name="electron-27">Build against electron-27 instead of the default one</flag> - <flag name="electron-28">Build against electron-28 instead of the default one</flag> - <flag name="electron-29">Build against electron-29 instead of the default one</flag> - <flag name="electron-30">Build against electron-30 instead of the default one</flag> - <flag name="electron-31">Build against electron-31 instead of the default one</flag> - <flag name="electron-32">Build against electron-32 instead of the default one</flag> - <flag name="electron-33">Build against electron-33 instead of the default one</flag> - <flag name="electron-34">Build against electron-34 instead of the default one</flag> - <flag name="electron-35">Build against electron-35 instead of the default one</flag> - <flag name="electron-36">Build against electron-36 instead of the default one</flag> - <flag name="electron-37">Build against electron-37 instead of the default one</flag> - <flag name="electron-39">Build against electron-39 instead of the default one</flag> - <flag name="electron-40">Build against electron-40 instead of the default one</flag> - <flag name="electron-41">Build against electron-41 instead of the default one</flag> - <flag name="electron-42">Build against electron-42 instead of the default one</flag> - <flag name="native-modules">Build native modules (for searching in encrypted rooms and secure storage)</flag> + <flag name="emoji">Use <pkg>media-fonts/noto-emoji</pkg> for displaying emoji</flag> </use> - <origin>pf4public-overlay</origin> + <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/net-im/telegram-desktop-bin/Manifest b/net-im/telegram-desktop-bin/Manifest index bf7763712401..7642db44144a 100644 --- a/net-im/telegram-desktop-bin/Manifest +++ b/net-im/telegram-desktop-bin/Manifest @@ -1,4 +1,4 @@ -DIST tdesktop-6.7.5.tar.gz 24203534 BLAKE2B 3998624c18c12ad6e7d23247682ad9a74dad98e0fecf3220f7f2f078d4d7c4e2263255412a194cccfc21c263431ded86068aa66365a779dd2d8d663cb33a78b3 SHA512 bfb3bd69a34e0c853f36299884f2ac605a16611a4b9d4a877da83f87c4b1a680279df13f00b22ecba0eb1cb68a5393f7f69542a0766212f2f244aa39ca897336 DIST tdesktop-6.7.8.tar.gz 24281412 BLAKE2B 6840a434a89336b7a126c955c679c82d38e28155210bd6a159810112ec1fb8d288e14bd4a1a0360588e3d456ac9e73db1df3aa40764ee5225461316a9c4c1281 SHA512 e00d8ee73e635baee5569180ce8a391fa6af7d1881be196356791d6c24a33064b85cda3e346cdbef031af2781cce1f505d3de5b546b98c5db601c17d6eaf6156 -DIST tsetup.6.7.5.tar.xz 66850864 BLAKE2B 68e4db0628fee11e37ad85ebefd45c68f5190204bf0d7a1364965b736b3318ce074358bf3aceb8602372bf415e55d91a308f47b3c0557c36d052d0ae0d21b381 SHA512 25ba179ac715985d8653c9da05d3cba9a75f00c953c3981df8b15585df1d7fb36fa8c1de5282532c384072f770b335fca81466842add47a84184fc17e69703f7 +DIST tdesktop-6.8.1.tar.gz 24356143 BLAKE2B d4cd96f62435ab7b8a6763c88e49fc79d6e1fb6b0d7a7339d63cc28c880084de6164a1564854739edd38d9b13fd9bab81cea7782e2ad17fb0bc63fe17858b2f3 SHA512 cb5afdf733f55a10cfa62f256a1ee7336e5452bdd1709a1ac9ce0c77b9c6bf962627e4cfd1aedc9e4a9894155fde9dec7c24510964ddae5c46ac518f12192759 DIST tsetup.6.7.8.tar.xz 67027720 BLAKE2B 975b7f3fc42ea1fd0f7447ce49e6ee5fe9ef47c134530299fa8fbf10bef2f8b5bd1bff4644b28cc23127d38df07fc74d18d4206816c5c3dec2823179853cd056 SHA512 dfd68abec693a253ede9e26ca03cf85c7d542e096723c152be97f39a3dc71f4301549c4af713b84e87afaab1bb2329ba75039f33f41be2d98c23f46f1f4f289f +DIST tsetup.6.8.1.tar.xz 67268948 BLAKE2B 22a8f9601ffa1675938a96db69bcdd05618ed85521e4b8d8e6034ccf354f01909ac498907376d25048b621c7993acc1fc9eccae37e6922017e76b489898db5a2 SHA512 6e43060975d6a4bb7ebbb6d4245aef327e16b9ba8fdc8c6f1ed6ef2c90f5e72c8fec493903e2204c202af540a3f16b6f6719927684aeac043c8a487a63f7cf0f diff --git a/net-im/telegram-desktop-bin/telegram-desktop-bin-6.7.5.ebuild b/net-im/telegram-desktop-bin/telegram-desktop-bin-6.8.1.ebuild index face8277fb3e..face8277fb3e 100644 --- a/net-im/telegram-desktop-bin/telegram-desktop-bin-6.7.5.ebuild +++ b/net-im/telegram-desktop-bin/telegram-desktop-bin-6.8.1.ebuild diff --git a/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6.ebuild b/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6.ebuild index e6930e9f2b69..cb1c374f0ec5 100644 --- a/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6.ebuild +++ b/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 diff --git a/net-irc/telepathy-idle/telepathy-idle-0.2.2.ebuild b/net-irc/telepathy-idle/telepathy-idle-0.2.2.ebuild index ccd442dbf038..32dc95340a37 100644 --- a/net-irc/telepathy-idle/telepathy-idle-0.2.2.ebuild +++ b/net-irc/telepathy-idle/telepathy-idle-0.2.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 diff --git a/net-libs/telepathy-glib/telepathy-glib-0.24.2-r1.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.24.2-r1.ebuild index e6181569813f..55b4982aa0cd 100644 --- a/net-libs/telepathy-glib/telepathy-glib-0.24.2-r1.ebuild +++ b/net-libs/telepathy-glib/telepathy-glib-0.24.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 diff --git a/net-misc/sb-hosts/Manifest b/net-misc/sb-hosts/Manifest index 5cb26522fb8a..0f74e8d622db 100644 --- a/net-misc/sb-hosts/Manifest +++ b/net-misc/sb-hosts/Manifest @@ -1,2 +1,2 @@ -DIST sb-hosts-3.16.78.tar.gz 22043888 BLAKE2B 20a1e2c928028de4e035c7eb7cb97c49152b867bebcb211ecbc5bf9ed3cb26de4cfe05e5bfa8d3f057095e7150280962cdd96f9b8953c7a6ad15e335e3dd0ec1 SHA512 ba41f3b8c04c97c58d44e37962bd0b5529079d9558f910629101e9c9657b4dc722d856e6a7f734d818ff4ae473601501cfb0b1744af9433b2d060e36c3945794 DIST sb-hosts-3.16.79.tar.gz 21867633 BLAKE2B 3a278547abb4571ad7631817fbd71cada0fc48356c2b018728b4f0a33ca1e93b88ec36525a16f4fcb4a02c42f2b0ee2ea1ab1f585668f0cb64bc174d31562674 SHA512 04dd6feb1f12987dc58a775094074a2cb01a03f7c5ca3ecd80beb9579757335fc3300ba363c95fdf82128eb11c5c63a7453d03e53b357071de6cf75ef09a71ae +DIST sb-hosts-3.16.80.tar.gz 22035548 BLAKE2B 3a66e98f912ac7a5d2ad871d66c13c498c70ff6c9df067510a40373d5d77efc076b3b71f197c70639a2b87fd75ed152e8c418ed6ab5e973f883ae93582f9e441 SHA512 e55cd26a475a723388254b8325a692a73b5ef23dc3ca763173c6dc39c3fe771873d70fdef819c63d740c3ce1f13f8151d6751de14a45df79d88880c38e0608ae diff --git a/net-misc/sb-hosts/sb-hosts-3.16.78.ebuild b/net-misc/sb-hosts/sb-hosts-3.16.80.ebuild index 941876ea977f..941876ea977f 100644 --- a/net-misc/sb-hosts/sb-hosts-3.16.78.ebuild +++ b/net-misc/sb-hosts/sb-hosts-3.16.80.ebuild diff --git a/net-misc/tinyssh/tinyssh-20260401.ebuild b/net-misc/tinyssh/tinyssh-20260401.ebuild index 44ee48761bd4..e35977f02de7 100644 --- a/net-misc/tinyssh/tinyssh-20260401.ebuild +++ b/net-misc/tinyssh/tinyssh-20260401.ebuild @@ -12,7 +12,7 @@ if [[ "${PV}" == "99999999" ]]; then EGIT_REPO_URI="https://github.com/janmojzis/tinyssh.git" else SRC_URI="https://github.com/janmojzis/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="~amd64 ~arm64 ~x86" fi LICENSE="|| ( CC0-1.0 0BSD MIT-0 MIT )" diff --git a/net-misc/wstunnel/Manifest b/net-misc/wstunnel/Manifest index 4b6e8f6612c6..629b5e2a02e1 100644 --- a/net-misc/wstunnel/Manifest +++ b/net-misc/wstunnel/Manifest @@ -1,6 +1,4 @@ DIST wstunnel-10.5.2-crates.tar.xz 32393352 BLAKE2B 395f11a1af48a2bdc18593fd4b6c187e6378b87f3430c547cf8ed55ffc7df75e3c22dd11de687661b47432c184d14d75d77856866e8ab42c8e8d423e9e532a83 SHA512 78e7fd7728b9dc8941e06831a8c3291a92160fbe9fdebfc15cb1687253c4801a71e50df4a414cd3c4ff7c5daea6421e580c6495cdb1ae9e893ab133d8bd8b22a DIST wstunnel-10.5.2.tar.gz 1721076 BLAKE2B 8bcc814022ca6f7dcb34872eaf3e3e46e2d67c905b0aba9e8b91caca6e87b83c6995455da8b5e162b679fde6b1a3c557d105ceb1b652f5b75e117030868b9abf SHA512 c2a0dc10e137a814c8c3ddb1cc11d7f3638aa3c688935d0ab8bd04c0dc488014a6e57dbdf6c1e6634f2ff86d8c6cb2bfeb1f71e6551e96b433444f22ecf53a35 -DIST wstunnel-10.5.3-crates.tar.xz 30955744 BLAKE2B 378bc499774a7e0d4f1cfd3f07094a0d2dc41f2b9a52b2297ae1d0797db61c2808686978d8a8bf98f3f3ca5a6c724dd7c0bb6113161980e02f2de0d0113f692f SHA512 8f6ace449b4009e7c63eb8dedd5d5314e15ba0e53b644e9792783f9dc25b45f0852ea4d334f44da4bb947f596d4ec15abf6179a4d41f26b4a872124b78aa6858 -DIST wstunnel-10.5.3.tar.gz 1721587 BLAKE2B 401154e2292f341af949ac4dbbf820fc60725389267bc0e76057d9484eaecc543af6860e99893edc4a87fdf093cc4a5b497aab6bdcd87b7e3f28f5be2bf684d8 SHA512 f9dfba07edb8a664e8d80b7cf48ff18a9d5789ec5137663cea43aaf8d3532850cc88fc7ffe77c2533f13701903371595a2606e3c8303bcf35b53ba47b992b6af DIST wstunnel-10.5.4-crates.tar.xz 30799680 BLAKE2B aeebc368250e7dc1d460f1fa68f477e977b4ba72dc2d7e64831e5c68e4ec0fd21f8f1a01b25a2f88028954eab9806cf84184e93c4bddf8c7cd9232c623d1d535 SHA512 12c5e43a720d952ed2e2869417846ae4a246ff519bbf606f9aa84619bec73039f87bf2a1133ae505114cb4f8887bc46f5c947279e7cae505c8efe959f5999972 -DIST wstunnel-10.5.4.tar.gz 1721726 BLAKE2B 90518e24e3db5d18d8a1a10193b48667b0320a4f42752ea3eb7d47990ce2964acd3f86c0b2cee9cb79067e595c628138b01f740613197d0d3ca2bb1084cba1fa SHA512 8bff57a79deea6d46a893ac6c613b859678a52bbb8fb73427e03e985ab2f7d608fae8a3ea67365e1a6e3a15ba0604ddecd4f3b40f47e08ece3fcf9893f8e7a11 +DIST wstunnel-10.5.5.tar.gz 1721833 BLAKE2B 95b2c7bd91921c55e8b603caf6dd97373f9eff9e19e5d1c7f6969995579b3b749e166f339b357597d766463f9157d2c61440623227a6c48e8921e5523caed97b SHA512 1d5b85a77cd24f6e8c2217ec5432d5743e8057505340c9d2e99a8fab7b802748380cd8e43c2e5c6306df546fb394dd3311bbad81e0139e2ce8e30d3faca83726 diff --git a/net-misc/wstunnel/files/wstunnel-10.5.4-fix_tests.patch b/net-misc/wstunnel/files/wstunnel-10.5.4-fix_tests.patch deleted file mode 100644 index 8ead9406392f..000000000000 --- a/net-misc/wstunnel/files/wstunnel-10.5.4-fix_tests.patch +++ /dev/null @@ -1,18 +0,0 @@ -backport https://github.com/erebe/wstunnel/commit/41fed82.patch -fix testsuite -see https://github.com/erebe/wstunnel/issues/503 ---- a/wstunnel/src/test_integrations.rs -+++ b/wstunnel/src/test_integrations.rs -@@ -25,6 +25,12 @@ use url::Host; - - #[fixture] - fn dns_resolver() -> DnsResolver { -+ if tokio_rustls::rustls::crypto::aws_lc_rs::default_provider() -+ .install_default() -+ .is_err() -+ { -+ let _ = tokio_rustls::rustls::crypto::ring::default_provider().install_default(); -+ } - DnsResolver::new_from_urls(&[], None, SoMark::new(None), true).expect("Cannot create DNS resolver") - } - diff --git a/net-misc/wstunnel/wstunnel-10.5.3.ebuild b/net-misc/wstunnel/wstunnel-10.5.3.ebuild deleted file mode 100644 index 113c3786a703..000000000000 --- a/net-misc/wstunnel/wstunnel-10.5.3.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -CRATES=" -" -RUST_MIN_VER="1.88.0" - -inherit cargo - -DESCRIPTION="Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI" -HOMEPAGE="https://github.com/erebe/wstunnel/" -SRC_URI="https://github.com/erebe/wstunnel/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI+=" https://raw.githubusercontent.com/PPN-SD/vendor/refs/tags/${P}/${P}-crates.tar.xz" - -LICENSE="BSD" -# Autogenerated by pycargoebuild -# Dependent crate licenses -LICENSE+=" - Apache-2.0 BSD CC0-1.0 CDLA-Permissive-2.0 ISC MIT openssl - Unicode-3.0 ZLIB -" -SLOT="0" -KEYWORDS="~amd64" - -QA_FLAGS_IGNORED="usr/bin/wstunnel" - -pkg_setup() { - # see bug #965963 - export CARGO_PROFILE_RELEASE_LTO=off - - rust_pkg_setup -} - -src_compile() { - cargo_src_compile --package wstunnel-cli -} - -src_test() { - local CARGO_SKIP_TESTS=( - # needs docker - tests::test_proxy_connection - ) - cargo_src_test --no-fail-fast -} - -src_install() { - cargo_src_install --path wstunnel-cli - local DOCS+=( README.md docs/*.md ) - einstalldocs -} diff --git a/net-misc/wstunnel/wstunnel-10.5.4.ebuild b/net-misc/wstunnel/wstunnel-10.5.5.ebuild index c00da50c43d1..af4f6d639b58 100644 --- a/net-misc/wstunnel/wstunnel-10.5.4.ebuild +++ b/net-misc/wstunnel/wstunnel-10.5.5.ebuild @@ -9,10 +9,12 @@ RUST_MIN_VER="1.88.0" inherit cargo +# last update of Cargo.lock +CRATES_PV="10.5.4" DESCRIPTION="Tunnel all your traffic over Websocket or HTTP2 - Bypass firewalls/DPI" HOMEPAGE="https://github.com/erebe/wstunnel/" SRC_URI="https://github.com/erebe/wstunnel/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI+=" https://raw.githubusercontent.com/PPN-SD/vendor/refs/tags/${P}/${P}-crates.tar.xz" +SRC_URI+=" https://raw.githubusercontent.com/PPN-SD/vendor/refs/tags/${PN}-${CRATES_PV}/${PN}-${CRATES_PV}-crates.tar.xz" LICENSE="BSD" # Autogenerated by pycargoebuild @@ -21,10 +23,6 @@ LICENSE+=" Apache-2.0 BSD CC0-1.0 ISC MIT openssl Unicode-3.0 ZLIB" SLOT="0" KEYWORDS="~amd64" -PATCHES=( - "${FILESDIR}"/${P}-fix_tests.patch -) - QA_FLAGS_IGNORED="usr/bin/wstunnel" pkg_setup() { diff --git a/net-news/liferea/Manifest b/net-news/liferea/Manifest index 3ba45255351d..eca23efde108 100644 --- a/net-news/liferea/Manifest +++ b/net-news/liferea/Manifest @@ -2,3 +2,4 @@ DIST liferea-1.15.5.tar.gz 1878299 BLAKE2B e74c67fa1b124dabdd3abec2ecb7d42e9d3f3 DIST liferea-1.15.8.tar.gz 1829024 BLAKE2B 0a24cef596f8278034b53f909d84edfd994b38165c6ea30b3aa973157e6bb2725b026748b1f17f630597906d61de7fde1db4160c3b343c50d342f68b9fcbcd11 SHA512 19433433849d729f4314dc603cbd7bb824694bfb7f042a97bb2bec38627e56e1b8cbcbef0573f473bfef620a165de28ad16788cdec1f31462eb939b6d7794272 DIST liferea-1.16.5.tar.gz 1862725 BLAKE2B 7a6d9c5cf39a21cfae5fcf9ab026dc2f658d5045f9575a0f1c05519523669aae5d7f370b323d4dd4dd491238955492ab025d6f7c11b100cd92a351a8882e1c51 SHA512 64c001c5148b1e650bd77a1f08d726e8d30e31903b21bccc9aa4373da2f39811c8f831ca06595c5838292a0e00525ee2802cfef4be41be27374448cc14239ea8 DIST liferea-1.16.7.tar.gz 1857101 BLAKE2B 64070b2e1bfeac7e2c2a4ee24676c6065e321315b9fc04902ca32e66317a25a5bacee2002cd7bb2edae2c93e67225168df91b2b59275d89f75162e43a8d044d0 SHA512 7c57c39c71797d244d847218aa9944a3c9104b555af3c2330516bc941cf7daff655586e9a09cead1362f2827e2d7b03872e56dd1328f1b24438700dbaa8e292f +DIST liferea-1.16.9.tar.gz 1864160 BLAKE2B 58de3b4098eaf56f8152320c3f8cc055879d9c366f3a8715b3cf5fb447bd4ce738d68fe4a8e03f2260b7022dfe574bd259e2cc515ba23a593e6f68529e3bc55c SHA512 da8e20e9ceeda7274b49018ab342d4fe4134c35bc0021934cd0fdbf5f0cdb7fe18c7d22fbcde094b033efcd66e8c33970375e06f1b57b4bd083487f4430c4aa8 diff --git a/net-news/liferea/liferea-1.16.9.ebuild b/net-news/liferea/liferea-1.16.9.ebuild new file mode 100644 index 000000000000..dd51f6e1708e --- /dev/null +++ b/net-news/liferea/liferea-1.16.9.ebuild @@ -0,0 +1,80 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..14} ) +MY_PV="${PV/_/-}" +MY_PV="${MY_PV^^}" +MY_P="${PN}-${MY_PV}" + +inherit autotools gnome2-utils optfeature python-single-r1 xdg + +DESCRIPTION="News Aggregator for RDF/RSS/CDF/Atom/Echo feeds" +HOMEPAGE="https://lzone.de/liferea/" +SRC_URI="https://github.com/lwindolf/${PN}/archive/refs/tags/v${MY_PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/${MY_P}" + +LICENSE="GPL-2+" +SLOT="0" +if [[ ${PV} != *_rc* ]] ; then + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64" +fi +REQUIRED_USE="${PYTHON_REQUIRED_USE}" + +RDEPEND="${PYTHON_DEPS} + >=dev-db/sqlite-3.7.0:3 + >=dev-libs/fribidi-0.19.7 + >=dev-libs/glib-2.68.0:2 + >=dev-libs/gobject-introspection-1.82.0-r2:= + dev-libs/json-glib + dev-libs/libpeas:2[python,${PYTHON_SINGLE_USEDEP}] + >=dev-libs/libxml2-2.6.27:2 + >=dev-libs/libxslt-1.1.19 + gnome-base/gsettings-desktop-schemas + >=net-libs/libsoup-3.0.7:3.0 + net-libs/webkit-gtk:4.1= + x11-libs/gdk-pixbuf:2 + >=x11-libs/gtk+-3.24.0:3[X] + >=x11-libs/pango-1.4.0 +" +DEPEND="${RDEPEND} + >=dev-python/pygobject-3.52.3:3= +" +BDEPEND=" + dev-util/intltool + virtual/pkgconfig +" + +src_prepare() { + default + eautoreconf +} + +src_configure() { + econf --disable-static +} + +src_compile() { + # Workaround crash in libwebkit2gtk-4.0.so + # https://bugs.gentoo.org/704594 + WEBKIT_DISABLE_COMPOSITING_MODE=1 \ + default +} + +src_install() { + default + find "${D}" -name '*.la' -delete || die +} + +pkg_postinst() { + xdg_pkg_postinst + gnome2_schemas_update + + optfeature "Libsecret Support plugin" app-crypt/libsecret[introspection] + optfeature "Tray Icon (AppIndicator and GNOME Classic) plugin" \ + "dev-libs/libayatana-appindicator dev-python/pycairo x11-libs/gdk-pixbuf[introspection]" + optfeature "Media Player plugin" media-libs/gstreamer[introspection] + optfeature "monitoring network status" net-misc/networkmanager + optfeature "Popup Notifications plugin" x11-libs/libnotify[introspection] +} diff --git a/profiles/package.mask/00-gentoo b/profiles/package.mask/00-gentoo index 4a3f043afbf2..9902f2cc54e7 100644 --- a/profiles/package.mask/00-gentoo +++ b/profiles/package.mask/00-gentoo @@ -36,6 +36,11 @@ #--- END OF EXAMPLES --- +# Michał Górny <mgorny@gentoo.org> (2026-05-08) +# Django 4.2 LTS reached EOL in April 2026, and is now vulnerable. +# Removal on 2026-06-07. +<dev-python/django-5 + # Michał Górny <mgorny@gentoo.org> (2026-05-06) # Merged into dev-python/pydantic, since it is tightly pinned # and involves a tightly pinned cyclic test dependency. @@ -424,6 +429,7 @@ virtual/perl-Unicode-Normalize >=media-gfx/eog-50 >=media-gfx/mypaint-2.0.1-r8 >=media-video/totem-43.2-r1 +>=net-news/liferea-1.16.9 # Sam James <sam@gentoo.ogr> (2025-06-08) # Masked for testing (bug #957583). diff --git a/sci-chemistry/gromacs/gromacs-2024.6.ebuild b/sci-chemistry/gromacs/gromacs-2024.6.ebuild index 2db104e2335c..f0977b9caa9d 100644 --- a/sci-chemistry/gromacs/gromacs-2024.6.ebuild +++ b/sci-chemistry/gromacs/gromacs-2024.6.ebuild @@ -94,7 +94,7 @@ DOCS=( AUTHORS README ) RESTRICT="!test? ( test )" -PATCHES=( +PATCHES=( "${FILESDIR}/${PN}-gcc-15.patch" "${FILESDIR}/${PN}-musl.patch" ) diff --git a/sci-chemistry/mdtraj/Manifest b/sci-chemistry/mdtraj/Manifest index 7f5e1da1e1e0..ff4637c4aaa6 100644 --- a/sci-chemistry/mdtraj/Manifest +++ b/sci-chemistry/mdtraj/Manifest @@ -1 +1,2 @@ DIST mdtraj-1.10.3.gh.tar.gz 21993979 BLAKE2B a9d6e0bfb073c3a0f4852123ffa72d7b812d01e9d5c7130bcb9f0d7ff5f029f293ba08e417c404f876d62a592c264a5a540a2f55f7af3a8535decae214619bf4 SHA512 ff3b2959dfe21a633d99a8ae27520c8b582fc3384182bfb6653a4ffa4fb13b83f25e4e75ddd30ecf1b6ad36afe5c9580faa158f2069383563a46868d2dea0ed4 +DIST mdtraj-1.11.1_p1.gh.tar.gz 22729985 BLAKE2B b3dd05da0c685c44ae33f2b2be58d2c8ff6b1585d29b70e1a72acd36f8b10a0e06d35e3c4eeb150e16fae2d0f9490913aa8fad7eb221de8cb328f458ae61ccc2 SHA512 7de695fb4b2c160913a7c1344e2b2719d6b265ff1724a83d233c49427e58fe3a5add9a076fc2850e05dcf956ffc4b2b6730e8f169449e954703be39125262948 diff --git a/sci-chemistry/mdtraj/mdtraj-1.11.1_p1.ebuild b/sci-chemistry/mdtraj/mdtraj-1.11.1_p1.ebuild new file mode 100644 index 000000000000..01803e2ee60c --- /dev/null +++ b/sci-chemistry/mdtraj/mdtraj-1.11.1_p1.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{10..14} ) + +DISTUTILS_EXT=1 +DISTUTILS_USE_PEP517=setuptools + +inherit distutils-r1 + +DESCRIPTION="Read, write and analyze MD trajectories with only a few lines of Python code" +HOMEPAGE="https://mdtraj.org" +SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV/_p/.post}.tar.gz -> ${P}.gh.tar.gz" +S="${WORKDIR}/${PN}-${PV/_p/.post}" + +LICENSE="LGPL-2.1+" + +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/pandas[${PYTHON_USEDEP}] + dev-python/pyparsing[${PYTHON_USEDEP}] + dev-python/networkx[${PYTHON_USEDEP}] + dev-python/scipy[${PYTHON_USEDEP}] + dev-python/tables[${PYTHON_USEDEP}] +" +DEPEND="${RDEPEND} + test? ( + dev-python/pytest-rerunfailures[${PYTHON_USEDEP}] + dev-python/pytest-datadir[${PYTHON_USEDEP}] + dev-python/ipykernel[${PYTHON_USEDEP}] + dev-python/jupyter-client[${PYTHON_USEDEP}] + dev-python/nbformat[${PYTHON_USEDEP}] + dev-python/scikit-learn[${PYTHON_USEDEP}] + ) +" +BDEPEND=" + dev-python/cython[${PYTHON_USEDEP}] +" + +distutils_enable_tests pytest + +python_prepare_all() { + sed -e "s:re.match('build.*(mdtraj.*)', output_dir).group(1):'.':g" \ + -i basesetup.py || die + distutils-r1_python_prepare_all +} + +python_test() { + rm -rf mdtraj* || die + epytest tests + epytest examples +} diff --git a/sci-chemistry/pymol/pymol-3.1.0-r1.ebuild b/sci-chemistry/pymol/pymol-3.1.0-r1.ebuild index 5a6732bcd2b2..9f2c23eebf41 100644 --- a/sci-chemistry/pymol/pymol-3.1.0-r1.ebuild +++ b/sci-chemistry/pymol/pymol-3.1.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 diff --git a/sci-ml/datasets/Manifest b/sci-ml/datasets/Manifest index a3162bdbc14a..674805515580 100644 --- a/sci-ml/datasets/Manifest +++ b/sci-ml/datasets/Manifest @@ -1,5 +1 @@ -DIST datasets-4.0.0.gh.tar.gz 1889828 BLAKE2B 0dcf01851179c656df42a7abc7d987db58b673b31d404dfddc84c2de919f2f9b404eb028557bd8874c15ae5293e0ce78073209dd2beacd3bcb2d4ee54b68fecc SHA512 ed6b1fca59680c76ddf4e132b9bc88033a3ee78437947e59d728959cc17bf79d0ca31411b2719c4abcca79b7590d513ccf668735ee98bb18b4dfa1e8da781a4c -DIST datasets-4.1.1.gh.tar.gz 2081889 BLAKE2B 6f40a4523f305761cad40a00557f09e4846ed0c8f2063e109e0b81f534aef493fed0ba31a4d32adf171df50287bbe2009b9baa2d68785c74f213004f1ebb875a SHA512 ce8ce46dd30f7f679d2293a0633604efbff105e1221459e6031f4e8928b2403ae2c99518ac59d568cc88826d8f647bd365ecaeacd69ed5fdef176c437587dfd7 -DIST datasets-4.2.0.gh.tar.gz 2086054 BLAKE2B 3b40fe2468ae0311669290f0eeae68f6630a2a4203a97f13ab16bbaebdb37566e4206d73a953944b0f769039ad11182ba99f4775d48e753b91fd209bc00795be SHA512 2172a5a7695abdcd6fdd7d39e24b1289fe2efb24663c4d23547e2ee0f0e6890ec44eb380ebe121f4d8f8b1549108fc9fe209f0433f680f2a7cdf886c19afc809 -DIST datasets-4.3.0.gh.tar.gz 2086314 BLAKE2B d183d8fa8ad8b5bae0eb923837d4d06a7a78386a3d5ed1fd8c79fee28f2a51dd4543df32f75d2b58a7d7d3b512c8c91725afd42bc999517cd8249dc797faf484 SHA512 cbad077848ae4d059d20c475bb1ea75c3d9f048561738276203dbcd1160378db1f67a1aaf350fb9153e983e12b432c78cac155fb48d223fe3ca7a9e63c63a15d -DIST datasets-4.4.2.gh.tar.gz 2161786 BLAKE2B 205f9bad54a01830fe4f324e5ae7f1d55732f6ce0532a9828b78e5732c8e30b65e1590cdeb81ddd4d26ff882fbe6c184c33e1af13fc13fd80a753794b91c5688 SHA512 3c2c9ff0d31735eaf1aa3b3e142b1e73da6f0bafb21a60ae18a9aaaf0ffbce21e3bec581c5d7a1de88c886056881864c3ad0c294cf8ba58fee80da4f5b217d30 +DIST datasets-4.8.5.gh.tar.gz 2195039 BLAKE2B 3ab237f44f852d5b6ec6b482b6f21332583ab3136991fb361ef4f64f5f23be39c38c0f6af4c1f4db43104adb1f7636a3f6fcb14f637bd73460067e3a19ebd7e4 SHA512 ceb75c23a3b695ab7bcad948b374eac7857d4e21b770b6638c47620d30cb3adc1ae4a7bafbd4076f4770ccb8782a4ff5eb1c2004cb7f6b9b54d42f7e3c169ace diff --git a/sci-ml/datasets/datasets-4.0.0.ebuild b/sci-ml/datasets/datasets-4.0.0.ebuild deleted file mode 100644 index 41f21cccf620..000000000000 --- a/sci-ml/datasets/datasets-4.0.0.ebuild +++ /dev/null @@ -1,113 +0,0 @@ -# Copyright 2023-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..14} ) -DISTUTILS_SINGLE_IMPL=1 -inherit distutils-r1 - -DESCRIPTION="Access and share datasets for Audio, Computer Vision, and NLP tasks" -HOMEPAGE="https://pypi.org/project/datasets/" -SRC_URI="https://github.com/huggingface/${PN}/archive/refs/tags/${PV}.tar.gz - -> ${P}.gh.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64" -IUSE="torch vision" -REQUIRES_USE="test? ( torch vision )" - -RDEPEND=" - sci-ml/huggingface_hub[${PYTHON_SINGLE_USEDEP}] - $(python_gen_cond_dep ' - dev-python/dill[${PYTHON_USEDEP}] - dev-python/filelock[${PYTHON_USEDEP}] - dev-python/fsspec[${PYTHON_USEDEP}] - dev-python/multiprocess[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/pandas[${PYTHON_USEDEP}] - dev-python/pyarrow[${PYTHON_USEDEP},parquet,snappy] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/tqdm[${PYTHON_USEDEP}] - dev-python/xxhash[${PYTHON_USEDEP}] - vision? ( - dev-python/pillow[${PYTHON_USEDEP}] - ) - ') - torch? ( - sci-ml/caffe2[${PYTHON_SINGLE_USEDEP},numpy] - sci-ml/pytorch[${PYTHON_SINGLE_USEDEP}] - ) -" -DEPEND="${RDEPEND}" -# Missing x test: -# joblib -# joblibspark -# faiss-cpu -# jax -# jaxlib -# polars -# pyav -# pyspark -# py7zr -# s3fs -# tensorflow -# tiktoken -# torchdata -# transformers -BDEPEND="test? ( - sci-ml/torchvision[${PYTHON_SINGLE_USEDEP}] - $(python_gen_cond_dep ' - dev-python/absl-py[${PYTHON_USEDEP}] - dev-python/decorator[${PYTHON_USEDEP}] - dev-python/elasticsearch[${PYTHON_USEDEP}] - dev-python/lz4[${PYTHON_USEDEP}] - dev-python/moto[${PYTHON_USEDEP}] - dev-python/protobuf:=[${PYTHON_USEDEP}] - dev-python/pytest-datadir[${PYTHON_USEDEP}] - dev-python/pytest-xdist[${PYTHON_USEDEP}] - dev-python/soundfile[${PYTHON_USEDEP}] - dev-python/sqlalchemy[${PYTHON_USEDEP}] - dev-python/zstandard[${PYTHON_USEDEP}] - ') -)" - -EPYTEST_PLUGINS=( pytest-datadir ) - -distutils_enable_tests pytest - -src_prepare() { - sed -i \ - -e "/log(pickler/d" \ - src/datasets/utils/_dill.py \ - || die - distutils-r1_src_prepare -} - -python_test() { - local EPYTEST_IGNORE=( - tests/packaged_modules/test_spark.py - tests/test_upstream_hub.py - ) - - local EPYTEST_DESELECT=( - tests/io/test_parquet.py::test_parquet_read_geoparquet - tests/packaged_modules/test_folder_based_builder.py::test_data_files_with_different_levels_no_metadata - tests/packaged_modules/test_folder_based_builder.py::test_data_files_with_one_label_no_metadata - tests/test_arrow_dataset.py::BaseDatasetTest::test_filter_caching_on_disk - tests/test_arrow_dataset.py::BaseDatasetTest::test_map_caching_on_disk - tests/test_arrow_dataset.py::BaseDatasetTest::test_map_caching_partial_remap_on_disk - tests/test_arrow_dataset.py::BaseDatasetTest::test_map_caching_reuses_cache_with_different_num_proc_on_disk - tests/test_data_files.py - tests/test_file_utils.py::TestxPath - tests/test_fingerprint.py - tests/test_hub.py::test_delete_from_hub - tests/test_load.py - ) - - epytest -m 'unit' -} diff --git a/sci-ml/datasets/datasets-4.1.1.ebuild b/sci-ml/datasets/datasets-4.1.1.ebuild deleted file mode 100644 index cf46f3aa9325..000000000000 --- a/sci-ml/datasets/datasets-4.1.1.ebuild +++ /dev/null @@ -1,116 +0,0 @@ -# Copyright 2023-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..14} ) -DISTUTILS_SINGLE_IMPL=1 -inherit distutils-r1 - -DESCRIPTION="Access and share datasets for Audio, Computer Vision, and NLP tasks" -HOMEPAGE="https://pypi.org/project/datasets/" -SRC_URI="https://github.com/huggingface/${PN}/archive/refs/tags/${PV}.tar.gz - -> ${P}.gh.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64" -IUSE="torch vision" -REQUIRES_USE="test? ( torch vision )" - -RDEPEND=" - sci-ml/huggingface_hub[${PYTHON_SINGLE_USEDEP}] - $(python_gen_cond_dep ' - dev-python/dill[${PYTHON_USEDEP}] - dev-python/filelock[${PYTHON_USEDEP}] - dev-python/fsspec[${PYTHON_USEDEP}] - dev-python/multiprocess[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/pandas[${PYTHON_USEDEP}] - dev-python/pyarrow[${PYTHON_USEDEP},parquet,snappy] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/tqdm[${PYTHON_USEDEP}] - dev-python/xxhash[${PYTHON_USEDEP}] - vision? ( - dev-python/pillow[${PYTHON_USEDEP}] - ) - ') - torch? ( - sci-ml/caffe2[${PYTHON_SINGLE_USEDEP},numpy] - sci-ml/pytorch[${PYTHON_SINGLE_USEDEP}] - ) -" -DEPEND="${RDEPEND}" -# Missing x test: -# joblib -# joblibspark -# faiss-cpu -# jax -# jaxlib -# polars -# pyav -# pyspark -# py7zr -# s3fs -# tensorflow -# tiktoken -# torchdata -# transformers -BDEPEND="test? ( - sci-ml/torchvision[${PYTHON_SINGLE_USEDEP}] - $(python_gen_cond_dep ' - dev-python/absl-py[${PYTHON_USEDEP}] - dev-python/decorator[${PYTHON_USEDEP}] - dev-python/elasticsearch[${PYTHON_USEDEP}] - dev-python/h5py[${PYTHON_USEDEP}] - dev-python/lz4[${PYTHON_USEDEP}] - dev-python/moto[${PYTHON_USEDEP}] - dev-python/protobuf:=[${PYTHON_USEDEP}] - dev-python/pytest-datadir[${PYTHON_USEDEP}] - dev-python/pytest-xdist[${PYTHON_USEDEP}] - dev-python/soundfile[${PYTHON_USEDEP}] - dev-python/sqlalchemy[${PYTHON_USEDEP}] - dev-python/zstandard[${PYTHON_USEDEP}] - ') -)" - -EPYTEST_PLUGINS=( pytest-datadir ) - -distutils_enable_tests pytest - -src_prepare() { - sed -i \ - -e "/log(pickler/d" \ - src/datasets/utils/_dill.py \ - || die - distutils-r1_src_prepare -} - -python_test() { - local EPYTEST_IGNORE=( - tests/packaged_modules/test_spark.py - ) - - local EPYTEST_DESELECT=( - tests/io/test_parquet.py::test_parquet_read_geoparquet - tests/packaged_modules/test_folder_based_builder.py::test_data_files_with_different_levels_no_metadata - tests/packaged_modules/test_folder_based_builder.py::test_data_files_with_one_label_no_metadata - tests/test_arrow_dataset.py::BaseDatasetTest::test_filter_caching_on_disk - tests/test_arrow_dataset.py::BaseDatasetTest::test_map_caching_on_disk - tests/test_arrow_dataset.py::BaseDatasetTest::test_map_caching_partial_remap_on_disk - tests/test_arrow_dataset.py::BaseDatasetTest::test_map_caching_reuses_cache_with_different_num_proc_on_disk - tests/features/test_audio.py::test_dataset_with_audio_feature_undecoded - tests/features/test_audio.py::test_formatted_dataset_with_audio_feature_undecoded - tests/features/test_audio.py::test_dataset_with_audio_feature_map_undecoded - tests/test_data_files.py - tests/test_file_utils.py::TestxPath - tests/test_fingerprint.py - tests/test_hub.py::test_delete_from_hub - tests/test_load.py - ) - - epytest -m 'unit' -} diff --git a/sci-ml/datasets/datasets-4.2.0.ebuild b/sci-ml/datasets/datasets-4.2.0.ebuild deleted file mode 100644 index 7b1b9f849470..000000000000 --- a/sci-ml/datasets/datasets-4.2.0.ebuild +++ /dev/null @@ -1,113 +0,0 @@ -# Copyright 2023-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..14} ) -DISTUTILS_SINGLE_IMPL=1 -inherit distutils-r1 - -DESCRIPTION="Access and share datasets for Audio, Computer Vision, and NLP tasks" -HOMEPAGE="https://pypi.org/project/datasets/" -SRC_URI="https://github.com/huggingface/${PN}/archive/refs/tags/${PV}.tar.gz - -> ${P}.gh.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64" -IUSE="torch vision" -REQUIRES_USE="test? ( torch vision )" - -RDEPEND=" - sci-ml/huggingface_hub[${PYTHON_SINGLE_USEDEP}] - $(python_gen_cond_dep ' - dev-python/dill[${PYTHON_USEDEP}] - dev-python/filelock[${PYTHON_USEDEP}] - dev-python/fsspec[${PYTHON_USEDEP}] - dev-python/multiprocess[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/pandas[${PYTHON_USEDEP}] - dev-python/pyarrow[${PYTHON_USEDEP},parquet,snappy] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/tqdm[${PYTHON_USEDEP}] - dev-python/xxhash[${PYTHON_USEDEP}] - vision? ( - dev-python/pillow[${PYTHON_USEDEP}] - ) - ') - torch? ( - sci-ml/caffe2[${PYTHON_SINGLE_USEDEP},numpy] - sci-ml/pytorch[${PYTHON_SINGLE_USEDEP}] - ) -" -DEPEND="${RDEPEND}" -# Missing x test: -# joblib -# joblibspark -# faiss-cpu -# jax -# jaxlib -# polars -# pyav -# pyspark -# py7zr -# s3fs -# tensorflow -# tiktoken -# torchdata -# transformers -BDEPEND="test? ( - sci-ml/torchvision[${PYTHON_SINGLE_USEDEP}] - $(python_gen_cond_dep ' - dev-python/absl-py[${PYTHON_USEDEP}] - dev-python/decorator[${PYTHON_USEDEP}] - dev-python/elasticsearch[${PYTHON_USEDEP}] - dev-python/h5py[${PYTHON_USEDEP}] - dev-python/lz4[${PYTHON_USEDEP}] - dev-python/moto[${PYTHON_USEDEP}] - dev-python/protobuf:=[${PYTHON_USEDEP}] - dev-python/pytest-datadir[${PYTHON_USEDEP}] - dev-python/pytest-xdist[${PYTHON_USEDEP}] - dev-python/soundfile[${PYTHON_USEDEP}] - dev-python/sqlalchemy[${PYTHON_USEDEP}] - dev-python/zstandard[${PYTHON_USEDEP}] - ') -)" - -EPYTEST_PLUGINS=( pytest-datadir ) - -distutils_enable_tests pytest - -src_prepare() { - sed -i \ - -e "/log(pickler/d" \ - src/datasets/utils/_dill.py \ - || die - distutils-r1_src_prepare -} - -python_test() { - local EPYTEST_IGNORE=( - tests/packaged_modules/test_spark.py - ) - - local EPYTEST_DESELECT=( - tests/io/test_parquet.py::test_parquet_read_geoparquet - tests/packaged_modules/test_folder_based_builder.py::test_data_files_with_different_levels_no_metadata - tests/packaged_modules/test_folder_based_builder.py::test_data_files_with_one_label_no_metadata - tests/test_arrow_dataset.py::BaseDatasetTest::test_filter_caching_on_disk - tests/test_arrow_dataset.py::BaseDatasetTest::test_map_caching_on_disk - tests/test_arrow_dataset.py::BaseDatasetTest::test_map_caching_partial_remap_on_disk - tests/test_arrow_dataset.py::BaseDatasetTest::test_map_caching_reuses_cache_with_different_num_proc_on_disk - tests/features/test_audio.py - tests/test_data_files.py - tests/test_fingerprint.py - tests/test_hub.py::test_delete_from_hub - tests/test_load.py - ) - - epytest -m 'unit' -} diff --git a/sci-ml/datasets/datasets-4.3.0.ebuild b/sci-ml/datasets/datasets-4.3.0.ebuild deleted file mode 100644 index 7b1b9f849470..000000000000 --- a/sci-ml/datasets/datasets-4.3.0.ebuild +++ /dev/null @@ -1,113 +0,0 @@ -# Copyright 2023-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..14} ) -DISTUTILS_SINGLE_IMPL=1 -inherit distutils-r1 - -DESCRIPTION="Access and share datasets for Audio, Computer Vision, and NLP tasks" -HOMEPAGE="https://pypi.org/project/datasets/" -SRC_URI="https://github.com/huggingface/${PN}/archive/refs/tags/${PV}.tar.gz - -> ${P}.gh.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64" -IUSE="torch vision" -REQUIRES_USE="test? ( torch vision )" - -RDEPEND=" - sci-ml/huggingface_hub[${PYTHON_SINGLE_USEDEP}] - $(python_gen_cond_dep ' - dev-python/dill[${PYTHON_USEDEP}] - dev-python/filelock[${PYTHON_USEDEP}] - dev-python/fsspec[${PYTHON_USEDEP}] - dev-python/multiprocess[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/packaging[${PYTHON_USEDEP}] - dev-python/pandas[${PYTHON_USEDEP}] - dev-python/pyarrow[${PYTHON_USEDEP},parquet,snappy] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - dev-python/tqdm[${PYTHON_USEDEP}] - dev-python/xxhash[${PYTHON_USEDEP}] - vision? ( - dev-python/pillow[${PYTHON_USEDEP}] - ) - ') - torch? ( - sci-ml/caffe2[${PYTHON_SINGLE_USEDEP},numpy] - sci-ml/pytorch[${PYTHON_SINGLE_USEDEP}] - ) -" -DEPEND="${RDEPEND}" -# Missing x test: -# joblib -# joblibspark -# faiss-cpu -# jax -# jaxlib -# polars -# pyav -# pyspark -# py7zr -# s3fs -# tensorflow -# tiktoken -# torchdata -# transformers -BDEPEND="test? ( - sci-ml/torchvision[${PYTHON_SINGLE_USEDEP}] - $(python_gen_cond_dep ' - dev-python/absl-py[${PYTHON_USEDEP}] - dev-python/decorator[${PYTHON_USEDEP}] - dev-python/elasticsearch[${PYTHON_USEDEP}] - dev-python/h5py[${PYTHON_USEDEP}] - dev-python/lz4[${PYTHON_USEDEP}] - dev-python/moto[${PYTHON_USEDEP}] - dev-python/protobuf:=[${PYTHON_USEDEP}] - dev-python/pytest-datadir[${PYTHON_USEDEP}] - dev-python/pytest-xdist[${PYTHON_USEDEP}] - dev-python/soundfile[${PYTHON_USEDEP}] - dev-python/sqlalchemy[${PYTHON_USEDEP}] - dev-python/zstandard[${PYTHON_USEDEP}] - ') -)" - -EPYTEST_PLUGINS=( pytest-datadir ) - -distutils_enable_tests pytest - -src_prepare() { - sed -i \ - -e "/log(pickler/d" \ - src/datasets/utils/_dill.py \ - || die - distutils-r1_src_prepare -} - -python_test() { - local EPYTEST_IGNORE=( - tests/packaged_modules/test_spark.py - ) - - local EPYTEST_DESELECT=( - tests/io/test_parquet.py::test_parquet_read_geoparquet - tests/packaged_modules/test_folder_based_builder.py::test_data_files_with_different_levels_no_metadata - tests/packaged_modules/test_folder_based_builder.py::test_data_files_with_one_label_no_metadata - tests/test_arrow_dataset.py::BaseDatasetTest::test_filter_caching_on_disk - tests/test_arrow_dataset.py::BaseDatasetTest::test_map_caching_on_disk - tests/test_arrow_dataset.py::BaseDatasetTest::test_map_caching_partial_remap_on_disk - tests/test_arrow_dataset.py::BaseDatasetTest::test_map_caching_reuses_cache_with_different_num_proc_on_disk - tests/features/test_audio.py - tests/test_data_files.py - tests/test_fingerprint.py - tests/test_hub.py::test_delete_from_hub - tests/test_load.py - ) - - epytest -m 'unit' -} diff --git a/sci-ml/datasets/datasets-4.4.2.ebuild b/sci-ml/datasets/datasets-4.8.5.ebuild index 454b182b4840..889a28eb59ad 100644 --- a/sci-ml/datasets/datasets-4.4.2.ebuild +++ b/sci-ml/datasets/datasets-4.8.5.ebuild @@ -81,16 +81,9 @@ EPYTEST_PLUGINS=( pytest-datadir ) distutils_enable_tests pytest -src_prepare() { - sed -i \ - -e "/log(pickler/d" \ - src/datasets/utils/_dill.py \ - || die - distutils-r1_src_prepare -} - python_test() { local EPYTEST_IGNORE=( + tests/packaged_modules/test_lance.py tests/packaged_modules/test_spark.py ) @@ -98,14 +91,10 @@ python_test() { tests/io/test_parquet.py::test_parquet_read_geoparquet tests/packaged_modules/test_folder_based_builder.py::test_data_files_with_different_levels_no_metadata tests/packaged_modules/test_folder_based_builder.py::test_data_files_with_one_label_no_metadata - tests/test_arrow_dataset.py::BaseDatasetTest::test_filter_caching_on_disk - tests/test_arrow_dataset.py::BaseDatasetTest::test_map_caching_on_disk - tests/test_arrow_dataset.py::BaseDatasetTest::test_map_caching_partial_remap_on_disk - tests/test_arrow_dataset.py::BaseDatasetTest::test_map_caching_reuses_cache_with_different_num_proc_on_disk - tests/test_data_files.py - tests/test_fingerprint.py + tests/test_data_files.py::test_DataFilesList_from_patterns_locally_with_extra_files + tests/test_data_files.py::test_DataFilesDict_from_patterns_locally_or_remote_hashing tests/test_hub.py::test_delete_from_hub - tests/test_load.py + tests/test_load.py::test_load_dataset_builder ) epytest -m 'unit' diff --git a/sci-ml/jiwer/jiwer-3.0.3-r1.ebuild b/sci-ml/jiwer/jiwer-3.0.3-r1.ebuild index 55044c5f13e7..8414641bf121 100644 --- a/sci-ml/jiwer/jiwer-3.0.3-r1.ebuild +++ b/sci-ml/jiwer/jiwer-3.0.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023-2025 Gentoo Authors +# Copyright 2023-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 diff --git a/sec-keys/openpgp-keys-tpm/Manifest b/sec-keys/openpgp-keys-tpm/Manifest new file mode 100644 index 000000000000..8fd0ad164c58 --- /dev/null +++ b/sec-keys/openpgp-keys-tpm/Manifest @@ -0,0 +1,3 @@ +DIST openpgp-keys-tpm-20260324-freedesktop.gpg 6820 BLAKE2B cd9edc435e2c5576279d5c54baa8b08418243a47ee8a89c0cec843c801f4067038b2f12f7036ef884fdf0f7ec0ac58c7336a61defb715f633ddb8d05894bb0b6 SHA512 b5446d1625294b5f98a07330e778c0096db2241f5ad0d467e71219c0b7acd127bd9bd47066202d2d79f48c3e5b7cb0d8cc56fbf7ed7887b419e48a62c0ea7aa3 +DIST openpgp-keys-tpm-20260324-github.gpg 5851 BLAKE2B b22cbd4c5c038098a4ab19e82dbbc17d2c5b01c3876baa24d27ee7c9fc3cebcb8489202bc1dae87f9ee3ac20f708be43ce3457d692069f0c0429539a1e474f83 SHA512 0232583bfb404b55d74fb4cf104f611cdf97252a42a9eb791b532e61df68e8cbc294845d7a61e3f9d6cc53b3c0ff214126f308612b7d00dfa648d91ac9b0725a +DIST openpgp-keys-tpm-ubuntu-20260324.asc 9825 BLAKE2B de449dad4c9e342413cef6fb2278fd846d75033bf7629e80e050fdb734c76bec081aee432f778f8f53a7705f2c8600ca18b3c13a78d188abdec988667b1fefa9 SHA512 98ef7d57cc1905ddb94c6787c427166e1146a040b824046fc336bf9c084a9e0e4a617ba2165bdf554ea864aa9eca1c370a088b51abec392bb06477440a840851 diff --git a/sec-keys/openpgp-keys-tpm/metadata.xml b/sec-keys/openpgp-keys-tpm/metadata.xml new file mode 100644 index 000000000000..efe86a2e34e7 --- /dev/null +++ b/sec-keys/openpgp-keys-tpm/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>gstreamer@gentoo.org</email> + <name>GStreamer package maintainers</name> + </maintainer> + + <origin>gentoo-staging</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/sec-keys/openpgp-keys-tpm/openpgp-keys-tpm-20260324.ebuild b/sec-keys/openpgp-keys-tpm/openpgp-keys-tpm-20260324.ebuild new file mode 100644 index 000000000000..3224dafe6046 --- /dev/null +++ b/sec-keys/openpgp-keys-tpm/openpgp-keys-tpm-20260324.ebuild @@ -0,0 +1,31 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +SEC_KEYS_VALIDPGPKEYS=( + "D637032E45B8C6585B9456565D2EEE6F6F349D7C:tpm:manual,ubuntu" +) + +inherit eapi9-pipestatus sec-keys + +DESCRIPTION="OpenPGP keys used by Tim-Philipp Müller" +HOMEPAGE="https://gitlab.freedesktop.org/tpm" +SRC_URI+=" + https://gitlab.freedesktop.org/tpm.gpg -> ${P}-freedesktop.gpg + https://github.com/tp-m.gpg -> ${P}-github.gpg +" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~x64-macos ~x64-solaris" + +src_test() { + # manually check + wget -qO- https://gitlab.freedesktop.org/tpm.gpg | gpg --import + pipestatus || die + + wget -qO- https://github.com/tp-m.gpg | gpg --import + pipestatus || die + + sec-keys_src_test +} diff --git a/sec-keys/openpgp-keys-yubico/Manifest b/sec-keys/openpgp-keys-yubico/Manifest index 4712ea149c89..dec15b3444f1 100644 --- a/sec-keys/openpgp-keys-yubico/Manifest +++ b/sec-keys/openpgp-keys-yubico/Manifest @@ -1,15 +1,14 @@ -DIST yubico-20250807-0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A.asc 25734 BLAKE2B 337dfe607d29605364a3ca26278d09e577f1242fcee405fc7a34ef2d506dc50939bbcdc9f5f5c53aa0829d099591bad7c43034371ed31401c53ba7c02f65ac09 SHA512 0fad762f204607e5b60b142c5faeb1277df2d798b85843d80fe73e788821b9f2ca3feffc7de023656cc5a05f37a0027fa81d375e02d646f48553e129eb6700e4 -DIST yubico-20250807-1D7308B0055F5AEF36944A8F27A9C24D9588EA0F.asc 54373 BLAKE2B 53126a2dc9d4f13ecd3c7286134060a5c15b9c0b70a46e1ee3ce1e44ca6bbff3fff5931d5ca5db3a426b772ab5e6a8771dc5e601dbc7501fb5a033d85fcd117a SHA512 30cedcf60c9945968677b7d002993ae5da44dd555d56eb34185c303881bdd62d653fb79855edf01edec4677877b59c287d2d1deda8fda2678fab874e7abe3b36 -DIST yubico-20250807-1DC4BA2872525B3F2FE8207F5D9C760A3FB51707.asc 7134 BLAKE2B f27926c15079377a35e0b294e74d2d12913572ff018d249f9d8096fc943a3f3525e1d5ed8e454e9d35000d06760f69f34209f9e11189781f326feaae11c5c1c4 SHA512 1e598955a6ce204136925957f282ce1bcaa63d7caf22452a2e837ae2146ba5b74e8c1b36cd399c3343dbd8f6e63b3f0517965d5ad338a388b3d42e8e59d74cab -DIST yubico-20250807-20EE325B86A81BCBD3E56798F04367096FBA95E8.asc 18599 BLAKE2B 93626fbe88adc60a74ce071034dbaf190991d2984c7ae387d4050dd9eb012103f8ec8e22a1709a25f39c80d30bdbf374abceab869694bda74d377b1694e89fbd SHA512 b4e1285808bf164e90c660d373f06eb819185cd5e74922c6a6912ad9112c258eb8a775a0305749978bc67b2a99e154a543cf1721ed68def7bd22d0475e2069a0 -DIST yubico-20250807-355C8C0186CC96CBA49F9CD8DAA17C2953914D9D.asc 28959 BLAKE2B f1a1043ecc4fc299487486098b9f8d41f4a2e160526c6f71bbc49284c1846eda4c50035833c95d7729bcde86de005ecabef0ba88fa9d2a59c86978cef05771c4 SHA512 8aaac5dda433b8057ebc1e898f144e04dbc9373619e236988f29df94a4d66bf72a721148685beade1d17dcd5f4922eb57cf729be20ebcba5729c9c3c4444e059 -DIST yubico-20250807-57A9DEED4C6D962A923BB691816F3ED99921835E.asc 82609 BLAKE2B 7e9f3a8c7a58afb05257e5658135b0625681769b6f8f58290b07c2a35d67c4e919635fda69c2ceb35436b28b21eec809da73fe669754692918acf0e3a3cd0cae SHA512 fe02d63defe474ca90b869d0d91b5368b334d1795c20d09dd6d223268d0daf0811e9a43293d5cba7a43f75d1ac5bbf996c0503c8fa631f5d50196fe60c5556b5 -DIST yubico-20250807-78D997D53E9C0A2A205392ED14A19784723C9988.asc 4500 BLAKE2B eee0629a75c97eca634c0eb9c6eb33128b080fa5444e99521f573adb6c265a31ebab11c4d97c26d7f655a7630fc8dfc9e6d8a6229f29b5c51021cdf468116f23 SHA512 1148b7d6d916c4b0e0b38f2f423cb88da64bb991485d905f6233caf2805e409ccaf72842dd8823850bd69a9a9f80d257f6f251446a9180c0ba6f90c1fd26a89f -DIST yubico-20250807-7FBB6186957496D58C751AC20E777DD85755AA4A.asc 28557 BLAKE2B d450afcf23e068c9720c04ca292e5a49bfb4664a9fbe856f36bf5f7977877f0e7ab9fe0996e7353d99c7228eed3ff42941f6d1b0571fa19e5a1919190a794b0d SHA512 0f3d501a3def675defe73fdc1a7ad5d99c4baeb96acf63dae8ccd4f4b1316d8c68b1c309c733dc16f85c17a1f308d0a1c4f6c61f36a0642a1f2946eaa5de9588 -DIST yubico-20250807-8D0B4EBA9345254BCEC0E843514F078FF4AB24C3.asc 23296 BLAKE2B 74bb124db6ed512ab492844c1bb391ff22b5f14bf85fa2cbfc070fffb9510aacd410de52eaf302720fbc5f78d35967f14bbd58203979dc1dca421a7577f3f8eb SHA512 3ee85f9dd4aa9605b6bad398de998068100fb4b3967c30601a5742f046c19c9cca17366fea8dfd5d80f56e2469249b41f05ad54b25c6a41486431b467f849c4d -DIST yubico-20250807-9AA9BDB11BB1B99A21285A330664A76954265E8C.asc 58800 BLAKE2B 3c870e856a6628a1855cd183db8aaea072190e9e4069dc4cc6db0e1b37c3f4663ed7567be1999cdfe13aa379db5ac7a4d34198a853ac0c48517c876241046183 SHA512 4b99bf0a03d70b3e393ed1bfdf23335fe350e5dbf7d29f19f55c08bfbbda4b91e6b756b3e34f16f282eda21bc981d6079c835905fc41532e6ea88fd3c987a899 -DIST yubico-20250807-9E885C0302F9BB9167529C2D5CBA11E6ADC7BCD1.asc 23811 BLAKE2B a4912c97c7d8c10d929198ea7badc84a4a575cb037bf14a15aa34df82e58372e56fa6a65c5ab2e674e89d469937f8137720073887aee7b6aa9be77e2c4ace75f SHA512 0781b925d182bdd51bbf4f648bdc665a5da4b029c20954ed633bc6a9a6c85661c390551da85228efd543d0571ba09834eb3ebb397d2b5939350ca08becb8a4bf -DIST yubico-20250807-AF511D2CBC0F973E5D308054325C8E4AE2E6437D.asc 15357 BLAKE2B e193d3d8272a0bf94282bb020c444bfe854c5bc7f769501773bf8c6f9bac6b3e922b514e7abd997d3147c89f0a628831fa47aa644b7071e3a4ecd4e2fe2d3d12 SHA512 76a9dcf1de29708d670155653d6a43359ca2bcc1162d4ef54a4dd08eb4474d6cb1a43c2e2b9ff2aa6fe816cd4ffb3cf5e58bfc17285de315d449b8de60970f1c -DIST yubico-20250807-B70D62AA6A31AD6B9E4F9F4BDC8888925D25CA7A.asc 45607 BLAKE2B dcade2b4c9cde35147e1a2b6734ffce7fd550371c8f96dd0367c0d06ef0de7b851b60f35528145e00661e353789952d31d7d6043188b6ebef8fd7751d73cd43b SHA512 57e629c202791c554df3d591f146efd20721100cf40d0f40118e5487b4271bfb9e875c03a97979ff72b044bcb1008f4d75034f6e6a321467c0b55ce91b788a8a -DIST yubico-20250807-C28ED3753F01B4B097A1B306948B29C5F1E063ED.asc 15359 BLAKE2B 1dda6a7c6b169a9a64599c19b64754777e2ca7e1f58c41a9f5b08769092c1077d8c58de05fd77afa3c0025be8be5115daae8d251cf235f9ae1bdb6c2a4d18806 SHA512 644c47737d04e76e052e7d45e637f34b816055e7d8993ba05326c3a8434d694f0cafc501137718603652a441c575494357cc20c7e339f472ddb85df583d8c8d5 -DIST yubico-20250807-F475928225229F58460640EAD91777C175533EE5.asc 1706 BLAKE2B ae65d30fce46b346edc3213825dc12072fca1081a322269b208cba0f6bb375c90509df4709e71fa2f54109b53f5e547d0d73245d3650256df730f0a1dfc33c78 SHA512 a47e562c979699cf23df64352bad4bd793ae17ddcdf5194403d278b84b821e01e18308b1a9bf9617667a53a407a288b26c377d8f40c36fb117c1e7a889d9d7f4 +DIST yubico-20260508-0A3B0262BCA1705307D5FF06BCA00FD4B2168C0A.asc 25734 BLAKE2B 337dfe607d29605364a3ca26278d09e577f1242fcee405fc7a34ef2d506dc50939bbcdc9f5f5c53aa0829d099591bad7c43034371ed31401c53ba7c02f65ac09 SHA512 0fad762f204607e5b60b142c5faeb1277df2d798b85843d80fe73e788821b9f2ca3feffc7de023656cc5a05f37a0027fa81d375e02d646f48553e129eb6700e4 +DIST yubico-20260508-1D7308B0055F5AEF36944A8F27A9C24D9588EA0F.asc 54373 BLAKE2B 53126a2dc9d4f13ecd3c7286134060a5c15b9c0b70a46e1ee3ce1e44ca6bbff3fff5931d5ca5db3a426b772ab5e6a8771dc5e601dbc7501fb5a033d85fcd117a SHA512 30cedcf60c9945968677b7d002993ae5da44dd555d56eb34185c303881bdd62d653fb79855edf01edec4677877b59c287d2d1deda8fda2678fab874e7abe3b36 +DIST yubico-20260508-1DC4BA2872525B3F2FE8207F5D9C760A3FB51707.asc 7134 BLAKE2B f27926c15079377a35e0b294e74d2d12913572ff018d249f9d8096fc943a3f3525e1d5ed8e454e9d35000d06760f69f34209f9e11189781f326feaae11c5c1c4 SHA512 1e598955a6ce204136925957f282ce1bcaa63d7caf22452a2e837ae2146ba5b74e8c1b36cd399c3343dbd8f6e63b3f0517965d5ad338a388b3d42e8e59d74cab +DIST yubico-20260508-20EE325B86A81BCBD3E56798F04367096FBA95E8.asc 19927 BLAKE2B e6381f64e5001adb6598eaac7fcaaab1707700b5d2671f16bf7540f3fcbf66944a9ed98f84fcb01b56e625759a67529318a3af1b138227bb538818d7acc26df0 SHA512 c65b8bb6ccb5f1e8af050801ec17c69f391de203b79987c6483ca0c84269ff0b3e10a9f55b788ef50850760651e8e228a98a20ac0e98ee63e521826637d26a7c +DIST yubico-20260508-355C8C0186CC96CBA49F9CD8DAA17C2953914D9D.asc 28959 BLAKE2B f1a1043ecc4fc299487486098b9f8d41f4a2e160526c6f71bbc49284c1846eda4c50035833c95d7729bcde86de005ecabef0ba88fa9d2a59c86978cef05771c4 SHA512 8aaac5dda433b8057ebc1e898f144e04dbc9373619e236988f29df94a4d66bf72a721148685beade1d17dcd5f4922eb57cf729be20ebcba5729c9c3c4444e059 +DIST yubico-20260508-57A9DEED4C6D962A923BB691816F3ED99921835E.asc 86046 BLAKE2B 2603be8973a2c3435ec7cc1e8821ce4566a5d9e11a7ed2f92f9b2bd84aa458a27cb0bd347fbbcd64d8eb4ec1558a908172ec7753926cac1fa2cb466e47af945e SHA512 8d3e76bb83abcd399b4ade3ef3f9acbfb35875e179012d6e5a12914fc46cd5bd07de7c08a1499ea86a9c44e3959ffaca2f9067a1e08ca8a3a64b1ab41d69da3a +DIST yubico-20260508-78D997D53E9C0A2A205392ED14A19784723C9988.asc 5865 BLAKE2B efec85c79fcbc79425a0f9bbd204437f86a29ca33aca16b3b2988f70abcb2e28247e77a11deb5d901ca8e2b84baedd17dd415eaf4d3d8138f91eb3ae4458570d SHA512 34d2858a3ce3dc3649233ab4f11c5821c2bbae25080ed920d14d72b36fddc711c8b236427f7a0aa2f68427ed1d17397604eb07b27ff8dc4b5757014b1efebce7 +DIST yubico-20260508-7FBB6186957496D58C751AC20E777DD85755AA4A.asc 28557 BLAKE2B d450afcf23e068c9720c04ca292e5a49bfb4664a9fbe856f36bf5f7977877f0e7ab9fe0996e7353d99c7228eed3ff42941f6d1b0571fa19e5a1919190a794b0d SHA512 0f3d501a3def675defe73fdc1a7ad5d99c4baeb96acf63dae8ccd4f4b1316d8c68b1c309c733dc16f85c17a1f308d0a1c4f6c61f36a0642a1f2946eaa5de9588 +DIST yubico-20260508-8D0B4EBA9345254BCEC0E843514F078FF4AB24C3.asc 23296 BLAKE2B 74bb124db6ed512ab492844c1bb391ff22b5f14bf85fa2cbfc070fffb9510aacd410de52eaf302720fbc5f78d35967f14bbd58203979dc1dca421a7577f3f8eb SHA512 3ee85f9dd4aa9605b6bad398de998068100fb4b3967c30601a5742f046c19c9cca17366fea8dfd5d80f56e2469249b41f05ad54b25c6a41486431b467f849c4d +DIST yubico-20260508-9E885C0302F9BB9167529C2D5CBA11E6ADC7BCD1.asc 23811 BLAKE2B a4912c97c7d8c10d929198ea7badc84a4a575cb037bf14a15aa34df82e58372e56fa6a65c5ab2e674e89d469937f8137720073887aee7b6aa9be77e2c4ace75f SHA512 0781b925d182bdd51bbf4f648bdc665a5da4b029c20954ed633bc6a9a6c85661c390551da85228efd543d0571ba09834eb3ebb397d2b5939350ca08becb8a4bf +DIST yubico-20260508-AF511D2CBC0F973E5D308054325C8E4AE2E6437D.asc 21560 BLAKE2B 1d133512d35f9f8cce4fe19ac5f0d678ee67ea40e9d77e8242c1e763215398c06845abe95bd52c9a1c3b1dd9262c78111572666cb7aa1838c98cf708dd65cdbd SHA512 b3489c9741d6378f9a9a36c4aa47965f99a97bed0b8666df353b44696bb01b8fa97238511943fbac5d646c09ea0675f7836510b6f4d252f29ae9a50c3c7dd1db +DIST yubico-20260508-B70D62AA6A31AD6B9E4F9F4BDC8888925D25CA7A.asc 45607 BLAKE2B dcade2b4c9cde35147e1a2b6734ffce7fd550371c8f96dd0367c0d06ef0de7b851b60f35528145e00661e353789952d31d7d6043188b6ebef8fd7751d73cd43b SHA512 57e629c202791c554df3d591f146efd20721100cf40d0f40118e5487b4271bfb9e875c03a97979ff72b044bcb1008f4d75034f6e6a321467c0b55ce91b788a8a +DIST yubico-20260508-C28ED3753F01B4B097A1B306948B29C5F1E063ED.asc 15359 BLAKE2B 1dda6a7c6b169a9a64599c19b64754777e2ca7e1f58c41a9f5b08769092c1077d8c58de05fd77afa3c0025be8be5115daae8d251cf235f9ae1bdb6c2a4d18806 SHA512 644c47737d04e76e052e7d45e637f34b816055e7d8993ba05326c3a8434d694f0cafc501137718603652a441c575494357cc20c7e339f472ddb85df583d8c8d5 +DIST yubico-20260508-F475928225229F58460640EAD91777C175533EE5.asc 1706 BLAKE2B ae65d30fce46b346edc3213825dc12072fca1081a322269b208cba0f6bb375c90509df4709e71fa2f54109b53f5e547d0d73245d3650256df730f0a1dfc33c78 SHA512 a47e562c979699cf23df64352bad4bd793ae17ddcdf5194403d278b84b821e01e18308b1a9bf9617667a53a407a288b26c377d8f40c36fb117c1e7a889d9d7f4 diff --git a/sec-keys/openpgp-keys-yubico/openpgp-keys-yubico-20250807.ebuild b/sec-keys/openpgp-keys-yubico/openpgp-keys-yubico-20260508.ebuild index 31e8304b5acc..1a6d3a885383 100644 --- a/sec-keys/openpgp-keys-yubico/openpgp-keys-yubico-20250807.ebuild +++ b/sec-keys/openpgp-keys-yubico/openpgp-keys-yubico-20260508.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -40,13 +40,12 @@ SRC_URI=" # - Tommaso De Orchi <tom@yubico.com> FF8A F719 AE58 2818 1B89 4D83 1CE3 9268 A097 3948 # - Henrik Stråth <henrik@yubico.com> DCB9 04FA B343 CFA7 1907 6EF7 9EA9 0242 958E 0658 # - Pedro Martelletto <pedro@yubico.com> EE90 AE0D 1977 4C83 8662 8FAA B428 949E F791 4718 +# - Simon Josefsson <simon@yubico.com> 9AA9 BDB1 1BB1 B99A 2128 5A33 0664 A769 5426 5E8C SRC_URI+=" https://keys.openpgp.org/vks/v1/by-fingerprint/8D0B4EBA9345254BCEC0E843514F078FF4AB24C3 -> yubico-${PV}-8D0B4EBA9345254BCEC0E843514F078FF4AB24C3.asc https://keys.openpgp.org/vks/v1/by-fingerprint/1DC4BA2872525B3F2FE8207F5D9C760A3FB51707 -> yubico-${PV}-1DC4BA2872525B3F2FE8207F5D9C760A3FB51707.asc - https://keys.openpgp.org/vks/v1/by-fingerprint/9AA9BDB11BB1B99A21285A330664A76954265E8C - -> yubico-${PV}-9AA9BDB11BB1B99A21285A330664A76954265E8C.asc " S=${WORKDIR} diff --git a/sys-apps/bubblewrap/bubblewrap-0.11.2.ebuild b/sys-apps/bubblewrap/bubblewrap-0.11.2.ebuild index 077437f34cd5..5f87f4bd3da3 100644 --- a/sys-apps/bubblewrap/bubblewrap-0.11.2.ebuild +++ b/sys-apps/bubblewrap/bubblewrap-0.11.2.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/containers/${PN}/releases/download/v${PV}/${P}.tar.x LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv x86" IUSE="selinux suid" RDEPEND=" @@ -30,6 +30,10 @@ BDEPEND=" # tests require root privileges RESTRICT="test" +PATCHES=( + "${FILESDIR}"/${PN}-0.11.2-no-werror.patch +) + pkg_setup() { if [[ ${MERGE_TYPE} != buildonly ]]; then CONFIG_CHECK="~UTS_NS ~IPC_NS ~USER_NS ~PID_NS ~NET_NS" diff --git a/sys-apps/bubblewrap/files/bubblewrap-0.11.2-no-werror.patch b/sys-apps/bubblewrap/files/bubblewrap-0.11.2-no-werror.patch new file mode 100644 index 000000000000..8c866d958e93 --- /dev/null +++ b/sys-apps/bubblewrap/files/bubblewrap-0.11.2-no-werror.patch @@ -0,0 +1,71 @@ +https://bugs.gentoo.org/973225 +--- a/meson.build ++++ b/meson.build +@@ -13,28 +13,28 @@ add_project_arguments('-D_GNU_SOURCE', language : 'c') + common_include_directories = include_directories('.') + + # Keep this in sync with ostree, except remove -Wall (part of Meson +-# warning_level 2) and -Werror=declaration-after-statement ++# warning_level 2) and -Wdeclaration-after-statement + add_project_arguments( + cc.get_supported_arguments([ +- '-Werror=shadow', +- '-Werror=empty-body', +- '-Werror=strict-prototypes', +- '-Werror=missing-prototypes', +- '-Werror=implicit-function-declaration', +- '-Werror=pointer-arith', +- '-Werror=init-self', +- '-Werror=missing-declarations', +- '-Werror=return-type', +- '-Werror=overflow', +- '-Werror=int-conversion', +- '-Werror=parenthesis', +- '-Werror=incompatible-pointer-types', +- '-Werror=misleading-indentation', +- '-Werror=missing-include-dirs', +- '-Werror=aggregate-return', ++ '-Wshadow', ++ '-Wempty-body', ++ '-Wstrict-prototypes', ++ '-Wmissing-prototypes', ++ '-Wimplicit-function-declaration', ++ '-Wpointer-arith', ++ '-Winit-self', ++ '-Wmissing-declarations', ++ '-Wreturn-type', ++ '-Woverflow', ++ '-Wint-conversion', ++ '-Wparenthesis', ++ '-Wincompatible-pointer-types', ++ '-Wmisleading-indentation', ++ '-Wmissing-include-dirs', ++ '-Waggregate-return', + + # Extra warnings specific to bubblewrap +- '-Werror=switch-default', ++ '-Wswitch-default', + '-Wswitch-enum', + + # Deliberately not warning about these, ability to zero-initialize +@@ -46,14 +46,14 @@ add_project_arguments( + ) + + if ( +- cc.has_argument('-Werror=format=2') +- and cc.has_argument('-Werror=format-security') +- and cc.has_argument('-Werror=format-nonliteral') ++ cc.has_argument('-Wformat=2') ++ and cc.has_argument('-Wformat-security') ++ and cc.has_argument('-Wformat-nonliteral') + ) + add_project_arguments([ +- '-Werror=format=2', +- '-Werror=format-security', +- '-Werror=format-nonliteral', ++ '-Wformat=2', ++ '-Wformat-security', ++ '-Wformat-nonliteral', + ], language : 'c') + endif + diff --git a/sys-apps/fetchit/fetchit-0.1.0.ebuild b/sys-apps/fetchit/fetchit-0.1.0.ebuild index 47af882c3a66..1ea3f62b5922 100644 --- a/sys-apps/fetchit/fetchit-0.1.0.ebuild +++ b/sys-apps/fetchit/fetchit-0.1.0.ebuild @@ -1,42 +1,37 @@ + # Copyright 2026 Gentoo Authors + # Distributed under the terms of the GNU General Public License v2 EAPI=8 - DESCRIPTION="Minimal system info fetcher written in C with Lua configuration" HOMEPAGE="https://codeberg.org/nzuum/fetchit" -# Using a recent commit (update this when you want a newer version) COMMIT="b0ed7c1fe08d32fc26e458cd971930d550720462" SRC_URI="https://codeberg.org/nzuum/fetchit/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/fetchit-${COMMIT}" LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" - RDEPEND="dev-lang/lua:5.4" DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" - -S="${WORKDIR}/fetchit-${COMMIT}" - src_compile() { - emake || die +emake || die } - src_install() { - emake DESTDIR="${D}" PREFIX="/usr" install || die +emake DESTDIR="${D}" PREFIX="/usr" install || die +dodoc README.md - dodoc README.md +# Install default config and logos - # Install default config and logos - insinto /usr/share/fetchit - doins -r config/* +insinto /usr/share/fetchit +doins -r config/* } - pkg_postinst() { - elog "Default config installed to /usr/share/fetchit" - elog "Run the following to set it up for your user:" - elog " mkdir -p ~/.config/fetchit" - elog " cp -r /usr/share/fetchit/* ~/.config/fetchit/" -}
\ No newline at end of file +elog "Default config installed to /usr/share/fetchit" +elog "Run the following to set it up for your user:" +elog " mkdir -p ~/.config/fetchit" +elog " cp -r /usr/share/fetchit/* ~/.config/fetchit/" +} diff --git a/sys-apps/fetchit/fetchit-9999.ebuild b/sys-apps/fetchit/fetchit-9999.ebuild index 337200200d3e..b938f3a041ec 100644 --- a/sys-apps/fetchit/fetchit-9999.ebuild +++ b/sys-apps/fetchit/fetchit-9999.ebuild @@ -5,8 +5,8 @@ EAPI=8 DESCRIPTION="Minimal system info fetcher written in C with Lua configuration" HOMEPAGE="https://codeberg.org/nzuum/fetchit" -EGIT_REPO_URI="https://codeberg.org/nzuum/fetchit.git" +EGIT_REPO_URI="https://codeberg.org/nzuum/fetchit.git" inherit git-r3 LICENSE="MIT" @@ -18,25 +18,24 @@ DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" src_compile() { - emake || die + emake || die } src_install() { - # Makefile now respects DESTDIR + PREFIX (recent commit) - emake DESTDIR="${D}" PREFIX="/usr" install || die + # Makefile now respects DESTDIR + PREFIX (recent commit) + emake DESTDIR="${D}" PREFIX="/usr" install || die + dodoc README.md - dodoc README.md - - # Install default config and logos - insinto /usr/share/fetchit - doins -r config/* + # Install default config and logos + insinto /usr/share/fetchit + doins -r config/* } pkg_postinst() { - elog "Default config and logos have been installed to /usr/share/fetchit" - elog "To set them up for your user, run:" - elog " make install-config" - elog "or copy manually:" - elog " mkdir -p ~/.config/fetchit" - elog " cp -r /usr/share/fetchit/* ~/.config/fetchit/" -}
\ No newline at end of file + elog "Default config and logos have been installed to /usr/share/fetchit" + elog "To set them up for your user, run:" + elog " make install-config" + elog "or copy manually:" + elog " mkdir -p ~/.config/fetchit" + elog " cp -r /usr/share/fetchit/* ~/.config/fetchit/" +} diff --git a/sys-apps/hexyl/hexyl-0.17.0.ebuild b/sys-apps/hexyl/hexyl-0.17.0.ebuild index ac667b6697fb..0225cbb7eace 100644 --- a/sys-apps/hexyl/hexyl-0.17.0.ebuild +++ b/sys-apps/hexyl/hexyl-0.17.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2026 Gentoo Authors +# Copyright 2017-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -75,12 +75,12 @@ CRATES=" yansi@1.0.1 " -inherit cargo +inherit cargo shell-completion DESCRIPTION="A command-line hex viewer" HOMEPAGE="https://github.com/sharkdp/hexyl" SRC_URI=" - https://github.com/sharkdp/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz + https://github.com/sharkdp/hexyl/archive/v${PV}.tar.gz -> ${P}.tar.gz ${CARGO_CRATE_URIS} " @@ -89,10 +89,28 @@ LICENSE="|| ( Apache-2.0 MIT )" LICENSE+=" Apache-2.0 ISC MIT Unicode-DFS-2016 ZLIB" SLOT="0" KEYWORDS="~amd64" +QA_FLAGS_IGNORED="usr/bin/hexyl" -DOCS=( README.md CHANGELOG.md ) +RESTRICT="mirror" + +BDEPEND=" + virtual/pandoc +" + +src_compile() { + cargo_src_compile + pandoc -s -f markdown -t man -o "doc/${PN}.1" "doc/${PN}.1.md" +} src_install() { cargo_src_install einstalldocs + doman "doc/${PN}.1" + + "target/release/${PN}" --completion bash > "${PN}" + dobashcomp "${PN}" + "target/release/${PN}" --completion zsh > "_${PN}" + dozshcomp "_${PN}" + "target/release/${PN}" --completion fish > "${PN}.fish" + dofishcomp "${PN}.fish" } diff --git a/sys-apps/hexyl/metadata.xml b/sys-apps/hexyl/metadata.xml index 24ccbb8a7ce2..1bd26735cdca 100644 --- a/sys-apps/hexyl/metadata.xml +++ b/sys-apps/hexyl/metadata.xml @@ -2,9 +2,9 @@ <!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> - <email>thomas@binaryden.de</email> - <name>Thomas Kemmer</name> + <email>Wuzy01@qq.com</email> + <name>Wu, Zhenyu</name> </maintainer> - <origin>binaryden-overlay</origin> + <origin>gentoo-guru-overlay</origin> </pkgmetadata>
\ No newline at end of file diff --git a/sys-apps/sift/Manifest b/sys-apps/sift/Manifest new file mode 100644 index 000000000000..91a40cfb7f92 --- /dev/null +++ b/sys-apps/sift/Manifest @@ -0,0 +1,2 @@ +DIST sift-0.9.1-deps.tar.xz 5873072 BLAKE2B ff9e66cba1776e5f92237d0f393c717be7104cc7f5586e7b809db9866945eef846ce75a5797910a2c0cada18aee9add9c0f70b834493acb42b56f1c9fa5e2061 SHA512 5d1f95e33c89fd8f9f3a5fe09e496e538bdacd17a68fd9e34c3fa84cad3ee05cebb0876db7f4ea7eb65322adad0038e29bddc00c82353ea9817029f7e6c7249e +DIST sift-0.9.1.tar.gz 39189 BLAKE2B 5b89a75901b7f677adce09c3438a4cacb0a499c41277e8ec0041df98eb41740ee2983e3f44e492a4c2874fc264dec98c6587470c8a7b2befb4195bbc005255d0 SHA512 d073ae043afccad1e508cbb6d86d5177683a9d5f01b605bc3d384e026318976646797c221654a8c7bdbb935643836ccfc76e5d0606c8c502e31445e48ba64595 diff --git a/sys-apps/sift/metadata.xml b/sys-apps/sift/metadata.xml new file mode 100644 index 000000000000..dd72d026544f --- /dev/null +++ b/sys-apps/sift/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>brtz@mailo.com</email> + <name>brtz</name> + </maintainer> + + <origin>gentoo-guru-overlay</origin> +</pkgmetadata>
\ No newline at end of file diff --git a/sys-apps/sift/sift-0.9.1.ebuild b/sys-apps/sift/sift-0.9.1.ebuild new file mode 100644 index 000000000000..72d77b1954fe --- /dev/null +++ b/sys-apps/sift/sift-0.9.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit go-module bash-completion-r1 + +DESCRIPTION="A fast and powerful alternative to grep." +HOMEPAGE="https://github.com/svent/sift" +SRC_URI="https://github.com/svent/sift/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI+=" https://codeberg.org/brtz/guru-distfiles/releases/download/${P}-deps.tar.xz/${P}-deps.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm64" + +src_compile() { + ego build . +} + +src_install() { + dobin sift + dodoc README.md + newbashcomp "sift-completion.bash" "sift" +} diff --git a/sys-kernel/asahi-sources/Manifest b/sys-kernel/asahi-sources/Manifest index 155ff1f6acf1..356e594836c4 100644 --- a/sys-kernel/asahi-sources/Manifest +++ b/sys-kernel/asahi-sources/Manifest @@ -1,12 +1,4 @@ -DIST genpatches-6.16-5.base.tar.xz 560028 BLAKE2B ad4f568bfa505bce81f1870ad8092d7cbc145c57b7a2019d803d462d8d64afce0b68f94f7033111a970960f149807e555e7afc97c773551bfa305e73be16ba84 SHA512 365500ae1336bfd995954631ee888e71e91523e0ad8c60e5d64184d06d988c8e8922748bbe9d1a8e2b96cd21578a657c94df2160984c9b335e341ea17f6add99 -DIST genpatches-6.16-5.extras.tar.xz 4064 BLAKE2B fa6614130f8214e0bb056c3f747a3ecba5cb1fe5c41550009e65bf7e469ec11efb31e462a4a46514b8d7d775df06429daf17891789c8159b9da4fe1786f433cf SHA512 3e313bb4f487c84f7b4aaacb6130f526d8709e27fe3758f7ead47780c5101a737b0b9701c1c4fd15663c8cbead6ac79353e8397113518737e448633b57733f29 -DIST genpatches-6.17-14.base.tar.xz 878808 BLAKE2B 884338a7aa434094ab62f9d5eaffe6c42ee313a63b442b51db2ddf4d6108ce411fc21bbc21655e222baeb457b547b58a6edf145f0f80381482e0b24aae08b36d SHA512 373d7f68280e1c536eeb46c8fb2e5f10223ad3c1187c8745c044d456ae14533da515c54aacae6ea3af72c2058715072e7fb19849e0d5b1f8aada8c0f60903ffd -DIST genpatches-6.17-14.extras.tar.xz 4324 BLAKE2B 1420020762d21a1c0c1eb00b9d9e55b62f63f80688d23236b0f79f416f57e958968f223e2ffaa5a040db6175e02dd769ecab201526487648130e9b9550237010 SHA512 0f3b1748bf5c08bc5c97a3a083e366f06d066ed82bdabf7509f82e8c07de0752382445cc6594164970e72b8e79b0957fa084b2e46531f20729276ab401382e99 DIST genpatches-6.19-13.base.tar.xz 1066164 BLAKE2B 4f3669d903bc8b87ddef0a5498d4a867acb9af46009b493f844a3f3618450035d3b66adeb8ef421b105651dbbe2a73f0623b30e84caa332515325cb542ab9f92 SHA512 7d8a74467ea8da697c9a874fe8e312e0d2f94d2fef0996eacc7c2ea359054fae129f75766fef75a2b49beb6bdde198d4a89688a5478d2ffda62da333d1bdd4c5 DIST genpatches-6.19-13.extras.tar.xz 4324 BLAKE2B 08ac264a96648540f388117f4c308c57bed697321c389e502dc50f70c328757a928e95de701c53af94cf5b86a35fffc3ef27c242e1aa89f09a924354a3089686 SHA512 9fb0ec99235f7af4c37974894321b6232b46faea319707ac04a858f617445976c2c1ecb48c7757c57d22f656107a0ee977363831775bd0567bf9a5e23ff1249d -DIST linux-6.16.tar.xz 152620004 BLAKE2B 87bc4da7e89cc8265aebffea7ec6c09f711be24fee87cb1c03a264c03fd5a538d66aa806640835aa5103926e612cdfbc52d7c861d7f7065f1a8bb11d893b0921 SHA512 55a00f89ad6db6db2e26ff5dc5cfc96bbf6654e5bd5d17d2a3b944a47640367e54139716d230923187bebc6cb7756edc9511a620fb8abc6f32c50a658a734784 -DIST linux-6.17.tar.xz 153382068 BLAKE2B 0edb2324be5638aa75984128aafdba3e50824187d2fcdff8794eab99d85c10c3a17d1e840053c2c83df5ee11fdf69f1c9452c57ecc9dae01c4af38180fe7821a SHA512 063999d7b819970657f6b7713fdb4173da2065ffdeed7cae197026dbb1edfd7f1d50374f073a1e19ef9686539594824ff6ecb8a930d97c4f272cb12f1c6d8355 DIST linux-6.19.tar.xz 156067644 BLAKE2B d1551c058e9a1201a0fa769b427255f13bb0d73fdd384e2c0302956cc9a1eeba255b013fa87a15fdad508bc00fdae2085590572c76cfe20fe2af31ba87b7d289 SHA512 01b29c7f4e5bc0c9802794c2cd027fece825f90417be229a71e60eefce530010d5d301749c54ae744e9d4a483518e769e2bb7e6e9209687681ad7fff11c3ed86 -DIST linux-asahi-6.16.4-2.diff 3001511 BLAKE2B 6a70f7a8d6e32628531212f4e5dda260c9413192199e89aacc0aacaf55eea5f66be260f589a932c39245475926ca93c2d9af2dca4deb41d94b9e64716b5f9a52 SHA512 8cb3ff75f7637b2b3a969184d9fe70278e1906aa550f7e67c015ebd4552d0a900de530cfc9faf64536687e0df4e177f2ad69a917acc08a0c011440efbcf550af -DIST linux-asahi-6.17.11-1.diff 3119229 BLAKE2B 41fbcc6795dc98d0b7c2e209a94b27f37f814f87486c8820b6d557069b26502bd9a655c4d930aa267496e324ef7dc48f1d78469b97229425cc3e563f4107375b SHA512 4536d3d4d0e3cac623b0a3eb36d6f722fdc4b6060303c491372dd0d7325dc11179051ccde3a6f8cf6e9fb33af2f7eff7ebfaca8511837a9381fa3a2bfcc30109 -DIST linux-asahi-6.19.14-1.diff 2936784 BLAKE2B bccf876b5453d10ab0f781d06ab04271cb5141faf7990eb22c5672eaf71e6895b4a465d58c5b4cc1f593f1420c60acfdc333e8cff19080a3d10157ab88df2d3b SHA512 710881bc7d8b0da5280e1e50d8d7ed6b0532b6b45192f2cd640629694a6523c9e8a03cc82b17e20c59b74a31284114ec7baf9259a02c6240a2335365a28d12aa +DIST linux-asahi-6.19.14-2.diff 2954541 BLAKE2B cd87365e43ad65b5b5538645cf32a8e3fdb69ce35447ce1cf5f1bac574a6d641a3a620ad6cb20b16ca8470ae888e773de03fb080cf317029e8c6f3284a65a2d2 SHA512 a25967b17305c68dd4580815215913e01e957016007cc55af0ebeb495248819351d75b4d3c540a975e703d7cc287099495be258ccd82e11e543e0bf7e62b0bbd diff --git a/sys-kernel/asahi-sources/asahi-sources-6.17.11_p1.ebuild b/sys-kernel/asahi-sources/asahi-sources-6.17.11_p1.ebuild deleted file mode 100644 index 82f214a03bb6..000000000000 --- a/sys-kernel/asahi-sources/asahi-sources-6.17.11_p1.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 2023-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" -ETYPE="sources" - -CKV="$(ver_cut 1-3)" -K_SECURITY_UNSUPPORTED="1" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="14" -K_NODRYRUN="1" - -RUST_MIN_VER="1.85.0" -RUST_REQ_USE='rust-src,rustfmt' - -inherit kernel-2 rust -detect_version -detect_arch - -if [[ ${PV} != ${PV/_rc} ]] ; then - # $PV is expected to be of following form: 6.0_rc5_p1 - MY_TAG="$(ver_cut 6)" - MY_BASE="$(ver_rs 2 - $(ver_cut 1-4))" -else - # $PV is expected to be of following form: 5.19.0_p1 - MY_TAG="$(ver_cut 5)" - if [[ "$(ver_cut 3)" == "0" ]] ; then - MY_BASE="$(ver_cut 1-2)" - else - MY_BASE="$(ver_cut 1-3)" - fi -fi - -EXTRAVERSION="-asahi-${MY_TAG}" - -ASAHI_TAG="asahi-${MY_BASE}-${MY_TAG}" - -DESCRIPTION="Asahi Linux kernel sources" -HOMEPAGE="https://asahilinux.org" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} - https://github.com/AsahiLinux/linux/compare/v${MY_BASE}...${ASAHI_TAG}.diff - -> linux-${ASAHI_TAG}.diff -" -KV_FULL="${PVR/_p/-asahi-}" -S="${WORKDIR}/linux-${KV_FULL}" - -KEYWORDS="~arm64" - -DEPEND=" - ${DEPEND} - dev-util/bindgen -" - -UNIPATCH_STRICTORDER="yes" -UNIPATCH_LIST=" - ${FILESDIR}/asahi-6.8-config-gentoo-Drop-RANDSTRUCT-from-GENTOO_KERNEL_SEL.patch - ${DISTDIR}/linux-${ASAHI_TAG}.diff -" - -pkg_postinst() { - einfo "For more information about Asahi Linux please visit ${HOMEPAGE}," - einfo "or consult the Wiki at https://github.com/AsahiLinux/docs/wiki." - kernel-2_pkg_postinst -} diff --git a/sys-kernel/asahi-sources/asahi-sources-6.19.14_p1.ebuild b/sys-kernel/asahi-sources/asahi-sources-6.19.14_p1.ebuild deleted file mode 100644 index 2cb4c163fcca..000000000000 --- a/sys-kernel/asahi-sources/asahi-sources-6.19.14_p1.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 2023-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" -ETYPE="sources" - -CKV="$(ver_cut 1-3)" -K_SECURITY_UNSUPPORTED="1" -K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="13" -K_NODRYRUN="1" - -RUST_MIN_VER="1.85.0" -RUST_REQ_USE='rust-src,rustfmt' - -inherit kernel-2 rust -detect_version -detect_arch - -if [[ ${PV} != ${PV/_rc} ]] ; then - # $PV is expected to be of following form: 6.0_rc5_p1 - MY_TAG="$(ver_cut 6)" - MY_BASE="$(ver_rs 2 - $(ver_cut 1-4))" -else - # $PV is expected to be of following form: 5.19.0_p1 - MY_TAG="$(ver_cut 5)" - if [[ "$(ver_cut 3)" == "0" ]] ; then - MY_BASE="$(ver_cut 1-2)" - else - MY_BASE="$(ver_cut 1-3)" - fi -fi - -EXTRAVERSION="-asahi-${MY_TAG}" - -ASAHI_TAG="asahi-${MY_BASE}-${MY_TAG}" - -DESCRIPTION="Asahi Linux kernel sources" -HOMEPAGE="https://asahilinux.org" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI} - https://github.com/AsahiLinux/linux/compare/v${MY_BASE}...${ASAHI_TAG}.diff - -> linux-${ASAHI_TAG}.diff -" -KV_FULL="${PVR/_p/-asahi-}" -S="${WORKDIR}/linux-${KV_FULL}" - -KEYWORDS="~arm64" - -DEPEND=" - ${DEPEND} - dev-util/bindgen -" - -UNIPATCH_STRICTORDER="yes" -UNIPATCH_LIST=" - ${FILESDIR}/asahi-6.8-config-gentoo-Drop-RANDSTRUCT-from-GENTOO_KERNEL_SEL.patch - ${DISTDIR}/linux-${ASAHI_TAG}.diff -" - -pkg_postinst() { - einfo "For more information about Asahi Linux please visit ${HOMEPAGE}," - einfo "or consult the Wiki at https://github.com/AsahiLinux/docs/wiki." - kernel-2_pkg_postinst -} diff --git a/sys-kernel/asahi-sources/asahi-sources-6.16.4_p2.ebuild b/sys-kernel/asahi-sources/asahi-sources-6.19.14_p2.ebuild index bb0f226dd2aa..141ae4f987ee 100644 --- a/sys-kernel/asahi-sources/asahi-sources-6.16.4_p2.ebuild +++ b/sys-kernel/asahi-sources/asahi-sources-6.19.14_p2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2023-2025 Gentoo Authors +# Copyright 2023-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -7,7 +7,7 @@ ETYPE="sources" CKV="$(ver_cut 1-3)" K_SECURITY_UNSUPPORTED="1" K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="5" +K_GENPATCHES_VER="13" K_NODRYRUN="1" RUST_MIN_VER="1.85.0" @@ -17,8 +17,13 @@ inherit kernel-2 rust detect_version detect_arch -MY_BASE=${PV%_p*} -MY_TAG=${PV#*_p} +# $PV is expected to be of following form: 5.19.0_p1 +MY_TAG="$(ver_cut 5)" +if [[ "$(ver_cut 3)" == "0" ]] ; then + MY_BASE="$(ver_cut 1-2)" +else + MY_BASE="$(ver_cut 1-3)" +fi EXTRAVERSION="-asahi-${MY_TAG}" @@ -40,19 +45,11 @@ DEPEND=" dev-util/bindgen " -UNIPATCH_STRICTORDER="yes" UNIPATCH_LIST=" ${FILESDIR}/asahi-6.8-config-gentoo-Drop-RANDSTRUCT-from-GENTOO_KERNEL_SEL.patch ${DISTDIR}/linux-${ASAHI_TAG}.diff " -src_prepare() { - default - - # remove asahi upstream set localversion, use EXTRAVERSION instead - rm localversion.05-asahi -} - pkg_postinst() { einfo "For more information about Asahi Linux please visit ${HOMEPAGE}," einfo "or consult the Wiki at https://github.com/AsahiLinux/docs/wiki." diff --git a/sys-kernel/dkms/Manifest b/sys-kernel/dkms/Manifest index 71a19215a914..5d749d3594bf 100644 --- a/sys-kernel/dkms/Manifest +++ b/sys-kernel/dkms/Manifest @@ -1,3 +1,4 @@ DIST dkms-3.2.2.tar.gz 110268 BLAKE2B 1df0acdc809f48da55892e43014ed797cc4d14b8532844634983bc72c965ddc20aabe33690b941f0c347898ba08ba524384ea769135e1faf819b223569b6a0e9 SHA512 600566129d6fb781795e1017d8f829b5c1e5ff32d1f0549ecca3dd13abc391b57ae4d778f76e3659d8861032fdb564470c0a99825724e0d1af34bdeb619769ee DIST dkms-3.3.0.tar.gz 113379 BLAKE2B a874d2457c03726a52f6e212033b8ba86e6db6042b1ba5242eb61a98ecd9ce118a1023d4e291061f65e97fc1485f14a054b8d26a933cd8d4813c0e258726059f SHA512 08f4520f3c2618e40206d2dcf26a342d34d355162b2a6eafd566c6bb82f6ee0273f4be3af094dd0455af413cd6f67a96ad7e371f20ec801851ac58ecc37d02b0 DIST dkms-3.4.0.tar.gz 150121 BLAKE2B 7d9a3c6d63e25c61351b677ddd3c966c7e640188ba0cb84eedf706231bde756d03166287e97af3699419ef66d93768501a35f80ac625ce93b95c87658d1aade0 SHA512 b5d0cb2205aaf7caa4231ce191c85618a43e165db964aa58365f195fe510581211765a0fbb223e21367fa69234bc9a540cbe53a78e3224ba28092af1bf038ba2 +DIST dkms-3.4.1.tar.gz 151583 BLAKE2B 1a77a679f2b40423cd10cf095aee9a92b63ea2aa0933525bd9aa1195b933f29f5e5a8b3f8143821663f2265246a25dabb66fb8b5a50bd4fea2dcfbcd03cae019 SHA512 85f0a7b7d81fd95fd98af974983061f39cb76d74684c2a1cf0c291987351703aaf8f9d715a3acdd84fa63507f198d5d3b306dc9708bf546dfe5619ca5638966f diff --git a/sys-kernel/dkms/dkms-3.4.1.ebuild b/sys-kernel/dkms/dkms-3.4.1.ebuild new file mode 100644 index 000000000000..e5436878657b --- /dev/null +++ b/sys-kernel/dkms/dkms-3.4.1.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit linux-info optfeature + +if [[ ${PV} == 9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/dkms-project/dkms" +else + SRC_URI="https://github.com/dkms-project/dkms/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm64 ~riscv ~x86" +fi + +DESCRIPTION="Dynamic Kernel Module Support" +HOMEPAGE="https://github.com/dkms-project/dkms" + +LICENSE="GPL-2" +SLOT="0" +IUSE="systemd" +RESTRICT="test" # Should be run in a container + +RDEPEND=" + sys-apps/kmod + virtual/linux-sources + systemd? ( sys-apps/systemd ) +" + +CONFIG_CHECK="~MODULES" + +src_compile() { + emake KCONF="/usr/lib/kernel" +} + +src_test() { + chmod +x dkms run_test.sh || die + PATH="${PATH}:$(pwd)" ./run_test.sh || die "Tests failed" +} + +src_install() { + if use systemd; then + emake install-redhat DESTDIR="${ED}" KCONF="/usr/lib/kernel" + else + emake install-debian DESTDIR="${ED}" KCONF="/usr/lib/kernel" + fi + + einstalldocs + keepdir /var/lib/dkms +} + +pkg_postinst() { + optfeature "automatically running \"dkms autoinstall\" on each kernel installation" \ + sys-kernel/installkernel +} diff --git a/sys-kernel/dracut/Manifest b/sys-kernel/dracut/Manifest index f70df05ea9c6..07224c451e34 100644 --- a/sys-kernel/dracut/Manifest +++ b/sys-kernel/dracut/Manifest @@ -1,2 +1,3 @@ DIST dracut-108.tar.gz 552724 BLAKE2B fa5efd4039be8d2d30564a0768d2dec8c3d72b3721391d3a02bde8445cd7a5766d4b119594ebbca86dbd59bd71b64353febaaa7e2257f02d0075333dc29e9047 SHA512 ed06844b65003c1f75373309dbdc10a3036958f413b05b608510142fa78bb34dd9fb1e622242b02b2e9e4063bfa916fd755f5131a77fb3249f77d3f08eca2283 DIST dracut-110.tar.gz 573501 BLAKE2B e82e9db9767bb3e02f13536b26b97a0db94a567980c17e356054015ab3108946b35f7d993864f2ffded3dd0915ee5853df21b7e40ce20a4df5a81a5014a73ee5 SHA512 be5affbe1c76889c0ffe3ae6c52704b559e364cfa5fa149e07a0bbe5e373c7e8c4b54e4a20e7564c91750c8e1593f7cd108806cf63053c8e30d143246e549597 +DIST dracut-111.tar.gz 586307 BLAKE2B 1def3957013c1508cf70018b4b5aeae333b459e50a7fc2945cd0c7a99f1c6942c8280888239273b62cdcfa3471a980d74b3769b5e3d0536be4f1729d102074f0 SHA512 4c8a3e1e82bfc1dbe155241564bc93bedc2b321566002ccc643697b50173b8e564d03b1bbff4f49602e0cb7abbee21dfb14aadc453ac9703a846c160d070b4bc diff --git a/sys-kernel/dracut/dracut-110-r4.ebuild b/sys-kernel/dracut/dracut-110-r5.ebuild index 04054d53ef5f..d506596c3245 100644 --- a/sys-kernel/dracut/dracut-110-r4.ebuild +++ b/sys-kernel/dracut/dracut-110-r5.ebuild @@ -106,6 +106,7 @@ PATCHES=( "${FILESDIR}"/gentoo-ldconfig-paths-r1.patch # Gentoo specific acct-user and acct-group conf adjustments "${FILESDIR}"/${PN}-110-acct-user-group-gentoo.patch + "${FILESDIR}"/${PN}-110-set-defaults.patch "${FILESDIR}"/${P}-dash-printf.patch ) diff --git a/sys-kernel/dracut/dracut-111.ebuild b/sys-kernel/dracut/dracut-111.ebuild new file mode 100644 index 000000000000..268848cfa11b --- /dev/null +++ b/sys-kernel/dracut/dracut-111.ebuild @@ -0,0 +1,246 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +CARGO_OPTIONAL=1 + +inherit cargo flag-o-matic bash-completion-r1 edo optfeature systemd toolchain-funcs + +if [[ ${PV} == 9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/dracut-ng/dracut-ng" +else + if [[ "${PV}" != *_rc* ]]; then + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + fi + SRC_URI="https://github.com/dracut-ng/dracut-ng/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" +fi + +DESCRIPTION="Generic initramfs generation tool" +HOMEPAGE="https://github.com/dracut-ng/dracut-ng/wiki" + +LICENSE="GPL-2" +SLOT="0" +IUSE="dracut-cpio selinux systemd test" +RESTRICT="test" +PROPERTIES="test? ( test_privileged test_network )" + +COMMON_DEPEND=" + >=sys-apps/kmod-23 + systemd? ( >=sys-apps/systemd-257:= ) +" +RDEPEND="${COMMON_DEPEND} + app-alternatives/cpio + >=app-shells/bash-4.0:0 + sys-apps/coreutils[xattr(-)] + >=sys-apps/kmod-23[tools] + || ( + >=sys-apps/sysvinit-2.87-r3 + sys-apps/openrc[sysv-utils(-),selinux?] + sys-apps/systemd[sysv-utils(+)] + sys-apps/s6-linux-init[sysv-utils(-)] + ) + >=sys-apps/util-linux-2.21 + virtual/pkgconfig[native-symlinks(+)] + virtual/udev + + elibc_musl? ( sys-libs/fts-standalone ) + selinux? ( + sec-policy/selinux-dracut + sys-libs/libselinux + sys-libs/libsepol + ) +" +DEPEND="${COMMON_DEPEND} + elibc_musl? ( sys-libs/fts-standalone ) +" + +BDEPEND=" + || ( + app-text/asciidoc + dev-ruby/asciidoctor + ) + app-text/docbook-xml-dtd:4.5 + >=app-text/docbook-xsl-stylesheets-1.75.2 + >=dev-libs/libxslt-1.1.26 + virtual/pkgconfig + dracut-cpio? ( ${RUST_DEPEND} ) + test? ( + net-nds/rpcbind + net-fs/nfs-utils + sys-block/open-iscsi + sys-fs/btrfs-progs + sys-fs/dmraid + sys-fs/lvm2[lvm,thin] + sys-fs/mdadm + sys-fs/multipath-tools + alpha? ( app-emulation/qemu[qemu_softmmu_targets_alpha] ) + amd64? ( app-emulation/qemu[qemu_softmmu_targets_x86_64] ) + arm? ( app-emulation/qemu[qemu_softmmu_targets_arm] ) + arm64? ( app-emulation/qemu[qemu_softmmu_targets_aarch64] ) + hppa? ( app-emulation/qemu[qemu_softmmu_targets_hppa] ) + loong? ( app-emulation/qemu[qemu_softmmu_targets_loongarch64] ) + mips? ( || ( + app-emulation/qemu[qemu_softmmu_targets_mips] + app-emulation/qemu[qemu_softmmu_targets_mips64] + app-emulation/qemu[qemu_softmmu_targets_mips64el] + ) ) + ppc? ( app-emulation/qemu[qemu_softmmu_targets_ppc] ) + ppc64? ( app-emulation/qemu[qemu_softmmu_targets_ppc64] ) + riscv? ( || ( + app-emulation/qemu[qemu_softmmu_targets_riscv32] + app-emulation/qemu[qemu_softmmu_targets_riscv64] + ) ) + sparc? ( || ( + app-emulation/qemu[qemu_softmmu_targets_sparc] + app-emulation/qemu[qemu_softmmu_targets_sparc64] + ) ) + x86? ( app-emulation/qemu[qemu_softmmu_targets_i386] ) + ) +" + +QA_MULTILIB_PATHS="usr/lib/dracut/.*" + +PATCHES=( + "${FILESDIR}"/gentoo-ldconfig-paths-r1.patch +) + +pkg_setup() { + use dracut-cpio && rust_pkg_setup +} + +src_configure() { + local myconf=( + --bashcompletiondir="$(get_bashcompdir)" + --disable-dracut-cpio + --enable-network-legacy + --prefix="${EPREFIX}/usr" + --sysconfdir="${EPREFIX}/etc" + --systemdsystemunitdir="$(systemd_get_systemunitdir)" + ) + + if ! has_version -b dev-ruby/asciidoctor; then + myconf+=( --disable-asciidoctor ) + fi + + # this emulates what the build system would be doing without us + append-cflags -D_FILE_OFFSET_BITS=64 + + tc-export CC PKG_CONFIG + + # https://bugs.gentoo.org/968765 + use systemd || export SYSTEMD_CFLAGS= SYSTEMD_LIBS= + + edo ./configure "${myconf[@]}" + if use dracut-cpio; then + cargo_gen_config + cargo_src_configure + fi +} + +src_compile() { + default + if use dracut-cpio; then + pushd src/dracut-cpio >/dev/null || die + cargo_src_compile + popd >/dev/null || die + fi +} + +src_test() { + addwrite /dev/kvm + # Translate ARCH so run-qemu can find the correct qemu-system-ARCH + local qemu_arch + if use amd64; then + qemu_arch=x86_64 + elif use arm64; then + qemu_arch=aarch64 + elif use loong; then + qemu_arch=loongarch64 + elif use x86; then + qemu_arch=i386 + else + qemu_arch=$(tc-arch) + fi + ARCH=${qemu_arch} emake -C test check +} + +src_install() { + local DOCS=( + AUTHORS + NEWS.md + README.md + ) + default + if use dracut-cpio; then + exeinto /usr/lib/dracut + doexe "src/dracut-cpio/$(cargo_target_dir)/dracut-cpio" + fi + + # Use our own from sys-kernel/installkernel[dracut] + rm -r "${ED}/usr/lib/kernel" || die +} + +pkg_preinst() { + # Remove directory/symlink conflicts + # https://bugs.gentoo.org/943007 + local save_nullglob=$(shopt -p nullglob) + shopt -s nullglob + local module + for module in "${EROOT}"/usr/lib/dracut/modules.d/{80test,80test-makeroot,80test-root}; do + if [[ ! -L ${module} && -d ${module} ]]; then + rm -rv "${module}" || die + fi + local backups=( "${module}".backup.* ) + if [[ ${#backups[@]} -gt 0 ]]; then + rm -v "${backups[@]}" || die + fi + done + eval "${save_nullglob}" +} + +pkg_postinst() { + optfeature "Networking support" net-misc/networkmanager + optfeature "Legacy networking support" net-misc/curl "net-misc/dhcp[client]" \ + sys-apps/iproute2 "net-misc/iputils[arping]" + optfeature "Scan for Btrfs on block devices" sys-fs/btrfs-progs + optfeature "Load kernel modules and drop this privilege for real init" \ + sys-libs/libcap + optfeature "Support CIFS" net-fs/cifs-utils + optfeature "Decrypt devices encrypted with cryptsetup/LUKS" \ + "sys-fs/cryptsetup[-static-libs]" + optfeature "Support for GPG-encrypted keys for crypt module" \ + "app-alternatives/gpg[reference]" "app-alternatives/gpg[freepg(-)]" + optfeature \ + "Allows use of dash instead of default bash (on your own risk)" \ + app-shells/dash + optfeature \ + "Allows use of busybox instead of default bash (on your own risk)" \ + sys-apps/busybox + optfeature "Support iSCSI" sys-block/open-iscsi + optfeature "Support Logical Volume Manager" sys-fs/lvm2[lvm] + optfeature "Support MD devices, also known as software RAID devices" \ + sys-fs/mdadm sys-fs/dmraid + optfeature "Support Device Mapper multipathing" sys-fs/multipath-tools + optfeature "Plymouth boot splash" '>=sys-boot/plymouth-0.8.5-r5' + optfeature "Support network block devices" sys-block/nbd + optfeature "Support NFS" net-fs/nfs-utils net-nds/rpcbind + optfeature \ + "Install ssh and scp along with config files and specified keys" \ + virtual/openssh + optfeature "Enable logging with rsyslog" app-admin/rsyslog + optfeature "Support Squashfs" sys-fs/squashfs-tools + optfeature "Support TPM 2.0 TSS" app-crypt/tpm2-tools + optfeature "Support Bluetooth (experimental)" net-wireless/bluez + optfeature "Support BIOS-given device names" sys-apps/biosdevname + optfeature "Support network NVMe" sys-apps/nvme-cli app-misc/jq + optfeature \ + "Enable rngd service to help generating entropy early during boot" \ + sys-apps/rng-tools + optfeature "building Unified Kernel Images with dracut (--uefi)" \ + "sys-apps/systemd[boot]" "sys-apps/systemd-utils[boot]" + optfeature "automatically generating an initramfs on each kernel installation" \ + "sys-kernel/installkernel[dracut]" + optfeature "automatically generating an UKI on each kernel installation" \ + "sys-kernel/installkernel[dracut,uki]" +} diff --git a/sys-kernel/dracut/dracut-9999.ebuild b/sys-kernel/dracut/dracut-9999.ebuild index ebbd333d45ad..268848cfa11b 100644 --- a/sys-kernel/dracut/dracut-9999.ebuild +++ b/sys-kernel/dracut/dracut-9999.ebuild @@ -14,7 +14,6 @@ else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" fi SRC_URI="https://github.com/dracut-ng/dracut-ng/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${PN}-ng-${PV}" fi DESCRIPTION="Generic initramfs generation tool" @@ -104,8 +103,6 @@ QA_MULTILIB_PATHS="usr/lib/dracut/.*" PATCHES=( "${FILESDIR}"/gentoo-ldconfig-paths-r1.patch - # Gentoo specific acct-user and acct-group conf adjustments - "${FILESDIR}"/${PN}-110-acct-user-group-gentoo.patch ) pkg_setup() { diff --git a/sys-kernel/dracut/files/dracut-110-set-defaults.patch b/sys-kernel/dracut/files/dracut-110-set-defaults.patch new file mode 100644 index 000000000000..891733fc0a9d --- /dev/null +++ b/sys-kernel/dracut/files/dracut-110-set-defaults.patch @@ -0,0 +1,29 @@ +https://github.com/dracut-ng/dracut/commit/86dae8081027e3461a49999d63938561eb2ed662 +diff --git a/dracut.conf.d/gentoo/01-gentoo.conf b/dracut.conf.d/gentoo/01-gentoo.conf +index 5c12d1c50b..218e70b99b 100644 +--- a/dracut.conf.d/gentoo/01-gentoo.conf ++++ b/dracut.conf.d/gentoo/01-gentoo.conf +@@ -1,2 +1,22 @@ +-# Gentoo specific Dracut configuration ++# Build an initramfs specific to this machine by default. This ensures ++# local configuration files (/etc/...) are included. ++hostonly="yes" ++hostonly_mode="sloppy" ++ ++# Usage of ukify is controlled via sys-kernel/installkernel[+/-ukify]. ++# Automatic delegation in sys-kernel/dracut is disabled here. + ukify="no" ++# Building an UKI is toggled by sys-kernel/installkernel[+/-uki]. ++# If the ukify USE flag is also enabled then ukify is used to build ++# the UKI. If not, then Dracut uses objcopy/objdump to build an UKI. ++# Automatic delegation to ukify is disabled, see also above. ++# By default we do not build an UKI (initramfs only). ++uefi="no" ++ ++# Inclusion of CPU microcode is controlled via: ++# sys-kernel/linux-firmware[+/-initramfs], and/or ++# sys-firmware/intel-microcode[+/-initramfs] ++# The later takes precedence if both are installed. Disable the ++# inclusion by default here, the aforementioned packages override it. ++# If neither package is installed then no microcode can be included. ++early_microcode="no" diff --git a/sys-kernel/gentoo-kernel-bin/Manifest b/sys-kernel/gentoo-kernel-bin/Manifest index 98b20b85c435..29281186d9d2 100644 --- a/sys-kernel/gentoo-kernel-bin/Manifest +++ b/sys-kernel/gentoo-kernel-bin/Manifest @@ -6,6 +6,10 @@ DIST gentoo-kernel-5.10.254-1.amd64.gpkg.tar 66181120 BLAKE2B 96a098f11ac6ae6406 DIST gentoo-kernel-5.10.254-1.arm64.gpkg.tar 60149760 BLAKE2B 3dccdee21cfc5e86228ff7093777668f70894d7484b2b9c72eabc4f93f22bc35aafc833491493fcae4e56afc609eda45182b844d32b813ec8822656ba88a07d1 SHA512 0eca9b19d413444107e44ef137f3b6a6803173b2128304ff6ffce3dce009976d994a7cdc82b8a7f565d35271ae043d26b23cc210abc2f2c839b034a5530c8b5a DIST gentoo-kernel-5.10.254-1.ppc64le.gpkg.tar 55592960 BLAKE2B 4e491c5d95e1e3151b69686b309cc1f06dceea5ac70e39df17b5a4898f9a97558f4b43cf6dbe7bf2bb0bbd7c13d29cf319ccb9b9ecb6af119c4b8bf5bc298623 SHA512 387c7a34cad4d1039b080abc65dd7ff2dd10b6f73ab1da6801990f6c4c963f0c8e055048af07e90cb5e5b332529b920422ca184d175db67a0837670d8320521a DIST gentoo-kernel-5.10.254-1.x86.gpkg.tar 56135680 BLAKE2B 73a8c23102cbda6ba95baed4444692de9662651b1f12ee1d6f1682fb10a4ac1e5a5c65ae230c8368ad5a903c912704eee8befbc7937145c102fbb97a6c9e8613 SHA512 2727f8aec41c308edd8ad861faf89a3f2ee8870cdc71ae593c1f90b8e24d6c256850e6d9d7c5bc897fd0d056d95d8d1855fc9b6aebec2395334e005c809c487d +DIST gentoo-kernel-5.10.255-1.amd64.gpkg.tar 65955840 BLAKE2B 5e4c2e1e021deecce5b0d54618d32ad179390f978b5c0ce84e7a9f9d917a98328d486b21ab84036d8e1edb316347a203016fa490f64122cb9aa6724eccae15fe SHA512 03a03c1810bb44db483d17487d37746bedb736725dd87423a5366d3ec205a7c8dfbdd0b2c6d1042f3a028955a8ba45e733afb698100012c65c3d92b049f4b14f +DIST gentoo-kernel-5.10.255-1.arm64.gpkg.tar 59924480 BLAKE2B 7db897207b78ced9ce6ca8db662711f8fb9c75c28ecb9cadd4c148aac659018a67024306d0dffaa37c8c55b17ee4359793a155dec1e4e94851bf5b9e53e116ac SHA512 28e9165b89c74ee4d29659f5c7cc1855070fefed78d2c781c777cd9150cd3849404e1f1e69cc4335d19c16d8e83a946842646bedc0fa99c036fbc0136c872bfd +DIST gentoo-kernel-5.10.255-1.ppc64le.gpkg.tar 55388160 BLAKE2B 8f2a3ddf7bd079e1098bf0d71d8b63920b8d70a2cf3b88ffa068f065f988d831e337c4b5c4935b16fc7a26ec6bc9134d7fda7aa5199cc68be55d4df71163cf70 SHA512 2160ce920733029a0aa696acdfc059652d0e96ea050b4c79849095e990773c94a4a64aeed40d04b98fb47cc69c0bcc4b76d4e612537f74d812c3cf148b6a7423 +DIST gentoo-kernel-5.10.255-1.x86.gpkg.tar 55951360 BLAKE2B cf56f7ecda97ebe83fa7c0c862710919ba12c22d7f7f101932d6995563a605aa11361b114954dceb1467498e14c660bb3dd6c9e6d277169c2a551963faf15e53 SHA512 34f72354c7afefe7cba330947fe31d8fdd246e776a1f7238682df465eb3000aaa3a4c21f196c9bd6a7495ed62b9c84ab58ed7b228c31fcf950d22fd14b53e563 DIST gentoo-kernel-5.15.203_p1-1.amd64.gpkg.tar 71393280 BLAKE2B 1f8a965b7f19a63fba7950bf7cae7e3d7ffc69a98633173c9019eebc43e317bfdce024c1b5d89463d8ac6498dd4aac5c2d0703f41feb22008e8a7e41b6f19f5b SHA512 3203e9970808a0ee8a7bcdf74dc5016724e68147ab48db9d9945baedfa4f642f3d6fccdb1976fd38ec845fdf02e21fba65c3d54faabdc4464246e7cf84ba9a70 DIST gentoo-kernel-5.15.203_p1-1.arm64.gpkg.tar 65996800 BLAKE2B 116d5497dfab29167c78f8ab25a8c9db443639a7544ea847402a92bd1ad4fcb9b149d0ff18c3aea5cce02c32a58337b0dabbdec5e3732dadb71c9e16b91ab321 SHA512 7b62f61516210b15160705c678058f5ac909bc973c5e7134ffe3c16c2707259cea32404e2979e128ee89a6089fa6ceb004c177d13a34de2933af12e64d77ef9b DIST gentoo-kernel-5.15.203_p1-1.ppc64le.gpkg.tar 59566080 BLAKE2B d93878ee7179495640d6e39c1cbc09bf54ae9f03b8fc7ae22af901098fc14a341cf2be91a9022cee59379f3cec4338093e39f98d2791cffb71999d51e49c89aa SHA512 e90574fce1255022136834ab3c2771695f8d67e04e7667e53160453d9efbb8b5f38b7ad17ada62a57a04d2cf5a2a962de3681c9cf39e1a5d58c2001e033d52af @@ -14,6 +18,10 @@ DIST gentoo-kernel-5.15.204-1.amd64.gpkg.tar 71403520 BLAKE2B a78fea01459b70db18 DIST gentoo-kernel-5.15.204-1.arm64.gpkg.tar 65996800 BLAKE2B 2b900d15a2c28733f0e2fd854156d64af39a8fb4e852f5b39da5ad062c35829ab15638cb92b08c82301d48bccf8cc12670f23aeb12daf0316d7afaffb8e1d86f SHA512 8ab33e258dec9e15012cf8e5c64100a9d782fc59f972b0efc4c5bc84a0a8be961a32f2472f3b5ddec647651695e278a92520858f4541bfeedf314aa32d71a47e DIST gentoo-kernel-5.15.204-1.ppc64le.gpkg.tar 59576320 BLAKE2B 407136ce44ae0ac28ade0b895220c94defce9f459719b7a548c52e748a921b177788cb0e8de262a90090b109766d5ff99004298741b0edc3b6b806b625e3d83c SHA512 c850f960996e5b326fb265ec9fbe1030bc6134ba7dafa92ee56fc5f9f767b1a8ab0e8d41894ef513b6933fd27d803deac4b9f96fb49aadf72e007fc2a7883db9 DIST gentoo-kernel-5.15.204-1.x86.gpkg.tar 61235200 BLAKE2B e5ef45a0bd91da7141a01eabd14085920cc6bca8242b52fad1a6d72d31ecf373f698ce34f2c63b9b2779ba1d727c52513455b2072de6a8dd7e7b9ae4726f33ba SHA512 d2042246695697ebfd059583c5334b145f1a0f9ce3d1abd4af3df85613a2121b1db35abf8d24a079aa8a9e1b5b5e0a352a72255940acea2418faf4f43743d077 +DIST gentoo-kernel-5.15.205-1.amd64.gpkg.tar 71178240 BLAKE2B f640dee18864dbf670fb99ad0f6a21fd0dd8a026e4346df37c373184d0bb1bfadc8c86b88959e97673e658a40da0fc9dbcdc271a0a26ef9b056a68fb92b89ad6 SHA512 fe2a9eb932df3c934fcad43639824dd982c826bea90fbcb330d324b4780efc6f9a9489953bc312e561f41e8268d087ad255a913caa8701ad90fac737812d572d +DIST gentoo-kernel-5.15.205-1.arm64.gpkg.tar 65751040 BLAKE2B de52738439f90b6a206b0e6ac15cfb128d81c13f413056e6b04fdcc2293b26f502eb7c4b1386977e358fe16721ed1fd9528ebc61ff05c12e2fb542b8649b392c SHA512 18d013928c1a0609299c26b67b23a101a4fdcef83f9483abd4311a21f5ec5dc362b8c77393ec7be6fafd7fa6c8480306065aab09fe03d49102ff50a101ca9cf4 +DIST gentoo-kernel-5.15.205-1.ppc64le.gpkg.tar 59330560 BLAKE2B f96009fbd63c81476bccad3417c02ce0ba48c9e8dd2bd5ddb01e26367a989c5d303fd411137750a211d980791582762af49cac08eb964cbaea219d24fd25e153 SHA512 f689fef5d4b53ca21c4cf3dd6d803c137098635bb891056f363cb804407d5e71fcdb12316fdeeb2595ea6216507ad9c4d601ba7a19210554f47730b410c42f47 +DIST gentoo-kernel-5.15.205-1.x86.gpkg.tar 61020160 BLAKE2B a91a1f7fafdcd389b3e713eda065098b4ba0102d9975a37efeebba600b51ca90c2af08fcf69c6b12782c4dbe7531c2e5db0f44dded812da786c385903f5ce0e0 SHA512 db7809770cc9ed74637c6380ad9af745ef187e235671e1b4d4830f6f4c54653eb1c4b710632046e7f0edc5836b52e86bf06a13463c7ae22fed713422af696185 DIST gentoo-kernel-6.1.169_p1-1.amd64.gpkg.tar 75786240 BLAKE2B 969c975b0cbdb935172e6fa72edbff191d38554f3ee50db860cf445a3922a8fc2098ed34781ead8fc4c78130a24ccb0c4803dc93e0ac03ff690897e4e41f04de SHA512 7dd3db0da745c9a1c199999cd6ced00040d5c96e1ba9b8c54529ed56ac4e282360b891d670a1644996d1dfc71d889889a1b585e28ba7941d0b224f192a6e8d0d DIST gentoo-kernel-6.1.169_p1-1.arm64.gpkg.tar 69335040 BLAKE2B c91def062a3d1dfdbfa93f96b5771fae9373424e5a20a91a0208cfbb14f4f03af0ba650078bf7cace12f2468bfdf6e95367bb6344137f73011d392ec7bd357e8 SHA512 ea140afca8271789abf6df17dea181f3ec448dce6ebe8fdc59bb8e18b29ef191841eca7fb79d15588bc9162c0911bfcf354fbacdeafe4c0e9f0ce6cac6998f10 DIST gentoo-kernel-6.1.169_p1-1.ppc64le.gpkg.tar 62812160 BLAKE2B a7d4fbf677930ecc7c7ead125cb4702499452b145fa81b71f35ef07673caafe7a5cfd9950fde153a70cd5379f995653cbeda6823203d941466897f7ddfb16e57 SHA512 b64ce923453d7bfe9baeddacbe6431f3cc0d5f3b42371eb6d0e6be2e9967954628cdfb6fb2b23d82a69d19af8876b5ff4ef456587882839b9d26388c8da6ccc8 @@ -22,6 +30,10 @@ DIST gentoo-kernel-6.1.170-1.amd64.gpkg.tar 75796480 BLAKE2B fbc4fca21c80bc2145f DIST gentoo-kernel-6.1.170-1.arm64.gpkg.tar 69345280 BLAKE2B 0406e75d642bffbfaa4675e23d64165a9e7779f0d64357c6f818c79996154064a361525f76257e8f21a0180349f76a3712ac28846b3d6fa86910f0155cfe4357 SHA512 e9c0e27fefae9368519aa871ed09abb6a7e9d789275ace49931d22734f7db945375ce0cfcb73c98415071a08ecf5fdab60bc7c78f4f8b82d45aaedcf77058997 DIST gentoo-kernel-6.1.170-1.ppc64le.gpkg.tar 62812160 BLAKE2B 1f29e4dfed5a44521d0b17d440e7b8aeaec37d58d97afbce97314b828206f5e290d46c1912c3e13f4498e639797090b9448d25607a2e132e4ac9f12b6ad96cfe SHA512 92c9bf11fce132fb36829e9e73b37ada17acd6b493d2ae93e39e3ed6e51f5e0daa6bd4efbe5531124f412afbbdf351dd037d816c224f52a16b8b5b8a4efd835c DIST gentoo-kernel-6.1.170-1.x86.gpkg.tar 64993280 BLAKE2B f12dbd15ec5625345ad661f0f8e29906d645e735dc94ae8dc769bbd6dbce4c1c4fc0b41c98244d6d023ad85d37d9cddc1faae9dbfe7ea13d756d8d1faab31332 SHA512 2745af77ab734131726c70c2b9812c700d9b6b9213031b64c3ea528b3ae67a52cdf8d052d1099da0edb67b7df883921d0a12b8ea7e627ca910a7e484a0d31bdf +DIST gentoo-kernel-6.1.171-1.amd64.gpkg.tar 75540480 BLAKE2B 3f158e6be6608d29e10a374bdbb3ea63484eb9e2aef776ee1df641f24801029644704d69dca2b1f4c9d336a554887e452b434652905ee6713d52882f878f3ef2 SHA512 7ac47fda43fe74413cb3712590ac7d0e90f814b54bda210b1260c31e0f4dfadcacaa209f0a654c31d1b429ce631806c5360154609abdbecdd5777352288fa566 +DIST gentoo-kernel-6.1.171-1.arm64.gpkg.tar 69120000 BLAKE2B b9f4efabad5d219f39b1f8d1c47a06d6549b77eb606971265d24d76ee9a7d1e5edabd401ede6727ca7815eb546eef6417a460c10cd3be5830e7669e216dc69b2 SHA512 9bbecc80ced00e4e17c0b58e73ad5f2fedc55bdc629a8bab2b1c8139c860340b3ca7ef56ea84525a86863c8b2bc2149dceb9f1c1f520ee0a7b2c80ca0443b36c +DIST gentoo-kernel-6.1.171-1.ppc64le.gpkg.tar 62586880 BLAKE2B 58f35676ee85f966000b31185ad3eeb0b5c39e94e1a1c2cec9d5fc704aa5206b72431151237246d92fb5f2c43c9c8c8ffa3978ae1ccf7be6b9069be3cbde6585 SHA512 412ad338aad7a8f76a96afa1bbcb9cc971901d4d0f04339cc9bdb572010a98003ac4b2b9240c88e1181531700a1c20a59f76d3c7118c811b00452880c935af28 +DIST gentoo-kernel-6.1.171-1.x86.gpkg.tar 64798720 BLAKE2B b83770be7945bc804fdf26f82e59a5c74e1e588f4641ef08aacffc73832c55eaa2bfcd46a38c65ab5c6cf7dc98571fb45ff34aff45f36d677d5b09450e446981 SHA512 64ffcd50cc450133373722bd707fdd01fbcf1c763d3f89231d55842e6a81f12df9a1d9893b2504eab042ac3b994a526d36cfb20eebfd9cf273eb9619c3110966 DIST gentoo-kernel-6.12.84_p1-1.amd64.gpkg.tar 326184960 BLAKE2B 623fbc86df375429cc968144d3ca44568d1f295c070ab70aab781db6af352fb9bd10b4d2e9b0f868cab60dfac792f37b729ba9bd2a108826c4ae25ad51cd0171 SHA512 73e52e182dd4de3db428d460f6e605506e87ce302f8949f62965db4ca48a1d958ccd1a8481648afc2769ec49b6150200432bb008f373945e3d5d47a4144e18e3 DIST gentoo-kernel-6.12.84_p1-1.arm64.gpkg.tar 295915520 BLAKE2B f77b4079fb2800692c5365a8787a0284af75113f4cf4dc27b0c123e3be1e8f3ab9cd07c67282099d6f6aa758294b229077e5e6b472516bccb67e67556fb86a78 SHA512 e16c207dee48507d093a20f8594be5ffc612a5501cba75ec67d414b78fce29adb7694e7a52b44d3a11e3eb6f98f5474d564e5b128d487c5010ed0aeae9a9dea0 DIST gentoo-kernel-6.12.84_p1-1.ppc64le.gpkg.tar 74158080 BLAKE2B f46dece5ab16a4d3609c4a5e8f669c3fa528433ed933ea27ce1479e327df5d3be7f6d4b6d879d32eca62aea44ba8a949502721991b6b78d90fe60e3fa4866fcf SHA512 176ab6db1bf6cae3c22ffec79fb1047f450bde664d6febf0042ef0ab5b4af09f5d8edcc5fb64bf1d770f8e963b8801a1e83d540e6aaafe65d40f52af579d82fb @@ -38,6 +50,10 @@ DIST gentoo-kernel-6.12.86_p1-1.amd64.gpkg.tar 326195200 BLAKE2B 0899d5fca55eef5 DIST gentoo-kernel-6.12.86_p1-1.arm64.gpkg.tar 295936000 BLAKE2B 08ae59510d5f368e4e9c8ceb0bf6f997880fa99972d1d0c38d1f1c1c3697689459dad84cd6ff2fecb69d957880e74ec8d630ae7715ecf3bf29f29d97e0fdfd45 SHA512 02886234bddbe68b34a8d5480eb9f10d9aa357f62c58cb04d547e366e81b84d8888a77c51dd8c1f110dbe2b14adc11b7f747526a9b5c36eeeed39fcfd57b6c48 DIST gentoo-kernel-6.12.86_p1-1.ppc64le.gpkg.tar 74168320 BLAKE2B 65ec36f57686910eb34fa60f532a617b576c90707f9f72fb95307d7b96033e1246e1e0ff4127697cd39c4b2f8449c59d45831da4d82a178848bbc7958c1a7d6f SHA512 6379aa4a904f9764cf8a39ce448ed91396ef8c707b82741995b86a3aa9128de649d46acd7124cf3e6ede42388644d4dae71d35af0f1d6b0426ca8d60be760053 DIST gentoo-kernel-6.12.86_p1-1.x86.gpkg.tar 77946880 BLAKE2B 697a3b8bdd74c28ae0f1360032b007b2b026de1b7b5f4183e02e7e2761d1befa8cbbe1e0926754b4b54027734e467c0c24a6f6fcca9e2ba946936db6463f8ca6 SHA512 c2652fde2925903b97ee1f334f94aacbe53af05eb9f98cdf9d6e549172c7b438cc763a6d3c04860cec08ab48d032922db8717d5bdff9f3235558d11b30781627 +DIST gentoo-kernel-6.12.87-1.amd64.gpkg.tar 325386240 BLAKE2B 0f427bf7849382a8a963a46079bed1f23b6cb0b1973982982c56c37802d4f88412b207809bd7277808efa1c51938151545d40b6ef9666b749bb76f72b1a67bca SHA512 097de7e02a37869eb9f63e979b1442713ee996b4c30ce678a1ee10717cbb71ae9a4333e5500e3ad92bf6e261449fb13297a921c1ceb9cccc05fbacc137819e4d +DIST gentoo-kernel-6.12.87-1.arm64.gpkg.tar 295321600 BLAKE2B 2b983e47f19bba864af1ee49a236ee632e3aeb698d010a29733548c9206129839da94dd2f7beb35973ca517d95453d0674457da07bfe8e33b375aa1624417192 SHA512 ad947ed0461df2814937bd96650eb1140101bbdd9806113a80e05ace2239be226c12f6f852702104458d14c794f133e277d83fcb9f51bb96108db970ea7cf9dc +DIST gentoo-kernel-6.12.87-1.ppc64le.gpkg.tar 73932800 BLAKE2B 534742dd847bcabded30beb2a0b70c729209cd2d4c98bc8c92e717fa6825885a0dfb3173b1daa1dfc9a9c33f5efd99a764ee5b6b24b6eabece847928ddbf2343 SHA512 db0cbf0a73761a1ad85ca454092a17ca33294187330b00608b4d5fa57ccfb92134c8e75415bc2f702d7d4a077b7e26e335f48787a17431d2bb9ad5b7f50f0703 +DIST gentoo-kernel-6.12.87-1.x86.gpkg.tar 77742080 BLAKE2B f9a83eb8ee8f09b933e0d34d447f319935f530b1a9d79489a03a8bddfaccf0bf503e753d227ba18ddbe5c97231941c4b9fc6989bf2d4085a327f1cfb00fcf109 SHA512 2888d7d29f538bcbf6954f3654a3b59b058b9103efa45ba8c79d3885f7765f017dcec4c618b192e51d9abaf86753315017157206f922f38f30a79bc72d74af15 DIST gentoo-kernel-6.18.25-1.amd64.gpkg.tar 477143040 BLAKE2B 32670ebbacfd8834322d8da35bf9c78de1735397b333f22529ce19073707fc168d80ac93c4488fc2eada00968cd379fb0666d3267337e3c56b22f037ebf67a5e SHA512 7180af1d5e6afcac7f10fe08f8bb0a1e7afa5ee6605de3e367a5b2d1724004ab5509ef902817b2ddafafb5802baf7966e0b6e4539d8d2273ddfc4cb4d484690c DIST gentoo-kernel-6.18.25-1.arm64.gpkg.tar 451133440 BLAKE2B 34c9327a75df3e4440bb7ea3161591613cd213e6b9dc0326b9535bdf93d323fd88ee297dc46c660a572d0b412d75bdde06008ad89b07b2057ad81713f20b1d8e SHA512 ec7af3b841e4afb9f9c555312d78796657bd8da1d04063619772a35f1e440bc14ee55dc1d775d114b0f3244f36e17ab22ce73fe7b155abecd72a0dbe99f34fa2 DIST gentoo-kernel-6.18.25-1.ppc64le.gpkg.tar 77158400 BLAKE2B b440e426d161fc686408bbd8b686693872ffbcb51a177834a5d0280b77206748129fde6dab999b9aef96641e793085afb555233082f195975d6ab935822620a8 SHA512 20f71ad03ec2d356b55992e367870337154e24b869ba642bd549920300c55ffe633e2450c2da0d0209df859ccba3c4592fc769c3f7ffa6740e0f31ce968a5a7a @@ -54,6 +70,10 @@ DIST gentoo-kernel-6.18.27_p1-1.amd64.gpkg.tar 464691200 BLAKE2B 1f3b0c4e1d297e4 DIST gentoo-kernel-6.18.27_p1-1.arm64.gpkg.tar 451194880 BLAKE2B 70a64a8c2615cffd79651fa83d6eda0d13b6e1178cbbeb91ec6f8d5c5ab5bdf14fcdcc2b25d1731e3b5f65dc4b01ac94ab1a2a969e6f2a6d983382c4d5978f9b SHA512 2f30e098bfe7510271495dda7959da89c66dc27cc16451fb921907f297e5ec29c06057d480e8b34613707e3b9c748baa9725035a7936fd55b19b7fd7091178e6 DIST gentoo-kernel-6.18.27_p1-1.ppc64le.gpkg.tar 77178880 BLAKE2B 163e9659d481269ff7287465a008ced67e89d9fe971cd92dc450e031603eef85b0d0e486ffa05440662c37a0669ff8094086f217c5ca463d4dc0c363fefe37f4 SHA512 b338e94b567dc6e6297e3ee5c09a36107a7c1ad391a318af7093008845ba1d7d5fa61a4d6c7293ee6685417ecd85d2fd5103ec062dda646566887084436b3b50 DIST gentoo-kernel-6.18.27_p1-1.x86.gpkg.tar 83578880 BLAKE2B 3e5ed0782a2a2b6aaf6350295e88bf5e2e31da4bcbd578272fd02f647fd8e698ad63f1b99a035b135dcd78cc0ade8ff155a62b93aab67661967929c99060956d SHA512 981827eb9806b71f0d61e6c0709efdda95852d958315f3dc6a96115c8d89540242a122f0598369059f626292a979ec89a1a2b3a6cea78122418271da51f45596 +DIST gentoo-kernel-6.18.28-1.amd64.gpkg.tar 464773120 BLAKE2B 607984ec9150073ee5b2f4d752f26dd7c82865052cf159ce62b14cdf5f3076381935e6832bae435ee7430d3e49b6f4459ef359005bd53df9d8d01fcc1ff9735c SHA512 6a7565c19ed5c39b9da0cddc592146788ff9fbf20463ff1a43c4eb1c2e641762fbe6edc9d168186fc5a80f7df8a72c459df4b95eb5f3c7cba6ec07c78b9dbaaa +DIST gentoo-kernel-6.18.28-1.arm64.gpkg.tar 451256320 BLAKE2B de27338c24a3871e24195060d4df115277a40cb05c0aaef02f1731404ca1a549145a0e144d989cd4fa8952b31b3169eb47162e1820d10dbe0797ef836b26677c SHA512 7179a3248480b1fae653adeae504c81d272485ee1cab02d9e44538f62a389e9823dc7e20336914240140af1a8a8ea3e697c222a0657c351678dded51d15c7167 +DIST gentoo-kernel-6.18.28-1.ppc64le.gpkg.tar 77178880 BLAKE2B 778d7b0dc1c88ebb8940aea118cd106d0971076f0118dd374e89bb238852f99f5f64c5268e99ce5ae546c969897c594c9fc563dbb1045153def5e5e611deefc2 SHA512 17b701dec61d604f34fa139badbe29156c7ed8c060382ad70a661cf8f8adcaeb1e2ebc41388c6da9517dfd07a29ec6fb93b21f9236c4ae7f149476e3b49454be +DIST gentoo-kernel-6.18.28-1.x86.gpkg.tar 83578880 BLAKE2B 5be60978fd7a8b36be3272797e7653c5c7f3af92079e3f702f5fdff90e3a05e1b92e9feaac18091fce2fae38116026a063511d6cbcfb5ef6e26e00e94d9dd766 SHA512 93094f925d52b2a4e85bb48e7a305373c53d58b8114812b1d5e72bb9e3aad4ffe2e1372c281d1a2b4fe3e628da563b878a439d653d6e37d2cf4db689fe2f1469 DIST gentoo-kernel-6.6.136_p1-1.amd64.gpkg.tar 290017280 BLAKE2B 70f6b2b6377031ef42be94dfe5a35303828e77df80ed4c1d08eac5afe945972be7c20e5eafb9794dcb44bf63f8346fe830de72cbcccecfd2ad587b5ee74e9d78 SHA512 a0b1ab25b98b67698f211e2ed98bc13d953b20352ce29d7909f218e4b485407fc1bce3dd93bf8b3fbedd5ce2574bb3abdba3267f7c53e007f17e8f0aaf355987 DIST gentoo-kernel-6.6.136_p1-1.arm64.gpkg.tar 260362240 BLAKE2B 8982dfd2f13020cdfe6f689ab7ebefec551329a360209c8a6f21ae2982de5dffb89bb847e57889146c63b9f4134ba822410f99534b013b892bb0db30742f279e SHA512 7bb0f41ffd2b0f4d108b3fb369788dc937f12088f2461137782e1f100dd6ea488e485a75cead84e97f27fd5863e3eef9eaa60e4e8e1f1fbabbf7fb73c6bb15c0 DIST gentoo-kernel-6.6.136_p1-1.ppc64le.gpkg.tar 65495040 BLAKE2B 90a9c58719c90c35a687fda0728e147c8ff805e26934b91cb7965f31c32a89d0cfcd1c67adc1acb6e2d7d3746a52f1a617085da9fb52d89495bf8161655315f1 SHA512 e38a382c95a530c9b98a882d438621e8b4c2ae34ddcef48c8fa11f8718fbf39048c87a2d0c443ec6537ff2a32b45a624e2d650c8929088f54b9b71c38df6ad5f @@ -66,6 +86,10 @@ DIST gentoo-kernel-6.6.137_p1-1.amd64.gpkg.tar 290027520 BLAKE2B b63cebdf39a8831 DIST gentoo-kernel-6.6.137_p1-1.arm64.gpkg.tar 260352000 BLAKE2B e9203b135bd1d43f8c7ff0ee7aecc5c0173a3031760bcd26cfad1af7cc18d4346cb9f914871476bff854756bd97ba97b6e0faeff25e4832339350359aca9f4f6 SHA512 03b0cc0ba6de85756b681d28c0fa4cd1ee50caa3e15b2c75ca32e7153ce2908f88acf1cb04fda6d176a6bc112e89b9a93f390d09e8858adaaa3ecd4221b7ff15 DIST gentoo-kernel-6.6.137_p1-1.ppc64le.gpkg.tar 65484800 BLAKE2B 887b3935da2017a1c9c275ae55c84d7212e43f7d06dc03e0b9198fb194fa4ca9d837e96ee07a8e97cf6faf5067817ee24052fd339ca235cbe286e2b6687ff5e9 SHA512 c6f89c065115787b9986f1eb81ec1288ca0ba9cd1450fad4a9924d452ae6813c0494a0d69e0e57c915484d3982dd5bee096d539694d541cf5c55bcf8c9b34876 DIST gentoo-kernel-6.6.137_p1-1.x86.gpkg.tar 68823040 BLAKE2B 1cd2b03c487d043f6d7f6db2ef8b26bbad94dbfdbcb68216c527cc8dec4ac1de7e6089f43d1aa5f5e032f64ad940e700d619bf23648f0728e9cb1cb073b942cb SHA512 f75abb180bffb344424812efe3f1b334e689b46d2f726cc1b67f5fd07173e6c9e101117e7033ba8bd7aa5cfba1db7b714b22f94fd1ae92de2df4ff4de86ffd4d +DIST gentoo-kernel-6.6.138-1.amd64.gpkg.tar 289361920 BLAKE2B 1cbfe1a2b72a605cc7c0d464506433de53b4f976a225f05fdaad25efd501fb3e19e73bccf790d5f8f79ef7bbe50ebebaa0709deef81d90cfcd5c9cdb5cf74ffe SHA512 6ed7da94aa5b5b7cad53a2285dd2f6557798d1110eeea3cefc269e3a5e6eeea32a39a252341ddaa8315b74b91bbc4a7b4c83021d2cc83290d9bf7d4830cfd9b9 +DIST gentoo-kernel-6.6.138-1.arm64.gpkg.tar 259706880 BLAKE2B 9393d04735c059b545af8cb5963fbd09a4f49fc8e5d3d6f1568c7b1fbb80aec6c46f7405fcb4f2fbfea4f6e5b9a470fbbe56961a3d0dff5bcb5d4fbbbfd83598 SHA512 54a84194b938f13a0ba752afd8f5ab69ac0b2caa2b1ea0cf51e6634d6f2a63eab8c41233f34c09311df4696f7778482bfc3247f60489dfd484f4b52a0cb3bb67 +DIST gentoo-kernel-6.6.138-1.ppc64le.gpkg.tar 65259520 BLAKE2B 2c1884b8402baae54d1a1b9c1fb17d3a8e3693129e6cacadaf984ac5b2d9dd499d9f9890d3f59a2ee06a3d1a715eff3ee5e0fb1da7d351e718fc28090b990e00 SHA512 5a6e3f1dd8824edc2866e5ed750b5575dc829ac48dda7595fc01080b60077667f10e0bf6bac6be7caf21f4582a410008078ad216b6694a420eb3526d2d4d4dfc +DIST gentoo-kernel-6.6.138-1.x86.gpkg.tar 68597760 BLAKE2B a3e72736ef7fee762f7a768627b8f9b73d0c7c1e741a992594854b00db905dca7780179df2d33de2346e9688a36d295b44f44f2c6c771a3ce21401cf630e1594 SHA512 73086eab6eca125fe699f0a47f3336a3899f9adcf372973cabdf55c2415f639d38f7a5b5b8df65ca255e446032d824c6246f20d3d58ac6a0a5000113d2ceb18c DIST gentoo-kernel-7.0.2-1.amd64.gpkg.tar 369377280 BLAKE2B 920869e54ff504a25ed93ca3366efa80ff7f3c9c5a76d10fbcd98ba06c6020783e376c20acc5384570718a5a8fdd4cc9a69c5af43b7a02e27283cd542bb414ff SHA512 4f763f890327ae16268e95997ad0d6aa17f9cbb134c7845b4734b24fef8edd4903221ef7e92f7974f0f1594203122d2b099d17482a080ea78c50bb4ddd8483ef DIST gentoo-kernel-7.0.2-1.arm64.gpkg.tar 326082560 BLAKE2B ba6fb32b79f62e9ff866869127c1f0b86824866eb171f1ea40eb5a88b2fa8455b88cdd9189fb42e2460c29e32528078abcb77b570d65e95179f8f32c836c3b1d SHA512 8e0e94b5b768de45034b6d9d6ea2ff9ae06554c11bd4b23d770952980bf7eae127afd397e8e3862530d1c2447d3a07e638c60bbb3576ea4a234953a9694bd528 DIST gentoo-kernel-7.0.2-1.ppc64le.gpkg.tar 78602240 BLAKE2B 8c0c20751b8b8c975e96704d0e4e45fefcd676cd6d1d76c9f48d0a1355af1cfc473caaf991ca1b3c9239f0be500d15a36830bedbec902a971ef2869753d412ee SHA512 cb3e115ed69f546bc270399f2028f19cae2003080a55e211999a6887bef5c8e066c41ce28bb1b8c4941a095ea429e74153f7766d2e0532870d6012f01cd78469 @@ -82,10 +106,15 @@ DIST gentoo-kernel-7.0.4_p1-1.amd64.gpkg.tar 354344960 BLAKE2B 635878a558b68d2fa DIST gentoo-kernel-7.0.4_p1-1.arm64.gpkg.tar 326103040 BLAKE2B c12f88b2e56e151f44fd5280f574ce0b8521cae5eaa9af7728dc41f954660342ba2f8872b59356574315139151fc1ebcc8fbaa2bef961fb07728241e898afc79 SHA512 d74e842982474c5857cd5063b9c35c1c43c508c91050c1cbbd51cdd855cd3c02ebb0e01459584494524fd650f0ddd2c2d1be718bcc01149da830bdcd3385d1cb DIST gentoo-kernel-7.0.4_p1-1.ppc64le.gpkg.tar 78602240 BLAKE2B d2713c6850a002000b9fc0da02b99d7e894bc208e5c3d089399f5ce850f591794f7fb4140ab696463e7b0d1740ade42056ca5b663a92c0cc6f9566d72ff16a38 SHA512 8484277c233a5c9890d2d7e2d190d59bbd2b0db6f19f13fb5fa19dca15218903755b29b9cd38ba15a977f344ec171e1bf35c35b0f79ad6188365d6789bf6a949 DIST gentoo-kernel-7.0.4_p1-1.x86.gpkg.tar 85340160 BLAKE2B 6181968e99727320aeb40474b4c7f804a4565267d6b816281f98f4b986926ea138d2c92eb6ea453b64084ceb588f63b7fd4924623bb205a0e4696996e7292acc SHA512 c165e6acf948f8e642a3778cc032d3ac0bb4f360d65fee9b59cb12d54376465767d3130663abd18910dd9f87c6d2412794cae9acb5c61cc1625bc2f54f37cf38 +DIST gentoo-kernel-7.0.5-1.amd64.gpkg.tar 354252800 BLAKE2B 289631dcdc1d4c04694ab967f44f4a914ec5879c7210975473473952e3361990c51fdfdad10a27c0d9bfbb3fb56d6d78cdad9b69a4df8837fc4bccd1b1b0c197 SHA512 8b74ee9932ed9067b94b432829e5d73b2b59341ff2d63c8ca9d925c1fd644a3048499f54c7820e185d50a2cf787ef7c3a20266f1e73b03950ef1ca236b2337e1 +DIST gentoo-kernel-7.0.5-1.arm64.gpkg.tar 326103040 BLAKE2B da717874d9755dfc0bb32384d5927eb49570089cc5caed578b286f6cf1602c769e877ebdf3c30c1c3db91320c7688822e1f8153eba2a1eaa0b0a613baaba67cf SHA512 747bca19cf5aad4b426cd23c814c6aee50f538a22566b8325452ca0de1eebc884781006f395cfc9c87ff9962af40e610c09dfa8e3e880eb561b1c0384bf83957 +DIST gentoo-kernel-7.0.5-1.ppc64le.gpkg.tar 78622720 BLAKE2B 1c436d14d12b5f6ef7d6cfd04f875530142036015e4577def6869a2a6058445521d638375af8db36463d6afe0b878f00ad39cc960816f85e4dc20fdc4e5cf861 SHA512 94a1a038b9bd4dfe47d86f3304dbf38ae170f357ebcf1d7514637b53ac760fb443bab2d5a1735e7ba028e907fb1368552dca0bc64c99bf1bc5439a854d2e3685 +DIST gentoo-kernel-7.0.5-1.x86.gpkg.tar 85360640 BLAKE2B 29dfa94b71d02c9528d67f4160b5cc5349b1c1c4271eca2f9fcf9ac0cb46d0dfa67cd6dfb691210e9b5eab934ea26e243f85ff0a0ae1d9701b89afa5cadda8f1 SHA512 081cced0aef477444292bc73438743d5b03d87793632b48b56967dc4da289826f234ac8503570d5d0f903aa3174f03840e05cce7425785acbc284c09de95f8c9 DIST linux-5.10.tar.xz 116606704 BLAKE2B b923d7b66309224f42f35f8a5fa219421b0a9362d2adacdadd8d96251f61f7230878ea297a269a7f3b3c56830f0b177e068691e1d7f88501a05653b0a13274d1 SHA512 95bc137d0cf9148da6a9d1f1a878698dc27b40f68e22c597544010a6c591ce1b256f083489d3ff45ff77753289b535135590194d88ef9f007d0ddab3d74de70e DIST linux-5.15.tar.xz 121913744 BLAKE2B 3921274b23f7938abdf3ed9334534b4581e13d7484303d3a5280eddb038999aaa8b836666a487472d9c4a219af0f06b9fecccaf348fb5510ab8762f4ef4b7e83 SHA512 d25ad40b5bcd6a4c6042fd0fd84e196e7a58024734c3e9a484fd0d5d54a0c1d87db8a3c784eff55e43b6f021709dc685eb0efa18d2aec327e4f88a79f405705a DIST linux-5.x-sha256sums-20260418.asc 375956 BLAKE2B d2592f053f0350997180479283fb5c57e119fad665fc28c982392b0655736827221eb21f892e628e8e2ce61b55be6d0ecbdf3c9e6d37c8b3ff29c330c28cc239 SHA512 4746bb154801314b1df39830445b6ecb59cf278da5799df0b0eaf383fba20b6a26dd3174cedd5f54f23e66b97980520b634714e480b61a0a7283734a7667b890 DIST linux-5.x-sha256sums-20260501.asc 376643 BLAKE2B caa9720318371bf63a3b7f39edf0c13820c39fa08577c9d2457cf9616a58fc91b790cdc0ee53bcbfd13cdf937e73d2116651c6e7b7b4a650f00e90cfa842c29d SHA512 f4fbf987bb71ddf789f0aa788b9902b3a5fedc50741eb4110d3875e757f9b603c0eddee6fb2afe909ef35eeb2b3f179a1a55b3811b897a2285cd49e8de9f1202 +DIST linux-5.x-sha256sums-20260508.asc 377333 BLAKE2B 559ebeef5ea40e4c23309e6efbe3554b02db012856adcccbaac2c920ed6e3e76d0ed19a195da462fd631fc73f9cf2f9036a59e4e0285b4e608415de19254ca98 SHA512 2ba895511e09b02b5a269812dd35947c751d4295c04189b0209b1034fbaa709083751f0e5199edc3a55de6369e1f3fc715e094b3e399aab617f717c6280f3a79 DIST linux-6.1.tar.xz 134728520 BLAKE2B ae60257860b2bd1bd708d183f0443afc60ebbd2b3d535c45e44c2e541bd0928530a3b62de6385dd4e4726ebbedcc0a871d4f3ffb4105b9f1f6d8ed7467f5688e SHA512 6ed2a73c2699d0810e54753715635736fc370288ad5ce95c594f2379959b0e418665cd71bc512a0273fe226fe90074d8b10d14c209080a6466498417a4fdda68 DIST linux-6.12.tar.xz 147906904 BLAKE2B b2ec2fc69218cacabbbe49f78384a5d259ca581b717617c12b000b16f4a4c59ee348ea886b37147f5f70fb9a7a01c1e2c8f19021078f6b23f5bc62d1c48d5e5e SHA512 a37b1823df7b4f72542f689b65882634740ba0401a42fdcf6601d9efd2e132e5a7650e70450ba76f6cd1f13ca31180f2ccee9d54fe4df89bc0000ade4380a548 DIST linux-6.18.tar.xz 154309096 BLAKE2B b94b7b9bf18aca0c3e50baf79b009a1448fc6cd9c3ee019f641cc247dcf53a4abef4274ee0608ad8cd4943af69854363a95d26e117ff23620bb07dccb158859f SHA512 88599ffdec96d150c1feb9b261ba93bb0301a9d0e1ad6bef7aeab1f5372cbfc57d8b43c7e902bd8f76921d1dbd8189663c142ea869e51d0e2b483b150ee00fe0 @@ -94,40 +123,56 @@ DIST linux-6.x-sha256sums-20260418.asc 216540 BLAKE2B 37655901ab474fec6a525ab7f8 DIST linux-6.x-sha256sums-20260427.asc 218586 BLAKE2B aba99f133ff56ebaaf4fe0774bd907e28aa1dc5b69992ff52eecb70a8e12890ca0f5009be43f446ea8c6ab9fd198efd12e3aedf5c07488da891fd91532007112 SHA512 a6d7be4d0f5c046be8d614228a6a51c4f8cd71ac5683a3088cd1c0f52530893efbcc76fb3decac823e31c05307b774d72c83d09c6b90667d88e93374ac964b8e DIST linux-6.x-sha256sums-20260501.asc 219947 BLAKE2B 064b01f35878749efcf2bd0bc99a577ffc380e51dd94bd02c7f1fc8aa02013772c079013b4a8339fd53271bfe7e6ff41ae862e8b60d0e0d531ea90f347a79dac SHA512 ac341e368e27ad2c44d638e3c37076dfe9bb95740a7cc8a74747585ef19e4a803d638e9cbff80732237efc3768f4b88ab8e3cb104188fca5a9bc0acdd87cf60a DIST linux-6.x-sha256sums-20260507.asc 220629 BLAKE2B 6441ed382827e8c67a38fbbea1e445b4a4f11d2ff6af35554196ef9ca914d7dcd9c431152eccf3214458abfad5f2f9b904f510e8edf8f7cb2c5177ad039404cc SHA512 f1f805497e92b86354ce20c9fc77248553b644df9e98e969b9a66579cc7d39f0e1d6c06b757b6f5584d0f8ae4e1914435b5b598255fcce194014228d16c1bb85 +DIST linux-6.x-sha256sums-20260508.asc 221993 BLAKE2B aca425a56e6bbba54718db6eecb86898f0da945447b1cf7ddf7ab890709e89893d2fee78dd7a61bb6432d06f474f15ccb3c1050a292bb5b4099cbb86f038490c SHA512 0382b7555ce0070254cde3367696682034317dafc319bc0009262d499f93727c57a76d66fe8c74103272dcb9db6cc5a567a359693b0d0fcd2c9d38db895f3e9f DIST linux-7.0.tar.xz 157143652 BLAKE2B 3d9795083c8938f80f480de0d10bfd9c525640e59d5c7f22983de3f12ee42c84c31be902cafb05579ddb1c32bac5ed06b0d4953f9705450be185bd2d9ab08f89 SHA512 8c85b708342f8f09ca25b2234b22e93b62b144a9ef919fbb21827f52fa47498e778c79db1559524dd7fb360f95b2ce174171443c1859656c281be41d2b6c5a0b DIST linux-7.x-sha256sums-20260427.asc 1876 BLAKE2B f423b97f3c241abe3cdd757f6bda34cd900c4140b371a5a7abb692dc3e404689266e162c177c66e8eee991ce5c3b7bb681d8b8cbf1c2005aaaf7291cba9efe7c SHA512 90be7186a920260a6553d08bcf6bd0ca142988134ff2d8277773624d18d0c92e048a2c620965185b35b4567708aafe610d58ef899eb306f2d4b1e2bd481253e4 DIST linux-7.x-sha256sums-20260501.asc 2206 BLAKE2B 24d86e0f6338498e8b5f74cb0886692ae0003c30a70e6f6654588064df9ec4f569071982e141bedba1b2e7c6728e73dede5e2ce2764554c62db7587b5fc1e86a SHA512 cf08970476eb1cfedc9cf75ff73fdcf8bfbb79d1a49ead4a07e0bee8659a6fa3c8c369b33251c75b030ec34cfc2c4077b25fe07c1022c2e6a1db4026c7768189 DIST linux-7.x-sha256sums-20260507.asc 2539 BLAKE2B 1f4bf11aaac21cc5219780f8033bdff2b22905e3c41ea782588bb60eea639ac3a3f99d3a8f3787f737dfa84b4b3e1b8226d9f70e4db04f32370793f5a6ae468e SHA512 9559be589bdc1f8010c004c131987c2e179e1fc0354ecc47bafdc407416ef5436b386c41a1f9f85e28cdf68afbe8fa1027e5c03d3c627f51f80bbbcbe43cb201 +DIST linux-7.x-sha256sums-20260508.asc 2872 BLAKE2B f6bd251e543edaf6f8fc1c5f49cfbf4463893ec9ce3fc8763182bcf5c7705812f056010d6647e0b9068cd60f3c5b7f3df28ec89b971bc21f42d7c742c1a92870 SHA512 f22fc5633df2be72a5eae7c391b20786c0109e214f42709d47ff13311eddc22e31f953958211122ae786fee595d1f06915f16717aafaa7b2557ff88dd7a1e3fb DIST linux-gentoo-patches-5.10.248.tar.xz 24128 BLAKE2B ee1ac9dab33c96fe5020ad8bc9c657bb72a0171aeaf3ed4fe479f4b923f92be514c55144dc80753b5df2db82c75209280f7a2867b19fd76a55ea67e9809516ec SHA512 26e5521954929c8ac396ffaf786edea7118435347e2b43ae7b7cc5abccb0f26eca0277b6914dc709687c5fdc9247735e8419b491c11ff80e8ec7d519ee6edccb DIST linux-gentoo-patches-5.10.253_p1.tar.xz 24704 BLAKE2B 2b1620a63023d1ebde93e3ab44194f9d378708a8a4dbacce18648215ab5d6567c21bf399c04c09fbafe0a9e475d9d65edbdb0a05b1c5c2073d054c70e7f1516a SHA512 8022e1527332cedb9fc39584785789dab59c8e0e80030ea0f7a0b5cbbaf7d71bab82d03b5c94166ff1a54e57996a2961f764c6cc4481ede8f52a558fd304c1dc +DIST linux-gentoo-patches-5.10.255.tar.xz 24772 BLAKE2B 0b3a0b77f0e415d30cb5679f787d1539087f55b5fb0d81cd571e4081b036ffae1d4184469515eafa72403fff791f650fd1398122f7bf106780c653c27000045d SHA512 e6d8bd9e944e84d19a8c402cf27c090e8bdc75269540bc6b5b4ee0b66e4898120ca9714e240cf3408bd46ca969066494a09b2c197175c16f4496ec6f2edd6af9 DIST linux-gentoo-patches-5.15.201.tar.xz 10200 BLAKE2B 204f35185fde21708cd37bb513d59df3fd43d0e7adb2cb2a987efd6700711830832d26cf563d77542d8a29f6728025f9bac9caab870dd2686fa50a5d1d3c4030 SHA512 b26ea3d9bdf7cfc17f82258cbcc7b6f5f276d6a9e1fd7ae7a8f4f212a3814bb1e826fd201a1bb092a4f0e65fa5da3f1c000b9b54cbe012e8c52445b234f303ff DIST linux-gentoo-patches-5.15.203_p1.tar.xz 10784 BLAKE2B 4d2d478c0680afc2ffcb975020608042daa609c8734c890a6c36fd6c3b85bac14247cd649069d7f36766f440732a1c698748894cb2c96d3b045090ba0fcd6bd0 SHA512 12da526c37372f36a400e3942433e3267e15e5c6e4c5e1fb335cb7c39b7b828f4db5b109dfb24f79690ba0aac170e2b5893b101b51e7b546d506fb5d2c9873ef +DIST linux-gentoo-patches-5.15.205.tar.xz 10888 BLAKE2B 268434fcf46e4fdd892c5f42a7cffe8ffe832eec8f396c71c0cf392c1d766abf57174999968fe08732ee473105449e57e8dbd8d7b0b359b4f7e532eceaab6f42 SHA512 a72ac83b7ecedd5bb683aad3383832095792a773c65f6b98f8e72a934b07e10b6a9aab6ae5f1b256de7f49aaf981430c582e64e7c6e5db1a37b1a1336ae54ace DIST linux-gentoo-patches-6.1.164.tar.xz 28932 BLAKE2B a49ad3d5c7a22728e4519cb2cd3c43eb9ef13561a789b68888024f90e58df7d6a8a154b0edbd85259501ff539479ce9aca92474a022196914ca13833605b8c8d SHA512 08fd9f8c78cc69d5f01f184f247bbd3f403ebeb3bbe7e8450f53963bd0c550050dbaa596bb5465bc668ce1697f70ffe3eae43178bcb353119443a1d598f3f41d DIST linux-gentoo-patches-6.1.169_p1.tar.xz 29504 BLAKE2B bf9c9a55c628c6905bf0e9a819d706054d1772c193ab386fc22bf64e2eb6395b7524aff836fb300a88a5306165d92311da884126fcb046932c2695921113b578 SHA512 6aec10c3cc58f06736d4c246093bb16bcc375d1d027d78386af167e792cd7e16f48cef3040eef701a8bc1600223db4cc3cfbbb0fefb80a963bd1b0049edb03d1 +DIST linux-gentoo-patches-6.1.171.tar.xz 29564 BLAKE2B a843335a9ccda7384438822332a53748804fbc58df7198d9d1026436f4e261e640a185f78fc32f615e8527a61970d237ba0d6fb0726bb78aa4aa39ee808941aa SHA512 b8c83de0bf9e5515b46ab77c2b338c5d84ad284578efdce66f424a4a11f202d1846a095dd618de0ebe4faf7123234ed38fad814faba414bc1293e3bd25686c6c DIST linux-gentoo-patches-6.12.75.tar.xz 20180 BLAKE2B 436ae2c1b00442e961c1bdb14f658bb14c02e1a73f9ea0b2125fcc6614d5f8ebb630cd22dcf5bc26fc3d5b2cca75fe88903f31e0c44cb76379596ba415e30f65 SHA512 6d1a953bc1b123da4dabbf393ff0dca83556accac535f2d6683e104297413f10e9dbb393ff76f316c7fe892849d0ea73834976c7637872151443586584ce0123 DIST linux-gentoo-patches-6.12.84_p1.tar.xz 20748 BLAKE2B f29bf79bf2d8502d6274f4935e44fba2951c7ba2af65cf68a630085f9ba07615e5b4ec294b2f4f69f2694b6a6a2c658609e8b411d4a89c42823d27ead9dfdf1e SHA512 ec2a9a76a3ae652b6cabe2118a978d5a3ddbbaea7522e28b97c8341b93ecefea964e28593fbf31f084a5597c85590950e1b6f3b049a7f879971cc9dc83fe38df DIST linux-gentoo-patches-6.12.86_p1.tar.xz 21416 BLAKE2B cac75fcf54339af9d5c838f4753c2013918008e4e602bd2e03921309b4c1810c9995422809b32a1faa377ea895311629e768e8adcf79eb11e52ea41c4629d8fe SHA512 af387c4d62a7032cf212e77baeefb362a2ac9a9ff8bdb117572e8131edd8d7d9930093cc7ddcf0d8a991c3133ccafe9aaa45e1636473e8840d09dd4b2a6ea2dd +DIST linux-gentoo-patches-6.12.87.tar.xz 20828 BLAKE2B 3d900956f1ffd0cdced9f0850ec8e785b271933855856cfce7e58542b123a5b8357aa22ea541171da249f173502d4aa7039ba136f730c13208ce408ce1e21e63 SHA512 f6a2813941244d3f03fe0fc6ff9a6f738fbb33263d279e412b5de82a74940fbf2fb687eb0f620cd61842e67f71f78a2e475ffeafc712d2b022a1f4d54ada5824 DIST linux-gentoo-patches-6.18.16.tar.xz 10832 BLAKE2B 3bd240cfc5f62689dcae40cdb08c447bb4cf275395bbaba72ed2b9a63dc3b37446245d7dff88f639ca80e5b66f1a53f73d88af832c2655c16249f919c9896199 SHA512 a57c0a62b14701e8a776ed5f8eec45798edc8f79e089c4a22976a091c693c3f03e9cf26f2a592bd92f4ebacf100cce55523a99c3a3197eeeefcdbf995f3bf55a DIST linux-gentoo-patches-6.18.27_p1.tar.xz 12092 BLAKE2B a0c3f357e0a53476b8e03ca38b2a1b3954bf78d7c72130f0781c3f2ad9b20a45d96d2602b731c685a7b7736685eba1480ff61dd663e41ef5fcf2f363feff7269 SHA512 0e641459886e06b81bad2196840ddafd79d4134ff658fbafe5a42f597e9099e85658aa46d9a1cd02a726e58d5d61598f8e40edef741862dcc65f3b71c9dcb110 +DIST linux-gentoo-patches-6.18.28.tar.xz 11732 BLAKE2B 33e143b5e0d03f94e797b152af7bbeb2dbf8a438fae48612306849faaae3dc45c2abcdd9949477b2c5d59ed75e6bee2106a1236b29ce4eb6fab17bf1dbdb22f3 SHA512 73df64fda24def43a8a346edadb18a778a5fe7125af4292f661ea14d6c8ac7ec3ebf39158062de91c3f99a1d71eb68a803af2b19163b4d4aaeefd70553d1e481 DIST linux-gentoo-patches-6.6.134.tar.xz 42820 BLAKE2B 14164c31817dbc4bd6c421ddd0b87bf16e9f8fd493f082b17e5780277ff9d0cef4d827ba2cb10db47142b0f528f924721fa6ff057f30b7e2ab916767b069836d SHA512 97177a8e8254b8a5fa2b6f380f36a27219015fb8d026f3080331bce9f8d289666dd7388f3cc70b017d3c61acbdeb887b25556d66aed2947a917f217ad80b5312 DIST linux-gentoo-patches-6.6.136_p1.tar.xz 43372 BLAKE2B 3d152e481dc8f9a6ff4d8bcf5cf7bbe9eca44fc69e26f5424ab75431f8956898df6dccdeec906e8274c81c81ee90a5e4d6248526ee1e98738157ee0cd4ed2007 SHA512 a9079127241744c5fb0c6b5ad508e81c9196b7c97091162635b4d1cfc60a8ff826e26ffafe3bf056cea3c56f8cc5ff0cdbba31eee90da7659ac88c7e1c3d80b3 DIST linux-gentoo-patches-6.6.137_p1.tar.xz 44048 BLAKE2B 1cccfd69dc7bb403be369a373b126e54d0006583a1b646873c567372253fca1f758b890a889db4daf7b680ec84ad5c41ef668c9080551601726d2d706343e715 SHA512 77b12fa6195925fca23c49352c1e3f15b8eb3f636bb853b47c37c4d97449d8e754e95a5b7e369a03697fe731b0478a87150b4d4b276effeaabdb9095462f7a80 +DIST linux-gentoo-patches-6.6.138.tar.xz 43476 BLAKE2B fdc188c3ec6cc96a8fefbf94dd656e29ea4bc37c1cabd622b1eefd9f7d3f7da40f6370e20257a093c785d05e4feedd12c05c269ac3102f4213481b0a4937a78c SHA512 4e2eb5406d5d4ba27777028bf5fdaa9b68682e509a7edd24d14098beb229efe4a3e04a2aacc7fb94907183c9ef2281e6d2d41210c5794d50d5dc0dc3d71030ef DIST linux-gentoo-patches-7.0.1.tar.xz 9556 BLAKE2B 3b665b8912767095caceadc826fedc836b62dcd490f04f0ae4bdc64e8ee84403d0f70b973f1afec1a627028b6ea6f179aeedcafe70102a59e07152054d09f2af SHA512 59a43b5c6e11315393ca4549a6d8e53863399ee3d1f478daeb970652c37f18d99dc6827a190118dffee84ea86f3a63362e3aa062ac5ac499d7340c59170ed654 DIST linux-gentoo-patches-7.0.4_p1.tar.xz 10836 BLAKE2B b478d1d5aecb6681320f8d363fa70060669848a82c1bb1c3c050d392e8b7313a7287d9f7db80a26553f2846dc77c1df8a864093ce85bace42e51fdb65e73f1ef SHA512 75fce808d6fcc049c135767187906ccb0cebd5c05d619dce3ecd7f2f05af626d48c5930537550566a031457f9c8ecf52f87843b335bdb8b978797b3b86a605ca +DIST linux-gentoo-patches-7.0.5.tar.xz 10460 BLAKE2B 3cfbfc4b66555e7a50d5d8fda78549bd2d8a499bf1d7b481a0e93771ac9982f5750f832d4d3696c11ff9f9926f25b1eb02cf2037302d8ff8d27a27a4f34c7f99 SHA512 0f9de75ef244b15e4424551cd2fd3c9a72021a01d3ac9969a2889468a1a315451dd16822c6f333e1d958e2a1b1b1532d7a9be8e60cfd9e6d0298b738e818d024 DIST patch-5.10.253.xz 7248732 BLAKE2B ea684b60dfb1c3b28f5f530d46e8933fa4ff3f4ea1a6498b9cfe8c995621f27d824fe8b40686494549981ac6e30c809cd626eef6a9536f44c929e91d28c5e2f1 SHA512 f195170a0e6f924aa114f66fb72fccf19bec43c4b69d15dd94052f6e00bcfd671a30d47cc1b86617d9bb6943e05df22d6df0a32dbfd5effb65b98f1c4fd99ae3 DIST patch-5.10.254.xz 7254948 BLAKE2B c409ba9cdc2f8280c8b947a1901980db9ed886f7aa2baad24524333a5bb855a60ae05747b745a830beaadc8500177b6b736dc0fd7266f556d9c141600a90e24e SHA512 1859322a2f1b7a40bafe6c8c386b44ec92801f7c42b4c917fa5e755b3ecee50e53a48ed004546369d0c6ce656e5a5802d6ad10fef86f47fa5881919abb176e40 +DIST patch-5.10.255.xz 7255244 BLAKE2B 98334dc40a3176537c704eae6639e9b9a697857ea4911814d87d8ce92cce9a668ba166f27d850b8cf7325d15fe392ae56dab21ac62c7ceca1df46d36456858d8 SHA512 858cf5512d2e9e1217c98eea14be877c87aedee10db3304672719a83efc11839c1ea104b04b5e4bfedc4669707e5a2064e78d6ff293a21c527455dc0b90c8b33 DIST patch-5.15.203.xz 7676312 BLAKE2B 3a0e051b3c93864baab5c7f4757c6b147b17a75a1347e65f4c37bb83c268ab2d6f1c1258e7195b777f588f86b02e69416b96831d9284da8e9d3e52ccc153d5e5 SHA512 fb4dd6a04e408a3cd12963427e1b9acef6ecabb3feaf3e4721588c428d26e6c184b1c673b35f4ddda0d669a27d013c6c6e906289493546df82960d409581e903 DIST patch-5.15.204.xz 7681224 BLAKE2B 5f876404ff1acf25e2553dbb62658d1ab205207811296f0119fae04aca751484e93c0146d019199b406af7a9d79a589bec8b0290730cf2367fd3fa823d74226d SHA512 f0a9ad08dbfc324a8e063fa7c656557ad46dec323f986df01bb722259cfd325b39551c9c2c485ca3b1a2447bdc9c589384992742728a9523bf2aa152d988eeb5 +DIST patch-5.15.205.xz 7681604 BLAKE2B f725a94358f57c05205d7d9c129d1611289ee313283117b52509fed61f9de71193711a16e4e5753ed9385759a6c0af1ee253e600d3021739407202c3fe98f86e SHA512 54f3005e068a0586955a326b2de6833ae17150590ecee5a5d926ef4b29664e8274d447b6a8950653e7f6af4a567d6f7a5801c9c65895dd882f889da4b255dc81 DIST patch-6.1.169.xz 7317628 BLAKE2B c9ca4999f7433c27ebbb3d2592227e8097353ec084e1c58c328f3a887a2b0543c7c8d5ae1a140c13ee3d3861a958ebf29a21b6e935b44c28a322f6e3fc491855 SHA512 23aad9a93157c55907e168d5a492c4c9749833b90e051e590281b3cb075b17ef5227f79694008fdc3470ab78a13054c416f9c71f6dd9a205fcafa8645e1eae8f DIST patch-6.1.170.xz 7323812 BLAKE2B e7004a8059c8f9011884aa2b2a7718e9bc67f9820cd407f263bec9cbb4bcc4d5791ee55a99e406b4b6c17424acb1087cd67b5c841c10f0f38833b2bb28920f27 SHA512 baf0666cc180492e347392db6ad363acdf6b05515be073363432ab7af0ba7308f28728e38bd42b7699c083aa9548a789b1e2186098f411eb0a25451ab6db20a2 +DIST patch-6.1.171.xz 7323648 BLAKE2B 3fa194654ef07a94b8a1304025fc926e439684726d52b079ca4c9facec9f5dbf1b80e5406f585b02eaef12cefbadc320ace0f96c23c9823b27a4c52205ebcc50 SHA512 6703f221326ba65198614fc60f900d7fb30ff79c51351400d23d67f375a9a0f6b84b27ab696f5a50679300b12d2d2052c6e5b985b8a7e9d74180d189c9e2e80b DIST patch-6.12.84.xz 4372924 BLAKE2B 6d812556ee681bd0a22e66d79d7cf8e8f0bf6658cfbf5e4c82cf605503b1a0f715243d08ace6cf0346b77ddbddb100b30df075f4a9a8cdd15730555baa56c26f SHA512 ae0699ef647758fac5170bced18a1bf685758e1af2851597c36dfc2d43c386547c7127cd6aefaee0e78720e8d6c72a8dc1834a7506eaed6ef59909ee6813fec8 DIST patch-6.12.85.xz 4377956 BLAKE2B a4ce6472229c01003884ece108f60f2e9458d7fae38ebc47e7b598e1245e7a396fbc01aca3a7d310825b1f39acbe588b6865311d3ac7b4f48d2f404a728c942e SHA512 6b7c0c220ca26b900462b21641f8615f7c84dc25cc79527c8d32e9ac5742bb89851d30a69e1f1b1bfdb5bd353153c31ae523538eca1cead8cc12261a47f4a18b DIST patch-6.12.86.xz 4429944 BLAKE2B 7efb852cf479e2dd1213760456f200bb8442550207f4aa63b781409b7a2ac6d7fead9613936a75e7b39a4873c9b638ba83e9b8e165804824294681fc7f0cc7a2 SHA512 2ed02ed50aa5ce399047ed52877cf2b14c63b1171c6576bf2a829a5535274b78723c6c25767bb85faa97129f18986ffe424551a1ce2d9614a14eaed237b52aff +DIST patch-6.12.87.xz 4429580 BLAKE2B 0ceac68ca76cd09e0ca7156cb5e75effdaf02a323ee43f840ce2d5dbe62bdb494b30faf9dc29e44480cba972d2c5704931c3a7c5e60a8ba99399b774936974a9 SHA512 c952f2e4e92bda8b2a75cd19794cd4b3bbd3c57255fd674dfed2f67526032dda726bfc5b1d89d2433f0b8a47c1a0e0941996d2081ca0531ab843df0e08d804ff DIST patch-6.18.25.xz 1538348 BLAKE2B b707adfc3d23d74ae882a0b4d15ce7b46e5c1011bcc35e8aa7b3a1c42f1a661ee84d2d91cf31801a3ceb2824cfcb6a050523c7e2aaac6045243df39477f01f0b SHA512 6c467d343470c645e3fce8b146c1d1f77d1ff1fac7d302681645e43a5e79d7f82a14d16a0760ab0feb9c1a22b0df2992cd1af7a6e76b21eb5e967f23b6b742d3 DIST patch-6.18.26.xz 1538696 BLAKE2B 327bc85624fd2d2e6c72f42037d1b02ada8b486ff0736ef440cabbf320c1cb52e4685647a47f04507ddf933df36ea7ffbcbc8dacb32b208844d7554ed8d81a4c SHA512 e983f3c6d9ca2fe1ab878d0f7897fe398befd1819239e416e123679427c92f64f708567c2361c82d8b210c0db500088781079dd60b68584fe5fa939ceea91444 DIST patch-6.18.27.xz 1610316 BLAKE2B fadfe83d4b41d2c394603617506fd369628dc8b5e9ea37c5ec3e509ac9ec41aabdc2b6a47e23f522112a0da77dbf73849dc2eb7011513d910df3827bccc721ad SHA512 0a2eb365a627c6ea7fd761a3472a5cf21984f885fff30dfe385fc123dffd4758835aa774f01008c2bf92405bd4099382a63c1297acc7802421382ab356de4de8 +DIST patch-6.18.28.xz 1610468 BLAKE2B a791ded8cc7033f0ad127b8e81e02ddb9677041430c637613cc4926e686741ee63b444cc0d0f5a75bb3d0e343f31e322792027f7042ee017c04cb5dd1e029817 SHA512 9c827950cb26ff1bef00de1f88c7a05a018d35ceb34a14c6b51eca2d3fb7fc1ae3a0ecf1de225c992e362fe635945fbfd854acfcc85f2715da4014fce7335b07 DIST patch-6.6.136.xz 5905416 BLAKE2B eb486ebe595b66977c961fe5807882fd7896231d7be2a78584fa5a38b96642c77ce5c32bd8f5c3ba0c93651df7779d8dc53ff58b55440f39fd9f23d7e428601a SHA512 ecd8132ad994ed07d0dc2acf07dd980eec3c54eae038b1e84ce9b953b911fcefa1559619f0fbf376be9671039f283d6f71a2f4dcc1623f20cb9cfdf6b7593688 DIST patch-6.6.137.xz 5911268 BLAKE2B f8bfecebcca3d65ea687a656df5648b6260c0e7ab886c0223638e8f312383f714495d2bb7ddd91addd4dfba5c5a190bc0275733e7c214d021f7594cce4904945 SHA512 f1f66711068eb3e14189612f73d4e755291be75111e9578047d7f4334b2b3d7b3c104e9c55b71298d56334461d4e4a1a95f12f54967a09cae10533e98aaa98e4 +DIST patch-6.6.138.xz 5910560 BLAKE2B dc27122eb68f8ebc460789a97159ceeec3cfb2d285f73f48595ff26e8a1a9ef4ca7fd27eae2e9a6dca898414bdacc7a684a7ec9ae9f8f2ff176d09039dd8128f SHA512 f42a15164ead291ba5f91002855fdc50e958a020ae144047f950891abc01a4dc0ffca68ddebc46125faa53e7e65aeae5d50873c0f35c75e34bf8b7fd1b08dab8 DIST patch-7.0.2.xz 42396 BLAKE2B caa1d23581d32716ad853a1e43425a9277ed8e8a08e007f84107fddd8fa73e9a45dab01c35fb3a43d0ae2a80a11905e54f7a7c8ceed86c8f3eb74d283d4dfc7a SHA512 dac9f93fe01474b905211679618ad13c1a72c98a1b560be1545ed075448aa4a39b2d8ad437179af69a7b43f5fed67709cc7f51401b90c92c8f7af8843e39bd54 DIST patch-7.0.3.xz 42876 BLAKE2B b725833b4848023b0832f52c7e3f0d8f9bac54b0f16bcc0015e357d4456aee6658a034d10a617109fdd47c74e1487f7f51da2f9cd49d70072878240ea11f2849 SHA512 79fa83dd31cb700f05a563e2b018741b61c6f77bafce9f6f2c1f8f7e29ab71ae88ef82dcfe662ec11cb1195a2472e989febddc4db134c23755804f1421481424 DIST patch-7.0.4.xz 152624 BLAKE2B a2a9905d69f0e31aef0b7ca983a40aee9b07d9dc6877ca43146a6d31639a865f2c8a9b597978bc961d06d308431f71115b6ed8d652f7595446be76a45ab28f57 SHA512 cbabaa8a17a8ef71b764dc140155575eb2288cc25ced4b36209fd2aaeba256b35234de8507844ac7798a0c1bcd24840bea2db459d8cf0fe9e3467ddd7fe7b168 +DIST patch-7.0.5.xz 152956 BLAKE2B 9f2938654db3b0a404890b91417715670b1dd5bed543ebef4073fe0d1e4fe5c5d54cbd44bb9e4843040c396d73dd65eb5d8725087865bd1793c8b6c84713d9aa SHA512 00bdf97eb85f8740c2b13a647230ec24b2371a5a3a344118e501fe3eb02a31905b53421cfea47fcf78e2b49819b3e741fcc703a92e85eebfa4e81435d8923f67 diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.255.ebuild b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.255.ebuild new file mode 100644 index 000000000000..26fedc4438a6 --- /dev/null +++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.10.255.ebuild @@ -0,0 +1,179 @@ +# Copyright 2020-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit kernel-install toolchain-funcs unpacker verify-sig + +BASE_P=linux-${PV%.*} +PATCH_PV=${PV%_p*} +PATCHSET=linux-gentoo-patches-5.10.255 +BINPKG=${P/-bin}-1 +SHA256SUM_DATE=20260508 + +DESCRIPTION="Pre-built Linux kernel with Gentoo patches" +HOMEPAGE=" + https://wiki.gentoo.org/wiki/Project:Distribution_Kernel + https://www.kernel.org/ +" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${BASE_P}.tar.xz + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/patch-${PATCH_PV}.xz + https://distfiles.gentoo.org/pub/proj/dist-kernel/patchsets/$(ver_cut 1-2)/${PATCHSET}.tar.xz + verify-sig? ( + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/sha256sums.asc + -> linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc + ) + amd64? ( + https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/amd64/$(ver_cut 1-2)/${BINPKG}.amd64.gpkg.tar + ) + arm64? ( + https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/arm64/$(ver_cut 1-2)/${BINPKG}.arm64.gpkg.tar + ) + ppc64? ( + https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/ppc64le/$(ver_cut 1-2)/${BINPKG}.ppc64le.gpkg.tar + ) + x86? ( + https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/x86/$(ver_cut 1-2)/${BINPKG}.x86.gpkg.tar + ) +" +S=${WORKDIR} + +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + +RDEPEND=" + !sys-kernel/gentoo-kernel:${SLOT} +" +PDEPEND=" + >=virtual/dist-kernel-${PV} +" +BDEPEND=" + app-alternatives/bc + app-alternatives/lex + virtual/libelf + app-alternatives/yacc + verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) +" + +KV_LOCALVERSION='-gentoo-dist' +KV_FULL=${PV/_p/-p}${KV_LOCALVERSION} + +QA_PREBUILT='*' + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kernel.org.asc + +src_unpack() { + if use verify-sig; then + cd "${DISTDIR}" || die + verify-sig_verify_signed_checksums \ + "linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc" \ + sha256 "${BASE_P}.tar.xz patch-${PATCH_PV}.xz" + cd "${WORKDIR}" || die + fi + + unpacker +} + +src_prepare() { + local patch + cd "${BASE_P}" || die + eapply "${WORKDIR}/patch-${PATCH_PV}" + for patch in "${WORKDIR}/${PATCHSET}"/*.patch; do + eapply "${patch}" + # non-experimental patches always finish with Gentoo Kconfig + # we built -bins without them + if [[ ${patch} == *Add-Gentoo-Linux-support-config-settings* ]] + then + break + fi + done + + default + + # add Gentoo patchset version + local extraversion=${PV#${PATCH_PV}} + sed -i -e "s:^\(EXTRAVERSION =\).*:\1 ${extraversion/_/-}:" Makefile || die +} + +src_configure() { + # force ld.bfd if we can find it easily + local HOSTLD="$(tc-getBUILD_LD)" + if type -P "${HOSTLD}.bfd" &>/dev/null; then + HOSTLD+=.bfd + fi + local LD="$(tc-getLD)" + if type -P "${LD}.bfd" &>/dev/null; then + LD+=.bfd + fi + tc-export_build_env + local makeargs=( + V=1 + WERROR=0 + + HOSTCC="$(tc-getBUILD_CC)" + HOSTCXX="$(tc-getBUILD_CXX)" + HOSTLD="${HOSTLD}" + HOSTAR="$(tc-getBUILD_AR)" + HOSTCFLAGS="${BUILD_CFLAGS}" + HOSTLDFLAGS="${BUILD_LDFLAGS}" + + CROSS_COMPILE=${CHOST}- + AS="$(tc-getAS)" + CC="$(tc-getCC)" + LD="${LD}" + AR="$(tc-getAR)" + NM="$(tc-getNM)" + STRIP="$(tc-getSTRIP)" + OBJCOPY="$(tc-getOBJCOPY)" + OBJDUMP="$(tc-getOBJDUMP)" + READELF="$(tc-getREADELF)" + + # we need to pass it to override colliding Gentoo envvar + ARCH="$(tc-arch-kernel)" + + O="${WORKDIR}"/modprep + ) + + local kernel_dir="${BINPKG}/image/usr/src/linux-${KV_FULL}" + + # If this is set it will have an effect on the name of the output + # image. Set this variable to track this setting. + if grep -q "CONFIG_EFI_ZBOOT=y" "${kernel_dir}/.config"; then + KERNEL_EFI_ZBOOT=1 + fi + + mkdir modprep || die + cp "${BINPKG}/image/usr/src/linux-${KV_FULL}/.config" modprep/ || die + emake -C "${BASE_P}" "${makeargs[@]}" modules_prepare +} + +src_test() { + kernel-install_test "${KV_FULL}" \ + "${WORKDIR}/${BINPKG}/image/usr/src/linux-${KV_FULL}/$(dist-kernel_get_image_path)" \ + "${BINPKG}/image/lib/modules/${KV_FULL}" \ + "${WORKDIR}/${BINPKG}/image/usr/src/linux-${KV_FULL}/.config" +} + +src_install() { + local kernel_dir="${BINPKG}/image/usr/src/linux-${KV_FULL}" + + # Overwrite the identifier in the prebuilt package + echo "${CATEGORY}/${PF}:${SLOT}" > "${kernel_dir}/dist-kernel" || die + + mv "${BINPKG}"/image/{lib,usr} "${ED}"/ || die + + # FIXME: requires proper mount-boot + if [[ -d ${BINPKG}/image/boot/dtbs ]]; then + mv "${BINPKG}"/image/boot "${ED}"/ || die + fi + + # strip out-of-source build stuffs from modprep + # and then copy built files + find modprep -type f '(' \ + -name Makefile -o \ + -name '*.[ao]' -o \ + '(' -name '.*' -a -not -name '.config' ')' \ + ')' -delete || die + rm modprep/source || die + cp -p -R modprep/. "${ED}/usr/src/linux-${KV_FULL}"/ || die +} diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.15.205.ebuild b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.15.205.ebuild new file mode 100644 index 000000000000..cd869b7f71a2 --- /dev/null +++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-5.15.205.ebuild @@ -0,0 +1,179 @@ +# Copyright 2020-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit kernel-install toolchain-funcs unpacker verify-sig + +BASE_P=linux-${PV%.*} +PATCH_PV=${PV%_p*} +PATCHSET=linux-gentoo-patches-5.15.205 +BINPKG=${P/-bin}-1 +SHA256SUM_DATE=20260508 + +DESCRIPTION="Pre-built Linux kernel with Gentoo patches" +HOMEPAGE=" + https://wiki.gentoo.org/wiki/Project:Distribution_Kernel + https://www.kernel.org/ +" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${BASE_P}.tar.xz + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/patch-${PATCH_PV}.xz + https://distfiles.gentoo.org/pub/proj/dist-kernel/patchsets/$(ver_cut 1-2)/${PATCHSET}.tar.xz + verify-sig? ( + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/sha256sums.asc + -> linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc + ) + amd64? ( + https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/amd64/$(ver_cut 1-2)/${BINPKG}.amd64.gpkg.tar + ) + arm64? ( + https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/arm64/$(ver_cut 1-2)/${BINPKG}.arm64.gpkg.tar + ) + ppc64? ( + https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/ppc64le/$(ver_cut 1-2)/${BINPKG}.ppc64le.gpkg.tar + ) + x86? ( + https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/x86/$(ver_cut 1-2)/${BINPKG}.x86.gpkg.tar + ) +" +S=${WORKDIR} + +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + +RDEPEND=" + !sys-kernel/gentoo-kernel:${SLOT} +" +PDEPEND=" + >=virtual/dist-kernel-${PV} +" +BDEPEND=" + app-alternatives/bc + app-alternatives/lex + virtual/libelf + app-alternatives/yacc + verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) +" + +KV_LOCALVERSION='-gentoo-dist' +KV_FULL=${PV/_p/-p}${KV_LOCALVERSION} + +QA_PREBUILT='*' + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kernel.org.asc + +src_unpack() { + if use verify-sig; then + cd "${DISTDIR}" || die + verify-sig_verify_signed_checksums \ + "linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc" \ + sha256 "${BASE_P}.tar.xz patch-${PATCH_PV}.xz" + cd "${WORKDIR}" || die + fi + + unpacker +} + +src_prepare() { + local patch + cd "${BASE_P}" || die + eapply "${WORKDIR}/patch-${PATCH_PV}" + for patch in "${WORKDIR}/${PATCHSET}"/*.patch; do + eapply "${patch}" + # non-experimental patches always finish with Gentoo Kconfig + # we built -bins without them + if [[ ${patch} == *Add-Gentoo-Linux-support-config-settings* ]] + then + break + fi + done + + default + + # add Gentoo patchset version + local extraversion=${PV#${PATCH_PV}} + sed -i -e "s:^\(EXTRAVERSION =\).*:\1 ${extraversion/_/-}:" Makefile || die +} + +src_configure() { + # force ld.bfd if we can find it easily + local HOSTLD="$(tc-getBUILD_LD)" + if type -P "${HOSTLD}.bfd" &>/dev/null; then + HOSTLD+=.bfd + fi + local LD="$(tc-getLD)" + if type -P "${LD}.bfd" &>/dev/null; then + LD+=.bfd + fi + tc-export_build_env + local makeargs=( + V=1 + WERROR=0 + + HOSTCC="$(tc-getBUILD_CC)" + HOSTCXX="$(tc-getBUILD_CXX)" + HOSTLD="${HOSTLD}" + HOSTAR="$(tc-getBUILD_AR)" + HOSTCFLAGS="${BUILD_CFLAGS}" + HOSTLDFLAGS="${BUILD_LDFLAGS}" + + CROSS_COMPILE=${CHOST}- + AS="$(tc-getAS)" + CC="$(tc-getCC)" + LD="${LD}" + AR="$(tc-getAR)" + NM="$(tc-getNM)" + STRIP="$(tc-getSTRIP)" + OBJCOPY="$(tc-getOBJCOPY)" + OBJDUMP="$(tc-getOBJDUMP)" + READELF="$(tc-getREADELF)" + + # we need to pass it to override colliding Gentoo envvar + ARCH="$(tc-arch-kernel)" + + O="${WORKDIR}"/modprep + ) + + local kernel_dir="${BINPKG}/image/usr/src/linux-${KV_FULL}" + + # If this is set it will have an effect on the name of the output + # image. Set this variable to track this setting. + if grep -q "CONFIG_EFI_ZBOOT=y" "${kernel_dir}/.config"; then + KERNEL_EFI_ZBOOT=1 + fi + + mkdir modprep || die + cp "${BINPKG}/image/usr/src/linux-${KV_FULL}/.config" modprep/ || die + emake -C "${BASE_P}" "${makeargs[@]}" modules_prepare +} + +src_test() { + kernel-install_test "${KV_FULL}" \ + "${WORKDIR}/${BINPKG}/image/usr/src/linux-${KV_FULL}/$(dist-kernel_get_image_path)" \ + "${BINPKG}/image/lib/modules/${KV_FULL}" \ + "${WORKDIR}/${BINPKG}/image/usr/src/linux-${KV_FULL}/.config" +} + +src_install() { + local kernel_dir="${BINPKG}/image/usr/src/linux-${KV_FULL}" + + # Overwrite the identifier in the prebuilt package + echo "${CATEGORY}/${PF}:${SLOT}" > "${kernel_dir}/dist-kernel" || die + + mv "${BINPKG}"/image/{lib,usr} "${ED}"/ || die + + # FIXME: requires proper mount-boot + if [[ -d ${BINPKG}/image/boot/dtbs ]]; then + mv "${BINPKG}"/image/boot "${ED}"/ || die + fi + + # strip out-of-source build stuffs from modprep + # and then copy built files + find modprep -type f '(' \ + -name Makefile -o \ + -name '*.[ao]' -o \ + '(' -name '.*' -a -not -name '.config' ')' \ + ')' -delete || die + rm modprep/source || die + cp -p -R modprep/. "${ED}/usr/src/linux-${KV_FULL}"/ || die +} diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.1.171.ebuild b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.1.171.ebuild new file mode 100644 index 000000000000..35a705255e38 --- /dev/null +++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.1.171.ebuild @@ -0,0 +1,179 @@ +# Copyright 2020-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit kernel-install toolchain-funcs unpacker verify-sig + +BASE_P=linux-${PV%.*} +PATCH_PV=${PV%_p*} +PATCHSET=linux-gentoo-patches-6.1.171 +BINPKG=${P/-bin}-1 +SHA256SUM_DATE=20260508 + +DESCRIPTION="Pre-built Linux kernel with Gentoo patches" +HOMEPAGE=" + https://wiki.gentoo.org/wiki/Project:Distribution_Kernel + https://www.kernel.org/ +" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${BASE_P}.tar.xz + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/patch-${PATCH_PV}.xz + https://distfiles.gentoo.org/pub/proj/dist-kernel/patchsets/$(ver_cut 1-2)/${PATCHSET}.tar.xz + verify-sig? ( + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/sha256sums.asc + -> linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc + ) + amd64? ( + https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/amd64/$(ver_cut 1-2)/${BINPKG}.amd64.gpkg.tar + ) + arm64? ( + https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/arm64/$(ver_cut 1-2)/${BINPKG}.arm64.gpkg.tar + ) + ppc64? ( + https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/ppc64le/$(ver_cut 1-2)/${BINPKG}.ppc64le.gpkg.tar + ) + x86? ( + https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/x86/$(ver_cut 1-2)/${BINPKG}.x86.gpkg.tar + ) +" +S=${WORKDIR} + +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + +RDEPEND=" + !sys-kernel/gentoo-kernel:${SLOT} +" +PDEPEND=" + >=virtual/dist-kernel-${PV} +" +BDEPEND=" + app-alternatives/bc + app-alternatives/lex + virtual/libelf + app-alternatives/yacc + verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) +" + +KV_LOCALVERSION='-gentoo-dist' +KV_FULL=${PV/_p/-p}${KV_LOCALVERSION} + +QA_PREBUILT='*' + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kernel.org.asc + +src_unpack() { + if use verify-sig; then + cd "${DISTDIR}" || die + verify-sig_verify_signed_checksums \ + "linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc" \ + sha256 "${BASE_P}.tar.xz patch-${PATCH_PV}.xz" + cd "${WORKDIR}" || die + fi + + unpacker +} + +src_prepare() { + local patch + cd "${BASE_P}" || die + eapply "${WORKDIR}/patch-${PATCH_PV}" + for patch in "${WORKDIR}/${PATCHSET}"/*.patch; do + eapply "${patch}" + # non-experimental patches always finish with Gentoo Kconfig + # we built -bins without them + if [[ ${patch} == *Add-Gentoo-Linux-support-config-settings* ]] + then + break + fi + done + + default + + # add Gentoo patchset version + local extraversion=${PV#${PATCH_PV}} + sed -i -e "s:^\(EXTRAVERSION =\).*:\1 ${extraversion/_/-}:" Makefile || die +} + +src_configure() { + # force ld.bfd if we can find it easily + local HOSTLD="$(tc-getBUILD_LD)" + if type -P "${HOSTLD}.bfd" &>/dev/null; then + HOSTLD+=.bfd + fi + local LD="$(tc-getLD)" + if type -P "${LD}.bfd" &>/dev/null; then + LD+=.bfd + fi + tc-export_build_env + local makeargs=( + V=1 + WERROR=0 + + HOSTCC="$(tc-getBUILD_CC)" + HOSTCXX="$(tc-getBUILD_CXX)" + HOSTLD="${HOSTLD}" + HOSTAR="$(tc-getBUILD_AR)" + HOSTCFLAGS="${BUILD_CFLAGS}" + HOSTLDFLAGS="${BUILD_LDFLAGS}" + + CROSS_COMPILE=${CHOST}- + AS="$(tc-getAS)" + CC="$(tc-getCC)" + LD="${LD}" + AR="$(tc-getAR)" + NM="$(tc-getNM)" + STRIP="$(tc-getSTRIP)" + OBJCOPY="$(tc-getOBJCOPY)" + OBJDUMP="$(tc-getOBJDUMP)" + READELF="$(tc-getREADELF)" + + # we need to pass it to override colliding Gentoo envvar + ARCH="$(tc-arch-kernel)" + + O="${WORKDIR}"/modprep + ) + + local kernel_dir="${BINPKG}/image/usr/src/linux-${KV_FULL}" + + # If this is set it will have an effect on the name of the output + # image. Set this variable to track this setting. + if grep -q "CONFIG_EFI_ZBOOT=y" "${kernel_dir}/.config"; then + KERNEL_EFI_ZBOOT=1 + fi + + mkdir modprep || die + cp "${BINPKG}/image/usr/src/linux-${KV_FULL}/.config" modprep/ || die + emake -C "${BASE_P}" "${makeargs[@]}" modules_prepare +} + +src_test() { + kernel-install_test "${KV_FULL}" \ + "${WORKDIR}/${BINPKG}/image/usr/src/linux-${KV_FULL}/$(dist-kernel_get_image_path)" \ + "${BINPKG}/image/lib/modules/${KV_FULL}" \ + "${WORKDIR}/${BINPKG}/image/usr/src/linux-${KV_FULL}/.config" +} + +src_install() { + local kernel_dir="${BINPKG}/image/usr/src/linux-${KV_FULL}" + + # Overwrite the identifier in the prebuilt package + echo "${CATEGORY}/${PF}:${SLOT}" > "${kernel_dir}/dist-kernel" || die + + mv "${BINPKG}"/image/{lib,usr} "${ED}"/ || die + + # FIXME: requires proper mount-boot + if [[ -d ${BINPKG}/image/boot/dtbs ]]; then + mv "${BINPKG}"/image/boot "${ED}"/ || die + fi + + # strip out-of-source build stuffs from modprep + # and then copy built files + find modprep -type f '(' \ + -name Makefile -o \ + -name '*.[ao]' -o \ + '(' -name '.*' -a -not -name '.config' ')' \ + ')' -delete || die + rm modprep/source || die + cp -p -R modprep/. "${ED}/usr/src/linux-${KV_FULL}"/ || die +} diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.12.87.ebuild b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.12.87.ebuild new file mode 100644 index 000000000000..846255a699b0 --- /dev/null +++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.12.87.ebuild @@ -0,0 +1,233 @@ +# Copyright 2020-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KERNEL_IUSE_GENERIC_UKI=1 + +inherit kernel-install toolchain-funcs unpacker verify-sig + +BASE_P=linux-${PV%.*} +PATCH_PV=${PV%_p*} +PATCHSET=linux-gentoo-patches-6.12.87 +BINPKG=${P/-bin}-1 +SHA256SUM_DATE=20260508 + +DESCRIPTION="Pre-built Linux kernel with Gentoo patches" +HOMEPAGE=" + https://wiki.gentoo.org/wiki/Project:Distribution_Kernel + https://www.kernel.org/ +" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${BASE_P}.tar.xz + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/patch-${PATCH_PV}.xz + https://distfiles.gentoo.org/pub/proj/dist-kernel/patchsets/$(ver_cut 1-2)/${PATCHSET}.tar.xz + verify-sig? ( + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/sha256sums.asc + -> linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc + ) + amd64? ( + https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/amd64/$(ver_cut 1-2)/${BINPKG}.amd64.gpkg.tar + ) + arm64? ( + https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/arm64/$(ver_cut 1-2)/${BINPKG}.arm64.gpkg.tar + ) + ppc64? ( + https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/ppc64le/$(ver_cut 1-2)/${BINPKG}.ppc64le.gpkg.tar + ) + x86? ( + https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/x86/$(ver_cut 1-2)/${BINPKG}.x86.gpkg.tar + ) +" +S=${WORKDIR} + +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="debug" + +RDEPEND=" + !sys-kernel/gentoo-kernel:${SLOT} +" +PDEPEND=" + >=virtual/dist-kernel-${PV} +" +BDEPEND=" + app-alternatives/bc + app-alternatives/lex + dev-util/pahole + virtual/libelf + app-alternatives/yacc + amd64? ( app-crypt/sbsigntools ) + arm64? ( app-crypt/sbsigntools ) + verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) +" + +KV_LOCALVERSION='-gentoo-dist' +KV_FULL=${PV/_p/-p}${KV_LOCALVERSION} + +QA_PREBUILT='*' + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kernel.org.asc + +src_unpack() { + if use verify-sig; then + cd "${DISTDIR}" || die + verify-sig_verify_signed_checksums \ + "linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc" \ + sha256 "${BASE_P}.tar.xz patch-${PATCH_PV}.xz" + cd "${WORKDIR}" || die + fi + + unpacker +} + +src_prepare() { + local patch + cd "${BASE_P}" || die + eapply "${WORKDIR}/patch-${PATCH_PV}" + for patch in "${WORKDIR}/${PATCHSET}"/*.patch; do + eapply "${patch}" + # non-experimental patches always finish with Gentoo Kconfig + # we built -bins without them + if [[ ${patch} == *Add-Gentoo-Linux-support-config-settings* ]] + then + break + fi + done + + default + + # add Gentoo patchset version + local extraversion=${PV#${PATCH_PV}} + sed -i -e "s:^\(EXTRAVERSION =\).*:\1 ${extraversion/_/-}:" Makefile || die +} + +src_configure() { + # force ld.bfd if we can find it easily + local HOSTLD="$(tc-getBUILD_LD)" + if type -P "${HOSTLD}.bfd" &>/dev/null; then + HOSTLD+=.bfd + fi + local LD="$(tc-getLD)" + if type -P "${LD}.bfd" &>/dev/null; then + LD+=.bfd + fi + tc-export_build_env + local makeargs=( + V=1 + WERROR=0 + + HOSTCC="$(tc-getBUILD_CC)" + HOSTCXX="$(tc-getBUILD_CXX)" + HOSTLD="${HOSTLD}" + HOSTAR="$(tc-getBUILD_AR)" + HOSTCFLAGS="${BUILD_CFLAGS}" + HOSTLDFLAGS="${BUILD_LDFLAGS}" + + CROSS_COMPILE=${CHOST}- + AS="$(tc-getAS)" + CC="$(tc-getCC)" + LD="${LD}" + AR="$(tc-getAR)" + NM="$(tc-getNM)" + STRIP="$(tc-getSTRIP)" + OBJCOPY="$(tc-getOBJCOPY)" + OBJDUMP="$(tc-getOBJDUMP)" + READELF="$(tc-getREADELF)" + + # we need to pass it to override colliding Gentoo envvar + ARCH="$(tc-arch-kernel)" + + O="${WORKDIR}"/modprep + ) + + local kernel_dir="${BINPKG}/image/usr/src/linux-${KV_FULL}" + + # If this is set it will have an effect on the name of the output + # image. Set this variable to track this setting. + if grep -q "CONFIG_EFI_ZBOOT=y" "${kernel_dir}/.config"; then + KERNEL_EFI_ZBOOT=1 + elif use arm64 && use generic-uki; then + die "USE=generic-uki requires a CONFIG_EFI_ZBOOT enabled build" + fi + + local image="${kernel_dir}/$(dist-kernel_get_image_path)" + local uki="${image%/*}/uki.efi" + + # Override user variable with the cert used during build + openssl x509 \ + -inform DER -in "${kernel_dir}/certs/signing_key.x509" \ + -outform PEM -out "${T}/cert.pem" || + die "Failed to convert pcrpkey to PEM format" + export SECUREBOOT_SIGN_CERT=${T}/cert.pem + + if [[ -s ${uki} ]]; then + # We need to extract the plain image for the test phase + # and USE=-generic-uki. + kernel-install_extract_from_uki linux "${uki}" "${image}" + fi + + mkdir modprep || die + cp "${kernel_dir}/.config" modprep/ || die + emake -C "${BASE_P}" "${makeargs[@]}" modules_prepare +} + +src_test() { + local kernel_dir="${BINPKG}/image/usr/src/linux-${KV_FULL}" + kernel-install_test "${KV_FULL}" \ + "${WORKDIR}/${kernel_dir}/$(dist-kernel_get_image_path)" \ + "${BINPKG}/image/lib/modules/${KV_FULL}" \ + "${WORKDIR}/${kernel_dir}/.config" +} + +src_install() { + local rel_kernel_dir=/usr/src/linux-${KV_FULL} + local kernel_dir="${BINPKG}/image${rel_kernel_dir}" + local image="${kernel_dir}/$(dist-kernel_get_image_path)" + local uki="${image%/*}/uki.efi" + if [[ -s ${uki} ]]; then + # Keep the kernel image type we don't want out of install tree + # Replace back with placeholder + if use generic-uki; then + > "${image}" || die + else + > "${uki}" || die + fi + fi + + # Overwrite the identifier in the prebuilt package + echo "${CATEGORY}/${PF}:${SLOT}" > "${kernel_dir}/dist-kernel" || die + + mv "${BINPKG}"/image/{lib,usr} "${ED}"/ || die + + # FIXME: requires proper mount-boot + if [[ -d ${BINPKG}/image/boot/dtbs ]]; then + mv "${BINPKG}"/image/boot "${ED}"/ || die + fi + + # strip out-of-source build stuffs from modprep + # and then copy built files + find modprep -type f '(' \ + -name Makefile -o \ + -name '*.[ao]' -o \ + '(' -name '.*' -a -not -name '.config' ')' \ + ')' -delete || die + rm modprep/source || die + cp -p -R modprep/. "${ED}${rel_kernel_dir}"/ || die + + # Update timestamps on all modules to ensure cleanup works correctly + # when switching USE=modules-compress. + find "${ED}/lib" -name '*.ko' -exec touch {} + || die + + # Modules were already stripped before signing + dostrip -x /lib/modules + kernel-install_compress_modules + + # Mirror the logic from kernel-build_src_install, for architectures + # where USE=debug is used. + if use ppc64; then + dostrip -x "${rel_kernel_dir}/$(dist-kernel_get_image_path)" + elif use debug && { use amd64 || use arm64; }; then + dostrip -x "${rel_kernel_dir}/vmlinux" + dostrip -x "${rel_kernel_dir}/vmlinux.ctfa" + fi +} diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.18.28.ebuild b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.18.28.ebuild new file mode 100644 index 000000000000..101b10d23e74 --- /dev/null +++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.18.28.ebuild @@ -0,0 +1,233 @@ +# Copyright 2020-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KERNEL_IUSE_GENERIC_UKI=1 + +inherit kernel-install toolchain-funcs unpacker verify-sig + +BASE_P=linux-${PV%.*} +PATCH_PV=${PV%_p*} +PATCHSET=linux-gentoo-patches-6.18.28 +BINPKG=${P/-bin}-1 +SHA256SUM_DATE=20260508 + +DESCRIPTION="Pre-built Linux kernel with Gentoo patches" +HOMEPAGE=" + https://wiki.gentoo.org/wiki/Project:Distribution_Kernel + https://www.kernel.org/ +" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${BASE_P}.tar.xz + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/patch-${PATCH_PV}.xz + https://distfiles.gentoo.org/pub/proj/dist-kernel/patchsets/$(ver_cut 1-2)/${PATCHSET}.tar.xz + verify-sig? ( + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/sha256sums.asc + -> linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc + ) + amd64? ( + https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/amd64/$(ver_cut 1-2)/${BINPKG}.amd64.gpkg.tar + ) + arm64? ( + https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/arm64/$(ver_cut 1-2)/${BINPKG}.arm64.gpkg.tar + ) + ppc64? ( + https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/ppc64le/$(ver_cut 1-2)/${BINPKG}.ppc64le.gpkg.tar + ) + x86? ( + https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/x86/$(ver_cut 1-2)/${BINPKG}.x86.gpkg.tar + ) +" +S=${WORKDIR} + +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="debug" + +RDEPEND=" + !sys-kernel/gentoo-kernel:${SLOT} +" +PDEPEND=" + >=virtual/dist-kernel-${PATCH_PV} +" +BDEPEND=" + app-alternatives/bc + app-alternatives/lex + dev-util/pahole + virtual/libelf + app-alternatives/yacc + amd64? ( app-crypt/sbsigntools ) + arm64? ( app-crypt/sbsigntools ) + verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) +" + +KV_LOCALVERSION='-gentoo-dist' +KV_FULL=${PV/_p/-p}${KV_LOCALVERSION} + +QA_PREBUILT='*' + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kernel.org.asc + +src_unpack() { + if use verify-sig; then + cd "${DISTDIR}" || die + verify-sig_verify_signed_checksums \ + "linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc" \ + sha256 "${BASE_P}.tar.xz patch-${PATCH_PV}.xz" + cd "${WORKDIR}" || die + fi + + unpacker +} + +src_prepare() { + local patch + cd "${BASE_P}" || die + eapply "${WORKDIR}/patch-${PATCH_PV}" + for patch in "${WORKDIR}/${PATCHSET}"/*.patch; do + eapply "${patch}" + # non-experimental patches always finish with Gentoo Kconfig + # we built -bins without them + if [[ ${patch} == *Add-Gentoo-Linux-support-config-settings* ]] + then + break + fi + done + + default + + # add Gentoo patchset version + local extraversion=${PV#${PATCH_PV}} + sed -i -e "s:^\(EXTRAVERSION =\).*:\1 ${extraversion/_/-}:" Makefile || die +} + +src_configure() { + # force ld.bfd if we can find it easily + local HOSTLD="$(tc-getBUILD_LD)" + if type -P "${HOSTLD}.bfd" &>/dev/null; then + HOSTLD+=.bfd + fi + local LD="$(tc-getLD)" + if type -P "${LD}.bfd" &>/dev/null; then + LD+=.bfd + fi + tc-export_build_env + local makeargs=( + V=1 + WERROR=0 + + HOSTCC="$(tc-getBUILD_CC)" + HOSTCXX="$(tc-getBUILD_CXX)" + HOSTLD="${HOSTLD}" + HOSTAR="$(tc-getBUILD_AR)" + HOSTCFLAGS="${BUILD_CFLAGS}" + HOSTLDFLAGS="${BUILD_LDFLAGS}" + + CROSS_COMPILE=${CHOST}- + AS="$(tc-getAS)" + CC="$(tc-getCC)" + LD="${LD}" + AR="$(tc-getAR)" + NM="$(tc-getNM)" + STRIP="$(tc-getSTRIP)" + OBJCOPY="$(tc-getOBJCOPY)" + OBJDUMP="$(tc-getOBJDUMP)" + READELF="$(tc-getREADELF)" + + # we need to pass it to override colliding Gentoo envvar + ARCH="$(tc-arch-kernel)" + + O="${WORKDIR}"/modprep + ) + + local kernel_dir="${BINPKG}/image/usr/src/linux-${KV_FULL}" + + # If this is set it will have an effect on the name of the output + # image. Set this variable to track this setting. + if grep -q "CONFIG_EFI_ZBOOT=y" "${kernel_dir}/.config"; then + KERNEL_EFI_ZBOOT=1 + elif use arm64 && use generic-uki; then + die "USE=generic-uki requires a CONFIG_EFI_ZBOOT enabled build" + fi + + local image="${kernel_dir}/$(dist-kernel_get_image_path)" + local uki="${image%/*}/uki.efi" + + # Override user variable with the cert used during build + openssl x509 \ + -inform DER -in "${kernel_dir}/certs/signing_key.x509" \ + -outform PEM -out "${T}/cert.pem" || + die "Failed to convert pcrpkey to PEM format" + export SECUREBOOT_SIGN_CERT=${T}/cert.pem + + if [[ -s ${uki} ]]; then + # We need to extract the plain image for the test phase + # and USE=-generic-uki. + kernel-install_extract_from_uki linux "${uki}" "${image}" + fi + + mkdir modprep || die + cp "${kernel_dir}/.config" modprep/ || die + emake -C "${BASE_P}" "${makeargs[@]}" modules_prepare +} + +src_test() { + local kernel_dir="${BINPKG}/image/usr/src/linux-${KV_FULL}" + kernel-install_test "${KV_FULL}" \ + "${WORKDIR}/${kernel_dir}/$(dist-kernel_get_image_path)" \ + "${BINPKG}/image/lib/modules/${KV_FULL}" \ + "${WORKDIR}/${kernel_dir}/.config" +} + +src_install() { + local rel_kernel_dir=/usr/src/linux-${KV_FULL} + local kernel_dir="${BINPKG}/image${rel_kernel_dir}" + local image="${kernel_dir}/$(dist-kernel_get_image_path)" + local uki="${image%/*}/uki.efi" + if [[ -s ${uki} ]]; then + # Keep the kernel image type we don't want out of install tree + # Replace back with placeholder + if use generic-uki; then + > "${image}" || die + else + > "${uki}" || die + fi + fi + + # Overwrite the identifier in the prebuilt package + echo "${CATEGORY}/${PF}:${SLOT}" > "${kernel_dir}/dist-kernel" || die + + mv "${BINPKG}"/image/{lib,usr} "${ED}"/ || die + + # FIXME: requires proper mount-boot + if [[ -d ${BINPKG}/image/boot/dtbs ]]; then + mv "${BINPKG}"/image/boot "${ED}"/ || die + fi + + # strip out-of-source build stuffs from modprep + # and then copy built files + find modprep -type f '(' \ + -name Makefile -o \ + -name '*.[ao]' -o \ + '(' -name '.*' -a -not -name '.config' ')' \ + ')' -delete || die + rm modprep/source || die + cp -p -R modprep/. "${ED}${rel_kernel_dir}"/ || die + + # Update timestamps on all modules to ensure cleanup works correctly + # when switching USE=modules-compress. + find "${ED}/lib" -name '*.ko' -exec touch {} + || die + + # Modules were already stripped before signing + dostrip -x /lib/modules + kernel-install_compress_modules + + # Mirror the logic from kernel-build_src_install, for architectures + # where USE=debug is used. + if use ppc64; then + dostrip -x "${rel_kernel_dir}/$(dist-kernel_get_image_path)" + elif use debug && { use amd64 || use arm64; }; then + dostrip -x "${rel_kernel_dir}/vmlinux" + dostrip -x "${rel_kernel_dir}/vmlinux.ctfa" + fi +} diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.6.138.ebuild b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.6.138.ebuild new file mode 100644 index 000000000000..10d5f8d6561b --- /dev/null +++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-6.6.138.ebuild @@ -0,0 +1,233 @@ +# Copyright 2020-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KERNEL_IUSE_GENERIC_UKI=1 + +inherit kernel-install toolchain-funcs unpacker verify-sig + +BASE_P=linux-${PV%.*} +PATCH_PV=${PV%_p*} +PATCHSET=linux-gentoo-patches-6.6.138 +BINPKG=${P/-bin}-1 +SHA256SUM_DATE=20260508 + +DESCRIPTION="Pre-built Linux kernel with Gentoo patches" +HOMEPAGE=" + https://wiki.gentoo.org/wiki/Project:Distribution_Kernel + https://www.kernel.org/ +" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${BASE_P}.tar.xz + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/patch-${PATCH_PV}.xz + https://distfiles.gentoo.org/pub/proj/dist-kernel/patchsets/$(ver_cut 1-2)/${PATCHSET}.tar.xz + verify-sig? ( + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/sha256sums.asc + -> linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc + ) + amd64? ( + https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/amd64/$(ver_cut 1-2)/${BINPKG}.amd64.gpkg.tar + ) + arm64? ( + https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/arm64/$(ver_cut 1-2)/${BINPKG}.arm64.gpkg.tar + ) + ppc64? ( + https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/ppc64le/$(ver_cut 1-2)/${BINPKG}.ppc64le.gpkg.tar + ) + x86? ( + https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/x86/$(ver_cut 1-2)/${BINPKG}.x86.gpkg.tar + ) +" +S=${WORKDIR} + +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="debug" + +RDEPEND=" + !sys-kernel/gentoo-kernel:${SLOT} +" +PDEPEND=" + >=virtual/dist-kernel-${PV} +" +BDEPEND=" + app-alternatives/bc + app-alternatives/lex + dev-util/pahole + virtual/libelf + app-alternatives/yacc + amd64? ( app-crypt/sbsigntools ) + arm64? ( app-crypt/sbsigntools ) + verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) +" + +KV_LOCALVERSION='-gentoo-dist' +KV_FULL=${PV/_p/-p}${KV_LOCALVERSION} + +QA_PREBUILT='*' + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kernel.org.asc + +src_unpack() { + if use verify-sig; then + cd "${DISTDIR}" || die + verify-sig_verify_signed_checksums \ + "linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc" \ + sha256 "${BASE_P}.tar.xz patch-${PATCH_PV}.xz" + cd "${WORKDIR}" || die + fi + + unpacker +} + +src_prepare() { + local patch + cd "${BASE_P}" || die + eapply "${WORKDIR}/patch-${PATCH_PV}" + for patch in "${WORKDIR}/${PATCHSET}"/*.patch; do + eapply "${patch}" + # non-experimental patches always finish with Gentoo Kconfig + # we built -bins without them + if [[ ${patch} == *Add-Gentoo-Linux-support-config-settings* ]] + then + break + fi + done + + default + + # add Gentoo patchset version + local extraversion=${PV#${PATCH_PV}} + sed -i -e "s:^\(EXTRAVERSION =\).*:\1 ${extraversion/_/-}:" Makefile || die +} + +src_configure() { + # force ld.bfd if we can find it easily + local HOSTLD="$(tc-getBUILD_LD)" + if type -P "${HOSTLD}.bfd" &>/dev/null; then + HOSTLD+=.bfd + fi + local LD="$(tc-getLD)" + if type -P "${LD}.bfd" &>/dev/null; then + LD+=.bfd + fi + tc-export_build_env + local makeargs=( + V=1 + WERROR=0 + + HOSTCC="$(tc-getBUILD_CC)" + HOSTCXX="$(tc-getBUILD_CXX)" + HOSTLD="${HOSTLD}" + HOSTAR="$(tc-getBUILD_AR)" + HOSTCFLAGS="${BUILD_CFLAGS}" + HOSTLDFLAGS="${BUILD_LDFLAGS}" + + CROSS_COMPILE=${CHOST}- + AS="$(tc-getAS)" + CC="$(tc-getCC)" + LD="${LD}" + AR="$(tc-getAR)" + NM="$(tc-getNM)" + STRIP="$(tc-getSTRIP)" + OBJCOPY="$(tc-getOBJCOPY)" + OBJDUMP="$(tc-getOBJDUMP)" + READELF="$(tc-getREADELF)" + + # we need to pass it to override colliding Gentoo envvar + ARCH="$(tc-arch-kernel)" + + O="${WORKDIR}"/modprep + ) + + local kernel_dir="${BINPKG}/image/usr/src/linux-${KV_FULL}" + + # If this is set it will have an effect on the name of the output + # image. Set this variable to track this setting. + if grep -q "CONFIG_EFI_ZBOOT=y" "${kernel_dir}/.config"; then + KERNEL_EFI_ZBOOT=1 + elif use arm64 && use generic-uki; then + die "USE=generic-uki requires a CONFIG_EFI_ZBOOT enabled build" + fi + + local image="${kernel_dir}/$(dist-kernel_get_image_path)" + local uki="${image%/*}/uki.efi" + + # Override user variable with the cert used during build + openssl x509 \ + -inform DER -in "${kernel_dir}/certs/signing_key.x509" \ + -outform PEM -out "${T}/cert.pem" || + die "Failed to convert pcrpkey to PEM format" + export SECUREBOOT_SIGN_CERT=${T}/cert.pem + + if [[ -s ${uki} ]]; then + # We need to extract the plain image for the test phase + # and USE=-generic-uki. + kernel-install_extract_from_uki linux "${uki}" "${image}" + fi + + mkdir modprep || die + cp "${kernel_dir}/.config" modprep/ || die + emake -C "${BASE_P}" "${makeargs[@]}" modules_prepare +} + +src_test() { + local kernel_dir="${BINPKG}/image/usr/src/linux-${KV_FULL}" + kernel-install_test "${KV_FULL}" \ + "${WORKDIR}/${kernel_dir}/$(dist-kernel_get_image_path)" \ + "${BINPKG}/image/lib/modules/${KV_FULL}" \ + "${WORKDIR}/${kernel_dir}/.config" +} + +src_install() { + local rel_kernel_dir=/usr/src/linux-${KV_FULL} + local kernel_dir="${BINPKG}/image${rel_kernel_dir}" + local image="${kernel_dir}/$(dist-kernel_get_image_path)" + local uki="${image%/*}/uki.efi" + if [[ -s ${uki} ]]; then + # Keep the kernel image type we don't want out of install tree + # Replace back with placeholder + if use generic-uki; then + > "${image}" || die + else + > "${uki}" || die + fi + fi + + # Overwrite the identifier in the prebuilt package + echo "${CATEGORY}/${PF}:${SLOT}" > "${kernel_dir}/dist-kernel" || die + + mv "${BINPKG}"/image/{lib,usr} "${ED}"/ || die + + # FIXME: requires proper mount-boot + if [[ -d ${BINPKG}/image/boot/dtbs ]]; then + mv "${BINPKG}"/image/boot "${ED}"/ || die + fi + + # strip out-of-source build stuffs from modprep + # and then copy built files + find modprep -type f '(' \ + -name Makefile -o \ + -name '*.[ao]' -o \ + '(' -name '.*' -a -not -name '.config' ')' \ + ')' -delete || die + rm modprep/source || die + cp -p -R modprep/. "${ED}${rel_kernel_dir}"/ || die + + # Update timestamps on all modules to ensure cleanup works correctly + # when switching USE=modules-compress. + find "${ED}/lib" -name '*.ko' -exec touch {} + || die + + # Modules were already stripped before signing + dostrip -x /lib/modules + kernel-install_compress_modules + + # Mirror the logic from kernel-build_src_install, for architectures + # where USE=debug is used. + if use ppc64; then + dostrip -x "${rel_kernel_dir}/$(dist-kernel_get_image_path)" + elif use debug && { use amd64 || use arm64; }; then + dostrip -x "${rel_kernel_dir}/vmlinux" + dostrip -x "${rel_kernel_dir}/vmlinux.ctfa" + fi +} diff --git a/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-7.0.5.ebuild b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-7.0.5.ebuild new file mode 100644 index 000000000000..d645bdbe2483 --- /dev/null +++ b/sys-kernel/gentoo-kernel-bin/gentoo-kernel-bin-7.0.5.ebuild @@ -0,0 +1,234 @@ +# Copyright 2020-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KERNEL_IUSE_GENERIC_UKI=1 + +inherit kernel-install toolchain-funcs unpacker verify-sig + +BASE_P=linux-${PV%.*} +PATCH_PV=${PV%_p*} +PATCHSET=linux-gentoo-patches-7.0.5 +BINPKG=${P/-bin}-1 +SHA256SUM_DATE=20260508 + +DESCRIPTION="Pre-built Linux kernel with Gentoo patches" +HOMEPAGE=" + https://wiki.gentoo.org/wiki/Project:Distribution_Kernel + https://www.kernel.org/ +" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${BASE_P}.tar.xz + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/patch-${PATCH_PV}.xz + https://distfiles.gentoo.org/pub/proj/dist-kernel/patchsets/$(ver_cut 1-2)/${PATCHSET}.tar.xz + verify-sig? ( + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/sha256sums.asc + -> linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc + ) + amd64? ( + https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/amd64/$(ver_cut 1-2)/${BINPKG}.amd64.gpkg.tar + ) + arm64? ( + https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/arm64/$(ver_cut 1-2)/${BINPKG}.arm64.gpkg.tar + ) + ppc64? ( + https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/ppc64le/$(ver_cut 1-2)/${BINPKG}.ppc64le.gpkg.tar + ) + x86? ( + https://distfiles.gentoo.org/pub/proj/dist-kernel/binpkg/x86/$(ver_cut 1-2)/${BINPKG}.x86.gpkg.tar + ) +" +S=${WORKDIR} + +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="debug" + +RDEPEND=" + !sys-kernel/gentoo-kernel:${SLOT} +" +PDEPEND=" + >=virtual/dist-kernel-${PATCH_PV} +" +BDEPEND=" + app-alternatives/bc + app-alternatives/lex + app-alternatives/yacc + dev-util/pahole + sys-libs/binutils-libs + virtual/libelf + amd64? ( app-crypt/sbsigntools ) + arm64? ( app-crypt/sbsigntools ) + verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) +" + +KV_LOCALVERSION='-gentoo-dist' +KV_FULL=${PV/_p/-p}${KV_LOCALVERSION} + +QA_PREBUILT='*' + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kernel.org.asc + +src_unpack() { + if use verify-sig; then + cd "${DISTDIR}" || die + verify-sig_verify_signed_checksums \ + "linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc" \ + sha256 "${BASE_P}.tar.xz patch-${PATCH_PV}.xz" + cd "${WORKDIR}" || die + fi + + unpacker +} + +src_prepare() { + local patch + cd "${BASE_P}" || die + eapply "${WORKDIR}/patch-${PATCH_PV}" + for patch in "${WORKDIR}/${PATCHSET}"/*.patch; do + eapply "${patch}" + # non-experimental patches always finish with Gentoo Kconfig + # we built -bins without them + if [[ ${patch} == *Add-Gentoo-Linux-support-config-settings* ]] + then + break + fi + done + + default + + # add Gentoo patchset version + local extraversion=${PV#${PATCH_PV}} + sed -i -e "s:^\(EXTRAVERSION =\).*:\1 ${extraversion/_/-}:" Makefile || die +} + +src_configure() { + # force ld.bfd if we can find it easily + local HOSTLD="$(tc-getBUILD_LD)" + if type -P "${HOSTLD}.bfd" &>/dev/null; then + HOSTLD+=.bfd + fi + local LD="$(tc-getLD)" + if type -P "${LD}.bfd" &>/dev/null; then + LD+=.bfd + fi + tc-export_build_env + local makeargs=( + V=1 + WERROR=0 + + HOSTCC="$(tc-getBUILD_CC)" + HOSTCXX="$(tc-getBUILD_CXX)" + HOSTLD="${HOSTLD}" + HOSTAR="$(tc-getBUILD_AR)" + HOSTCFLAGS="${BUILD_CFLAGS}" + HOSTLDFLAGS="${BUILD_LDFLAGS}" + + CROSS_COMPILE=${CHOST}- + AS="$(tc-getAS)" + CC="$(tc-getCC)" + LD="${LD}" + AR="$(tc-getAR)" + NM="$(tc-getNM)" + STRIP="$(tc-getSTRIP)" + OBJCOPY="$(tc-getOBJCOPY)" + OBJDUMP="$(tc-getOBJDUMP)" + READELF="$(tc-getREADELF)" + + # we need to pass it to override colliding Gentoo envvar + ARCH="$(tc-arch-kernel)" + + O="${WORKDIR}"/modprep + ) + + local kernel_dir="${BINPKG}/image/usr/src/linux-${KV_FULL}" + + # If this is set it will have an effect on the name of the output + # image. Set this variable to track this setting. + if grep -q "CONFIG_EFI_ZBOOT=y" "${kernel_dir}/.config"; then + KERNEL_EFI_ZBOOT=1 + elif use arm64 && use generic-uki; then + die "USE=generic-uki requires a CONFIG_EFI_ZBOOT enabled build" + fi + + local image="${kernel_dir}/$(dist-kernel_get_image_path)" + local uki="${image%/*}/uki.efi" + + # Override user variable with the cert used during build + openssl x509 \ + -inform DER -in "${kernel_dir}/certs/signing_key.x509" \ + -outform PEM -out "${T}/cert.pem" || + die "Failed to convert pcrpkey to PEM format" + export SECUREBOOT_SIGN_CERT=${T}/cert.pem + + if [[ -s ${uki} ]]; then + # We need to extract the plain image for the test phase + # and USE=-generic-uki. + kernel-install_extract_from_uki linux "${uki}" "${image}" + fi + + mkdir modprep || die + cp "${kernel_dir}/.config" modprep/ || die + emake -C "${BASE_P}" "${makeargs[@]}" modules_prepare +} + +src_test() { + local kernel_dir="${BINPKG}/image/usr/src/linux-${KV_FULL}" + kernel-install_test "${KV_FULL}" \ + "${WORKDIR}/${kernel_dir}/$(dist-kernel_get_image_path)" \ + "${BINPKG}/image/lib/modules/${KV_FULL}" \ + "${WORKDIR}/${kernel_dir}/.config" +} + +src_install() { + local rel_kernel_dir=/usr/src/linux-${KV_FULL} + local kernel_dir="${BINPKG}/image${rel_kernel_dir}" + local image="${kernel_dir}/$(dist-kernel_get_image_path)" + local uki="${image%/*}/uki.efi" + if [[ -s ${uki} ]]; then + # Keep the kernel image type we don't want out of install tree + # Replace back with placeholder + if use generic-uki; then + > "${image}" || die + else + > "${uki}" || die + fi + fi + + # Overwrite the identifier in the prebuilt package + echo "${CATEGORY}/${PF}:${SLOT}" > "${kernel_dir}/dist-kernel" || die + + mv "${BINPKG}"/image/{lib,usr} "${ED}"/ || die + + # FIXME: requires proper mount-boot + if [[ -d ${BINPKG}/image/boot/dtbs ]]; then + mv "${BINPKG}"/image/boot "${ED}"/ || die + fi + + # strip out-of-source build stuffs from modprep + # and then copy built files + find modprep -type f '(' \ + -name Makefile -o \ + -name '*.[ao]' -o \ + '(' -name '.*' -a -not -name '.config' ')' \ + ')' -delete || die + rm modprep/source || die + cp -p -R modprep/. "${ED}${rel_kernel_dir}"/ || die + + # Update timestamps on all modules to ensure cleanup works correctly + # when switching USE=modules-compress. + find "${ED}/lib" -name '*.ko' -exec touch {} + || die + + # Modules were already stripped before signing + dostrip -x /lib/modules + kernel-install_compress_modules + + # Mirror the logic from kernel-build_src_install, for architectures + # where USE=debug is used. + if use ppc64; then + dostrip -x "${rel_kernel_dir}/$(dist-kernel_get_image_path)" + elif use debug && { use amd64 || use arm64; }; then + dostrip -x "${rel_kernel_dir}/vmlinux" + dostrip -x "${rel_kernel_dir}/vmlinux.ctfa" + fi +} diff --git a/sys-kernel/gentoo-kernel/Manifest b/sys-kernel/gentoo-kernel/Manifest index a288bf94f6bb..7e88287c5c68 100644 --- a/sys-kernel/gentoo-kernel/Manifest +++ b/sys-kernel/gentoo-kernel/Manifest @@ -31,6 +31,7 @@ DIST linux-5.10.tar.xz 116606704 BLAKE2B b923d7b66309224f42f35f8a5fa219421b0a936 DIST linux-5.15.tar.xz 121913744 BLAKE2B 3921274b23f7938abdf3ed9334534b4581e13d7484303d3a5280eddb038999aaa8b836666a487472d9c4a219af0f06b9fecccaf348fb5510ab8762f4ef4b7e83 SHA512 d25ad40b5bcd6a4c6042fd0fd84e196e7a58024734c3e9a484fd0d5d54a0c1d87db8a3c784eff55e43b6f021709dc685eb0efa18d2aec327e4f88a79f405705a DIST linux-5.x-sha256sums-20260418.asc 375956 BLAKE2B d2592f053f0350997180479283fb5c57e119fad665fc28c982392b0655736827221eb21f892e628e8e2ce61b55be6d0ecbdf3c9e6d37c8b3ff29c330c28cc239 SHA512 4746bb154801314b1df39830445b6ecb59cf278da5799df0b0eaf383fba20b6a26dd3174cedd5f54f23e66b97980520b634714e480b61a0a7283734a7667b890 DIST linux-5.x-sha256sums-20260430.asc 376643 BLAKE2B caa9720318371bf63a3b7f39edf0c13820c39fa08577c9d2457cf9616a58fc91b790cdc0ee53bcbfd13cdf937e73d2116651c6e7b7b4a650f00e90cfa842c29d SHA512 f4fbf987bb71ddf789f0aa788b9902b3a5fedc50741eb4110d3875e757f9b603c0eddee6fb2afe909ef35eeb2b3f179a1a55b3811b897a2285cd49e8de9f1202 +DIST linux-5.x-sha256sums-20260508.asc 377333 BLAKE2B 559ebeef5ea40e4c23309e6efbe3554b02db012856adcccbaac2c920ed6e3e76d0ed19a195da462fd631fc73f9cf2f9036a59e4e0285b4e608415de19254ca98 SHA512 2ba895511e09b02b5a269812dd35947c751d4295c04189b0209b1034fbaa709083751f0e5199edc3a55de6369e1f3fc715e094b3e399aab617f717c6280f3a79 DIST linux-6.1.tar.xz 134728520 BLAKE2B ae60257860b2bd1bd708d183f0443afc60ebbd2b3d535c45e44c2e541bd0928530a3b62de6385dd4e4726ebbedcc0a871d4f3ffb4105b9f1f6d8ed7467f5688e SHA512 6ed2a73c2699d0810e54753715635736fc370288ad5ce95c594f2379959b0e418665cd71bc512a0273fe226fe90074d8b10d14c209080a6466498417a4fdda68 DIST linux-6.12.tar.xz 147906904 BLAKE2B b2ec2fc69218cacabbbe49f78384a5d259ca581b717617c12b000b16f4a4c59ee348ea886b37147f5f70fb9a7a01c1e2c8f19021078f6b23f5bc62d1c48d5e5e SHA512 a37b1823df7b4f72542f689b65882634740ba0401a42fdcf6601d9efd2e132e5a7650e70450ba76f6cd1f13ca31180f2ccee9d54fe4df89bc0000ade4380a548 DIST linux-6.18.tar.xz 154309096 BLAKE2B b94b7b9bf18aca0c3e50baf79b009a1448fc6cd9c3ee019f641cc247dcf53a4abef4274ee0608ad8cd4943af69854363a95d26e117ff23620bb07dccb158859f SHA512 88599ffdec96d150c1feb9b261ba93bb0301a9d0e1ad6bef7aeab1f5372cbfc57d8b43c7e902bd8f76921d1dbd8189663c142ea869e51d0e2b483b150ee00fe0 @@ -39,40 +40,56 @@ DIST linux-6.x-sha256sums-20260418.asc 216540 BLAKE2B 37655901ab474fec6a525ab7f8 DIST linux-6.x-sha256sums-20260427.asc 218586 BLAKE2B aba99f133ff56ebaaf4fe0774bd907e28aa1dc5b69992ff52eecb70a8e12890ca0f5009be43f446ea8c6ab9fd198efd12e3aedf5c07488da891fd91532007112 SHA512 a6d7be4d0f5c046be8d614228a6a51c4f8cd71ac5683a3088cd1c0f52530893efbcc76fb3decac823e31c05307b774d72c83d09c6b90667d88e93374ac964b8e DIST linux-6.x-sha256sums-20260430.asc 219947 BLAKE2B 064b01f35878749efcf2bd0bc99a577ffc380e51dd94bd02c7f1fc8aa02013772c079013b4a8339fd53271bfe7e6ff41ae862e8b60d0e0d531ea90f347a79dac SHA512 ac341e368e27ad2c44d638e3c37076dfe9bb95740a7cc8a74747585ef19e4a803d638e9cbff80732237efc3768f4b88ab8e3cb104188fca5a9bc0acdd87cf60a DIST linux-6.x-sha256sums-20260507.asc 220629 BLAKE2B 6441ed382827e8c67a38fbbea1e445b4a4f11d2ff6af35554196ef9ca914d7dcd9c431152eccf3214458abfad5f2f9b904f510e8edf8f7cb2c5177ad039404cc SHA512 f1f805497e92b86354ce20c9fc77248553b644df9e98e969b9a66579cc7d39f0e1d6c06b757b6f5584d0f8ae4e1914435b5b598255fcce194014228d16c1bb85 +DIST linux-6.x-sha256sums-20260508.asc 221993 BLAKE2B aca425a56e6bbba54718db6eecb86898f0da945447b1cf7ddf7ab890709e89893d2fee78dd7a61bb6432d06f474f15ccb3c1050a292bb5b4099cbb86f038490c SHA512 0382b7555ce0070254cde3367696682034317dafc319bc0009262d499f93727c57a76d66fe8c74103272dcb9db6cc5a567a359693b0d0fcd2c9d38db895f3e9f DIST linux-7.0.tar.xz 157143652 BLAKE2B 3d9795083c8938f80f480de0d10bfd9c525640e59d5c7f22983de3f12ee42c84c31be902cafb05579ddb1c32bac5ed06b0d4953f9705450be185bd2d9ab08f89 SHA512 8c85b708342f8f09ca25b2234b22e93b62b144a9ef919fbb21827f52fa47498e778c79db1559524dd7fb360f95b2ce174171443c1859656c281be41d2b6c5a0b DIST linux-7.x-sha256sums-20260427.asc 1876 BLAKE2B f423b97f3c241abe3cdd757f6bda34cd900c4140b371a5a7abb692dc3e404689266e162c177c66e8eee991ce5c3b7bb681d8b8cbf1c2005aaaf7291cba9efe7c SHA512 90be7186a920260a6553d08bcf6bd0ca142988134ff2d8277773624d18d0c92e048a2c620965185b35b4567708aafe610d58ef899eb306f2d4b1e2bd481253e4 DIST linux-7.x-sha256sums-20260430.asc 2206 BLAKE2B 24d86e0f6338498e8b5f74cb0886692ae0003c30a70e6f6654588064df9ec4f569071982e141bedba1b2e7c6728e73dede5e2ce2764554c62db7587b5fc1e86a SHA512 cf08970476eb1cfedc9cf75ff73fdcf8bfbb79d1a49ead4a07e0bee8659a6fa3c8c369b33251c75b030ec34cfc2c4077b25fe07c1022c2e6a1db4026c7768189 DIST linux-7.x-sha256sums-20260507.asc 2539 BLAKE2B 1f4bf11aaac21cc5219780f8033bdff2b22905e3c41ea782588bb60eea639ac3a3f99d3a8f3787f737dfa84b4b3e1b8226d9f70e4db04f32370793f5a6ae468e SHA512 9559be589bdc1f8010c004c131987c2e179e1fc0354ecc47bafdc407416ef5436b386c41a1f9f85e28cdf68afbe8fa1027e5c03d3c627f51f80bbbcbe43cb201 +DIST linux-7.x-sha256sums-20260508.asc 2872 BLAKE2B f6bd251e543edaf6f8fc1c5f49cfbf4463893ec9ce3fc8763182bcf5c7705812f056010d6647e0b9068cd60f3c5b7f3df28ec89b971bc21f42d7c742c1a92870 SHA512 f22fc5633df2be72a5eae7c391b20786c0109e214f42709d47ff13311eddc22e31f953958211122ae786fee595d1f06915f16717aafaa7b2557ff88dd7a1e3fb DIST linux-gentoo-patches-5.10.248.tar.xz 24128 BLAKE2B ee1ac9dab33c96fe5020ad8bc9c657bb72a0171aeaf3ed4fe479f4b923f92be514c55144dc80753b5df2db82c75209280f7a2867b19fd76a55ea67e9809516ec SHA512 26e5521954929c8ac396ffaf786edea7118435347e2b43ae7b7cc5abccb0f26eca0277b6914dc709687c5fdc9247735e8419b491c11ff80e8ec7d519ee6edccb DIST linux-gentoo-patches-5.10.253_p1.tar.xz 24704 BLAKE2B 2b1620a63023d1ebde93e3ab44194f9d378708a8a4dbacce18648215ab5d6567c21bf399c04c09fbafe0a9e475d9d65edbdb0a05b1c5c2073d054c70e7f1516a SHA512 8022e1527332cedb9fc39584785789dab59c8e0e80030ea0f7a0b5cbbaf7d71bab82d03b5c94166ff1a54e57996a2961f764c6cc4481ede8f52a558fd304c1dc +DIST linux-gentoo-patches-5.10.255.tar.xz 24772 BLAKE2B 0b3a0b77f0e415d30cb5679f787d1539087f55b5fb0d81cd571e4081b036ffae1d4184469515eafa72403fff791f650fd1398122f7bf106780c653c27000045d SHA512 e6d8bd9e944e84d19a8c402cf27c090e8bdc75269540bc6b5b4ee0b66e4898120ca9714e240cf3408bd46ca969066494a09b2c197175c16f4496ec6f2edd6af9 DIST linux-gentoo-patches-5.15.201.tar.xz 10200 BLAKE2B 204f35185fde21708cd37bb513d59df3fd43d0e7adb2cb2a987efd6700711830832d26cf563d77542d8a29f6728025f9bac9caab870dd2686fa50a5d1d3c4030 SHA512 b26ea3d9bdf7cfc17f82258cbcc7b6f5f276d6a9e1fd7ae7a8f4f212a3814bb1e826fd201a1bb092a4f0e65fa5da3f1c000b9b54cbe012e8c52445b234f303ff DIST linux-gentoo-patches-5.15.203_p1.tar.xz 10784 BLAKE2B 4d2d478c0680afc2ffcb975020608042daa609c8734c890a6c36fd6c3b85bac14247cd649069d7f36766f440732a1c698748894cb2c96d3b045090ba0fcd6bd0 SHA512 12da526c37372f36a400e3942433e3267e15e5c6e4c5e1fb335cb7c39b7b828f4db5b109dfb24f79690ba0aac170e2b5893b101b51e7b546d506fb5d2c9873ef +DIST linux-gentoo-patches-5.15.205.tar.xz 10888 BLAKE2B 268434fcf46e4fdd892c5f42a7cffe8ffe832eec8f396c71c0cf392c1d766abf57174999968fe08732ee473105449e57e8dbd8d7b0b359b4f7e532eceaab6f42 SHA512 a72ac83b7ecedd5bb683aad3383832095792a773c65f6b98f8e72a934b07e10b6a9aab6ae5f1b256de7f49aaf981430c582e64e7c6e5db1a37b1a1336ae54ace DIST linux-gentoo-patches-6.1.164.tar.xz 28932 BLAKE2B a49ad3d5c7a22728e4519cb2cd3c43eb9ef13561a789b68888024f90e58df7d6a8a154b0edbd85259501ff539479ce9aca92474a022196914ca13833605b8c8d SHA512 08fd9f8c78cc69d5f01f184f247bbd3f403ebeb3bbe7e8450f53963bd0c550050dbaa596bb5465bc668ce1697f70ffe3eae43178bcb353119443a1d598f3f41d DIST linux-gentoo-patches-6.1.169_p1.tar.xz 29504 BLAKE2B bf9c9a55c628c6905bf0e9a819d706054d1772c193ab386fc22bf64e2eb6395b7524aff836fb300a88a5306165d92311da884126fcb046932c2695921113b578 SHA512 6aec10c3cc58f06736d4c246093bb16bcc375d1d027d78386af167e792cd7e16f48cef3040eef701a8bc1600223db4cc3cfbbb0fefb80a963bd1b0049edb03d1 +DIST linux-gentoo-patches-6.1.171.tar.xz 29564 BLAKE2B a843335a9ccda7384438822332a53748804fbc58df7198d9d1026436f4e261e640a185f78fc32f615e8527a61970d237ba0d6fb0726bb78aa4aa39ee808941aa SHA512 b8c83de0bf9e5515b46ab77c2b338c5d84ad284578efdce66f424a4a11f202d1846a095dd618de0ebe4faf7123234ed38fad814faba414bc1293e3bd25686c6c DIST linux-gentoo-patches-6.12.75.tar.xz 20180 BLAKE2B 436ae2c1b00442e961c1bdb14f658bb14c02e1a73f9ea0b2125fcc6614d5f8ebb630cd22dcf5bc26fc3d5b2cca75fe88903f31e0c44cb76379596ba415e30f65 SHA512 6d1a953bc1b123da4dabbf393ff0dca83556accac535f2d6683e104297413f10e9dbb393ff76f316c7fe892849d0ea73834976c7637872151443586584ce0123 DIST linux-gentoo-patches-6.12.84_p1.tar.xz 20748 BLAKE2B f29bf79bf2d8502d6274f4935e44fba2951c7ba2af65cf68a630085f9ba07615e5b4ec294b2f4f69f2694b6a6a2c658609e8b411d4a89c42823d27ead9dfdf1e SHA512 ec2a9a76a3ae652b6cabe2118a978d5a3ddbbaea7522e28b97c8341b93ecefea964e28593fbf31f084a5597c85590950e1b6f3b049a7f879971cc9dc83fe38df DIST linux-gentoo-patches-6.12.86_p1.tar.xz 21416 BLAKE2B cac75fcf54339af9d5c838f4753c2013918008e4e602bd2e03921309b4c1810c9995422809b32a1faa377ea895311629e768e8adcf79eb11e52ea41c4629d8fe SHA512 af387c4d62a7032cf212e77baeefb362a2ac9a9ff8bdb117572e8131edd8d7d9930093cc7ddcf0d8a991c3133ccafe9aaa45e1636473e8840d09dd4b2a6ea2dd +DIST linux-gentoo-patches-6.12.87.tar.xz 20828 BLAKE2B 3d900956f1ffd0cdced9f0850ec8e785b271933855856cfce7e58542b123a5b8357aa22ea541171da249f173502d4aa7039ba136f730c13208ce408ce1e21e63 SHA512 f6a2813941244d3f03fe0fc6ff9a6f738fbb33263d279e412b5de82a74940fbf2fb687eb0f620cd61842e67f71f78a2e475ffeafc712d2b022a1f4d54ada5824 DIST linux-gentoo-patches-6.18.16.tar.xz 10832 BLAKE2B 3bd240cfc5f62689dcae40cdb08c447bb4cf275395bbaba72ed2b9a63dc3b37446245d7dff88f639ca80e5b66f1a53f73d88af832c2655c16249f919c9896199 SHA512 a57c0a62b14701e8a776ed5f8eec45798edc8f79e089c4a22976a091c693c3f03e9cf26f2a592bd92f4ebacf100cce55523a99c3a3197eeeefcdbf995f3bf55a DIST linux-gentoo-patches-6.18.27_p1.tar.xz 12092 BLAKE2B a0c3f357e0a53476b8e03ca38b2a1b3954bf78d7c72130f0781c3f2ad9b20a45d96d2602b731c685a7b7736685eba1480ff61dd663e41ef5fcf2f363feff7269 SHA512 0e641459886e06b81bad2196840ddafd79d4134ff658fbafe5a42f597e9099e85658aa46d9a1cd02a726e58d5d61598f8e40edef741862dcc65f3b71c9dcb110 +DIST linux-gentoo-patches-6.18.28.tar.xz 11732 BLAKE2B 33e143b5e0d03f94e797b152af7bbeb2dbf8a438fae48612306849faaae3dc45c2abcdd9949477b2c5d59ed75e6bee2106a1236b29ce4eb6fab17bf1dbdb22f3 SHA512 73df64fda24def43a8a346edadb18a778a5fe7125af4292f661ea14d6c8ac7ec3ebf39158062de91c3f99a1d71eb68a803af2b19163b4d4aaeefd70553d1e481 DIST linux-gentoo-patches-6.6.134.tar.xz 42820 BLAKE2B 14164c31817dbc4bd6c421ddd0b87bf16e9f8fd493f082b17e5780277ff9d0cef4d827ba2cb10db47142b0f528f924721fa6ff057f30b7e2ab916767b069836d SHA512 97177a8e8254b8a5fa2b6f380f36a27219015fb8d026f3080331bce9f8d289666dd7388f3cc70b017d3c61acbdeb887b25556d66aed2947a917f217ad80b5312 DIST linux-gentoo-patches-6.6.136_p1.tar.xz 43372 BLAKE2B 3d152e481dc8f9a6ff4d8bcf5cf7bbe9eca44fc69e26f5424ab75431f8956898df6dccdeec906e8274c81c81ee90a5e4d6248526ee1e98738157ee0cd4ed2007 SHA512 a9079127241744c5fb0c6b5ad508e81c9196b7c97091162635b4d1cfc60a8ff826e26ffafe3bf056cea3c56f8cc5ff0cdbba31eee90da7659ac88c7e1c3d80b3 DIST linux-gentoo-patches-6.6.137_p1.tar.xz 44048 BLAKE2B 1cccfd69dc7bb403be369a373b126e54d0006583a1b646873c567372253fca1f758b890a889db4daf7b680ec84ad5c41ef668c9080551601726d2d706343e715 SHA512 77b12fa6195925fca23c49352c1e3f15b8eb3f636bb853b47c37c4d97449d8e754e95a5b7e369a03697fe731b0478a87150b4d4b276effeaabdb9095462f7a80 +DIST linux-gentoo-patches-6.6.138.tar.xz 43476 BLAKE2B fdc188c3ec6cc96a8fefbf94dd656e29ea4bc37c1cabd622b1eefd9f7d3f7da40f6370e20257a093c785d05e4feedd12c05c269ac3102f4213481b0a4937a78c SHA512 4e2eb5406d5d4ba27777028bf5fdaa9b68682e509a7edd24d14098beb229efe4a3e04a2aacc7fb94907183c9ef2281e6d2d41210c5794d50d5dc0dc3d71030ef DIST linux-gentoo-patches-7.0.1.tar.xz 9556 BLAKE2B 3b665b8912767095caceadc826fedc836b62dcd490f04f0ae4bdc64e8ee84403d0f70b973f1afec1a627028b6ea6f179aeedcafe70102a59e07152054d09f2af SHA512 59a43b5c6e11315393ca4549a6d8e53863399ee3d1f478daeb970652c37f18d99dc6827a190118dffee84ea86f3a63362e3aa062ac5ac499d7340c59170ed654 DIST linux-gentoo-patches-7.0.4_p1.tar.xz 10836 BLAKE2B b478d1d5aecb6681320f8d363fa70060669848a82c1bb1c3c050d392e8b7313a7287d9f7db80a26553f2846dc77c1df8a864093ce85bace42e51fdb65e73f1ef SHA512 75fce808d6fcc049c135767187906ccb0cebd5c05d619dce3ecd7f2f05af626d48c5930537550566a031457f9c8ecf52f87843b335bdb8b978797b3b86a605ca +DIST linux-gentoo-patches-7.0.5.tar.xz 10460 BLAKE2B 3cfbfc4b66555e7a50d5d8fda78549bd2d8a499bf1d7b481a0e93771ac9982f5750f832d4d3696c11ff9f9926f25b1eb02cf2037302d8ff8d27a27a4f34c7f99 SHA512 0f9de75ef244b15e4424551cd2fd3c9a72021a01d3ac9969a2889468a1a315451dd16822c6f333e1d958e2a1b1b1532d7a9be8e60cfd9e6d0298b738e818d024 DIST patch-5.10.253.xz 7248732 BLAKE2B ea684b60dfb1c3b28f5f530d46e8933fa4ff3f4ea1a6498b9cfe8c995621f27d824fe8b40686494549981ac6e30c809cd626eef6a9536f44c929e91d28c5e2f1 SHA512 f195170a0e6f924aa114f66fb72fccf19bec43c4b69d15dd94052f6e00bcfd671a30d47cc1b86617d9bb6943e05df22d6df0a32dbfd5effb65b98f1c4fd99ae3 DIST patch-5.10.254.xz 7254948 BLAKE2B c409ba9cdc2f8280c8b947a1901980db9ed886f7aa2baad24524333a5bb855a60ae05747b745a830beaadc8500177b6b736dc0fd7266f556d9c141600a90e24e SHA512 1859322a2f1b7a40bafe6c8c386b44ec92801f7c42b4c917fa5e755b3ecee50e53a48ed004546369d0c6ce656e5a5802d6ad10fef86f47fa5881919abb176e40 +DIST patch-5.10.255.xz 7255244 BLAKE2B 98334dc40a3176537c704eae6639e9b9a697857ea4911814d87d8ce92cce9a668ba166f27d850b8cf7325d15fe392ae56dab21ac62c7ceca1df46d36456858d8 SHA512 858cf5512d2e9e1217c98eea14be877c87aedee10db3304672719a83efc11839c1ea104b04b5e4bfedc4669707e5a2064e78d6ff293a21c527455dc0b90c8b33 DIST patch-5.15.203.xz 7676312 BLAKE2B 3a0e051b3c93864baab5c7f4757c6b147b17a75a1347e65f4c37bb83c268ab2d6f1c1258e7195b777f588f86b02e69416b96831d9284da8e9d3e52ccc153d5e5 SHA512 fb4dd6a04e408a3cd12963427e1b9acef6ecabb3feaf3e4721588c428d26e6c184b1c673b35f4ddda0d669a27d013c6c6e906289493546df82960d409581e903 DIST patch-5.15.204.xz 7681224 BLAKE2B 5f876404ff1acf25e2553dbb62658d1ab205207811296f0119fae04aca751484e93c0146d019199b406af7a9d79a589bec8b0290730cf2367fd3fa823d74226d SHA512 f0a9ad08dbfc324a8e063fa7c656557ad46dec323f986df01bb722259cfd325b39551c9c2c485ca3b1a2447bdc9c589384992742728a9523bf2aa152d988eeb5 +DIST patch-5.15.205.xz 7681604 BLAKE2B f725a94358f57c05205d7d9c129d1611289ee313283117b52509fed61f9de71193711a16e4e5753ed9385759a6c0af1ee253e600d3021739407202c3fe98f86e SHA512 54f3005e068a0586955a326b2de6833ae17150590ecee5a5d926ef4b29664e8274d447b6a8950653e7f6af4a567d6f7a5801c9c65895dd882f889da4b255dc81 DIST patch-6.1.169.xz 7317628 BLAKE2B c9ca4999f7433c27ebbb3d2592227e8097353ec084e1c58c328f3a887a2b0543c7c8d5ae1a140c13ee3d3861a958ebf29a21b6e935b44c28a322f6e3fc491855 SHA512 23aad9a93157c55907e168d5a492c4c9749833b90e051e590281b3cb075b17ef5227f79694008fdc3470ab78a13054c416f9c71f6dd9a205fcafa8645e1eae8f DIST patch-6.1.170.xz 7323812 BLAKE2B e7004a8059c8f9011884aa2b2a7718e9bc67f9820cd407f263bec9cbb4bcc4d5791ee55a99e406b4b6c17424acb1087cd67b5c841c10f0f38833b2bb28920f27 SHA512 baf0666cc180492e347392db6ad363acdf6b05515be073363432ab7af0ba7308f28728e38bd42b7699c083aa9548a789b1e2186098f411eb0a25451ab6db20a2 +DIST patch-6.1.171.xz 7323648 BLAKE2B 3fa194654ef07a94b8a1304025fc926e439684726d52b079ca4c9facec9f5dbf1b80e5406f585b02eaef12cefbadc320ace0f96c23c9823b27a4c52205ebcc50 SHA512 6703f221326ba65198614fc60f900d7fb30ff79c51351400d23d67f375a9a0f6b84b27ab696f5a50679300b12d2d2052c6e5b985b8a7e9d74180d189c9e2e80b DIST patch-6.12.84.xz 4372924 BLAKE2B 6d812556ee681bd0a22e66d79d7cf8e8f0bf6658cfbf5e4c82cf605503b1a0f715243d08ace6cf0346b77ddbddb100b30df075f4a9a8cdd15730555baa56c26f SHA512 ae0699ef647758fac5170bced18a1bf685758e1af2851597c36dfc2d43c386547c7127cd6aefaee0e78720e8d6c72a8dc1834a7506eaed6ef59909ee6813fec8 DIST patch-6.12.85.xz 4377956 BLAKE2B a4ce6472229c01003884ece108f60f2e9458d7fae38ebc47e7b598e1245e7a396fbc01aca3a7d310825b1f39acbe588b6865311d3ac7b4f48d2f404a728c942e SHA512 6b7c0c220ca26b900462b21641f8615f7c84dc25cc79527c8d32e9ac5742bb89851d30a69e1f1b1bfdb5bd353153c31ae523538eca1cead8cc12261a47f4a18b DIST patch-6.12.86.xz 4429944 BLAKE2B 7efb852cf479e2dd1213760456f200bb8442550207f4aa63b781409b7a2ac6d7fead9613936a75e7b39a4873c9b638ba83e9b8e165804824294681fc7f0cc7a2 SHA512 2ed02ed50aa5ce399047ed52877cf2b14c63b1171c6576bf2a829a5535274b78723c6c25767bb85faa97129f18986ffe424551a1ce2d9614a14eaed237b52aff +DIST patch-6.12.87.xz 4429580 BLAKE2B 0ceac68ca76cd09e0ca7156cb5e75effdaf02a323ee43f840ce2d5dbe62bdb494b30faf9dc29e44480cba972d2c5704931c3a7c5e60a8ba99399b774936974a9 SHA512 c952f2e4e92bda8b2a75cd19794cd4b3bbd3c57255fd674dfed2f67526032dda726bfc5b1d89d2433f0b8a47c1a0e0941996d2081ca0531ab843df0e08d804ff DIST patch-6.18.25.xz 1538348 BLAKE2B b707adfc3d23d74ae882a0b4d15ce7b46e5c1011bcc35e8aa7b3a1c42f1a661ee84d2d91cf31801a3ceb2824cfcb6a050523c7e2aaac6045243df39477f01f0b SHA512 6c467d343470c645e3fce8b146c1d1f77d1ff1fac7d302681645e43a5e79d7f82a14d16a0760ab0feb9c1a22b0df2992cd1af7a6e76b21eb5e967f23b6b742d3 DIST patch-6.18.26.xz 1538696 BLAKE2B 327bc85624fd2d2e6c72f42037d1b02ada8b486ff0736ef440cabbf320c1cb52e4685647a47f04507ddf933df36ea7ffbcbc8dacb32b208844d7554ed8d81a4c SHA512 e983f3c6d9ca2fe1ab878d0f7897fe398befd1819239e416e123679427c92f64f708567c2361c82d8b210c0db500088781079dd60b68584fe5fa939ceea91444 DIST patch-6.18.27.xz 1610316 BLAKE2B fadfe83d4b41d2c394603617506fd369628dc8b5e9ea37c5ec3e509ac9ec41aabdc2b6a47e23f522112a0da77dbf73849dc2eb7011513d910df3827bccc721ad SHA512 0a2eb365a627c6ea7fd761a3472a5cf21984f885fff30dfe385fc123dffd4758835aa774f01008c2bf92405bd4099382a63c1297acc7802421382ab356de4de8 +DIST patch-6.18.28.xz 1610468 BLAKE2B a791ded8cc7033f0ad127b8e81e02ddb9677041430c637613cc4926e686741ee63b444cc0d0f5a75bb3d0e343f31e322792027f7042ee017c04cb5dd1e029817 SHA512 9c827950cb26ff1bef00de1f88c7a05a018d35ceb34a14c6b51eca2d3fb7fc1ae3a0ecf1de225c992e362fe635945fbfd854acfcc85f2715da4014fce7335b07 DIST patch-6.6.136.xz 5905416 BLAKE2B eb486ebe595b66977c961fe5807882fd7896231d7be2a78584fa5a38b96642c77ce5c32bd8f5c3ba0c93651df7779d8dc53ff58b55440f39fd9f23d7e428601a SHA512 ecd8132ad994ed07d0dc2acf07dd980eec3c54eae038b1e84ce9b953b911fcefa1559619f0fbf376be9671039f283d6f71a2f4dcc1623f20cb9cfdf6b7593688 DIST patch-6.6.137.xz 5911268 BLAKE2B f8bfecebcca3d65ea687a656df5648b6260c0e7ab886c0223638e8f312383f714495d2bb7ddd91addd4dfba5c5a190bc0275733e7c214d021f7594cce4904945 SHA512 f1f66711068eb3e14189612f73d4e755291be75111e9578047d7f4334b2b3d7b3c104e9c55b71298d56334461d4e4a1a95f12f54967a09cae10533e98aaa98e4 +DIST patch-6.6.138.xz 5910560 BLAKE2B dc27122eb68f8ebc460789a97159ceeec3cfb2d285f73f48595ff26e8a1a9ef4ca7fd27eae2e9a6dca898414bdacc7a684a7ec9ae9f8f2ff176d09039dd8128f SHA512 f42a15164ead291ba5f91002855fdc50e958a020ae144047f950891abc01a4dc0ffca68ddebc46125faa53e7e65aeae5d50873c0f35c75e34bf8b7fd1b08dab8 DIST patch-7.0.2.xz 42396 BLAKE2B caa1d23581d32716ad853a1e43425a9277ed8e8a08e007f84107fddd8fa73e9a45dab01c35fb3a43d0ae2a80a11905e54f7a7c8ceed86c8f3eb74d283d4dfc7a SHA512 dac9f93fe01474b905211679618ad13c1a72c98a1b560be1545ed075448aa4a39b2d8ad437179af69a7b43f5fed67709cc7f51401b90c92c8f7af8843e39bd54 DIST patch-7.0.3.xz 42876 BLAKE2B b725833b4848023b0832f52c7e3f0d8f9bac54b0f16bcc0015e357d4456aee6658a034d10a617109fdd47c74e1487f7f51da2f9cd49d70072878240ea11f2849 SHA512 79fa83dd31cb700f05a563e2b018741b61c6f77bafce9f6f2c1f8f7e29ab71ae88ef82dcfe662ec11cb1195a2472e989febddc4db134c23755804f1421481424 DIST patch-7.0.4.xz 152624 BLAKE2B a2a9905d69f0e31aef0b7ca983a40aee9b07d9dc6877ca43146a6d31639a865f2c8a9b597978bc961d06d308431f71115b6ed8d652f7595446be76a45ab28f57 SHA512 cbabaa8a17a8ef71b764dc140155575eb2288cc25ced4b36209fd2aaeba256b35234de8507844ac7798a0c1bcd24840bea2db459d8cf0fe9e3467ddd7fe7b168 +DIST patch-7.0.5.xz 152956 BLAKE2B 9f2938654db3b0a404890b91417715670b1dd5bed543ebef4073fe0d1e4fe5c5d54cbd44bb9e4843040c396d73dd65eb5d8725087865bd1793c8b6c84713d9aa SHA512 00bdf97eb85f8740c2b13a647230ec24b2371a5a3a344118e501fe3eb02a31905b53421cfea47fcf78e2b49819b3e741fcc703a92e85eebfa4e81435d8923f67 diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.255.ebuild b/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.255.ebuild new file mode 100644 index 000000000000..8446744f99ad --- /dev/null +++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.10.255.ebuild @@ -0,0 +1,171 @@ +# Copyright 2020-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit kernel-build toolchain-funcs verify-sig + +BASE_P=linux-${PV%.*} +PATCH_PV=${PV%_p*} +PATCHSET=linux-gentoo-patches-5.10.255 +# https://koji.fedoraproject.org/koji/packageinfo?packageID=8 +CONFIG_VER=5.10.12 +CONFIG_HASH=836165dd2dff34e4f2c47ca8f9c803002c1e6530 +GENTOO_CONFIG_VER=g17 +SHA256SUM_DATE=20260508 + +DESCRIPTION="Linux kernel built with Gentoo patches" +HOMEPAGE=" + https://wiki.gentoo.org/wiki/Project:Distribution_Kernel + https://www.kernel.org/ +" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${BASE_P}.tar.xz + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/patch-${PATCH_PV}.xz + https://distfiles.gentoo.org/pub/proj/dist-kernel/patchsets/$(ver_cut 1-2)/${PATCHSET}.tar.xz + https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz + -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz + verify-sig? ( + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/sha256sums.asc + -> linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc + ) + amd64? ( + https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config + -> kernel-x86_64-fedora.config.${CONFIG_VER} + ) + arm64? ( + https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config + -> kernel-aarch64-fedora.config.${CONFIG_VER} + ) + ppc64? ( + https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le-fedora.config + -> kernel-ppc64le-fedora.config.${CONFIG_VER} + ) + x86? ( + https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-i686-fedora.config + -> kernel-i686-fedora.config.${CONFIG_VER} + ) +" +S=${WORKDIR}/${BASE_P} + +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="debug experimental hardened" +REQUIRED_USE=" + arm? ( savedconfig ) + hppa? ( savedconfig ) + sparc? ( savedconfig ) +" + +RDEPEND=" + !sys-kernel/gentoo-kernel-bin:${SLOT} +" +BDEPEND=" + debug? ( dev-util/pahole ) + verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) +" +PDEPEND=" + >=virtual/dist-kernel-${PV} +" + +QA_FLAGS_IGNORED=" + usr/src/linux-.*/scripts/gcc-plugins/.*.so + usr/src/linux-.*/vmlinux + usr/src/linux-.*/arch/powerpc/kernel/vdso.*/vdso.*.so.dbg +" + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kernel.org.asc + +src_unpack() { + if use verify-sig; then + cd "${DISTDIR}" || die + verify-sig_verify_signed_checksums \ + "linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc" \ + sha256 "${BASE_P}.tar.xz patch-${PATCH_PV}.xz" + cd "${WORKDIR}" || die + fi + + default +} + +src_prepare() { + local patch + eapply "${WORKDIR}/patch-${PATCH_PV}" + for patch in "${WORKDIR}/${PATCHSET}"/*.patch; do + eapply "${patch}" + # non-experimental patches always finish with Gentoo Kconfig + # when ! use experimental, stop applying after it + if [[ ${patch} == *Add-Gentoo-Linux-support-config-settings* ]] && + ! use experimental + then + break + fi + done + + default + + # add Gentoo patchset version + local extraversion=${PV#${PATCH_PV}} + sed -i -e "s:^\(EXTRAVERSION =\).*:\1 ${extraversion/_/-}:" Makefile || die + + local biendian=false + + # prepare the default config + case ${ARCH} in + arm | hppa | sparc) + > .config || die + ;; + amd64) + cp "${DISTDIR}/kernel-x86_64-fedora.config.${CONFIG_VER}" .config || die + ;; + arm64) + cp "${DISTDIR}/kernel-aarch64-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + ppc) + # assume powermac/powerbook defconfig + # we still package.use.force savedconfig + cp "${WORKDIR}/${BASE_P}/arch/powerpc/configs/pmac32_defconfig" .config || die + ;; + ppc64) + cp "${DISTDIR}/kernel-ppc64le-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + x86) + cp "${DISTDIR}/kernel-i686-fedora.config.${CONFIG_VER}" .config || die + ;; + *) + die "Unsupported arch ${ARCH}" + ;; + esac + + local myversion="-gentoo-dist" + use hardened && myversion+="-hardened" + echo "CONFIG_LOCALVERSION=\"${myversion}\"" > "${T}"/version.config || die + local dist_conf_path="${WORKDIR}/gentoo-kernel-config-${GENTOO_CONFIG_VER}" + + local merge_configs=( + "${T}"/version.config + "${dist_conf_path}"/base.config + ) + use debug || merge_configs+=( + "${dist_conf_path}"/no-debug.config + ) + if use hardened; then + merge_configs+=( "${dist_conf_path}"/hardened-base.config ) + + tc-is-gcc && merge_configs+=( "${dist_conf_path}"/hardened-gcc-plugins.config ) + + if [[ -f "${dist_conf_path}/hardened-${ARCH}.config" ]]; then + merge_configs+=( "${dist_conf_path}/hardened-${ARCH}.config" ) + fi + fi + + # this covers ppc64 and aarch64_be only for now + if [[ ${biendian} == true && $(tc-endian) == big ]]; then + merge_configs+=( "${dist_conf_path}/big-endian.config" ) + fi + + use secureboot && merge_configs+=( "${dist_conf_path}/secureboot.config" ) + + kernel-build_merge_configs "${merge_configs[@]}" +} diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.205.ebuild b/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.205.ebuild new file mode 100644 index 000000000000..19de2cd350bf --- /dev/null +++ b/sys-kernel/gentoo-kernel/gentoo-kernel-5.15.205.ebuild @@ -0,0 +1,171 @@ +# Copyright 2020-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit kernel-build toolchain-funcs verify-sig + +BASE_P=linux-${PV%.*} +PATCH_PV=${PV%_p*} +PATCHSET=linux-gentoo-patches-5.15.205 +# https://koji.fedoraproject.org/koji/packageinfo?packageID=8 +# forked to https://github.com/projg2/fedora-kernel-config-for-gentoo +CONFIG_VER=6.1.102-gentoo +GENTOO_CONFIG_VER=g17 +SHA256SUM_DATE=20260508 + +DESCRIPTION="Linux kernel built with Gentoo patches" +HOMEPAGE=" + https://wiki.gentoo.org/wiki/Project:Distribution_Kernel + https://www.kernel.org/ +" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${BASE_P}.tar.xz + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/patch-${PATCH_PV}.xz + https://distfiles.gentoo.org/pub/proj/dist-kernel/patchsets/$(ver_cut 1-2)/${PATCHSET}.tar.xz + https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz + -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz + verify-sig? ( + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/sha256sums.asc + -> linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc + ) + amd64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-x86_64-fedora.config + -> kernel-x86_64-fedora.config.${CONFIG_VER} + ) + arm64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-aarch64-fedora.config + -> kernel-aarch64-fedora.config.${CONFIG_VER} + ) + ppc64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-ppc64le-fedora.config + -> kernel-ppc64le-fedora.config.${CONFIG_VER} + ) + x86? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-i686-fedora.config + -> kernel-i686-fedora.config.${CONFIG_VER} + ) +" +S=${WORKDIR}/${BASE_P} + +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="debug experimental hardened" +REQUIRED_USE=" + arm? ( savedconfig ) + hppa? ( savedconfig ) + sparc? ( savedconfig ) +" + +RDEPEND=" + !sys-kernel/gentoo-kernel-bin:${SLOT} +" +BDEPEND=" + debug? ( dev-util/pahole ) + verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) +" +PDEPEND=" + >=virtual/dist-kernel-${PV} +" + +QA_FLAGS_IGNORED=" + usr/src/linux-.*/scripts/gcc-plugins/.*.so + usr/src/linux-.*/vmlinux + usr/src/linux-.*/arch/powerpc/kernel/vdso.*/vdso.*.so.dbg +" + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kernel.org.asc + +src_unpack() { + if use verify-sig; then + cd "${DISTDIR}" || die + verify-sig_verify_signed_checksums \ + "linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc" \ + sha256 "${BASE_P}.tar.xz patch-${PATCH_PV}.xz" + cd "${WORKDIR}" || die + fi + + default +} + +src_prepare() { + local patch + eapply "${WORKDIR}/patch-${PATCH_PV}" + for patch in "${WORKDIR}/${PATCHSET}"/*.patch; do + eapply "${patch}" + # non-experimental patches always finish with Gentoo Kconfig + # when ! use experimental, stop applying after it + if [[ ${patch} == *Add-Gentoo-Linux-support-config-settings* ]] && + ! use experimental + then + break + fi + done + + default + + # add Gentoo patchset version + local extraversion=${PV#${PATCH_PV}} + sed -i -e "s:^\(EXTRAVERSION =\).*:\1 ${extraversion/_/-}:" Makefile || die + + local biendian=false + + # prepare the default config + case ${ARCH} in + arm | hppa | sparc) + > .config || die + ;; + amd64) + cp "${DISTDIR}/kernel-x86_64-fedora.config.${CONFIG_VER}" .config || die + ;; + arm64) + cp "${DISTDIR}/kernel-aarch64-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + ppc) + # assume powermac/powerbook defconfig + # we still package.use.force savedconfig + cp "${WORKDIR}/${BASE_P}/arch/powerpc/configs/pmac32_defconfig" .config || die + ;; + ppc64) + cp "${DISTDIR}/kernel-ppc64le-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + x86) + cp "${DISTDIR}/kernel-i686-fedora.config.${CONFIG_VER}" .config || die + ;; + *) + die "Unsupported arch ${ARCH}" + ;; + esac + + local myversion="-gentoo-dist" + use hardened && myversion+="-hardened" + echo "CONFIG_LOCALVERSION=\"${myversion}\"" > "${T}"/version.config || die + local dist_conf_path="${WORKDIR}/gentoo-kernel-config-${GENTOO_CONFIG_VER}" + + local merge_configs=( + "${T}"/version.config + "${dist_conf_path}"/base.config + ) + use debug || merge_configs+=( + "${dist_conf_path}"/no-debug.config + ) + if use hardened; then + merge_configs+=( "${dist_conf_path}"/hardened-base.config ) + + tc-is-gcc && merge_configs+=( "${dist_conf_path}"/hardened-gcc-plugins.config ) + + if [[ -f "${dist_conf_path}/hardened-${ARCH}.config" ]]; then + merge_configs+=( "${dist_conf_path}/hardened-${ARCH}.config" ) + fi + fi + + # this covers ppc64 and aarch64_be only for now + if [[ ${biendian} == true && $(tc-endian) == big ]]; then + merge_configs+=( "${dist_conf_path}/big-endian.config" ) + fi + + use secureboot && merge_configs+=( "${dist_conf_path}/secureboot.config" ) + + kernel-build_merge_configs "${merge_configs[@]}" +} diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.171.ebuild b/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.171.ebuild new file mode 100644 index 000000000000..0707efc3301d --- /dev/null +++ b/sys-kernel/gentoo-kernel/gentoo-kernel-6.1.171.ebuild @@ -0,0 +1,172 @@ +# Copyright 2020-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit kernel-build toolchain-funcs verify-sig + +BASE_P=linux-${PV%.*} +PATCH_PV=${PV%_p*} +PATCHSET=linux-gentoo-patches-6.1.171 +# https://koji.fedoraproject.org/koji/packageinfo?packageID=8 +# forked to https://github.com/projg2/fedora-kernel-config-for-gentoo +CONFIG_VER=6.1.102-gentoo +GENTOO_CONFIG_VER=g17 +SHA256SUM_DATE=20260508 + +DESCRIPTION="Linux kernel built with Gentoo patches" +HOMEPAGE=" + https://wiki.gentoo.org/wiki/Project:Distribution_Kernel + https://www.kernel.org/ +" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${BASE_P}.tar.xz + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/patch-${PATCH_PV}.xz + https://distfiles.gentoo.org/pub/proj/dist-kernel/patchsets/$(ver_cut 1-2)/${PATCHSET}.tar.xz + https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz + -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz + verify-sig? ( + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/sha256sums.asc + -> linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc + ) + amd64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-x86_64-fedora.config + -> kernel-x86_64-fedora.config.${CONFIG_VER} + ) + arm64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-aarch64-fedora.config + -> kernel-aarch64-fedora.config.${CONFIG_VER} + ) + ppc64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-ppc64le-fedora.config + -> kernel-ppc64le-fedora.config.${CONFIG_VER} + ) + x86? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-i686-fedora.config + -> kernel-i686-fedora.config.${CONFIG_VER} + ) +" +S=${WORKDIR}/${BASE_P} + +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="debug experimental hardened" +REQUIRED_USE=" + arm? ( savedconfig ) + hppa? ( savedconfig ) + riscv? ( savedconfig ) + sparc? ( savedconfig ) +" + +RDEPEND=" + !sys-kernel/gentoo-kernel-bin:${SLOT} +" +BDEPEND=" + debug? ( dev-util/pahole ) + verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) +" +PDEPEND=" + >=virtual/dist-kernel-${PV} +" + +QA_FLAGS_IGNORED=" + usr/src/linux-.*/scripts/gcc-plugins/.*.so + usr/src/linux-.*/vmlinux + usr/src/linux-.*/arch/powerpc/kernel/vdso.*/vdso.*.so.dbg +" + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kernel.org.asc + +src_unpack() { + if use verify-sig; then + cd "${DISTDIR}" || die + verify-sig_verify_signed_checksums \ + "linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc" \ + sha256 "${BASE_P}.tar.xz patch-${PATCH_PV}.xz" + cd "${WORKDIR}" || die + fi + + default +} + +src_prepare() { + local patch + eapply "${WORKDIR}/patch-${PATCH_PV}" + for patch in "${WORKDIR}/${PATCHSET}"/*.patch; do + eapply "${patch}" + # non-experimental patches always finish with Gentoo Kconfig + # when ! use experimental, stop applying after it + if [[ ${patch} == *Add-Gentoo-Linux-support-config-settings* ]] && + ! use experimental + then + break + fi + done + + default + + # add Gentoo patchset version + local extraversion=${PV#${PATCH_PV}} + sed -i -e "s:^\(EXTRAVERSION =\).*:\1 ${extraversion/_/-}:" Makefile || die + + local biendian=false + + # prepare the default config + case ${ARCH} in + arm | hppa | loong | riscv | sparc) + > .config || die + ;; + amd64) + cp "${DISTDIR}/kernel-x86_64-fedora.config.${CONFIG_VER}" .config || die + ;; + arm64) + cp "${DISTDIR}/kernel-aarch64-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + ppc) + # assume powermac/powerbook defconfig + # we still package.use.force savedconfig + cp "${WORKDIR}/${BASE_P}/arch/powerpc/configs/pmac32_defconfig" .config || die + ;; + ppc64) + cp "${DISTDIR}/kernel-ppc64le-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + x86) + cp "${DISTDIR}/kernel-i686-fedora.config.${CONFIG_VER}" .config || die + ;; + *) + die "Unsupported arch ${ARCH}" + ;; + esac + + local myversion="-gentoo-dist" + use hardened && myversion+="-hardened" + echo "CONFIG_LOCALVERSION=\"${myversion}\"" > "${T}"/version.config || die + local dist_conf_path="${WORKDIR}/gentoo-kernel-config-${GENTOO_CONFIG_VER}" + + local merge_configs=( + "${T}"/version.config + "${dist_conf_path}"/base.config + ) + use debug || merge_configs+=( + "${dist_conf_path}"/no-debug.config + ) + if use hardened; then + merge_configs+=( "${dist_conf_path}"/hardened-base.config ) + + tc-is-gcc && merge_configs+=( "${dist_conf_path}"/hardened-gcc-plugins.config ) + + if [[ -f "${dist_conf_path}/hardened-${ARCH}.config" ]]; then + merge_configs+=( "${dist_conf_path}/hardened-${ARCH}.config" ) + fi + fi + + # this covers ppc64 and aarch64_be only for now + if [[ ${biendian} == true && $(tc-endian) == big ]]; then + merge_configs+=( "${dist_conf_path}/big-endian.config" ) + fi + + use secureboot && merge_configs+=( "${dist_conf_path}/secureboot.config" ) + + kernel-build_merge_configs "${merge_configs[@]}" +} diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-6.12.87.ebuild b/sys-kernel/gentoo-kernel/gentoo-kernel-6.12.87.ebuild new file mode 100644 index 000000000000..82fab3fa5ddb --- /dev/null +++ b/sys-kernel/gentoo-kernel/gentoo-kernel-6.12.87.ebuild @@ -0,0 +1,184 @@ +# Copyright 2020-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KERNEL_IUSE_GENERIC_UKI=1 + +inherit kernel-build toolchain-funcs verify-sig + +BASE_P=linux-${PV%.*} +PATCH_PV=${PV%_p*} +PATCHSET=linux-gentoo-patches-6.12.87 +# https://koji.fedoraproject.org/koji/packageinfo?packageID=8 +# forked to https://github.com/projg2/fedora-kernel-config-for-gentoo +CONFIG_VER=6.12.41-gentoo +GENTOO_CONFIG_VER=g18 +SHA256SUM_DATE=20260508 + +DESCRIPTION="Linux kernel built with Gentoo patches" +HOMEPAGE=" + https://wiki.gentoo.org/wiki/Project:Distribution_Kernel + https://www.kernel.org/ +" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${BASE_P}.tar.xz + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/patch-${PATCH_PV}.xz + https://distfiles.gentoo.org/pub/proj/dist-kernel/patchsets/$(ver_cut 1-2)/${PATCHSET}.tar.xz + https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz + -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz + verify-sig? ( + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/sha256sums.asc + -> linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc + ) + amd64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-x86_64-fedora.config + -> kernel-x86_64-fedora.config.${CONFIG_VER} + ) + arm64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-aarch64-fedora.config + -> kernel-aarch64-fedora.config.${CONFIG_VER} + ) + ppc64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-ppc64le-fedora.config + -> kernel-ppc64le-fedora.config.${CONFIG_VER} + ) + riscv? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-riscv64-fedora.config + -> kernel-riscv64-fedora.config.${CONFIG_VER} + ) + x86? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-i686-fedora.config + -> kernel-i686-fedora.config.${CONFIG_VER} + ) +" +S=${WORKDIR}/${BASE_P} + +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="debug experimental hardened" +REQUIRED_USE=" + arm? ( savedconfig ) + hppa? ( savedconfig ) + sparc? ( savedconfig ) +" + +RDEPEND=" + !sys-kernel/gentoo-kernel-bin:${SLOT} +" +BDEPEND=" + debug? ( dev-util/pahole ) + verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) +" +PDEPEND=" + >=virtual/dist-kernel-${PV} +" + +QA_FLAGS_IGNORED=" + usr/src/linux-.*/scripts/gcc-plugins/.*.so + usr/src/linux-.*/vmlinux + usr/src/linux-.*/arch/powerpc/kernel/vdso.*/vdso.*.so.dbg +" + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kernel.org.asc + +src_unpack() { + if use verify-sig; then + cd "${DISTDIR}" || die + verify-sig_verify_signed_checksums \ + "linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc" \ + sha256 "${BASE_P}.tar.xz patch-${PATCH_PV}.xz" + cd "${WORKDIR}" || die + fi + + default +} + +src_prepare() { + local patch + eapply "${WORKDIR}/patch-${PATCH_PV}" + for patch in "${WORKDIR}/${PATCHSET}"/*.patch; do + eapply "${patch}" + # non-experimental patches always finish with Gentoo Kconfig + # when ! use experimental, stop applying after it + if [[ ${patch} == *Add-Gentoo-Linux-support-config-settings* ]] && + ! use experimental + then + break + fi + done + + default + + # add Gentoo patchset version + local extraversion=${PV#${PATCH_PV}} + sed -i -e "s:^\(EXTRAVERSION =\).*:\1 ${extraversion/_/-}:" Makefile || die + + local biendian=false + + # prepare the default config + case ${ARCH} in + arm | hppa | loong | sparc) + > .config || die + ;; + amd64) + cp "${DISTDIR}/kernel-x86_64-fedora.config.${CONFIG_VER}" .config || die + ;; + arm64) + cp "${DISTDIR}/kernel-aarch64-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + ppc) + # assume powermac/powerbook defconfig + # we still package.use.force savedconfig + cp "${WORKDIR}/${BASE_P}/arch/powerpc/configs/pmac32_defconfig" .config || die + ;; + ppc64) + cp "${DISTDIR}/kernel-ppc64le-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + riscv) + cp "${DISTDIR}/kernel-riscv64-fedora.config.${CONFIG_VER}" .config || die + ;; + x86) + cp "${DISTDIR}/kernel-i686-fedora.config.${CONFIG_VER}" .config || die + ;; + *) + die "Unsupported arch ${ARCH}" + ;; + esac + + local myversion="-gentoo-dist" + use hardened && myversion+="-hardened" + echo "CONFIG_LOCALVERSION=\"${myversion}\"" > "${T}"/version.config || die + local dist_conf_path="${WORKDIR}/gentoo-kernel-config-${GENTOO_CONFIG_VER}" + + local merge_configs=( + "${T}"/version.config + "${dist_conf_path}"/base.config + "${dist_conf_path}"/6.12+.config + ) + use debug || merge_configs+=( + "${dist_conf_path}"/no-debug.config + ) + if use hardened; then + merge_configs+=( "${dist_conf_path}"/hardened-base.config ) + + tc-is-gcc && merge_configs+=( "${dist_conf_path}"/hardened-gcc-plugins.config ) + + if [[ -f "${dist_conf_path}/hardened-${ARCH}.config" ]]; then + merge_configs+=( "${dist_conf_path}/hardened-${ARCH}.config" ) + fi + fi + + # this covers ppc64 and aarch64_be only for now + if [[ ${biendian} == true && $(tc-endian) == big ]]; then + merge_configs+=( "${dist_conf_path}/big-endian.config" ) + fi + + use secureboot && merge_configs+=( + "${dist_conf_path}/secureboot.config" + "${dist_conf_path}/zboot.config" + ) + + kernel-build_merge_configs "${merge_configs[@]}" +} diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-6.18.28.ebuild b/sys-kernel/gentoo-kernel/gentoo-kernel-6.18.28.ebuild new file mode 100644 index 000000000000..4b3756a5283b --- /dev/null +++ b/sys-kernel/gentoo-kernel/gentoo-kernel-6.18.28.ebuild @@ -0,0 +1,175 @@ +# Copyright 2020-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KERNEL_IUSE_GENERIC_UKI=1 + +inherit kernel-build toolchain-funcs verify-sig + +BASE_P=linux-${PV%.*} +PATCH_PV=${PV%_p*} +PATCHSET=linux-gentoo-patches-6.18.28 +# https://koji.fedoraproject.org/koji/packageinfo?packageID=8 +# forked to https://github.com/projg2/fedora-kernel-config-for-gentoo +CONFIG_VER=6.18.12-gentoo +GENTOO_CONFIG_VER=g18 +SHA256SUM_DATE=20260508 + +DESCRIPTION="Linux kernel built with Gentoo patches" +HOMEPAGE=" + https://wiki.gentoo.org/wiki/Project:Distribution_Kernel + https://www.kernel.org/ +" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${BASE_P}.tar.xz + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/patch-${PATCH_PV}.xz + https://distfiles.gentoo.org/pub/proj/dist-kernel/patchsets/$(ver_cut 1-2)/${PATCHSET}.tar.xz + https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz + -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz + verify-sig? ( + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/sha256sums.asc + -> linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc + ) + amd64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-x86_64-fedora.config + -> kernel-x86_64-fedora.config.${CONFIG_VER} + ) + arm64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-aarch64-fedora.config + -> kernel-aarch64-fedora.config.${CONFIG_VER} + ) + ppc64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-ppc64le-fedora.config + -> kernel-ppc64le-fedora.config.${CONFIG_VER} + ) + riscv? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-riscv64-fedora.config + -> kernel-riscv64-fedora.config.${CONFIG_VER} + ) + x86? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-i686-fedora.config + -> kernel-i686-fedora.config.${CONFIG_VER} + ) +" +S=${WORKDIR}/${BASE_P} + +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="debug hardened" +REQUIRED_USE=" + arm? ( savedconfig ) + hppa? ( savedconfig ) + sparc? ( savedconfig ) +" + +RDEPEND=" + !sys-kernel/gentoo-kernel-bin:${SLOT} +" +BDEPEND=" + debug? ( dev-util/pahole ) + verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) +" +PDEPEND=" + >=virtual/dist-kernel-${PV} +" + +QA_FLAGS_IGNORED=" + usr/src/linux-.*/scripts/gcc-plugins/.*.so + usr/src/linux-.*/vmlinux + usr/src/linux-.*/arch/powerpc/kernel/vdso.*/vdso.*.so.dbg +" + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kernel.org.asc + +src_unpack() { + if use verify-sig; then + cd "${DISTDIR}" || die + verify-sig_verify_signed_checksums \ + "linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc" \ + sha256 "${BASE_P}.tar.xz patch-${PATCH_PV}.xz" + cd "${WORKDIR}" || die + fi + + default +} + +src_prepare() { + local patch + eapply "${WORKDIR}/patch-${PATCH_PV}" + eapply "${WORKDIR}/${PATCHSET}" + + default + + # add Gentoo patchset version + local extraversion=${PV#${PATCH_PV}} + sed -i -e "s:^\(EXTRAVERSION =\).*:\1 ${extraversion/_/-}:" Makefile || die + + local biendian=false + + # prepare the default config + case ${ARCH} in + arm | hppa | loong | sparc) + > .config || die + ;; + amd64) + cp "${DISTDIR}/kernel-x86_64-fedora.config.${CONFIG_VER}" .config || die + ;; + arm64) + cp "${DISTDIR}/kernel-aarch64-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + ppc) + # assume powermac/powerbook defconfig + # we still package.use.force savedconfig + cp "${WORKDIR}/${BASE_P}/arch/powerpc/configs/pmac32_defconfig" .config || die + ;; + ppc64) + cp "${DISTDIR}/kernel-ppc64le-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + riscv) + cp "${DISTDIR}/kernel-riscv64-fedora.config.${CONFIG_VER}" .config || die + ;; + x86) + cp "${DISTDIR}/kernel-i686-fedora.config.${CONFIG_VER}" .config || die + ;; + *) + die "Unsupported arch ${ARCH}" + ;; + esac + + local myversion="-gentoo-dist" + use hardened && myversion+="-hardened" + echo "CONFIG_LOCALVERSION=\"${myversion}\"" > "${T}"/version.config || die + local dist_conf_path="${WORKDIR}/gentoo-kernel-config-${GENTOO_CONFIG_VER}" + + local merge_configs=( + "${T}"/version.config + "${dist_conf_path}"/base.config + "${dist_conf_path}"/6.12+.config + ) + use debug || merge_configs+=( + "${dist_conf_path}"/no-debug.config + ) + if use hardened; then + merge_configs+=( "${dist_conf_path}"/hardened-base.config ) + + tc-is-gcc && merge_configs+=( "${dist_conf_path}"/hardened-gcc-plugins.config ) + + if [[ -f "${dist_conf_path}/hardened-${ARCH}.config" ]]; then + merge_configs+=( "${dist_conf_path}/hardened-${ARCH}.config" ) + fi + fi + + # this covers ppc64 and aarch64_be only for now + if [[ ${biendian} == true && $(tc-endian) == big ]]; then + merge_configs+=( "${dist_conf_path}/big-endian.config" ) + fi + + use secureboot && merge_configs+=( + "${dist_conf_path}/secureboot.config" + "${dist_conf_path}/zboot.config" + ) + + kernel-build_merge_configs "${merge_configs[@]}" +} diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-6.6.138.ebuild b/sys-kernel/gentoo-kernel/gentoo-kernel-6.6.138.ebuild new file mode 100644 index 000000000000..b2e990435fef --- /dev/null +++ b/sys-kernel/gentoo-kernel/gentoo-kernel-6.6.138.ebuild @@ -0,0 +1,177 @@ +# Copyright 2020-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KERNEL_IUSE_GENERIC_UKI=1 + +inherit kernel-build toolchain-funcs verify-sig + +BASE_P=linux-${PV%.*} +PATCH_PV=${PV%_p*} +PATCHSET=linux-gentoo-patches-6.6.138 +# https://koji.fedoraproject.org/koji/packageinfo?packageID=8 +# forked to https://github.com/projg2/fedora-kernel-config-for-gentoo +CONFIG_VER=6.6.12-gentoo +GENTOO_CONFIG_VER=g17 +SHA256SUM_DATE=20260508 + +DESCRIPTION="Linux kernel built with Gentoo patches" +HOMEPAGE=" + https://wiki.gentoo.org/wiki/Project:Distribution_Kernel + https://www.kernel.org/ +" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${BASE_P}.tar.xz + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/patch-${PATCH_PV}.xz + https://distfiles.gentoo.org/pub/proj/dist-kernel/patchsets/$(ver_cut 1-2)/${PATCHSET}.tar.xz + https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz + -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz + verify-sig? ( + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/sha256sums.asc + -> linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc + ) + amd64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-x86_64-fedora.config + -> kernel-x86_64-fedora.config.${CONFIG_VER} + ) + arm64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-aarch64-fedora.config + -> kernel-aarch64-fedora.config.${CONFIG_VER} + ) + ppc64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-ppc64le-fedora.config + -> kernel-ppc64le-fedora.config.${CONFIG_VER} + ) + x86? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-i686-fedora.config + -> kernel-i686-fedora.config.${CONFIG_VER} + ) +" +S=${WORKDIR}/${BASE_P} + +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="debug experimental hardened" +REQUIRED_USE=" + arm? ( savedconfig ) + hppa? ( savedconfig ) + riscv? ( savedconfig ) + sparc? ( savedconfig ) +" + +RDEPEND=" + !sys-kernel/gentoo-kernel-bin:${SLOT} +" +BDEPEND=" + debug? ( dev-util/pahole ) + verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) +" +PDEPEND=" + >=virtual/dist-kernel-${PV} +" + +QA_FLAGS_IGNORED=" + usr/src/linux-.*/scripts/gcc-plugins/.*.so + usr/src/linux-.*/vmlinux + usr/src/linux-.*/arch/powerpc/kernel/vdso.*/vdso.*.so.dbg +" + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kernel.org.asc + +src_unpack() { + if use verify-sig; then + cd "${DISTDIR}" || die + verify-sig_verify_signed_checksums \ + "linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc" \ + sha256 "${BASE_P}.tar.xz patch-${PATCH_PV}.xz" + cd "${WORKDIR}" || die + fi + + default +} + +src_prepare() { + local patch + eapply "${WORKDIR}/patch-${PATCH_PV}" + for patch in "${WORKDIR}/${PATCHSET}"/*.patch; do + eapply "${patch}" + # non-experimental patches always finish with Gentoo Kconfig + # when ! use experimental, stop applying after it + if [[ ${patch} == *Add-Gentoo-Linux-support-config-settings* ]] && + ! use experimental + then + break + fi + done + + default + + # add Gentoo patchset version + local extraversion=${PV#${PATCH_PV}} + sed -i -e "s:^\(EXTRAVERSION =\).*:\1 ${extraversion/_/-}:" Makefile || die + + local biendian=false + + # prepare the default config + case ${ARCH} in + arm | hppa | loong | riscv | sparc) + > .config || die + ;; + amd64) + cp "${DISTDIR}/kernel-x86_64-fedora.config.${CONFIG_VER}" .config || die + ;; + arm64) + cp "${DISTDIR}/kernel-aarch64-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + ppc) + # assume powermac/powerbook defconfig + # we still package.use.force savedconfig + cp "${WORKDIR}/${BASE_P}/arch/powerpc/configs/pmac32_defconfig" .config || die + ;; + ppc64) + cp "${DISTDIR}/kernel-ppc64le-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + x86) + cp "${DISTDIR}/kernel-i686-fedora.config.${CONFIG_VER}" .config || die + ;; + *) + die "Unsupported arch ${ARCH}" + ;; + esac + + local myversion="-gentoo-dist" + use hardened && myversion+="-hardened" + echo "CONFIG_LOCALVERSION=\"${myversion}\"" > "${T}"/version.config || die + local dist_conf_path="${WORKDIR}/gentoo-kernel-config-${GENTOO_CONFIG_VER}" + + local merge_configs=( + "${T}"/version.config + "${dist_conf_path}"/base.config + ) + use debug || merge_configs+=( + "${dist_conf_path}"/no-debug.config + ) + if use hardened; then + merge_configs+=( "${dist_conf_path}"/hardened-base.config ) + + tc-is-gcc && merge_configs+=( "${dist_conf_path}"/hardened-gcc-plugins.config ) + + if [[ -f "${dist_conf_path}/hardened-${ARCH}.config" ]]; then + merge_configs+=( "${dist_conf_path}/hardened-${ARCH}.config" ) + fi + fi + + # this covers ppc64 and aarch64_be only for now + if [[ ${biendian} == true && $(tc-endian) == big ]]; then + merge_configs+=( "${dist_conf_path}/big-endian.config" ) + fi + + use secureboot && merge_configs+=( + "${dist_conf_path}/secureboot.config" + "${dist_conf_path}/zboot.config" + ) + + kernel-build_merge_configs "${merge_configs[@]}" +} diff --git a/sys-kernel/gentoo-kernel/gentoo-kernel-7.0.5.ebuild b/sys-kernel/gentoo-kernel/gentoo-kernel-7.0.5.ebuild new file mode 100644 index 000000000000..f8c5e3ad5419 --- /dev/null +++ b/sys-kernel/gentoo-kernel/gentoo-kernel-7.0.5.ebuild @@ -0,0 +1,175 @@ +# Copyright 2020-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KERNEL_IUSE_GENERIC_UKI=1 + +inherit kernel-build toolchain-funcs verify-sig + +BASE_P=linux-${PV%.*} +PATCH_PV=${PV%_p*} +PATCHSET=linux-gentoo-patches-7.0.5 +# https://koji.fedoraproject.org/koji/packageinfo?packageID=8 +# forked to https://github.com/projg2/fedora-kernel-config-for-gentoo +CONFIG_VER=7.0.1-gentoo +GENTOO_CONFIG_VER=g18 +SHA256SUM_DATE=20260508 + +DESCRIPTION="Linux kernel built with Gentoo patches" +HOMEPAGE=" + https://wiki.gentoo.org/wiki/Project:Distribution_Kernel + https://www.kernel.org/ +" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${BASE_P}.tar.xz + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/patch-${PATCH_PV}.xz + https://distfiles.gentoo.org/pub/proj/dist-kernel/patchsets/$(ver_cut 1-2)/${PATCHSET}.tar.xz + https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz + -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz + verify-sig? ( + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/sha256sums.asc + -> linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc + ) + amd64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-x86_64-fedora.config + -> kernel-x86_64-fedora.config.${CONFIG_VER} + ) + arm64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-aarch64-fedora.config + -> kernel-aarch64-fedora.config.${CONFIG_VER} + ) + ppc64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-ppc64le-fedora.config + -> kernel-ppc64le-fedora.config.${CONFIG_VER} + ) + riscv? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-riscv64-fedora.config + -> kernel-riscv64-fedora.config.${CONFIG_VER} + ) + x86? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-i686-fedora.config + -> kernel-i686-fedora.config.${CONFIG_VER} + ) +" +S=${WORKDIR}/${BASE_P} + +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="debug hardened" +REQUIRED_USE=" + arm? ( savedconfig ) + hppa? ( savedconfig ) + sparc? ( savedconfig ) +" + +RDEPEND=" + !sys-kernel/gentoo-kernel-bin:${SLOT} +" +BDEPEND=" + debug? ( dev-util/pahole ) + verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) +" +PDEPEND=" + >=virtual/dist-kernel-${PV} +" + +QA_FLAGS_IGNORED=" + usr/src/linux-.*/scripts/gcc-plugins/.*.so + usr/src/linux-.*/vmlinux + usr/src/linux-.*/arch/powerpc/kernel/vdso.*/vdso.*.so.dbg +" + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kernel.org.asc + +src_unpack() { + if use verify-sig; then + cd "${DISTDIR}" || die + verify-sig_verify_signed_checksums \ + "linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc" \ + sha256 "${BASE_P}.tar.xz patch-${PATCH_PV}.xz" + cd "${WORKDIR}" || die + fi + + default +} + +src_prepare() { + local patch + eapply "${WORKDIR}/patch-${PATCH_PV}" + eapply "${WORKDIR}/${PATCHSET}" + + default + + # add Gentoo patchset version + local extraversion=${PV#${PATCH_PV}} + sed -i -e "s:^\(EXTRAVERSION =\).*:\1 ${extraversion/_/-}:" Makefile || die + + local biendian=false + + # prepare the default config + case ${ARCH} in + arm | hppa | loong | sparc) + > .config || die + ;; + amd64) + cp "${DISTDIR}/kernel-x86_64-fedora.config.${CONFIG_VER}" .config || die + ;; + arm64) + cp "${DISTDIR}/kernel-aarch64-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + ppc) + # assume powermac/powerbook defconfig + # we still package.use.force savedconfig + cp "${WORKDIR}/${BASE_P}/arch/powerpc/configs/pmac32_defconfig" .config || die + ;; + ppc64) + cp "${DISTDIR}/kernel-ppc64le-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + riscv) + cp "${DISTDIR}/kernel-riscv64-fedora.config.${CONFIG_VER}" .config || die + ;; + x86) + cp "${DISTDIR}/kernel-i686-fedora.config.${CONFIG_VER}" .config || die + ;; + *) + die "Unsupported arch ${ARCH}" + ;; + esac + + local myversion="-gentoo-dist" + use hardened && myversion+="-hardened" + echo "CONFIG_LOCALVERSION=\"${myversion}\"" > "${T}"/version.config || die + local dist_conf_path="${WORKDIR}/gentoo-kernel-config-${GENTOO_CONFIG_VER}" + + local merge_configs=( + "${T}"/version.config + "${dist_conf_path}"/base.config + "${dist_conf_path}"/6.12+.config + ) + use debug || merge_configs+=( + "${dist_conf_path}"/no-debug.config + ) + if use hardened; then + merge_configs+=( "${dist_conf_path}"/hardened-base.config ) + + tc-is-gcc && merge_configs+=( "${dist_conf_path}"/hardened-gcc-plugins.config ) + + if [[ -f "${dist_conf_path}/hardened-${ARCH}.config" ]]; then + merge_configs+=( "${dist_conf_path}/hardened-${ARCH}.config" ) + fi + fi + + # this covers ppc64 and aarch64_be only for now + if [[ ${biendian} == true && $(tc-endian) == big ]]; then + merge_configs+=( "${dist_conf_path}/big-endian.config" ) + fi + + use secureboot && merge_configs+=( + "${dist_conf_path}/secureboot.config" + "${dist_conf_path}/zboot.config" + ) + + kernel-build_merge_configs "${merge_configs[@]}" +} diff --git a/sys-kernel/gentoo-sources/Manifest b/sys-kernel/gentoo-sources/Manifest index b258f12ec12b..316988e7e75a 100644 --- a/sys-kernel/gentoo-sources/Manifest +++ b/sys-kernel/gentoo-sources/Manifest @@ -1,26 +1,23 @@ -DIST genpatches-5.10-266.base.tar.xz 8921524 BLAKE2B fc57b122162c24695b4acf59779967f1ea38b1a67e296dd2ac7664d597064170f89905d260c21313733ce587842e98dd646c8ceeae5c9b5b01043bc333374451 SHA512 464f6bc1b170828b9aa3bac9fe9b0cf0b3a5f3ab2b559d3db2de428511404222a5b9e4ba33d556e0f6e1038ebed7979d4991dac6c8f3c40cbec07ef66eb228cc -DIST genpatches-5.10-266.experimental.tar.xz 11860 BLAKE2B 7f9ffff51a2a720336cb6c929daf7ad95b0eafa6749e3c74d2f0adac873a20fdb9765d46d170123d1be55aabd4d2b7343caee7d880441c38be1bfffac3368817 SHA512 93ab4390dcc19ba1d38dcb8c2b69f93cccfaa5342a33b53a6924dd92c379e3b0d0ca3d62125e8a3b9aa875e96df8b9b3128eb911e4ee3584edf3c8b92baf5dfa -DIST genpatches-5.10-266.extras.tar.xz 4056 BLAKE2B 20963dc47ba44db48418091f35beb84a7178629885191931efac96769781bd6fe284648c6b27cf263f0f444b986eb8f530ee5945acb0fbc606de40505ea3c5da SHA512 00e0663c4de11287642f56a8be636c25bbd4ccee75416dc3367a0bf515ff630e828960df28f3bb59dd74279deb487bc1c92d42736c401525f9944d623d8d70a1 -DIST genpatches-5.10-271.base.tar.xz 8923004 BLAKE2B e82bd5b1c99624a2b1b6489b832ec67d87cc1861cda1dd533af964f40919f85aa424a95bafd88f14b20222ce97a9139afcfaed75ac935dd0aa4897721ea2dfbd SHA512 9f6a8ba4519dd6c94ab2c738cc8130dde11d9cf6ceac78f1c3df9b4349fbd5830bea27227d0803b2ee9369fd5adf4b50d9cdefaf4b1a7ad1e80ba7cb3cb75e1d -DIST genpatches-5.10-271.experimental.tar.xz 11868 BLAKE2B afdb42fa182486fb09018095362132edec043656b126c6600eb162bda913151de3fd14daea1f2145421882e21290f5baf6f1ac0546e6b2ce3af8caf80c58ed92 SHA512 880949da75a7d97a0ea25b0247f984a5bce8198f2c5b094cec631fb731584e943ac3154d8159714b7da4f6bfb2d5b2e3beec8269c4a40257289b586dc345731e -DIST genpatches-5.10-271.extras.tar.xz 4056 BLAKE2B 8bd5a383ea2269f0686635e16e7b264fa9da9de18de647bbc8a1a99bb0b77f23fc5662e16a7290faaf63f02a717271f16026301c6df778330e494bf62780e966 SHA512 bb2ee51378c24b0b9e53abb5ec9819c9d1a996909fc25e19543c670fb43bee4916e1a960202e1894b1262c7b2064276cf5f6b517f0831b255500106bae5cdb98 -DIST genpatches-5.15-215.base.tar.xz 9469604 BLAKE2B fb0bce277274b73347a8ca0486b5daf81b5fd5e2029fd97be86d59dbca49226befa88c053176ada811c3c563d1dbcf61c866d8869280fe6419294c87467a97dd SHA512 b060436666baf45aca489bdc4b20d98f9baedde16dd81d984464fe990c093f5db15e06bf37dc36dcd4499221b15fab3889e565b9b32f0fad99c58700053517b0 -DIST genpatches-5.15-215.extras.tar.xz 4056 BLAKE2B 7a4e9f1af96ed2eac08ca93d475ba21dfbbd1000fd21ae979cfcd8ad3be1af26ae9f0350905584f8047e542870f5379fa1fc86b53f9926ab06ae187132f1de57 SHA512 42e394aea313060209ef5c4466749b6687d72125421e1a275d60274ed6076d0d39f101a530bdfcc591438dce2ab673a4e14fecf7aa5e76334b10632d3e88538f -DIST genpatches-6.1-181.base.tar.xz 8997088 BLAKE2B fe6399c6d7685ee5c2dee4713145258c7ecb34dccd043f4bb2e91fcfe0cf63b0e378b5e47d61189711891441c34a627acbc04341098058e79d5c01546d94e3ff SHA512 39bbfebab7dd345052e35bf16ae1ef347a19d4f8f0a1374d112651b0e2c0cbfc9741d0634426475b4c33ed368cb1aa18840344f7b068c8469b09ce2c42d2f7b7 -DIST genpatches-6.1-181.experimental.tar.xz 17712 BLAKE2B bcf58930a2b2fe23fbeec986320891907a9f4a614f4ffc3eda7e742e16babff845add7051562c1bb5668cda5a2011ac0262c343e1a5e1c4c14ab4445b060d440 SHA512 b4c864ceac8b55686c1a504cd3e34fcea6f51533b9b06abbfa44d4bbd009a019a1a9f4340ef74ab51690ce8299153e144f0d88a7be36cb8e89cbeca32d9ee49a -DIST genpatches-6.1-181.extras.tar.xz 4056 BLAKE2B 2fed366229d6983c74701c0d4d9a0b838c261c0319dc3dea998a8006d71557e14511749db8871e56a5c4eb6de7badde6ab8af7222f4eb82b5b7efb55e2d16aac SHA512 5b0454fd08ba0d2015af62f0a007c6216cbb51705eaa78f2fce19f5bb2d69774f123a5026b1120d19a01881bffb9854ad78ca1758e87c183df1f3703c3bd1f8d -DIST genpatches-6.12-91.base.tar.xz 5065532 BLAKE2B 936270aa178a043de83447d1c281bd15f9a6811c80f7190cf5a9084fab24757a04cf57bf1c248909a01a761c9e2884e87869416c8444c20a2df132d6c3cd2fc2 SHA512 05edc8729455268821e04296d860f9b0ed9ef3021d8660e3b6d6d2fde8f8a441abceef96fc213fc9a127dfc4ba938fea22de4150f2cd576d38982bf545090e68 -DIST genpatches-6.12-91.experimental.tar.xz 6052 BLAKE2B e11fd11a5bf873341da6965482437c53fba002c060e1de687d48e0d0ef5753bef736f098c2a6f8715f5a7690954805de0e21bb130ac630f934ba7f9b152183ac SHA512 06942f8012fe5dfe5ace725e6af63c127ba6a25e6c5a948dd934142591d95c5b932dc211e43e455b3e593b3098085841f7db8633520696545197720115590091 -DIST genpatches-6.12-91.extras.tar.xz 4316 BLAKE2B ad70af329f29f1d1acbc397ae0bf050349bfa2b9dcd376cf0c492da4cd30583592375f1b9c1719420a3ffdbb01fa2f3ca994af4c6485427c503a7e70ba1bb801 SHA512 b41eeb5fe59105c666d517b0e199383db2537d98ae311ca3308b7c594a97b2dfe4c80fbbc99bfc2441aa0aa36bd13e3ad4938bdb96dbb21424312827c780e5fd -DIST genpatches-6.18-27.base.tar.xz 1698508 BLAKE2B 59e374784a4917f86670977d7307ea9272ad05bc618bd33f0d08671afe23465f1198171cfabd552aa3cb73ecaf88c57fd3d8784acb13e73d66491c71be75fc7b SHA512 eadcb3e18d4223ef83e4a073da5c78f889efea2ac1518015f96c70484a3c3729fdbb5736fb81e4ca35432ab4cf6eb2eb385faf6fb9b4bd71c7c617d5405e71f6 -DIST genpatches-6.18-27.experimental.tar.xz 6004 BLAKE2B 827300d6836c71bfa7f9883b01b653244a2839a89f78ca86c03ddc271f50780191269f50ce5541aae5c159e25228c39f160f307d2ff7aec5f4c2e9fcde8f4ec1 SHA512 910b89a9b7ec317de0241da011134f4ebc2b75a038517a680a5aea7a2b19a49a128c2dc0022184e4399105a3176a76574f9b540a9581cf56ba5e28d8aaecc424 -DIST genpatches-6.18-27.extras.tar.xz 4324 BLAKE2B 55210cc46d01372673d4e436852b566c5ed4a2e69194dc4d81d59b48baeb4e64f569a72e8853a5045aefcd3c6db7ebe0550e54ec415b25c30db7a88cc4a07ce7 SHA512 bd8920a953893dcfe11683dd2971e922c1ddcb227e7a2be3eafa905994a62585db05e08403e4aaad156b413d1ca9bd5e5e35a4aedc933671e4c03d8f35b21c51 -DIST genpatches-6.6-145.base.tar.xz 7126900 BLAKE2B 713604269f1ed744ed11994e65aca23ed24b5c3354f6f882f0fb792ff86c5275c46d312979571b1fb71cb62c8bcc73b89207dc5775f2034ee5617f444992a588 SHA512 8aaf8e55bea6909220661be635985f5a995eed9c647d71cb8014ed4474f8251e0af2acd20ac0a6d27f27e2cac6fdfa481e89be4f12798e2d59e9ac75ef34c64c -DIST genpatches-6.6-145.experimental.tar.xz 6048 BLAKE2B 32d74f37f16f3601067ce361ebb04f520ca8ed555dc8c54c37076f15170e2adccff1dc9aed98e095655d21f8810f97291c6e157348a3dadbe88b30b8498263ca SHA512 7db2f8c1ffec8b0772b18205cdfe76b853f3c0c53263b4fd4fbd0835c9f2fb831b0831358936d04ed2dee375bdbecbda9f2f8d5a91968ff1e10ec57b5c437c06 -DIST genpatches-6.6-145.extras.tar.xz 4060 BLAKE2B ef881e32798bc6d6b63e5c780261efd2b0d62e0d0694806e068606df0c15aae32551ca5a3216e2a3f0ce0cbf73a42c9ab439d023c1b76659091a9a5450f72946 SHA512 bad9cc7656644a079038d748c4d998ce9f46f9179d98542d6a60f73722061789a6488d6076c3383559dcba0595069805657b11c53e3c42f6f3cc13ec545c6652 -DIST genpatches-7.0-5.base.tar.xz 160836 BLAKE2B db27f85fc2a8062290564f854aa2308710f95a6054650ee36fffa3f0d17855fee67d254aa754a36cd0f7cfcdf82f05d33c4d3b49cae5940c3a912a6b115f1227 SHA512 62165ab905d2e83bbf3e963706d1864f96ac687b8efbe6607ff6c19da1af950e82d6e31f18526e2e7cd14aa94ddd8639c0441ef4c7936561bd7914f22e2f4170 -DIST genpatches-7.0-5.experimental.tar.xz 76712 BLAKE2B 31ed1b3e80df5beace7422f745630ead6dd663b64085b2bf7263b4e4ead960d73992cf1f53bfd5b8c4f5899d2d06ce4dd8ffbd65780a4e9c185cfe93e349a6ca SHA512 40bd296bf9bca43a3521c7115f6557204770bc8cd2b9503bacda5b77c505da92c9a26cbc1f1457a6dbfd91aaee81b0a5492e9f3753dacf6fe714f94c7b16c8e0 -DIST genpatches-7.0-5.extras.tar.xz 4324 BLAKE2B cb001a13fd06d279b3e34962023814cb73386d60bf0e0500bc6ef7ddba1d546bfe8e7917571ce442c0ac29247a60c18643f6a96db1271f4dac76f2628505cc29 SHA512 07e6aa523704be1651f118d9d05715c2d0928b996001c14032dd874b89746b856e438ff21b105efe904763adb352c3aeaf25332a8f455277aa1b043650de03dd +DIST genpatches-5.10-272.base.tar.xz 8922412 BLAKE2B 1ef10e4c7d5934eff4a2b461771093f858b582c395378f5954c9da454d1a1154f0149956853f64c6fbd655ae9a8c35adbc631b96e3b59fee90c38319eb4f9ac8 SHA512 601683df63c17c66edc997766033ce2e460afc1b1b099d4515f9d02478d93981c853676213ed7c0779c337ee55d329c09083a7a62db1d09b9cc9a2e142aed04b +DIST genpatches-5.10-272.experimental.tar.xz 11852 BLAKE2B ebb4999e5c95674dc8d2d3ce4f96ab424b00a9d3dcbb58d60681e9d5b2c54c98030a75f3b24804f891da11fdabc1da515fbc35f35a7da21cb3441081fd1f7bf8 SHA512 421d757751916e53b925ea0dc8a697d1930ffc3fdb2cdf8bed5745f90912a6c3945622e94476088450dcf381d59611fecd82f55e978d92236aeed1bb98e49859 +DIST genpatches-5.10-272.extras.tar.xz 4056 BLAKE2B 19a25f63d14535313deaa89f595ef09685cd532855d77de7d0de578441e8cafcbf0f0dca6182614cd5c40b18b0c08f8632aa6e35c6d31006f1a7508df5d8e0b2 SHA512 62f18726abc6fe823931d94b6b5abb7fffce56a2b7fd24e7e6f9a4247f508283c52c1cf9232ef7da69f701f961a43f539888b9fddc6a8c9a714011ae7ab4093e +DIST genpatches-5.15-217.base.tar.xz 9470060 BLAKE2B 27b5c62665565c8906711951e5b7db4fd81b2583294acd7f8fc51961305cd1787f6c9306c49efc4e480b8e1a143d4da6b4c545862b8a4938023b84e97668c33a SHA512 2321ba36a87859e04be5b231571b40e10189f5413d1cb0a47b3db2586c7aaee498f90c78382f0d5491fce2a9ca5bd0bb628b7562d2083e804f070f9cee2d9040 +DIST genpatches-5.15-217.extras.tar.xz 4056 BLAKE2B 851c0b7aaa5b36c5e30365a23a5b314af2e47787b1bd8ba5d03d70c8e5c55de7560b0e554c0871b8882b21e9a86731cf7980fa81301adee0cdc20ae8951d5e45 SHA512 1b61d5452bf233f833e92dab64e4ac4d7f3288b627afa98682b653fbf4f6e02591d8eac338acdcf8774f791081b16bb724ff2b80420484b266f9bc828d3e047b +DIST genpatches-6.1-183.base.tar.xz 8997084 BLAKE2B 34169bb0cb9bb4530e7d91148ad53a56586e9e98ae7fc7868b4fa917e1ea1f134c524914fe87d778aa612927c0068816e9e13b8eab8eae073e6ccefe043f30bf SHA512 8a5fc9c91ad94a73840fc42467eee94cacbe5b51c07f7044b598930059ac00d515e6b7a7514193102a9ef6d813b25ccec5e1fb20279365e601ef6023a2231b80 +DIST genpatches-6.1-183.experimental.tar.xz 17720 BLAKE2B 9c254b37a5006630f9a81d516fb72ab652a2dd7750cbb177767f2576a1f6ccec898d92607ba9d8f6754611383a9ff0281994c9caa45feaf3504e35722f6ef8c9 SHA512 2e450ce56fff2102514c36ba494d705edda541f415b7f307b18f2297c5e705cb9741508eaf7c33e8928771343066cfa3fceb96d5540cbb8947758b9d2651fb5b +DIST genpatches-6.1-183.extras.tar.xz 4056 BLAKE2B d721da1fda1f876b32fd53179b96cccd427646186a34c65352ebb3c96ff1ae9e831611b5e13d9b482f252ca910b1ed07bf98513ffe0f93f98f87f143999038f6 SHA512 ac8461efed81622d4ab4af000f27b512272e79e13581fdce8b86809a9340acd08a59782de0c15c5b822e8407bbded8f208d7ef1d3a8a89eadb33b8b4dfe73817 +DIST genpatches-6.12-92.base.tar.xz 5066612 BLAKE2B 5b1d006bc33b36bd71be17e686986000d0d49ad77468cfd0c0d240b6115c61af93c6b82533a177952ac89f2ebc46e798b38819361bf59021924c20f04e882409 SHA512 8dec414c2311eba72c99972fb45774d069763e1487a9b82991978d85ff0626abe975356e57189b21fe9690841b38538dd67a706083d2555f93991d9e0ffed3fa +DIST genpatches-6.12-92.experimental.tar.xz 6040 BLAKE2B becaf525456de9fd31ee30a1f190e38bccf03bd1662bb329e2a4cf1882dbe2b4136fa4c101bd207bff8838d92da0af0d6bb0ab21a8ad85e93021658b5bf1c4e0 SHA512 092e6d13868b241b32598f99734124ff8ecaa4102e18b8d1e3e1b08913f7ff47ac86093ff43374d7ae6391970368d90cfbda5bdccfcf941f41135448c1f75cf6 +DIST genpatches-6.12-92.extras.tar.xz 4316 BLAKE2B 5702b1a34b95f4a19eb9b02f2e06bce9a5b0fda12bed75d095f4971391c67c3a4c934a317b5d528799e21a457245efaf46757f0c57a4180cb2fc529fb060e7f5 SHA512 5f44542754a3999484b915ccbe32147d1deb41ed7af11983d3b6b8af47d9b7a89ef1d177e072b2924d3d809e55aafe3b7076255f1f2e1979d67ab2c75115e8a3 +DIST genpatches-6.18-28.base.tar.xz 1698492 BLAKE2B 8e46e94054dd7209833af7ea6554f77b39d934e26919e4b6b7bc29d2c03b69fe687fb36adbc6825bdb37a8af088258f94baa7c739d20622a7337cee3bcf6e87d SHA512 b1b8a72da5ae9dd4f4db01a062d823abff29931cdcc12aa0710c26c89a7dbf9ade056d4769f0070ef7fae76d78c30ed66bdeeb1bc6e6743469afd2e5c9f6c832 +DIST genpatches-6.18-28.experimental.tar.xz 6008 BLAKE2B 42e9ffe8591a145f81116af0c1c5203df3f06ccdb75288fd40f2755b9b27eaffe4532dd456a77fdb91206613ac569db9eb06d43a50abde230097de77acff4b19 SHA512 370bce7e5d02d0466f4b68094fe41a3ff0473690cd35497ef1dfa6c94af54e879277d7d14b9f18e7081cef99962ae364a9d07d1ae426edf51ac0e226880a828b +DIST genpatches-6.18-28.extras.tar.xz 3980 BLAKE2B 955f802fdd8a9e603fdd305a388024ee1e37c7e1d33e8cc2620f29383ad53deefbd2de8b0f6b690bbb97aa74692fb168d7b329b3c6bb65c4b7e850c85f8b90a6 SHA512 718fa0f0a38cf1ec137ed563639a2c823b5e5b3a2971533ef376e963108fdfd9c17a390877666d6b229968a5d0944d98a737fde5499ccfcac13d4752c457c2c8 +DIST genpatches-6.6-146.base.tar.xz 7126920 BLAKE2B a03252f725b37e4a624dc878cefcf182fe8d56ee57b8113c8983f8d7bb1079394b534706a58895d4deeeed7b68e5f8feeb627957bc77cea29dcc6a76a4faae83 SHA512 14dbaa1bc02f12a445426544c1cb9a864d47e5dec2acbe9fe46325065f5303174c56b0f67953149765f52096d35674492f57c8d7aa4fe4d249fcfab4ce854bd4 +DIST genpatches-6.6-146.experimental.tar.xz 6048 BLAKE2B cbd944acbf00d81364a565a3e6bea42da76f6eb0be8d36c7c9f5fb614a62df1ebcb0edefc64f4571ce9229231ae65b4092345fb0f5c61cee7dcddee5040090ac SHA512 efaaaf22ce19f7fad0c759a9fbbbfb989f56ecd3c14b80322df1dd572e5ab709dabff6ec1dad21edeec50a50fa0bacbd530fcd01eb44e643e775cf5706d008fc +DIST genpatches-6.6-146.extras.tar.xz 4060 BLAKE2B a1f54e94d8f5ad840b4a07346f3435cc9cef77a88bf44f14d1d5c1b93be126dabcf7cad434c0e9fc5e674fbf71b1376c139f59d9150a977d87d37fde8049e7fd SHA512 7b86df7ee237add2871ed8ab240e5a19ddf618bdafa8a1b2cb8061013ff2e63334724706934dd3cd51839af54751d1e70d1590f9a92b2ce3e546c2ffd64dc118 +DIST genpatches-7.0-6.base.tar.xz 160844 BLAKE2B d2b0aa09f6b93a6e21e835d647c389ea4bf62942c4ebd727dbd014d81321ab7396cc71e92b4f43f7733ade196e7c80f0c87856ec286eef028a54f9842cbf9226 SHA512 fbc23ab46f35fb928d72346da00a48832b7edad8ab40fa15b46ae875074829282f2a50ebfcf2390ce2ad8ffd0eb12cf9046ecacb70c4f63ca3e7279bb39b00a1 +DIST genpatches-7.0-6.experimental.tar.xz 76692 BLAKE2B 362a80ceed7bc543b232cbc7fda6003be2824b5fb0c8d877e174af41884b92e936f9db17acc60f499d162f6504a5c7d406192fdd15eda8658693057367354018 SHA512 28e7d9b7d341740fcd24f1eefb238d87737f6ab702230c3db7bfac1cdc82b12aff37a89fd4e227712157fa5f628e7ec87e00e879c615daa37019eb287a408984 +DIST genpatches-7.0-6.extras.tar.xz 3976 BLAKE2B 467ac7b335f30099ba13ef6e626288ceb9eff2a66d3ae7fef5915f0c4280b4370ad93052cde7e04954c0915ab06857caf73ea7f9358f09885091b00d2d1a5c2d SHA512 65f2a61da4855a9d9bbe05f6b1738e3c7681bf6c5c41cc2e8fa1aca9af2171913167212a344ca8b9990f9e7851a6da3e57e83ee70b6b2256b7ad2203f2fd5088 DIST linux-5.10.tar.xz 116606704 BLAKE2B b923d7b66309224f42f35f8a5fa219421b0a9362d2adacdadd8d96251f61f7230878ea297a269a7f3b3c56830f0b177e068691e1d7f88501a05653b0a13274d1 SHA512 95bc137d0cf9148da6a9d1f1a878698dc27b40f68e22c597544010a6c591ce1b256f083489d3ff45ff77753289b535135590194d88ef9f007d0ddab3d74de70e DIST linux-5.15.tar.xz 121913744 BLAKE2B 3921274b23f7938abdf3ed9334534b4581e13d7484303d3a5280eddb038999aaa8b836666a487472d9c4a219af0f06b9fecccaf348fb5510ab8762f4ef4b7e83 SHA512 d25ad40b5bcd6a4c6042fd0fd84e196e7a58024734c3e9a484fd0d5d54a0c1d87db8a3c784eff55e43b6f021709dc685eb0efa18d2aec327e4f88a79f405705a DIST linux-6.1.tar.xz 134728520 BLAKE2B ae60257860b2bd1bd708d183f0443afc60ebbd2b3d535c45e44c2e541bd0928530a3b62de6385dd4e4726ebbedcc0a871d4f3ffb4105b9f1f6d8ed7467f5688e SHA512 6ed2a73c2699d0810e54753715635736fc370288ad5ce95c594f2379959b0e418665cd71bc512a0273fe226fe90074d8b10d14c209080a6466498417a4fdda68 diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.10.254-r1.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-5.10.254-r1.ebuild deleted file mode 100644 index 0058ac25749f..000000000000 --- a/sys-kernel/gentoo-sources/gentoo-sources-5.10.254-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="8" -ETYPE="sources" -K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="271" - -inherit kernel-2 -detect_version -detect_arch - -DESCRIPTION="Full sources including the Gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -HOMEPAGE="https://dev.gentoo.org/~alicef/genpatches" -SRC_URI="${KERNEL_URI} ${GENPATCHES_URI} ${ARCH_URI}" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" -IUSE="experimental" - -pkg_postinst() { - kernel-2_pkg_postinst - einfo "For more info on this patchset, and how to report problems, see:" - einfo "${HOMEPAGE}" -} - -pkg_postrm() { - kernel-2_pkg_postrm -} diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.10.254.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-5.10.255.ebuild index 431cdb6fca87..1cba8ba11aff 100644 --- a/sys-kernel/gentoo-sources/gentoo-sources-5.10.254.ebuild +++ b/sys-kernel/gentoo-sources/gentoo-sources-5.10.255.ebuild @@ -4,7 +4,7 @@ EAPI="8" ETYPE="sources" K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="266" +K_GENPATCHES_VER="272" inherit kernel-2 detect_version diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.15.204-r1.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-5.15.206-r1.ebuild index 27657188b67e..e4224f7353a8 100644 --- a/sys-kernel/gentoo-sources/gentoo-sources-5.15.204-r1.ebuild +++ b/sys-kernel/gentoo-sources/gentoo-sources-5.15.206-r1.ebuild @@ -4,7 +4,7 @@ EAPI="8" ETYPE="sources" K_WANT_GENPATCHES="base extras" -K_GENPATCHES_VER="215" +K_GENPATCHES_VER="217" inherit kernel-2 detect_version diff --git a/sys-kernel/gentoo-sources/gentoo-sources-6.1.170-r1.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-6.1.172-r1.ebuild index 0e6243afc7cc..b627537c5647 100644 --- a/sys-kernel/gentoo-sources/gentoo-sources-6.1.170-r1.ebuild +++ b/sys-kernel/gentoo-sources/gentoo-sources-6.1.172-r1.ebuild @@ -4,7 +4,7 @@ EAPI="8" ETYPE="sources" K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="181" +K_GENPATCHES_VER="183" inherit kernel-2 detect_version diff --git a/sys-kernel/gentoo-sources/gentoo-sources-6.12.86.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-6.12.87.ebuild index 7ca97c574912..983a020c61d2 100644 --- a/sys-kernel/gentoo-sources/gentoo-sources-6.12.86.ebuild +++ b/sys-kernel/gentoo-sources/gentoo-sources-6.12.87.ebuild @@ -4,7 +4,7 @@ EAPI="8" ETYPE="sources" K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="91" +K_GENPATCHES_VER="92" inherit check-reqs kernel-2 detect_version diff --git a/sys-kernel/gentoo-sources/gentoo-sources-6.18.27.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-6.18.28.ebuild index 518fe6130881..c4fbdd7c68ed 100644 --- a/sys-kernel/gentoo-sources/gentoo-sources-6.18.27.ebuild +++ b/sys-kernel/gentoo-sources/gentoo-sources-6.18.28.ebuild @@ -4,7 +4,7 @@ EAPI="8" ETYPE="sources" K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="27" +K_GENPATCHES_VER="28" inherit kernel-2 detect_version diff --git a/sys-kernel/gentoo-sources/gentoo-sources-6.6.137-r1.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-6.6.138.ebuild index 0d6bc307c34c..bff7a3567cec 100644 --- a/sys-kernel/gentoo-sources/gentoo-sources-6.6.137-r1.ebuild +++ b/sys-kernel/gentoo-sources/gentoo-sources-6.6.138.ebuild @@ -4,7 +4,7 @@ EAPI="8" ETYPE="sources" K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="145" +K_GENPATCHES_VER="146" inherit kernel-2 detect_version diff --git a/sys-kernel/gentoo-sources/gentoo-sources-7.0.4.ebuild b/sys-kernel/gentoo-sources/gentoo-sources-7.0.5.ebuild index 3a6838612e43..5950aa3ec143 100644 --- a/sys-kernel/gentoo-sources/gentoo-sources-7.0.4.ebuild +++ b/sys-kernel/gentoo-sources/gentoo-sources-7.0.5.ebuild @@ -4,7 +4,7 @@ EAPI="8" ETYPE="sources" K_WANT_GENPATCHES="base extras experimental" -K_GENPATCHES_VER="5" +K_GENPATCHES_VER="6" inherit kernel-2 detect_version diff --git a/sys-kernel/vanilla-kernel/Manifest b/sys-kernel/vanilla-kernel/Manifest index b112999e3bb9..62bd86c82893 100644 --- a/sys-kernel/vanilla-kernel/Manifest +++ b/sys-kernel/vanilla-kernel/Manifest @@ -36,6 +36,7 @@ DIST linux-5.10.tar.xz 116606704 BLAKE2B b923d7b66309224f42f35f8a5fa219421b0a936 DIST linux-5.15.tar.xz 121913744 BLAKE2B 3921274b23f7938abdf3ed9334534b4581e13d7484303d3a5280eddb038999aaa8b836666a487472d9c4a219af0f06b9fecccaf348fb5510ab8762f4ef4b7e83 SHA512 d25ad40b5bcd6a4c6042fd0fd84e196e7a58024734c3e9a484fd0d5d54a0c1d87db8a3c784eff55e43b6f021709dc685eb0efa18d2aec327e4f88a79f405705a DIST linux-5.x-sha256sums-20260418.asc 375956 BLAKE2B d2592f053f0350997180479283fb5c57e119fad665fc28c982392b0655736827221eb21f892e628e8e2ce61b55be6d0ecbdf3c9e6d37c8b3ff29c330c28cc239 SHA512 4746bb154801314b1df39830445b6ecb59cf278da5799df0b0eaf383fba20b6a26dd3174cedd5f54f23e66b97980520b634714e480b61a0a7283734a7667b890 DIST linux-5.x-sha256sums-20260430.asc 376643 BLAKE2B caa9720318371bf63a3b7f39edf0c13820c39fa08577c9d2457cf9616a58fc91b790cdc0ee53bcbfd13cdf937e73d2116651c6e7b7b4a650f00e90cfa842c29d SHA512 f4fbf987bb71ddf789f0aa788b9902b3a5fedc50741eb4110d3875e757f9b603c0eddee6fb2afe909ef35eeb2b3f179a1a55b3811b897a2285cd49e8de9f1202 +DIST linux-5.x-sha256sums-20260508.asc 377333 BLAKE2B 559ebeef5ea40e4c23309e6efbe3554b02db012856adcccbaac2c920ed6e3e76d0ed19a195da462fd631fc73f9cf2f9036a59e4e0285b4e608415de19254ca98 SHA512 2ba895511e09b02b5a269812dd35947c751d4295c04189b0209b1034fbaa709083751f0e5199edc3a55de6369e1f3fc715e094b3e399aab617f717c6280f3a79 DIST linux-6.1.tar.xz 134728520 BLAKE2B ae60257860b2bd1bd708d183f0443afc60ebbd2b3d535c45e44c2e541bd0928530a3b62de6385dd4e4726ebbedcc0a871d4f3ffb4105b9f1f6d8ed7467f5688e SHA512 6ed2a73c2699d0810e54753715635736fc370288ad5ce95c594f2379959b0e418665cd71bc512a0273fe226fe90074d8b10d14c209080a6466498417a4fdda68 DIST linux-6.12.tar.xz 147906904 BLAKE2B b2ec2fc69218cacabbbe49f78384a5d259ca581b717617c12b000b16f4a4c59ee348ea886b37147f5f70fb9a7a01c1e2c8f19021078f6b23f5bc62d1c48d5e5e SHA512 a37b1823df7b4f72542f689b65882634740ba0401a42fdcf6601d9efd2e132e5a7650e70450ba76f6cd1f13ca31180f2ccee9d54fe4df89bc0000ade4380a548 DIST linux-6.18.tar.xz 154309096 BLAKE2B b94b7b9bf18aca0c3e50baf79b009a1448fc6cd9c3ee019f641cc247dcf53a4abef4274ee0608ad8cd4943af69854363a95d26e117ff23620bb07dccb158859f SHA512 88599ffdec96d150c1feb9b261ba93bb0301a9d0e1ad6bef7aeab1f5372cbfc57d8b43c7e902bd8f76921d1dbd8189663c142ea869e51d0e2b483b150ee00fe0 @@ -44,24 +45,33 @@ DIST linux-6.x-sha256sums-20260418.asc 216540 BLAKE2B 37655901ab474fec6a525ab7f8 DIST linux-6.x-sha256sums-20260427.asc 218586 BLAKE2B aba99f133ff56ebaaf4fe0774bd907e28aa1dc5b69992ff52eecb70a8e12890ca0f5009be43f446ea8c6ab9fd198efd12e3aedf5c07488da891fd91532007112 SHA512 a6d7be4d0f5c046be8d614228a6a51c4f8cd71ac5683a3088cd1c0f52530893efbcc76fb3decac823e31c05307b774d72c83d09c6b90667d88e93374ac964b8e DIST linux-6.x-sha256sums-20260430.asc 219947 BLAKE2B 064b01f35878749efcf2bd0bc99a577ffc380e51dd94bd02c7f1fc8aa02013772c079013b4a8339fd53271bfe7e6ff41ae862e8b60d0e0d531ea90f347a79dac SHA512 ac341e368e27ad2c44d638e3c37076dfe9bb95740a7cc8a74747585ef19e4a803d638e9cbff80732237efc3768f4b88ab8e3cb104188fca5a9bc0acdd87cf60a DIST linux-6.x-sha256sums-20260507.asc 220629 BLAKE2B 6441ed382827e8c67a38fbbea1e445b4a4f11d2ff6af35554196ef9ca914d7dcd9c431152eccf3214458abfad5f2f9b904f510e8edf8f7cb2c5177ad039404cc SHA512 f1f805497e92b86354ce20c9fc77248553b644df9e98e969b9a66579cc7d39f0e1d6c06b757b6f5584d0f8ae4e1914435b5b598255fcce194014228d16c1bb85 +DIST linux-6.x-sha256sums-20260508.asc 221993 BLAKE2B aca425a56e6bbba54718db6eecb86898f0da945447b1cf7ddf7ab890709e89893d2fee78dd7a61bb6432d06f474f15ccb3c1050a292bb5b4099cbb86f038490c SHA512 0382b7555ce0070254cde3367696682034317dafc319bc0009262d499f93727c57a76d66fe8c74103272dcb9db6cc5a567a359693b0d0fcd2c9d38db895f3e9f DIST linux-7.0.tar.xz 157143652 BLAKE2B 3d9795083c8938f80f480de0d10bfd9c525640e59d5c7f22983de3f12ee42c84c31be902cafb05579ddb1c32bac5ed06b0d4953f9705450be185bd2d9ab08f89 SHA512 8c85b708342f8f09ca25b2234b22e93b62b144a9ef919fbb21827f52fa47498e778c79db1559524dd7fb360f95b2ce174171443c1859656c281be41d2b6c5a0b DIST linux-7.x-sha256sums-20260427.asc 1876 BLAKE2B f423b97f3c241abe3cdd757f6bda34cd900c4140b371a5a7abb692dc3e404689266e162c177c66e8eee991ce5c3b7bb681d8b8cbf1c2005aaaf7291cba9efe7c SHA512 90be7186a920260a6553d08bcf6bd0ca142988134ff2d8277773624d18d0c92e048a2c620965185b35b4567708aafe610d58ef899eb306f2d4b1e2bd481253e4 DIST linux-7.x-sha256sums-20260430.asc 2206 BLAKE2B 24d86e0f6338498e8b5f74cb0886692ae0003c30a70e6f6654588064df9ec4f569071982e141bedba1b2e7c6728e73dede5e2ce2764554c62db7587b5fc1e86a SHA512 cf08970476eb1cfedc9cf75ff73fdcf8bfbb79d1a49ead4a07e0bee8659a6fa3c8c369b33251c75b030ec34cfc2c4077b25fe07c1022c2e6a1db4026c7768189 DIST linux-7.x-sha256sums-20260507.asc 2539 BLAKE2B 1f4bf11aaac21cc5219780f8033bdff2b22905e3c41ea782588bb60eea639ac3a3f99d3a8f3787f737dfa84b4b3e1b8226d9f70e4db04f32370793f5a6ae468e SHA512 9559be589bdc1f8010c004c131987c2e179e1fc0354ecc47bafdc407416ef5436b386c41a1f9f85e28cdf68afbe8fa1027e5c03d3c627f51f80bbbcbe43cb201 +DIST linux-7.x-sha256sums-20260508.asc 2872 BLAKE2B f6bd251e543edaf6f8fc1c5f49cfbf4463893ec9ce3fc8763182bcf5c7705812f056010d6647e0b9068cd60f3c5b7f3df28ec89b971bc21f42d7c742c1a92870 SHA512 f22fc5633df2be72a5eae7c391b20786c0109e214f42709d47ff13311eddc22e31f953958211122ae786fee595d1f06915f16717aafaa7b2557ff88dd7a1e3fb DIST patch-5.10.253.xz 7248732 BLAKE2B ea684b60dfb1c3b28f5f530d46e8933fa4ff3f4ea1a6498b9cfe8c995621f27d824fe8b40686494549981ac6e30c809cd626eef6a9536f44c929e91d28c5e2f1 SHA512 f195170a0e6f924aa114f66fb72fccf19bec43c4b69d15dd94052f6e00bcfd671a30d47cc1b86617d9bb6943e05df22d6df0a32dbfd5effb65b98f1c4fd99ae3 DIST patch-5.10.254.xz 7254948 BLAKE2B c409ba9cdc2f8280c8b947a1901980db9ed886f7aa2baad24524333a5bb855a60ae05747b745a830beaadc8500177b6b736dc0fd7266f556d9c141600a90e24e SHA512 1859322a2f1b7a40bafe6c8c386b44ec92801f7c42b4c917fa5e755b3ecee50e53a48ed004546369d0c6ce656e5a5802d6ad10fef86f47fa5881919abb176e40 +DIST patch-5.10.255.xz 7255244 BLAKE2B 98334dc40a3176537c704eae6639e9b9a697857ea4911814d87d8ce92cce9a668ba166f27d850b8cf7325d15fe392ae56dab21ac62c7ceca1df46d36456858d8 SHA512 858cf5512d2e9e1217c98eea14be877c87aedee10db3304672719a83efc11839c1ea104b04b5e4bfedc4669707e5a2064e78d6ff293a21c527455dc0b90c8b33 DIST patch-5.15.203.xz 7676312 BLAKE2B 3a0e051b3c93864baab5c7f4757c6b147b17a75a1347e65f4c37bb83c268ab2d6f1c1258e7195b777f588f86b02e69416b96831d9284da8e9d3e52ccc153d5e5 SHA512 fb4dd6a04e408a3cd12963427e1b9acef6ecabb3feaf3e4721588c428d26e6c184b1c673b35f4ddda0d669a27d013c6c6e906289493546df82960d409581e903 DIST patch-5.15.204.xz 7681224 BLAKE2B 5f876404ff1acf25e2553dbb62658d1ab205207811296f0119fae04aca751484e93c0146d019199b406af7a9d79a589bec8b0290730cf2367fd3fa823d74226d SHA512 f0a9ad08dbfc324a8e063fa7c656557ad46dec323f986df01bb722259cfd325b39551c9c2c485ca3b1a2447bdc9c589384992742728a9523bf2aa152d988eeb5 +DIST patch-5.15.205.xz 7681604 BLAKE2B f725a94358f57c05205d7d9c129d1611289ee313283117b52509fed61f9de71193711a16e4e5753ed9385759a6c0af1ee253e600d3021739407202c3fe98f86e SHA512 54f3005e068a0586955a326b2de6833ae17150590ecee5a5d926ef4b29664e8274d447b6a8950653e7f6af4a567d6f7a5801c9c65895dd882f889da4b255dc81 DIST patch-6.1.169.xz 7317628 BLAKE2B c9ca4999f7433c27ebbb3d2592227e8097353ec084e1c58c328f3a887a2b0543c7c8d5ae1a140c13ee3d3861a958ebf29a21b6e935b44c28a322f6e3fc491855 SHA512 23aad9a93157c55907e168d5a492c4c9749833b90e051e590281b3cb075b17ef5227f79694008fdc3470ab78a13054c416f9c71f6dd9a205fcafa8645e1eae8f DIST patch-6.1.170.xz 7323812 BLAKE2B e7004a8059c8f9011884aa2b2a7718e9bc67f9820cd407f263bec9cbb4bcc4d5791ee55a99e406b4b6c17424acb1087cd67b5c841c10f0f38833b2bb28920f27 SHA512 baf0666cc180492e347392db6ad363acdf6b05515be073363432ab7af0ba7308f28728e38bd42b7699c083aa9548a789b1e2186098f411eb0a25451ab6db20a2 +DIST patch-6.1.171.xz 7323648 BLAKE2B 3fa194654ef07a94b8a1304025fc926e439684726d52b079ca4c9facec9f5dbf1b80e5406f585b02eaef12cefbadc320ace0f96c23c9823b27a4c52205ebcc50 SHA512 6703f221326ba65198614fc60f900d7fb30ff79c51351400d23d67f375a9a0f6b84b27ab696f5a50679300b12d2d2052c6e5b985b8a7e9d74180d189c9e2e80b DIST patch-6.12.84.xz 4372924 BLAKE2B 6d812556ee681bd0a22e66d79d7cf8e8f0bf6658cfbf5e4c82cf605503b1a0f715243d08ace6cf0346b77ddbddb100b30df075f4a9a8cdd15730555baa56c26f SHA512 ae0699ef647758fac5170bced18a1bf685758e1af2851597c36dfc2d43c386547c7127cd6aefaee0e78720e8d6c72a8dc1834a7506eaed6ef59909ee6813fec8 DIST patch-6.12.85.xz 4377956 BLAKE2B a4ce6472229c01003884ece108f60f2e9458d7fae38ebc47e7b598e1245e7a396fbc01aca3a7d310825b1f39acbe588b6865311d3ac7b4f48d2f404a728c942e SHA512 6b7c0c220ca26b900462b21641f8615f7c84dc25cc79527c8d32e9ac5742bb89851d30a69e1f1b1bfdb5bd353153c31ae523538eca1cead8cc12261a47f4a18b DIST patch-6.12.86.xz 4429944 BLAKE2B 7efb852cf479e2dd1213760456f200bb8442550207f4aa63b781409b7a2ac6d7fead9613936a75e7b39a4873c9b638ba83e9b8e165804824294681fc7f0cc7a2 SHA512 2ed02ed50aa5ce399047ed52877cf2b14c63b1171c6576bf2a829a5535274b78723c6c25767bb85faa97129f18986ffe424551a1ce2d9614a14eaed237b52aff +DIST patch-6.12.87.xz 4429580 BLAKE2B 0ceac68ca76cd09e0ca7156cb5e75effdaf02a323ee43f840ce2d5dbe62bdb494b30faf9dc29e44480cba972d2c5704931c3a7c5e60a8ba99399b774936974a9 SHA512 c952f2e4e92bda8b2a75cd19794cd4b3bbd3c57255fd674dfed2f67526032dda726bfc5b1d89d2433f0b8a47c1a0e0941996d2081ca0531ab843df0e08d804ff DIST patch-6.18.25.xz 1538348 BLAKE2B b707adfc3d23d74ae882a0b4d15ce7b46e5c1011bcc35e8aa7b3a1c42f1a661ee84d2d91cf31801a3ceb2824cfcb6a050523c7e2aaac6045243df39477f01f0b SHA512 6c467d343470c645e3fce8b146c1d1f77d1ff1fac7d302681645e43a5e79d7f82a14d16a0760ab0feb9c1a22b0df2992cd1af7a6e76b21eb5e967f23b6b742d3 DIST patch-6.18.26.xz 1538696 BLAKE2B 327bc85624fd2d2e6c72f42037d1b02ada8b486ff0736ef440cabbf320c1cb52e4685647a47f04507ddf933df36ea7ffbcbc8dacb32b208844d7554ed8d81a4c SHA512 e983f3c6d9ca2fe1ab878d0f7897fe398befd1819239e416e123679427c92f64f708567c2361c82d8b210c0db500088781079dd60b68584fe5fa939ceea91444 DIST patch-6.18.27.xz 1610316 BLAKE2B fadfe83d4b41d2c394603617506fd369628dc8b5e9ea37c5ec3e509ac9ec41aabdc2b6a47e23f522112a0da77dbf73849dc2eb7011513d910df3827bccc721ad SHA512 0a2eb365a627c6ea7fd761a3472a5cf21984f885fff30dfe385fc123dffd4758835aa774f01008c2bf92405bd4099382a63c1297acc7802421382ab356de4de8 +DIST patch-6.18.28.xz 1610468 BLAKE2B a791ded8cc7033f0ad127b8e81e02ddb9677041430c637613cc4926e686741ee63b444cc0d0f5a75bb3d0e343f31e322792027f7042ee017c04cb5dd1e029817 SHA512 9c827950cb26ff1bef00de1f88c7a05a018d35ceb34a14c6b51eca2d3fb7fc1ae3a0ecf1de225c992e362fe635945fbfd854acfcc85f2715da4014fce7335b07 DIST patch-6.6.136.xz 5905416 BLAKE2B eb486ebe595b66977c961fe5807882fd7896231d7be2a78584fa5a38b96642c77ce5c32bd8f5c3ba0c93651df7779d8dc53ff58b55440f39fd9f23d7e428601a SHA512 ecd8132ad994ed07d0dc2acf07dd980eec3c54eae038b1e84ce9b953b911fcefa1559619f0fbf376be9671039f283d6f71a2f4dcc1623f20cb9cfdf6b7593688 DIST patch-6.6.137.xz 5911268 BLAKE2B f8bfecebcca3d65ea687a656df5648b6260c0e7ab886c0223638e8f312383f714495d2bb7ddd91addd4dfba5c5a190bc0275733e7c214d021f7594cce4904945 SHA512 f1f66711068eb3e14189612f73d4e755291be75111e9578047d7f4334b2b3d7b3c104e9c55b71298d56334461d4e4a1a95f12f54967a09cae10533e98aaa98e4 +DIST patch-6.6.138.xz 5910560 BLAKE2B dc27122eb68f8ebc460789a97159ceeec3cfb2d285f73f48595ff26e8a1a9ef4ca7fd27eae2e9a6dca898414bdacc7a684a7ec9ae9f8f2ff176d09039dd8128f SHA512 f42a15164ead291ba5f91002855fdc50e958a020ae144047f950891abc01a4dc0ffca68ddebc46125faa53e7e65aeae5d50873c0f35c75e34bf8b7fd1b08dab8 DIST patch-7.0.2.xz 42396 BLAKE2B caa1d23581d32716ad853a1e43425a9277ed8e8a08e007f84107fddd8fa73e9a45dab01c35fb3a43d0ae2a80a11905e54f7a7c8ceed86c8f3eb74d283d4dfc7a SHA512 dac9f93fe01474b905211679618ad13c1a72c98a1b560be1545ed075448aa4a39b2d8ad437179af69a7b43f5fed67709cc7f51401b90c92c8f7af8843e39bd54 DIST patch-7.0.3.xz 42876 BLAKE2B b725833b4848023b0832f52c7e3f0d8f9bac54b0f16bcc0015e357d4456aee6658a034d10a617109fdd47c74e1487f7f51da2f9cd49d70072878240ea11f2849 SHA512 79fa83dd31cb700f05a563e2b018741b61c6f77bafce9f6f2c1f8f7e29ab71ae88ef82dcfe662ec11cb1195a2472e989febddc4db134c23755804f1421481424 DIST patch-7.0.4.xz 152624 BLAKE2B a2a9905d69f0e31aef0b7ca983a40aee9b07d9dc6877ca43146a6d31639a865f2c8a9b597978bc961d06d308431f71115b6ed8d652f7595446be76a45ab28f57 SHA512 cbabaa8a17a8ef71b764dc140155575eb2288cc25ced4b36209fd2aaeba256b35234de8507844ac7798a0c1bcd24840bea2db459d8cf0fe9e3467ddd7fe7b168 +DIST patch-7.0.5.xz 152956 BLAKE2B 9f2938654db3b0a404890b91417715670b1dd5bed543ebef4073fe0d1e4fe5c5d54cbd44bb9e4843040c396d73dd65eb5d8725087865bd1793c8b6c84713d9aa SHA512 00bdf97eb85f8740c2b13a647230ec24b2371a5a3a344118e501fe3eb02a31905b53421cfea47fcf78e2b49819b3e741fcc703a92e85eebfa4e81435d8923f67 diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.255.ebuild b/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.255.ebuild new file mode 100644 index 000000000000..4f5101afda00 --- /dev/null +++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.10.255.ebuild @@ -0,0 +1,149 @@ +# Copyright 2020-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit kernel-build toolchain-funcs verify-sig + +BASE_P=linux-${PV%.*} +# https://koji.fedoraproject.org/koji/packageinfo?packageID=8 +CONFIG_VER=5.10.12 +CONFIG_HASH=836165dd2dff34e4f2c47ca8f9c803002c1e6530 +GENTOO_CONFIG_VER=g17 +SHA256SUM_DATE=20260508 + +DESCRIPTION="Linux kernel built from vanilla upstream sources" +HOMEPAGE=" + https://wiki.gentoo.org/wiki/Project:Distribution_Kernel + https://www.kernel.org/ +" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${BASE_P}.tar.xz + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/patch-${PV}.xz + https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz + -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz + verify-sig? ( + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/sha256sums.asc + -> linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc + ) + amd64? ( + https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-x86_64-fedora.config + -> kernel-x86_64-fedora.config.${CONFIG_VER} + ) + arm64? ( + https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-aarch64-fedora.config + -> kernel-aarch64-fedora.config.${CONFIG_VER} + ) + ppc64? ( + https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-ppc64le-fedora.config + -> kernel-ppc64le-fedora.config.${CONFIG_VER} + ) + x86? ( + https://src.fedoraproject.org/rpms/kernel/raw/${CONFIG_HASH}/f/kernel-i686-fedora.config + -> kernel-i686-fedora.config.${CONFIG_VER} + ) +" +S=${WORKDIR}/${BASE_P} + +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="debug hardened" +REQUIRED_USE=" + arm? ( savedconfig ) + hppa? ( savedconfig ) + sparc? ( savedconfig ) +" + +BDEPEND=" + debug? ( dev-util/pahole ) + verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) +" +PDEPEND=" + >=virtual/dist-kernel-${PV} +" + +QA_FLAGS_IGNORED=" + usr/src/linux-.*/scripts/gcc-plugins/.*.so + usr/src/linux-.*/vmlinux + usr/src/linux-.*/arch/powerpc/kernel/vdso.*/vdso.*.so.dbg +" + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kernel.org.asc + +src_unpack() { + if use verify-sig; then + cd "${DISTDIR}" || die + verify-sig_verify_signed_checksums \ + "linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc" \ + sha256 "${BASE_P}.tar.xz patch-${PV}.xz" + cd "${WORKDIR}" || die + fi + + default +} + +src_prepare() { + eapply "${WORKDIR}/patch-${PV}" + default + + local biendian=false + + # prepare the default config + case ${ARCH} in + arm | hppa | sparc) + > .config || die + ;; + amd64) + cp "${DISTDIR}/kernel-x86_64-fedora.config.${CONFIG_VER}" .config || die + ;; + arm64) + cp "${DISTDIR}/kernel-aarch64-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + ppc) + # assume powermac/powerbook defconfig + # we still package.use.force savedconfig + cp "${WORKDIR}/${BASE_P}/arch/powerpc/configs/pmac32_defconfig" .config || die + ;; + ppc64) + cp "${DISTDIR}/kernel-ppc64le-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + x86) + cp "${DISTDIR}/kernel-i686-fedora.config.${CONFIG_VER}" .config || die + ;; + *) + die "Unsupported arch ${ARCH}" + ;; + esac + + local myversion="-dist" + use hardened && myversion+="-hardened" + echo "CONFIG_LOCALVERSION=\"${myversion}\"" > "${T}"/version.config || die + local dist_conf_path="${WORKDIR}/gentoo-kernel-config-${GENTOO_CONFIG_VER}" + + local merge_configs=( + "${T}"/version.config + "${dist_conf_path}"/base.config + ) + use debug || merge_configs+=( + "${dist_conf_path}"/no-debug.config + ) + if use hardened; then + merge_configs+=( "${dist_conf_path}"/hardened-base.config ) + + tc-is-gcc && merge_configs+=( "${dist_conf_path}"/hardened-gcc-plugins.config ) + + if [[ -f "${dist_conf_path}/hardened-${ARCH}.config" ]]; then + merge_configs+=( "${dist_conf_path}/hardened-${ARCH}.config" ) + fi + fi + + # this covers ppc64 and aarch64_be only for now + if [[ ${biendian} == true && $(tc-endian) == big ]]; then + merge_configs+=( "${dist_conf_path}/big-endian.config" ) + fi + + use secureboot && merge_configs+=( "${dist_conf_path}/secureboot.config" ) + + kernel-build_merge_configs "${merge_configs[@]}" +} diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-5.15.205.ebuild b/sys-kernel/vanilla-kernel/vanilla-kernel-5.15.205.ebuild new file mode 100644 index 000000000000..cf64141859bd --- /dev/null +++ b/sys-kernel/vanilla-kernel/vanilla-kernel-5.15.205.ebuild @@ -0,0 +1,149 @@ +# Copyright 2020-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit kernel-build toolchain-funcs verify-sig + +BASE_P=linux-${PV%.*} +# https://koji.fedoraproject.org/koji/packageinfo?packageID=8 +# forked to https://github.com/projg2/fedora-kernel-config-for-gentoo +CONFIG_VER=6.1.102-gentoo +GENTOO_CONFIG_VER=g17 +SHA256SUM_DATE=20260508 + +DESCRIPTION="Linux kernel built from vanilla upstream sources" +HOMEPAGE=" + https://wiki.gentoo.org/wiki/Project:Distribution_Kernel + https://www.kernel.org/ +" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${BASE_P}.tar.xz + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/patch-${PV}.xz + https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz + -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz + verify-sig? ( + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/sha256sums.asc + -> linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc + ) + amd64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-x86_64-fedora.config + -> kernel-x86_64-fedora.config.${CONFIG_VER} + ) + arm64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-aarch64-fedora.config + -> kernel-aarch64-fedora.config.${CONFIG_VER} + ) + ppc64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-ppc64le-fedora.config + -> kernel-ppc64le-fedora.config.${CONFIG_VER} + ) + x86? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-i686-fedora.config + -> kernel-i686-fedora.config.${CONFIG_VER} + ) +" +S=${WORKDIR}/${BASE_P} + +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="debug hardened" +REQUIRED_USE=" + arm? ( savedconfig ) + hppa? ( savedconfig ) + sparc? ( savedconfig ) +" + +BDEPEND=" + debug? ( dev-util/pahole ) + verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) +" +PDEPEND=" + >=virtual/dist-kernel-${PV} +" + +QA_FLAGS_IGNORED=" + usr/src/linux-.*/scripts/gcc-plugins/.*.so + usr/src/linux-.*/vmlinux + usr/src/linux-.*/arch/powerpc/kernel/vdso.*/vdso.*.so.dbg +" + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kernel.org.asc + +src_unpack() { + if use verify-sig; then + cd "${DISTDIR}" || die + verify-sig_verify_signed_checksums \ + "linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc" \ + sha256 "${BASE_P}.tar.xz patch-${PV}.xz" + cd "${WORKDIR}" || die + fi + + default +} + +src_prepare() { + eapply "${WORKDIR}/patch-${PV}" + default + + local biendian=false + + # prepare the default config + case ${ARCH} in + arm | hppa | sparc) + > .config || die + ;; + amd64) + cp "${DISTDIR}/kernel-x86_64-fedora.config.${CONFIG_VER}" .config || die + ;; + arm64) + cp "${DISTDIR}/kernel-aarch64-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + ppc) + # assume powermac/powerbook defconfig + # we still package.use.force savedconfig + cp "${WORKDIR}/${BASE_P}/arch/powerpc/configs/pmac32_defconfig" .config || die + ;; + ppc64) + cp "${DISTDIR}/kernel-ppc64le-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + x86) + cp "${DISTDIR}/kernel-i686-fedora.config.${CONFIG_VER}" .config || die + ;; + *) + die "Unsupported arch ${ARCH}" + ;; + esac + + local myversion="-dist" + use hardened && myversion+="-hardened" + echo "CONFIG_LOCALVERSION=\"${myversion}\"" > "${T}"/version.config || die + local dist_conf_path="${WORKDIR}/gentoo-kernel-config-${GENTOO_CONFIG_VER}" + + local merge_configs=( + "${T}"/version.config + "${dist_conf_path}"/base.config + ) + use debug || merge_configs+=( + "${dist_conf_path}"/no-debug.config + ) + if use hardened; then + merge_configs+=( "${dist_conf_path}"/hardened-base.config ) + + tc-is-gcc && merge_configs+=( "${dist_conf_path}"/hardened-gcc-plugins.config ) + + if [[ -f "${dist_conf_path}/hardened-${ARCH}.config" ]]; then + merge_configs+=( "${dist_conf_path}/hardened-${ARCH}.config" ) + fi + fi + + # this covers ppc64 and aarch64_be only for now + if [[ ${biendian} == true && $(tc-endian) == big ]]; then + merge_configs+=( "${dist_conf_path}/big-endian.config" ) + fi + + use secureboot && merge_configs+=( "${dist_conf_path}/secureboot.config" ) + + kernel-build_merge_configs "${merge_configs[@]}" +} diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-6.1.171.ebuild b/sys-kernel/vanilla-kernel/vanilla-kernel-6.1.171.ebuild new file mode 100644 index 000000000000..c36b310024ad --- /dev/null +++ b/sys-kernel/vanilla-kernel/vanilla-kernel-6.1.171.ebuild @@ -0,0 +1,150 @@ +# Copyright 2020-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit kernel-build toolchain-funcs verify-sig + +BASE_P=linux-${PV%.*} +# https://koji.fedoraproject.org/koji/packageinfo?packageID=8 +# forked to https://github.com/projg2/fedora-kernel-config-for-gentoo +CONFIG_VER=6.1.102-gentoo +GENTOO_CONFIG_VER=g17 +SHA256SUM_DATE=20260508 + +DESCRIPTION="Linux kernel built from vanilla upstream sources" +HOMEPAGE=" + https://wiki.gentoo.org/wiki/Project:Distribution_Kernel + https://www.kernel.org/ +" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${BASE_P}.tar.xz + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/patch-${PV}.xz + https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz + -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz + verify-sig? ( + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/sha256sums.asc + -> linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc + ) + amd64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-x86_64-fedora.config + -> kernel-x86_64-fedora.config.${CONFIG_VER} + ) + arm64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-aarch64-fedora.config + -> kernel-aarch64-fedora.config.${CONFIG_VER} + ) + ppc64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-ppc64le-fedora.config + -> kernel-ppc64le-fedora.config.${CONFIG_VER} + ) + x86? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-i686-fedora.config + -> kernel-i686-fedora.config.${CONFIG_VER} + ) +" +S=${WORKDIR}/${BASE_P} + +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="debug hardened" +REQUIRED_USE=" + arm? ( savedconfig ) + hppa? ( savedconfig ) + riscv? ( savedconfig ) + sparc? ( savedconfig ) +" + +BDEPEND=" + debug? ( dev-util/pahole ) + verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) +" +PDEPEND=" + >=virtual/dist-kernel-${PV} +" + +QA_FLAGS_IGNORED=" + usr/src/linux-.*/scripts/gcc-plugins/.*.so + usr/src/linux-.*/vmlinux + usr/src/linux-.*/arch/powerpc/kernel/vdso.*/vdso.*.so.dbg +" + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kernel.org.asc + +src_unpack() { + if use verify-sig; then + cd "${DISTDIR}" || die + verify-sig_verify_signed_checksums \ + "linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc" \ + sha256 "${BASE_P}.tar.xz patch-${PV}.xz" + cd "${WORKDIR}" || die + fi + + default +} + +src_prepare() { + eapply "${WORKDIR}/patch-${PV}" + default + + local biendian=false + + # prepare the default config + case ${ARCH} in + arm | hppa | loong | riscv | sparc) + > .config || die + ;; + amd64) + cp "${DISTDIR}/kernel-x86_64-fedora.config.${CONFIG_VER}" .config || die + ;; + arm64) + cp "${DISTDIR}/kernel-aarch64-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + ppc) + # assume powermac/powerbook defconfig + # we still package.use.force savedconfig + cp "${WORKDIR}/${BASE_P}/arch/powerpc/configs/pmac32_defconfig" .config || die + ;; + ppc64) + cp "${DISTDIR}/kernel-ppc64le-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + x86) + cp "${DISTDIR}/kernel-i686-fedora.config.${CONFIG_VER}" .config || die + ;; + *) + die "Unsupported arch ${ARCH}" + ;; + esac + + local myversion="-dist" + use hardened && myversion+="-hardened" + echo "CONFIG_LOCALVERSION=\"${myversion}\"" > "${T}"/version.config || die + local dist_conf_path="${WORKDIR}/gentoo-kernel-config-${GENTOO_CONFIG_VER}" + + local merge_configs=( + "${T}"/version.config + "${dist_conf_path}"/base.config + ) + use debug || merge_configs+=( + "${dist_conf_path}"/no-debug.config + ) + if use hardened; then + merge_configs+=( "${dist_conf_path}"/hardened-base.config ) + + tc-is-gcc && merge_configs+=( "${dist_conf_path}"/hardened-gcc-plugins.config ) + + if [[ -f "${dist_conf_path}/hardened-${ARCH}.config" ]]; then + merge_configs+=( "${dist_conf_path}/hardened-${ARCH}.config" ) + fi + fi + + # this covers ppc64 and aarch64_be only for now + if [[ ${biendian} == true && $(tc-endian) == big ]]; then + merge_configs+=( "${dist_conf_path}/big-endian.config" ) + fi + + use secureboot && merge_configs+=( "${dist_conf_path}/secureboot.config" ) + + kernel-build_merge_configs "${merge_configs[@]}" +} diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-6.12.87.ebuild b/sys-kernel/vanilla-kernel/vanilla-kernel-6.12.87.ebuild new file mode 100644 index 000000000000..b462f87f3b03 --- /dev/null +++ b/sys-kernel/vanilla-kernel/vanilla-kernel-6.12.87.ebuild @@ -0,0 +1,159 @@ +# Copyright 2020-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KERNEL_IUSE_GENERIC_UKI=1 + +inherit kernel-build toolchain-funcs verify-sig + +BASE_P=linux-${PV%.*} +# https://koji.fedoraproject.org/koji/packageinfo?packageID=8 +# forked to https://github.com/projg2/fedora-kernel-config-for-gentoo +CONFIG_VER=6.12.41-gentoo +GENTOO_CONFIG_VER=g18 +SHA256SUM_DATE=20260508 + +DESCRIPTION="Linux kernel built from vanilla upstream sources" +HOMEPAGE=" + https://wiki.gentoo.org/wiki/Project:Distribution_Kernel + https://www.kernel.org/ +" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${BASE_P}.tar.xz + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/patch-${PV}.xz + https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz + -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz + verify-sig? ( + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/sha256sums.asc + -> linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc + ) + amd64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-x86_64-fedora.config + -> kernel-x86_64-fedora.config.${CONFIG_VER} + ) + arm64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-aarch64-fedora.config + -> kernel-aarch64-fedora.config.${CONFIG_VER} + ) + ppc64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-ppc64le-fedora.config + -> kernel-ppc64le-fedora.config.${CONFIG_VER} + ) + riscv? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-riscv64-fedora.config + -> kernel-riscv64-fedora.config.${CONFIG_VER} + ) + x86? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-i686-fedora.config + -> kernel-i686-fedora.config.${CONFIG_VER} + ) +" +S=${WORKDIR}/${BASE_P} + +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="debug hardened" +REQUIRED_USE=" + arm? ( savedconfig ) + hppa? ( savedconfig ) + sparc? ( savedconfig ) +" + +BDEPEND=" + debug? ( dev-util/pahole ) + verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) +" +PDEPEND=" + >=virtual/dist-kernel-${PV} +" + +QA_FLAGS_IGNORED=" + usr/src/linux-.*/scripts/gcc-plugins/.*.so + usr/src/linux-.*/vmlinux + usr/src/linux-.*/arch/powerpc/kernel/vdso.*/vdso.*.so.dbg +" + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kernel.org.asc + +src_unpack() { + if use verify-sig; then + cd "${DISTDIR}" || die + verify-sig_verify_signed_checksums \ + "linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc" \ + sha256 "${BASE_P}.tar.xz patch-${PV}.xz" + cd "${WORKDIR}" || die + fi + + default +} + +src_prepare() { + eapply "${WORKDIR}/patch-${PV}" + default + + local biendian=false + + # prepare the default config + case ${ARCH} in + arm | hppa | loong | sparc) + > .config || die + ;; + amd64) + cp "${DISTDIR}/kernel-x86_64-fedora.config.${CONFIG_VER}" .config || die + ;; + arm64) + cp "${DISTDIR}/kernel-aarch64-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + ppc) + # assume powermac/powerbook defconfig + # we still package.use.force savedconfig + cp "${WORKDIR}/${BASE_P}/arch/powerpc/configs/pmac32_defconfig" .config || die + ;; + ppc64) + cp "${DISTDIR}/kernel-ppc64le-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + x86) + cp "${DISTDIR}/kernel-i686-fedora.config.${CONFIG_VER}" .config || die + ;; + *) + die "Unsupported arch ${ARCH}" + ;; + esac + + local myversion="-dist" + use hardened && myversion+="-hardened" + echo "CONFIG_LOCALVERSION=\"${myversion}\"" > "${T}"/version.config || die + local dist_conf_path="${WORKDIR}/gentoo-kernel-config-${GENTOO_CONFIG_VER}" + + local merge_configs=( + "${T}"/version.config + "${dist_conf_path}"/base.config + "${dist_conf_path}"/6.12+.config + ) + use debug || merge_configs+=( + "${dist_conf_path}"/no-debug.config + ) + if use hardened; then + merge_configs+=( "${dist_conf_path}"/hardened-base.config ) + + tc-is-gcc && merge_configs+=( "${dist_conf_path}"/hardened-gcc-plugins.config ) + + if [[ -f "${dist_conf_path}/hardened-${ARCH}.config" ]]; then + merge_configs+=( "${dist_conf_path}/hardened-${ARCH}.config" ) + fi + fi + + # this covers ppc64 and aarch64_be only for now + if [[ ${biendian} == true && $(tc-endian) == big ]]; then + merge_configs+=( "${dist_conf_path}/big-endian.config" ) + fi + + use secureboot && merge_configs+=( + "${dist_conf_path}/secureboot.config" + "${dist_conf_path}/zboot.config" + ) + + kernel-build_merge_configs "${merge_configs[@]}" +} diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-6.18.28.ebuild b/sys-kernel/vanilla-kernel/vanilla-kernel-6.18.28.ebuild new file mode 100644 index 000000000000..4c1fe746e05c --- /dev/null +++ b/sys-kernel/vanilla-kernel/vanilla-kernel-6.18.28.ebuild @@ -0,0 +1,162 @@ +# Copyright 2020-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KERNEL_IUSE_GENERIC_UKI=1 + +inherit kernel-build toolchain-funcs verify-sig + +BASE_P=linux-${PV%.*} +# https://koji.fedoraproject.org/koji/packageinfo?packageID=8 +# forked to https://github.com/projg2/fedora-kernel-config-for-gentoo +CONFIG_VER=6.18.12-gentoo +GENTOO_CONFIG_VER=g18 +SHA256SUM_DATE=20260508 + +DESCRIPTION="Linux kernel built from vanilla upstream sources" +HOMEPAGE=" + https://wiki.gentoo.org/wiki/Project:Distribution_Kernel + https://www.kernel.org/ +" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${BASE_P}.tar.xz + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/patch-${PV}.xz + https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz + -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz + verify-sig? ( + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/sha256sums.asc + -> linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc + ) + amd64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-x86_64-fedora.config + -> kernel-x86_64-fedora.config.${CONFIG_VER} + ) + arm64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-aarch64-fedora.config + -> kernel-aarch64-fedora.config.${CONFIG_VER} + ) + ppc64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-ppc64le-fedora.config + -> kernel-ppc64le-fedora.config.${CONFIG_VER} + ) + riscv? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-riscv64-fedora.config + -> kernel-riscv64-fedora.config.${CONFIG_VER} + ) + x86? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-i686-fedora.config + -> kernel-i686-fedora.config.${CONFIG_VER} + ) +" +S=${WORKDIR}/${BASE_P} + +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="debug hardened" +REQUIRED_USE=" + arm? ( savedconfig ) + hppa? ( savedconfig ) + sparc? ( savedconfig ) +" + +BDEPEND=" + debug? ( dev-util/pahole ) + verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) +" +PDEPEND=" + >=virtual/dist-kernel-${PV} +" + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kernel.org.asc + +QA_FLAGS_IGNORED=" + usr/src/linux-.*/scripts/gcc-plugins/.*.so + usr/src/linux-.*/vmlinux + usr/src/linux-.*/arch/powerpc/kernel/vdso.*/vdso.*.so.dbg +" + +src_unpack() { + if use verify-sig; then + cd "${DISTDIR}" || die + verify-sig_verify_signed_checksums \ + "linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc" \ + sha256 "${BASE_P}.tar.xz patch-${PV}.xz" + cd "${WORKDIR}" || die + fi + + default +} + +src_prepare() { + eapply "${WORKDIR}/patch-${PV}" + default + + local biendian=false + + # prepare the default config + case ${ARCH} in + arm | hppa | loong | sparc) + > .config || die + ;; + amd64) + cp "${DISTDIR}/kernel-x86_64-fedora.config.${CONFIG_VER}" .config || die + ;; + arm64) + cp "${DISTDIR}/kernel-aarch64-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + ppc) + # assume powermac/powerbook defconfig + # we still package.use.force savedconfig + cp "${WORKDIR}/${BASE_P}/arch/powerpc/configs/pmac32_defconfig" .config || die + ;; + ppc64) + cp "${DISTDIR}/kernel-ppc64le-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + riscv) + cp "${DISTDIR}/kernel-riscv64-fedora.config.${CONFIG_VER}" .config || die + ;; + x86) + cp "${DISTDIR}/kernel-i686-fedora.config.${CONFIG_VER}" .config || die + ;; + *) + die "Unsupported arch ${ARCH}" + ;; + esac + + local myversion="-dist" + use hardened && myversion+="-hardened" + echo "CONFIG_LOCALVERSION=\"${myversion}\"" > "${T}"/version.config || die + local dist_conf_path="${WORKDIR}/gentoo-kernel-config-${GENTOO_CONFIG_VER}" + + local merge_configs=( + "${T}"/version.config + "${dist_conf_path}"/base.config + "${dist_conf_path}"/6.12+.config + ) + use debug || merge_configs+=( + "${dist_conf_path}"/no-debug.config + ) + if use hardened; then + merge_configs+=( "${dist_conf_path}"/hardened-base.config ) + + tc-is-gcc && merge_configs+=( "${dist_conf_path}"/hardened-gcc-plugins.config ) + + if [[ -f "${dist_conf_path}/hardened-${ARCH}.config" ]]; then + merge_configs+=( "${dist_conf_path}/hardened-${ARCH}.config" ) + fi + fi + + # this covers ppc64 and aarch64_be only for now + if [[ ${biendian} == true && $(tc-endian) == big ]]; then + merge_configs+=( "${dist_conf_path}/big-endian.config" ) + fi + + use secureboot && merge_configs+=( + "${dist_conf_path}/secureboot.config" + "${dist_conf_path}/zboot.config" + ) + + kernel-build_merge_configs "${merge_configs[@]}" +} diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-6.6.138.ebuild b/sys-kernel/vanilla-kernel/vanilla-kernel-6.6.138.ebuild new file mode 100644 index 000000000000..ff3366d80bed --- /dev/null +++ b/sys-kernel/vanilla-kernel/vanilla-kernel-6.6.138.ebuild @@ -0,0 +1,155 @@ +# Copyright 2020-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KERNEL_IUSE_GENERIC_UKI=1 + +inherit kernel-build toolchain-funcs verify-sig + +BASE_P=linux-${PV%.*} +# https://koji.fedoraproject.org/koji/packageinfo?packageID=8 +# forked to https://github.com/projg2/fedora-kernel-config-for-gentoo +CONFIG_VER=6.6.12-gentoo +GENTOO_CONFIG_VER=g17 +SHA256SUM_DATE=20260508 + +DESCRIPTION="Linux kernel built from vanilla upstream sources" +HOMEPAGE=" + https://wiki.gentoo.org/wiki/Project:Distribution_Kernel + https://www.kernel.org/ +" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${BASE_P}.tar.xz + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/patch-${PV}.xz + https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz + -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz + verify-sig? ( + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/sha256sums.asc + -> linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc + ) + amd64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-x86_64-fedora.config + -> kernel-x86_64-fedora.config.${CONFIG_VER} + ) + arm64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-aarch64-fedora.config + -> kernel-aarch64-fedora.config.${CONFIG_VER} + ) + ppc64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-ppc64le-fedora.config + -> kernel-ppc64le-fedora.config.${CONFIG_VER} + ) + x86? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-i686-fedora.config + -> kernel-i686-fedora.config.${CONFIG_VER} + ) +" +S=${WORKDIR}/${BASE_P} + +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="debug hardened" +REQUIRED_USE=" + arm? ( savedconfig ) + hppa? ( savedconfig ) + riscv? ( savedconfig ) + sparc? ( savedconfig ) +" + +BDEPEND=" + debug? ( dev-util/pahole ) + verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) +" +PDEPEND=" + >=virtual/dist-kernel-${PV} +" + +QA_FLAGS_IGNORED=" + usr/src/linux-.*/scripts/gcc-plugins/.*.so + usr/src/linux-.*/vmlinux + usr/src/linux-.*/arch/powerpc/kernel/vdso.*/vdso.*.so.dbg +" + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kernel.org.asc + +src_unpack() { + if use verify-sig; then + cd "${DISTDIR}" || die + verify-sig_verify_signed_checksums \ + "linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc" \ + sha256 "${BASE_P}.tar.xz patch-${PV}.xz" + cd "${WORKDIR}" || die + fi + + default +} + +src_prepare() { + eapply "${WORKDIR}/patch-${PV}" + default + + local biendian=false + + # prepare the default config + case ${ARCH} in + arm | hppa | loong | riscv | sparc) + > .config || die + ;; + amd64) + cp "${DISTDIR}/kernel-x86_64-fedora.config.${CONFIG_VER}" .config || die + ;; + arm64) + cp "${DISTDIR}/kernel-aarch64-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + ppc) + # assume powermac/powerbook defconfig + # we still package.use.force savedconfig + cp "${WORKDIR}/${BASE_P}/arch/powerpc/configs/pmac32_defconfig" .config || die + ;; + ppc64) + cp "${DISTDIR}/kernel-ppc64le-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + x86) + cp "${DISTDIR}/kernel-i686-fedora.config.${CONFIG_VER}" .config || die + ;; + *) + die "Unsupported arch ${ARCH}" + ;; + esac + + local myversion="-dist" + use hardened && myversion+="-hardened" + echo "CONFIG_LOCALVERSION=\"${myversion}\"" > "${T}"/version.config || die + local dist_conf_path="${WORKDIR}/gentoo-kernel-config-${GENTOO_CONFIG_VER}" + + local merge_configs=( + "${T}"/version.config + "${dist_conf_path}"/base.config + ) + use debug || merge_configs+=( + "${dist_conf_path}"/no-debug.config + ) + if use hardened; then + merge_configs+=( "${dist_conf_path}"/hardened-base.config ) + + tc-is-gcc && merge_configs+=( "${dist_conf_path}"/hardened-gcc-plugins.config ) + + if [[ -f "${dist_conf_path}/hardened-${ARCH}.config" ]]; then + merge_configs+=( "${dist_conf_path}/hardened-${ARCH}.config" ) + fi + fi + + # this covers ppc64 and aarch64_be only for now + if [[ ${biendian} == true && $(tc-endian) == big ]]; then + merge_configs+=( "${dist_conf_path}/big-endian.config" ) + fi + + use secureboot && merge_configs+=( + "${dist_conf_path}/secureboot.config" + "${dist_conf_path}/zboot.config" + ) + + kernel-build_merge_configs "${merge_configs[@]}" +} diff --git a/sys-kernel/vanilla-kernel/vanilla-kernel-7.0.5.ebuild b/sys-kernel/vanilla-kernel/vanilla-kernel-7.0.5.ebuild new file mode 100644 index 000000000000..b5b85a0a593f --- /dev/null +++ b/sys-kernel/vanilla-kernel/vanilla-kernel-7.0.5.ebuild @@ -0,0 +1,162 @@ +# Copyright 2020-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +KERNEL_IUSE_GENERIC_UKI=1 + +inherit kernel-build toolchain-funcs verify-sig + +BASE_P=linux-${PV%.*} +# https://koji.fedoraproject.org/koji/packageinfo?packageID=8 +# forked to https://github.com/projg2/fedora-kernel-config-for-gentoo +CONFIG_VER=7.0.1-gentoo +GENTOO_CONFIG_VER=g18 +SHA256SUM_DATE=20260508 + +DESCRIPTION="Linux kernel built from vanilla upstream sources" +HOMEPAGE=" + https://wiki.gentoo.org/wiki/Project:Distribution_Kernel + https://www.kernel.org/ +" +SRC_URI+=" + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/${BASE_P}.tar.xz + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/patch-${PV}.xz + https://github.com/projg2/gentoo-kernel-config/archive/${GENTOO_CONFIG_VER}.tar.gz + -> gentoo-kernel-config-${GENTOO_CONFIG_VER}.tar.gz + verify-sig? ( + https://cdn.kernel.org/pub/linux/kernel/v$(ver_cut 1).x/sha256sums.asc + -> linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc + ) + amd64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-x86_64-fedora.config + -> kernel-x86_64-fedora.config.${CONFIG_VER} + ) + arm64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-aarch64-fedora.config + -> kernel-aarch64-fedora.config.${CONFIG_VER} + ) + ppc64? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-ppc64le-fedora.config + -> kernel-ppc64le-fedora.config.${CONFIG_VER} + ) + riscv? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-riscv64-fedora.config + -> kernel-riscv64-fedora.config.${CONFIG_VER} + ) + x86? ( + https://raw.githubusercontent.com/projg2/fedora-kernel-config-for-gentoo/${CONFIG_VER}/kernel-i686-fedora.config + -> kernel-i686-fedora.config.${CONFIG_VER} + ) +" +S=${WORKDIR}/${BASE_P} + +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" +IUSE="debug hardened" +REQUIRED_USE=" + arm? ( savedconfig ) + hppa? ( savedconfig ) + sparc? ( savedconfig ) +" + +BDEPEND=" + debug? ( dev-util/pahole ) + verify-sig? ( >=sec-keys/openpgp-keys-kernel-20250702 ) +" +PDEPEND=" + >=virtual/dist-kernel-${PV} +" + +VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/kernel.org.asc + +QA_FLAGS_IGNORED=" + usr/src/linux-.*/scripts/gcc-plugins/.*.so + usr/src/linux-.*/vmlinux + usr/src/linux-.*/arch/powerpc/kernel/vdso.*/vdso.*.so.dbg +" + +src_unpack() { + if use verify-sig; then + cd "${DISTDIR}" || die + verify-sig_verify_signed_checksums \ + "linux-$(ver_cut 1).x-sha256sums-${SHA256SUM_DATE}.asc" \ + sha256 "${BASE_P}.tar.xz patch-${PV}.xz" + cd "${WORKDIR}" || die + fi + + default +} + +src_prepare() { + eapply "${WORKDIR}/patch-${PV}" + default + + local biendian=false + + # prepare the default config + case ${ARCH} in + arm | hppa | loong | sparc) + > .config || die + ;; + amd64) + cp "${DISTDIR}/kernel-x86_64-fedora.config.${CONFIG_VER}" .config || die + ;; + arm64) + cp "${DISTDIR}/kernel-aarch64-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + ppc) + # assume powermac/powerbook defconfig + # we still package.use.force savedconfig + cp "${WORKDIR}/${BASE_P}/arch/powerpc/configs/pmac32_defconfig" .config || die + ;; + ppc64) + cp "${DISTDIR}/kernel-ppc64le-fedora.config.${CONFIG_VER}" .config || die + biendian=true + ;; + riscv) + cp "${DISTDIR}/kernel-riscv64-fedora.config.${CONFIG_VER}" .config || die + ;; + x86) + cp "${DISTDIR}/kernel-i686-fedora.config.${CONFIG_VER}" .config || die + ;; + *) + die "Unsupported arch ${ARCH}" + ;; + esac + + local myversion="-dist" + use hardened && myversion+="-hardened" + echo "CONFIG_LOCALVERSION=\"${myversion}\"" > "${T}"/version.config || die + local dist_conf_path="${WORKDIR}/gentoo-kernel-config-${GENTOO_CONFIG_VER}" + + local merge_configs=( + "${T}"/version.config + "${dist_conf_path}"/base.config + "${dist_conf_path}"/6.12+.config + ) + use debug || merge_configs+=( + "${dist_conf_path}"/no-debug.config + ) + if use hardened; then + merge_configs+=( "${dist_conf_path}"/hardened-base.config ) + + tc-is-gcc && merge_configs+=( "${dist_conf_path}"/hardened-gcc-plugins.config ) + + if [[ -f "${dist_conf_path}/hardened-${ARCH}.config" ]]; then + merge_configs+=( "${dist_conf_path}/hardened-${ARCH}.config" ) + fi + fi + + # this covers ppc64 and aarch64_be only for now + if [[ ${biendian} == true && $(tc-endian) == big ]]; then + merge_configs+=( "${dist_conf_path}/big-endian.config" ) + fi + + use secureboot && merge_configs+=( + "${dist_conf_path}/secureboot.config" + "${dist_conf_path}/zboot.config" + ) + + kernel-build_merge_configs "${merge_configs[@]}" +} diff --git a/sys-kernel/vanilla-sources/Manifest b/sys-kernel/vanilla-sources/Manifest index 4f6c0f807d46..e28ecdff6bd7 100644 --- a/sys-kernel/vanilla-sources/Manifest +++ b/sys-kernel/vanilla-sources/Manifest @@ -5,10 +5,10 @@ DIST linux-6.12.tar.xz 147906904 BLAKE2B b2ec2fc69218cacabbbe49f78384a5d259ca581 DIST linux-6.18.tar.xz 154309096 BLAKE2B b94b7b9bf18aca0c3e50baf79b009a1448fc6cd9c3ee019f641cc247dcf53a4abef4274ee0608ad8cd4943af69854363a95d26e117ff23620bb07dccb158859f SHA512 88599ffdec96d150c1feb9b261ba93bb0301a9d0e1ad6bef7aeab1f5372cbfc57d8b43c7e902bd8f76921d1dbd8189663c142ea869e51d0e2b483b150ee00fe0 DIST linux-6.6.tar.xz 140064536 BLAKE2B 5f02fd8696d42f7ec8c5fbadec8e7270bdcfcb1f9844a6c4db3e1fd461c93ce1ccda650ca72dceb4890ebcbbf768ba8fba0bce91efc49fbd2c307b04e95665f2 SHA512 458b2c34d46206f9b4ccbac54cc57aeca1eaecaf831bc441e59701bac6eadffc17f6ce24af6eadd0454964e843186539ac0d63295ad2cc32d112b60360c39a35 DIST linux-7.0.tar.xz 157143652 BLAKE2B 3d9795083c8938f80f480de0d10bfd9c525640e59d5c7f22983de3f12ee42c84c31be902cafb05579ddb1c32bac5ed06b0d4953f9705450be185bd2d9ab08f89 SHA512 8c85b708342f8f09ca25b2234b22e93b62b144a9ef919fbb21827f52fa47498e778c79db1559524dd7fb360f95b2ce174171443c1859656c281be41d2b6c5a0b -DIST patch-5.10.254.xz 7254948 BLAKE2B c409ba9cdc2f8280c8b947a1901980db9ed886f7aa2baad24524333a5bb855a60ae05747b745a830beaadc8500177b6b736dc0fd7266f556d9c141600a90e24e SHA512 1859322a2f1b7a40bafe6c8c386b44ec92801f7c42b4c917fa5e755b3ecee50e53a48ed004546369d0c6ce656e5a5802d6ad10fef86f47fa5881919abb176e40 -DIST patch-5.15.204.xz 7681224 BLAKE2B 5f876404ff1acf25e2553dbb62658d1ab205207811296f0119fae04aca751484e93c0146d019199b406af7a9d79a589bec8b0290730cf2367fd3fa823d74226d SHA512 f0a9ad08dbfc324a8e063fa7c656557ad46dec323f986df01bb722259cfd325b39551c9c2c485ca3b1a2447bdc9c589384992742728a9523bf2aa152d988eeb5 -DIST patch-6.1.170.xz 7323812 BLAKE2B e7004a8059c8f9011884aa2b2a7718e9bc67f9820cd407f263bec9cbb4bcc4d5791ee55a99e406b4b6c17424acb1087cd67b5c841c10f0f38833b2bb28920f27 SHA512 baf0666cc180492e347392db6ad363acdf6b05515be073363432ab7af0ba7308f28728e38bd42b7699c083aa9548a789b1e2186098f411eb0a25451ab6db20a2 -DIST patch-6.12.86.xz 4429944 BLAKE2B 7efb852cf479e2dd1213760456f200bb8442550207f4aa63b781409b7a2ac6d7fead9613936a75e7b39a4873c9b638ba83e9b8e165804824294681fc7f0cc7a2 SHA512 2ed02ed50aa5ce399047ed52877cf2b14c63b1171c6576bf2a829a5535274b78723c6c25767bb85faa97129f18986ffe424551a1ce2d9614a14eaed237b52aff -DIST patch-6.18.27.xz 1610316 BLAKE2B fadfe83d4b41d2c394603617506fd369628dc8b5e9ea37c5ec3e509ac9ec41aabdc2b6a47e23f522112a0da77dbf73849dc2eb7011513d910df3827bccc721ad SHA512 0a2eb365a627c6ea7fd761a3472a5cf21984f885fff30dfe385fc123dffd4758835aa774f01008c2bf92405bd4099382a63c1297acc7802421382ab356de4de8 -DIST patch-6.6.137.xz 5911268 BLAKE2B f8bfecebcca3d65ea687a656df5648b6260c0e7ab886c0223638e8f312383f714495d2bb7ddd91addd4dfba5c5a190bc0275733e7c214d021f7594cce4904945 SHA512 f1f66711068eb3e14189612f73d4e755291be75111e9578047d7f4334b2b3d7b3c104e9c55b71298d56334461d4e4a1a95f12f54967a09cae10533e98aaa98e4 -DIST patch-7.0.4.xz 152624 BLAKE2B a2a9905d69f0e31aef0b7ca983a40aee9b07d9dc6877ca43146a6d31639a865f2c8a9b597978bc961d06d308431f71115b6ed8d652f7595446be76a45ab28f57 SHA512 cbabaa8a17a8ef71b764dc140155575eb2288cc25ced4b36209fd2aaeba256b35234de8507844ac7798a0c1bcd24840bea2db459d8cf0fe9e3467ddd7fe7b168 +DIST patch-5.10.255.xz 7255244 BLAKE2B 98334dc40a3176537c704eae6639e9b9a697857ea4911814d87d8ce92cce9a668ba166f27d850b8cf7325d15fe392ae56dab21ac62c7ceca1df46d36456858d8 SHA512 858cf5512d2e9e1217c98eea14be877c87aedee10db3304672719a83efc11839c1ea104b04b5e4bfedc4669707e5a2064e78d6ff293a21c527455dc0b90c8b33 +DIST patch-5.15.206.xz 7681652 BLAKE2B 5ee9d8ca6edbf6a4bc7ccc9aa8bdb58b39ea0805d076f6bc27de1464d2a2968d29a0e58df6d12010334a6429252f5e13019d9629a22b86f3bd8598e451b38f5c SHA512 3f43eb54104a1d0e5bfab1571e128f2fc1eba5bf9fd6731801e593edd22888965e492ac8eb283653558af749bb93542359c35c24fd6984cc59a133e62245e0ac +DIST patch-6.1.172.xz 7323820 BLAKE2B aba4ebaac7192448654e1183bddf9b59c99efc39eef4986005eeeb17856c1a541a6756e9b248d8dcc92dd19f6c54cfda065495b02d9c682d5e4fb4f1ee15e0c5 SHA512 74317a51c58e53bb9b90423fd0b72abf05aba1585f9d4190ff691f27495b700dfc39dd60fba1483109e6a41252635a7d44b2e96b696c95deb5705ba2e021f915 +DIST patch-6.12.87.xz 4429580 BLAKE2B 0ceac68ca76cd09e0ca7156cb5e75effdaf02a323ee43f840ce2d5dbe62bdb494b30faf9dc29e44480cba972d2c5704931c3a7c5e60a8ba99399b774936974a9 SHA512 c952f2e4e92bda8b2a75cd19794cd4b3bbd3c57255fd674dfed2f67526032dda726bfc5b1d89d2433f0b8a47c1a0e0941996d2081ca0531ab843df0e08d804ff +DIST patch-6.18.28.xz 1610468 BLAKE2B a791ded8cc7033f0ad127b8e81e02ddb9677041430c637613cc4926e686741ee63b444cc0d0f5a75bb3d0e343f31e322792027f7042ee017c04cb5dd1e029817 SHA512 9c827950cb26ff1bef00de1f88c7a05a018d35ceb34a14c6b51eca2d3fb7fc1ae3a0ecf1de225c992e362fe635945fbfd854acfcc85f2715da4014fce7335b07 +DIST patch-6.6.138.xz 5910560 BLAKE2B dc27122eb68f8ebc460789a97159ceeec3cfb2d285f73f48595ff26e8a1a9ef4ca7fd27eae2e9a6dca898414bdacc7a684a7ec9ae9f8f2ff176d09039dd8128f SHA512 f42a15164ead291ba5f91002855fdc50e958a020ae144047f950891abc01a4dc0ffca68ddebc46125faa53e7e65aeae5d50873c0f35c75e34bf8b7fd1b08dab8 +DIST patch-7.0.5.xz 152956 BLAKE2B 9f2938654db3b0a404890b91417715670b1dd5bed543ebef4073fe0d1e4fe5c5d54cbd44bb9e4843040c396d73dd65eb5d8725087865bd1793c8b6c84713d9aa SHA512 00bdf97eb85f8740c2b13a647230ec24b2371a5a3a344118e501fe3eb02a31905b53421cfea47fcf78e2b49819b3e741fcc703a92e85eebfa4e81435d8923f67 diff --git a/sys-kernel/vanilla-sources/vanilla-sources-5.10.254.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-5.10.255.ebuild index fad89ec105d7..fad89ec105d7 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-5.10.254.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-5.10.255.ebuild diff --git a/sys-kernel/vanilla-sources/vanilla-sources-5.15.204.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-5.15.206.ebuild index fad89ec105d7..fad89ec105d7 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-5.15.204.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-5.15.206.ebuild diff --git a/sys-kernel/vanilla-sources/vanilla-sources-6.1.170.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-6.1.172.ebuild index 099fab28cbca..099fab28cbca 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-6.1.170.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-6.1.172.ebuild diff --git a/sys-kernel/vanilla-sources/vanilla-sources-6.12.86.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-6.12.87.ebuild index 099fab28cbca..099fab28cbca 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-6.12.86.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-6.12.87.ebuild diff --git a/sys-kernel/vanilla-sources/vanilla-sources-6.18.27.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-6.18.28.ebuild index fad89ec105d7..fad89ec105d7 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-6.18.27.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-6.18.28.ebuild diff --git a/sys-kernel/vanilla-sources/vanilla-sources-6.6.137.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-6.6.138.ebuild index 099fab28cbca..099fab28cbca 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-6.6.137.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-6.6.138.ebuild diff --git a/sys-kernel/vanilla-sources/vanilla-sources-7.0.4.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-7.0.5.ebuild index fad89ec105d7..fad89ec105d7 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-7.0.4.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-7.0.5.ebuild diff --git a/virtual/dist-kernel/dist-kernel-5.10.255.ebuild b/virtual/dist-kernel/dist-kernel-5.10.255.ebuild new file mode 100644 index 000000000000..4f8b6a870e81 --- /dev/null +++ b/virtual/dist-kernel/dist-kernel-5.10.255.ebuild @@ -0,0 +1,16 @@ +# Copyright 2021-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual to depend on any Distribution Kernel" +SLOT="0/${PVR}" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" + +RDEPEND=" + || ( + ~sys-kernel/gentoo-kernel-${PV} + ~sys-kernel/gentoo-kernel-bin-${PV} + ~sys-kernel/vanilla-kernel-${PV} + ) +" diff --git a/virtual/dist-kernel/dist-kernel-5.15.205.ebuild b/virtual/dist-kernel/dist-kernel-5.15.205.ebuild new file mode 100644 index 000000000000..d53a2b269228 --- /dev/null +++ b/virtual/dist-kernel/dist-kernel-5.15.205.ebuild @@ -0,0 +1,16 @@ +# Copyright 2021-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual to depend on any Distribution Kernel" +SLOT="0/${PVR}" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + +RDEPEND=" + || ( + ~sys-kernel/gentoo-kernel-${PV} + ~sys-kernel/gentoo-kernel-bin-${PV} + ~sys-kernel/vanilla-kernel-${PV%_p*} + ) +" diff --git a/virtual/dist-kernel/dist-kernel-6.1.171.ebuild b/virtual/dist-kernel/dist-kernel-6.1.171.ebuild new file mode 100644 index 000000000000..5318a09df9b0 --- /dev/null +++ b/virtual/dist-kernel/dist-kernel-6.1.171.ebuild @@ -0,0 +1,16 @@ +# Copyright 2021-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual to depend on any Distribution Kernel" +SLOT="0/${PVR}" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + || ( + ~sys-kernel/gentoo-kernel-${PV} + ~sys-kernel/gentoo-kernel-bin-${PV} + ~sys-kernel/vanilla-kernel-${PV%_p*} + ) +" diff --git a/virtual/dist-kernel/dist-kernel-6.12.87.ebuild b/virtual/dist-kernel/dist-kernel-6.12.87.ebuild new file mode 100644 index 000000000000..13848dc136b6 --- /dev/null +++ b/virtual/dist-kernel/dist-kernel-6.12.87.ebuild @@ -0,0 +1,16 @@ +# Copyright 2021-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual to depend on any Distribution Kernel" +SLOT="0/${PVR}" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + || ( + ~sys-kernel/gentoo-kernel-${PV} + ~sys-kernel/gentoo-kernel-bin-${PV} + ~sys-kernel/vanilla-kernel-${PV%_p*} + ) +" diff --git a/virtual/dist-kernel/dist-kernel-6.18.28.ebuild b/virtual/dist-kernel/dist-kernel-6.18.28.ebuild new file mode 100644 index 000000000000..13848dc136b6 --- /dev/null +++ b/virtual/dist-kernel/dist-kernel-6.18.28.ebuild @@ -0,0 +1,16 @@ +# Copyright 2021-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual to depend on any Distribution Kernel" +SLOT="0/${PVR}" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + || ( + ~sys-kernel/gentoo-kernel-${PV} + ~sys-kernel/gentoo-kernel-bin-${PV} + ~sys-kernel/vanilla-kernel-${PV%_p*} + ) +" diff --git a/virtual/dist-kernel/dist-kernel-6.6.138.ebuild b/virtual/dist-kernel/dist-kernel-6.6.138.ebuild new file mode 100644 index 000000000000..13848dc136b6 --- /dev/null +++ b/virtual/dist-kernel/dist-kernel-6.6.138.ebuild @@ -0,0 +1,16 @@ +# Copyright 2021-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual to depend on any Distribution Kernel" +SLOT="0/${PVR}" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + || ( + ~sys-kernel/gentoo-kernel-${PV} + ~sys-kernel/gentoo-kernel-bin-${PV} + ~sys-kernel/vanilla-kernel-${PV%_p*} + ) +" diff --git a/virtual/dist-kernel/dist-kernel-7.0.5.ebuild b/virtual/dist-kernel/dist-kernel-7.0.5.ebuild new file mode 100644 index 000000000000..13848dc136b6 --- /dev/null +++ b/virtual/dist-kernel/dist-kernel-7.0.5.ebuild @@ -0,0 +1,16 @@ +# Copyright 2021-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Virtual to depend on any Distribution Kernel" +SLOT="0/${PVR}" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + || ( + ~sys-kernel/gentoo-kernel-${PV} + ~sys-kernel/gentoo-kernel-bin-${PV} + ~sys-kernel/vanilla-kernel-${PV%_p*} + ) +" diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest index a573677299b0..c7da591a64e2 100644 --- a/www-client/firefox-bin/Manifest +++ b/www-client/firefox-bin/Manifest @@ -95,6 +95,103 @@ DIST firefox-140.10.1esr-vi.xpi 469143 BLAKE2B 3a14a8a7934952c374e4f7252723ee470 DIST firefox-140.10.1esr-xh.xpi 272788 BLAKE2B 321b9c2320cb47636c6ec28eae9ee51d0c2d0866d440356c29eb6619f9fbd02bfaa7da7fdf7486885da83d2ea2e0c670279dc60f96576f621fcc7437ca984021 SHA512 c3117cdcbaa2673d6ec3cd9e57342beccb657cdf9bbd1597355c718e6e720c25ffae4e116b835faa17af241256fb0dc64b31c4808ed686447bad666db4de1d9b DIST firefox-140.10.1esr-zh-CN.xpi 460701 BLAKE2B 61d1f8112ee58b42bbf335e92895413ceee4c246159e5238fe8e7f2e756f25cc2576d27e2a57e7a76ad5091ed3cec7f771a2ff59f76cc8638cd0b74dd5b141b3 SHA512 5412463969b29111ff53a457e887097269aa68d5e187282a4b798f957e4e344f85dcd2ed03f4d621589e62e10d33f08428e2c0cf6a0df6f833d34135eb980b49 DIST firefox-140.10.1esr-zh-TW.xpi 463737 BLAKE2B e5cb1630b7eb099742515696f43498e6d93d336813b647c611089ab645dfb4716ebc03c2601e529d18f6a803567b1031e756f4bc5e9210e98e015d5049ded87c SHA512 0e0ddd7faa3002b503e75fc47b28453f71d654b6e981e2f04cac6434bf603e2a8a28d4502eba69366591534c0d07fd29e2dfa61a545ecd614dc2850b6f884b40 +DIST firefox-140.10.2esr-ach.xpi 294356 BLAKE2B 6237b0e802b2263c1fe75bf2ad09fdc3c77580f9ab3eae1ea395d5fd7f686a31b5d29985d6e2b2fc720da4de8b085a6a4ab55c674667c9d864fbc19e247715d7 SHA512 349e41a4e5eff5c2073fbf5e53be97d352f82a2dc7c3c385925ec30515daf27910f27a5aa4261f15d3bdf35db397b72185cf69a0b42749206442ed2a48eabf5b +DIST firefox-140.10.2esr-af.xpi 266630 BLAKE2B 9b5887e5160d7fea2f8eca95c4dcb1da2076e73355573fdf14381c5972cc9737780547f48a83a7e637b4168aed11e8d8c2b0fd93352caa4352fcd51bfd2de1ef SHA512 01cd5ec0ffdecd65f94003065877283247f59201c1e3b2e92f4001004d6471a51d16bb701cba45657df351d4486207459901a0652614f196e21fbc3a395259b4 +DIST firefox-140.10.2esr-an.xpi 332301 BLAKE2B 32353d953a9b254c946c1a5599ab6197a6cc558125d902a47cee0691342d93aee8a4a9c46861ca995fbbe75210d6b0772e3aa5130f0d885145e18404576699e8 SHA512 e5a740ad8d0b613ebfcc63ce4c4514117a0f4eb78e0e0aacf9691b0578985ec98145c84a925cb1a069ef83357475da2dc9602ca9424497085857689f1bf904e6 +DIST firefox-140.10.2esr-ar.xpi 445289 BLAKE2B e0509a88c97cd3ea4779883b571ed79e74845e15f30355474a9e312cc26fa5c7f269160939e34c75cfc952d473c092072f2824c068e07c70080c955d7647c304 SHA512 7b62ec189f1843b0701ff2305c4299c77e8148d4eb0a007e579805577ab1dc6252824cac2a12aef6c5f4e99e91c78e95f02be1dcf10c1f0b33773fd9e85497e5 +DIST firefox-140.10.2esr-ast.xpi 312217 BLAKE2B 4140e8c71015638d81bfa7cda9236ce670ae68900548877938b3b800ae64dbf15560c7829418d9fd7c084f9b6a53d960ac5e22fa99ead8a717e600876e2277dd SHA512 98b6c8cababec2e80bdc6bee63e4070b9c017486682d4638080642572779b054442556e73eba23bbe427039bc34ff92a4d8f9b051c2961cd7ac20a7d5664d1a1 +DIST firefox-140.10.2esr-az.xpi 318411 BLAKE2B 7bc629fd40339879a6690adb41e2e05f54b48d384c15f487c0f1357ed288071c453a48d3c7a0b07dbaf7ba087f5756da7ae5cf68898a76440cacc7bc9c6f9e1b SHA512 37c4d1c1522329cf6e7cc61afc5fdc8aa09215f046d5c8b75a3265e21be64909c09ed9fdaa52e07b9e6ebf76ce74d48729e06d7f7e89e26a4d71b9d3269eacb2 +DIST firefox-140.10.2esr-be.xpi 521199 BLAKE2B 86bea545329b336f27bfcf5ff9303ec6b84526749a20473cd2d0a8d8dc7e56a0b6dc7ebaab37cdfd949bc2c70175c899e52946b7cc295101c925ac8835b27462 SHA512 8beec2c699ec7fed688396c46ffca3c1fc5f7fe311491abbdda20e181c9ca9e467675f78c42c92840f27072661e2073be4c4a5245f1a6b40b5b83feaf73f05d0 +DIST firefox-140.10.2esr-bg.xpi 457549 BLAKE2B f0b3bd24f4aebbb75c7ca7a60482a50574cfe2dc676f4e68523a04b84a34d3c74c6681b021dc9ba7e49ae18d7623fdfa759ce9d56b8be882859178e67f2841ba SHA512 40c255b20fb75cdc7741a3b64d444899cb42462da084abd5c85cc8f3b30b5bb9291ffa50852fb76985a58fd49a0b645752260ef67cd443816d5556f57de8236f +DIST firefox-140.10.2esr-bn.xpi 413372 BLAKE2B d2630b1d75c3ec9ef8914f5b47cba0fec14794c44b3bbdac4de1a2b70860ae530bfbb77dea00eb34fc9b4130aee710870de3a898ea6e2c18a32082f745fe87f9 SHA512 8285309c79f6c92e9b51cac3b6d00831fc325c019d353f5628359400c0cc4b8a990cd3bc64b864ae780f91db78f240d79304a79d83e52775af83646c5e7d5e78 +DIST firefox-140.10.2esr-br.xpi 395306 BLAKE2B 3805c9b67989fa2124c8b66d9a7504efb4dfdcf879e07ba2281609dea136dc1fa4cf45483fae3fa50881ace325cfd675363f33f13f03a1dea84ed19e8a1fd6c9 SHA512 d9ba0855b55d0ccf46da04431c9a9327ff03a7dd1eaec30d74337c82a47c30e5185e81c8462ba4cfde2e191441e06c9189ee363a1701f17d95105ee4aac56d80 +DIST firefox-140.10.2esr-bs.xpi 447170 BLAKE2B 42a08e6f3f55adc8a5c39366341bef0d7e3c8b97ec56adc8fd6e1f92e003254a61ed758a66a4c591e6e7d0d2e0cf64e4f484717e4505c815a72b8a7883b685fc SHA512 a2521d93a0394069a701033768de9df273ddc900332e44f475c9a0b53f448d6ec5dcfb2e35e2ca05f8f2397579fffadec80d1c1ddc9da544ff6de4b33ff138c1 +DIST firefox-140.10.2esr-ca-valencia.xpi 357938 BLAKE2B b4a361201c0f93fd1dd0023193f38fa1ecfe3a3b333918b69ee16e08a8dc02e77ac3632db5adc205179569116b2c751c5eb8c0e2792ac9329460598963b08bd2 SHA512 2313427fdb2b61b8dc9c0140dd9eac1dd78ea847664de03273a924141a19a67d1e3b2359c57ac910da1efa9d955109f430c4040f2e88b48f01b9f2cad41a5910 +DIST firefox-140.10.2esr-ca.xpi 404819 BLAKE2B 32fb90c4e99cf8a9c9b82013587e60a42b59f1f16faeb210dcc500cb0af87436baacada3d5feee51dfbf4d57e29fbff9444fc6ca8644eb8c4ae5542d0c8eeb8e SHA512 63db16777e20ca76082fd0cec9bbdf4f023bec8fddf08180b5c4ccf09b54792618b313fde3c0e3d4bf085f7dec9b23fb83d1172315f03974804b49cf28e62ec5 +DIST firefox-140.10.2esr-cak.xpi 390838 BLAKE2B 392b82bd1445aa8c9218174c1eaa081ee17f83dc6308d7fb9de764ed974a3f734e348a65a38c309c6bc5daf4c6f01be453fae55045075be913b013491bf676c1 SHA512 57dafd7d3cb94ad237217ddbe872f23cb6d218ab9376c168604701b9102a9d5674cfb0ce10753326c886b78afaa0bf68666a666a0698270da5d52fa49103f49e +DIST firefox-140.10.2esr-cs.xpi 475923 BLAKE2B 758f47379ee112a3b01d6c4494af9de29c302b0a6acb038cc7e4df836cedb6e77dd32d8c3892c8c0526717b1c5f39e9794a424d1327c3005470b7e9fe47632a9 SHA512 4feb7c5170627ba956e7290e95fddbaf80b3e429ee67431065277567cb28858496949e8604f790112fc6498a9c07a60a9b45a533fcbf5e42796b14cadba73a9b +DIST firefox-140.10.2esr-cy.xpi 441961 BLAKE2B 255e8670169a6583bf798001c7f23ac3dce6d009bf1423da265b7469257ef010eaacb0fdc1511069259a22e871224f6dcfbb74eaf0f176a8846aaba78b9549d6 SHA512 e3ed76c4c0b36a84ce750d8db63f8f3423f9cabc50716647c3b6a8aa953c8c7cf1c795543deb82cb8709840d63bb0d90d78b23d0dee6c8de109716bd1a19b74a +DIST firefox-140.10.2esr-da.xpi 431125 BLAKE2B abda0a4d1e72601f8ebcd718b984c4200320c85c3b6497cff20e90cb8a4fa9d954adde8648cb98fab8f3a4b17865d14bc88ea980152e586a2522253d37ec6f22 SHA512 8e2330376932785bc95af9386a61c327f8d16b506c7a38ba6195c114f2bca9f34894594398f23d2a950d0e3f68c95658820158836279a99ad09ecef57e313281 +DIST firefox-140.10.2esr-de.xpi 452699 BLAKE2B 1ecc821922eb057886e1e3b2ae0fcb5e2e3c6e15eab7bc1121893b4b830c1ae7e189cffa973571d762ae5ce2ababf311fab43c42bb947e0121810d8c2ddd1520 SHA512 1ddb170a48cb00629f076c08164f8182c77f2c7426213212aa2aebc077b75b8c81a3fe5d4c09079d3582416f452147ec5a357ab2a8918ef7ad6bbc257c70760f +DIST firefox-140.10.2esr-dsb.xpi 466058 BLAKE2B 6772d72af17951f7fe4fc3950e154f1e918a414ee0a7a2b4ce5e3fa9d65a029fc26540877dbe98fdbbe68e2e71250ba20a14151e3f1691542a0cc239079bdeec SHA512 36bd8c2018327f7f42b23a206055d5179d150ff1417513a1159aeb7a5039887bfc8cd55b22f95d6e1d0ad082efb7c797c43875a0f605babc410cb62eeff693e9 +DIST firefox-140.10.2esr-el.xpi 536827 BLAKE2B 6a670e47b7e373bebda501285ddfcc2ff80e5a2e0d00f869230da57acd602e22d7ce925b8c26470cf7285e2a6cadb9831ff41b7b962bbd1ac1c8c6a7ea027fcc SHA512 b3a27f59e0e3f63eb2b8ff6ae1dd83fc065f5b8f42a6cd82e15bd6882794ddfda064a1ab2aea313cc4f14470e2e9dd9ab67a5c148a2ba7d358fb1282a5d9eca4 +DIST firefox-140.10.2esr-en-CA.xpi 411053 BLAKE2B 83afc2c811b9f6199c55ebf0a913bdb6621a2043bca97d8b2d4c90f071d07b2f9e8f7fedf57662d6d8ea1a5ed47cafe23d2fba0357f8bd454e9d075cc7dc4330 SHA512 fe423fa7c2e6c85686b81218b2206c71e7df79b21e148c6d789637bc9180ab4d13b74aa3e49e3e2b404037e7bc2988cc0c68b93d3e6719cdafed4eb77b3ef07c +DIST firefox-140.10.2esr-en-GB.xpi 411406 BLAKE2B 25bd2227a1d4b7bc8b4cbde380824015b2ac860dd7d1e1558092dcff4fc8e04f0b3b482a2b561c63eda0af844227f3aa5c063149e388b7064c87e32e934b12e7 SHA512 0670105db040adb41e44588999edb2b57cf9054142bdd121a9dbeb8aabbf4ff15f5531aac437a39354196ef277709b70dfe863888646fa9ef1f5dde3faf95d31 +DIST firefox-140.10.2esr-eo.xpi 433463 BLAKE2B 6e00cefd12e86076e514f4deececf64d9a03b5aaad8421818be25c3e7259b899794771baabe70845f5a23f8f596c3e1f41e3485abb5fb88c8c36a002d8b676f6 SHA512 c368b6d55215065c9056b6054bbe1bd5f44819ab3ade6dbd5db19029634f32cd31ddb8df0c752cbc96786af6a532d099ac0f95a35a0e32cd59a409c3c434568e +DIST firefox-140.10.2esr-es-AR.xpi 445505 BLAKE2B 896a25a6d8d418046279b9754bdce74ce04deef1072c8c4fb8730868694fbfd2c2d43475981f3487e16caf12be30ef5d4607acaf6a66eca98de53a1c43c1cac6 SHA512 a7a3c2f4223bb8686a6e18c382874ce3418a873e72c3d0daf6af0fd71ba221310f5c4cc0d2e02c2cac057024e32b745a8b0985c13629e34ec794b82428432e03 +DIST firefox-140.10.2esr-es-CL.xpi 446299 BLAKE2B 7a6d3525e4b2a3165e074b8e22ef1acfed2a06435bcb1f188a3e680d3ac83fad3c8e4cf2fbc120440dadaeba91988606ab46dcdc849b69104f4714148f69b306 SHA512 ddde328db1ba004a587c79976bc9920c18f822e33d5292ab133c9205823a0bdaf8ca379ad9beecd525a0942bcce175d341b5a670900d6ccbb7802284b4795db9 +DIST firefox-140.10.2esr-es-ES.xpi 447023 BLAKE2B f3f379ae47709844c31cdb49c932de94e4a1da9bc6ee261106cef1cae8a8468a101a86c3c10b1d1af37787a022146144b7320250c8236580d8db3a4017cd9151 SHA512 c42263621a95339c7b6cfa5cffd025519794785d927daae4e68bd18da101b04c98966035074fa3275c9adf59600a9bb424a7d1a790a9eeedf080a66686bcc0df +DIST firefox-140.10.2esr-es-MX.xpi 446241 BLAKE2B 19b88cf75be058848f285086717edab03ed433ac49f6ca511327cf5a7e9ae1c0cea54f8e446b173c158c25642e8020a30e116cf5dbbfb8ec9facee544693cf14 SHA512 9b6e8d573940902b46cef9863804534963e7dcde2ded534a3ced658c1da12ef8733828301f170c7aa5f75300b7551e01fde29ed8c0319229302f85d26d399791 +DIST firefox-140.10.2esr-et.xpi 359321 BLAKE2B 4b62376bf3cf0ba6c82edbbb4050a051ed17816fe5f576dd3e53e2408e7cd84fd0aa87a158c760a02e6e87c1ab3a6a2520d68f5a5119a5a9c437bcf341e09617 SHA512 29538e5c848bc5d4ec32f2f970930e448ef8af5d1649e76ab8c097ebb82b3919a7959ef555d59dae747bc47059c2bf7ad636bf18862d30a7dc68fce19f7482a0 +DIST firefox-140.10.2esr-eu.xpi 417285 BLAKE2B e58234476f1f2ef214927ff089af21370989b5fa07dbdbd7e92d158d9bbf358e40ac0ec5a9a515e0e0a343e2a2a8006315f1f98419de616ed9e9b8750dbed54b SHA512 82677515cbc10caaa57ca399b12f17003f5e903ccd653b75b93d7167cc58acb1e0958e91cde308ed6db5fdd5c24aba02a37d972cbf910a00fc4c62c9289cc61f +DIST firefox-140.10.2esr-fa.xpi 421628 BLAKE2B 05e873f67262771846ec116a8bb269dc1a666be5bee108534f77554f5c7eade6eacdadeec984ee31f54c55e75366ec5a8886f537358107119120d4fbf58c5a14 SHA512 c2419a0c13b321929cd2e72ec6f8746fe04884049b3268b6fd3696dbd43fc2adb7447cf096438568e6b162fc1eee9834de655f86fb3db6382dab5deb614203b5 +DIST firefox-140.10.2esr-ff.xpi 310183 BLAKE2B 2847f124470e0122de397cb2be9132921dd6ca346e22736ed01835db630df894afd3af2f72488787a26b050f1b522f4afb710930e62371bcd6c4eb7d496d72ab SHA512 eaf73ddb8928dbc04c25a32ac7d2209110f6977de4f9da9e09eb8c40b84f431c9b2d6ec0e0541dbe8ce92aa788041dab5ab5b961397c1e15c3e57c2b0c539628 +DIST firefox-140.10.2esr-fi.xpi 430159 BLAKE2B 0fdd695108a59f73256e2a46076c69e4c655e12413d4d49232e754425c756ec60ff4edc89bc3a6675aeef8cade324e57b7ddefdc278d5015e77cc103381ae0b2 SHA512 f2bb45e88dc74e7c6d228f0a63377a49202fe989fddfeb6b4ac15160e32d1386ee0a4ec5cd300023ba8f444a2bf25ffc95863812ca49deffb50e961788f641d1 +DIST firefox-140.10.2esr-fr.xpi 458450 BLAKE2B 3c28930dee7a1e424a9cb3ee97c65b59addb5502e9f04829b917df28c081a3457a186568dc0d476347eb6f92aa9a65a04893146645a01c3f1d42b9c10f5a1564 SHA512 8522eea58125087925fed66b2885f2e83bf2646da8c7a100e33232d45685105457b628e907851e7477bc96ffd6e852f512d837ee5cb15fb846189a42079c97f4 +DIST firefox-140.10.2esr-fy-NL.xpi 442164 BLAKE2B 818a0828a95c19c17999c437dba9623347d31cc9e34ae552e796d43124d39dea5e5be9fd702cfe8d6bbe93fb1305ea265be71162e015aaabd11b47f7d5d5d2b0 SHA512 07f442383bcb4152ad9db2641d106a6a27239cdc47660ebf4a1600504dab4cafc79dda454884baa0ded6a7d0968a9453a83a43f913babedcdd216e879518b025 +DIST firefox-140.10.2esr-ga-IE.xpi 315277 BLAKE2B 58b425b02afb147a850c1d22dd2538e56ece1c988212a4b01cb233855d760929a8ea984df3a8e7768eee307618eb8f146ff02fe13a03594af07fdc7b300e3a12 SHA512 627f4abd4f671e1b8519e9231bf9d0c073b09a12e52d354faa2546ea13d93e3b36f3dc9f7c0fd6a7ea7ba2d71a0b78ef729df777f6298773d6e2435c05f7c733 +DIST firefox-140.10.2esr-gd.xpi 399426 BLAKE2B 2d81c46936e6233acb5c1f46b9d1e4cdf917603009f8fd60091afd4f7d7499c98b37d7188da23a97c27c9c2ecba9f4c443575010bc839571858c6f4af525e4b6 SHA512 65cf0c7e30993f624f9dc3da25eb828dbb1a7c8c0957dc0775675a33da294eb3e12db910b250c96c3981911edbe966c738776dc1a3a27806257e62e2f2bdec10 +DIST firefox-140.10.2esr-gl.xpi 442905 BLAKE2B 9d2e450a27795f798674fc090ad7b493368750d8ac51137472863801c78a9a74c6d882a075558a37c5e4707a949ee1e4371fcdb17d4e1df1b03ce548bcecf55e SHA512 eb88861b5d73a372151a6cadce309edd18b868b6e49025317e8418c2f895ffad844f56c46f1f0eb9c11d5d495a21f8c9d7153376ba8e4a894962c90c188c056d +DIST firefox-140.10.2esr-gn.xpi 451078 BLAKE2B add00aed9f069f39b8173ccdcb7b12584e0b8f962df22ff73f62351c69bf5bdab7ac483bb7def67dbb7f4b067bb52e77d85f7ba604df084e86d9aed356376157 SHA512 783e05f4be3873bdd2f3b78ff1fc1b507ba6ba1aaad79bb174724eb81405c85e025cb5d6dec9f6d3873cea1b1b4d54b3de5c3f3f6a20b1fc97c6ded33f2b3cd4 +DIST firefox-140.10.2esr-gu-IN.xpi 358975 BLAKE2B f84b00bf9a33b1d454461689e0d55b19e39b817c3308e8fa42e90fc7af54b7b6d7b5274bc52c21be74051bda1fede1459914edb3a7980f235faac4843e234df1 SHA512 e7ed0b76e7bb322abf9e5c33fcdd0555ac0bbf5f2fbc10742b11b0338ffc0779ea13ed22da63932f24fc2b052371d729c279f95b7ec212af9c14e3938dd2b432 +DIST firefox-140.10.2esr-he.xpi 444979 BLAKE2B db9f059e05a8af1752fd1db904b8b980979c1ec92f40a8eb81634eef3dcb87c9b87a9e174ad5ec728ca9844b97ecf70bd89cd4842348916aa74952bf1173270e SHA512 f8a851923e4cd57ad1db7cbb804942d4c816d1eb5690da79072803855e3980b2e199ad47cc9cafa6e077853be8e5f47047309e29ed2f92e4119c973c7c5b85a9 +DIST firefox-140.10.2esr-hi-IN.xpi 377457 BLAKE2B e53178828b083fa84f3d8fea7096d6afe6335617061b8b56dc820406356fc16e2699291f6ccb7b66665f0cfb09e38ce982d8c0623cfa6c4cdcaf3c7ee21314f1 SHA512 511770c02e197daa157c40fea8a1279e0cf206bcb3e911cc1722e48731fa7af51cb4dc7c1d6b54a3f79265124767d73a279541f4a4d6ec28f134c51b886972d4 +DIST firefox-140.10.2esr-hr.xpi 437687 BLAKE2B 49fab86c3a545b2a1cd4221f8ab630944e925e63e94931639a3c4dfe85de197451fc65b3a02adf2b0355dbffad8d37a8abe859df79c7c918233554d53668e863 SHA512 e3514b2811c1bf959dbcb9fe9b32751c4157d48f35c1c54196a9f03039ae90ab0bdb5c0f963dd1abac837400690cf8e1c5753119a67385e576a493ced166fd50 +DIST firefox-140.10.2esr-hsb.xpi 462692 BLAKE2B b33a2a95e86d7cd68fdca35b7cefee2a1489bbadcd7ffd09c064f91ca1a86a24763886a3ffc77f7991b7476b14b241d9de9b62fda280546c80cf41c8d3426c9b SHA512 b390fcd85aa8486419aa04f457a427f021724aec04d4d6e5cfea931faba5c8dcdfc952e8272a289c71f472cc7a658e6aae0d0fa5a7d8bbdfef3fa82b8a2374b3 +DIST firefox-140.10.2esr-hu.xpi 466167 BLAKE2B f244a57e672f0b7e6cdf316beed2cf51dd459eaa7c5c349470f97bb899707ad8739802588a8104f983f0c86eff4b2eb2c1b10fcd57fdab7cf0b11a8875f017a5 SHA512 6d01ed9c6d173d8d2b12a40e74d646536518cb45d84aade08904dd5c30ba5fefd37a34678ec019257a70dbe850cdefaa8876a481c75e13258c33dd8209d2f1bf +DIST firefox-140.10.2esr-hy-AM.xpi 461618 BLAKE2B 8003aa6b01e53a34f8a465b5b3435af689e2481ec5221577349014a4540ce3eddfbe099e39da564a89354be99cd04a9d0e6a967f76058c1f7b11a436bfd22905 SHA512 1303ee13b3cd6c197a6a025b7e05ffad8fdf37011586b89965b27f96ae14414bf356eb69c9e90cb74212b95c73b70c2da9a3972e485060feac7045037ee6cf87 +DIST firefox-140.10.2esr-ia.xpi 430108 BLAKE2B 0107f98e01f6c2b287de6f47505413ca2ad3b3c3ce373e1a860179602ebbb89a1fae3ecaeb31875ef0ce29a9218c28e06d16d36b67a9efbfadd47bb3cf44ea72 SHA512 c79283be9b0961e7ae6fc1f580ad6f6daf51bc92025923092c69235d08b237b4e7a3588793d1982864a79f95a92a007065a837561c4975e2eb1963b5746f610a +DIST firefox-140.10.2esr-id.xpi 422741 BLAKE2B 10b70e8ff41425757fc287a07932ba1148ab5cef609427e325b86843f9b07c768cb82fbf12a454cd2985bc05564e3310e30a7d80b77029a7d3bb4a578b344fa3 SHA512 8dd8a08341da24597381bccfe0e206da2696b430a309b77a8844e44ff59d60610cad869f4abd3e951b8be0c12b076cd082b88d2033ec90ddfaaa4152f8989bfc +DIST firefox-140.10.2esr-is.xpi 432687 BLAKE2B 5480ca0e5c75475c37424ea9ce933064ea3669713c5abe65717c76e4b82d9d5fcf5f1558c8c339cb0976b1b20abb56bb74c826ae16c07ab5989e8d452994f563 SHA512 7106883366c41129c63e50ec833d8175c449752ad71cb61a119188195f4ca535763ad465c896d114e32c68f1fe23e7d015b52aa7218f2a38717f480f9afb5be5 +DIST firefox-140.10.2esr-it.xpi 440899 BLAKE2B e8676c5cd415cd4a6a92d2101eafb44886053f83875386460da64d20e583faed5f83b809e8ab408af33ac5b9b3585be50c199210af329df8c633e70ac417f596 SHA512 6e09b8f01aa1cc92285047b84b31b02b8aa1cf53505f4ff9217a15efc09c73bcba0337e715d75492ac19733153cef2c5115caec3f46efe4841faf689bda76c72 +DIST firefox-140.10.2esr-ja.xpi 481322 BLAKE2B 965cb25741c776ac79ec5d367f10ff8f14e0e96967bcd65069d79645e850f922830b6fce87336624a54fe6cabbeab9004064ba34fd839b70a41a6c721c713b19 SHA512 52064fb8b176da91e7e4e99054690c523b811741702e6d656d1f9cc4bb26a7840228805e466414dc57bfc122a801961a11167f8a90a28b87761d38447add02b6 +DIST firefox-140.10.2esr-ka.xpi 494859 BLAKE2B 96b533349b4573fc1b9907ceca0a59d2178f0a9fbdfaad7ecf258eb4e471c38c6deab5ee2d5e94c1f12dc4b48ecfab4cc75e352360501f0f0a913528abff3ede SHA512 853185656e090677f2958ce401aca450b13eef42da8ff6cf821cf0b24c3e57d4a0342d61a2c861c71e0efc4da2e9a68df04f32410a67f5c30cdebd41257a71eb +DIST firefox-140.10.2esr-kab.xpi 422848 BLAKE2B d9b5cff2e957513b8a7f6d649e90f9ca403d7c0e66bbc0b8a2d92a791cafc839106972e5dbc8f2cc10a2bea109cf8126edf4fc0e94d316861fb4bc8218f0dd5e SHA512 1764ae3305552ab1d9d2171cdd58332ce6d7321143885abd30dbb10ef98e12c6a00b4f32caeef49993994894464961a75cc2222a2b0970eeba46a095c0bb2a02 +DIST firefox-140.10.2esr-kk.xpi 506687 BLAKE2B f885bfb830edb9132e4346d15f0b2292d658308d81cb481331af1f6f9af28a932664498138fc597ad83bfc7e8980ecc6ffe401387ff1bcca148db973501829a3 SHA512 64b67bb0073b850347d2a72edfec71285a74e156a72c021334d085d86a967dd727b9a35ea848bc8d6bb108d492a090430aadf6f5d4204117e9204e890dec8aa8 +DIST firefox-140.10.2esr-km.xpi 348766 BLAKE2B 1df3f5ad5f9ac28fb64045eb4e90da27ea30fb6044a9c2c4cde6d9e42026133c06ec1c42af1379cfef71731787b019d26ba2b397825aeee452e1d01cbc2f2166 SHA512 8a9353c98416154e46ebd31c87debd5618abf42e042fa7ee006651d13743a44d69aa92f49848ce6a4a0bccb2854f3b4cfb1f6ada4b383b2a3d0e57c95b388cda +DIST firefox-140.10.2esr-kn.xpi 331779 BLAKE2B 22b0a4089190ad63f3f15e3e7b2e311dd9bc247b9f0e26364eacfef3fa0e6c541448784c1cd08a0efd00b3e65ecf78d5fc3b34d540fa1585753c5e4cc0057492 SHA512 a537e5c17d3d323b111bbafeead5570c2b7ad89b468d34c02d21043fe153ce7254857fb70b07162b3993cc15041cfd7da38da449da6ed39fd9f5ab29dc112b47 +DIST firefox-140.10.2esr-ko.xpi 467533 BLAKE2B 88fe44a17222499ac0e3646245e301b087788db5fef3f550a9932305c63e49307a6683f59d49e45c432563498499dbfe8d08f3fb4e7b381dfe8f47cd3082acd9 SHA512 330dd539cac4dec4de7f1671cc0f2c2094d5969c1e6d6a71798419b3cc4ce02e29af2c48cc6eb967594c42be94c08e972ce644d101d19a205ce87fd31b81f381 +DIST firefox-140.10.2esr-lij.xpi 319285 BLAKE2B 9c8a157fe50ac6d8b3ff97a3bf649e981a51ac8a7f5254bdf504875d2b3232190d2ec5e54ba27bcbe36b43aebfb0eecab9cec9a9a93425a5e8b8d5cb0ac44178 SHA512 57b7db291a1cbe2a9e94b4e6191434065a58ee256a8b6f6b6742395e7a639f9fcba68c0182100ffc0af241f6086c4a9c055d0d71e0e9110224c806c3bd83ed53 +DIST firefox-140.10.2esr-lt.xpi 379953 BLAKE2B 89241e009e60ca27562912eec95ba9495eb413b7081c8316d02ce84c416e83cdbe8dd42f087d6f8216e357063f930e67230f0ebf446c847407e614d6dc7523cb SHA512 ecac02d6b804c6389f141ac0949b33390543136ee545b0a2edbb4950e3d63eab35c356178e8651562097410b52094d495dcb36a2a8afe6eb9ce5fce1c0615ec8 +DIST firefox-140.10.2esr-lv.xpi 389076 BLAKE2B 0a74cb9cbd9231c2c34fc9c4d6445f5a30fce6345b7b4696a59c14a2ef65d09aeef39506b71f354e349ead7a9776c1ca488fde6b6fc6d9973c8eef71358c3f5b SHA512 83e3da3ed62463dbc1a81f201df42c3b7cf5ad29f8cbbc5e7061c349a234162ed3b18ffc7f2734400e2a5f9dc075e080861306ed75973895f7db6c1a7c798f7d +DIST firefox-140.10.2esr-mk.xpi 316830 BLAKE2B cd5892511ab72f03b089068377be93622cdb3c0b350c0b3e4526e0039ffa140a0b6b864ae7bd4c3a99c0f50d556fb27f1c372c6672a817f366e0cf1ef36fbce5 SHA512 8d1ab454ab13eb9d3f2fabd7d91126bbb0ba4d35a241f66d05e91b03a9d006fd1b8707a558b0b2891cef35f30b08c7bd7dc4945f6e73c26a8e526444b63c7204 +DIST firefox-140.10.2esr-mr.xpi 356255 BLAKE2B 712096bbee78793ab4cf92895e49752d01a7539506bad691e31dc31cdb6f5501a7dabb10e098bd7e451b376b8f51944ca153d34de2c04586fbf7d141924dcfa8 SHA512 770d5d5e60e7ef39acddcfd32d6c4fbd96b74acb4c18721158b51af617d544c6c5a7356df9bf7bd1e8a7c98968cd3f8caf4c81b2e3f8c01d79adbfce42375c6b +DIST firefox-140.10.2esr-ms.xpi 295393 BLAKE2B 4d19c4d7b9d0540197c11d4ee05bc7f0fd0d3fe1cb88c8bf07b7bbb194ca86dee6ce1cfea55cd6e37e654aa79a7c43115063fd1c96212b6249357f69ed4b7d55 SHA512 3f13c6398b194c057267578fbfefe2e02c1639e25c30d9b2649209b1a2ec76a4cdadb04378ef6dba04f469c1ebe94b34949ecd737cd4493e5ba3e0130deb4d8f +DIST firefox-140.10.2esr-my.xpi 343023 BLAKE2B 084c765f6adb9b87f6f8643988cae66ac1a1a3679f08bc7ece57aacfcaf1b45989428227778894914e6a71ee04827439acc452b2c15f6da3513d1532a6ce1108 SHA512 57756c3de80eff714dbb9f8f7020980b1f945925916742b2c0510140f55744ae67952a689d3b29e6dbbb98ce9fcfcad4d5446a732a40495a0ed872c5ce23f0a5 +DIST firefox-140.10.2esr-nb-NO.xpi 429336 BLAKE2B 1c288d7d56f92bb9a9972eb4b56bcfefca59eff7e9a2eb71fee64e756d9d3449ab070c10f24be1514ab5e28e76a4c99f18353fb8c659df6c939745543401d7b3 SHA512 788bb71f20e4d6a5ac3fbb3c7fa308f1f5d1f4800b43c18c4fd8019e219dacb2b3b5d902f390051f1cf083ef78484e4085a05ea75299d3f0712b533795eb33a6 +DIST firefox-140.10.2esr-ne-NP.xpi 349021 BLAKE2B b5c52d84d7b9d8aa8c092ea8bb4decfb918eab5416c740a0e6621bff150b47fae5ef3c7ee8bb16888ca072a1e4122b001b8f11ddf30fd090206b3c4a238d03fb SHA512 8bd03055465e687a578c91ca7424e372b0d316302f0ed51e30720f7751e4e16cd87f90c430ebd97175e6bb1e242161e55b9429f7a42d2f9a0dab2a1a1a3452b3 +DIST firefox-140.10.2esr-nl.xpi 436187 BLAKE2B 25b11197f7315be13642bcc939676639705cfd97da67221ba1456598c6a0e9878ef2c01682b642bef7f4c3349282ea86d7bc5b3578a15aa35eddee620240cd2a SHA512 fce11e5da5bec1506412ba14db309484e9f2b037f3194afc209c0593708b714e499a8c81d94bb733063b140e2372aa53c679c47cf21e535532ee8a24eedbffb2 +DIST firefox-140.10.2esr-nn-NO.xpi 432221 BLAKE2B 9885191c57808b94ef5e875d9964ab6a3f0abb78ca18fa94ba220d0c9590ae7917194c3aa8547b9b6178853862cff2c5314e86ebac4132dea89af69e1dfa226e SHA512 e0c1cc6e4c81a045ff1871195e9765bb6bd29db1efc330f798e44c265dc21bdb86a16e691764b6764f8df857d121fd0596632aad01aacaa37fab9b337c367bb1 +DIST firefox-140.10.2esr-oc.xpi 410935 BLAKE2B d2efefd370ecaea903e261d96b53ba7713bae82930aa82e034a90d51edfe339aae9056aae2832c9c8833b68e3e30a47412db550eadee115d2dda99ae1ccd1ae1 SHA512 21268abc3ecbf501ac16ac125ae53aa96157f8fcec0db486b77de33c2d387ff349dba561a487c8d3130b7c318ea4f9a2a8aae4d02ed3efac2a0a6f54b4c2cc58 +DIST firefox-140.10.2esr-pa-IN.xpi 494403 BLAKE2B 735386b78526540ee3b16347df30cc282b390d9ab344e877a0d4e14f14f2290f837d3b2fa698ddf8fd292f4015727beceeb3675d6dec5b9f76d3992c5f653d9c SHA512 7edd17d4ef5837dbba49c14e0cd52f9a8a0dfd5792182757f0123fd55482d6f45d7d3f7cf225d85212c686e48a5ab2ed9e03b7670021c583cf9a68b695a159db +DIST firefox-140.10.2esr-pl.xpi 460920 BLAKE2B 59b3251ea35a7dbd736e8b65833bc98673b231fe67790f7c4b4cda8798f1cdaf93ff620226e281a2dbcfddbdca5f796568d7dd81640bb457765d3ceccfdfdc7b SHA512 cf41ffba51e8a37a753e4ac5a7d480bc81424436d9b89695c0419b75216e652937ce75b2220acd02054bbcf8f6b68991ddaab5424e52f3d6b4e56f0f040c5744 +DIST firefox-140.10.2esr-pt-BR.xpi 440754 BLAKE2B 69dd4504f5a553334d0092b559d2cd5e05d3d7b008d33dd8414ebfc218b4ad1eb8c287dce4e3d4c524883c091cfa97df9a8eedfa6c1345f6848b8440445c79eb SHA512 2578ce456076290153da6d431b30305ac091bffd566b559ac959af199da108388b12581be536085caa4a2f6e8c61ba39d306b4b7ba1fbd63efdef53b00c8e498 +DIST firefox-140.10.2esr-pt-PT.xpi 446415 BLAKE2B 074b6f99f2ccc1f3f552c197eff4d36066e24fdf2d9cc96d3f33d0bbb2b4410127cd5bb37a9df6c2b28b05e10a835ede1dd5167f04266b30e9f1cf2615188e90 SHA512 0675ec8ed7f81bdc4f58ea32a1981b2699586ffedfc11caa7ba6cea3d4c53e0335fc58becddf600a4dee3ac74c0fd945d04dbd89020efddf5e687bbf50164cfc +DIST firefox-140.10.2esr-rm.xpi 438021 BLAKE2B a6665b9419cfa7d4be7ce517236349e0b2d60fb8a0c53954f3bf489852cc1348ef27bfa6d5a45fbf5c6a5abcd94fed8aaf908f24e0f26bd3bb34d33a7ba2da8d SHA512 7c1a40f0e1cbfd3b2cabb52ef0e4c9ea690bdfcc2ecb054e901e73bab226ef6115102b978e60ed6b83ae8f752e788951bc278d600538d8b2d833cfa7049d1173 +DIST firefox-140.10.2esr-ro.xpi 452826 BLAKE2B aa81d2ab66784c879688981b5e0fe8667a9b4dad6f6f969a6943aac5c24387c77e999a9be811329bb1e62a5d5510e2b3afcd50a6f49935ceff05a36f76a26ae2 SHA512 b0a0a7b9fbef9f1b349dc2e4b61504cc198eaeca5ec177104c2ec2400a45d659b0c88030d496d2182098510f4bf45aafd607bd0202298b1480732e139720b73a +DIST firefox-140.10.2esr-ru.xpi 525176 BLAKE2B 8e9e87a83d07529a92f5c3259223033ef37dfb2aab5c5623c9f9afd2c3fbdac5d4d4cb7b50eba84e3496c1599cb15ec7a37adb1291e59650d2ff9635836274c4 SHA512 ee29a347db5db3f11b7545c7a01e01e2c6c0e47cadc8e895aac7b03a4b185627b02171c5353f8c10a924508c442af081accd75e8891b0ad5b1923373be8b21e1 +DIST firefox-140.10.2esr-sco.xpi 322644 BLAKE2B e31ca35d810ebf018426b8996c2d7746b2bc9a2000421e9c5192c05657bd84ae99299c6407eb144de9eacb586b3f760de97bf78424bf508ab7ffbee733252c7a SHA512 fa4b127be504259feed3b7a5219f926e56093c7bce85ed13119d8faf700b61f95f67dd5f930365dc94afc47f17f93ca978fcbe9f0709819798d4a5973946257f +DIST firefox-140.10.2esr-si.xpi 411601 BLAKE2B 1f3e2648b3ed96e21f0c869df0fbcb0466878c21f42dc5bb587595198aaf68581a6ca88a158e0df9d15c2c960438036bad43d5c7ec182d9976b00cafbaa20050 SHA512 67712a465be9f39810fa8655bad48d7b5331ffd511afcaff02786171c67051893f3a82d096902b386303d2219ed50524588b55b575640af116293c3739b4c1c9 +DIST firefox-140.10.2esr-sk.xpi 468223 BLAKE2B 1a83fa1f24046ca1859e3b8e9f3a828c4cf2b211b1dbafd514ff9c68f330d64c4204a6d79904583624f8a4f24c40ab528529dae73ec74ff55680ff06429a405c SHA512 d7627ef777bd3d32624fd6ef418ba2f680ca56b40bff3c99e7ea3198c3fe2df6bef6800d50b9ed26479337b6a7bfc4a7a56f76742edb28f33ada711a9e314947 +DIST firefox-140.10.2esr-skr.xpi 485865 BLAKE2B 1089212533b06537a099d90e2802fac57aecb93889a0e963e06445eb35e1db6d2aa491ac0729555edb6d2f4fccc74640eee72cc154fb15c79cbf407fb6c032a1 SHA512 7f17087bf0400e02183dc566f5eaa2123681af05294a21b494effe0d8c0378d2032f4812fbafc1073b67d3ce456952974542cfdf07885cedb8df7c01d3a629b7 +DIST firefox-140.10.2esr-sl.xpi 441193 BLAKE2B 274d77183174991089aa2ef67c418e4d6d4e9a32610e7ee16ea7afbdd4a5f9e9b3ff8f52e39c41d71b148192b455b1b1f3fd8b04c328e6080a4055b5f7603ef4 SHA512 90974a77be3671bbb0ee9771b7564c5df1f554bd3b4db52a50e59697ffc86186256798be3854e3f4735bca86030b4bfa64bc08dac3806c9cd65019b191d0f94d +DIST firefox-140.10.2esr-son.xpi 273122 BLAKE2B 6bc3de44393067536805b85963031f8b1cfdebfba861553ead3baba9b506c1a775daa00887d180f7a1907eea4b79e221b50e5571d07521450a90095181acf7a1 SHA512 09cdd0d330ffa700d06fe9d7144ec737887afe082fa89e0a62ce55dfcb716c3fed7f0fc6f1647c89e07dd67dea85fb09dacb4c14aa935b1149b935ebfc2d5d4a +DIST firefox-140.10.2esr-sq.xpi 456012 BLAKE2B fee8f89b4681b8ed7ab6de5bc1a654c3bbad3084e46b8c350605c715c8396af1a963f635139e3cd3f3fc8b528bbdf2b6a097b10818817048b95c38077f39504a SHA512 732fb96c6e4a9828ae94f3d3de707f5bd91a536da6f187824d6ff1af17bce6d133011e5c976734ffd57967bb7eac0dab9f41739810e3c640ce3720f3eaa09875 +DIST firefox-140.10.2esr-sr.xpi 453365 BLAKE2B 27b0e99ab5ad400e5f95accd2fdfc6b36e242a96bc0d60ff54e19f5113049f41886147f9a0361185f77a26851b16fd9e9861787af9972c98eb54bed1def164e0 SHA512 d54affab3f5dc5c6983c70a432f1eeb956876bc6d728ad2d9fb06a861567eaa8e85a9dc97ef86ba7eb831d56b0978d73ff75c69f6483e5dee629c4af1f6f9366 +DIST firefox-140.10.2esr-sv-SE.xpi 436150 BLAKE2B 694d938e77a2c98fe79ce8143607b76a62fb086e148c6dc607b8c19ccb53c6914365a1be280c801a5a91eefd45b28e84d82905e19b56b597a44c3dd69646b32b SHA512 d5712089e9b18878b75546cbc1bad88040d82cce5e76bf8b34aeaf8230aa02c021446c603457f91dd291ece574f22dc971b0c723ed5ce0e84647e7c81f17f645 +DIST firefox-140.10.2esr-ta.xpi 338146 BLAKE2B 3b67dbdd515fe2523eff2d4b04f2c7598986afa741ce36a016a6e68ce6638d4f30526af11fe71533fce2e557c88c5c6c327f55529d3259d93021f1a1a98e6d1d SHA512 62f324b8b684b8fbaa29fd2a1230db3773444660373aba53888967796935b562fe848b948c96a4ae3ff3059d4e9e117560a33f25ca7634afe8c7219423219b45 +DIST firefox-140.10.2esr-te.xpi 382198 BLAKE2B 213d3ecd215ae91e338ae6042be22261360845d21825807246920def33b33c616a602308a1b7f7e62ed69fb3aba7bdd9cb4bece81961c73393d56763bed7b271 SHA512 13856defe0829ca67f8e4dc57ba31d6e49a6402b2b1d4e996a9775f3c975ac09b05929777904910f318632e10fc609e589072e0ca3a8249b3004b63a7d1c126c +DIST firefox-140.10.2esr-th.xpi 505492 BLAKE2B 21a5d9ba5e15b73e17a531abde5d8bebd705cee1aab3d6d3dad1599bec0ba7ae6c6865a957d34759ba9f964050aa5c49bb955fb58229570ce15795832bfa2f46 SHA512 0c840fd8d179dd8cf62f661f811f3a3aec784930aa69d85b08fdcf20dea492201a56430969a61e3853fb0fba65f4c52ee96760e233c71ff13551ba3f8e412e40 +DIST firefox-140.10.2esr-tl.xpi 356645 BLAKE2B 39b1552c442ec322f236666ee929675e573932d4c925bdf362fef9c39ab0315b30993b1cbd59b817a0a13ffac9bba72f9e7c273046900be82e9f4c0c227c2c51 SHA512 182c377933f27ae077a5c6a722b489c00a813598fa3e4469b143f937dcc13e4a9fedce38faf7ae5c568436df3d956a838fe29f347c6aeba86fe85ec40be371bc +DIST firefox-140.10.2esr-tr.xpi 449312 BLAKE2B 18800073e0d63c726bcc3a63a09275d491dd115054fc0271e17d6ba28c37db0dbc4339d2dd8fe875800b8ead067b20fbb7109cd16590c451bde0f6bb115fed22 SHA512 87247d7ac8a14dc507e9a00013177ebfccb065656c2cc91e2f97d9d7f85d63bec044f33c722b2f588510377ac19475a67e4f1575f1de70e07a5cc057418dac7b +DIST firefox-140.10.2esr-trs.xpi 324509 BLAKE2B 8c2242b27f281cad185f7f6a263ef5e8a2ff5dc24785a9a68519770e06411d4d2fd068178e56fdce1fffb359a8c0124c1a0ad6441e0b723419456b0b457a8518 SHA512 4ac46022df654cb6ed28759270ca70af44b0511139ce0ce37981053b2ae9fb518c8162ba3e6501d9dafb4a2ce3ee54f23b159925012a61c5d2edb4114b9e5089 +DIST firefox-140.10.2esr-uk.xpi 516731 BLAKE2B 2592fd970fe97936e9bf1035107d24f52ce50f8d9dca65acab9692efc5f4a0047a499ef04d7844bcfb9cc44e0f834d977e277baf9261f5ad24b5b5340712ab7e SHA512 bb0a14f9c8076e81ed15ff126e12ac69d2320169c23a9899369739aa5384644dc43cc428d3361bedab3e1f3d25209e8837199e4e42739f48be13c24cebc66b07 +DIST firefox-140.10.2esr-ur.xpi 370169 BLAKE2B b618f4d8155ef12addbf07978a504d5400dcf40c655e27b22ef4546e0ad83dddc03f606b0d6e3aa449d78aeb074d2464e24a5db803ad9070e42c1a152a32993f SHA512 dfebbbdc37b071c5fd3b6190951c9da1e40473098e4d75ae7b2dc882fb69467661b3966c83ecc49a13c2aaf56e4ce29c72776a69c6317d595702734a1696ac49 +DIST firefox-140.10.2esr-uz.xpi 303483 BLAKE2B a4d83a32b2e9b6df0347294a57b5f677c06c6056501ec1a3e0b0e7839592a4290c1dfa640dbbb85df6cc8492c790e2182d83461832432945ec40cc9a3d40705b SHA512 f79b535c365a7c89b30333c798a2b156aeaaa99a31c696a288453d0a06361faadc1c1746b4e9a8978d6733cacb8d9ace84ddb9d910157afdc2bea6a0a24ae479 +DIST firefox-140.10.2esr-vi.xpi 469140 BLAKE2B 27a83bf6b3be85a350588d489ca7171e1a61c9ba1dd3919cc51458e57db24d2f4d112545a6cd3cec1613b9c4b54f3f1bb9d87e1c17de86199b1d43f82380651a SHA512 f3fb2dfa9e5e0d3dd97e16fd3ad0ce0f9c1a4b335de57e671c7f919ff7c480d450bb6f87718819b4670cca37be0feefa9fed8a8910da10d9afb74152f330a256 +DIST firefox-140.10.2esr-xh.xpi 272786 BLAKE2B e49ebe04e70d6f98f5cd159d0e53a4fc59a64ae11499768706453106d5f077ccfd8a2f2d620d60d4f0ea3c6e23dc8e483e059efcdebfb084bbeb67eef012ccb7 SHA512 18090a9d265d517d091e2f8be305c1da86f18fc185730b20bf50d20e3ccf2c13bef3d226031681815bd464290c195260b90bd09a997b87c847bef140ac8ddc93 +DIST firefox-140.10.2esr-zh-CN.xpi 460701 BLAKE2B b7d86a273f8e474b5ecdfa002d7eed175aee0d53847996d5f684b090ac4a6efb6e48ca4606e112d0fba69c8666e38ac1dab892a54a8e77d01858ba06f7a0f325 SHA512 0c5e1d8f1ef2f36b34675e62190053e13f221fe6cc9d50577053f2e6e75c083318c2f0920e1a87939131d517da140e0436d471304d3b5a1cf10e3e2b2f0d216e +DIST firefox-140.10.2esr-zh-TW.xpi 463738 BLAKE2B 523649b74cc2f0ca7de709b76c4cddfd915303902490ffffaa3b43507d03d20de61b56f171d283d75b0ec9587f2c0ffe47f214c810e8d436d0069c9b5fef721b SHA512 bc9e612545dffb0b8d4a61cdd1c0c1b4ba2f413718c577ba21bd1123a032d4bb7cc32a8833e2acd108e5a100768c77edfb98a91f3c637c7363a7745df04db288 DIST firefox-150.0.1-ach.xpi 294918 BLAKE2B 5890e628de203a7cc7f77df3d325c5468b986f9f8765a5a04f2014e2dd41ada0b033c801dae0ecfdfe3ebb38cdaed5a2e2867f4d8230c51c1ecf284c3c6c3959 SHA512 91a39058456b3c0276396ab0aa922996c2bcea0c1db7a2b5c2cacc86fb1608c7cf739ee822d18a63160e194ac77ed8837a61f54daa682f64842c4b486456c208 DIST firefox-150.0.1-af.xpi 268380 BLAKE2B 9ca38cb1bc9c0e870bcc8511e2ed25bfbff14b75971f013a5576311c098244f27c43f40c1a0367235c82b35326a1fa307c66c08cd4b03c67bb4842f892f4d2b5 SHA512 12b1f1ed0e046e36b20547e8660c6cbbd969f6f99e8073a55399aed201eaa313899fa19725f282a11a86d6cbc875df3bdf7169ff63a07cdf633ea10598a2d540 DIST firefox-150.0.1-an.xpi 332152 BLAKE2B 41d26a935e8f38da3b3a55c383af09171652d8983ba625c4ef704d11375bb7a0ce8d7473a865047104ac984d9a1d5c3e988e6e49f85c52dd8f44e50a93da67cd SHA512 3b3e2a15b10a4984e1cb4c5db700bdc562b670baeb31161c43ecd53af939d94bf9d850b14c12b6b28f8ce63edd716295c1633967efcb6c3b1d68b15d48c29ada @@ -192,8 +289,110 @@ DIST firefox-150.0.1-vi.xpi 506458 BLAKE2B 175a0eaca9b22cfb68482812aa4ef192fbff1 DIST firefox-150.0.1-xh.xpi 274396 BLAKE2B 07d9f3d325f707f872dcba706dfcfb6011651c45292a26502b9f14f0ef9498b8ef0c69069b6ca1e2e37fd1a0c32f2053c39dc9a6a3d3f3ee2fb4cf8cb6a56606 SHA512 952e25052cc94b7f353456e3ded6d6027f55d7af7ea0d54dbc50af2358c8ebb42bfcb962291f4e8554ba9d14f3232a03cc9b6aaa5d641d7bdb74b04e710d1ec4 DIST firefox-150.0.1-zh-CN.xpi 496898 BLAKE2B eed6bf8631d7cf240c23c31b56b5ce7047db75cdf8fd7e56424ea8ba076956d990561a946a6128b2277db0a92fe0860d6fdad7dbbb73f91663e438235b336cc8 SHA512 b09afeb3f610d9d16b65c6af2dd01d44290c8f5dd7dc5e1a26101b4bb5f69e3c7455024b2083b40712a16f2e6012c2f51a9a7c0f12cf4e1b5b0927be18186646 DIST firefox-150.0.1-zh-TW.xpi 500873 BLAKE2B acab5681772514e65c88c0fa166d5533ae643d97fd4b6cc764064d02ad10dd8495019f688ed7898f88b58c2b14ecd66dc18206e460aa86bcd93fdb18fd718c15 SHA512 0fed11eb758f0b04302eac783e99319196f3cb56fbe92ee1a5dd8055783200f8eb4b6bf8d0f1e6605066b544c2e6d9819c33d3daecbecdd1894786da056fd74e +DIST firefox-150.0.2-ach.xpi 294921 BLAKE2B 13eccf57110990092e9c1d6cf480ef28ecf60b1868e9180ea94c8d11f9fa9e8e869e24930185369c6e8d27db799feb647ea55d428269a4141fb5edc40b25e70c SHA512 abcfcf9298a9bec81ee5204b0291f8dfdae496b2269c7e6a7fb31faa5f63a84daedb9585261e0b65b655f11602cab66d1bc5518bb3a374cc4bc97edf5fb1fb0f +DIST firefox-150.0.2-af.xpi 268370 BLAKE2B 67351a0b935e0da1566a99460b97f3393425ec91d192320c743806de603a7299de411cf3131a00fdd2dba2b99a77e219cbedde4956b1ac53c2e8335906b1ccaa SHA512 855883b745536bdce44a4fc20370ae1ae58f0f5013a1740040b771c3787d1aa2aa5f43d3b9a298885e3f11c42baa295b4bd312f2a72a845818fa83c96c9aa94d +DIST firefox-150.0.2-an.xpi 332145 BLAKE2B 0612f99294ba6af79e5f7ca762c537a4fe0f42335fe538eb9d02dcb7d6742093d9a02266e5c9c878a004ce4c2231c3e8722dc7fd3c27b5cd75ffb8510bf4be5b SHA512 14ee64475e20ca8f4bfeffb81c1713f36421b2a3718d251deb9feec178fc1b23fc8eab7f0d3925340e12f8d0cd5198799cb6c9b738ecdb05cf88a5ee2f25f2bf +DIST firefox-150.0.2-ar.xpi 500352 BLAKE2B 55f4dd49d3b140f05a455d52da9d283a962ea535a370264366b3e6b476ebe707c29bf3ab77315828c57eb4b276bc7c2ad9912c33b820ab3c340f05915063b29c SHA512 ad0a407206aaf2623097a22f16a1b789d77d77612a9c989531fd658b2e2b471e7e529eb2b97fc06db84b6175345fc0091cdc52e3b481951182bb308e0cb0bffe +DIST firefox-150.0.2-ast.xpi 312830 BLAKE2B d2a406c497c5ec7c7d8ed4859eb7356be03820219bdd38e2981187e2d3d2684a495eda12cb77de81d6117f7c281572061a044eb0621141a74ea876ed82309413 SHA512 16dd2d6da7dac656d505b13f492c7a13bb19f657ca86355e03996738caf90110ce1110fec636ae152e8533b6617dd3b82d14146c7154cdaf83911308802000af +DIST firefox-150.0.2-az.xpi 318828 BLAKE2B 7cfa7e74fbc016cda17027f7ff5744cbbe4f7814cb0efa4d33a9ff68bc88a0705f7440113efed33ad41005061ec47c8cc8c69ac3550a65e4d30fbdf0720f6a6a SHA512 cae27c30b75724f505a260e8c8a6ff30a3f7337b72f1b18bf00c9ac74a27fc87625242b35595a08de71ada30f30a10c988829273d7a04902c00e0f048b12cb15 +DIST firefox-150.0.2-be.xpi 565603 BLAKE2B a88a912074936cb3c237325d082da2108af8120425223a53f4ddd560955a7e34ad2f4c222ebb8595201aeb29b016fc6b1fb78c15eee33232a42510b2de56d820 SHA512 40561620fa21a1a6462cc69c9d0e44837aa4d81376f5da9715c633676674d8ac755f00c0e1fb0f047cce86aa893a254cd222eb618ce9459ca671c0dff1b3ae32 +DIST firefox-150.0.2-bg.xpi 462146 BLAKE2B 7e01016499f94c98c558fa453e468965dbdb42786d3a51c6ad4322d6ec095ea79bada3296dfc561fe085ae555bce3dd234bb0b74a171a871e260275385c1b559 SHA512 7f9ea7d0de06a6677444a66b022ed08a31f4a869b7f6ed077c4723c563551e1ba4e2edcf27433947f3b92fbd46d8deb63e5bf3faa75b7b573f42ca518d756af5 +DIST firefox-150.0.2-bn.xpi 412899 BLAKE2B 2e1dae0ab9a6c0be03dc7d102afc06f64e4e4696794e5b9f16fc54d4e90e63e06d6ba4e9b59a770d44ea4ef769909129bc542b2622d6d5023510747930a07915 SHA512 aa7f7df2441c8dc09f260bf64e92247c200b42c5abb2f2848d73de5e00141df584885a7ced408f8df8252de467badb5dee4478202204f009ee1d6cce4a5226e1 +DIST firefox-150.0.2-br.xpi 394077 BLAKE2B 8e62a830299ee4efe33dc0c42e583409085c6f90adf4d327006cd7ea2438e264ac999070696f2dbdbf32675e806215f5ae601128af415f27283c0f1c41dacd0c SHA512 6a5389714d4ef698a6ee256d954b4a3fc3e073472364279c6a0fd796fff48133c67c9684b1c39e9f4f7e6aec0645ba767b850fe923489a1bea077fe051688dfd +DIST firefox-150.0.2-bs.xpi 449520 BLAKE2B dd33c8a66cd03633ca8c23b021943a5ff24ba23ed334432f215ba868b67f968b0725c35ce9be61f585f950d927429c22d459dbda6e93fb83ea2dc3b63bd181b9 SHA512 8b8084a4157672e681e62f281bc839361713484d700582b58a4b71b4ddddac8b4c6b275d383f97cd21a6fa7a19c5640187a58a2e854c184ac4cd694e7c209ede +DIST firefox-150.0.2-ca-valencia.xpi 358104 BLAKE2B 003124c47d12f9e15e970ef21c3032b7d12833b67c551a7912da9fd93719b26f5a4793c21780a9772ea6c428e1ecdc0cb4745395ebb0e40b0681111e15097590 SHA512 7584f66adf8e0e357ee6b942ef682bd0fc552133577a357337b3d0aaa299eca7f31bc2c650cdcd6a94ea1e72112a22ab6734333c25c2da524982ebf99c524179 +DIST firefox-150.0.2-ca.xpi 426090 BLAKE2B c92fad13fec64c79ad6240de8c5595640b8fd07e5713b95451cd855d046911c3b52b3cae1c04730a88b5e6b2b0f3f4404d1c3925d40ea90fad0b1503e36426d6 SHA512 b303531e18294be6ca1108ef953dfd8c9dc5c868ec2b4f879745fa4255ca2c29d60d16b715dfd5633c5eb2e63e4c555240d0249d91b210762ebaa37ee2873129 +DIST firefox-150.0.2-cak.xpi 389866 BLAKE2B 9b4abc54919e2cfc0c8e429c3717a290c5103d3235b6ce6c65e770cfc015502fa73a36cb1e69e5c0192552505106ab82928b31352168578e404ac6038bd47bb9 SHA512 153b422070285e5cbda335f7839ff6c33e17dcabe22737f76f5d58b851d431a546b4ea0c1f5915a40523cabde84807a227dac0eb460c5aac5b9d84679673df5f +DIST firefox-150.0.2-cs.xpi 517049 BLAKE2B 9076cdb39d18d001f0433627367a49b3a79f2f30532f195c74369218d4328a478f47d49e1f0f17fe95b0a15b87806e86b83e1a67cab440a0365729ce71bc58ae SHA512 26844f82572a6c79f81568bab47ca5cd775ed37334119dba32a0afcd565a044a144b19b375ba8ebe03d2d77360401410da592053a31a26de4efda533959b0ee6 +DIST firefox-150.0.2-cy.xpi 478990 BLAKE2B 914e6e4f796f4f539581be3bcdfb934d1ef98bcdbfe46a27e4bf1affe5614e18e9c9b4fed5c16f80f5d8cdffee2a26ef23cdb38cdf5295a1cd433c14b06e0c85 SHA512 a4480a06f205fa080a9353975ec200e10228d35b29c4b2929d4b0841ee9514d478090228a657063232a77dd11e3f1de8b872c2abb76a5907c5abf3c897c7959e +DIST firefox-150.0.2-da.xpi 461376 BLAKE2B 7bfcf461eb67a409c4b0c37ca77d4f00aa3c1ba6d15109cf0586c0ff8f91835ab849b318f6c72ea9decea7e64fdc187d16c6920de5b7f265f416db9c8578924d SHA512 17839a721a2852f91663329b90a010404ab2f55cf74bf0011245a3b218262c1d5564ce4484a585ca2cb8394ac2b51bcf1e6a0f124fc3b22fcf79be3b846d7156 +DIST firefox-150.0.2-de.xpi 490224 BLAKE2B ee6fc295ac63ae2f6268ff6cf79a63cac19efefe637492c113af0b174fc8e43018de09d8727284b670dfd8d61c430e99803aecaf60a7c94355758efb0c5c0bd0 SHA512 90a3bb16e4ab8f4c72e4b0e9aaa9aa0d47fa1fa9b27370468238c6e20059cbcfea23ca82485068710a6bc7700732e86f168f6723decce529cb0f6a371cb873e9 +DIST firefox-150.0.2-dsb.xpi 504173 BLAKE2B eeb76dff31aa635b0cbab337b5698ca7009ed7a7428d4e78f0eadc7c19548a9fae55a66b44185d5be11c04e9300a6fe0032a30ffa5a86359fd5b397a8a55d1f4 SHA512 0d43ee7017fece5d22dfc6b4988690468985807c06337ed37e21c773b29727c99718d9808c44c667b200fa4528d7a6df69e47d1526006389ede035dff4a170fd +DIST firefox-150.0.2-el.xpi 581269 BLAKE2B d9be6f8d937b874ce287c2140639593256e9dab5fad85e30de2dda561935d4474fb301d91edd57c2cffc7db9dbbaf4e6783db9926219bf7e5a08f72562818f0a SHA512 06b9fcf26fa70af011182a18fa66aa911845ad140b2bcfedcb6c325cc108bd9c94d0c357cce11dc6aaae69febe3a07d7b49625dedd550db3c955d40910acd826 +DIST firefox-150.0.2-en-CA.xpi 443366 BLAKE2B 04ef2fe34aca2dde5c92c24dc8920489add0f5fd065ad8664644e50f2feb070532ca32a914567ce105e7d0b52a54abe7981c41fe4fa6fcbb3318cbcd316ed49c SHA512 06e607a5dc0f3ff3fac56ffbdd989a10409e2e94591223e14092eaab247b54273ae3c662e816827ac1f8dac57583b0e4af9349523fc15957ba65353f7a40d51a +DIST firefox-150.0.2-en-GB.xpi 443684 BLAKE2B 4c68922ed5afef210371989b305c340d994f898a049179b2b2cf6de70562d1c054fc4fd840cde875f6dfe8452c7ea8728e4a99346111da2b029081c701256c0c SHA512 a2ed05072eef9f00b82baf8e5873e7f41e29e29590044ef5679e8408d5b57d14822feb9a9bd1b307de3fb9646a1bc3f5c1b837c2628e8c059744119afbdcb968 +DIST firefox-150.0.2-eo.xpi 468724 BLAKE2B 3f7f2e902fb4613f30cf9dd429a551cd93fc63fbced4f9af29efe88abf681bf5cb2f7ed07efe679b2e50acf028cce70a70aa05140eaf70c1cb154b62a70af1d6 SHA512 b22b04d893381010dd3d3ec9f989b0e143ed38bbbc98bbc7b6522be686d7c6c8d130a318c1f83bc21d91c72bf754fd47d8ef16b680a8cc3e28293304d3f9573f +DIST firefox-150.0.2-es-AR.xpi 481159 BLAKE2B 898b77c500d8127bff1a2654adfeb651ed1843cd0e3d4e8a43edd1c652276754ad73c1c686f4ab4256de7a8cdfa37c559faae4c71321de0e8ad07da621e26802 SHA512 f024b154ec8d22666bac0a61056cc71344617dedfdf9142d810591c62d6c22edd11af6420b3340733cdd17b91b8f1d64e0c821ea88dd31c9c63c2d8e15abce79 +DIST firefox-150.0.2-es-CL.xpi 482583 BLAKE2B 748b75f85eda9ee7fd626cddc712b08dc796aaafc55f5ba31c784c8177d6167f33843bfb9d983174a4d6558e989da0263c2715d5a5e0444a34bd1ecb52a319a1 SHA512 27efb696248c4da231248c9d17f63c033210245bf50827033276d128256eb2aae8775fe499b5d9e80e38d29cbf3c206f7c0fa1883725bab760b4cf300620f8ee +DIST firefox-150.0.2-es-ES.xpi 482348 BLAKE2B 863bcb17cbd7ebecf6fbfb8a6781c1bad542601add664c3570610ccadc0d0dd35a193444bcefc318ee22d4cf7702952eb80dccb28481dce54e8267b3e5e4f766 SHA512 0fe5f8d28ce3fe2b99a84af9aa16db4024594a8fb260916cf2f795bc01bc8a077a974f1fb51ad30caeb9f8198920aad68e0357771cd9e784f2a2dc9d4b9eda45 +DIST firefox-150.0.2-es-MX.xpi 486193 BLAKE2B 3c62a7254a5271037b08d08388d7c766ec6ac0550ddb8c0b1f9c8a443f10806bd3d480c191976e8d5682c7f577e33a30bfee84d841d6e07b988ecbcd5685ed6c SHA512 2d6c4940751fbad99c633e41c08d77a4f9be79a0536912b8352ad836a218a16fcc43405ff9bb65223388114346abecfddfe2f5aa79624a236b683e295f22ac9a +DIST firefox-150.0.2-et.xpi 358839 BLAKE2B 2d999402911d6c26344e5d6e835be0ee635f930558c283762484c3fe38aea5ee5cc31c5e0428e93bad1a85e0d66ad335364236fdf2e281c30e27e1c2497637f8 SHA512 68433a9d5e3ce90ff136ad84d59a1f1ccf1631b6f618a6652380b601d7f2849a12774b5f2a8a95ecb79fedd0e4adf02e1ed0167042e2b38b4504381c75d8c6b4 +DIST firefox-150.0.2-eu.xpi 468082 BLAKE2B bf62b539db1bff302e1128666ff3897fd6fdb00d5793a431ebe41ee0ff7e4548a16a3fec77fa3760208b405c03d7a34e0ce702e447cab8da8f5a7b1ac7f2ed09 SHA512 760ab1d79273b9657749d23a71eba9c5121442e84d5d7806ca1fb1c26736e54653aa9183236be61463b162f2534110a3dfa86dbc1b941d7605ad13ccc95d6915 +DIST firefox-150.0.2-fa.xpi 420076 BLAKE2B 4d1e74203c6672e40b7319b6280235620879391578427bbb416f37a48c5b4db4e1abec6d64399cbf271fe549e30cb8b1bcf11b879ad6dad82e48d3d3e01b9650 SHA512 747268cef197d8e25c082b526028976f21c5074c2ec64050812966e43eced1edabd6b685e0e8dd91fac78d0531890ccb76225f678aa4e1b7b8c5cf8f78c41383 +DIST firefox-150.0.2-ff.xpi 310484 BLAKE2B 30822539ab459ef53190f7577370e289dd184d2be3d5ee325a3f015f2ab700b7fc8f1fc842223093aa2f19380a2c8f0073acd3596860f5b00153677d1ba2fe64 SHA512 b524a390a7bd05737e3ef095c8643f1d50114c581c81b3d0e13dd77c39e5cc8cdf93d5d3203c9f58d93e5eab17725614333427d1fd242d17732683b2ce2935cb +DIST firefox-150.0.2-fi.xpi 466001 BLAKE2B 02d6a75410bd826295b979fd9e3832deb62edd9f016987e8cc34eb80c1d34588fa5a482ba3a501caf706f6b75bc5b7849c38676b5e6321aaae458a8f4ab57f79 SHA512 c8c331fa4d4ea202de8acf5bdb60572426d489b16921ea030c59cf992beaa3f2e49237da2a4f127bc8fa71203f3a6c0c53c13fa9125faec1897f7b5128c4c149 +DIST firefox-150.0.2-fr.xpi 496074 BLAKE2B aa33f0ce60766a3c743ace9f369e1c71857ae50cfcdcf7e2a3741e67d91162d7b3158b222b7ebdf4d49f7c112cc27913c88ec77d724541a1e026dd1061f04fce SHA512 7a87ae182c56c129856df7383033234198d6bc076fbcade912b302fd7613f20c560f426028009cbbcdbe2c26283dc8784b90421a45aa601f0b74dec0dbe094ec +DIST firefox-150.0.2-fy-NL.xpi 477794 BLAKE2B 12e9ec37da572b55aaac63965e393cc2383148e5ac04227b10e2f962a324fc8d5abb27e3f194d7880b2910cdfc671a4b0cd8e97fa8e73d4238d2bd5df71e23ca SHA512 7c944be3d78ec79fa71147dbf02e7d04c9ad6cf218099cf2b50dca611c94d18b33c3f505c9cbb666a9fd359bd3484eadf812dba1ac4cb78b8ad99f0a0c7e7b68 +DIST firefox-150.0.2-ga-IE.xpi 316146 BLAKE2B 6fc975b0875d2c6873bcfadb1cb4f5cdd7ebb95491a22075a4c35141a072aeec34c0df0df57796ee3482fe407be0384ec1abb0f68a61e5a99ce8c0b8029b5c91 SHA512 a572a12d173af6386bbdabefd678f085b4db7298ffc0fafa8ff1adc91f0b469b20f1f15a5b331b555c33ee89b402ffefbc4694eaca551ec3552d9a1cd54070f6 +DIST firefox-150.0.2-gd.xpi 409607 BLAKE2B 3f95c492b05e2d5912a344132fe69614816aed6aa84dab0fbbada44c8e7a55b1c2c0229905cd06b728d7773a098a4125870b57f9d079f7483942cfd751514c18 SHA512 2b25efbbf31e9652046db4a06683e91c3c14dedd67319316cceacb19f37e29d01d21b19e47b4c8fd08c5ddde0d4f1cd443063ca2b77d85423b570cb5559581fe +DIST firefox-150.0.2-gl.xpi 446196 BLAKE2B e146b9a41de5a1ac0d6be2c10bdc0fe73459d3ccfa3247a97a7421daebc4365bc6418f5da41aea262e25248f0d41d35c0a0689154e64a53d6763c4dc748433fe SHA512 bdfff64b796eed073141427997d3a7408582d444b02d8d673a93b3939d771299387673c47dd6970f57e4b714e900a16862cd9821c92fcfe2dbb6c8d4c0bfb0e8 +DIST firefox-150.0.2-gn.xpi 486534 BLAKE2B e84f5594e83f9ea3996dacfaa175c4743ce58189aecd402e78c37669613ddd383c7e487eafe5b653f65181d1bfc7b6f6506ce032c8b1c03270bd26a1b2f8986e SHA512 999cf1baebd968d1d6b50c19ac6480821e52824117877b4e1b0051a0b6c72de7497a003925b55e1d228b62ef36e72787d5d91b5ca04cbbaa8bf37dc8e45451fe +DIST firefox-150.0.2-gu-IN.xpi 358711 BLAKE2B e15c9182519c045f55546d0ffcffa5c3f30f13185df67c25751644f428818e9b8890e8e45cae215df3b79d93c9ed23870110b88c66581d51625a1c8fef1d33fd SHA512 ca5a9ba00ae2f18d00f2af38c90fb102876beda6cabad09884e0c0f218ced802f72e4d6c9bff149ba6cb75014ef0ef52911ec23ad64d245637102c237dbd653c +DIST firefox-150.0.2-he.xpi 481706 BLAKE2B 6a2957213569d0acb2f482c233acbf4b157bd25e03a2e54190857ee637074c8c235e246a48663cedff3341b894cd513dcf02853d5d236c6cbd0713366e6d4c8c SHA512 2146fa19386ec57376ab0c73e1a839b950154fcaab8e375f8147019261d6461fd038ed74088c30655e4d2c7fbbde6e76455f7c6e45342b7af1e272341f3c3863 +DIST firefox-150.0.2-hi-IN.xpi 377547 BLAKE2B 9ee3c8888110fe8a0be8005d15c4ab46a7bc9ad228fad4241f503369a8eabcdf22c6e8046681cd511520ccba317106b0ff0478109fd5eaa45641a09950766b5a SHA512 1c16c17171ab70a5be80d35c49e4c977a5af19bcaf0bf8d91d29f281131c5ae29d5716c7f92a4dbec94a5f679436342add688b69cfcafe4062a584d22b440aae +DIST firefox-150.0.2-hr.xpi 470455 BLAKE2B ca304d9185f7d79071d16be6dae2152f2197668bbfbf0bf8c0e16f86565adc38fdd41b4786b2a04b0362e6900a267ef8acb4daa998b9acbff859c8efd8be208a SHA512 4c39c66e75798fa1254e5e74d11dc83b793735903ec096927be996222904ed4f741e0295f3b98b886483a0637b74650a57a48d70c6bfcd1b7ae28441656dcc11 +DIST firefox-150.0.2-hsb.xpi 500850 BLAKE2B cbd7b9ae3a725304d06e3ccec9c84d58ec57c9424e98c5585d0772e6510bd1acae4ebf4f16eb806b267b6a0e940e9491f59ccebbbef4600de5634802d5f9d2ca SHA512 f084fc7b4909776f0c14d2cb9f5cdd7d2877810f285867b8ffd8eb989059d0f7aa8498eac9aa71a3a9a937cf2f2e6443122ad24de54eca7f5f21275b645a7262 +DIST firefox-150.0.2-hu.xpi 504997 BLAKE2B f4a93a9ba34851e36c5b8a47025ae501e0593bedc5e638cc2859778f98931abf60fcee406a4815993603f00d0009209104a355ca0d594c1e27721d30db6bb8e6 SHA512 09696404e2322b3c440b8cc0679bf607b18c8b12715b7dd6f0a7d9b70dfed25665de5ffb08f93bcd58e71523b1dc8c6c77ce90bb4542df6454b1fcc46dbbe4f5 +DIST firefox-150.0.2-hy-AM.xpi 483801 BLAKE2B 186e18769fab5ddb8d311e79c79749d70af888d5fcd9e87abcc74f298ab4a2afc9f496e62d4880366e212946976e6611d594a406c7ecf79e62c93cd54d770dd8 SHA512 b089e72d6395931b4878a8c8f7c0811a88a3e638ec340c9041db661ea07e409b48782b8b646cc54d446da5627c7f57048a9cd3edfbc27db738714c4bb9b3f27a +DIST firefox-150.0.2-ia.xpi 464907 BLAKE2B f3a05b0051c1148599a98f9911223b53f8873b4f36910afd9a3f2bbc0ad07af74cf6b9f8f5382120b74db60bc43a814cfdff38a3c74b4f9b39c7f6db4342cfb0 SHA512 bb689952eb124ff31c491c74526f5105968c2612cafa2553b6132578a057a8171fcb5fa6a281d2981bf4a91775ea67b299bee410d9f3ecafd2a755136e18ee44 +DIST firefox-150.0.2-id.xpi 432201 BLAKE2B 98a610e37a1487b668e3e87f9b049848988e33aa74cb44fbf1160f6dcb69de8a4fb89f0ae74401489a83acf90da3c3719969a3c78297542c0591f00f222a9448 SHA512 67bd6a809fc5b9dab014f967b9189668330943f441e4eb352111430f0655bfecfff810b53b9c83af358340a9634a72f7fd4fd493c63c7f29677c54ceb4a3ebe8 +DIST firefox-150.0.2-is.xpi 440157 BLAKE2B e328ca1866a392138998fc50cfdb7851497176f3beb362d6e6497e1b155d897b2cc3936d1a544d131830bcabff21fd7bd7427cb18a3fc485f54f956b0fd51d09 SHA512 0cc236c03b7dc2eb2424f3b9c1e6411b437cbeb31c0bfa948d40b915bfe3523019421e55ee3361b1367dc0a590803fe9a959a474898f6abc0e52384de57d1a6b +DIST firefox-150.0.2-it.xpi 476812 BLAKE2B 845d051c62c7a1c44f4e947f8cf0af50eaa90499e94907d698992a237f7d12c4082b2d28bdce602a67269bad2b20504c4a22c5b7933a0cca9bcd7af6de855e2b SHA512 0929ab4076058b45f9af02f800b95caf29ccf8f85f7b26a3dda953335694685bfe5ea9ae9fe7fb966ceb3aa38a6506cdcd2d8ddece64f5c8996bfcd373e0e186 +DIST firefox-150.0.2-ja.xpi 519810 BLAKE2B cc18ff705fbf394990d6b8e48e6ed16fb1ae274032d4cda340654ebcf6cf915d9aa1786309bffaf0a90af6ce147bba9454a1fc25065e951c5d819e8eb5ec8850 SHA512 286dea58386991e1b4f7816c6272fb16da303ee5dcd17d389197b4c1406147f9165144537aa6e81dca080afe94ffe94a35e5523416d43c04be628ca512fa3136 +DIST firefox-150.0.2-ka.xpi 538223 BLAKE2B 5d484e03dcfeb54e990bfdb6fd2c3e1a384efc41d576c1c2682622f9643613cc013150802159a5303fd3dfca037a23420cda5c3fe54c249914b1d1772108a103 SHA512 632da127c376cb4256219d62e203de33d748bea42065f259c28aba32daebc2333243105a18abb19ea86b51b30c573a1870fd9cf5cb6924fd78188d2f4d0e9ec7 +DIST firefox-150.0.2-kab.xpi 425959 BLAKE2B 9f443a76894c39b66b8ea4657ade60573a66a3ff6a0b7e196b5f310d731d879225407ba7739002a371c993818309a0e2e1ce2d446c4e59f67203b458de0110b0 SHA512 65fec9869c558911af507990b09188bbeb13ce0ddccb99655d3fce2d3ca83f3e2ef272f3c85461d4a14d762ae5db93fb17826b250dfe880244e710d6f7d47aa4 +DIST firefox-150.0.2-kk.xpi 557135 BLAKE2B 79d9b5537b71db464a864cebdb1d24ed795e8bf962fa59c334cb6a9de03c2f046e7035787300e6df645ebc1aa66ffb3f85a0738fa8a85a9c76aa873efc47a719 SHA512 9ca0351ac41515988ea7554ffea3383365f668d4ed1a266c31589ca130cd196032513176964184a4d23feb00a09d6c35f17646c3cac5da3c8ad7b397e6081ee5 +DIST firefox-150.0.2-km.xpi 375466 BLAKE2B f55cdffcf966d641433b13be88c98151d55e84e07cd070b64544c4f325c56c338e39c87ffedc7b12a44d17f50fecef0ee2471f6fac95eb57ffb5cc23fc6900f6 SHA512 2647fe7a6643de474e1d240f0a8c3d6cced472fced9aa5e8f710a227e2570600d0805e271f636a247bb20c6b136c9c0e0bf6e6b02c45c8a72eaa64977ed853b2 +DIST firefox-150.0.2-kn.xpi 332674 BLAKE2B e6e2ce86e7ae57301f872a24d6ed3bfac0fd93f8663c1ffefd5fa89671b996feb007bffffa40d5cf05cf3bb64c1ef74cfba68ab2353401add55b2a1f7c330543 SHA512 e27bbf63b2b6eece9f5a077d9f7b7e2fb8d3a09bcbb2abc8471a4ae2b25d03d11ff35a8b61c75ea3842e3bb745126ffdc061a9ab3a2503616588eb3a2311a392 +DIST firefox-150.0.2-ko.xpi 504386 BLAKE2B b343d850eca592cfe650f3b6ffcafdf88b7045d55c813e7306f51b1abd2deb4218ac6e04b5a4c2fea2852dcd2323f8398210298dafbc95aa29883c9a8c32d200 SHA512 9b55dfb204abdd92620f6ba9e3a60e561f5af80183708064c2f200a5eacc741653704a92633479b1a0b1fd7a659c8a0229f3e0b377125522d87f84244a8944ee +DIST firefox-150.0.2-lij.xpi 319825 BLAKE2B 49dbbd5c010cdc8fb80670e2504deebf68611aceb54a387ea4463e84e8a206da70def980ab686ef0c3fcae5339d9b0f2dc17f4449810ae2cab4b276eb1b179e6 SHA512 3f29bce23b46ba56cb2243b76105a59dbe6f589a739c09eda53cede47c96b866f6ec68036d16957f7688c557fa4f4e9fe5cf6e7a0c7a3521cd22011543a26c25 +DIST firefox-150.0.2-lt.xpi 379636 BLAKE2B 0176f3e53cd660c7e9713317840d9e645c74c3dfa15a2e570e111754c1a9dbe46f7f0da025ad8ab859c13255b34bce541e95ca22690303de087498b37ef1424c SHA512 52b78ce755d59e892a7b7c71d598def2d9a4b5c987083f6b016e7a7285f1f5f7aa0ec2c7618c1af62d732ffc96397ddfa9c07abfb7ed2a6fd3d11022b6cf83c1 +DIST firefox-150.0.2-lv.xpi 390937 BLAKE2B 849be4e9b0ba84fe136e3bfaec36e21e993e65f64777759847b87b7f1954823eaecd3447280d7feb51ebba5e06dbe5b37e25b239f0e4fc2f8d154ad7af1a05b5 SHA512 8e8b236817114c1dfa426fd920cd026dac51d384155fe3f344d710bc5899151784decd1a3c046f1819d3c73eba4ec63c536f809f5b513d60a855c176b7d4d9e5 +DIST firefox-150.0.2-mk.xpi 350173 BLAKE2B e30bd32afba355bc2f8b7ae8fcedd42d1acb55de08cb5f2280fc1220053724400fad6866e9fc0860fc8b38aa4f32ae69174f563d66c48ce9faee32372d0d6df4 SHA512 00ca819c8b129b29d288302666693a5410aeb95ab3515a397e19a3082214658c7309131114dadd3fa6bf79965a0c029c5b9eec69a4c03a336e7c514c62c0a2e9 +DIST firefox-150.0.2-mr.xpi 356584 BLAKE2B c9a421f97f6738e2d54d6b866eacb55d96e0a02e27d690e89a4c2feba2ccfc0f61b7da4e43e40f5397250122d5feb83860fd22a7d501c6bc74c525f8b33c5ad0 SHA512 009839e65feb9ee329858802e2c6c2cf26e67895e423d4077ee37eea9c30f05e0150cdce4fac0bad6e5a69450bcbbc33f32e9919698b288d11af133875b6b89f +DIST firefox-150.0.2-ms.xpi 296291 BLAKE2B 28e316baf9f42e7fa99ea6fc72cc5fb5d1e11469d9fe862b2cbd31cd54a120052eac54c46ca70023a318aeb629a6a10056f0e698340c48c501d420658ec13897 SHA512 ad53e0ed45c816c0172cb1aab95b34399c226445d3b53409c6ed3600283a6ce8696d53b2684f6edb99d0a2ce25f4cc076920912abe455c8262b8c128ca752e89 +DIST firefox-150.0.2-my.xpi 343356 BLAKE2B 3cb81d711d98d84971c688979f23f961b4f3d9915d10f03c8cdfc11336b6f3dc99d6c4dd0931459790cedbe411d4415940987a292a5e90c6a5d04f609e5d852f SHA512 c19a5db87038828e1ddaa6131d3f48ba3aa6600dbc213bbc39afcf57e6f2469f9ea193ca33e5c5b3f63aae29ca9fde0522ddca9e4276eddfaf64373060975fc8 +DIST firefox-150.0.2-nb-NO.xpi 463953 BLAKE2B 8df37e227d69987207e542b29d4263e87bfebafe452d5d89e3196e4d20c6447de9a5e5c4046f6df7abeb69de9343a6bb942cb731da59d857581c8ddb53c245c1 SHA512 3073cfe0646d8edfc425b964d1535259322d4292401ad56be59187ccb24754f5d1ce6657324d0f454e5ca3ae71aae9d5b229d32ce2b2e789733520743db6a401 +DIST firefox-150.0.2-ne-NP.xpi 348845 BLAKE2B 3daeb7c72a80428750fa59addea5b65e31d8935a09b906ab89dca3d0a026ee89569b300a7ec8ce95a158809b0ef4bc7fa31dca1441372d0b2848db1eaea4d5dc SHA512 1783bc8cb9ac8321291c9799958d8088fce1673cda8110ef688ba7e3aef881997693a31bab486e6cff3310119ad4302310639facdd0ec4046f874a2913ae052a +DIST firefox-150.0.2-nl.xpi 471474 BLAKE2B 00ace05ac4257fc06ac9b4dc4f0b68632698b0da8426c9ff453a08c27c200a1b3a2b52b8bc31823f93fc184bce68a9bd3d8330b23c28f47fcc6efe77dcd3de79 SHA512 d046a8b48b0cb7a70436b0d21f6010a2449370e1d9102b822c66a51447049e4b35d2778cb17a39bc2dd6f609729e46e5d2473ed257bedec3c8881de03c8ad86e +DIST firefox-150.0.2-nn-NO.xpi 467220 BLAKE2B 1b248358b938564b45f48c86bd28ac3eb7ff55594a6fb7d2061cfd5f739729629a38bb2c75dbe68bac13a6465a8ea43b4873e9ecb913c1aa4039d0c398c298d7 SHA512 7f1f142bd4689ca2370f9663cbde7cf509ae0bebd7134b2046270c96b8e1e25bb7f71097798408539201f83b795887dfc066e46e2e5653c8514f10f50063186b +DIST firefox-150.0.2-oc.xpi 414295 BLAKE2B ff6d7bc62a1c1720cfafd797bd92a20ec6284fd156fb0202a63bacc305b36fe9ea717e0e656339fb2b59634843b28b728ea1bc47d48393aa66331463594139d9 SHA512 dbfbd75167ec53066bd2db4394293e2438e8827f0ab8d63ba23c0d6dde2514cad80e22f09955a9218860d46695fd58fd2852e3fe57e69d6f7c87c465b02169d4 +DIST firefox-150.0.2-pa-IN.xpi 537126 BLAKE2B 6b2378e7341d19fbbf72105c386a87d126e5caa2d38e34005d77b26f777ea70ae08fabbee1dfbe13f374094aa6632615aae35eaf5f462e1c7b326c697e3fcf46 SHA512 22197f4a7194dbdafd512bfd4cb9801ce1fcd89cef823f722506475ab807ddc62c7a57d1898faa6f9e9a11bed021619aec2e89773e5d2c2eb239565e0880e06d +DIST firefox-150.0.2-pl.xpi 501901 BLAKE2B ca0bdc388765df2201e5c581ce46d8e159c08ad82c6261b7c60c4505fde0be8205a18e65a49de531c0eb1af2b232f46bac723bad17cfc0e599236ccc863dd883 SHA512 a2d86662edc5f9d97172e1aec13a156ae9c0b776fe30b52e4f7a5ae673768f85cf5d4c006f03f1a2e1895906b36579fdec9f0ba8f9119c416337ca053a203540 +DIST firefox-150.0.2-pt-BR.xpi 476187 BLAKE2B 4fe6563fc7381e7ca02f7e7475c16815c0ddc74acb5935e3b572beef52f84175982624490778c3d06a30d50c32f9bf7d511cf13a2958cd08760f2312e19f2fb9 SHA512 35aff2c0f12bbb4e681f1960b8b3348ab2d3fe1ba61da183e245f3811bbdcff31866f29043f882520d7ebadad56b4d9bf42d126f9bbec687b3d0550ea7732c13 +DIST firefox-150.0.2-pt-PT.xpi 482934 BLAKE2B 5fdc89f3d89958012392934b1fb921d19d8668021ff3deb76f54ca1adac12a63010563c5cb6d6a7f3670cbfeafde22ca344b89993d45e8a1d5f5f966eeb464ad SHA512 caa2c27295f9753430edaf765cd60735a9e6d66a3c715e6cc6eccdcaa2653edaad8a92379124aaf0ebc1d1d4415aa6c2fcd9b9aff166c5d087ebb5644eeeb5ef +DIST firefox-150.0.2-rm.xpi 457999 BLAKE2B e9c08f513688ea3c29b1db2ff751355266e17f239886c6100b204e1c47b07dc732ce8d85c29344fb5993903fb26d81aa34f6457481d5286605429869dd22bbe6 SHA512 486e19e8043b0855d777fe58832924de7ee2650728b5d2cfc1b120cda029d9efd6e2f4ec676a423d08a564be098c2f7f1c24b1cf6a7e15bf891d7a767e04bfce +DIST firefox-150.0.2-ro.xpi 489792 BLAKE2B 13dbbd1ec8459a9a4524a5bc40a04566a6c1a23824aac758050a824a6cc86acdb306ae4412e4725984df9d8a742ba8e8d771dccfb128a5ff0841db63a8bef6d3 SHA512 f764ea2aa87e0329bc649bbea90206ca9b0300a39340e328b074d7a736e236aa97e162548b0f4127366fbf4b09ddc7b2a15e4d73cbcc38f0081407e4c9f91424 +DIST firefox-150.0.2-ru.xpi 569462 BLAKE2B 4b3a9d778a02d8866c45553dbe84112458a81fba8ff02da1101219533c3f417e6f809eaec2b589e429e6a60fcce9a575d9c4487993f83ad440f1b92da136bc29 SHA512 587b6de15274235fbd5c7e7b91796c69f4f876373e3afffb33d87145784f3bbbdf1bf4911971345687880b4a771c803281b873135fe380817bb2c1f6b744a662 +DIST firefox-150.0.2-sco.xpi 322721 BLAKE2B 886bdd9099100ad0dcf35a1b4c19712cc3f765d528f70f6a54f005b8922d07cfcf478c0e929768ae5190a14f24d3e9e1ef78d2196dd248d8023031db9a7c0c93 SHA512 4d6d7cae9aa444bdbaf558f63e1f14ffdcb26b4e13bb66c86cc0416d5cae3f3c08531bc6b046446bce769bdfbabd51211d2425f748abba5e1af1e56b53e37201 +DIST firefox-150.0.2-si.xpi 409174 BLAKE2B 45ca5fddf6d9dba9a20a189e63f4478b37b22451dd83b8cbc899b098c3455b925f26e5fe7208b871105e06a6cfb336b48d0dcece6c3de92b3fe0c0d54e844db2 SHA512 46da1d85ab4030ba13a0662b4b409c076a36e435b92555495ebcd75aa5eaa19e49c8131db57e8b1a3c7245ec1eca813939a2d1c9633b4fbb3558a58d09f8dc91 +DIST firefox-150.0.2-sk.xpi 507998 BLAKE2B 747e87a56ba274a9c2b486a7de8436cc597a5ad32f684799569855faeb44c0b2d2f6fc0850bf11753663e7bc448c97bb1db74614d1df20c363f12318342d80b9 SHA512 77249016057fbd7cd936edef441ad6fe7796a16cdad9a19430eab4c476c3434670ba93445fb4b4a0063997ce9d4607797d8a61d882c6c967c216b3586a14fbac +DIST firefox-150.0.2-skr.xpi 484525 BLAKE2B eed6a0e61d068b184665ac0f3c16582280a5ecfd4111b798d5469b5acb13ade8bb10510d8b9d251e85a8dac3ac3633ec2f95f52874bdd3f16f0b6ea2a094c60a SHA512 dec773b2adf2004694bab70886cca48515ba9fc4226365f352a860c2911cd5ab245a4460b0f98672f78d77db3766f953097405c1d4c6407a26539b4250262042 +DIST firefox-150.0.2-sl.xpi 475542 BLAKE2B 006a20acf2a0881b3945ea64d69274c76429248d8dc3b3bb9677e8c6207ab689bfec5fe62843c1dd4781add277dee1470eff0ba524ba51c5b71276b9a61c2428 SHA512 52b578bda07735bc3864d559c1037726b8dda5254d5e25708ab860ce998fa8ea74d0fff847cc33eb490a84aaec0c6d738faf0ea2aa9a90b2c3cca8f78a991749 +DIST firefox-150.0.2-son.xpi 274898 BLAKE2B 8b99d3c011a444df76a18fa17b095900a40990854d5b3c03b3ebc2c6e2e19d16d9d7427590a9be886c74fe6511dad32e137df6e5f7b49ddd6ca956d68a4161f4 SHA512 ec1c2aa880eabcfdf0f152dce15a866a450692eb517460f2a17fd897f107055f48337b3fae2998471786985b13ef39926501ec82fbedca3a51c95e4f19b08275 +DIST firefox-150.0.2-sq.xpi 492730 BLAKE2B f124d88ccd32a458108e3c794696bbf69b82a2aa57802100f755a7e73ae5a3c8c2bd942368f520c45d29f61dc18c008b02b9de92ebb6d91534e3bbfd1088f96d SHA512 76a3cd67761fd316b6ea6bf00198ef5d47cb5c6ece96f03fb0cb6616768f14d936f7a47472186b72430e619f178281f683b5ec0be25ff0c8a58833ea755d2f85 +DIST firefox-150.0.2-sr.xpi 540884 BLAKE2B 865ac6a2e5d66d6e4dfb0e19876c28bea85b395c12449f3ed620a3856216d207436c113f7c14f34c421498cd9ce252a9a36183ef6daa9720f6df3d23abc6005f SHA512 fb1120ab8e0755a315ef1f9538923cb127360d0a2575f95e076591038778f59aa5366c5ef2e9c74d55b277830d2cd3f19f6e11bcd20788ed232250cf72127a29 +DIST firefox-150.0.2-sv-SE.xpi 471193 BLAKE2B 0a77243f7a7b731b6033001ecaaa548cab88cb958c75f9484867db3602a81724f43ea989f1f6c1393dcaec55e8739ca11dfb86d97bbb98d211376975f88683e4 SHA512 d2743e69ccd7a6c0c4c722ced787594f6ad58aa218a69839ff8c5feff874a771de6ce8a023433c3c5f1d05747e7184cbea3fb27d25b40cfb51a248a00ce895a3 +DIST firefox-150.0.2-ta.xpi 338497 BLAKE2B c188740c5a2e509c630d659f40ca1d81e2724aa7ba1023327bdf4939bc1775eb0aa7e15e06a14612420dd2e3fffcab8f666efcde2d28cd8ddd52b92190fedabf SHA512 1b9d6bcb098e5a3ed97a81f9dc0cbd02b3b5c57649e1b787d900a0510bae3f76e93ca9551c727bf8d3bb93601e03cdb7491bd4fbf87b0124553580f110ac92cc +DIST firefox-150.0.2-te.xpi 388407 BLAKE2B a7386a77d630d583f23f82fd9716892d8fb79732cf54c7176a5346780c2b9d88071612da07ce7f9d212b949318e8c447cddf2f1d0ab4679f768fd932040ce92e SHA512 a8259716a3be047c90fdff27ca62215a098d9134bfe1bbe5a50195c7f04bacdd9509e3682a5fb644ce5c8b9194d27de04e69970346883c1fe50c232310da8cb6 +DIST firefox-150.0.2-th.xpi 546794 BLAKE2B 4c0aa47dba783d9310cc59b5d9643ef9905906f8d422da23785c550eb4dcdb6f0292940c76665c43c0b81b174274b3951c5d51bbe04825f88b6a470d9d505a34 SHA512 75d374dd19ac6d16f772cd1e399d247ce5169d10975867f4448126c7f6bc413cafa21b424c4a0c7bac75ded4042e9337d3424113a03b9fd06515a0e3a09c9fa5 +DIST firefox-150.0.2-tl.xpi 355963 BLAKE2B 7d4a336ce126e2c886caa3cba2e46e32dd6735b4ce676aa13b58ff13f5a3c540a1cf3d23f79675cf9ae545c1198cf2e2d49e3002bb49ae36353d24a64585e3af SHA512 71940a16a0824f5a1db431a3d5f4aa64b629c7c59dbf402444e26e87890f29d543612eb02be6bf3b7102e9c13f9539dca48c342c6e3d39ba8a7ad86c9de450d7 +DIST firefox-150.0.2-tr.xpi 485528 BLAKE2B 40364fcf61e92f10f4148f1c7d89842e7e4a83916e2cf0e899287fe9f43720b4637b8080de7906a6511968115af95a499c4e448b2a015b6cc24b79f83f5aff8a SHA512 c670470cdca08a40fe6031613db7f4c3bd665ce48460beac37ee301c8fbb1d35e948c7e8c36fb547d90cde6eb4a4b2cdcb261406e3f9aeffb458861ab95e7524 +DIST firefox-150.0.2-trs.xpi 324878 BLAKE2B 605cbf66de3afd18e9a05d2878e8a12bde6d3de99d90a3497b435749fecdf848f551ca0693adde5723759a393a432284925b6f32a45856e10776f295bb098278 SHA512 9f97c7e60071b539f432f3c46822ea175788229fc9026c671ddef2d9998e4352165e465240d7ba2182098ad757d9c428e6f499540468837333a3e9e80791a553 +DIST firefox-150.0.2-uk.xpi 547607 BLAKE2B 07633742ca5d53a13ded9f0b8c47869dfe98ed0b7b325c4bb0229888dd30611e17cf99cca1761408b4f330f0ab0888cfcc09992ca99c113d5aef0d7d19b7624d SHA512 c47a039ee679d68a5d2a619071c7815ce2194f835a358bb6dcd7182ac2d54738c9e779685478f9f164fbf7b2805cfae31fe83ac681dcdad56cfe069cbf373a98 +DIST firefox-150.0.2-ur.xpi 370650 BLAKE2B eb49a3462c66398dcdbcd394ecbff6752c5086d7aa2754afde286c5dcb67d1a67f32021ae089162a932774c05848c9bc81add36cf549654363b1b61d877e4e73 SHA512 ed4cf1089afb66971fc8e1ab8ea2f3688cf4e82e08479b6254a994948d5d51ed8b1f4bdd38510d328829f73e3d5e1b93d88a27ec77969483cb31e1a9f5bf6b7e +DIST firefox-150.0.2-uz.xpi 304804 BLAKE2B 8716756c3d70e441ea139953336604194a2e45449d1d14a06d07e64287135dd91391ae536c21311be2ea5b16f607789d04d7845224044644c1fa9d644c200687 SHA512 1e4a679f17c43a4d604147166eb6aa3667dd0d84913a431bfd7e3e73bf07863da93dec83463436b86e27a1420cae43909e49cb8a57d06e52894177784cdfa80e +DIST firefox-150.0.2-vi.xpi 506458 BLAKE2B 9c2959eee29ffba5f0573c06023d20cb9ef08009764260e66fa0e0194acef659977f65537b14ae92b82c5b6395468c4455447405fb0d1ce34209d4c995b71831 SHA512 86ba1994f7c84e97aa8205e16d0408029768829510c3c0e62045f3e45144a7a72ba983319c362b15aebdc797a6076c1e424d536548dc1167fc62df5741beae7f +DIST firefox-150.0.2-xh.xpi 274397 BLAKE2B 1963c2de41daabd669c78cbe68732a89b7691d240afe5770c84e446944372e1bc4599ebe37bf20382c1c3b96f0c7b6603bd81a4beb8d4911bb3aac35afe0e4d4 SHA512 a2b3631819eb4d59ea18705652e570d46ab7d98266a602764e6f25debe24435790ae8dd3b6a43c5ca959bbcee1dd20832483116c37ce1c52125cf12dd0de3ec5 +DIST firefox-150.0.2-zh-CN.xpi 496928 BLAKE2B b22b5f063e85f8c1dc3daa7ababb3b3eb837b5b1f00dac99b706137065fc6cb39bd9f8a058967da411f07aad5bb866ff325c9848125016d6702ab47ae7743b45 SHA512 4f9623bbae9b9c0597b778dbcbec9a019dc6507d88a6bbbcbccdc5b63a81a0b14e6bf979b3ae94b3ad7405bb33a7a2ad63211493d659a6704eb7ab12bdf97bad +DIST firefox-150.0.2-zh-TW.xpi 500878 BLAKE2B 4eae336f62ba03c3cc470a547a36fd0ab31937203a1645626bf958994131786c9b9c39f7e1d58164c915b2a59fdcee68e7fa1dae501e94b2a264747c964fcb9c SHA512 35b1e6b10ae2cf629d93b16f77feaa6047d7c0ae2775eb0792d033eff0371ee1666c4926860f407272c9c1542edf729e82d99001e0925ab96f14125070ae5c18 DIST firefox-bin_aarch64-140.10.1.tar.xz 66474888 BLAKE2B 27b0dde55ebcd82ef8281a27acb9c6ebb502cd835889f07f5d95ef8959b8e7825d49e94d969fea0598d7cc82ca1ae71964eb7b75b3e9eb74a3386c251f2d718f SHA512 c69c1bed048f367f919843e927866986bfa71afcbc3de7a52c5426d076b7a5b9e1490d55e2147a6500f21bf7cc31b73c9b0eaeb279b9df25050215c13fb915b2 +DIST firefox-bin_aarch64-140.10.2.tar.xz 66450524 BLAKE2B ed089670555ff4fe45abdb8f4761ce7f75c45f262402b1298de8248abe53e7d9d64e579a4a8ccf165aa8cc3a0b8f388e5bcaf8bdf3f3ce9f07abb88ccf4837a2 SHA512 573b635289b15b2ba79044bcaf612e7d703350dfc074bbf838291049fe1a34672d6a8d8d4a1d2e83fe04c7aa8b764e91161ef852fba44adb39e20ec635977756 DIST firefox-bin_aarch64-150.0.1.tar.xz 71397520 BLAKE2B e6d5915e9d202c241d2d1304bc31c98d1c03e8a05b63ea6e7764f6967c53a30d5e02751bd60ed6dbe1c130916ee59e1cb8987b1241cf61317ea02bbccf2b86f7 SHA512 6ae6a10a6b471c5be2f5a3cef7ffca6668fc2b99fb1cef99253cc6d8c4aab46cea91e02928c300f2c76f3211703031fe8b09bcfa8720722de34b8fdbdf556418 +DIST firefox-bin_aarch64-150.0.2.tar.xz 71485700 BLAKE2B 901295c57b235a620b738b606702b8f9e9dd4edb70a1ea9b0d927f614ea65aacd54fe92bf04e0ac3ddf6d759c850e3455147993bb6561aa2a6680a3505bacf5e SHA512 33c63fd1fd50392df2fae2efdcd5fcf7e253d011e1cfd5eb5dd5115c6c71e72c5fb997e13c41f9100588c98b816b4b23452c4598920436ea73f6c8f5116ed922 DIST firefox-bin_i686-140.10.1.tar.xz 78599480 BLAKE2B 8a69f493d5745772a742403c3ca3ebd3f857d683a6526e48a943993ee8b17a0d641984b504b3a1801bf362c8343eeefe013b19f7368841cd31883bd4c36c3809 SHA512 c82dea03dd9681d875b50c3fcd77070873bf7582cdd62d9649985d219ccc0c4906c4e1c884a27287a14e2d5e11c9d3a64172e579216d2b72cdfc9de484dd2463 +DIST firefox-bin_i686-140.10.2.tar.xz 78739756 BLAKE2B f125820081080ce057cf5c08c5902242be09dbf3845070111b9d55455bd12affbfd4ea80599c07b82daf97adb70f3ca16d7dc497a42afa52f23429c1d202e710 SHA512 6ffc0a981119ae1623bcfaef1e835b70a845fdd00dba5d9cd12e6efbea28f2eb11f4599c7665f617018bc9a074fa3b7dd767cc4eb4e361c20a3e8cc46bad2dc9 DIST firefox-bin_x86_64-140.10.1.tar.xz 75892956 BLAKE2B 25f3051dc050bb103aa893c97e30d2b6d5ae29b7c4f7acb85a133474cd32226ec932b96741ef90e3fc3edb944d00cecd700fa3e3e75601a6cefc8b7db615d7f7 SHA512 f4c08c587cae67402df3d7b303776bce5f4fad11d928bdc3368b835600af0aeef3446659c9950283020f1666752ffed0d4b6ee415cddadf783385c71b8219ed1 +DIST firefox-bin_x86_64-140.10.2.tar.xz 75354040 BLAKE2B 63d573beeedc824dfcbe2937a89a55a20d99c314dede37a3e1e16276e504a917a311854be7389ed7c27c18bb736164eb13ffcc286a8ff7b6a8e13ae4270c9dd0 SHA512 4c930744f6fc8bada9e06de700a2c949bc5c36ed43fef4c355f6792433171246821b15f4687ac69961c8188c12d61cce0249cea554d7da1a564d0fd10019ac1d DIST firefox-bin_x86_64-150.0.1.tar.xz 83562372 BLAKE2B e21f9afea086856451647bd13b6ff67354b97be4d0e211a3b3b64653b4f42653eef77ba26c668375aa65424fce0052aaceb9f16bd1fce0fe7cdef48c3543d8ea SHA512 a2d9b68b4cb54134513c07a298fc1d5bff4af77b6fd6b2984d455422b2c577d36602b8a37e2432416c63f9fcd24ba859131be6fb567aabef5084d9a6f3fb8fc5 +DIST firefox-bin_x86_64-150.0.2.tar.xz 83510504 BLAKE2B 48e4bd94c248f68ce584f62491bd24213ca2384e25eeeaba5fc79c9dda75c468455646fe2ea1b1e07f38e2c54c807a02b6186693e5b008d91feb468c85f3a7e8 SHA512 673123c1fd0540fe18424189b4fd4975a8f1011a000056263a90e7350a700764ad86321db7a2b224c6fbaa8c46d80b030f7532f62df237440ad3745d9d867f8a diff --git a/www-client/firefox-bin/firefox-bin-140.10.2.ebuild b/www-client/firefox-bin/firefox-bin-140.10.2.ebuild new file mode 100644 index 000000000000..40ceaf125a65 --- /dev/null +++ b/www-client/firefox-bin/firefox-bin-140.10.2.ebuild @@ -0,0 +1,361 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MOZ_ESR=yes + +MOZ_PV=${PV} +MOZ_PV_SUFFIX= +if [[ ${PV} =~ (_(alpha|beta|rc).*)$ ]] ; then + MOZ_PV_SUFFIX=${BASH_REMATCH[1]} + + # Convert the ebuild version to the upstream Mozilla version + MOZ_PV="${MOZ_PV/_alpha/a}" # Handle alpha for SRC_URI + MOZ_PV="${MOZ_PV/_beta/b}" # Handle beta for SRC_URI + MOZ_PV="${MOZ_PV%%_rc*}" # Handle rc for SRC_URI +fi + +if [[ -n ${MOZ_ESR} ]] ; then + # ESR releases have slightly different version numbers + MOZ_PV="${MOZ_PV}esr" + HOMEPAGE="https://www.firefox.com https://www.firefox.com/enterprise/" + SLOT="esr" +else + HOMEPAGE="https://www.firefox.com" + SLOT="rapid" +fi + +MOZ_PN="${PN%-bin}" +MOZ_P="${MOZ_PN}-${MOZ_PV}" +MOZ_PV_DISTFILES="${MOZ_PV}${MOZ_PV_SUFFIX}" +MOZ_P_DISTFILES="${MOZ_PN}-${MOZ_PV_DISTFILES}" + +inherit desktop linux-info optfeature pax-utils xdg + +MOZ_SRC_BASE_URI="https://archive.mozilla.org/pub/${MOZ_PN}/releases/${MOZ_PV}" + +SRC_URI="amd64? ( ${MOZ_SRC_BASE_URI}/linux-x86_64/en-US/${MOZ_P}.tar.xz -> ${PN}_x86_64-${PV}.tar.xz ) + arm64? ( ${MOZ_SRC_BASE_URI}/linux-aarch64/en-US/${MOZ_P}.tar.xz -> ${PN}_aarch64-${PV}.tar.xz ) + x86? ( ${MOZ_SRC_BASE_URI}/linux-i686/en-US/${MOZ_P}.tar.xz -> ${PN}_i686-${PV}.tar.xz )" + +DESCRIPTION="Firefox Web Browser" + +KEYWORDS="-* amd64 arm64 ~x86" +LICENSE="MPL-2.0 GPL-2 LGPL-2.1" +IUSE="+gmp-autoupdate selinux wayland" + +RESTRICT="strip" + +BDEPEND="app-arch/unzip" +RDEPEND="${DEPEND} + !www-client/firefox-bin:0 + || ( + media-libs/libpulse + media-sound/apulse + ) + >=app-accessibility/at-spi2-core-2.46.0:2 + >=dev-libs/glib-2.26:2 + media-libs/alsa-lib + media-libs/fontconfig + >=media-libs/freetype-2.4.10 + media-video/ffmpeg + sys-apps/dbus + virtual/freedesktop-icon-theme + >=x11-libs/cairo-1.10[X] + x11-libs/gdk-pixbuf:2 + >=x11-libs/gtk+-3.11:3[X,wayland?] + x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXcursor + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXi + x11-libs/libXrandr + x11-libs/libXrender + x11-libs/libxcb + >=x11-libs/pango-1.22.0 + selinux? ( sec-policy/selinux-mozilla ) +" + +# ESR and rapid dependencies. +if [[ -n ${MOZ_ESR} ]] ; then + RDEPEND+=" !www-client/firefox-bin:rapid" +else + RDEPEND+=" !www-client/firefox-bin:esr" +fi + +QA_PREBUILT="opt/${MOZ_PN}/*" + +# Allow MOZ_GMP_PLUGIN_LIST to be set in an eclass or +# overridden in the enviromnent (advanced hackers only) +if [[ -z "${MOZ_GMP_PLUGIN_LIST+set}" ]] ; then + MOZ_GMP_PLUGIN_LIST=( gmp-gmpopenh264 gmp-widevinecdm ) +fi + +MOZ_LANGS=( + ach af an ar ast az be bg bn br bs ca-valencia ca cak cs cy + da de dsb el en-CA en-GB en-US eo es-AR es-CL es-ES es-MX et eu + fa ff fi fr fy-NL ga-IE gd gl gn gu-IN he hi-IN hr hsb hu hy-AM + ia id is it ja ka kab kk km kn ko lij lt lv mk mr ms my + nb-NO ne-NP nl nn-NO oc pa-IN pl pt-BR pt-PT rm ro ru sco + si sk skr sl son sq sr sv-SE ta te th tl tr trs uk ur uz vi + xh zh-CN zh-TW +) + +mozilla_set_globals() { + # https://bugs.gentoo.org/587334 + local MOZ_TOO_REGIONALIZED_FOR_L10N=( + fy-NL ga-IE gu-IN hi-IN hy-AM nb-NO ne-NP nn-NO pa-IN sv-SE + ) + + local lang xflag + for lang in "${MOZ_LANGS[@]}" ; do + # en and en_US are handled internally + if [[ ${lang} == en ]] || [[ ${lang} == en-US ]] ; then + continue + fi + + # strip region subtag if $lang is in the list + if has ${lang} "${MOZ_TOO_REGIONALIZED_FOR_L10N[@]}" ; then + xflag=${lang%%-*} + else + xflag=${lang} + fi + + SRC_URI+=" l10n_${xflag/[_@]/-}? (" + SRC_URI+=" ${MOZ_SRC_BASE_URI}/linux-x86_64/xpi/${lang}.xpi -> ${MOZ_P_DISTFILES}-${lang}.xpi" + SRC_URI+=" )" + IUSE+=" l10n_${xflag/[_@]/-}" + done +} +mozilla_set_globals + +moz_install_xpi() { + debug-print-function ${FUNCNAME} "$@" + + if [[ ${#} -lt 2 ]] ; then + die "${FUNCNAME} requires at least two arguments" + fi + + local DESTDIR=${1} + shift + + insinto "${DESTDIR}" + + local emid xpi_file xpi_tmp_dir + for xpi_file in "${@}" ; do + emid= + xpi_tmp_dir=$(mktemp -d --tmpdir="${T}") + + # Unpack XPI + unzip -qq "${xpi_file}" -d "${xpi_tmp_dir}" || die + + # Determine extension ID + if [[ -f "${xpi_tmp_dir}/install.rdf" ]] ; then + emid=$(sed -n -e '/install-manifest/,$ { /em:id/!d; s/.*[\">]\([^\"<>]*\)[\"<].*/\1/; p; q }' "${xpi_tmp_dir}/install.rdf") + [[ -z "${emid}" ]] && die "failed to determine extension id from install.rdf" + elif [[ -f "${xpi_tmp_dir}/manifest.json" ]] ; then + emid=$(sed -n -e 's/.*"id": "\([^"]*\)".*/\1/p' "${xpi_tmp_dir}/manifest.json") + [[ -z "${emid}" ]] && die "failed to determine extension id from manifest.json" + else + die "failed to determine extension id" + fi + + einfo "Installing ${emid}.xpi into ${ED}${DESTDIR} ..." + newins "${xpi_file}" "${emid}.xpi" + done +} + +pkg_setup() { + CONFIG_CHECK="~SECCOMP" + WARNING_SECCOMP="CONFIG_SECCOMP not set! This system will be unable to play DRM-protected content." + + linux-info_pkg_setup +} + +src_unpack() { + local _lp_dir="${WORKDIR}/language_packs" + local _src_file + + mkdir "${S}" || die + + if [[ ! -d "${_lp_dir}" ]] ; then + mkdir "${_lp_dir}" || die + fi + + for _src_file in ${A} ; do + if [[ ${_src_file} == *.xpi ]]; then + cp "${DISTDIR}/${_src_file}" "${_lp_dir}" || die "Failed to copy '${_src_file}' to '${_lp_dir}'!" + else + MY_SRC_FILE=${_src_file} + fi + done +} + +src_install() { + # Set MOZILLA_FIVE_HOME + local MOZILLA_FIVE_HOME="/opt/${MOZ_PN}" + + dodir /opt + pushd "${ED}"/opt &>/dev/null || die + unpack "${MY_SRC_FILE}" + popd &>/dev/null || die + + pax-mark m \ + "${ED}${MOZILLA_FIVE_HOME}"/${MOZ_PN} \ + "${ED}${MOZILLA_FIVE_HOME}"/${MOZ_PN}-bin \ + "${ED}${MOZILLA_FIVE_HOME}"/plugin-container + + # Install policy (currently only used to disable application updates) + insinto "${MOZILLA_FIVE_HOME}/distribution" + newins "${FILESDIR}"/disable-auto-update.policy.json policies.json + + # Install system-wide preferences + local PREFS_DIR="${MOZILLA_FIVE_HOME}/browser/defaults/preferences" + insinto "${PREFS_DIR}" + newins "${FILESDIR}"/gentoo-default-prefs.js all-gentoo.js + + local GENTOO_PREFS="${ED}${PREFS_DIR}/all-gentoo.js" + + if ! use gmp-autoupdate ; then + local plugin + for plugin in "${MOZ_GMP_PLUGIN_LIST[@]}" ; do + einfo "Disabling auto-update for ${plugin} plugin ..." + cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to disable autoupdate for ${plugin} media plugin" + pref("media.${plugin}.autoupdate", false); + EOF + done + fi + + # Install language packs + local langpacks=( $(find "${WORKDIR}/language_packs" -type f -name '*.xpi') ) + if [[ -n "${langpacks}" ]] ; then + moz_install_xpi "${MOZILLA_FIVE_HOME}/distribution/extensions" "${langpacks[@]}" + fi + + # Install icons + local icon_srcdir="${ED}/${MOZILLA_FIVE_HOME}/browser/chrome/icons/default" + local icon_symbolic_file="${FILESDIR}/firefox-symbolic.svg" + + insinto /usr/share/icons/hicolor/symbolic/apps + newins "${icon_symbolic_file}" ${PN}-symbolic.svg + + local icon size + for icon in "${icon_srcdir}"/default*.png ; do + size=${icon%.png} + size=${size##*/default} + + if [[ ${size} -eq 48 ]] ; then + newicon "${icon}" ${PN}.png + fi + + newicon -s ${size} "${icon}" ${PN}.png + done + + # Install menu + local app_name="Mozilla ${MOZ_PN^} (bin)" + local desktop_file="${FILESDIR}/${PN}-r3.desktop" + local desktop_filename="${PN}.desktop" + local exec_command="${PN} --name=firefox-bin" + local icon="${PN}" + local use_wayland="false" + + if use wayland ; then + use_wayland="true" + fi + + cp "${desktop_file}" "${WORKDIR}/${PN}.desktop-template" || die + + # Add apulse support through our wrapper shell launcher, patchelf-method broken since 119.0. + # See bgo#916230, bgo#941873 + local apulselib= + if has_version -r media-sound/apulse[-sdk] ; then + apulselib="${EPREFIX}/usr/$(get_libdir)/apulse" + ewarn "media-sound/apulse with -sdk use flag detected!" + ewarn "Firefox-bin will be installed with a wrapper, that attempts to load" + ewarn "apulse instead of pipewire/pulseadio. This may lead to sound issues." + ewarn "Please either enable sdk use flag for apulse, or remove apulse" + ewarn "completely and re-install firefox-bin to utilize pipewire/pulseaudio instead." + fi + + sed -i \ + -e "s:@NAME@:${app_name}:" \ + -e "s:@EXEC@:${exec_command}:" \ + -e "s:@ICON@:${icon}:" \ + "${WORKDIR}/${PN}.desktop-template" \ + || die + + newmenu "${WORKDIR}/${PN}.desktop-template" "${desktop_filename}" + + rm "${WORKDIR}/${PN}.desktop-template" || die + + # Install wrapper script + [[ -f "${ED}/usr/bin/${PN}" ]] && rm "${ED}/usr/bin/${PN}" + newbin "${FILESDIR}/${PN}-r1.sh" ${PN} + + # Update wrapper + sed -i \ + -e "s:@PREFIX@:${EPREFIX}/usr:" \ + -e "s:@MOZ_FIVE_HOME@:${EPREFIX}${MOZILLA_FIVE_HOME}:" \ + -e "s:@APULSELIB_DIR@:${apulselib}:" \ + -e "s:@DEFAULT_WAYLAND@:${use_wayland}:" \ + "${ED}/usr/bin/${PN}" \ + || die +} + +pkg_postinst() { + xdg_pkg_postinst + + if ! use gmp-autoupdate ; then + elog "USE='-gmp-autoupdate' has disabled the following plugins from updating or" + elog "installing into new profiles:" + local plugin + for plugin in "${MOZ_GMP_PLUGIN_LIST[@]}" ; do + elog "\t ${plugin}" + done + elog + fi + + local show_doh_information show_normandy_information + + if [[ -z "${REPLACING_VERSIONS}" ]] ; then + # New install; Tell user that DoH is disabled by default + show_doh_information=yes + show_normandy_information=yes + fi + + if [[ -n "${show_doh_information}" ]] ; then + elog + elog "Note regarding Trusted Recursive Resolver aka DNS-over-HTTPS (DoH):" + elog "Due to privacy concerns (encrypting DNS might be a good thing, sending all" + elog "DNS traffic to Cloudflare by default is not a good idea and applications" + elog "should respect OS configured settings), \"network.trr.mode\" was set to 5" + elog "(\"Off by choice\") by default." + elog "You can enable DNS-over-HTTPS in ${PN^}'s preferences." + fi + + # bug 713782 + if [[ -n "${show_normandy_information}" ]] ; then + elog + elog "Upstream operates a service named Normandy which allows Mozilla to" + elog "push changes for default settings or even install new add-ons remotely." + elog "While this can be useful to address problems like 'Armagadd-on 2.0' or" + elog "revert previous decisions to disable TLS 1.0/1.1, privacy and security" + elog "concerns prevail, which is why we have switched off the use of this" + elog "service by default." + elog + elog "To re-enable this service set" + elog + elog " app.normandy.enabled=true" + elog + elog "in about:config." + fi + + optfeature_header "Optional programs for extra features:" + optfeature "speech syntesis (text-to-speech) support" app-accessibility/speech-dispatcher + optfeature "fallback mouse cursor theme e.g. on WMs" gnome-base/gsettings-desktop-schemas + # optfeature "ffmpeg-based audio/video codec support, required for HTML5 video rendering" media-video/ffmpeg + optfeature "desktop notifications" x11-libs/libnotify +} diff --git a/www-client/firefox-bin/firefox-bin-150.0.2.ebuild b/www-client/firefox-bin/firefox-bin-150.0.2.ebuild new file mode 100644 index 000000000000..1ff8b0e28522 --- /dev/null +++ b/www-client/firefox-bin/firefox-bin-150.0.2.ebuild @@ -0,0 +1,360 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MOZ_ESR= + +MOZ_PV=${PV} +MOZ_PV_SUFFIX= +if [[ ${PV} =~ (_(alpha|beta|rc).*)$ ]] ; then + MOZ_PV_SUFFIX=${BASH_REMATCH[1]} + + # Convert the ebuild version to the upstream Mozilla version + MOZ_PV="${MOZ_PV/_alpha/a}" # Handle alpha for SRC_URI + MOZ_PV="${MOZ_PV/_beta/b}" # Handle beta for SRC_URI + MOZ_PV="${MOZ_PV%%_rc*}" # Handle rc for SRC_URI +fi + +if [[ -n ${MOZ_ESR} ]] ; then + # ESR releases have slightly different version numbers + MOZ_PV="${MOZ_PV}esr" + HOMEPAGE="https://www.firefox.com https://www.firefox.com/enterprise/" + SLOT="esr" +else + HOMEPAGE="https://www.firefox.com" + SLOT="rapid" +fi + +MOZ_PN="${PN%-bin}" +MOZ_P="${MOZ_PN}-${MOZ_PV}" +MOZ_PV_DISTFILES="${MOZ_PV}${MOZ_PV_SUFFIX}" +MOZ_P_DISTFILES="${MOZ_PN}-${MOZ_PV_DISTFILES}" + +inherit desktop linux-info optfeature pax-utils xdg + +MOZ_SRC_BASE_URI="https://archive.mozilla.org/pub/${MOZ_PN}/releases/${MOZ_PV}" + +SRC_URI="amd64? ( ${MOZ_SRC_BASE_URI}/linux-x86_64/en-US/${MOZ_P}.tar.xz -> ${PN}_x86_64-${PV}.tar.xz ) + arm64? ( ${MOZ_SRC_BASE_URI}/linux-aarch64/en-US/${MOZ_P}.tar.xz -> ${PN}_aarch64-${PV}.tar.xz )" + +DESCRIPTION="Firefox Web Browser" + +KEYWORDS="-* amd64 ~arm64" +LICENSE="MPL-2.0 GPL-2 LGPL-2.1" +IUSE="+gmp-autoupdate selinux wayland" + +RESTRICT="strip" + +BDEPEND="app-arch/unzip" +RDEPEND="${DEPEND} + !www-client/firefox-bin:0 + || ( + media-libs/libpulse + media-sound/apulse + ) + >=app-accessibility/at-spi2-core-2.46.0:2 + >=dev-libs/glib-2.26:2 + media-libs/alsa-lib + media-libs/fontconfig + >=media-libs/freetype-2.4.10 + media-video/ffmpeg + sys-apps/dbus + virtual/freedesktop-icon-theme + >=x11-libs/cairo-1.10[X] + x11-libs/gdk-pixbuf:2 + >=x11-libs/gtk+-3.11:3[X,wayland?] + x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXcursor + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXi + x11-libs/libXrandr + x11-libs/libXrender + x11-libs/libxcb + >=x11-libs/pango-1.22.0 + selinux? ( sec-policy/selinux-mozilla ) +" + +# ESR and rapid dependencies. +if [[ -n ${MOZ_ESR} ]] ; then + RDEPEND+=" !www-client/firefox-bin:rapid" +else + RDEPEND+=" !www-client/firefox-bin:esr" +fi + +QA_PREBUILT="opt/${MOZ_PN}/*" + +# Allow MOZ_GMP_PLUGIN_LIST to be set in an eclass or +# overridden in the enviromnent (advanced hackers only) +if [[ -z "${MOZ_GMP_PLUGIN_LIST+set}" ]] ; then + MOZ_GMP_PLUGIN_LIST=( gmp-gmpopenh264 gmp-widevinecdm ) +fi + +MOZ_LANGS=( + ach af an ar ast az be bg bn br bs ca-valencia ca cak cs cy + da de dsb el en-CA en-GB en-US eo es-AR es-CL es-ES es-MX et eu + fa ff fi fr fy-NL ga-IE gd gl gn gu-IN he hi-IN hr hsb hu hy-AM + ia id is it ja ka kab kk km kn ko lij lt lv mk mr ms my + nb-NO ne-NP nl nn-NO oc pa-IN pl pt-BR pt-PT rm ro ru sco + si sk skr sl son sq sr sv-SE ta te th tl tr trs uk ur uz vi + xh zh-CN zh-TW +) + +mozilla_set_globals() { + # https://bugs.gentoo.org/587334 + local MOZ_TOO_REGIONALIZED_FOR_L10N=( + fy-NL ga-IE gu-IN hi-IN hy-AM nb-NO ne-NP nn-NO pa-IN sv-SE + ) + + local lang xflag + for lang in "${MOZ_LANGS[@]}" ; do + # en and en_US are handled internally + if [[ ${lang} == en ]] || [[ ${lang} == en-US ]] ; then + continue + fi + + # strip region subtag if $lang is in the list + if has ${lang} "${MOZ_TOO_REGIONALIZED_FOR_L10N[@]}" ; then + xflag=${lang%%-*} + else + xflag=${lang} + fi + + SRC_URI+=" l10n_${xflag/[_@]/-}? (" + SRC_URI+=" ${MOZ_SRC_BASE_URI}/linux-x86_64/xpi/${lang}.xpi -> ${MOZ_P_DISTFILES}-${lang}.xpi" + SRC_URI+=" )" + IUSE+=" l10n_${xflag/[_@]/-}" + done +} +mozilla_set_globals + +moz_install_xpi() { + debug-print-function ${FUNCNAME} "$@" + + if [[ ${#} -lt 2 ]] ; then + die "${FUNCNAME} requires at least two arguments" + fi + + local DESTDIR=${1} + shift + + insinto "${DESTDIR}" + + local emid xpi_file xpi_tmp_dir + for xpi_file in "${@}" ; do + emid= + xpi_tmp_dir=$(mktemp -d --tmpdir="${T}") + + # Unpack XPI + unzip -qq "${xpi_file}" -d "${xpi_tmp_dir}" || die + + # Determine extension ID + if [[ -f "${xpi_tmp_dir}/install.rdf" ]] ; then + emid=$(sed -n -e '/install-manifest/,$ { /em:id/!d; s/.*[\">]\([^\"<>]*\)[\"<].*/\1/; p; q }' "${xpi_tmp_dir}/install.rdf") + [[ -z "${emid}" ]] && die "failed to determine extension id from install.rdf" + elif [[ -f "${xpi_tmp_dir}/manifest.json" ]] ; then + emid=$(sed -n -e 's/.*"id": "\([^"]*\)".*/\1/p' "${xpi_tmp_dir}/manifest.json") + [[ -z "${emid}" ]] && die "failed to determine extension id from manifest.json" + else + die "failed to determine extension id" + fi + + einfo "Installing ${emid}.xpi into ${ED}${DESTDIR} ..." + newins "${xpi_file}" "${emid}.xpi" + done +} + +pkg_setup() { + CONFIG_CHECK="~SECCOMP" + WARNING_SECCOMP="CONFIG_SECCOMP not set! This system will be unable to play DRM-protected content." + + linux-info_pkg_setup +} + +src_unpack() { + local _lp_dir="${WORKDIR}/language_packs" + local _src_file + + mkdir "${S}" || die + + if [[ ! -d "${_lp_dir}" ]] ; then + mkdir "${_lp_dir}" || die + fi + + for _src_file in ${A} ; do + if [[ ${_src_file} == *.xpi ]]; then + cp "${DISTDIR}/${_src_file}" "${_lp_dir}" || die "Failed to copy '${_src_file}' to '${_lp_dir}'!" + else + MY_SRC_FILE=${_src_file} + fi + done +} + +src_install() { + # Set MOZILLA_FIVE_HOME + local MOZILLA_FIVE_HOME="/opt/${MOZ_PN}" + + dodir /opt + pushd "${ED}"/opt &>/dev/null || die + unpack "${MY_SRC_FILE}" + popd &>/dev/null || die + + pax-mark m \ + "${ED}${MOZILLA_FIVE_HOME}"/${MOZ_PN} \ + "${ED}${MOZILLA_FIVE_HOME}"/${MOZ_PN}-bin \ + "${ED}${MOZILLA_FIVE_HOME}"/plugin-container + + # Install policy (currently only used to disable application updates) + insinto "${MOZILLA_FIVE_HOME}/distribution" + newins "${FILESDIR}"/disable-auto-update.policy.json policies.json + + # Install system-wide preferences + local PREFS_DIR="${MOZILLA_FIVE_HOME}/browser/defaults/preferences" + insinto "${PREFS_DIR}" + newins "${FILESDIR}"/gentoo-default-prefs.js all-gentoo.js + + local GENTOO_PREFS="${ED}${PREFS_DIR}/all-gentoo.js" + + if ! use gmp-autoupdate ; then + local plugin + for plugin in "${MOZ_GMP_PLUGIN_LIST[@]}" ; do + einfo "Disabling auto-update for ${plugin} plugin ..." + cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to disable autoupdate for ${plugin} media plugin" + pref("media.${plugin}.autoupdate", false); + EOF + done + fi + + # Install language packs + local langpacks=( $(find "${WORKDIR}/language_packs" -type f -name '*.xpi') ) + if [[ -n "${langpacks}" ]] ; then + moz_install_xpi "${MOZILLA_FIVE_HOME}/distribution/extensions" "${langpacks[@]}" + fi + + # Install icons + local icon_srcdir="${ED}/${MOZILLA_FIVE_HOME}/browser/chrome/icons/default" + local icon_symbolic_file="${FILESDIR}/firefox-symbolic.svg" + + insinto /usr/share/icons/hicolor/symbolic/apps + newins "${icon_symbolic_file}" ${PN}-symbolic.svg + + local icon size + for icon in "${icon_srcdir}"/default*.png ; do + size=${icon%.png} + size=${size##*/default} + + if [[ ${size} -eq 48 ]] ; then + newicon "${icon}" ${PN}.png + fi + + newicon -s ${size} "${icon}" ${PN}.png + done + + # Install menu + local app_name="Mozilla ${MOZ_PN^} (bin)" + local desktop_file="${FILESDIR}/${PN}-r3.desktop" + local desktop_filename="${PN}.desktop" + local exec_command="${PN} --name=firefox-bin" + local icon="${PN}" + local use_wayland="false" + + if use wayland ; then + use_wayland="true" + fi + + cp "${desktop_file}" "${WORKDIR}/${PN}.desktop-template" || die + + # Add apulse support through our wrapper shell launcher, patchelf-method broken since 119.0. + # See bgo#916230, bgo#941873 + local apulselib= + if has_version -r media-sound/apulse[-sdk] ; then + apulselib="${EPREFIX}/usr/$(get_libdir)/apulse" + ewarn "media-sound/apulse with -sdk use flag detected!" + ewarn "Firefox-bin will be installed with a wrapper, that attempts to load" + ewarn "apulse instead of pipewire/pulseadio. This may lead to sound issues." + ewarn "Please either enable sdk use flag for apulse, or remove apulse" + ewarn "completely and re-install firefox-bin to utilize pipewire/pulseaudio instead." + fi + + sed -i \ + -e "s:@NAME@:${app_name}:" \ + -e "s:@EXEC@:${exec_command}:" \ + -e "s:@ICON@:${icon}:" \ + "${WORKDIR}/${PN}.desktop-template" \ + || die + + newmenu "${WORKDIR}/${PN}.desktop-template" "${desktop_filename}" + + rm "${WORKDIR}/${PN}.desktop-template" || die + + # Install wrapper script + [[ -f "${ED}/usr/bin/${PN}" ]] && rm "${ED}/usr/bin/${PN}" + newbin "${FILESDIR}/${PN}-r1.sh" ${PN} + + # Update wrapper + sed -i \ + -e "s:@PREFIX@:${EPREFIX}/usr:" \ + -e "s:@MOZ_FIVE_HOME@:${EPREFIX}${MOZILLA_FIVE_HOME}:" \ + -e "s:@APULSELIB_DIR@:${apulselib}:" \ + -e "s:@DEFAULT_WAYLAND@:${use_wayland}:" \ + "${ED}/usr/bin/${PN}" \ + || die +} + +pkg_postinst() { + xdg_pkg_postinst + + if ! use gmp-autoupdate ; then + elog "USE='-gmp-autoupdate' has disabled the following plugins from updating or" + elog "installing into new profiles:" + local plugin + for plugin in "${MOZ_GMP_PLUGIN_LIST[@]}" ; do + elog "\t ${plugin}" + done + elog + fi + + local show_doh_information show_normandy_information + + if [[ -z "${REPLACING_VERSIONS}" ]] ; then + # New install; Tell user that DoH is disabled by default + show_doh_information=yes + show_normandy_information=yes + fi + + if [[ -n "${show_doh_information}" ]] ; then + elog + elog "Note regarding Trusted Recursive Resolver aka DNS-over-HTTPS (DoH):" + elog "Due to privacy concerns (encrypting DNS might be a good thing, sending all" + elog "DNS traffic to Cloudflare by default is not a good idea and applications" + elog "should respect OS configured settings), \"network.trr.mode\" was set to 5" + elog "(\"Off by choice\") by default." + elog "You can enable DNS-over-HTTPS in ${PN^}'s preferences." + fi + + # bug 713782 + if [[ -n "${show_normandy_information}" ]] ; then + elog + elog "Upstream operates a service named Normandy which allows Mozilla to" + elog "push changes for default settings or even install new add-ons remotely." + elog "While this can be useful to address problems like 'Armagadd-on 2.0' or" + elog "revert previous decisions to disable TLS 1.0/1.1, privacy and security" + elog "concerns prevail, which is why we have switched off the use of this" + elog "service by default." + elog + elog "To re-enable this service set" + elog + elog " app.normandy.enabled=true" + elog + elog "in about:config." + fi + + optfeature_header "Optional programs for extra features:" + optfeature "speech syntesis (text-to-speech) support" app-accessibility/speech-dispatcher + optfeature "fallback mouse cursor theme e.g. on WMs" gnome-base/gsettings-desktop-schemas + # optfeature "ffmpeg-based audio/video codec support, required for HTML5 video rendering" media-video/ffmpeg + optfeature "desktop notifications" x11-libs/libnotify +} diff --git a/www-client/firefox-l10n/Manifest b/www-client/firefox-l10n/Manifest index dc586d2861e7..7f1738320ed2 100644 --- a/www-client/firefox-l10n/Manifest +++ b/www-client/firefox-l10n/Manifest @@ -98,3 +98,103 @@ DIST firefox-150.0.1-vi.xpi 506458 BLAKE2B 175a0eaca9b22cfb68482812aa4ef192fbff1 DIST firefox-150.0.1-xh.xpi 274396 BLAKE2B 07d9f3d325f707f872dcba706dfcfb6011651c45292a26502b9f14f0ef9498b8ef0c69069b6ca1e2e37fd1a0c32f2053c39dc9a6a3d3f3ee2fb4cf8cb6a56606 SHA512 952e25052cc94b7f353456e3ded6d6027f55d7af7ea0d54dbc50af2358c8ebb42bfcb962291f4e8554ba9d14f3232a03cc9b6aaa5d641d7bdb74b04e710d1ec4 DIST firefox-150.0.1-zh-CN.xpi 496898 BLAKE2B eed6bf8631d7cf240c23c31b56b5ce7047db75cdf8fd7e56424ea8ba076956d990561a946a6128b2277db0a92fe0860d6fdad7dbbb73f91663e438235b336cc8 SHA512 b09afeb3f610d9d16b65c6af2dd01d44290c8f5dd7dc5e1a26101b4bb5f69e3c7455024b2083b40712a16f2e6012c2f51a9a7c0f12cf4e1b5b0927be18186646 DIST firefox-150.0.1-zh-TW.xpi 500873 BLAKE2B acab5681772514e65c88c0fa166d5533ae643d97fd4b6cc764064d02ad10dd8495019f688ed7898f88b58c2b14ecd66dc18206e460aa86bcd93fdb18fd718c15 SHA512 0fed11eb758f0b04302eac783e99319196f3cb56fbe92ee1a5dd8055783200f8eb4b6bf8d0f1e6605066b544c2e6d9819c33d3daecbecdd1894786da056fd74e +DIST firefox-150.0.2-ach.xpi 294921 BLAKE2B 13eccf57110990092e9c1d6cf480ef28ecf60b1868e9180ea94c8d11f9fa9e8e869e24930185369c6e8d27db799feb647ea55d428269a4141fb5edc40b25e70c SHA512 abcfcf9298a9bec81ee5204b0291f8dfdae496b2269c7e6a7fb31faa5f63a84daedb9585261e0b65b655f11602cab66d1bc5518bb3a374cc4bc97edf5fb1fb0f +DIST firefox-150.0.2-af.xpi 268370 BLAKE2B 67351a0b935e0da1566a99460b97f3393425ec91d192320c743806de603a7299de411cf3131a00fdd2dba2b99a77e219cbedde4956b1ac53c2e8335906b1ccaa SHA512 855883b745536bdce44a4fc20370ae1ae58f0f5013a1740040b771c3787d1aa2aa5f43d3b9a298885e3f11c42baa295b4bd312f2a72a845818fa83c96c9aa94d +DIST firefox-150.0.2-an.xpi 332145 BLAKE2B 0612f99294ba6af79e5f7ca762c537a4fe0f42335fe538eb9d02dcb7d6742093d9a02266e5c9c878a004ce4c2231c3e8722dc7fd3c27b5cd75ffb8510bf4be5b SHA512 14ee64475e20ca8f4bfeffb81c1713f36421b2a3718d251deb9feec178fc1b23fc8eab7f0d3925340e12f8d0cd5198799cb6c9b738ecdb05cf88a5ee2f25f2bf +DIST firefox-150.0.2-ar.xpi 500352 BLAKE2B 55f4dd49d3b140f05a455d52da9d283a962ea535a370264366b3e6b476ebe707c29bf3ab77315828c57eb4b276bc7c2ad9912c33b820ab3c340f05915063b29c SHA512 ad0a407206aaf2623097a22f16a1b789d77d77612a9c989531fd658b2e2b471e7e529eb2b97fc06db84b6175345fc0091cdc52e3b481951182bb308e0cb0bffe +DIST firefox-150.0.2-ast.xpi 312830 BLAKE2B d2a406c497c5ec7c7d8ed4859eb7356be03820219bdd38e2981187e2d3d2684a495eda12cb77de81d6117f7c281572061a044eb0621141a74ea876ed82309413 SHA512 16dd2d6da7dac656d505b13f492c7a13bb19f657ca86355e03996738caf90110ce1110fec636ae152e8533b6617dd3b82d14146c7154cdaf83911308802000af +DIST firefox-150.0.2-az.xpi 318828 BLAKE2B 7cfa7e74fbc016cda17027f7ff5744cbbe4f7814cb0efa4d33a9ff68bc88a0705f7440113efed33ad41005061ec47c8cc8c69ac3550a65e4d30fbdf0720f6a6a SHA512 cae27c30b75724f505a260e8c8a6ff30a3f7337b72f1b18bf00c9ac74a27fc87625242b35595a08de71ada30f30a10c988829273d7a04902c00e0f048b12cb15 +DIST firefox-150.0.2-be.xpi 565603 BLAKE2B a88a912074936cb3c237325d082da2108af8120425223a53f4ddd560955a7e34ad2f4c222ebb8595201aeb29b016fc6b1fb78c15eee33232a42510b2de56d820 SHA512 40561620fa21a1a6462cc69c9d0e44837aa4d81376f5da9715c633676674d8ac755f00c0e1fb0f047cce86aa893a254cd222eb618ce9459ca671c0dff1b3ae32 +DIST firefox-150.0.2-bg.xpi 462146 BLAKE2B 7e01016499f94c98c558fa453e468965dbdb42786d3a51c6ad4322d6ec095ea79bada3296dfc561fe085ae555bce3dd234bb0b74a171a871e260275385c1b559 SHA512 7f9ea7d0de06a6677444a66b022ed08a31f4a869b7f6ed077c4723c563551e1ba4e2edcf27433947f3b92fbd46d8deb63e5bf3faa75b7b573f42ca518d756af5 +DIST firefox-150.0.2-bn.xpi 412899 BLAKE2B 2e1dae0ab9a6c0be03dc7d102afc06f64e4e4696794e5b9f16fc54d4e90e63e06d6ba4e9b59a770d44ea4ef769909129bc542b2622d6d5023510747930a07915 SHA512 aa7f7df2441c8dc09f260bf64e92247c200b42c5abb2f2848d73de5e00141df584885a7ced408f8df8252de467badb5dee4478202204f009ee1d6cce4a5226e1 +DIST firefox-150.0.2-br.xpi 394077 BLAKE2B 8e62a830299ee4efe33dc0c42e583409085c6f90adf4d327006cd7ea2438e264ac999070696f2dbdbf32675e806215f5ae601128af415f27283c0f1c41dacd0c SHA512 6a5389714d4ef698a6ee256d954b4a3fc3e073472364279c6a0fd796fff48133c67c9684b1c39e9f4f7e6aec0645ba767b850fe923489a1bea077fe051688dfd +DIST firefox-150.0.2-bs.xpi 449520 BLAKE2B dd33c8a66cd03633ca8c23b021943a5ff24ba23ed334432f215ba868b67f968b0725c35ce9be61f585f950d927429c22d459dbda6e93fb83ea2dc3b63bd181b9 SHA512 8b8084a4157672e681e62f281bc839361713484d700582b58a4b71b4ddddac8b4c6b275d383f97cd21a6fa7a19c5640187a58a2e854c184ac4cd694e7c209ede +DIST firefox-150.0.2-ca-valencia.xpi 358104 BLAKE2B 003124c47d12f9e15e970ef21c3032b7d12833b67c551a7912da9fd93719b26f5a4793c21780a9772ea6c428e1ecdc0cb4745395ebb0e40b0681111e15097590 SHA512 7584f66adf8e0e357ee6b942ef682bd0fc552133577a357337b3d0aaa299eca7f31bc2c650cdcd6a94ea1e72112a22ab6734333c25c2da524982ebf99c524179 +DIST firefox-150.0.2-ca.xpi 426090 BLAKE2B c92fad13fec64c79ad6240de8c5595640b8fd07e5713b95451cd855d046911c3b52b3cae1c04730a88b5e6b2b0f3f4404d1c3925d40ea90fad0b1503e36426d6 SHA512 b303531e18294be6ca1108ef953dfd8c9dc5c868ec2b4f879745fa4255ca2c29d60d16b715dfd5633c5eb2e63e4c555240d0249d91b210762ebaa37ee2873129 +DIST firefox-150.0.2-cak.xpi 389866 BLAKE2B 9b4abc54919e2cfc0c8e429c3717a290c5103d3235b6ce6c65e770cfc015502fa73a36cb1e69e5c0192552505106ab82928b31352168578e404ac6038bd47bb9 SHA512 153b422070285e5cbda335f7839ff6c33e17dcabe22737f76f5d58b851d431a546b4ea0c1f5915a40523cabde84807a227dac0eb460c5aac5b9d84679673df5f +DIST firefox-150.0.2-cs.xpi 517049 BLAKE2B 9076cdb39d18d001f0433627367a49b3a79f2f30532f195c74369218d4328a478f47d49e1f0f17fe95b0a15b87806e86b83e1a67cab440a0365729ce71bc58ae SHA512 26844f82572a6c79f81568bab47ca5cd775ed37334119dba32a0afcd565a044a144b19b375ba8ebe03d2d77360401410da592053a31a26de4efda533959b0ee6 +DIST firefox-150.0.2-cy.xpi 478990 BLAKE2B 914e6e4f796f4f539581be3bcdfb934d1ef98bcdbfe46a27e4bf1affe5614e18e9c9b4fed5c16f80f5d8cdffee2a26ef23cdb38cdf5295a1cd433c14b06e0c85 SHA512 a4480a06f205fa080a9353975ec200e10228d35b29c4b2929d4b0841ee9514d478090228a657063232a77dd11e3f1de8b872c2abb76a5907c5abf3c897c7959e +DIST firefox-150.0.2-da.xpi 461376 BLAKE2B 7bfcf461eb67a409c4b0c37ca77d4f00aa3c1ba6d15109cf0586c0ff8f91835ab849b318f6c72ea9decea7e64fdc187d16c6920de5b7f265f416db9c8578924d SHA512 17839a721a2852f91663329b90a010404ab2f55cf74bf0011245a3b218262c1d5564ce4484a585ca2cb8394ac2b51bcf1e6a0f124fc3b22fcf79be3b846d7156 +DIST firefox-150.0.2-de.xpi 490224 BLAKE2B ee6fc295ac63ae2f6268ff6cf79a63cac19efefe637492c113af0b174fc8e43018de09d8727284b670dfd8d61c430e99803aecaf60a7c94355758efb0c5c0bd0 SHA512 90a3bb16e4ab8f4c72e4b0e9aaa9aa0d47fa1fa9b27370468238c6e20059cbcfea23ca82485068710a6bc7700732e86f168f6723decce529cb0f6a371cb873e9 +DIST firefox-150.0.2-dsb.xpi 504173 BLAKE2B eeb76dff31aa635b0cbab337b5698ca7009ed7a7428d4e78f0eadc7c19548a9fae55a66b44185d5be11c04e9300a6fe0032a30ffa5a86359fd5b397a8a55d1f4 SHA512 0d43ee7017fece5d22dfc6b4988690468985807c06337ed37e21c773b29727c99718d9808c44c667b200fa4528d7a6df69e47d1526006389ede035dff4a170fd +DIST firefox-150.0.2-el.xpi 581269 BLAKE2B d9be6f8d937b874ce287c2140639593256e9dab5fad85e30de2dda561935d4474fb301d91edd57c2cffc7db9dbbaf4e6783db9926219bf7e5a08f72562818f0a SHA512 06b9fcf26fa70af011182a18fa66aa911845ad140b2bcfedcb6c325cc108bd9c94d0c357cce11dc6aaae69febe3a07d7b49625dedd550db3c955d40910acd826 +DIST firefox-150.0.2-en-CA.xpi 443366 BLAKE2B 04ef2fe34aca2dde5c92c24dc8920489add0f5fd065ad8664644e50f2feb070532ca32a914567ce105e7d0b52a54abe7981c41fe4fa6fcbb3318cbcd316ed49c SHA512 06e607a5dc0f3ff3fac56ffbdd989a10409e2e94591223e14092eaab247b54273ae3c662e816827ac1f8dac57583b0e4af9349523fc15957ba65353f7a40d51a +DIST firefox-150.0.2-en-GB.xpi 443684 BLAKE2B 4c68922ed5afef210371989b305c340d994f898a049179b2b2cf6de70562d1c054fc4fd840cde875f6dfe8452c7ea8728e4a99346111da2b029081c701256c0c SHA512 a2ed05072eef9f00b82baf8e5873e7f41e29e29590044ef5679e8408d5b57d14822feb9a9bd1b307de3fb9646a1bc3f5c1b837c2628e8c059744119afbdcb968 +DIST firefox-150.0.2-eo.xpi 468724 BLAKE2B 3f7f2e902fb4613f30cf9dd429a551cd93fc63fbced4f9af29efe88abf681bf5cb2f7ed07efe679b2e50acf028cce70a70aa05140eaf70c1cb154b62a70af1d6 SHA512 b22b04d893381010dd3d3ec9f989b0e143ed38bbbc98bbc7b6522be686d7c6c8d130a318c1f83bc21d91c72bf754fd47d8ef16b680a8cc3e28293304d3f9573f +DIST firefox-150.0.2-es-AR.xpi 481159 BLAKE2B 898b77c500d8127bff1a2654adfeb651ed1843cd0e3d4e8a43edd1c652276754ad73c1c686f4ab4256de7a8cdfa37c559faae4c71321de0e8ad07da621e26802 SHA512 f024b154ec8d22666bac0a61056cc71344617dedfdf9142d810591c62d6c22edd11af6420b3340733cdd17b91b8f1d64e0c821ea88dd31c9c63c2d8e15abce79 +DIST firefox-150.0.2-es-CL.xpi 482583 BLAKE2B 748b75f85eda9ee7fd626cddc712b08dc796aaafc55f5ba31c784c8177d6167f33843bfb9d983174a4d6558e989da0263c2715d5a5e0444a34bd1ecb52a319a1 SHA512 27efb696248c4da231248c9d17f63c033210245bf50827033276d128256eb2aae8775fe499b5d9e80e38d29cbf3c206f7c0fa1883725bab760b4cf300620f8ee +DIST firefox-150.0.2-es-ES.xpi 482348 BLAKE2B 863bcb17cbd7ebecf6fbfb8a6781c1bad542601add664c3570610ccadc0d0dd35a193444bcefc318ee22d4cf7702952eb80dccb28481dce54e8267b3e5e4f766 SHA512 0fe5f8d28ce3fe2b99a84af9aa16db4024594a8fb260916cf2f795bc01bc8a077a974f1fb51ad30caeb9f8198920aad68e0357771cd9e784f2a2dc9d4b9eda45 +DIST firefox-150.0.2-es-MX.xpi 486193 BLAKE2B 3c62a7254a5271037b08d08388d7c766ec6ac0550ddb8c0b1f9c8a443f10806bd3d480c191976e8d5682c7f577e33a30bfee84d841d6e07b988ecbcd5685ed6c SHA512 2d6c4940751fbad99c633e41c08d77a4f9be79a0536912b8352ad836a218a16fcc43405ff9bb65223388114346abecfddfe2f5aa79624a236b683e295f22ac9a +DIST firefox-150.0.2-et.xpi 358839 BLAKE2B 2d999402911d6c26344e5d6e835be0ee635f930558c283762484c3fe38aea5ee5cc31c5e0428e93bad1a85e0d66ad335364236fdf2e281c30e27e1c2497637f8 SHA512 68433a9d5e3ce90ff136ad84d59a1f1ccf1631b6f618a6652380b601d7f2849a12774b5f2a8a95ecb79fedd0e4adf02e1ed0167042e2b38b4504381c75d8c6b4 +DIST firefox-150.0.2-eu.xpi 468082 BLAKE2B bf62b539db1bff302e1128666ff3897fd6fdb00d5793a431ebe41ee0ff7e4548a16a3fec77fa3760208b405c03d7a34e0ce702e447cab8da8f5a7b1ac7f2ed09 SHA512 760ab1d79273b9657749d23a71eba9c5121442e84d5d7806ca1fb1c26736e54653aa9183236be61463b162f2534110a3dfa86dbc1b941d7605ad13ccc95d6915 +DIST firefox-150.0.2-fa.xpi 420076 BLAKE2B 4d1e74203c6672e40b7319b6280235620879391578427bbb416f37a48c5b4db4e1abec6d64399cbf271fe549e30cb8b1bcf11b879ad6dad82e48d3d3e01b9650 SHA512 747268cef197d8e25c082b526028976f21c5074c2ec64050812966e43eced1edabd6b685e0e8dd91fac78d0531890ccb76225f678aa4e1b7b8c5cf8f78c41383 +DIST firefox-150.0.2-ff.xpi 310484 BLAKE2B 30822539ab459ef53190f7577370e289dd184d2be3d5ee325a3f015f2ab700b7fc8f1fc842223093aa2f19380a2c8f0073acd3596860f5b00153677d1ba2fe64 SHA512 b524a390a7bd05737e3ef095c8643f1d50114c581c81b3d0e13dd77c39e5cc8cdf93d5d3203c9f58d93e5eab17725614333427d1fd242d17732683b2ce2935cb +DIST firefox-150.0.2-fi.xpi 466001 BLAKE2B 02d6a75410bd826295b979fd9e3832deb62edd9f016987e8cc34eb80c1d34588fa5a482ba3a501caf706f6b75bc5b7849c38676b5e6321aaae458a8f4ab57f79 SHA512 c8c331fa4d4ea202de8acf5bdb60572426d489b16921ea030c59cf992beaa3f2e49237da2a4f127bc8fa71203f3a6c0c53c13fa9125faec1897f7b5128c4c149 +DIST firefox-150.0.2-fr.xpi 496074 BLAKE2B aa33f0ce60766a3c743ace9f369e1c71857ae50cfcdcf7e2a3741e67d91162d7b3158b222b7ebdf4d49f7c112cc27913c88ec77d724541a1e026dd1061f04fce SHA512 7a87ae182c56c129856df7383033234198d6bc076fbcade912b302fd7613f20c560f426028009cbbcdbe2c26283dc8784b90421a45aa601f0b74dec0dbe094ec +DIST firefox-150.0.2-fur.xpi 475991 BLAKE2B 60bb8f65bf93f62f54a2c54165e30b15914aa96275b01835401e1cafaa7947e82993183142bc9c018656c86bc7f4f7a7653dc60da76c1a37047332500a918461 SHA512 a58bcce54160346f9bcfb9d5e1d3e2b016d89ef0d3441301d674ad22832fc447ef9bfd358f6dcbf496df3ae7e3bdad29c48e6d96552f378cd02be8365062f255 +DIST firefox-150.0.2-fy-NL.xpi 477794 BLAKE2B 12e9ec37da572b55aaac63965e393cc2383148e5ac04227b10e2f962a324fc8d5abb27e3f194d7880b2910cdfc671a4b0cd8e97fa8e73d4238d2bd5df71e23ca SHA512 7c944be3d78ec79fa71147dbf02e7d04c9ad6cf218099cf2b50dca611c94d18b33c3f505c9cbb666a9fd359bd3484eadf812dba1ac4cb78b8ad99f0a0c7e7b68 +DIST firefox-150.0.2-ga-IE.xpi 316146 BLAKE2B 6fc975b0875d2c6873bcfadb1cb4f5cdd7ebb95491a22075a4c35141a072aeec34c0df0df57796ee3482fe407be0384ec1abb0f68a61e5a99ce8c0b8029b5c91 SHA512 a572a12d173af6386bbdabefd678f085b4db7298ffc0fafa8ff1adc91f0b469b20f1f15a5b331b555c33ee89b402ffefbc4694eaca551ec3552d9a1cd54070f6 +DIST firefox-150.0.2-gd.xpi 409607 BLAKE2B 3f95c492b05e2d5912a344132fe69614816aed6aa84dab0fbbada44c8e7a55b1c2c0229905cd06b728d7773a098a4125870b57f9d079f7483942cfd751514c18 SHA512 2b25efbbf31e9652046db4a06683e91c3c14dedd67319316cceacb19f37e29d01d21b19e47b4c8fd08c5ddde0d4f1cd443063ca2b77d85423b570cb5559581fe +DIST firefox-150.0.2-gl.xpi 446196 BLAKE2B e146b9a41de5a1ac0d6be2c10bdc0fe73459d3ccfa3247a97a7421daebc4365bc6418f5da41aea262e25248f0d41d35c0a0689154e64a53d6763c4dc748433fe SHA512 bdfff64b796eed073141427997d3a7408582d444b02d8d673a93b3939d771299387673c47dd6970f57e4b714e900a16862cd9821c92fcfe2dbb6c8d4c0bfb0e8 +DIST firefox-150.0.2-gn.xpi 486534 BLAKE2B e84f5594e83f9ea3996dacfaa175c4743ce58189aecd402e78c37669613ddd383c7e487eafe5b653f65181d1bfc7b6f6506ce032c8b1c03270bd26a1b2f8986e SHA512 999cf1baebd968d1d6b50c19ac6480821e52824117877b4e1b0051a0b6c72de7497a003925b55e1d228b62ef36e72787d5d91b5ca04cbbaa8bf37dc8e45451fe +DIST firefox-150.0.2-gu-IN.xpi 358711 BLAKE2B e15c9182519c045f55546d0ffcffa5c3f30f13185df67c25751644f428818e9b8890e8e45cae215df3b79d93c9ed23870110b88c66581d51625a1c8fef1d33fd SHA512 ca5a9ba00ae2f18d00f2af38c90fb102876beda6cabad09884e0c0f218ced802f72e4d6c9bff149ba6cb75014ef0ef52911ec23ad64d245637102c237dbd653c +DIST firefox-150.0.2-he.xpi 481706 BLAKE2B 6a2957213569d0acb2f482c233acbf4b157bd25e03a2e54190857ee637074c8c235e246a48663cedff3341b894cd513dcf02853d5d236c6cbd0713366e6d4c8c SHA512 2146fa19386ec57376ab0c73e1a839b950154fcaab8e375f8147019261d6461fd038ed74088c30655e4d2c7fbbde6e76455f7c6e45342b7af1e272341f3c3863 +DIST firefox-150.0.2-hi-IN.xpi 377547 BLAKE2B 9ee3c8888110fe8a0be8005d15c4ab46a7bc9ad228fad4241f503369a8eabcdf22c6e8046681cd511520ccba317106b0ff0478109fd5eaa45641a09950766b5a SHA512 1c16c17171ab70a5be80d35c49e4c977a5af19bcaf0bf8d91d29f281131c5ae29d5716c7f92a4dbec94a5f679436342add688b69cfcafe4062a584d22b440aae +DIST firefox-150.0.2-hr.xpi 470455 BLAKE2B ca304d9185f7d79071d16be6dae2152f2197668bbfbf0bf8c0e16f86565adc38fdd41b4786b2a04b0362e6900a267ef8acb4daa998b9acbff859c8efd8be208a SHA512 4c39c66e75798fa1254e5e74d11dc83b793735903ec096927be996222904ed4f741e0295f3b98b886483a0637b74650a57a48d70c6bfcd1b7ae28441656dcc11 +DIST firefox-150.0.2-hsb.xpi 500850 BLAKE2B cbd7b9ae3a725304d06e3ccec9c84d58ec57c9424e98c5585d0772e6510bd1acae4ebf4f16eb806b267b6a0e940e9491f59ccebbbef4600de5634802d5f9d2ca SHA512 f084fc7b4909776f0c14d2cb9f5cdd7d2877810f285867b8ffd8eb989059d0f7aa8498eac9aa71a3a9a937cf2f2e6443122ad24de54eca7f5f21275b645a7262 +DIST firefox-150.0.2-hu.xpi 504997 BLAKE2B f4a93a9ba34851e36c5b8a47025ae501e0593bedc5e638cc2859778f98931abf60fcee406a4815993603f00d0009209104a355ca0d594c1e27721d30db6bb8e6 SHA512 09696404e2322b3c440b8cc0679bf607b18c8b12715b7dd6f0a7d9b70dfed25665de5ffb08f93bcd58e71523b1dc8c6c77ce90bb4542df6454b1fcc46dbbe4f5 +DIST firefox-150.0.2-hy-AM.xpi 483801 BLAKE2B 186e18769fab5ddb8d311e79c79749d70af888d5fcd9e87abcc74f298ab4a2afc9f496e62d4880366e212946976e6611d594a406c7ecf79e62c93cd54d770dd8 SHA512 b089e72d6395931b4878a8c8f7c0811a88a3e638ec340c9041db661ea07e409b48782b8b646cc54d446da5627c7f57048a9cd3edfbc27db738714c4bb9b3f27a +DIST firefox-150.0.2-ia.xpi 464907 BLAKE2B f3a05b0051c1148599a98f9911223b53f8873b4f36910afd9a3f2bbc0ad07af74cf6b9f8f5382120b74db60bc43a814cfdff38a3c74b4f9b39c7f6db4342cfb0 SHA512 bb689952eb124ff31c491c74526f5105968c2612cafa2553b6132578a057a8171fcb5fa6a281d2981bf4a91775ea67b299bee410d9f3ecafd2a755136e18ee44 +DIST firefox-150.0.2-id.xpi 432201 BLAKE2B 98a610e37a1487b668e3e87f9b049848988e33aa74cb44fbf1160f6dcb69de8a4fb89f0ae74401489a83acf90da3c3719969a3c78297542c0591f00f222a9448 SHA512 67bd6a809fc5b9dab014f967b9189668330943f441e4eb352111430f0655bfecfff810b53b9c83af358340a9634a72f7fd4fd493c63c7f29677c54ceb4a3ebe8 +DIST firefox-150.0.2-is.xpi 440157 BLAKE2B e328ca1866a392138998fc50cfdb7851497176f3beb362d6e6497e1b155d897b2cc3936d1a544d131830bcabff21fd7bd7427cb18a3fc485f54f956b0fd51d09 SHA512 0cc236c03b7dc2eb2424f3b9c1e6411b437cbeb31c0bfa948d40b915bfe3523019421e55ee3361b1367dc0a590803fe9a959a474898f6abc0e52384de57d1a6b +DIST firefox-150.0.2-it.xpi 476812 BLAKE2B 845d051c62c7a1c44f4e947f8cf0af50eaa90499e94907d698992a237f7d12c4082b2d28bdce602a67269bad2b20504c4a22c5b7933a0cca9bcd7af6de855e2b SHA512 0929ab4076058b45f9af02f800b95caf29ccf8f85f7b26a3dda953335694685bfe5ea9ae9fe7fb966ceb3aa38a6506cdcd2d8ddece64f5c8996bfcd373e0e186 +DIST firefox-150.0.2-ja.xpi 519810 BLAKE2B cc18ff705fbf394990d6b8e48e6ed16fb1ae274032d4cda340654ebcf6cf915d9aa1786309bffaf0a90af6ce147bba9454a1fc25065e951c5d819e8eb5ec8850 SHA512 286dea58386991e1b4f7816c6272fb16da303ee5dcd17d389197b4c1406147f9165144537aa6e81dca080afe94ffe94a35e5523416d43c04be628ca512fa3136 +DIST firefox-150.0.2-ka.xpi 538223 BLAKE2B 5d484e03dcfeb54e990bfdb6fd2c3e1a384efc41d576c1c2682622f9643613cc013150802159a5303fd3dfca037a23420cda5c3fe54c249914b1d1772108a103 SHA512 632da127c376cb4256219d62e203de33d748bea42065f259c28aba32daebc2333243105a18abb19ea86b51b30c573a1870fd9cf5cb6924fd78188d2f4d0e9ec7 +DIST firefox-150.0.2-kab.xpi 425959 BLAKE2B 9f443a76894c39b66b8ea4657ade60573a66a3ff6a0b7e196b5f310d731d879225407ba7739002a371c993818309a0e2e1ce2d446c4e59f67203b458de0110b0 SHA512 65fec9869c558911af507990b09188bbeb13ce0ddccb99655d3fce2d3ca83f3e2ef272f3c85461d4a14d762ae5db93fb17826b250dfe880244e710d6f7d47aa4 +DIST firefox-150.0.2-kk.xpi 557135 BLAKE2B 79d9b5537b71db464a864cebdb1d24ed795e8bf962fa59c334cb6a9de03c2f046e7035787300e6df645ebc1aa66ffb3f85a0738fa8a85a9c76aa873efc47a719 SHA512 9ca0351ac41515988ea7554ffea3383365f668d4ed1a266c31589ca130cd196032513176964184a4d23feb00a09d6c35f17646c3cac5da3c8ad7b397e6081ee5 +DIST firefox-150.0.2-km.xpi 375466 BLAKE2B f55cdffcf966d641433b13be88c98151d55e84e07cd070b64544c4f325c56c338e39c87ffedc7b12a44d17f50fecef0ee2471f6fac95eb57ffb5cc23fc6900f6 SHA512 2647fe7a6643de474e1d240f0a8c3d6cced472fced9aa5e8f710a227e2570600d0805e271f636a247bb20c6b136c9c0e0bf6e6b02c45c8a72eaa64977ed853b2 +DIST firefox-150.0.2-kn.xpi 332674 BLAKE2B e6e2ce86e7ae57301f872a24d6ed3bfac0fd93f8663c1ffefd5fa89671b996feb007bffffa40d5cf05cf3bb64c1ef74cfba68ab2353401add55b2a1f7c330543 SHA512 e27bbf63b2b6eece9f5a077d9f7b7e2fb8d3a09bcbb2abc8471a4ae2b25d03d11ff35a8b61c75ea3842e3bb745126ffdc061a9ab3a2503616588eb3a2311a392 +DIST firefox-150.0.2-ko.xpi 504386 BLAKE2B b343d850eca592cfe650f3b6ffcafdf88b7045d55c813e7306f51b1abd2deb4218ac6e04b5a4c2fea2852dcd2323f8398210298dafbc95aa29883c9a8c32d200 SHA512 9b55dfb204abdd92620f6ba9e3a60e561f5af80183708064c2f200a5eacc741653704a92633479b1a0b1fd7a659c8a0229f3e0b377125522d87f84244a8944ee +DIST firefox-150.0.2-lij.xpi 319825 BLAKE2B 49dbbd5c010cdc8fb80670e2504deebf68611aceb54a387ea4463e84e8a206da70def980ab686ef0c3fcae5339d9b0f2dc17f4449810ae2cab4b276eb1b179e6 SHA512 3f29bce23b46ba56cb2243b76105a59dbe6f589a739c09eda53cede47c96b866f6ec68036d16957f7688c557fa4f4e9fe5cf6e7a0c7a3521cd22011543a26c25 +DIST firefox-150.0.2-lt.xpi 379636 BLAKE2B 0176f3e53cd660c7e9713317840d9e645c74c3dfa15a2e570e111754c1a9dbe46f7f0da025ad8ab859c13255b34bce541e95ca22690303de087498b37ef1424c SHA512 52b78ce755d59e892a7b7c71d598def2d9a4b5c987083f6b016e7a7285f1f5f7aa0ec2c7618c1af62d732ffc96397ddfa9c07abfb7ed2a6fd3d11022b6cf83c1 +DIST firefox-150.0.2-lv.xpi 390937 BLAKE2B 849be4e9b0ba84fe136e3bfaec36e21e993e65f64777759847b87b7f1954823eaecd3447280d7feb51ebba5e06dbe5b37e25b239f0e4fc2f8d154ad7af1a05b5 SHA512 8e8b236817114c1dfa426fd920cd026dac51d384155fe3f344d710bc5899151784decd1a3c046f1819d3c73eba4ec63c536f809f5b513d60a855c176b7d4d9e5 +DIST firefox-150.0.2-mk.xpi 350173 BLAKE2B e30bd32afba355bc2f8b7ae8fcedd42d1acb55de08cb5f2280fc1220053724400fad6866e9fc0860fc8b38aa4f32ae69174f563d66c48ce9faee32372d0d6df4 SHA512 00ca819c8b129b29d288302666693a5410aeb95ab3515a397e19a3082214658c7309131114dadd3fa6bf79965a0c029c5b9eec69a4c03a336e7c514c62c0a2e9 +DIST firefox-150.0.2-mr.xpi 356584 BLAKE2B c9a421f97f6738e2d54d6b866eacb55d96e0a02e27d690e89a4c2feba2ccfc0f61b7da4e43e40f5397250122d5feb83860fd22a7d501c6bc74c525f8b33c5ad0 SHA512 009839e65feb9ee329858802e2c6c2cf26e67895e423d4077ee37eea9c30f05e0150cdce4fac0bad6e5a69450bcbbc33f32e9919698b288d11af133875b6b89f +DIST firefox-150.0.2-ms.xpi 296291 BLAKE2B 28e316baf9f42e7fa99ea6fc72cc5fb5d1e11469d9fe862b2cbd31cd54a120052eac54c46ca70023a318aeb629a6a10056f0e698340c48c501d420658ec13897 SHA512 ad53e0ed45c816c0172cb1aab95b34399c226445d3b53409c6ed3600283a6ce8696d53b2684f6edb99d0a2ce25f4cc076920912abe455c8262b8c128ca752e89 +DIST firefox-150.0.2-my.xpi 343356 BLAKE2B 3cb81d711d98d84971c688979f23f961b4f3d9915d10f03c8cdfc11336b6f3dc99d6c4dd0931459790cedbe411d4415940987a292a5e90c6a5d04f609e5d852f SHA512 c19a5db87038828e1ddaa6131d3f48ba3aa6600dbc213bbc39afcf57e6f2469f9ea193ca33e5c5b3f63aae29ca9fde0522ddca9e4276eddfaf64373060975fc8 +DIST firefox-150.0.2-nb-NO.xpi 463953 BLAKE2B 8df37e227d69987207e542b29d4263e87bfebafe452d5d89e3196e4d20c6447de9a5e5c4046f6df7abeb69de9343a6bb942cb731da59d857581c8ddb53c245c1 SHA512 3073cfe0646d8edfc425b964d1535259322d4292401ad56be59187ccb24754f5d1ce6657324d0f454e5ca3ae71aae9d5b229d32ce2b2e789733520743db6a401 +DIST firefox-150.0.2-ne-NP.xpi 348845 BLAKE2B 3daeb7c72a80428750fa59addea5b65e31d8935a09b906ab89dca3d0a026ee89569b300a7ec8ce95a158809b0ef4bc7fa31dca1441372d0b2848db1eaea4d5dc SHA512 1783bc8cb9ac8321291c9799958d8088fce1673cda8110ef688ba7e3aef881997693a31bab486e6cff3310119ad4302310639facdd0ec4046f874a2913ae052a +DIST firefox-150.0.2-nl.xpi 471474 BLAKE2B 00ace05ac4257fc06ac9b4dc4f0b68632698b0da8426c9ff453a08c27c200a1b3a2b52b8bc31823f93fc184bce68a9bd3d8330b23c28f47fcc6efe77dcd3de79 SHA512 d046a8b48b0cb7a70436b0d21f6010a2449370e1d9102b822c66a51447049e4b35d2778cb17a39bc2dd6f609729e46e5d2473ed257bedec3c8881de03c8ad86e +DIST firefox-150.0.2-nn-NO.xpi 467220 BLAKE2B 1b248358b938564b45f48c86bd28ac3eb7ff55594a6fb7d2061cfd5f739729629a38bb2c75dbe68bac13a6465a8ea43b4873e9ecb913c1aa4039d0c398c298d7 SHA512 7f1f142bd4689ca2370f9663cbde7cf509ae0bebd7134b2046270c96b8e1e25bb7f71097798408539201f83b795887dfc066e46e2e5653c8514f10f50063186b +DIST firefox-150.0.2-oc.xpi 414295 BLAKE2B ff6d7bc62a1c1720cfafd797bd92a20ec6284fd156fb0202a63bacc305b36fe9ea717e0e656339fb2b59634843b28b728ea1bc47d48393aa66331463594139d9 SHA512 dbfbd75167ec53066bd2db4394293e2438e8827f0ab8d63ba23c0d6dde2514cad80e22f09955a9218860d46695fd58fd2852e3fe57e69d6f7c87c465b02169d4 +DIST firefox-150.0.2-pa-IN.xpi 537126 BLAKE2B 6b2378e7341d19fbbf72105c386a87d126e5caa2d38e34005d77b26f777ea70ae08fabbee1dfbe13f374094aa6632615aae35eaf5f462e1c7b326c697e3fcf46 SHA512 22197f4a7194dbdafd512bfd4cb9801ce1fcd89cef823f722506475ab807ddc62c7a57d1898faa6f9e9a11bed021619aec2e89773e5d2c2eb239565e0880e06d +DIST firefox-150.0.2-pl.xpi 501901 BLAKE2B ca0bdc388765df2201e5c581ce46d8e159c08ad82c6261b7c60c4505fde0be8205a18e65a49de531c0eb1af2b232f46bac723bad17cfc0e599236ccc863dd883 SHA512 a2d86662edc5f9d97172e1aec13a156ae9c0b776fe30b52e4f7a5ae673768f85cf5d4c006f03f1a2e1895906b36579fdec9f0ba8f9119c416337ca053a203540 +DIST firefox-150.0.2-pt-BR.xpi 476187 BLAKE2B 4fe6563fc7381e7ca02f7e7475c16815c0ddc74acb5935e3b572beef52f84175982624490778c3d06a30d50c32f9bf7d511cf13a2958cd08760f2312e19f2fb9 SHA512 35aff2c0f12bbb4e681f1960b8b3348ab2d3fe1ba61da183e245f3811bbdcff31866f29043f882520d7ebadad56b4d9bf42d126f9bbec687b3d0550ea7732c13 +DIST firefox-150.0.2-pt-PT.xpi 482934 BLAKE2B 5fdc89f3d89958012392934b1fb921d19d8668021ff3deb76f54ca1adac12a63010563c5cb6d6a7f3670cbfeafde22ca344b89993d45e8a1d5f5f966eeb464ad SHA512 caa2c27295f9753430edaf765cd60735a9e6d66a3c715e6cc6eccdcaa2653edaad8a92379124aaf0ebc1d1d4415aa6c2fcd9b9aff166c5d087ebb5644eeeb5ef +DIST firefox-150.0.2-rm.xpi 457999 BLAKE2B e9c08f513688ea3c29b1db2ff751355266e17f239886c6100b204e1c47b07dc732ce8d85c29344fb5993903fb26d81aa34f6457481d5286605429869dd22bbe6 SHA512 486e19e8043b0855d777fe58832924de7ee2650728b5d2cfc1b120cda029d9efd6e2f4ec676a423d08a564be098c2f7f1c24b1cf6a7e15bf891d7a767e04bfce +DIST firefox-150.0.2-ro.xpi 489792 BLAKE2B 13dbbd1ec8459a9a4524a5bc40a04566a6c1a23824aac758050a824a6cc86acdb306ae4412e4725984df9d8a742ba8e8d771dccfb128a5ff0841db63a8bef6d3 SHA512 f764ea2aa87e0329bc649bbea90206ca9b0300a39340e328b074d7a736e236aa97e162548b0f4127366fbf4b09ddc7b2a15e4d73cbcc38f0081407e4c9f91424 +DIST firefox-150.0.2-ru.xpi 569462 BLAKE2B 4b3a9d778a02d8866c45553dbe84112458a81fba8ff02da1101219533c3f417e6f809eaec2b589e429e6a60fcce9a575d9c4487993f83ad440f1b92da136bc29 SHA512 587b6de15274235fbd5c7e7b91796c69f4f876373e3afffb33d87145784f3bbbdf1bf4911971345687880b4a771c803281b873135fe380817bb2c1f6b744a662 +DIST firefox-150.0.2-sc.xpi 428686 BLAKE2B 41bdf2b44b4e80f8cdc78e1fc8b994a4e57de0eaa2a66fe7f56f185a595943d6b953b6d39d20438f90a4b919688370e87c1e9b1812b77fb341f0e72fe448528c SHA512 4189fb8acd6f74b6741c30858012d48d79646feb148bd899c6f9841e7ef226fb82063732052f7d0adc5908caf549fe19877bcb03984dd777cfdd2e86ce42b424 +DIST firefox-150.0.2-sco.xpi 322721 BLAKE2B 886bdd9099100ad0dcf35a1b4c19712cc3f765d528f70f6a54f005b8922d07cfcf478c0e929768ae5190a14f24d3e9e1ef78d2196dd248d8023031db9a7c0c93 SHA512 4d6d7cae9aa444bdbaf558f63e1f14ffdcb26b4e13bb66c86cc0416d5cae3f3c08531bc6b046446bce769bdfbabd51211d2425f748abba5e1af1e56b53e37201 +DIST firefox-150.0.2-si.xpi 409174 BLAKE2B 45ca5fddf6d9dba9a20a189e63f4478b37b22451dd83b8cbc899b098c3455b925f26e5fe7208b871105e06a6cfb336b48d0dcece6c3de92b3fe0c0d54e844db2 SHA512 46da1d85ab4030ba13a0662b4b409c076a36e435b92555495ebcd75aa5eaa19e49c8131db57e8b1a3c7245ec1eca813939a2d1c9633b4fbb3558a58d09f8dc91 +DIST firefox-150.0.2-sk.xpi 507998 BLAKE2B 747e87a56ba274a9c2b486a7de8436cc597a5ad32f684799569855faeb44c0b2d2f6fc0850bf11753663e7bc448c97bb1db74614d1df20c363f12318342d80b9 SHA512 77249016057fbd7cd936edef441ad6fe7796a16cdad9a19430eab4c476c3434670ba93445fb4b4a0063997ce9d4607797d8a61d882c6c967c216b3586a14fbac +DIST firefox-150.0.2-skr.xpi 484525 BLAKE2B eed6a0e61d068b184665ac0f3c16582280a5ecfd4111b798d5469b5acb13ade8bb10510d8b9d251e85a8dac3ac3633ec2f95f52874bdd3f16f0b6ea2a094c60a SHA512 dec773b2adf2004694bab70886cca48515ba9fc4226365f352a860c2911cd5ab245a4460b0f98672f78d77db3766f953097405c1d4c6407a26539b4250262042 +DIST firefox-150.0.2-sl.xpi 475542 BLAKE2B 006a20acf2a0881b3945ea64d69274c76429248d8dc3b3bb9677e8c6207ab689bfec5fe62843c1dd4781add277dee1470eff0ba524ba51c5b71276b9a61c2428 SHA512 52b578bda07735bc3864d559c1037726b8dda5254d5e25708ab860ce998fa8ea74d0fff847cc33eb490a84aaec0c6d738faf0ea2aa9a90b2c3cca8f78a991749 +DIST firefox-150.0.2-son.xpi 274898 BLAKE2B 8b99d3c011a444df76a18fa17b095900a40990854d5b3c03b3ebc2c6e2e19d16d9d7427590a9be886c74fe6511dad32e137df6e5f7b49ddd6ca956d68a4161f4 SHA512 ec1c2aa880eabcfdf0f152dce15a866a450692eb517460f2a17fd897f107055f48337b3fae2998471786985b13ef39926501ec82fbedca3a51c95e4f19b08275 +DIST firefox-150.0.2-sq.xpi 492730 BLAKE2B f124d88ccd32a458108e3c794696bbf69b82a2aa57802100f755a7e73ae5a3c8c2bd942368f520c45d29f61dc18c008b02b9de92ebb6d91534e3bbfd1088f96d SHA512 76a3cd67761fd316b6ea6bf00198ef5d47cb5c6ece96f03fb0cb6616768f14d936f7a47472186b72430e619f178281f683b5ec0be25ff0c8a58833ea755d2f85 +DIST firefox-150.0.2-sr.xpi 540884 BLAKE2B 865ac6a2e5d66d6e4dfb0e19876c28bea85b395c12449f3ed620a3856216d207436c113f7c14f34c421498cd9ce252a9a36183ef6daa9720f6df3d23abc6005f SHA512 fb1120ab8e0755a315ef1f9538923cb127360d0a2575f95e076591038778f59aa5366c5ef2e9c74d55b277830d2cd3f19f6e11bcd20788ed232250cf72127a29 +DIST firefox-150.0.2-sv-SE.xpi 471193 BLAKE2B 0a77243f7a7b731b6033001ecaaa548cab88cb958c75f9484867db3602a81724f43ea989f1f6c1393dcaec55e8739ca11dfb86d97bbb98d211376975f88683e4 SHA512 d2743e69ccd7a6c0c4c722ced787594f6ad58aa218a69839ff8c5feff874a771de6ce8a023433c3c5f1d05747e7184cbea3fb27d25b40cfb51a248a00ce895a3 +DIST firefox-150.0.2-szl.xpi 341500 BLAKE2B f3d7fb74e978faa6ba08c49365abed0ad3a208a3d57c8ec412fcf8c08ce16253717cbd794ee02f4a089f5c251065c5372ec23a2d21a17010caad18abc0f85f46 SHA512 ba7254283b4d30c1930472f1bfa02aae746325350557f4c1abbcb5499cabcdb1dae7b7b73bcdde8d3f50803a8bae89b9c58aae7b854ae1b735e2cbfa62a2ac88 +DIST firefox-150.0.2-ta.xpi 338497 BLAKE2B c188740c5a2e509c630d659f40ca1d81e2724aa7ba1023327bdf4939bc1775eb0aa7e15e06a14612420dd2e3fffcab8f666efcde2d28cd8ddd52b92190fedabf SHA512 1b9d6bcb098e5a3ed97a81f9dc0cbd02b3b5c57649e1b787d900a0510bae3f76e93ca9551c727bf8d3bb93601e03cdb7491bd4fbf87b0124553580f110ac92cc +DIST firefox-150.0.2-te.xpi 388407 BLAKE2B a7386a77d630d583f23f82fd9716892d8fb79732cf54c7176a5346780c2b9d88071612da07ce7f9d212b949318e8c447cddf2f1d0ab4679f768fd932040ce92e SHA512 a8259716a3be047c90fdff27ca62215a098d9134bfe1bbe5a50195c7f04bacdd9509e3682a5fb644ce5c8b9194d27de04e69970346883c1fe50c232310da8cb6 +DIST firefox-150.0.2-th.xpi 546794 BLAKE2B 4c0aa47dba783d9310cc59b5d9643ef9905906f8d422da23785c550eb4dcdb6f0292940c76665c43c0b81b174274b3951c5d51bbe04825f88b6a470d9d505a34 SHA512 75d374dd19ac6d16f772cd1e399d247ce5169d10975867f4448126c7f6bc413cafa21b424c4a0c7bac75ded4042e9337d3424113a03b9fd06515a0e3a09c9fa5 +DIST firefox-150.0.2-tl.xpi 355963 BLAKE2B 7d4a336ce126e2c886caa3cba2e46e32dd6735b4ce676aa13b58ff13f5a3c540a1cf3d23f79675cf9ae545c1198cf2e2d49e3002bb49ae36353d24a64585e3af SHA512 71940a16a0824f5a1db431a3d5f4aa64b629c7c59dbf402444e26e87890f29d543612eb02be6bf3b7102e9c13f9539dca48c342c6e3d39ba8a7ad86c9de450d7 +DIST firefox-150.0.2-tr.xpi 485528 BLAKE2B 40364fcf61e92f10f4148f1c7d89842e7e4a83916e2cf0e899287fe9f43720b4637b8080de7906a6511968115af95a499c4e448b2a015b6cc24b79f83f5aff8a SHA512 c670470cdca08a40fe6031613db7f4c3bd665ce48460beac37ee301c8fbb1d35e948c7e8c36fb547d90cde6eb4a4b2cdcb261406e3f9aeffb458861ab95e7524 +DIST firefox-150.0.2-trs.xpi 324878 BLAKE2B 605cbf66de3afd18e9a05d2878e8a12bde6d3de99d90a3497b435749fecdf848f551ca0693adde5723759a393a432284925b6f32a45856e10776f295bb098278 SHA512 9f97c7e60071b539f432f3c46822ea175788229fc9026c671ddef2d9998e4352165e465240d7ba2182098ad757d9c428e6f499540468837333a3e9e80791a553 +DIST firefox-150.0.2-uk.xpi 547607 BLAKE2B 07633742ca5d53a13ded9f0b8c47869dfe98ed0b7b325c4bb0229888dd30611e17cf99cca1761408b4f330f0ab0888cfcc09992ca99c113d5aef0d7d19b7624d SHA512 c47a039ee679d68a5d2a619071c7815ce2194f835a358bb6dcd7182ac2d54738c9e779685478f9f164fbf7b2805cfae31fe83ac681dcdad56cfe069cbf373a98 +DIST firefox-150.0.2-ur.xpi 370650 BLAKE2B eb49a3462c66398dcdbcd394ecbff6752c5086d7aa2754afde286c5dcb67d1a67f32021ae089162a932774c05848c9bc81add36cf549654363b1b61d877e4e73 SHA512 ed4cf1089afb66971fc8e1ab8ea2f3688cf4e82e08479b6254a994948d5d51ed8b1f4bdd38510d328829f73e3d5e1b93d88a27ec77969483cb31e1a9f5bf6b7e +DIST firefox-150.0.2-uz.xpi 304804 BLAKE2B 8716756c3d70e441ea139953336604194a2e45449d1d14a06d07e64287135dd91391ae536c21311be2ea5b16f607789d04d7845224044644c1fa9d644c200687 SHA512 1e4a679f17c43a4d604147166eb6aa3667dd0d84913a431bfd7e3e73bf07863da93dec83463436b86e27a1420cae43909e49cb8a57d06e52894177784cdfa80e +DIST firefox-150.0.2-vi.xpi 506458 BLAKE2B 9c2959eee29ffba5f0573c06023d20cb9ef08009764260e66fa0e0194acef659977f65537b14ae92b82c5b6395468c4455447405fb0d1ce34209d4c995b71831 SHA512 86ba1994f7c84e97aa8205e16d0408029768829510c3c0e62045f3e45144a7a72ba983319c362b15aebdc797a6076c1e424d536548dc1167fc62df5741beae7f +DIST firefox-150.0.2-xh.xpi 274397 BLAKE2B 1963c2de41daabd669c78cbe68732a89b7691d240afe5770c84e446944372e1bc4599ebe37bf20382c1c3b96f0c7b6603bd81a4beb8d4911bb3aac35afe0e4d4 SHA512 a2b3631819eb4d59ea18705652e570d46ab7d98266a602764e6f25debe24435790ae8dd3b6a43c5ca959bbcee1dd20832483116c37ce1c52125cf12dd0de3ec5 +DIST firefox-150.0.2-zh-CN.xpi 496928 BLAKE2B b22b5f063e85f8c1dc3daa7ababb3b3eb837b5b1f00dac99b706137065fc6cb39bd9f8a058967da411f07aad5bb866ff325c9848125016d6702ab47ae7743b45 SHA512 4f9623bbae9b9c0597b778dbcbec9a019dc6507d88a6bbbcbccdc5b63a81a0b14e6bf979b3ae94b3ad7405bb33a7a2ad63211493d659a6704eb7ab12bdf97bad +DIST firefox-150.0.2-zh-TW.xpi 500878 BLAKE2B 4eae336f62ba03c3cc470a547a36fd0ab31937203a1645626bf958994131786c9b9c39f7e1d58164c915b2a59fdcee68e7fa1dae501e94b2a264747c964fcb9c SHA512 35b1e6b10ae2cf629d93b16f77feaa6047d7c0ae2775eb0792d033eff0371ee1666c4926860f407272c9c1542edf729e82d99001e0925ab96f14125070ae5c18 diff --git a/www-client/firefox-l10n/firefox-l10n-150.0.2.ebuild b/www-client/firefox-l10n/firefox-l10n-150.0.2.ebuild new file mode 100644 index 000000000000..47f081fa54d4 --- /dev/null +++ b/www-client/firefox-l10n/firefox-l10n-150.0.2.ebuild @@ -0,0 +1,181 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MOZ_ESR= + +MOZ_PV=${PV} +MOZ_PV_SUFFIX= +if [[ ${PV} =~ (_(alpha|beta|rc).*)$ ]] ; then + MOZ_PV_SUFFIX=${BASH_REMATCH[1]} + + # Convert the ebuild version to the upstream Mozilla version + MOZ_PV="${MOZ_PV/_alpha/a}" # Handle alpha for SRC_URI + MOZ_PV="${MOZ_PV/_beta/b}" # Handle beta for SRC_URI + MOZ_PV="${MOZ_PV%%_rc*}" # Handle rc for SRC_URI +fi + +if [[ -n ${MOZ_ESR} ]] ; then + # ESR releases have slightly different version numbers + MOZ_PV="${MOZ_PV}esr" + HOMEPAGE="https://www.firefox.com https://www.firefox.com/enterprise/" +else + HOMEPAGE="https://www.firefox.com" +fi + +MOZ_PN="${PN%-l10n}" +MOZ_P="${MOZ_PN}-${MOZ_PV}" +MOZ_PV_DISTFILES="${MOZ_PV}${MOZ_PV_SUFFIX}" +MOZ_P_DISTFILES="${MOZ_PN}-${MOZ_PV_DISTFILES}" + +MOZ_SRC_BASE_URI="https://archive.mozilla.org/pub/${MOZ_PN}/releases/${MOZ_PV}" + +DESCRIPTION="Firefox Web Browser's translation files" + +LICENSE="MPL-2.0" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" + +# 149.0 is when the firefox-l10n was introduced. +RDEPEND="!<www-client/firefox-149.0" +BDEPEND="app-arch/unzip" + +S="${WORKDIR}" + +MOZ_LANGS=( + af ar ast be bg br ca cak cs cy da de dsb el en-CA en-GB + en-US es-AR es-ES et eu fi fr fy-NL ga-IE gd gl he hr hsb hu id + is it ja ka kab kk ko lt lv ms nb-NO nl nn-NO pa-IN pl pt-BR + pt-PT rm ro ru sk sl sq sr sv-SE th tr uk uz vi zh-CN zh-TW +) + +# Firefox-only LANGS +MOZ_LANGS+=( ach ) +MOZ_LANGS+=( an ) +MOZ_LANGS+=( az ) +MOZ_LANGS+=( bn ) +MOZ_LANGS+=( bs ) +MOZ_LANGS+=( ca-valencia ) +MOZ_LANGS+=( eo ) +MOZ_LANGS+=( es-CL ) +MOZ_LANGS+=( es-MX ) +MOZ_LANGS+=( fa ) +MOZ_LANGS+=( ff ) +MOZ_LANGS+=( fur ) +MOZ_LANGS+=( gn ) +MOZ_LANGS+=( gu-IN ) +MOZ_LANGS+=( hi-IN ) +MOZ_LANGS+=( hy-AM ) +MOZ_LANGS+=( ia ) +MOZ_LANGS+=( km ) +MOZ_LANGS+=( kn ) +MOZ_LANGS+=( lij ) +MOZ_LANGS+=( mk ) +MOZ_LANGS+=( mr ) +MOZ_LANGS+=( my ) +MOZ_LANGS+=( ne-NP ) +MOZ_LANGS+=( oc ) +MOZ_LANGS+=( sc ) +MOZ_LANGS+=( sco ) +MOZ_LANGS+=( si ) +MOZ_LANGS+=( skr ) +MOZ_LANGS+=( son ) +MOZ_LANGS+=( szl ) +MOZ_LANGS+=( ta ) +MOZ_LANGS+=( te ) +MOZ_LANGS+=( tl ) +MOZ_LANGS+=( trs ) +MOZ_LANGS+=( ur ) +MOZ_LANGS+=( xh ) + +mozilla_set_globals() { + # https://bugs.gentoo.org/587334 + local MOZ_TOO_REGIONALIZED_FOR_L10N=( + fy-NL ga-IE gu-IN hi-IN hy-AM nb-NO ne-NP nn-NO pa-IN sv-SE + ) + + local lang xflag + for lang in "${MOZ_LANGS[@]}" ; do + # en and en_US are handled internally + if [[ ${lang} == en ]] || [[ ${lang} == en-US ]] ; then + continue + fi + + # strip region subtag if $lang is in the list + if has ${lang} "${MOZ_TOO_REGIONALIZED_FOR_L10N[@]}" ; then + xflag=${lang%%-*} + else + xflag=${lang} + fi + + SRC_URI+=" l10n_${xflag/[_@]/-}? (" + SRC_URI+=" ${MOZ_SRC_BASE_URI}/linux-x86_64/xpi/${lang}.xpi -> ${MOZ_P_DISTFILES}-${lang}.xpi" + SRC_URI+=" )" + IUSE+=" l10n_${xflag/[_@]/-}" + done +} +mozilla_set_globals + +moz_install_xpi() { + debug-print-function ${FUNCNAME} "$@" + + if [[ ${#} -lt 2 ]] ; then + die "${FUNCNAME} requires at least two arguments" + fi + + local DESTDIR=${1} + shift + + insinto "${DESTDIR}" + + local emid xpi_file xpi_tmp_dir + for xpi_file in "${@}" ; do + emid= + xpi_tmp_dir=$(mktemp -d --tmpdir="${T}") + + # Unpack XPI + unzip -qq "${xpi_file}" -d "${xpi_tmp_dir}" || die + + # Determine extension ID + if [[ -f "${xpi_tmp_dir}/install.rdf" ]] ; then + emid=$(sed -n -e '/install-manifest/,$ { /em:id/!d; s/.*[\">]\([^\"<>]*\)[\"<].*/\1/; p; q }' "${xpi_tmp_dir}/install.rdf") + [[ -z "${emid}" ]] && die "failed to determine extension id from install.rdf" + elif [[ -f "${xpi_tmp_dir}/manifest.json" ]] ; then + emid=$(sed -n -e 's/.*"id": "\([^"]*\)".*/\1/p' "${xpi_tmp_dir}/manifest.json") + [[ -z "${emid}" ]] && die "failed to determine extension id from manifest.json" + else + die "failed to determine extension id" + fi + + einfo "Installing ${emid}.xpi into ${ED}${DESTDIR} ..." + newins "${xpi_file}" "${emid}.xpi" + done +} + +src_unpack() { + local _lp_dir="${WORKDIR}/language_packs" + local _src_file + + if [[ ! -d "${_lp_dir}" ]] ; then + mkdir "${_lp_dir}" || die + fi + + for _src_file in ${A} ; do + if [[ ${_src_file} == *.xpi ]]; then + cp "${DISTDIR}/${_src_file}" "${_lp_dir}" || die "Failed to copy '${_src_file}' to '${_lp_dir}'!" + else + unpack ${_src_file} + fi + done +} + +src_install() { + export MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${MOZ_PN}" + + # Install language packs + local langpacks=( $(find "${WORKDIR}/language_packs" -type f -name '*.xpi') ) + if [[ -n "${langpacks}" ]] ; then + moz_install_xpi "${MOZILLA_FIVE_HOME}/distribution/extensions" "${langpacks[@]}" + fi +} diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest index 7be794552766..8a8becc01c8e 100644 --- a/www-client/firefox/Manifest +++ b/www-client/firefox/Manifest @@ -100,8 +100,111 @@ DIST firefox-140.10.1esr-xh.xpi 272788 BLAKE2B 321b9c2320cb47636c6ec28eae9ee51d0 DIST firefox-140.10.1esr-zh-CN.xpi 460701 BLAKE2B 61d1f8112ee58b42bbf335e92895413ceee4c246159e5238fe8e7f2e756f25cc2576d27e2a57e7a76ad5091ed3cec7f771a2ff59f76cc8638cd0b74dd5b141b3 SHA512 5412463969b29111ff53a457e887097269aa68d5e187282a4b798f957e4e344f85dcd2ed03f4d621589e62e10d33f08428e2c0cf6a0df6f833d34135eb980b49 DIST firefox-140.10.1esr-zh-TW.xpi 463737 BLAKE2B e5cb1630b7eb099742515696f43498e6d93d336813b647c611089ab645dfb4716ebc03c2601e529d18f6a803567b1031e756f4bc5e9210e98e015d5049ded87c SHA512 0e0ddd7faa3002b503e75fc47b28453f71d654b6e981e2f04cac6434bf603e2a8a28d4502eba69366591534c0d07fd29e2dfa61a545ecd614dc2850b6f884b40 DIST firefox-140.10.1esr.source.tar.xz 638929340 BLAKE2B 6d02a4c4cfb0736d748b09306cac59af109d1098240e75870b5388a4983c3e286c7c93cafae34db2fc88233e067d319d9cea1098add4de2caeb56888831d75ba SHA512 aa3481dbdda0a302acefff52007ba2e6927962523408b942a7df673e80618fc381faf1ca70ebaac3760645bf7cb382b85658af49beca705cd636ce9de58349a5 +DIST firefox-140.10.2esr-ach.xpi 294356 BLAKE2B 6237b0e802b2263c1fe75bf2ad09fdc3c77580f9ab3eae1ea395d5fd7f686a31b5d29985d6e2b2fc720da4de8b085a6a4ab55c674667c9d864fbc19e247715d7 SHA512 349e41a4e5eff5c2073fbf5e53be97d352f82a2dc7c3c385925ec30515daf27910f27a5aa4261f15d3bdf35db397b72185cf69a0b42749206442ed2a48eabf5b +DIST firefox-140.10.2esr-af.xpi 266630 BLAKE2B 9b5887e5160d7fea2f8eca95c4dcb1da2076e73355573fdf14381c5972cc9737780547f48a83a7e637b4168aed11e8d8c2b0fd93352caa4352fcd51bfd2de1ef SHA512 01cd5ec0ffdecd65f94003065877283247f59201c1e3b2e92f4001004d6471a51d16bb701cba45657df351d4486207459901a0652614f196e21fbc3a395259b4 +DIST firefox-140.10.2esr-an.xpi 332301 BLAKE2B 32353d953a9b254c946c1a5599ab6197a6cc558125d902a47cee0691342d93aee8a4a9c46861ca995fbbe75210d6b0772e3aa5130f0d885145e18404576699e8 SHA512 e5a740ad8d0b613ebfcc63ce4c4514117a0f4eb78e0e0aacf9691b0578985ec98145c84a925cb1a069ef83357475da2dc9602ca9424497085857689f1bf904e6 +DIST firefox-140.10.2esr-ar.xpi 445289 BLAKE2B e0509a88c97cd3ea4779883b571ed79e74845e15f30355474a9e312cc26fa5c7f269160939e34c75cfc952d473c092072f2824c068e07c70080c955d7647c304 SHA512 7b62ec189f1843b0701ff2305c4299c77e8148d4eb0a007e579805577ab1dc6252824cac2a12aef6c5f4e99e91c78e95f02be1dcf10c1f0b33773fd9e85497e5 +DIST firefox-140.10.2esr-ast.xpi 312217 BLAKE2B 4140e8c71015638d81bfa7cda9236ce670ae68900548877938b3b800ae64dbf15560c7829418d9fd7c084f9b6a53d960ac5e22fa99ead8a717e600876e2277dd SHA512 98b6c8cababec2e80bdc6bee63e4070b9c017486682d4638080642572779b054442556e73eba23bbe427039bc34ff92a4d8f9b051c2961cd7ac20a7d5664d1a1 +DIST firefox-140.10.2esr-az.xpi 318411 BLAKE2B 7bc629fd40339879a6690adb41e2e05f54b48d384c15f487c0f1357ed288071c453a48d3c7a0b07dbaf7ba087f5756da7ae5cf68898a76440cacc7bc9c6f9e1b SHA512 37c4d1c1522329cf6e7cc61afc5fdc8aa09215f046d5c8b75a3265e21be64909c09ed9fdaa52e07b9e6ebf76ce74d48729e06d7f7e89e26a4d71b9d3269eacb2 +DIST firefox-140.10.2esr-be.xpi 521199 BLAKE2B 86bea545329b336f27bfcf5ff9303ec6b84526749a20473cd2d0a8d8dc7e56a0b6dc7ebaab37cdfd949bc2c70175c899e52946b7cc295101c925ac8835b27462 SHA512 8beec2c699ec7fed688396c46ffca3c1fc5f7fe311491abbdda20e181c9ca9e467675f78c42c92840f27072661e2073be4c4a5245f1a6b40b5b83feaf73f05d0 +DIST firefox-140.10.2esr-bg.xpi 457549 BLAKE2B f0b3bd24f4aebbb75c7ca7a60482a50574cfe2dc676f4e68523a04b84a34d3c74c6681b021dc9ba7e49ae18d7623fdfa759ce9d56b8be882859178e67f2841ba SHA512 40c255b20fb75cdc7741a3b64d444899cb42462da084abd5c85cc8f3b30b5bb9291ffa50852fb76985a58fd49a0b645752260ef67cd443816d5556f57de8236f +DIST firefox-140.10.2esr-bn.xpi 413372 BLAKE2B d2630b1d75c3ec9ef8914f5b47cba0fec14794c44b3bbdac4de1a2b70860ae530bfbb77dea00eb34fc9b4130aee710870de3a898ea6e2c18a32082f745fe87f9 SHA512 8285309c79f6c92e9b51cac3b6d00831fc325c019d353f5628359400c0cc4b8a990cd3bc64b864ae780f91db78f240d79304a79d83e52775af83646c5e7d5e78 +DIST firefox-140.10.2esr-br.xpi 395306 BLAKE2B 3805c9b67989fa2124c8b66d9a7504efb4dfdcf879e07ba2281609dea136dc1fa4cf45483fae3fa50881ace325cfd675363f33f13f03a1dea84ed19e8a1fd6c9 SHA512 d9ba0855b55d0ccf46da04431c9a9327ff03a7dd1eaec30d74337c82a47c30e5185e81c8462ba4cfde2e191441e06c9189ee363a1701f17d95105ee4aac56d80 +DIST firefox-140.10.2esr-bs.xpi 447170 BLAKE2B 42a08e6f3f55adc8a5c39366341bef0d7e3c8b97ec56adc8fd6e1f92e003254a61ed758a66a4c591e6e7d0d2e0cf64e4f484717e4505c815a72b8a7883b685fc SHA512 a2521d93a0394069a701033768de9df273ddc900332e44f475c9a0b53f448d6ec5dcfb2e35e2ca05f8f2397579fffadec80d1c1ddc9da544ff6de4b33ff138c1 +DIST firefox-140.10.2esr-ca-valencia.xpi 357938 BLAKE2B b4a361201c0f93fd1dd0023193f38fa1ecfe3a3b333918b69ee16e08a8dc02e77ac3632db5adc205179569116b2c751c5eb8c0e2792ac9329460598963b08bd2 SHA512 2313427fdb2b61b8dc9c0140dd9eac1dd78ea847664de03273a924141a19a67d1e3b2359c57ac910da1efa9d955109f430c4040f2e88b48f01b9f2cad41a5910 +DIST firefox-140.10.2esr-ca.xpi 404819 BLAKE2B 32fb90c4e99cf8a9c9b82013587e60a42b59f1f16faeb210dcc500cb0af87436baacada3d5feee51dfbf4d57e29fbff9444fc6ca8644eb8c4ae5542d0c8eeb8e SHA512 63db16777e20ca76082fd0cec9bbdf4f023bec8fddf08180b5c4ccf09b54792618b313fde3c0e3d4bf085f7dec9b23fb83d1172315f03974804b49cf28e62ec5 +DIST firefox-140.10.2esr-cak.xpi 390838 BLAKE2B 392b82bd1445aa8c9218174c1eaa081ee17f83dc6308d7fb9de764ed974a3f734e348a65a38c309c6bc5daf4c6f01be453fae55045075be913b013491bf676c1 SHA512 57dafd7d3cb94ad237217ddbe872f23cb6d218ab9376c168604701b9102a9d5674cfb0ce10753326c886b78afaa0bf68666a666a0698270da5d52fa49103f49e +DIST firefox-140.10.2esr-cs.xpi 475923 BLAKE2B 758f47379ee112a3b01d6c4494af9de29c302b0a6acb038cc7e4df836cedb6e77dd32d8c3892c8c0526717b1c5f39e9794a424d1327c3005470b7e9fe47632a9 SHA512 4feb7c5170627ba956e7290e95fddbaf80b3e429ee67431065277567cb28858496949e8604f790112fc6498a9c07a60a9b45a533fcbf5e42796b14cadba73a9b +DIST firefox-140.10.2esr-cy.xpi 441961 BLAKE2B 255e8670169a6583bf798001c7f23ac3dce6d009bf1423da265b7469257ef010eaacb0fdc1511069259a22e871224f6dcfbb74eaf0f176a8846aaba78b9549d6 SHA512 e3ed76c4c0b36a84ce750d8db63f8f3423f9cabc50716647c3b6a8aa953c8c7cf1c795543deb82cb8709840d63bb0d90d78b23d0dee6c8de109716bd1a19b74a +DIST firefox-140.10.2esr-da.xpi 431125 BLAKE2B abda0a4d1e72601f8ebcd718b984c4200320c85c3b6497cff20e90cb8a4fa9d954adde8648cb98fab8f3a4b17865d14bc88ea980152e586a2522253d37ec6f22 SHA512 8e2330376932785bc95af9386a61c327f8d16b506c7a38ba6195c114f2bca9f34894594398f23d2a950d0e3f68c95658820158836279a99ad09ecef57e313281 +DIST firefox-140.10.2esr-de.xpi 452699 BLAKE2B 1ecc821922eb057886e1e3b2ae0fcb5e2e3c6e15eab7bc1121893b4b830c1ae7e189cffa973571d762ae5ce2ababf311fab43c42bb947e0121810d8c2ddd1520 SHA512 1ddb170a48cb00629f076c08164f8182c77f2c7426213212aa2aebc077b75b8c81a3fe5d4c09079d3582416f452147ec5a357ab2a8918ef7ad6bbc257c70760f +DIST firefox-140.10.2esr-dsb.xpi 466058 BLAKE2B 6772d72af17951f7fe4fc3950e154f1e918a414ee0a7a2b4ce5e3fa9d65a029fc26540877dbe98fdbbe68e2e71250ba20a14151e3f1691542a0cc239079bdeec SHA512 36bd8c2018327f7f42b23a206055d5179d150ff1417513a1159aeb7a5039887bfc8cd55b22f95d6e1d0ad082efb7c797c43875a0f605babc410cb62eeff693e9 +DIST firefox-140.10.2esr-el.xpi 536827 BLAKE2B 6a670e47b7e373bebda501285ddfcc2ff80e5a2e0d00f869230da57acd602e22d7ce925b8c26470cf7285e2a6cadb9831ff41b7b962bbd1ac1c8c6a7ea027fcc SHA512 b3a27f59e0e3f63eb2b8ff6ae1dd83fc065f5b8f42a6cd82e15bd6882794ddfda064a1ab2aea313cc4f14470e2e9dd9ab67a5c148a2ba7d358fb1282a5d9eca4 +DIST firefox-140.10.2esr-en-CA.xpi 411053 BLAKE2B 83afc2c811b9f6199c55ebf0a913bdb6621a2043bca97d8b2d4c90f071d07b2f9e8f7fedf57662d6d8ea1a5ed47cafe23d2fba0357f8bd454e9d075cc7dc4330 SHA512 fe423fa7c2e6c85686b81218b2206c71e7df79b21e148c6d789637bc9180ab4d13b74aa3e49e3e2b404037e7bc2988cc0c68b93d3e6719cdafed4eb77b3ef07c +DIST firefox-140.10.2esr-en-GB.xpi 411406 BLAKE2B 25bd2227a1d4b7bc8b4cbde380824015b2ac860dd7d1e1558092dcff4fc8e04f0b3b482a2b561c63eda0af844227f3aa5c063149e388b7064c87e32e934b12e7 SHA512 0670105db040adb41e44588999edb2b57cf9054142bdd121a9dbeb8aabbf4ff15f5531aac437a39354196ef277709b70dfe863888646fa9ef1f5dde3faf95d31 +DIST firefox-140.10.2esr-eo.xpi 433463 BLAKE2B 6e00cefd12e86076e514f4deececf64d9a03b5aaad8421818be25c3e7259b899794771baabe70845f5a23f8f596c3e1f41e3485abb5fb88c8c36a002d8b676f6 SHA512 c368b6d55215065c9056b6054bbe1bd5f44819ab3ade6dbd5db19029634f32cd31ddb8df0c752cbc96786af6a532d099ac0f95a35a0e32cd59a409c3c434568e +DIST firefox-140.10.2esr-es-AR.xpi 445505 BLAKE2B 896a25a6d8d418046279b9754bdce74ce04deef1072c8c4fb8730868694fbfd2c2d43475981f3487e16caf12be30ef5d4607acaf6a66eca98de53a1c43c1cac6 SHA512 a7a3c2f4223bb8686a6e18c382874ce3418a873e72c3d0daf6af0fd71ba221310f5c4cc0d2e02c2cac057024e32b745a8b0985c13629e34ec794b82428432e03 +DIST firefox-140.10.2esr-es-CL.xpi 446299 BLAKE2B 7a6d3525e4b2a3165e074b8e22ef1acfed2a06435bcb1f188a3e680d3ac83fad3c8e4cf2fbc120440dadaeba91988606ab46dcdc849b69104f4714148f69b306 SHA512 ddde328db1ba004a587c79976bc9920c18f822e33d5292ab133c9205823a0bdaf8ca379ad9beecd525a0942bcce175d341b5a670900d6ccbb7802284b4795db9 +DIST firefox-140.10.2esr-es-ES.xpi 447023 BLAKE2B f3f379ae47709844c31cdb49c932de94e4a1da9bc6ee261106cef1cae8a8468a101a86c3c10b1d1af37787a022146144b7320250c8236580d8db3a4017cd9151 SHA512 c42263621a95339c7b6cfa5cffd025519794785d927daae4e68bd18da101b04c98966035074fa3275c9adf59600a9bb424a7d1a790a9eeedf080a66686bcc0df +DIST firefox-140.10.2esr-es-MX.xpi 446241 BLAKE2B 19b88cf75be058848f285086717edab03ed433ac49f6ca511327cf5a7e9ae1c0cea54f8e446b173c158c25642e8020a30e116cf5dbbfb8ec9facee544693cf14 SHA512 9b6e8d573940902b46cef9863804534963e7dcde2ded534a3ced658c1da12ef8733828301f170c7aa5f75300b7551e01fde29ed8c0319229302f85d26d399791 +DIST firefox-140.10.2esr-et.xpi 359321 BLAKE2B 4b62376bf3cf0ba6c82edbbb4050a051ed17816fe5f576dd3e53e2408e7cd84fd0aa87a158c760a02e6e87c1ab3a6a2520d68f5a5119a5a9c437bcf341e09617 SHA512 29538e5c848bc5d4ec32f2f970930e448ef8af5d1649e76ab8c097ebb82b3919a7959ef555d59dae747bc47059c2bf7ad636bf18862d30a7dc68fce19f7482a0 +DIST firefox-140.10.2esr-eu.xpi 417285 BLAKE2B e58234476f1f2ef214927ff089af21370989b5fa07dbdbd7e92d158d9bbf358e40ac0ec5a9a515e0e0a343e2a2a8006315f1f98419de616ed9e9b8750dbed54b SHA512 82677515cbc10caaa57ca399b12f17003f5e903ccd653b75b93d7167cc58acb1e0958e91cde308ed6db5fdd5c24aba02a37d972cbf910a00fc4c62c9289cc61f +DIST firefox-140.10.2esr-fa.xpi 421628 BLAKE2B 05e873f67262771846ec116a8bb269dc1a666be5bee108534f77554f5c7eade6eacdadeec984ee31f54c55e75366ec5a8886f537358107119120d4fbf58c5a14 SHA512 c2419a0c13b321929cd2e72ec6f8746fe04884049b3268b6fd3696dbd43fc2adb7447cf096438568e6b162fc1eee9834de655f86fb3db6382dab5deb614203b5 +DIST firefox-140.10.2esr-ff.xpi 310183 BLAKE2B 2847f124470e0122de397cb2be9132921dd6ca346e22736ed01835db630df894afd3af2f72488787a26b050f1b522f4afb710930e62371bcd6c4eb7d496d72ab SHA512 eaf73ddb8928dbc04c25a32ac7d2209110f6977de4f9da9e09eb8c40b84f431c9b2d6ec0e0541dbe8ce92aa788041dab5ab5b961397c1e15c3e57c2b0c539628 +DIST firefox-140.10.2esr-fi.xpi 430159 BLAKE2B 0fdd695108a59f73256e2a46076c69e4c655e12413d4d49232e754425c756ec60ff4edc89bc3a6675aeef8cade324e57b7ddefdc278d5015e77cc103381ae0b2 SHA512 f2bb45e88dc74e7c6d228f0a63377a49202fe989fddfeb6b4ac15160e32d1386ee0a4ec5cd300023ba8f444a2bf25ffc95863812ca49deffb50e961788f641d1 +DIST firefox-140.10.2esr-fr.xpi 458450 BLAKE2B 3c28930dee7a1e424a9cb3ee97c65b59addb5502e9f04829b917df28c081a3457a186568dc0d476347eb6f92aa9a65a04893146645a01c3f1d42b9c10f5a1564 SHA512 8522eea58125087925fed66b2885f2e83bf2646da8c7a100e33232d45685105457b628e907851e7477bc96ffd6e852f512d837ee5cb15fb846189a42079c97f4 +DIST firefox-140.10.2esr-fur.xpi 451823 BLAKE2B bd0432bfd745f70d8398a27fd4a3190aaacb7d18302e7ffcedec87e0993c20e6e8c3abb26f13d6c524bef81023b1a08d1d6cdcfeb9297de8bc2511f8d62ab056 SHA512 94322f620b77770d54338119af86f1f6d8af0cdae053226943c08e7899ebd6dd7341201a87ed60e4e192f94cfe9d60bfd7ea6cfb1b9700d5d57019ccee5401f7 +DIST firefox-140.10.2esr-fy-NL.xpi 442164 BLAKE2B 818a0828a95c19c17999c437dba9623347d31cc9e34ae552e796d43124d39dea5e5be9fd702cfe8d6bbe93fb1305ea265be71162e015aaabd11b47f7d5d5d2b0 SHA512 07f442383bcb4152ad9db2641d106a6a27239cdc47660ebf4a1600504dab4cafc79dda454884baa0ded6a7d0968a9453a83a43f913babedcdd216e879518b025 +DIST firefox-140.10.2esr-ga-IE.xpi 315277 BLAKE2B 58b425b02afb147a850c1d22dd2538e56ece1c988212a4b01cb233855d760929a8ea984df3a8e7768eee307618eb8f146ff02fe13a03594af07fdc7b300e3a12 SHA512 627f4abd4f671e1b8519e9231bf9d0c073b09a12e52d354faa2546ea13d93e3b36f3dc9f7c0fd6a7ea7ba2d71a0b78ef729df777f6298773d6e2435c05f7c733 +DIST firefox-140.10.2esr-gd.xpi 399426 BLAKE2B 2d81c46936e6233acb5c1f46b9d1e4cdf917603009f8fd60091afd4f7d7499c98b37d7188da23a97c27c9c2ecba9f4c443575010bc839571858c6f4af525e4b6 SHA512 65cf0c7e30993f624f9dc3da25eb828dbb1a7c8c0957dc0775675a33da294eb3e12db910b250c96c3981911edbe966c738776dc1a3a27806257e62e2f2bdec10 +DIST firefox-140.10.2esr-gl.xpi 442905 BLAKE2B 9d2e450a27795f798674fc090ad7b493368750d8ac51137472863801c78a9a74c6d882a075558a37c5e4707a949ee1e4371fcdb17d4e1df1b03ce548bcecf55e SHA512 eb88861b5d73a372151a6cadce309edd18b868b6e49025317e8418c2f895ffad844f56c46f1f0eb9c11d5d495a21f8c9d7153376ba8e4a894962c90c188c056d +DIST firefox-140.10.2esr-gn.xpi 451078 BLAKE2B add00aed9f069f39b8173ccdcb7b12584e0b8f962df22ff73f62351c69bf5bdab7ac483bb7def67dbb7f4b067bb52e77d85f7ba604df084e86d9aed356376157 SHA512 783e05f4be3873bdd2f3b78ff1fc1b507ba6ba1aaad79bb174724eb81405c85e025cb5d6dec9f6d3873cea1b1b4d54b3de5c3f3f6a20b1fc97c6ded33f2b3cd4 +DIST firefox-140.10.2esr-gu-IN.xpi 358975 BLAKE2B f84b00bf9a33b1d454461689e0d55b19e39b817c3308e8fa42e90fc7af54b7b6d7b5274bc52c21be74051bda1fede1459914edb3a7980f235faac4843e234df1 SHA512 e7ed0b76e7bb322abf9e5c33fcdd0555ac0bbf5f2fbc10742b11b0338ffc0779ea13ed22da63932f24fc2b052371d729c279f95b7ec212af9c14e3938dd2b432 +DIST firefox-140.10.2esr-he.xpi 444979 BLAKE2B db9f059e05a8af1752fd1db904b8b980979c1ec92f40a8eb81634eef3dcb87c9b87a9e174ad5ec728ca9844b97ecf70bd89cd4842348916aa74952bf1173270e SHA512 f8a851923e4cd57ad1db7cbb804942d4c816d1eb5690da79072803855e3980b2e199ad47cc9cafa6e077853be8e5f47047309e29ed2f92e4119c973c7c5b85a9 +DIST firefox-140.10.2esr-hi-IN.xpi 377457 BLAKE2B e53178828b083fa84f3d8fea7096d6afe6335617061b8b56dc820406356fc16e2699291f6ccb7b66665f0cfb09e38ce982d8c0623cfa6c4cdcaf3c7ee21314f1 SHA512 511770c02e197daa157c40fea8a1279e0cf206bcb3e911cc1722e48731fa7af51cb4dc7c1d6b54a3f79265124767d73a279541f4a4d6ec28f134c51b886972d4 +DIST firefox-140.10.2esr-hr.xpi 437687 BLAKE2B 49fab86c3a545b2a1cd4221f8ab630944e925e63e94931639a3c4dfe85de197451fc65b3a02adf2b0355dbffad8d37a8abe859df79c7c918233554d53668e863 SHA512 e3514b2811c1bf959dbcb9fe9b32751c4157d48f35c1c54196a9f03039ae90ab0bdb5c0f963dd1abac837400690cf8e1c5753119a67385e576a493ced166fd50 +DIST firefox-140.10.2esr-hsb.xpi 462692 BLAKE2B b33a2a95e86d7cd68fdca35b7cefee2a1489bbadcd7ffd09c064f91ca1a86a24763886a3ffc77f7991b7476b14b241d9de9b62fda280546c80cf41c8d3426c9b SHA512 b390fcd85aa8486419aa04f457a427f021724aec04d4d6e5cfea931faba5c8dcdfc952e8272a289c71f472cc7a658e6aae0d0fa5a7d8bbdfef3fa82b8a2374b3 +DIST firefox-140.10.2esr-hu.xpi 466167 BLAKE2B f244a57e672f0b7e6cdf316beed2cf51dd459eaa7c5c349470f97bb899707ad8739802588a8104f983f0c86eff4b2eb2c1b10fcd57fdab7cf0b11a8875f017a5 SHA512 6d01ed9c6d173d8d2b12a40e74d646536518cb45d84aade08904dd5c30ba5fefd37a34678ec019257a70dbe850cdefaa8876a481c75e13258c33dd8209d2f1bf +DIST firefox-140.10.2esr-hy-AM.xpi 461618 BLAKE2B 8003aa6b01e53a34f8a465b5b3435af689e2481ec5221577349014a4540ce3eddfbe099e39da564a89354be99cd04a9d0e6a967f76058c1f7b11a436bfd22905 SHA512 1303ee13b3cd6c197a6a025b7e05ffad8fdf37011586b89965b27f96ae14414bf356eb69c9e90cb74212b95c73b70c2da9a3972e485060feac7045037ee6cf87 +DIST firefox-140.10.2esr-ia.xpi 430108 BLAKE2B 0107f98e01f6c2b287de6f47505413ca2ad3b3c3ce373e1a860179602ebbb89a1fae3ecaeb31875ef0ce29a9218c28e06d16d36b67a9efbfadd47bb3cf44ea72 SHA512 c79283be9b0961e7ae6fc1f580ad6f6daf51bc92025923092c69235d08b237b4e7a3588793d1982864a79f95a92a007065a837561c4975e2eb1963b5746f610a +DIST firefox-140.10.2esr-id.xpi 422741 BLAKE2B 10b70e8ff41425757fc287a07932ba1148ab5cef609427e325b86843f9b07c768cb82fbf12a454cd2985bc05564e3310e30a7d80b77029a7d3bb4a578b344fa3 SHA512 8dd8a08341da24597381bccfe0e206da2696b430a309b77a8844e44ff59d60610cad869f4abd3e951b8be0c12b076cd082b88d2033ec90ddfaaa4152f8989bfc +DIST firefox-140.10.2esr-is.xpi 432687 BLAKE2B 5480ca0e5c75475c37424ea9ce933064ea3669713c5abe65717c76e4b82d9d5fcf5f1558c8c339cb0976b1b20abb56bb74c826ae16c07ab5989e8d452994f563 SHA512 7106883366c41129c63e50ec833d8175c449752ad71cb61a119188195f4ca535763ad465c896d114e32c68f1fe23e7d015b52aa7218f2a38717f480f9afb5be5 +DIST firefox-140.10.2esr-it.xpi 440899 BLAKE2B e8676c5cd415cd4a6a92d2101eafb44886053f83875386460da64d20e583faed5f83b809e8ab408af33ac5b9b3585be50c199210af329df8c633e70ac417f596 SHA512 6e09b8f01aa1cc92285047b84b31b02b8aa1cf53505f4ff9217a15efc09c73bcba0337e715d75492ac19733153cef2c5115caec3f46efe4841faf689bda76c72 +DIST firefox-140.10.2esr-ja.xpi 481322 BLAKE2B 965cb25741c776ac79ec5d367f10ff8f14e0e96967bcd65069d79645e850f922830b6fce87336624a54fe6cabbeab9004064ba34fd839b70a41a6c721c713b19 SHA512 52064fb8b176da91e7e4e99054690c523b811741702e6d656d1f9cc4bb26a7840228805e466414dc57bfc122a801961a11167f8a90a28b87761d38447add02b6 +DIST firefox-140.10.2esr-ka.xpi 494859 BLAKE2B 96b533349b4573fc1b9907ceca0a59d2178f0a9fbdfaad7ecf258eb4e471c38c6deab5ee2d5e94c1f12dc4b48ecfab4cc75e352360501f0f0a913528abff3ede SHA512 853185656e090677f2958ce401aca450b13eef42da8ff6cf821cf0b24c3e57d4a0342d61a2c861c71e0efc4da2e9a68df04f32410a67f5c30cdebd41257a71eb +DIST firefox-140.10.2esr-kab.xpi 422848 BLAKE2B d9b5cff2e957513b8a7f6d649e90f9ca403d7c0e66bbc0b8a2d92a791cafc839106972e5dbc8f2cc10a2bea109cf8126edf4fc0e94d316861fb4bc8218f0dd5e SHA512 1764ae3305552ab1d9d2171cdd58332ce6d7321143885abd30dbb10ef98e12c6a00b4f32caeef49993994894464961a75cc2222a2b0970eeba46a095c0bb2a02 +DIST firefox-140.10.2esr-kk.xpi 506687 BLAKE2B f885bfb830edb9132e4346d15f0b2292d658308d81cb481331af1f6f9af28a932664498138fc597ad83bfc7e8980ecc6ffe401387ff1bcca148db973501829a3 SHA512 64b67bb0073b850347d2a72edfec71285a74e156a72c021334d085d86a967dd727b9a35ea848bc8d6bb108d492a090430aadf6f5d4204117e9204e890dec8aa8 +DIST firefox-140.10.2esr-km.xpi 348766 BLAKE2B 1df3f5ad5f9ac28fb64045eb4e90da27ea30fb6044a9c2c4cde6d9e42026133c06ec1c42af1379cfef71731787b019d26ba2b397825aeee452e1d01cbc2f2166 SHA512 8a9353c98416154e46ebd31c87debd5618abf42e042fa7ee006651d13743a44d69aa92f49848ce6a4a0bccb2854f3b4cfb1f6ada4b383b2a3d0e57c95b388cda +DIST firefox-140.10.2esr-kn.xpi 331779 BLAKE2B 22b0a4089190ad63f3f15e3e7b2e311dd9bc247b9f0e26364eacfef3fa0e6c541448784c1cd08a0efd00b3e65ecf78d5fc3b34d540fa1585753c5e4cc0057492 SHA512 a537e5c17d3d323b111bbafeead5570c2b7ad89b468d34c02d21043fe153ce7254857fb70b07162b3993cc15041cfd7da38da449da6ed39fd9f5ab29dc112b47 +DIST firefox-140.10.2esr-ko.xpi 467533 BLAKE2B 88fe44a17222499ac0e3646245e301b087788db5fef3f550a9932305c63e49307a6683f59d49e45c432563498499dbfe8d08f3fb4e7b381dfe8f47cd3082acd9 SHA512 330dd539cac4dec4de7f1671cc0f2c2094d5969c1e6d6a71798419b3cc4ce02e29af2c48cc6eb967594c42be94c08e972ce644d101d19a205ce87fd31b81f381 +DIST firefox-140.10.2esr-lij.xpi 319285 BLAKE2B 9c8a157fe50ac6d8b3ff97a3bf649e981a51ac8a7f5254bdf504875d2b3232190d2ec5e54ba27bcbe36b43aebfb0eecab9cec9a9a93425a5e8b8d5cb0ac44178 SHA512 57b7db291a1cbe2a9e94b4e6191434065a58ee256a8b6f6b6742395e7a639f9fcba68c0182100ffc0af241f6086c4a9c055d0d71e0e9110224c806c3bd83ed53 +DIST firefox-140.10.2esr-lt.xpi 379953 BLAKE2B 89241e009e60ca27562912eec95ba9495eb413b7081c8316d02ce84c416e83cdbe8dd42f087d6f8216e357063f930e67230f0ebf446c847407e614d6dc7523cb SHA512 ecac02d6b804c6389f141ac0949b33390543136ee545b0a2edbb4950e3d63eab35c356178e8651562097410b52094d495dcb36a2a8afe6eb9ce5fce1c0615ec8 +DIST firefox-140.10.2esr-lv.xpi 389076 BLAKE2B 0a74cb9cbd9231c2c34fc9c4d6445f5a30fce6345b7b4696a59c14a2ef65d09aeef39506b71f354e349ead7a9776c1ca488fde6b6fc6d9973c8eef71358c3f5b SHA512 83e3da3ed62463dbc1a81f201df42c3b7cf5ad29f8cbbc5e7061c349a234162ed3b18ffc7f2734400e2a5f9dc075e080861306ed75973895f7db6c1a7c798f7d +DIST firefox-140.10.2esr-mk.xpi 316830 BLAKE2B cd5892511ab72f03b089068377be93622cdb3c0b350c0b3e4526e0039ffa140a0b6b864ae7bd4c3a99c0f50d556fb27f1c372c6672a817f366e0cf1ef36fbce5 SHA512 8d1ab454ab13eb9d3f2fabd7d91126bbb0ba4d35a241f66d05e91b03a9d006fd1b8707a558b0b2891cef35f30b08c7bd7dc4945f6e73c26a8e526444b63c7204 +DIST firefox-140.10.2esr-mr.xpi 356255 BLAKE2B 712096bbee78793ab4cf92895e49752d01a7539506bad691e31dc31cdb6f5501a7dabb10e098bd7e451b376b8f51944ca153d34de2c04586fbf7d141924dcfa8 SHA512 770d5d5e60e7ef39acddcfd32d6c4fbd96b74acb4c18721158b51af617d544c6c5a7356df9bf7bd1e8a7c98968cd3f8caf4c81b2e3f8c01d79adbfce42375c6b +DIST firefox-140.10.2esr-ms.xpi 295393 BLAKE2B 4d19c4d7b9d0540197c11d4ee05bc7f0fd0d3fe1cb88c8bf07b7bbb194ca86dee6ce1cfea55cd6e37e654aa79a7c43115063fd1c96212b6249357f69ed4b7d55 SHA512 3f13c6398b194c057267578fbfefe2e02c1639e25c30d9b2649209b1a2ec76a4cdadb04378ef6dba04f469c1ebe94b34949ecd737cd4493e5ba3e0130deb4d8f +DIST firefox-140.10.2esr-my.xpi 343023 BLAKE2B 084c765f6adb9b87f6f8643988cae66ac1a1a3679f08bc7ece57aacfcaf1b45989428227778894914e6a71ee04827439acc452b2c15f6da3513d1532a6ce1108 SHA512 57756c3de80eff714dbb9f8f7020980b1f945925916742b2c0510140f55744ae67952a689d3b29e6dbbb98ce9fcfcad4d5446a732a40495a0ed872c5ce23f0a5 +DIST firefox-140.10.2esr-nb-NO.xpi 429336 BLAKE2B 1c288d7d56f92bb9a9972eb4b56bcfefca59eff7e9a2eb71fee64e756d9d3449ab070c10f24be1514ab5e28e76a4c99f18353fb8c659df6c939745543401d7b3 SHA512 788bb71f20e4d6a5ac3fbb3c7fa308f1f5d1f4800b43c18c4fd8019e219dacb2b3b5d902f390051f1cf083ef78484e4085a05ea75299d3f0712b533795eb33a6 +DIST firefox-140.10.2esr-ne-NP.xpi 349021 BLAKE2B b5c52d84d7b9d8aa8c092ea8bb4decfb918eab5416c740a0e6621bff150b47fae5ef3c7ee8bb16888ca072a1e4122b001b8f11ddf30fd090206b3c4a238d03fb SHA512 8bd03055465e687a578c91ca7424e372b0d316302f0ed51e30720f7751e4e16cd87f90c430ebd97175e6bb1e242161e55b9429f7a42d2f9a0dab2a1a1a3452b3 +DIST firefox-140.10.2esr-nl.xpi 436187 BLAKE2B 25b11197f7315be13642bcc939676639705cfd97da67221ba1456598c6a0e9878ef2c01682b642bef7f4c3349282ea86d7bc5b3578a15aa35eddee620240cd2a SHA512 fce11e5da5bec1506412ba14db309484e9f2b037f3194afc209c0593708b714e499a8c81d94bb733063b140e2372aa53c679c47cf21e535532ee8a24eedbffb2 +DIST firefox-140.10.2esr-nn-NO.xpi 432221 BLAKE2B 9885191c57808b94ef5e875d9964ab6a3f0abb78ca18fa94ba220d0c9590ae7917194c3aa8547b9b6178853862cff2c5314e86ebac4132dea89af69e1dfa226e SHA512 e0c1cc6e4c81a045ff1871195e9765bb6bd29db1efc330f798e44c265dc21bdb86a16e691764b6764f8df857d121fd0596632aad01aacaa37fab9b337c367bb1 +DIST firefox-140.10.2esr-oc.xpi 410935 BLAKE2B d2efefd370ecaea903e261d96b53ba7713bae82930aa82e034a90d51edfe339aae9056aae2832c9c8833b68e3e30a47412db550eadee115d2dda99ae1ccd1ae1 SHA512 21268abc3ecbf501ac16ac125ae53aa96157f8fcec0db486b77de33c2d387ff349dba561a487c8d3130b7c318ea4f9a2a8aae4d02ed3efac2a0a6f54b4c2cc58 +DIST firefox-140.10.2esr-pa-IN.xpi 494403 BLAKE2B 735386b78526540ee3b16347df30cc282b390d9ab344e877a0d4e14f14f2290f837d3b2fa698ddf8fd292f4015727beceeb3675d6dec5b9f76d3992c5f653d9c SHA512 7edd17d4ef5837dbba49c14e0cd52f9a8a0dfd5792182757f0123fd55482d6f45d7d3f7cf225d85212c686e48a5ab2ed9e03b7670021c583cf9a68b695a159db +DIST firefox-140.10.2esr-pl.xpi 460920 BLAKE2B 59b3251ea35a7dbd736e8b65833bc98673b231fe67790f7c4b4cda8798f1cdaf93ff620226e281a2dbcfddbdca5f796568d7dd81640bb457765d3ceccfdfdc7b SHA512 cf41ffba51e8a37a753e4ac5a7d480bc81424436d9b89695c0419b75216e652937ce75b2220acd02054bbcf8f6b68991ddaab5424e52f3d6b4e56f0f040c5744 +DIST firefox-140.10.2esr-pt-BR.xpi 440754 BLAKE2B 69dd4504f5a553334d0092b559d2cd5e05d3d7b008d33dd8414ebfc218b4ad1eb8c287dce4e3d4c524883c091cfa97df9a8eedfa6c1345f6848b8440445c79eb SHA512 2578ce456076290153da6d431b30305ac091bffd566b559ac959af199da108388b12581be536085caa4a2f6e8c61ba39d306b4b7ba1fbd63efdef53b00c8e498 +DIST firefox-140.10.2esr-pt-PT.xpi 446415 BLAKE2B 074b6f99f2ccc1f3f552c197eff4d36066e24fdf2d9cc96d3f33d0bbb2b4410127cd5bb37a9df6c2b28b05e10a835ede1dd5167f04266b30e9f1cf2615188e90 SHA512 0675ec8ed7f81bdc4f58ea32a1981b2699586ffedfc11caa7ba6cea3d4c53e0335fc58becddf600a4dee3ac74c0fd945d04dbd89020efddf5e687bbf50164cfc +DIST firefox-140.10.2esr-rm.xpi 438021 BLAKE2B a6665b9419cfa7d4be7ce517236349e0b2d60fb8a0c53954f3bf489852cc1348ef27bfa6d5a45fbf5c6a5abcd94fed8aaf908f24e0f26bd3bb34d33a7ba2da8d SHA512 7c1a40f0e1cbfd3b2cabb52ef0e4c9ea690bdfcc2ecb054e901e73bab226ef6115102b978e60ed6b83ae8f752e788951bc278d600538d8b2d833cfa7049d1173 +DIST firefox-140.10.2esr-ro.xpi 452826 BLAKE2B aa81d2ab66784c879688981b5e0fe8667a9b4dad6f6f969a6943aac5c24387c77e999a9be811329bb1e62a5d5510e2b3afcd50a6f49935ceff05a36f76a26ae2 SHA512 b0a0a7b9fbef9f1b349dc2e4b61504cc198eaeca5ec177104c2ec2400a45d659b0c88030d496d2182098510f4bf45aafd607bd0202298b1480732e139720b73a +DIST firefox-140.10.2esr-ru.xpi 525176 BLAKE2B 8e9e87a83d07529a92f5c3259223033ef37dfb2aab5c5623c9f9afd2c3fbdac5d4d4cb7b50eba84e3496c1599cb15ec7a37adb1291e59650d2ff9635836274c4 SHA512 ee29a347db5db3f11b7545c7a01e01e2c6c0e47cadc8e895aac7b03a4b185627b02171c5353f8c10a924508c442af081accd75e8891b0ad5b1923373be8b21e1 +DIST firefox-140.10.2esr-sc.xpi 410461 BLAKE2B fddeaa9616f8d75ca89d63a80859c8482ccb788b7e10af2d791c5b76ef05b8e0f107a498b2d3c369afa028db3e29fca2f0fb4f320d2414ec0a02e04a3161b74e SHA512 2b9612cd11ebee1b8ee3adeb77901e4b99b4b9e29ec3d9d7e46e84426b6bcef89c461f24724c10b66c09602c673543eccd2c2f46a2e2cf96fc7c6b24a9daabeb +DIST firefox-140.10.2esr-sco.xpi 322644 BLAKE2B e31ca35d810ebf018426b8996c2d7746b2bc9a2000421e9c5192c05657bd84ae99299c6407eb144de9eacb586b3f760de97bf78424bf508ab7ffbee733252c7a SHA512 fa4b127be504259feed3b7a5219f926e56093c7bce85ed13119d8faf700b61f95f67dd5f930365dc94afc47f17f93ca978fcbe9f0709819798d4a5973946257f +DIST firefox-140.10.2esr-si.xpi 411601 BLAKE2B 1f3e2648b3ed96e21f0c869df0fbcb0466878c21f42dc5bb587595198aaf68581a6ca88a158e0df9d15c2c960438036bad43d5c7ec182d9976b00cafbaa20050 SHA512 67712a465be9f39810fa8655bad48d7b5331ffd511afcaff02786171c67051893f3a82d096902b386303d2219ed50524588b55b575640af116293c3739b4c1c9 +DIST firefox-140.10.2esr-sk.xpi 468223 BLAKE2B 1a83fa1f24046ca1859e3b8e9f3a828c4cf2b211b1dbafd514ff9c68f330d64c4204a6d79904583624f8a4f24c40ab528529dae73ec74ff55680ff06429a405c SHA512 d7627ef777bd3d32624fd6ef418ba2f680ca56b40bff3c99e7ea3198c3fe2df6bef6800d50b9ed26479337b6a7bfc4a7a56f76742edb28f33ada711a9e314947 +DIST firefox-140.10.2esr-skr.xpi 485865 BLAKE2B 1089212533b06537a099d90e2802fac57aecb93889a0e963e06445eb35e1db6d2aa491ac0729555edb6d2f4fccc74640eee72cc154fb15c79cbf407fb6c032a1 SHA512 7f17087bf0400e02183dc566f5eaa2123681af05294a21b494effe0d8c0378d2032f4812fbafc1073b67d3ce456952974542cfdf07885cedb8df7c01d3a629b7 +DIST firefox-140.10.2esr-sl.xpi 441193 BLAKE2B 274d77183174991089aa2ef67c418e4d6d4e9a32610e7ee16ea7afbdd4a5f9e9b3ff8f52e39c41d71b148192b455b1b1f3fd8b04c328e6080a4055b5f7603ef4 SHA512 90974a77be3671bbb0ee9771b7564c5df1f554bd3b4db52a50e59697ffc86186256798be3854e3f4735bca86030b4bfa64bc08dac3806c9cd65019b191d0f94d +DIST firefox-140.10.2esr-son.xpi 273122 BLAKE2B 6bc3de44393067536805b85963031f8b1cfdebfba861553ead3baba9b506c1a775daa00887d180f7a1907eea4b79e221b50e5571d07521450a90095181acf7a1 SHA512 09cdd0d330ffa700d06fe9d7144ec737887afe082fa89e0a62ce55dfcb716c3fed7f0fc6f1647c89e07dd67dea85fb09dacb4c14aa935b1149b935ebfc2d5d4a +DIST firefox-140.10.2esr-sq.xpi 456012 BLAKE2B fee8f89b4681b8ed7ab6de5bc1a654c3bbad3084e46b8c350605c715c8396af1a963f635139e3cd3f3fc8b528bbdf2b6a097b10818817048b95c38077f39504a SHA512 732fb96c6e4a9828ae94f3d3de707f5bd91a536da6f187824d6ff1af17bce6d133011e5c976734ffd57967bb7eac0dab9f41739810e3c640ce3720f3eaa09875 +DIST firefox-140.10.2esr-sr.xpi 453365 BLAKE2B 27b0e99ab5ad400e5f95accd2fdfc6b36e242a96bc0d60ff54e19f5113049f41886147f9a0361185f77a26851b16fd9e9861787af9972c98eb54bed1def164e0 SHA512 d54affab3f5dc5c6983c70a432f1eeb956876bc6d728ad2d9fb06a861567eaa8e85a9dc97ef86ba7eb831d56b0978d73ff75c69f6483e5dee629c4af1f6f9366 +DIST firefox-140.10.2esr-sv-SE.xpi 436150 BLAKE2B 694d938e77a2c98fe79ce8143607b76a62fb086e148c6dc607b8c19ccb53c6914365a1be280c801a5a91eefd45b28e84d82905e19b56b597a44c3dd69646b32b SHA512 d5712089e9b18878b75546cbc1bad88040d82cce5e76bf8b34aeaf8230aa02c021446c603457f91dd291ece574f22dc971b0c723ed5ce0e84647e7c81f17f645 +DIST firefox-140.10.2esr-szl.xpi 341676 BLAKE2B e09adaf2da471cb8655bd06ea7fef57902564b59e0664c8dce472600749268cf0acf8418faf0996fcac3d0998ecde943816433100e6962734d46eeedd4765066 SHA512 a72980d4957376ee5945a0a01ed338e5681cc8cba35269cbbfe770b6408ddeca44fc20bad2bf0c4add5cde2054076f3c5d405d8eb3e64cb72d1cf28a57587d0b +DIST firefox-140.10.2esr-ta.xpi 338146 BLAKE2B 3b67dbdd515fe2523eff2d4b04f2c7598986afa741ce36a016a6e68ce6638d4f30526af11fe71533fce2e557c88c5c6c327f55529d3259d93021f1a1a98e6d1d SHA512 62f324b8b684b8fbaa29fd2a1230db3773444660373aba53888967796935b562fe848b948c96a4ae3ff3059d4e9e117560a33f25ca7634afe8c7219423219b45 +DIST firefox-140.10.2esr-te.xpi 382198 BLAKE2B 213d3ecd215ae91e338ae6042be22261360845d21825807246920def33b33c616a602308a1b7f7e62ed69fb3aba7bdd9cb4bece81961c73393d56763bed7b271 SHA512 13856defe0829ca67f8e4dc57ba31d6e49a6402b2b1d4e996a9775f3c975ac09b05929777904910f318632e10fc609e589072e0ca3a8249b3004b63a7d1c126c +DIST firefox-140.10.2esr-th.xpi 505492 BLAKE2B 21a5d9ba5e15b73e17a531abde5d8bebd705cee1aab3d6d3dad1599bec0ba7ae6c6865a957d34759ba9f964050aa5c49bb955fb58229570ce15795832bfa2f46 SHA512 0c840fd8d179dd8cf62f661f811f3a3aec784930aa69d85b08fdcf20dea492201a56430969a61e3853fb0fba65f4c52ee96760e233c71ff13551ba3f8e412e40 +DIST firefox-140.10.2esr-tl.xpi 356645 BLAKE2B 39b1552c442ec322f236666ee929675e573932d4c925bdf362fef9c39ab0315b30993b1cbd59b817a0a13ffac9bba72f9e7c273046900be82e9f4c0c227c2c51 SHA512 182c377933f27ae077a5c6a722b489c00a813598fa3e4469b143f937dcc13e4a9fedce38faf7ae5c568436df3d956a838fe29f347c6aeba86fe85ec40be371bc +DIST firefox-140.10.2esr-tr.xpi 449312 BLAKE2B 18800073e0d63c726bcc3a63a09275d491dd115054fc0271e17d6ba28c37db0dbc4339d2dd8fe875800b8ead067b20fbb7109cd16590c451bde0f6bb115fed22 SHA512 87247d7ac8a14dc507e9a00013177ebfccb065656c2cc91e2f97d9d7f85d63bec044f33c722b2f588510377ac19475a67e4f1575f1de70e07a5cc057418dac7b +DIST firefox-140.10.2esr-trs.xpi 324509 BLAKE2B 8c2242b27f281cad185f7f6a263ef5e8a2ff5dc24785a9a68519770e06411d4d2fd068178e56fdce1fffb359a8c0124c1a0ad6441e0b723419456b0b457a8518 SHA512 4ac46022df654cb6ed28759270ca70af44b0511139ce0ce37981053b2ae9fb518c8162ba3e6501d9dafb4a2ce3ee54f23b159925012a61c5d2edb4114b9e5089 +DIST firefox-140.10.2esr-uk.xpi 516731 BLAKE2B 2592fd970fe97936e9bf1035107d24f52ce50f8d9dca65acab9692efc5f4a0047a499ef04d7844bcfb9cc44e0f834d977e277baf9261f5ad24b5b5340712ab7e SHA512 bb0a14f9c8076e81ed15ff126e12ac69d2320169c23a9899369739aa5384644dc43cc428d3361bedab3e1f3d25209e8837199e4e42739f48be13c24cebc66b07 +DIST firefox-140.10.2esr-ur.xpi 370169 BLAKE2B b618f4d8155ef12addbf07978a504d5400dcf40c655e27b22ef4546e0ad83dddc03f606b0d6e3aa449d78aeb074d2464e24a5db803ad9070e42c1a152a32993f SHA512 dfebbbdc37b071c5fd3b6190951c9da1e40473098e4d75ae7b2dc882fb69467661b3966c83ecc49a13c2aaf56e4ce29c72776a69c6317d595702734a1696ac49 +DIST firefox-140.10.2esr-uz.xpi 303483 BLAKE2B a4d83a32b2e9b6df0347294a57b5f677c06c6056501ec1a3e0b0e7839592a4290c1dfa640dbbb85df6cc8492c790e2182d83461832432945ec40cc9a3d40705b SHA512 f79b535c365a7c89b30333c798a2b156aeaaa99a31c696a288453d0a06361faadc1c1746b4e9a8978d6733cacb8d9ace84ddb9d910157afdc2bea6a0a24ae479 +DIST firefox-140.10.2esr-vi.xpi 469140 BLAKE2B 27a83bf6b3be85a350588d489ca7171e1a61c9ba1dd3919cc51458e57db24d2f4d112545a6cd3cec1613b9c4b54f3f1bb9d87e1c17de86199b1d43f82380651a SHA512 f3fb2dfa9e5e0d3dd97e16fd3ad0ce0f9c1a4b335de57e671c7f919ff7c480d450bb6f87718819b4670cca37be0feefa9fed8a8910da10d9afb74152f330a256 +DIST firefox-140.10.2esr-xh.xpi 272786 BLAKE2B e49ebe04e70d6f98f5cd159d0e53a4fc59a64ae11499768706453106d5f077ccfd8a2f2d620d60d4f0ea3c6e23dc8e483e059efcdebfb084bbeb67eef012ccb7 SHA512 18090a9d265d517d091e2f8be305c1da86f18fc185730b20bf50d20e3ccf2c13bef3d226031681815bd464290c195260b90bd09a997b87c847bef140ac8ddc93 +DIST firefox-140.10.2esr-zh-CN.xpi 460701 BLAKE2B b7d86a273f8e474b5ecdfa002d7eed175aee0d53847996d5f684b090ac4a6efb6e48ca4606e112d0fba69c8666e38ac1dab892a54a8e77d01858ba06f7a0f325 SHA512 0c5e1d8f1ef2f36b34675e62190053e13f221fe6cc9d50577053f2e6e75c083318c2f0920e1a87939131d517da140e0436d471304d3b5a1cf10e3e2b2f0d216e +DIST firefox-140.10.2esr-zh-TW.xpi 463738 BLAKE2B 523649b74cc2f0ca7de709b76c4cddfd915303902490ffffaa3b43507d03d20de61b56f171d283d75b0ec9587f2c0ffe47f214c810e8d436d0069c9b5fef721b SHA512 bc9e612545dffb0b8d4a61cdd1c0c1b4ba2f413718c577ba21bd1123a032d4bb7cc32a8833e2acd108e5a100768c77edfb98a91f3c637c7363a7745df04db288 +DIST firefox-140.10.2esr.source.tar.xz 638783848 BLAKE2B 513de9c3c73ddd3eca355d369f2dd40a6e3b3f73cb399b83a79b8a2a0851b72339ee3e8570738339e5c3fcd2bb6f8ff23ad9e0ffeceeed95fb8c234505a74070 SHA512 bda7d5e6d59a2ad310e3f3e6e8ec05c78222edce266671d5d454dfa3e8f0086add3b9c0099db907cb62b2587ed47026ba7b3aa4f0406693d142d8d91b818d551 DIST firefox-140esr-patches-09.tar.xz 15300 BLAKE2B aa796bae895114103d2d4aa2dffb1cda234f3f2763ffc5bbc85527430e7457b8dd17c0eced83aa8ecaaeda345a6b558059f5d2fc2e7fc72d7eb36e596386ac5c SHA512 661d2f01215a0bd9b11d69af182b55c18f9b382eea958be1d2be68786feef332a52b9723bf9097677f0cb0e6e65ae8bd80fe24ecd7ffbe5936d9c89a008ec185 +DIST firefox-140esr-patches-10.tar.xz 15052 BLAKE2B 1e9f1d401590958422f91d5df98dc2286b76de1cefd279ede23afa9493ec61d4a231873e000ea73bc26cc2433af7a2a6d87f94bc257a2763283b3d3d5e683462 SHA512 8276a3b37424d476f63c4669124120ab310d8a132e4fb82250fec033683456960fb83e31e12860ccb5064268bc72ebabb65b212bba161766832109dbd3d14676 DIST firefox-150-patches-02.tar.xz 13452 BLAKE2B 3c6f1b824f4ac01e97c9b795a5ba62c19dd5cb2115df6d5c7da99d725206f9d10d7f536389e12f0ee18475347693bd270333f4349f1642dda68b5d4be11f2eb2 SHA512 057b2242cfa1cebbe7e4e47b2e51eae3e5a15669d507fbd32cad3fdc80586bbee4b853964ac329cf75751af2e04a66eeccdfd4d2b2aad8c49813582abfc38d47 DIST firefox-150.0.1.source.tar.xz 704237724 BLAKE2B d70920a86e784fe971756604237c1dacba5fc7d9cf346634ac897ea09f7fa92b8b243076fa9d7e98acc0cf79d88b9871145a8878b959e3130ddad5544e6b4b28 SHA512 b3710e1b35002312bf248e822681039b75ec1196f8d014c88b0377c9b06f34780469152a98ad967440a51a4a0ca45418ba6239438f869ae564cc82c023645179 +DIST firefox-150.0.2.source.tar.xz 709752320 BLAKE2B 71ceb820171d3cbd4b6a0a13bb081d821b2361a8e5503b967aaa16d676e4f0dd718ce8d6b9b488449b5901d985afe6d21a49297293f97a30431b799092404ee6 SHA512 e22fc66f7faeb9bef4036d0a90af4c27dabc45a3dc59c7290536bfe46c7624d73388d29b36a8999e364065fa31a5fa167596632229b0af9bc1baf4135fa29a4d DIST wasi-sdk-32.0-arm64-linux.tar.gz 142940986 BLAKE2B 45712415f916c2749bac9002157def84f75d005bcac0403cb9b5a814623a1e0c2a2f24092d55478ca5204afa82c7499cabf405b8e5c6e95a514351801da4a91c SHA512 e39f3130290e63a7c2674e8838bd6569ca6a630c0231e2a303d6bd4a6b7f9c78b59a99606193c3ba3e200d93d9221339d23653e98ef720632d54c5c6866dde69 DIST wasi-sdk-32.0-x86_64-linux.tar.gz 143157058 BLAKE2B 62b83e2db70b24361962b392551c604b21c59535b8d34a5e652447d7b722b033327334f0e17381d28eaa6dcb31fb02aad9978c66b761fb592b6de502012aeb57 SHA512 f77c08d1eb0f8e765bed4955d4794b33bb38149df5a144bebbe43e91fce3cfda7210cdf57073c0ff23c1d3c68105b6c69b4782af1643a0be2f3310001a2398f0 diff --git a/www-client/firefox/firefox-140.10.2.ebuild b/www-client/firefox/firefox-140.10.2.ebuild new file mode 100644 index 000000000000..150308143fba --- /dev/null +++ b/www-client/firefox/firefox-140.10.2.ebuild @@ -0,0 +1,1394 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +FIREFOX_PATCHSET="firefox-140esr-patches-10.tar.xz" +FIREFOX_LOONG_PATCHSET="firefox-139-loong-patches-02.tar.xz" + +LLVM_COMPAT=( 20 21 ) + +# This will also filter rust versions that don't match LLVM_COMPAT in the non-clang path; this is fine. +RUST_NEEDS_LLVM=1 + +# If not building with clang we need at least rust 1.76 +RUST_MIN_VER=1.82.0 + +PYTHON_COMPAT=( python3_{10..14} ) +PYTHON_REQ_USE="ncurses,sqlite,ssl" + +VIRTUALX_REQUIRED="manual" + +# Information about the bundled wasi toolchain from +# https://github.com/WebAssembly/wasi-sdk/ +WASI_SDK_VER=32.0 +WASI_SDK_LLVM_VER=22 + +MOZ_ESR=yes + +MOZ_PV=${PV} +MOZ_PV_SUFFIX= +if [[ ${PV} =~ (_(alpha|beta|rc).*)$ ]] ; then + MOZ_PV_SUFFIX=${BASH_REMATCH[1]} + + # Convert the ebuild version to the upstream Mozilla version + MOZ_PV="${MOZ_PV/_alpha/a}" # Handle alpha for SRC_URI + MOZ_PV="${MOZ_PV/_beta/b}" # Handle beta for SRC_URI + MOZ_PV="${MOZ_PV%%_rc*}" # Handle rc for SRC_URI +fi + +if [[ -n ${MOZ_ESR} ]] ; then + # ESR releases have slightly different version numbers + MOZ_PV="${MOZ_PV}esr" + HOMEPAGE="https://www.firefox.com https://www.firefox.com/enterprise/" + SLOT="esr" +else + HOMEPAGE="https://www.firefox.com" + SLOT="rapid" +fi + +MOZ_PN="${PN%-bin}" +MOZ_P="${MOZ_PN}-${MOZ_PV}" +MOZ_PV_DISTFILES="${MOZ_PV}${MOZ_PV_SUFFIX}" +MOZ_P_DISTFILES="${MOZ_PN}-${MOZ_PV_DISTFILES}" + +inherit check-reqs desktop flag-o-matic gnome2-utils linux-info llvm-r1 multiprocessing \ + optfeature pax-utils python-any-r1 readme.gentoo-r1 rust toolchain-funcs virtualx xdg + +MOZ_SRC_BASE_URI="https://archive.mozilla.org/pub/${MOZ_PN}/releases/${MOZ_PV}" + +if [[ ${PV} == *_rc* ]] ; then + MOZ_SRC_BASE_URI="https://archive.mozilla.org/pub/${MOZ_PN}/candidates/${MOZ_PV}-candidates/build${PV##*_rc}" +fi + +PATCH_URIS=( + https://dev.gentoo.org/~juippis/mozilla/patchsets/${FIREFOX_PATCHSET} +) + +DESCRIPTION="Firefox Web Browser" +SRC_URI="${MOZ_SRC_BASE_URI}/source/${MOZ_P}.source.tar.xz -> ${MOZ_P_DISTFILES}.source.tar.xz + ${PATCH_URIS[@]} + loong? ( + https://dev.gentoo.org/~xen0n/distfiles/www-client/${MOZ_PN}/${FIREFOX_LOONG_PATCHSET} + ) + wasm-sandbox? ( + amd64? ( https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_SDK_VER/.*/}/wasi-sdk-${WASI_SDK_VER}-x86_64-linux.tar.gz ) + arm64? ( https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_SDK_VER/.*/}/wasi-sdk-${WASI_SDK_VER}-arm64-linux.tar.gz ) + )" + +S="${WORKDIR}/${PN}-${PV%_*}" +LICENSE="MPL-2.0 GPL-2 LGPL-2.1" +KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86" + +IUSE="+clang dbus debug eme-free hardened hwaccel jack libproxy pgo pulseaudio selinux sndio" +IUSE+=" +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-libvpx" +IUSE+=" system-pipewire system-png +system-webp test wayland wifi +X" + +# Firefox-only IUSE +IUSE+=" +gmp-autoupdate gnome-shell +jumbo-build openh264 +telemetry wasm-sandbox" + +REQUIRED_USE="|| ( X wayland ) + debug? ( !system-av1 ) + pgo? ( jumbo-build ) + wasm-sandbox? ( llvm_slot_21 ) + wayland? ( dbus ) + wifi? ( dbus ) +" + +RESTRICT="!test? ( test )" + +FF_ONLY_DEPEND="!www-client/firefox:0 + selinux? ( sec-policy/selinux-mozilla )" +BDEPEND="${PYTHON_DEPS} + $(llvm_gen_dep ' + llvm-core/clang:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} + clang? ( + llvm-core/lld:${LLVM_SLOT} + pgo? ( llvm-runtimes/compiler-rt-sanitizers:${LLVM_SLOT}[profile] ) + ) + wasm-sandbox? ( llvm-core/lld:${LLVM_SLOT} ) + ') + app-alternatives/awk + app-arch/unzip + app-arch/zip + >=dev-util/cbindgen-0.27.0 + net-libs/nodejs + virtual/pkgconfig + amd64? ( >=dev-lang/nasm-2.14 ) + x86? ( >=dev-lang/nasm-2.14 ) + pgo? ( + X? ( + sys-devel/gettext + x11-base/xorg-server[xvfb] + x11-apps/xhost + ) + !X? ( + gui-wm/tinywl + x11-misc/xkeyboard-config + ) + )" +COMMON_DEPEND="${FF_ONLY_DEPEND} + >=app-accessibility/at-spi2-core-2.46.0:2 + dev-libs/glib:2 + dev-libs/libffi:= + >=dev-libs/nss-3.112.5 + >=dev-libs/nspr-4.36 + media-libs/alsa-lib + media-libs/fontconfig + media-libs/freetype + media-libs/mesa + media-video/ffmpeg + virtual/zlib:= + virtual/freedesktop-icon-theme + x11-libs/cairo + x11-libs/gdk-pixbuf:2 + x11-libs/libdrm + x11-libs/pango + x11-libs/pixman + dbus? ( + sys-apps/dbus + ) + jack? ( virtual/jack ) + pulseaudio? ( + || ( + media-libs/libpulse + >=media-sound/apulse-0.1.12-r4[sdk] + ) + ) + libproxy? ( net-libs/libproxy ) + selinux? ( sec-policy/selinux-mozilla ) + sndio? ( >=media-sound/sndio-1.8.0-r1 ) + system-av1? ( + >=media-libs/dav1d-1.0.0:= + >=media-libs/libaom-3.10.0:= + ) + system-harfbuzz? ( + >=media-libs/harfbuzz-2.8.1:0= + !wasm-sandbox? ( >=media-gfx/graphite2-1.3.13 ) + ) + system-icu? ( >=dev-libs/icu-76.1:= ) + system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1:= ) + system-libevent? ( >=dev-libs/libevent-2.1.12:0=[threads(+)] ) + system-libvpx? ( >=media-libs/libvpx-1.8.2:0=[postproc] ) + system-pipewire? ( >=media-video/pipewire-1.4.7-r2:= ) + system-png? ( >=media-libs/libpng-1.6.58:0=[apng] ) + system-webp? ( >=media-libs/libwebp-1.1.0:0= ) + wayland? ( + >=media-libs/libepoxy-1.5.10-r1 + x11-libs/gtk+:3[wayland] + ) + wifi? ( + kernel_linux? ( + || ( + net-misc/networkmanager + net-misc/connman[networkmanager] + ) + sys-apps/dbus + ) + ) + X? ( + virtual/opengl + x11-libs/cairo[X] + x11-libs/gtk+:3[X] + x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXrandr + x11-libs/libxcb:= + )" +RDEPEND="${COMMON_DEPEND} + hwaccel? ( + media-video/libva-utils + sys-apps/pciutils + ) + jack? ( virtual/jack ) + openh264? ( media-libs/openh264:*[plugin] )" +DEPEND="${COMMON_DEPEND} + X? ( + x11-base/xorg-proto + x11-libs/libICE + x11-libs/libSM + )" + +# ESR and rapid dependencies. +if [[ -n ${MOZ_ESR} ]] ; then + RDEPEND+=" !www-client/firefox:rapid" +else + RDEPEND+=" !www-client/firefox:esr" +fi + +# Allow MOZ_GMP_PLUGIN_LIST to be set in an eclass or +# overridden in the enviromnent (advanced hackers only) +if [[ -z "${MOZ_GMP_PLUGIN_LIST+set}" ]] ; then + MOZ_GMP_PLUGIN_LIST=( gmp-gmpopenh264 gmp-widevinecdm ) +fi + +llvm_check_deps() { + if ! has_version -b "llvm-core/clang:${LLVM_SLOT}" ; then + einfo "llvm-core/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 + return 1 + fi + + if use clang && ! tc-ld-is-mold ; then + if ! has_version -b "llvm-core/lld:${LLVM_SLOT}" ; then + einfo "llvm-core/lld:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 + return 1 + fi + fi + + if use pgo ; then + if ! has_version -b "=llvm-runtimes/compiler-rt-sanitizers-${LLVM_SLOT}*[profile]" ; then + einfo "=llvm-runtimes/compiler-rt-sanitizers-${LLVM_SLOT}*[profile] is missing!" >&2 + einfo "Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 + return 1 + fi + fi + + einfo "Using LLVM slot ${LLVM_SLOT} to build" >&2 +} + +MOZ_LANGS=( + af ar ast be bg br ca cak cs cy da de dsb + el en-CA en-GB en-US es-AR es-ES et eu + fi fr fy-NL ga-IE gd gl he hr hsb hu + id is it ja ka kab kk ko lt lv ms nb-NO nl nn-NO + pa-IN pl pt-BR pt-PT rm ro ru + sk sl sq sr sv-SE th tr uk uz vi zh-CN zh-TW +) + +# Firefox-only LANGS +MOZ_LANGS+=( ach ) +MOZ_LANGS+=( an ) +MOZ_LANGS+=( az ) +MOZ_LANGS+=( bn ) +MOZ_LANGS+=( bs ) +MOZ_LANGS+=( ca-valencia ) +MOZ_LANGS+=( eo ) +MOZ_LANGS+=( es-CL ) +MOZ_LANGS+=( es-MX ) +MOZ_LANGS+=( fa ) +MOZ_LANGS+=( ff ) +MOZ_LANGS+=( fur ) +MOZ_LANGS+=( gn ) +MOZ_LANGS+=( gu-IN ) +MOZ_LANGS+=( hi-IN ) +MOZ_LANGS+=( hy-AM ) +MOZ_LANGS+=( ia ) +MOZ_LANGS+=( km ) +MOZ_LANGS+=( kn ) +MOZ_LANGS+=( lij ) +MOZ_LANGS+=( mk ) +MOZ_LANGS+=( mr ) +MOZ_LANGS+=( my ) +MOZ_LANGS+=( ne-NP ) +MOZ_LANGS+=( oc ) +MOZ_LANGS+=( sc ) +MOZ_LANGS+=( sco ) +MOZ_LANGS+=( si ) +MOZ_LANGS+=( skr ) +MOZ_LANGS+=( son ) +MOZ_LANGS+=( szl ) +MOZ_LANGS+=( ta ) +MOZ_LANGS+=( te ) +MOZ_LANGS+=( tl ) +MOZ_LANGS+=( trs ) +MOZ_LANGS+=( ur ) +MOZ_LANGS+=( xh ) + +mozilla_set_globals() { + # https://bugs.gentoo.org/587334 + local MOZ_TOO_REGIONALIZED_FOR_L10N=( + fy-NL ga-IE gu-IN hi-IN hy-AM nb-NO ne-NP nn-NO pa-IN sv-SE + ) + + local lang xflag + for lang in "${MOZ_LANGS[@]}" ; do + # en and en_US are handled internally + if [[ ${lang} == en ]] || [[ ${lang} == en-US ]] ; then + continue + fi + + # strip region subtag if $lang is in the list + if has ${lang} "${MOZ_TOO_REGIONALIZED_FOR_L10N[@]}" ; then + xflag=${lang%%-*} + else + xflag=${lang} + fi + + SRC_URI+=" l10n_${xflag/[_@]/-}? (" + SRC_URI+=" ${MOZ_SRC_BASE_URI}/linux-x86_64/xpi/${lang}.xpi -> ${MOZ_P_DISTFILES}-${lang}.xpi" + SRC_URI+=" )" + IUSE+=" l10n_${xflag/[_@]/-}" + done +} +mozilla_set_globals + +moz_clear_vendor_checksums() { + debug-print-function ${FUNCNAME} "$@" + + if [[ ${#} -ne 1 ]] ; then + die "${FUNCNAME} requires exact one argument" + fi + + einfo "Clearing cargo checksums for ${1} ..." + + sed -i \ + -e 's/\("files":{\)[^}]*/\1/' \ + "${S}"/third_party/rust/${1}/.cargo-checksum.json || die +} + +moz_install_xpi() { + debug-print-function ${FUNCNAME} "$@" + + if [[ ${#} -lt 2 ]] ; then + die "${FUNCNAME} requires at least two arguments" + fi + + local DESTDIR=${1} + shift + + insinto "${DESTDIR}" + + local emid xpi_file xpi_tmp_dir + for xpi_file in "${@}" ; do + emid= + xpi_tmp_dir=$(mktemp -d --tmpdir="${T}") + + # Unpack XPI + unzip -qq "${xpi_file}" -d "${xpi_tmp_dir}" || die + + # Determine extension ID + if [[ -f "${xpi_tmp_dir}/install.rdf" ]] ; then + emid=$(sed -n -e '/install-manifest/,$ { /em:id/!d; s/.*[\">]\([^\"<>]*\)[\"<].*/\1/; p; q }' "${xpi_tmp_dir}/install.rdf") + [[ -z "${emid}" ]] && die "failed to determine extension id from install.rdf" + elif [[ -f "${xpi_tmp_dir}/manifest.json" ]] ; then + emid=$(sed -n -e 's/.*"id": "\([^"]*\)".*/\1/p' "${xpi_tmp_dir}/manifest.json") + [[ -z "${emid}" ]] && die "failed to determine extension id from manifest.json" + else + die "failed to determine extension id" + fi + + einfo "Installing ${emid}.xpi into ${ED}${DESTDIR} ..." + newins "${xpi_file}" "${emid}.xpi" + done +} + +mozconfig_add_options_ac() { + debug-print-function ${FUNCNAME} "$@" + + if [[ ${#} -lt 2 ]] ; then + die "${FUNCNAME} requires at least two arguments" + fi + + local reason=${1} + shift + + local option + for option in ${@} ; do + echo "ac_add_options ${option} # ${reason}" >>${MOZCONFIG} + done +} + +mozconfig_add_options_mk() { + debug-print-function ${FUNCNAME} "$@" + + if [[ ${#} -lt 2 ]] ; then + die "${FUNCNAME} requires at least two arguments" + fi + + local reason=${1} + shift + + local option + for option in ${@} ; do + echo "mk_add_options ${option} # ${reason}" >>${MOZCONFIG} + done +} + +mozconfig_use_enable() { + debug-print-function ${FUNCNAME} "$@" + + if [[ ${#} -lt 1 ]] ; then + die "${FUNCNAME} requires at least one arguments" + fi + + local flag=$(use_enable "${@}") + mozconfig_add_options_ac "$(use ${1} && echo +${1} || echo -${1})" "${flag}" +} + +mozconfig_use_with() { + debug-print-function ${FUNCNAME} "$@" + + if [[ ${#} -lt 1 ]] ; then + die "${FUNCNAME} requires at least one arguments" + fi + + local flag=$(use_with "${@}") + mozconfig_add_options_ac "$(use ${1} && echo +${1} || echo -${1})" "${flag}" +} + +virtwl() { + debug-print-function ${FUNCNAME} "$@" + + [[ $# -lt 1 ]] && die "${FUNCNAME} needs at least one argument" + [[ -n $XDG_RUNTIME_DIR ]] || die "${FUNCNAME} needs XDG_RUNTIME_DIR to be set; try xdg_environment_reset" + tinywl -h >/dev/null || die 'tinywl -h failed' + + local VIRTWL VIRTWL_PID + coproc VIRTWL { WLR_BACKENDS=headless exec tinywl -s 'echo $WAYLAND_DISPLAY; read _; kill $PPID'; } + local -x WAYLAND_DISPLAY + read WAYLAND_DISPLAY <&${VIRTWL[0]} + + debug-print "${FUNCNAME}: $@" + "$@" + local r=$? + + [[ -n $VIRTWL_PID ]] || die "tinywl exited unexpectedly" + exec {VIRTWL[0]}<&- {VIRTWL[1]}>&- + return $r +} + +pkg_pretend() { + if [[ ${MERGE_TYPE} != binary ]] ; then + # Ensure we have enough disk space to compile + if use pgo || use debug ; then + CHECKREQS_DISK_BUILD="17000M" + elif tc-is-lto ; then + CHECKREQS_DISK_BUILD="9900M" + else + CHECKREQS_DISK_BUILD="9000M" + fi + + check-reqs_pkg_pretend + fi +} + +pkg_setup() { + + # Get LTO from environment; export after this phase for use in src_configure (etc) + use_lto=no + + if [[ ${MERGE_TYPE} != binary ]] ; then + + if tc-is-lto; then + use_lto=yes + # LTO is handled via configure + filter-lto + fi + + if use pgo ; then + if ! has userpriv ${FEATURES} ; then + eerror "Building ${PN} with USE=pgo and FEATURES=-userpriv is not supported!" + fi + fi + + if [[ ${use_lto} = yes ]]; then + # -Werror=lto-type-mismatch -Werror=odr are going to fail with GCC, + # bmo#1516758, bgo#942288 + filter-flags -Werror=lto-type-mismatch -Werror=odr + fi + + # Ensure we have enough disk space to compile + if use pgo || use debug ; then + CHECKREQS_DISK_BUILD="17000M" + elif [[ ${use_lto} == "yes" ]] ; then + CHECKREQS_DISK_BUILD="9900M" + else + CHECKREQS_DISK_BUILD="9000M" + fi + + check-reqs_pkg_setup + llvm-r1_pkg_setup + rust_pkg_setup + python-any-r1_pkg_setup + + # Avoid PGO profiling problems due to enviroment leakage + # These should *always* be cleaned up anyway + unset \ + DBUS_SESSION_BUS_ADDRESS \ + DISPLAY \ + ORBIT_SOCKETDIR \ + SESSION_MANAGER \ + XAUTHORITY \ + XDG_CACHE_HOME \ + XDG_SESSION_COOKIE + + # Build system is using /proc/self/oom_score_adj, bug #604394 + addpredict /proc/self/oom_score_adj + + if use pgo ; then + # Update 105.0: "/proc/self/oom_score_adj" isn't enough anymore with pgo, but not sure + # whether that's due to better OOM handling by Firefox (bmo#1771712), or portage + # (PORTAGE_SCHEDULING_POLICY) update... + addpredict /proc + + # Clear tons of conditions, since PGO is hardware-dependant. + addpredict /dev + fi + + if ! mountpoint -q /dev/shm ; then + # If /dev/shm is not available, configure is known to fail with + # a traceback report referencing /usr/lib/pythonN.N/multiprocessing/synchronize.py + ewarn "/dev/shm is not mounted -- expect build failures!" + fi + + # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys) + # Note: These are for Gentoo Linux use ONLY. For your own distribution, please + # get your own set of keys. + if [[ -z "${MOZ_API_KEY_GOOGLE+set}" ]] ; then + MOZ_API_KEY_GOOGLE="AIzaSyDEAOvatFogGaPi0eTgsV_ZlEzx0ObmepsMzfAc" + fi + + if [[ -z "${MOZ_API_KEY_LOCATION+set}" ]] ; then + MOZ_API_KEY_LOCATION="AIzaSyB2h2OuRgGaPicUgy5N-5hsZqiPW6sH3n_rptiQ" + fi + + # Mozilla API keys (see https://location.services.mozilla.com/api) + # Note: These are for Gentoo Linux use ONLY. For your own distribution, please + # get your own set of keys. + if [[ -z "${MOZ_API_KEY_MOZILLA+set}" ]] ; then + MOZ_API_KEY_MOZILLA="edb3d487-3a84-46m0ap1e3-9dfd-92b5efaaa005" + fi + + # Ensure we use C locale when building, bug #746215 + export LC_ALL=C + fi + + export use_lto + + CONFIG_CHECK="~SECCOMP" + WARNING_SECCOMP="CONFIG_SECCOMP not set! This system will be unable to play DRM-protected content." + linux-info_pkg_setup +} + +src_unpack() { + local _lp_dir="${WORKDIR}/language_packs" + local _src_file + + if [[ ! -d "${_lp_dir}" ]] ; then + mkdir "${_lp_dir}" || die + fi + + for _src_file in ${A} ; do + if [[ ${_src_file} == *.xpi ]]; then + cp "${DISTDIR}/${_src_file}" "${_lp_dir}" || die "Failed to copy '${_src_file}' to '${_lp_dir}'!" + else + unpack ${_src_file} + fi + done +} + +src_prepare() { + if [[ ${use_lto} == "yes" ]]; then + rm -v "${WORKDIR}"/firefox-patches/*-LTO-Only-enable-LTO-*.patch || die + fi + + # Workaround for bgo#915651 on musl + if use elibc_glibc ; then + rm -v "${WORKDIR}"/firefox-patches/*bgo-748849-RUST_TARGET_override.patch || die + fi + + eapply "${WORKDIR}/firefox-patches" + use loong && eapply "${WORKDIR}/firefox-loong-patches" + + # ICU's subslot change should trigger rebuild on Firefox if it is updated 77->78. + if use system-icu && has_version ">=dev-libs/icu-78.1" ; then + eapply "${FILESDIR}/firefox-146.0.1-icu78.patch" # bgo#967261 + fi + + # Allow user to apply any additional patches without modifing ebuild + eapply_user + + # Make cargo respect MAKEOPTS + export CARGO_BUILD_JOBS="$(makeopts_jobs)" + + # Workaround for bgo#915651 + if ! use elibc_glibc ; then + if use amd64 ; then + export RUST_TARGET="x86_64-unknown-linux-musl" + elif use x86 ; then + export RUST_TARGET="i686-unknown-linux-musl" + elif use arm64 ; then + export RUST_TARGET="aarch64-unknown-linux-musl" + elif use loong; then + # Only the LP64D ABI of LoongArch64 is actively supported among + # the wider Linux ecosystem, so the assumption is safe. + export RUST_TARGET="loongarch64-unknown-linux-musl" + elif use ppc64 ; then + export RUST_TARGET="powerpc64le-unknown-linux-musl" + elif use riscv ; then + # We can pretty safely rule out any 32-bit riscvs, but 64-bit riscvs also have tons of + # different ABIs available. riscv64gc-unknown-linux-musl seems to be the best working + # guess right now though. + elog "riscv detected, forcing a riscv64 target for now." + export RUST_TARGET="riscv64gc-unknown-linux-musl" + else + die "Unknown musl chost, please post a new bug with your rustc -vV along with emerge --info" + fi + fi + + # Pre-built wasm-sandbox path manipulation. + if use wasm-sandbox ; then + if use amd64 ; then + export wasi_arch="x86_64" + elif use arm64 ; then + export wasi_arch="arm64" + else + die "wasm-sandbox enabled on unknown/unsupported arch!" + fi + + sed -i \ + -e "s:%%PORTAGE_WORKDIR%%:${WORKDIR}:" \ + -e "s:%%WASI_ARCH%%:${wasi_arch}:" \ + -e "s:%%WASI_SDK_VER%%:${WASI_SDK_VER}:" \ + -e "s:%%WASI_SDK_LLVM_VER%%:${WASI_SDK_LLVM_VER}:" \ + toolkit/moz.configure || die "Failed to update wasi-related paths." + fi + + # Make LTO respect MAKEOPTS + sed -i -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ + "${S}"/build/moz.configure/lto-pgo.configure || die "Failed sedding multiprocessing.cpu_count" + + sed -i -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ + "${S}"/third_party/chromium/build/toolchain/get_cpu_count.py || die "Failed sedding multiprocessing.cpu_count" + + sed -i -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ + "${S}"/third_party/python/gyp/pylib/gyp/input.py || die "Failed sedding multiprocessing.cpu_count" + + # sed-in toolchain prefix + sed -i \ + -e "s/objdump/${CHOST}-objdump/" \ + "${S}"/python/mozbuild/mozbuild/configure/check_debug_ranges.py || die "sed failed to set toolchain prefix" + + sed -i \ + -e 's/ccache_stats = None/return None/' \ + "${S}"/python/mozbuild/mozbuild/controller/building.py || die "sed failed to disable ccache stats call" + + einfo "Removing pre-built binaries ..." + + find "${S}"/third_party -type f \( -name '*.so' -o -name '*.o' \) -print -delete || die + + # Clear checksums from cargo crates we've manually patched. + # moz_clear_vendor_checksums xyz + # glslopt: bgo#969412 + moz_clear_vendor_checksums glslopt + + # Respect choice for "jumbo-build" + # Changing the value for FILES_PER_UNIFIED_FILE may not work, see #905431 + if [[ -n ${FILES_PER_UNIFIED_FILE} ]] && use jumbo-build; then + local my_files_per_unified_file=${FILES_PER_UNIFIED_FILE:=16} + elog "" + elog "jumbo-build defaults modified to ${my_files_per_unified_file}." + elog "if you get a build failure, try undefining FILES_PER_UNIFIED_FILE," + elog "if that fails try -jumbo-build before opening a bug report." + elog "" + + sed -i -e "s/\"FILES_PER_UNIFIED_FILE\", 16/\"FILES_PER_UNIFIED_FILE\", "${my_files_per_unified_file}"/" \ + python/mozbuild/mozbuild/frontend/data.py || + die "Failed to adjust FILES_PER_UNIFIED_FILE in python/mozbuild/mozbuild/frontend/data.py" + sed -i -e "s/FILES_PER_UNIFIED_FILE = 6/FILES_PER_UNIFIED_FILE = "${my_files_per_unified_file}"/" \ + js/src/moz.build || + die "Failed to adjust FILES_PER_UNIFIED_FILE in js/src/moz.build" + fi + + # Create build dir + BUILD_DIR="${WORKDIR}/${PN}_build" + mkdir -p "${BUILD_DIR}" || die + + # Write API keys to disk + echo -n "${MOZ_API_KEY_GOOGLE//gGaPi/}" > "${S}"/api-google.key || die + echo -n "${MOZ_API_KEY_LOCATION//gGaPi/}" > "${S}"/api-location.key || die + echo -n "${MOZ_API_KEY_MOZILLA//m0ap1/}" > "${S}"/api-mozilla.key || die + + xdg_environment_reset +} + +src_configure() { + # Show flags set at the beginning + einfo "Current BINDGEN_CFLAGS:\t${BINDGEN_CFLAGS:-no value set}" + einfo "Current CFLAGS:\t\t${CFLAGS:-no value set}" + einfo "Current CXXFLAGS:\t\t${CXXFLAGS:-no value set}" + einfo "Current LDFLAGS:\t\t${LDFLAGS:-no value set}" + einfo "Current RUSTFLAGS:\t\t${RUSTFLAGS:-no value set}" + + local have_switched_compiler= + if use clang; then + # Force clang + einfo "Enforcing the use of clang due to USE=clang ..." + + local version_clang=$(clang --version 2>/dev/null | grep -F -- 'clang version' | awk '{ print $3 }') + [[ -n ${version_clang} ]] && version_clang=$(ver_cut 1 "${version_clang}") + [[ -z ${version_clang} ]] && die "Failed to read clang version!" + + if tc-is-gcc; then + have_switched_compiler=yes + fi + + AR=llvm-ar + CC=${CHOST}-clang-${version_clang} + CXX=${CHOST}-clang++-${version_clang} + NM=llvm-nm + RANLIB=llvm-ranlib + elif ! use clang && ! tc-is-gcc ; then + # Force gcc + have_switched_compiler=yes + einfo "Enforcing the use of gcc due to USE=-clang ..." + AR=gcc-ar + CC=${CHOST}-gcc + CXX=${CHOST}-g++ + NM=gcc-nm + RANLIB=gcc-ranlib + fi + + if [[ -n "${have_switched_compiler}" ]] ; then + # Because we switched active compiler we have to ensure + # that no unsupported flags are set + strip-unsupported-flags + fi + + # Ensure we use correct toolchain, + # AS is used in a non-standard way by upstream, #bmo1654031 + export HOST_CC="$(tc-getBUILD_CC)" + export HOST_CXX="$(tc-getBUILD_CXX)" + export AS="$(tc-getCC) -c" + + # Configuration tests expect llvm-readelf output, bug 913130 + READELF="llvm-readelf" + + tc-export CC CXX LD AR AS NM OBJDUMP RANLIB READELF PKG_CONFIG + + # Pass the correct toolchain paths through cbindgen + if tc-is-cross-compiler ; then + export BINDGEN_CFLAGS="${SYSROOT:+--sysroot=${ESYSROOT}} --target=${CHOST} ${BINDGEN_CFLAGS-}" + fi + + # Set MOZILLA_FIVE_HOME + export MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}" + + # python/mach/mach/mixin/process.py fails to detect SHELL + export SHELL="${EPREFIX}/bin/bash" + + # Set state path + export MOZBUILD_STATE_PATH="${BUILD_DIR}" + + # Set MOZCONFIG + export MOZCONFIG="${S}/.mozconfig" + + # Initialize MOZCONFIG + mozconfig_add_options_ac '' --enable-application=browser + mozconfig_add_options_ac '' --enable-project=browser + + # Set Gentoo defaults + if use telemetry; then + export MOZILLA_OFFICIAL=1 + fi + + mozconfig_add_options_ac 'Gentoo default' \ + --allow-addon-sideload \ + --disable-cargo-incremental \ + --disable-crashreporter \ + --disable-disk-remnant-avoidance \ + --disable-geckodriver \ + --disable-install-strip \ + --disable-legacy-profile-creation \ + --disable-parental-controls \ + --disable-strip \ + --disable-updater \ + --disable-wmf \ + --enable-negotiateauth \ + --enable-new-pass-manager \ + --enable-official-branding \ + --enable-packed-relative-relocs \ + --enable-release \ + --enable-system-policies \ + --host="${CBUILD:-${CHOST}}" \ + --libdir="${EPREFIX}/usr/$(get_libdir)" \ + --prefix="${EPREFIX}/usr" \ + --target="${CHOST}" \ + --without-ccache \ + --with-intl-api \ + --with-libclang-path="$(llvm-config --libdir)" \ + --with-system-ffi \ + --with-system-gbm \ + --with-system-libdrm \ + --with-system-nspr \ + --with-system-nss \ + --with-system-pixman \ + --with-system-zlib \ + --with-toolchain-prefix="${CHOST}-" \ + --with-unsigned-addon-scopes=app,system + + # Set update channel + local update_channel=release + [[ -n ${MOZ_ESR} ]] && update_channel=esr + mozconfig_add_options_ac '' --enable-update-channel=${update_channel} + + # Whitelist to allow unkeyworded arches to build with "--disable-rust-simd" by default. + if use amd64 || use arm64 || use ppc64 || use loong || use riscv ; then + mozconfig_add_options_ac '' --enable-rust-simd + fi + + # For future keywording: This is currently (97.0) only supported on: + # amd64, arm, arm64 & x86. + # Might want to flip the logic around if Firefox is to support more arches. + # bug 833001, bug 903411#c8 + if use loong || use ppc64 || use riscv; then + mozconfig_add_options_ac '' --disable-sandbox + else + mozconfig_add_options_ac '' --enable-sandbox + fi + + # riscv-related options, bgo#947337, bgo#947338 + if use riscv ; then + mozconfig_add_options_ac 'Disable JIT for RISC-V 64' --disable-jit + mozconfig_add_options_ac 'Disable webrtc for RISC-V' --disable-webrtc + fi + + if [[ -s "${S}/api-google.key" ]] ; then + local key_origin="Gentoo default" + if [[ $(cat "${S}/api-google.key" | md5sum | awk '{ print $1 }') != 709560c02f94b41f9ad2c49207be6c54 ]] ; then + key_origin="User value" + fi + + mozconfig_add_options_ac "${key_origin}" \ + --with-google-safebrowsing-api-keyfile="${S}/api-google.key" + else + einfo "Building without Google API key ..." + fi + + if [[ -s "${S}/api-location.key" ]] ; then + local key_origin="Gentoo default" + if [[ $(cat "${S}/api-location.key" | md5sum | awk '{ print $1 }') != ffb7895e35dedf832eb1c5d420ac7420 ]] ; then + key_origin="User value" + fi + + mozconfig_add_options_ac "${key_origin}" \ + --with-google-location-service-api-keyfile="${S}/api-location.key" + else + einfo "Building without Location API key ..." + fi + + if [[ -s "${S}/api-mozilla.key" ]] ; then + local key_origin="Gentoo default" + if [[ $(cat "${S}/api-mozilla.key" | md5sum | awk '{ print $1 }') != 3927726e9442a8e8fa0e46ccc39caa27 ]] ; then + key_origin="User value" + fi + + mozconfig_add_options_ac "${key_origin}" \ + --with-mozilla-api-keyfile="${S}/api-mozilla.key" + else + einfo "Building without Mozilla API key ..." + fi + + mozconfig_use_with system-av1 + mozconfig_use_with system-harfbuzz + mozconfig_use_with system-icu + mozconfig_use_with system-jpeg + mozconfig_use_with system-libevent + mozconfig_use_with system-libvpx + mozconfig_use_with system-pipewire + mozconfig_use_with system-png + mozconfig_use_with system-webp + + mozconfig_use_enable dbus + mozconfig_use_enable libproxy + + use eme-free && mozconfig_add_options_ac '+eme-free' --disable-eme + + if use hardened ; then + mozconfig_add_options_ac "+hardened" --enable-hardening + append-ldflags "-Wl,-z,relro -Wl,-z,now" + + # Increase the FORTIFY_SOURCE value, #910071. + sed -i -e '/-D_FORTIFY_SOURCE=/s:2:3:' "${S}"/build/moz.configure/toolchain.configure || die + fi + + local myaudiobackends="" + use jack && myaudiobackends+="jack," + use sndio && myaudiobackends+="sndio," + use pulseaudio && myaudiobackends+="pulseaudio," + ! use pulseaudio && myaudiobackends+="alsa," + + mozconfig_add_options_ac '--enable-audio-backends' --enable-audio-backends="${myaudiobackends::-1}" + + mozconfig_use_enable wifi necko-wifi + + ! use jumbo-build && mozconfig_add_options_ac '--disable-unified-build' --disable-unified-build + + if use X && use wayland ; then + mozconfig_add_options_ac '+x11+wayland' --enable-default-toolkit=cairo-gtk3-x11-wayland + elif ! use X && use wayland ; then + mozconfig_add_options_ac '+wayland' --enable-default-toolkit=cairo-gtk3-wayland-only + else + mozconfig_add_options_ac '+x11' --enable-default-toolkit=cairo-gtk3-x11-only + fi + + # wasm-sandbox + # Since graphite2 is one of the sandboxed libraries, system-graphite2 obviously can't work with +wasm-sandbox. + if use wasm-sandbox ; then + mozconfig_add_options_ac '+wasm-sandbox' --with-wasi-sysroot="${WORKDIR}/wasi-sdk-${WASI_SDK_VER}-${wasi_arch}-linux/share/wasi-sysroot/" + else + mozconfig_add_options_ac 'no wasm-sandbox' --without-wasm-sandboxed-libraries + mozconfig_use_with system-harfbuzz system-graphite2 + fi + + if [[ ${use_lto} == "yes" ]] ; then + if use clang ; then + # Upstream only supports lld or mold when using clang. + if tc-ld-is-mold ; then + # mold expects the -flto line from *FLAGS configuration, bgo#923119 + append-ldflags "-flto=thin" + mozconfig_add_options_ac "using ld=mold due to system selection" --enable-linker=mold + else + mozconfig_add_options_ac "forcing ld=lld due to USE=clang and USE=lto" --enable-linker=lld + fi + + mozconfig_add_options_ac '+lto' --enable-lto=cross + + else + # ThinLTO is currently broken, see bmo#1644409. + # mold does not support gcc+lto combination. + mozconfig_add_options_ac '+lto' --enable-lto=full + mozconfig_add_options_ac "linker is set to bfd" --enable-linker=bfd + fi + + else + # Avoid auto-magic on linker + if use clang ; then + # lld is upstream's default + if tc-ld-is-mold ; then + mozconfig_add_options_ac "using ld=mold due to system selection" --enable-linker=mold + else + mozconfig_add_options_ac "forcing ld=lld due to USE=clang" --enable-linker=lld + fi + + else + if tc-ld-is-mold ; then + mozconfig_add_options_ac "using ld=mold due to system selection" --enable-linker=mold + else + mozconfig_add_options_ac "linker is set to bfd due to USE=-clang" --enable-linker=bfd + fi + fi + fi + + # PGO was moved outside lto block to allow building pgo without lto. + if use pgo ; then + mozconfig_add_options_ac '+pgo' MOZ_PGO=1 + + # Avoid compressing just-built instrumented Firefox with + # high levels of compression. Just use tar as a container + # to save >=10 minutes. + export MOZ_PKG_FORMAT=tar + + if use clang ; then + # Used in build/pgo/profileserver.py + export LLVM_PROFDATA="llvm-profdata" + fi + fi + + mozconfig_use_enable debug + if use debug ; then + mozconfig_add_options_ac '+debug' --disable-optimize + mozconfig_add_options_ac '+debug' --enable-jemalloc + mozconfig_add_options_ac '+debug' --enable-real-time-tracing + else + mozconfig_add_options_ac 'Gentoo defaults' --disable-real-time-tracing + + if is-flag '-g*' ; then + if use clang ; then + mozconfig_add_options_ac 'from CFLAGS' --enable-debug-symbols=$(get-flag '-g*') + else + mozconfig_add_options_ac 'from CFLAGS' --enable-debug-symbols + fi + else + mozconfig_add_options_ac 'Gentoo default' --disable-debug-symbols + fi + + if is-flag '-O0' ; then + mozconfig_add_options_ac "from CFLAGS" --enable-optimize=-O0 + elif is-flag '-O4' ; then + mozconfig_add_options_ac "from CFLAGS" --enable-optimize=-O4 + elif is-flag '-O3' ; then + mozconfig_add_options_ac "from CFLAGS" --enable-optimize=-O3 + elif is-flag '-O1' ; then + mozconfig_add_options_ac "from CFLAGS" --enable-optimize=-O1 + elif is-flag '-Os' ; then + mozconfig_add_options_ac "from CFLAGS" --enable-optimize=-Os + else + mozconfig_add_options_ac "Gentoo default" --enable-optimize=-O2 + fi + fi + + # Debug flag was handled via configure + filter-flags '-g*' + + # Optimization flag was handled via configure + filter-flags '-O*' + + # elf-hack + # Filter "-z,pack-relative-relocs" and let the build system handle it instead. + if use amd64 || use x86 ; then + filter-flags "-z,pack-relative-relocs" + + if tc-ld-is-mold ; then + # relr-elf-hack is currently broken with mold, bgo#916259 + mozconfig_add_options_ac 'disable elf-hack with mold linker' --disable-elf-hack + else + mozconfig_add_options_ac 'relr elf-hack' --enable-elf-hack=relr + fi + elif use loong || use ppc64 || use riscv ; then + # '--disable-elf-hack' is not recognized on loong/ppc64/riscv, + # see bgo #917049, #930046 + :; + else + mozconfig_add_options_ac 'disable elf-hack on non-supported arches' --disable-elf-hack + fi + + if ! use elibc_glibc; then + mozconfig_add_options_ac '!elibc_glibc' --disable-jemalloc + fi + + # System-av1 fix + use system-av1 && append-ldflags "-Wl,--undefined-version" + + # Make revdep-rebuild.sh happy; Also required for musl + append-ldflags -Wl,-rpath="${MOZILLA_FIVE_HOME}",--enable-new-dtags + + # Pass $MAKEOPTS to build system + export MOZ_MAKE_FLAGS="${MAKEOPTS}" + + # Use system's Python environment + export PIP_NETWORK_INSTALL_RESTRICTED_VIRTUALENVS=mach + + export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE="none" + + if ! use telemetry; then + mozconfig_add_options_mk '-telemetry setting' "MOZ_CRASHREPORTER=0" + mozconfig_add_options_mk '-telemetry setting' "MOZ_DATA_REPORTING=0" + mozconfig_add_options_mk '-telemetry setting' "MOZ_SERVICES_HEALTHREPORT=0" + mozconfig_add_options_mk '-telemetry setting' "MOZ_TELEMETRY_REPORTING=0" + fi + + mozconfig_use_enable test tests + + # Disable notification when build system has finished + export MOZ_NOSPAM=1 + + # Portage sets XARGS environment variable to "xargs -r" by default which + # breaks build system's check_prog() function which doesn't support arguments + mozconfig_add_options_ac 'Gentoo default' "XARGS=${EPREFIX}/usr/bin/xargs" + + # Set build dir + mozconfig_add_options_mk 'Gentoo default' "MOZ_OBJDIR=${BUILD_DIR}" + + # Show flags we will use + einfo "Build BINDGEN_CFLAGS:\t${BINDGEN_CFLAGS:-no value set}" + einfo "Build CFLAGS:\t\t${CFLAGS:-no value set}" + einfo "Build CXXFLAGS:\t\t${CXXFLAGS:-no value set}" + einfo "Build LDFLAGS:\t\t${LDFLAGS:-no value set}" + einfo "Build RUSTFLAGS:\t\t${RUSTFLAGS:-no value set}" + + # Handle EXTRA_CONF and show summary + local ac opt hash reason + + # Apply EXTRA_ECONF entries to $MOZCONFIG + if [[ -n ${EXTRA_ECONF} ]] ; then + IFS=\! read -a ac <<<${EXTRA_ECONF// --/\!} + for opt in "${ac[@]}"; do + mozconfig_add_options_ac "EXTRA_ECONF" --${opt#--} + done + fi + + echo + echo "==========================================================" + echo "Building ${PF} with the following configuration" + grep ^ac_add_options "${MOZCONFIG}" | while read ac opt hash reason; do + [[ -z ${hash} || ${hash} == \# ]] \ + || die "error reading mozconfig: ${ac} ${opt} ${hash} ${reason}" + printf " %-30s %s\n" "${opt}" "${reason:-mozilla.org default}" + done + echo "==========================================================" + echo + + ./mach configure || die +} + +src_compile() { + local virtx_cmd= + + if [[ ${use_lto} == "yes" ]] && tc-ld-is-mold ; then + # increase ulimit with mold+lto, bugs #892641, #907485 + if ! ulimit -n 16384 1>/dev/null 2>&1 ; then + ewarn "Unable to modify ulimits - building with mold+lto might fail due to low ulimit -n resources." + ewarn "Please see bugs #892641 & #907485." + else + ulimit -n 16384 + fi + fi + + if use pgo; then + # Reset and cleanup environment variables used by GNOME/XDG + gnome2_environment_reset + + addpredict /root + + if ! use X; then + virtx_cmd=virtwl + else + virtx_cmd=virtx + fi + fi + + if ! use X; then + local -x GDK_BACKEND=wayland + else + local -x GDK_BACKEND=x11 + fi + + ${virtx_cmd} ./mach build --verbose || die +} + +src_test() { + # https://firefox-source-docs.mozilla.org/testing/automated-testing/index.html + local -a failures=() + + # Some tests respect this + local -x MOZ_HEADLESS=1 + + # Check testing/mach_commands.py + einfo "Testing with cppunittest ..." + ./mach cppunittest + local ret=$? + if [[ ${ret} -ne 0 ]]; then + eerror "Test suite cppunittest failed with error code ${ret}" + failures+=( cppunittest ) + fi + + if [[ ${#failures} -eq 0 ]]; then + einfo "Test suites succeeded" + else + die "Test suites failed: ${failures[@]}" + fi +} + +src_install() { + # xpcshell is getting called during install + pax-mark m \ + "${BUILD_DIR}"/dist/bin/xpcshell \ + "${BUILD_DIR}"/dist/bin/${PN} \ + "${BUILD_DIR}"/dist/bin/plugin-container + + DESTDIR="${D}" ./mach install || die + + # Upstream cannot ship symlink but we can (bmo#658850) + rm "${ED}${MOZILLA_FIVE_HOME}/${PN}-bin" || die + dosym ${PN} ${MOZILLA_FIVE_HOME}/${PN}-bin + + # Don't install llvm-symbolizer from llvm-core/llvm package + if [[ -f "${ED}${MOZILLA_FIVE_HOME}/llvm-symbolizer" ]] ; then + rm -v "${ED}${MOZILLA_FIVE_HOME}/llvm-symbolizer" || die + fi + + # Install policy (currently only used to disable application updates) + insinto "${MOZILLA_FIVE_HOME}/distribution" + newins "${FILESDIR}"/distribution.ini distribution.ini + newins "${FILESDIR}"/disable-auto-update.policy.json policies.json + + # Install system-wide preferences + local PREFS_DIR="${MOZILLA_FIVE_HOME}/browser/defaults/preferences" + insinto "${PREFS_DIR}" + newins "${FILESDIR}"/gentoo-default-prefs.js gentoo-prefs.js + + local GENTOO_PREFS="${ED}${PREFS_DIR}/gentoo-prefs.js" + + # Set dictionary path to use system hunspell + cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to set spellchecker.dictionary_path pref" + pref("spellchecker.dictionary_path", "${EPREFIX}/usr/share/myspell"); + EOF + + # Force hwaccel prefs if USE=hwaccel is enabled + if use hwaccel ; then + cat "${FILESDIR}"/gentoo-hwaccel-prefs.js-r2 \ + >>"${GENTOO_PREFS}" \ + || die "failed to add prefs to force hardware-accelerated rendering to all-gentoo.js" + + if use wayland; then + cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to set hwaccel wayland prefs" + pref("gfx.x11-egl.force-enabled", false); + EOF + else + cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to set hwaccel x11 prefs" + pref("gfx.x11-egl.force-enabled", true); + EOF + fi + + # Install the vaapitest binary on supported arches (122.0 supports all platforms, bmo#1865969) + exeinto "${MOZILLA_FIVE_HOME}" + doexe "${BUILD_DIR}"/dist/bin/vaapitest + + # Install the v4l2test on supported arches (+ arm, + riscv64 when keyworded) + if use arm64 ; then + exeinto "${MOZILLA_FIVE_HOME}" + doexe "${BUILD_DIR}"/dist/bin/v4l2test + fi + fi + + if ! use gmp-autoupdate ; then + local plugin + for plugin in "${MOZ_GMP_PLUGIN_LIST[@]}" ; do + einfo "Disabling auto-update for ${plugin} plugin ..." + cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to disable autoupdate for ${plugin} media plugin" + pref("media.${plugin}.autoupdate", false); + EOF + done + fi + + # Force the graphite pref if USE=system-harfbuzz is enabled, since the pref cannot disable it + if use system-harfbuzz ; then + cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to set gfx.font_rendering.graphite.enabled pref" + sticky_pref("gfx.font_rendering.graphite.enabled", true); + EOF + fi + + # Add telemetry config prefs, just in case something happens in future and telemetry build + # options stop working. + if ! use telemetry ; then + cat "${FILESDIR}"/gentoo-telemetry-prefs.js >>"${GENTOO_PREFS}" || die "failed to set telemetry prefs" + fi + + # Install language packs + local langpacks=( $(find "${WORKDIR}/language_packs" -type f -name '*.xpi') ) + if [[ -n "${langpacks}" ]] ; then + moz_install_xpi "${MOZILLA_FIVE_HOME}/distribution/extensions" "${langpacks[@]}" + fi + + # Install icons + local icon_srcdir="${S}/browser/branding/official" + + # Prefer the upstream svg file they use when packaging flatpak so it's always up-to-date. + insinto /usr/share/icons/hicolor/symbolic/apps + newins "${S}"/browser/installer/linux/app/flatpak/files/share/icons/hicolor/symbolic/apps/org.mozilla.firefox-symbolic.svg firefox-symbolic.svg + dosym -r /usr/share/icons/hicolor/symbolic/apps/firefox-symbolic.svg /usr/share/icons/hicolor/symbolic/apps/org.mozilla.firefox-symbolic.svg + + local icon size + for icon in "${icon_srcdir}"/default*.png ; do + size=${icon%.png} + size=${size##*/default} + + if [[ ${size} -eq 48 ]] ; then + newicon "${icon}" ${PN}.png + fi + + newicon -s ${size} "${icon}" ${PN}.png + done + + # Install menu + local app_name="Mozilla ${MOZ_PN^}" + local desktop_file="${FILESDIR}/icon/${PN}-r3.desktop" + local exec_command="${PN}" + local icon="${PN}" + local use_wayland="false" + + if [[ -n ${MOZ_ESR} ]] ; then + local desktop_filename="${PN}-esr.desktop" + else + local desktop_filename="${PN}.desktop" + fi + + if use wayland ; then + use_wayland="true" + fi + + cp "${desktop_file}" "${WORKDIR}/${PN}.desktop-template" || die + + sed -i \ + -e "s:@NAME@:${app_name}:" \ + -e "s:@EXEC@:${exec_command}:" \ + -e "s:@ICON@:${icon}:" \ + "${WORKDIR}/${PN}.desktop-template" || die + + newmenu "${WORKDIR}/${PN}.desktop-template" "${desktop_filename}" + + rm "${WORKDIR}/${PN}.desktop-template" || die + + if use gnome-shell ; then + # Install search provider for Gnome + insinto /usr/share/gnome-shell/search-providers/ + doins browser/components/shell/search-provider-files/org.mozilla.firefox.search-provider.ini + + insinto /usr/share/dbus-1/services/ + doins browser/components/shell/search-provider-files/org.mozilla.firefox.SearchProvider.service + + # Toggle between rapid and esr desktop file names + if [[ -n ${MOZ_ESR} ]] ; then + sed -e "s/firefox.desktop/${desktop_filename}/g" \ + -i "${ED}/usr/share/gnome-shell/search-providers/org.mozilla.firefox.search-provider.ini" || + die "Failed to sed org.mozilla.firefox.search-provider.ini file." + fi + + # Make the dbus service aware of a previous session, bgo#939196 + sed -e \ + "s/Exec=\/usr\/bin\/firefox/Exec=\/usr\/$(get_libdir)\/firefox\/firefox --dbus-service \/usr\/bin\/firefox/g" \ + -i "${ED}/usr/share/dbus-1/services/org.mozilla.firefox.SearchProvider.service" || + die "Failed to sed org.mozilla.firefox.SearchProvider.service dbus file" + + # Update prefs to enable Gnome search provider + cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to enable gnome-search-provider via prefs" + pref("browser.gnome-search-provider.enabled", true); + EOF + fi + + # Install wrapper script + [[ -f "${ED}/usr/bin/${PN}" ]] && rm "${ED}/usr/bin/${PN}" + newbin "${FILESDIR}/${PN}-r1.sh" ${PN} + + # Update wrapper + sed -i \ + -e "s:@PREFIX@:${EPREFIX}/usr:" \ + -e "s:@DEFAULT_WAYLAND@:${use_wayland}:" \ + "${ED}/usr/bin/${PN}" || die + + readme.gentoo_create_doc +} + +pkg_postinst() { + xdg_pkg_postinst + + if ! use gmp-autoupdate ; then + elog "USE='-gmp-autoupdate' has disabled the following plugins from updating or" + elog "installing into new profiles:" + local plugin + for plugin in "${MOZ_GMP_PLUGIN_LIST[@]}" ; do + elog "\t ${plugin}" + done + elog + fi + + # bug 835078 + if use hwaccel && has_version "x11-drivers/xf86-video-nouveau"; then + ewarn "You have nouveau drivers installed in your system and 'hwaccel' " + ewarn "enabled for Firefox. Nouveau / your GPU might not support the " + ewarn "required EGL, so either disable 'hwaccel' or try the workaround " + ewarn "explained in https://bugs.gentoo.org/835078#c5 if Firefox crashes." + fi + + readme.gentoo_print_elog + + optfeature_header "Optional programs for extra features:" + optfeature "desktop notifications" x11-libs/libnotify + optfeature "fallback mouse cursor theme e.g. on WMs" gnome-base/gsettings-desktop-schemas + optfeature "screencasting with pipewire" sys-apps/xdg-desktop-portal + if use hwaccel && has_version "x11-drivers/nvidia-drivers"; then + optfeature "hardware acceleration with NVIDIA cards" media-libs/nvidia-vaapi-driver + fi + + if ! has_version "sys-libs/glibc"; then + elog + elog "glibc not found! You won't be able to play DRM content." + elog "See Gentoo bug #910309 or upstream bug #1843683." + elog + fi +} diff --git a/www-client/firefox/firefox-150.0.2.ebuild b/www-client/firefox/firefox-150.0.2.ebuild new file mode 100644 index 000000000000..2e8056cf5a4f --- /dev/null +++ b/www-client/firefox/firefox-150.0.2.ebuild @@ -0,0 +1,1386 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +FIREFOX_PATCHSET="firefox-150-patches-02.tar.xz" + +LLVM_COMPAT=( 21 22 ) + +# This will also filter rust versions that don't match LLVM_COMPAT in the non-clang path; this is fine. +RUST_NEEDS_LLVM=1 +RUST_MIN_VER=1.90.0 + +PYTHON_COMPAT=( python3_{10..14} ) +PYTHON_REQ_USE="ncurses,sqlite,ssl" + +VIRTUALX_REQUIRED="manual" + +# Information about the bundled wasi toolchain from +# https://github.com/WebAssembly/wasi-sdk/ +WASI_SDK_VER=32.0 +WASI_SDK_LLVM_VER=22 + +MOZ_ESR= + +MOZ_PV=${PV} +MOZ_PV_SUFFIX= +if [[ ${PV} =~ (_(alpha|beta|rc).*)$ ]] ; then + MOZ_PV_SUFFIX=${BASH_REMATCH[1]} + + # Convert the ebuild version to the upstream Mozilla version + MOZ_PV="${MOZ_PV/_alpha/a}" # Handle alpha for SRC_URI + MOZ_PV="${MOZ_PV/_beta/b}" # Handle beta for SRC_URI + MOZ_PV="${MOZ_PV%%_rc*}" # Handle rc for SRC_URI +fi + +if [[ -n ${MOZ_ESR} ]] ; then + # ESR releases have slightly different version numbers + MOZ_PV="${MOZ_PV}esr" + HOMEPAGE="https://www.firefox.com https://www.firefox.com/enterprise/" + SLOT="esr" +else + HOMEPAGE="https://www.firefox.com" + SLOT="rapid" +fi + +MOZ_PN="${PN%-bin}" +MOZ_P="${MOZ_PN}-${MOZ_PV}" +MOZ_PV_DISTFILES="${MOZ_PV}${MOZ_PV_SUFFIX}" +MOZ_P_DISTFILES="${MOZ_PN}-${MOZ_PV_DISTFILES}" + +inherit check-reqs desktop flag-o-matic gnome2-utils linux-info llvm-r1 multiprocessing \ + optfeature pax-utils python-any-r1 readme.gentoo-r1 rust toolchain-funcs virtualx xdg + +MOZ_SRC_BASE_URI="https://archive.mozilla.org/pub/${MOZ_PN}/releases/${MOZ_PV}" + +if [[ ${PV} == *_rc* ]] ; then + MOZ_SRC_BASE_URI="https://archive.mozilla.org/pub/${MOZ_PN}/candidates/${MOZ_PV}-candidates/build${PV##*_rc}" +fi + +PATCH_URIS=( + https://dev.gentoo.org/~juippis/mozilla/patchsets/${FIREFOX_PATCHSET} +) + +DESCRIPTION="Firefox Web Browser" +SRC_URI="${MOZ_SRC_BASE_URI}/source/${MOZ_P}.source.tar.xz -> ${MOZ_P_DISTFILES}.source.tar.xz + ${PATCH_URIS[@]} + wasm-sandbox? ( + amd64? ( https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_SDK_VER/.*/}/wasi-sdk-${WASI_SDK_VER}-x86_64-linux.tar.gz ) + arm64? ( https://github.com/WebAssembly/wasi-sdk/releases/download/wasi-sdk-${WASI_SDK_VER/.*/}/wasi-sdk-${WASI_SDK_VER}-arm64-linux.tar.gz ) + )" + +S="${WORKDIR}/${PN}-${PV%_*}" +LICENSE="MPL-2.0 GPL-2 LGPL-2.1" +KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86" + +IUSE="+clang dbus debug eme-free hardened hwaccel jack libproxy pgo pulseaudio selinux sndio" +IUSE+=" +system-av1 +system-harfbuzz +system-icu +system-jpeg +system-libevent +system-libvpx" +IUSE+=" system-pipewire system-png +system-webp test valgrind wayland wifi +X" + +# Firefox-only IUSE +IUSE+=" +gmp-autoupdate gnome-shell jpegxl +jumbo-build openh264 +telemetry wasm-sandbox" + +REQUIRED_USE="|| ( X wayland ) + debug? ( !system-av1 ) + pgo? ( jumbo-build ) + wayland? ( dbus ) + wifi? ( dbus ) +" + +RESTRICT="!test? ( test )" + +FF_ONLY_DEPEND="!www-client/firefox:0 + selinux? ( sec-policy/selinux-mozilla )" +BDEPEND="${PYTHON_DEPS} + $(llvm_gen_dep ' + llvm-core/clang:${LLVM_SLOT} + llvm-core/llvm:${LLVM_SLOT} + clang? ( + llvm-core/lld:${LLVM_SLOT} + pgo? ( llvm-runtimes/compiler-rt-sanitizers:${LLVM_SLOT}[profile] ) + ) + wasm-sandbox? ( llvm-core/lld:${LLVM_SLOT} ) + ') + app-alternatives/awk + app-arch/unzip + app-arch/zip + >=dev-util/cbindgen-0.29.1 + net-libs/nodejs + virtual/pkgconfig + amd64? ( >=dev-lang/nasm-2.14 ) + x86? ( >=dev-lang/nasm-2.14 ) + pgo? ( + X? ( + sys-devel/gettext + x11-base/xorg-server[xvfb] + x11-apps/xhost + ) + !X? ( + gui-wm/tinywl + x11-misc/xkeyboard-config + ) + )" +COMMON_DEPEND="${FF_ONLY_DEPEND} + >=app-accessibility/at-spi2-core-2.46.0:2 + dev-libs/glib:2 + dev-libs/libffi:= + >=dev-libs/nss-3.123.1 + >=dev-libs/nspr-4.38 + media-libs/alsa-lib + media-libs/fontconfig + media-libs/freetype + media-libs/mesa + media-video/ffmpeg + virtual/zlib:= + virtual/freedesktop-icon-theme + x11-libs/cairo + x11-libs/gdk-pixbuf:2 + x11-libs/libdrm + x11-libs/pango + x11-libs/pixman + dbus? ( + sys-apps/dbus + ) + jack? ( virtual/jack ) + pulseaudio? ( + || ( + media-libs/libpulse + >=media-sound/apulse-0.1.12-r4[sdk] + ) + ) + libproxy? ( net-libs/libproxy ) + selinux? ( sec-policy/selinux-mozilla ) + sndio? ( >=media-sound/sndio-1.8.0-r1 ) + system-av1? ( + >=media-libs/dav1d-1.0.0:= + >=media-libs/libaom-3.10.0:= + ) + system-harfbuzz? ( + >=media-libs/harfbuzz-2.8.1:0= + !wasm-sandbox? ( >=media-gfx/graphite2-1.3.13 ) + ) + system-icu? ( >=dev-libs/icu-78.1:= ) + system-jpeg? ( >=media-libs/libjpeg-turbo-1.2.1:= ) + system-libevent? ( >=dev-libs/libevent-2.1.12:0=[threads(+)] ) + system-libvpx? ( >=media-libs/libvpx-1.8.2:0=[postproc] ) + system-pipewire? ( >=media-video/pipewire-1.4.7-r2:= ) + system-png? ( >=media-libs/libpng-1.6.45:0=[apng] ) + system-webp? ( >=media-libs/libwebp-1.1.0:0= ) + valgrind? ( dev-debug/valgrind ) + wayland? ( + >=media-libs/libepoxy-1.5.10-r1 + x11-libs/gtk+:3[wayland] + ) + wifi? ( + kernel_linux? ( + || ( + net-misc/networkmanager + net-misc/connman[networkmanager] + ) + sys-apps/dbus + ) + ) + X? ( + virtual/opengl + x11-libs/cairo[X] + x11-libs/gtk+:3[X] + x11-libs/libX11 + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXrandr + x11-libs/libxcb:= + )" +RDEPEND="${COMMON_DEPEND} + hwaccel? ( + media-video/libva-utils + sys-apps/pciutils + ) + jack? ( virtual/jack ) + openh264? ( media-libs/openh264:*[plugin] )" +DEPEND="${COMMON_DEPEND} + X? ( + x11-base/xorg-proto + x11-libs/libICE + x11-libs/libSM + )" + +# ESR and rapid dependencies. +if [[ -n ${MOZ_ESR} ]] ; then + RDEPEND+=" !www-client/firefox:rapid" +else + RDEPEND+=" !www-client/firefox:esr" +fi + +# Firefox-only RDEPEND +RDEPEND+=" ~www-client/firefox-l10n-${PV}" + +# Allow MOZ_GMP_PLUGIN_LIST to be set in an eclass or +# overridden in the enviromnent (advanced hackers only) +if [[ -z "${MOZ_GMP_PLUGIN_LIST+set}" ]] ; then + MOZ_GMP_PLUGIN_LIST=( gmp-gmpopenh264 gmp-widevinecdm ) +fi + +llvm_check_deps() { + if ! has_version -b "llvm-core/clang:${LLVM_SLOT}" ; then + einfo "llvm-core/clang:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 + return 1 + fi + + if use clang && ! tc-ld-is-mold ; then + if ! has_version -b "llvm-core/lld:${LLVM_SLOT}" ; then + einfo "llvm-core/lld:${LLVM_SLOT} is missing! Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 + return 1 + fi + fi + + if use pgo ; then + if ! has_version -b "=llvm-runtimes/compiler-rt-sanitizers-${LLVM_SLOT}*[profile]" ; then + einfo "=llvm-runtimes/compiler-rt-sanitizers-${LLVM_SLOT}*[profile] is missing!" >&2 + einfo "Cannot use LLVM slot ${LLVM_SLOT} ..." >&2 + return 1 + fi + fi + + einfo "Using LLVM slot ${LLVM_SLOT} to build" >&2 +} + +moz_clear_vendor_checksums() { + debug-print-function ${FUNCNAME} "$@" + + if [[ ${#} -ne 1 ]] ; then + die "${FUNCNAME} requires exact one argument" + fi + + einfo "Clearing cargo checksums for ${1} ..." + + sed -i \ + -e 's/\("files":{\)[^}]*/\1/' \ + "${S}"/third_party/rust/${1}/.cargo-checksum.json || die +} + +moz_install_xpi() { + debug-print-function ${FUNCNAME} "$@" + + if [[ ${#} -lt 2 ]] ; then + die "${FUNCNAME} requires at least two arguments" + fi + + local DESTDIR=${1} + shift + + insinto "${DESTDIR}" + + local emid xpi_file xpi_tmp_dir + for xpi_file in "${@}" ; do + emid= + xpi_tmp_dir=$(mktemp -d --tmpdir="${T}") + + # Unpack XPI + unzip -qq "${xpi_file}" -d "${xpi_tmp_dir}" || die + + # Determine extension ID + if [[ -f "${xpi_tmp_dir}/install.rdf" ]] ; then + emid=$(sed -n -e '/install-manifest/,$ { /em:id/!d; s/.*[\">]\([^\"<>]*\)[\"<].*/\1/; p; q }' "${xpi_tmp_dir}/install.rdf") + [[ -z "${emid}" ]] && die "failed to determine extension id from install.rdf" + elif [[ -f "${xpi_tmp_dir}/manifest.json" ]] ; then + emid=$(sed -n -e 's/.*"id": "\([^"]*\)".*/\1/p' "${xpi_tmp_dir}/manifest.json") + [[ -z "${emid}" ]] && die "failed to determine extension id from manifest.json" + else + die "failed to determine extension id" + fi + + einfo "Installing ${emid}.xpi into ${ED}${DESTDIR} ..." + newins "${xpi_file}" "${emid}.xpi" + done +} + +mozconfig_add_options_ac() { + debug-print-function ${FUNCNAME} "$@" + + if [[ ${#} -lt 2 ]] ; then + die "${FUNCNAME} requires at least two arguments" + fi + + local reason=${1} + shift + + local option + for option in ${@} ; do + echo "ac_add_options ${option} # ${reason}" >>${MOZCONFIG} + done +} + +mozconfig_add_options_mk() { + debug-print-function ${FUNCNAME} "$@" + + if [[ ${#} -lt 2 ]] ; then + die "${FUNCNAME} requires at least two arguments" + fi + + local reason=${1} + shift + + local option + for option in ${@} ; do + echo "mk_add_options ${option} # ${reason}" >>${MOZCONFIG} + done +} + +mozconfig_use_enable() { + debug-print-function ${FUNCNAME} "$@" + + if [[ ${#} -lt 1 ]] ; then + die "${FUNCNAME} requires at least one arguments" + fi + + local flag=$(use_enable "${@}") + mozconfig_add_options_ac "$(use ${1} && echo +${1} || echo -${1})" "${flag}" +} + +mozconfig_use_with() { + debug-print-function ${FUNCNAME} "$@" + + if [[ ${#} -lt 1 ]] ; then + die "${FUNCNAME} requires at least one arguments" + fi + + local flag=$(use_with "${@}") + mozconfig_add_options_ac "$(use ${1} && echo +${1} || echo -${1})" "${flag}" +} + +virtwl() { + debug-print-function ${FUNCNAME} "$@" + + [[ $# -lt 1 ]] && die "${FUNCNAME} needs at least one argument" + [[ -n $XDG_RUNTIME_DIR ]] || die "${FUNCNAME} needs XDG_RUNTIME_DIR to be set; try xdg_environment_reset" + tinywl -h >/dev/null || die 'tinywl -h failed' + + local VIRTWL VIRTWL_PID + coproc VIRTWL { WLR_BACKENDS=headless exec tinywl -s 'echo $WAYLAND_DISPLAY; read _; kill $PPID'; } + local -x WAYLAND_DISPLAY + read WAYLAND_DISPLAY <&${VIRTWL[0]} + + debug-print "${FUNCNAME}: $@" + "$@" + local r=$? + + [[ -n $VIRTWL_PID ]] || die "tinywl exited unexpectedly" + exec {VIRTWL[0]}<&- {VIRTWL[1]}>&- + return $r +} + +pkg_pretend() { + if [[ ${MERGE_TYPE} != binary ]] ; then + # Ensure we have enough disk space to compile + if use pgo || use debug ; then + CHECKREQS_DISK_BUILD="18700M" + + if ! use clang ; then + if tc-is-gcc && ver_test "$(gcc-major-version)" -eq 15 && has_version -b "<sys-devel/gcc-15.2.1_p20251108-r1:15"; then + eerror "<gcc-15.2.1_p20251108-r1:15 and pgo detected. Firefox-145.0 can not be compiled" + eerror "with this GCC, when also enabling pgo." + eerror "See bug https://gcc.gnu.org/PR122620" + eerror "" + eerror "Your options are:" + eerror " 1) upgrade GCC to >=15.2.1_p20251108-r1 - note that even with the 16.0" + eerror " releases, make sure the patch set is equal or newer than 16.0.0_p20251109-r1," + eerror " or use the \"trunk\" version," + eerror " 2) compile Firefox with Clang by enabling the \"clang\" USE flag, or" + eerror " 3) disable pgo when compiling with GCC for now." + die "Firefox-${PV} with gcc+pgo cannot be compiled with the detected gcc version: $(gcc-fullversion)" + fi + fi + elif tc-is-lto ; then + CHECKREQS_DISK_BUILD="10900M" + + if ! use clang ; then + if tc-is-gcc && ver_test "$(gcc-major-version)" -eq 15 && has_version -b "<sys-devel/gcc-15.2.1_p20251108-r1:15"; then + eerror "<gcc-15.2.1_p20251108-r1:15 and lto detected. Firefox-145.0 can not be compiled" + eerror "with this GCC, when also enabling lto." + eerror "See bug https://gcc.gnu.org/PR122620" + eerror "" + eerror "Your options are:" + eerror " 1) upgrade GCC to >=15.2.1_p20251108-r1 - note that even with the 16.0" + eerror " releases, make sure the patch set is equal or newer than 16.0.0_p20251109-r1," + eerror " or use the \"trunk\" version," + eerror " 2) compile Firefox with Clang by enabling the \"clang\" USE flag, or" + eerror " 3) disable lto when compiling with GCC for now." + die "Firefox-${PV} with gcc+lto cannot be compiled with the detected gcc version: $(gcc-fullversion)" + fi + fi + else + CHECKREQS_DISK_BUILD="9700M" + fi + + check-reqs_pkg_pretend + fi +} + +pkg_setup() { + + # Get LTO from environment; export after this phase for use in src_configure (etc) + use_lto=no + + if [[ ${MERGE_TYPE} != binary ]] ; then + + if tc-is-lto; then + use_lto=yes + # LTO is handled via configure + filter-lto + + if ! use clang ; then + if tc-is-gcc && ver_test "$(gcc-major-version)" -eq 15 && has_version -b "<sys-devel/gcc-15.2.1_p20251108-r1:15"; then + eerror "<gcc-15.2.1_p20251108-r1:15 and pgo detected. Firefox-145.0 can not be compiled" + eerror "with this GCC, when also enabling lto." + eerror "See bug https://gcc.gnu.org/PR122620" + eerror "" + eerror "Your options are:" + eerror " 1) upgrade GCC to >=15.2.1_p20251108-r1 - note that even with the 16.0" + eerror " releases, make sure the patch set is equal or newer than 16.0.0_p20251109-r1," + eerror " or use the \"trunk\" version," + eerror " 2) compile Firefox with Clang by enabling the \"clang\" USE flag, or" + eerror " 3) disable lto when compiling with GCC for now." + die "Firefox-${PV} with gcc+lto cannot be compiled with the detected gcc version: $(gcc-fullversion)" + fi + fi + fi + + if use pgo ; then + if ! has userpriv ${FEATURES} ; then + eerror "Building ${PN} with USE=pgo and FEATURES=-userpriv is not supported!" + fi + + if ! use clang ; then + if tc-is-gcc && ver_test "$(gcc-major-version)" -eq 15 && has_version -b "<sys-devel/gcc-15.2.1_p20251108-r1:15"; then + eerror "<gcc-15.2.1_p20251108-r1:15 and lto detected. Firefox-145.0 can not be compiled" + eerror "with this GCC, when also enabling pgo." + eerror "See bug https://gcc.gnu.org/PR122620" + eerror "" + eerror "Your options are:" + eerror " 1) upgrade GCC to >=15.2.1_p20251108-r1 - note that even with the 16.0" + eerror " releases, make sure the patch set is equal or newer than 16.0.0_p20251109-r1," + eerror " or use the \"trunk\" version," + eerror " 2) compile Firefox with Clang by enabling the \"clang\" USE flag, or" + eerror " 3) disable pgo when compiling with GCC for now." + die "Firefox-${PV} with gcc+pgo cannot be compiled with the detected gcc version: $(gcc-fullversion)" + fi + fi + fi + + if [[ ${use_lto} = yes ]]; then + # -Werror=lto-type-mismatch -Werror=odr are going to fail with GCC, + # bmo#1516758, bgo#942288 + filter-flags -Werror=lto-type-mismatch -Werror=odr + fi + + # Ensure we have enough disk space to compile + if use pgo || use debug ; then + CHECKREQS_DISK_BUILD="18700M" + elif [[ ${use_lto} == "yes" ]] ; then + CHECKREQS_DISK_BUILD="10900M" + else + CHECKREQS_DISK_BUILD="9700M" + fi + + check-reqs_pkg_setup + llvm-r1_pkg_setup + rust_pkg_setup + python-any-r1_pkg_setup + + # Avoid PGO profiling problems due to enviroment leakage + # These should *always* be cleaned up anyway + unset \ + DBUS_SESSION_BUS_ADDRESS \ + DISPLAY \ + ORBIT_SOCKETDIR \ + SESSION_MANAGER \ + XAUTHORITY \ + XDG_CACHE_HOME \ + XDG_SESSION_COOKIE + + # Build system is using /proc/self/oom_score_adj, bug #604394 + addpredict /proc/self/oom_score_adj + + if use pgo ; then + # Update 105.0: "/proc/self/oom_score_adj" isn't enough anymore with pgo, but not sure + # whether that's due to better OOM handling by Firefox (bmo#1771712), or portage + # (PORTAGE_SCHEDULING_POLICY) update... + addpredict /proc + + # Clear tons of conditions, since PGO is hardware-dependant. + addpredict /dev + fi + + if ! mountpoint -q /dev/shm ; then + # If /dev/shm is not available, configure is known to fail with + # a traceback report referencing /usr/lib/pythonN.N/multiprocessing/synchronize.py + ewarn "/dev/shm is not mounted -- expect build failures!" + fi + + # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys) + # Note: These are for Gentoo Linux use ONLY. For your own distribution, please + # get your own set of keys. + if [[ -z "${MOZ_API_KEY_GOOGLE+set}" ]] ; then + MOZ_API_KEY_GOOGLE="AIzaSyDEAOvatFogGaPi0eTgsV_ZlEzx0ObmepsMzfAc" + fi + + if [[ -z "${MOZ_API_KEY_LOCATION+set}" ]] ; then + MOZ_API_KEY_LOCATION="AIzaSyB2h2OuRgGaPicUgy5N-5hsZqiPW6sH3n_rptiQ" + fi + + # Mozilla API keys (see https://location.services.mozilla.com/api) + # Note: These are for Gentoo Linux use ONLY. For your own distribution, please + # get your own set of keys. + if [[ -z "${MOZ_API_KEY_MOZILLA+set}" ]] ; then + MOZ_API_KEY_MOZILLA="edb3d487-3a84-46m0ap1e3-9dfd-92b5efaaa005" + fi + + # Ensure we use C locale when building, bug #746215 + export LC_ALL=C + fi + + export use_lto + + CONFIG_CHECK="~SECCOMP" + WARNING_SECCOMP="CONFIG_SECCOMP not set! This system will be unable to play DRM-protected content." + linux-info_pkg_setup +} + +src_unpack() { + local _lp_dir="${WORKDIR}/language_packs" + local _src_file + + if [[ ! -d "${_lp_dir}" ]] ; then + mkdir "${_lp_dir}" || die + fi + + for _src_file in ${A} ; do + if [[ ${_src_file} == *.xpi ]]; then + cp "${DISTDIR}/${_src_file}" "${_lp_dir}" || die "Failed to copy '${_src_file}' to '${_lp_dir}'!" + else + unpack ${_src_file} + fi + done +} + +src_prepare() { + if [[ ${use_lto} == "yes" ]]; then + rm -v "${WORKDIR}"/firefox-patches/*-LTO-Only-enable-LTO-*.patch || die + fi + + # Workaround for bgo#915651 and bmo#1988166 on musl + if use elibc_glibc ; then + rm -v "${WORKDIR}"/firefox-patches/*bgo-748849-RUST_TARGET_override.patch || die + rm -v "${WORKDIR}"/firefox-patches/*bmo-1988166-musl-remove-nonexisting-system-header-req.patch || die + rm -v "${WORKDIR}"/firefox-patches/*bgo-967694-musl-prctrl-exception-on-musl.patch || die + fi + + eapply "${WORKDIR}/firefox-patches" + + # Allow user to apply any additional patches without modifing ebuild + eapply_user + + # Make cargo respect MAKEOPTS + export CARGO_BUILD_JOBS="$(makeopts_jobs)" + + # Workaround for bgo#915651 + if ! use elibc_glibc ; then + if use amd64 ; then + export RUST_TARGET="x86_64-unknown-linux-musl" + elif use x86 ; then + export RUST_TARGET="i686-unknown-linux-musl" + elif use arm64 ; then + export RUST_TARGET="aarch64-unknown-linux-musl" + elif use loong; then + # Only the LP64D ABI of LoongArch64 is actively supported among + # the wider Linux ecosystem, so the assumption is safe. + export RUST_TARGET="loongarch64-unknown-linux-musl" + elif use ppc64 ; then + export RUST_TARGET="powerpc64le-unknown-linux-musl" + elif use riscv ; then + # We can pretty safely rule out any 32-bit riscvs, but 64-bit riscvs also have tons of + # different ABIs available. riscv64gc-unknown-linux-musl seems to be the best working + # guess right now though. + elog "riscv detected, forcing a riscv64 target for now." + export RUST_TARGET="riscv64gc-unknown-linux-musl" + else + die "Unknown musl chost, please post a new bug with your rustc -vV along with emerge --info" + fi + fi + + # Pre-built wasm-sandbox path manipulation. + if use wasm-sandbox ; then + if use amd64 ; then + export wasi_arch="x86_64" + elif use arm64 ; then + export wasi_arch="arm64" + else + die "wasm-sandbox enabled on unknown/unsupported arch!" + fi + + sed -i \ + -e "s:%%PORTAGE_WORKDIR%%:${WORKDIR}:" \ + -e "s:%%WASI_ARCH%%:${wasi_arch}:" \ + -e "s:%%WASI_SDK_VER%%:${WASI_SDK_VER}:" \ + -e "s:%%WASI_SDK_LLVM_VER%%:${WASI_SDK_LLVM_VER}:" \ + toolkit/moz.configure || die "Failed to update wasi-related paths." + fi + + # Make LTO respect MAKEOPTS + sed -i -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ + "${S}"/build/moz.configure/lto-pgo.configure || die "Failed sedding multiprocessing.cpu_count" + + sed -i -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ + "${S}"/third_party/chromium/build/toolchain/get_cpu_count.py || die "Failed sedding multiprocessing.cpu_count" + + sed -i -e "s/multiprocessing.cpu_count()/$(makeopts_jobs)/" \ + "${S}"/third_party/python/gyp/pylib/gyp/input.py || die "Failed sedding multiprocessing.cpu_count" + + # sed-in toolchain prefix + sed -i \ + -e "s/objdump/${CHOST}-objdump/" \ + "${S}"/python/mozbuild/mozbuild/configure/check_debug_ranges.py || die "sed failed to set toolchain prefix" + + sed -i \ + -e 's/ccache_stats = None/return None/' \ + "${S}"/python/mozbuild/mozbuild/controller/building.py || die "sed failed to disable ccache stats call" + + einfo "Removing pre-built binaries ..." + + find "${S}"/third_party -type f \( -name '*.so' -o -name '*.o' \) -print -delete || die + + # Clear checksums from cargo crates we've manually patched. + # moz_clear_vendor_checksums xyz + # glslopt: bgo#969412 + moz_clear_vendor_checksums glslopt + moz_clear_vendor_checksums encoding_rs + + # Respect choice for "jumbo-build" + # Changing the value for FILES_PER_UNIFIED_FILE may not work, see #905431 + if [[ -n ${FILES_PER_UNIFIED_FILE} ]] && use jumbo-build; then + local my_files_per_unified_file=${FILES_PER_UNIFIED_FILE:=16} + elog "" + elog "jumbo-build defaults modified to ${my_files_per_unified_file}." + elog "if you get a build failure, try undefining FILES_PER_UNIFIED_FILE," + elog "if that fails try -jumbo-build before opening a bug report." + elog "" + + sed -i -e "s/\"FILES_PER_UNIFIED_FILE\", 16/\"FILES_PER_UNIFIED_FILE\", "${my_files_per_unified_file}"/" \ + python/mozbuild/mozbuild/frontend/data.py || + die "Failed to adjust FILES_PER_UNIFIED_FILE in python/mozbuild/mozbuild/frontend/data.py" + sed -i -e "s/FILES_PER_UNIFIED_FILE = 6/FILES_PER_UNIFIED_FILE = "${my_files_per_unified_file}"/" \ + js/src/moz.build || + die "Failed to adjust FILES_PER_UNIFIED_FILE in js/src/moz.build" + fi + + # Create build dir + BUILD_DIR="${WORKDIR}/${PN}_build" + mkdir -p "${BUILD_DIR}" || die + + # Write API keys to disk + echo -n "${MOZ_API_KEY_GOOGLE//gGaPi/}" > "${S}"/api-google.key || die + echo -n "${MOZ_API_KEY_LOCATION//gGaPi/}" > "${S}"/api-location.key || die + echo -n "${MOZ_API_KEY_MOZILLA//m0ap1/}" > "${S}"/api-mozilla.key || die + + xdg_environment_reset +} + +src_configure() { + # Show flags set at the beginning + einfo "Current BINDGEN_CFLAGS:\t${BINDGEN_CFLAGS:-no value set}" + einfo "Current CFLAGS:\t\t${CFLAGS:-no value set}" + einfo "Current CXXFLAGS:\t\t${CXXFLAGS:-no value set}" + einfo "Current LDFLAGS:\t\t${LDFLAGS:-no value set}" + einfo "Current RUSTFLAGS:\t\t${RUSTFLAGS:-no value set}" + + local have_switched_compiler= + if use clang; then + # Force clang + einfo "Enforcing the use of clang due to USE=clang ..." + + local version_clang=$(clang --version 2>/dev/null | grep -F -- 'clang version' | awk '{ print $3 }') + [[ -n ${version_clang} ]] && version_clang=$(ver_cut 1 "${version_clang}") + [[ -z ${version_clang} ]] && die "Failed to read clang version!" + + if tc-is-gcc; then + have_switched_compiler=yes + fi + + AR=llvm-ar + CC=${CHOST}-clang-${version_clang} + CXX=${CHOST}-clang++-${version_clang} + NM=llvm-nm + RANLIB=llvm-ranlib + elif ! use clang && ! tc-is-gcc ; then + # Force gcc + have_switched_compiler=yes + einfo "Enforcing the use of gcc due to USE=-clang ..." + AR=gcc-ar + CC=${CHOST}-gcc + CXX=${CHOST}-g++ + NM=gcc-nm + RANLIB=gcc-ranlib + fi + + if [[ -n "${have_switched_compiler}" ]] ; then + # Because we switched active compiler we have to ensure + # that no unsupported flags are set + strip-unsupported-flags + fi + + # Ensure we use correct toolchain, + # AS is used in a non-standard way by upstream, #bmo1654031 + export HOST_CC="$(tc-getBUILD_CC)" + export HOST_CXX="$(tc-getBUILD_CXX)" + export AS="$(tc-getCC) -c" + + # Configuration tests expect llvm-readelf output, bug 913130 + READELF="llvm-readelf" + + tc-export CC CXX LD AR AS NM OBJDUMP RANLIB READELF PKG_CONFIG + + # Pass the correct toolchain paths through cbindgen + if tc-is-cross-compiler ; then + export BINDGEN_CFLAGS="${SYSROOT:+--sysroot=${ESYSROOT}} --target=${CHOST} ${BINDGEN_CFLAGS-}" + fi + + # Set MOZILLA_FIVE_HOME + export MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}" + + # python/mach/mach/mixin/process.py fails to detect SHELL + export SHELL="${EPREFIX}/bin/bash" + + # Set state path + export MOZBUILD_STATE_PATH="${BUILD_DIR}" + + # Set MOZCONFIG + export MOZCONFIG="${S}/.mozconfig" + + # Initialize MOZCONFIG + mozconfig_add_options_ac '' --enable-application=browser + mozconfig_add_options_ac '' --enable-project=browser + + # Set Gentoo defaults + if use telemetry; then + export MOZILLA_OFFICIAL=1 + fi + + mozconfig_add_options_ac 'Gentoo default' \ + --allow-addon-sideload \ + --disable-cargo-incremental \ + --disable-crashreporter \ + --disable-disk-remnant-avoidance \ + --disable-geckodriver \ + --disable-install-strip \ + --disable-legacy-profile-creation \ + --disable-parental-controls \ + --disable-strip \ + --disable-updater \ + --disable-wmf \ + --enable-negotiateauth \ + --enable-new-pass-manager \ + --enable-official-branding \ + --enable-packed-relative-relocs \ + --enable-release \ + --enable-system-policies \ + --host="${CBUILD:-${CHOST}}" \ + --libdir="${EPREFIX}/usr/$(get_libdir)" \ + --prefix="${EPREFIX}/usr" \ + --target="${CHOST}" \ + --without-ccache \ + --with-intl-api \ + --with-libclang-path="$(llvm-config --libdir)" \ + --with-system-ffi \ + --with-system-gbm \ + --with-system-libdrm \ + --with-system-nspr \ + --with-system-nss \ + --with-system-pixman \ + --with-system-zlib \ + --with-toolchain-prefix="${CHOST}-" \ + --with-unsigned-addon-scopes=app,system + + # Set update channel + local update_channel=release + [[ -n ${MOZ_ESR} ]] && update_channel=esr + mozconfig_add_options_ac '' --enable-update-channel=${update_channel} + + # Whitelist to allow unkeyworded arches to build with "--disable-rust-simd" by default. + if use amd64 || use arm64 || use ppc64 || use loong || use riscv ; then + mozconfig_add_options_ac '' --enable-rust-simd + fi + + # For future keywording: This is currently (97.0) only supported on: + # amd64, arm, arm64 & x86. + # Might want to flip the logic around if Firefox is to support more arches. + # bug 833001, bug 903411#c8 + if use loong || use ppc64 || use riscv; then + mozconfig_add_options_ac '' --disable-sandbox + elif use valgrind; then + mozconfig_add_options_ac 'valgrind requirement' --disable-sandbox + else + mozconfig_add_options_ac '' --enable-sandbox + fi + + # riscv-related options, bgo#947337, bgo#947338 + if use riscv ; then + mozconfig_add_options_ac 'Disable webrtc for RISC-V' --disable-webrtc + fi + + if [[ -s "${S}/api-google.key" ]] ; then + local key_origin="Gentoo default" + if [[ $(cat "${S}/api-google.key" | md5sum | awk '{ print $1 }') != 709560c02f94b41f9ad2c49207be6c54 ]] ; then + key_origin="User value" + fi + + mozconfig_add_options_ac "${key_origin}" \ + --with-google-safebrowsing-api-keyfile="${S}/api-google.key" + else + einfo "Building without Google API key ..." + fi + + if [[ -s "${S}/api-location.key" ]] ; then + local key_origin="Gentoo default" + if [[ $(cat "${S}/api-location.key" | md5sum | awk '{ print $1 }') != ffb7895e35dedf832eb1c5d420ac7420 ]] ; then + key_origin="User value" + fi + + mozconfig_add_options_ac "${key_origin}" \ + --with-google-location-service-api-keyfile="${S}/api-location.key" + else + einfo "Building without Location API key ..." + fi + + if [[ -s "${S}/api-mozilla.key" ]] ; then + local key_origin="Gentoo default" + if [[ $(cat "${S}/api-mozilla.key" | md5sum | awk '{ print $1 }') != 3927726e9442a8e8fa0e46ccc39caa27 ]] ; then + key_origin="User value" + fi + + mozconfig_add_options_ac "${key_origin}" \ + --with-mozilla-api-keyfile="${S}/api-mozilla.key" + else + einfo "Building without Mozilla API key ..." + fi + + mozconfig_use_with system-av1 + mozconfig_use_with system-harfbuzz + mozconfig_use_with system-icu + mozconfig_use_with system-jpeg + mozconfig_use_with system-libevent + mozconfig_use_with system-libvpx + mozconfig_use_with system-pipewire + mozconfig_use_with system-png + mozconfig_use_with system-webp + + mozconfig_use_enable dbus + mozconfig_use_enable libproxy + mozconfig_use_enable valgrind + + use eme-free && mozconfig_add_options_ac '+eme-free' --disable-eme + + if use hardened ; then + mozconfig_add_options_ac "+hardened" --enable-hardening + mozconfig_add_options_ac "+hardened stl" --enable-stl-hardening + append-ldflags "-Wl,-z,relro -Wl,-z,now" + + # Increase the FORTIFY_SOURCE value, #910071. + sed -i -e '/-D_FORTIFY_SOURCE=/s:2:3:' "${S}"/build/moz.configure/toolchain.configure || die + fi + + local myaudiobackends="" + use jack && myaudiobackends+="jack," + use sndio && myaudiobackends+="sndio," + use pulseaudio && myaudiobackends+="pulseaudio," + ! use pulseaudio && myaudiobackends+="alsa," + + mozconfig_add_options_ac '--enable-audio-backends' --enable-audio-backends="${myaudiobackends::-1}" + + mozconfig_use_enable wifi necko-wifi + + ! use jumbo-build && mozconfig_add_options_ac '--disable-unified-build' --disable-unified-build + + if use X && use wayland ; then + mozconfig_add_options_ac '+x11+wayland' --enable-default-toolkit=cairo-gtk3-x11-wayland + elif ! use X && use wayland ; then + mozconfig_add_options_ac '+wayland' --enable-default-toolkit=cairo-gtk3-wayland-only + else + mozconfig_add_options_ac '+x11' --enable-default-toolkit=cairo-gtk3-x11-only + fi + + # wasm-sandbox + # Since graphite2 is one of the sandboxed libraries, system-graphite2 obviously can't work with +wasm-sandbox. + if use wasm-sandbox ; then + mozconfig_add_options_ac '+wasm-sandbox' --with-wasi-sysroot="${WORKDIR}/wasi-sdk-${WASI_SDK_VER}-${wasi_arch}-linux/share/wasi-sysroot/" + else + mozconfig_add_options_ac 'no wasm-sandbox' --without-wasm-sandboxed-libraries + mozconfig_use_with system-harfbuzz system-graphite2 + fi + + ! use jpegxl && mozconfig_add_options_ac '-jpegxl' --disable-jxl + + if [[ ${use_lto} == "yes" ]] ; then + if use clang ; then + # Upstream only supports lld or mold when using clang. + if tc-ld-is-mold ; then + # mold expects the -flto line from *FLAGS configuration, bgo#923119 + append-ldflags "-flto=thin" + mozconfig_add_options_ac "using ld=mold due to system selection" --enable-linker=mold + else + mozconfig_add_options_ac "forcing ld=lld due to USE=clang and USE=lto" --enable-linker=lld + fi + + mozconfig_add_options_ac '+lto' --enable-lto=cross + + else + # ThinLTO is currently broken, see bmo#1644409. + # mold does not support gcc+lto combination. + mozconfig_add_options_ac '+lto' --enable-lto=full + mozconfig_add_options_ac "linker is set to bfd" --enable-linker=bfd + fi + + else + # Avoid auto-magic on linker + if use clang ; then + # lld is upstream's default + if tc-ld-is-mold ; then + mozconfig_add_options_ac "using ld=mold due to system selection" --enable-linker=mold + else + mozconfig_add_options_ac "forcing ld=lld due to USE=clang" --enable-linker=lld + fi + + else + if tc-ld-is-mold ; then + mozconfig_add_options_ac "using ld=mold due to system selection" --enable-linker=mold + else + mozconfig_add_options_ac "linker is set to bfd due to USE=-clang" --enable-linker=bfd + fi + fi + fi + + # PGO was moved outside lto block to allow building pgo without lto. + if use pgo ; then + mozconfig_add_options_ac '+pgo' MOZ_PGO=1 + + # Avoid compressing just-built instrumented Firefox with + # high levels of compression. Just use tar as a container + # to save >=10 minutes. + export MOZ_PKG_FORMAT=tar + + if use clang ; then + # Used in build/pgo/profileserver.py + export LLVM_PROFDATA="llvm-profdata" + else + # Attempt to fix pgo hanging with gcc, bgo#966309. + export MOZ_REMOTE_SETTINGS_DEVTOOLS=1 + fi + fi + + mozconfig_use_enable debug + if use debug ; then + mozconfig_add_options_ac '+debug' --disable-optimize + mozconfig_add_options_ac '+debug' --enable-jemalloc + mozconfig_add_options_ac '+debug' --enable-real-time-tracing + else + mozconfig_add_options_ac 'Gentoo defaults' --disable-real-time-tracing + + if is-flag '-g*' ; then + if use clang ; then + mozconfig_add_options_ac 'from CFLAGS' --enable-debug-symbols=$(get-flag '-g*') + else + mozconfig_add_options_ac 'from CFLAGS' --enable-debug-symbols + fi + else + mozconfig_add_options_ac 'Gentoo default' --disable-debug-symbols + fi + + if is-flag '-O0' ; then + mozconfig_add_options_ac "from CFLAGS" --enable-optimize=-O0 + elif is-flag '-O4' ; then + mozconfig_add_options_ac "from CFLAGS" --enable-optimize=-O4 + elif is-flag '-O3' ; then + mozconfig_add_options_ac "from CFLAGS" --enable-optimize=-O3 + elif is-flag '-O1' ; then + mozconfig_add_options_ac "from CFLAGS" --enable-optimize=-O1 + elif is-flag '-Os' ; then + mozconfig_add_options_ac "from CFLAGS" --enable-optimize=-Os + else + mozconfig_add_options_ac "Gentoo default" --enable-optimize=-O2 + fi + fi + + # Debug flag was handled via configure + filter-flags '-g*' + + # Optimization flag was handled via configure + filter-flags '-O*' + + # elf-hack + # Filter "-z,pack-relative-relocs" and let the build system handle it instead. + if use amd64 || use x86 ; then + filter-flags "-z,pack-relative-relocs" + + if tc-ld-is-mold ; then + # relr-elf-hack is currently broken with mold, bgo#916259 + mozconfig_add_options_ac 'disable elf-hack with mold linker' --disable-elf-hack + else + mozconfig_add_options_ac 'relr elf-hack' --enable-elf-hack=relr + fi + elif use loong || use ppc64 || use riscv ; then + # '--disable-elf-hack' is not recognized on loong/ppc64/riscv, + # see bgo #917049, #930046 + :; + else + mozconfig_add_options_ac 'disable elf-hack on non-supported arches' --disable-elf-hack + fi + + if ! use elibc_glibc; then + mozconfig_add_options_ac '!elibc_glibc' --disable-jemalloc + fi + + if use valgrind; then + mozconfig_add_options_ac 'valgrind requirement' --disable-jemalloc + fi + + # System-av1 fix + use system-av1 && append-ldflags "-Wl,--undefined-version" + + # Make revdep-rebuild.sh happy; Also required for musl + append-ldflags -Wl,-rpath="${MOZILLA_FIVE_HOME}",--enable-new-dtags + + # Pass $MAKEOPTS to build system + export MOZ_MAKE_FLAGS="${MAKEOPTS}" + + # Use system's Python environment + export PIP_NETWORK_INSTALL_RESTRICTED_VIRTUALENVS=mach + + export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE="none" + + if ! use telemetry; then + mozconfig_add_options_mk '-telemetry setting' "MOZ_CRASHREPORTER=0" + mozconfig_add_options_mk '-telemetry setting' "MOZ_DATA_REPORTING=0" + mozconfig_add_options_mk '-telemetry setting' "MOZ_SERVICES_HEALTHREPORT=0" + mozconfig_add_options_mk '-telemetry setting' "MOZ_TELEMETRY_REPORTING=0" + fi + + mozconfig_use_enable test tests + + # Disable notification when build system has finished + export MOZ_NOSPAM=1 + + # Portage sets XARGS environment variable to "xargs -r" by default which + # breaks build system's check_prog() function which doesn't support arguments + mozconfig_add_options_ac 'Gentoo default' "XARGS=${EPREFIX}/usr/bin/xargs" + + # Set build dir + mozconfig_add_options_mk 'Gentoo default' "MOZ_OBJDIR=${BUILD_DIR}" + + # Show flags we will use + einfo "Build BINDGEN_CFLAGS:\t${BINDGEN_CFLAGS:-no value set}" + einfo "Build CFLAGS:\t\t${CFLAGS:-no value set}" + einfo "Build CXXFLAGS:\t\t${CXXFLAGS:-no value set}" + einfo "Build LDFLAGS:\t\t${LDFLAGS:-no value set}" + einfo "Build RUSTFLAGS:\t\t${RUSTFLAGS:-no value set}" + + # Handle EXTRA_CONF and show summary + local ac opt hash reason + + # Apply EXTRA_ECONF entries to $MOZCONFIG + if [[ -n ${EXTRA_ECONF} ]] ; then + IFS=\! read -a ac <<<${EXTRA_ECONF// --/\!} + for opt in "${ac[@]}"; do + mozconfig_add_options_ac "EXTRA_ECONF" --${opt#--} + done + fi + + echo + echo "==========================================================" + echo "Building ${PF} with the following configuration" + grep ^ac_add_options "${MOZCONFIG}" | while read ac opt hash reason; do + [[ -z ${hash} || ${hash} == \# ]] \ + || die "error reading mozconfig: ${ac} ${opt} ${hash} ${reason}" + printf " %-30s %s\n" "${opt}" "${reason:-mozilla.org default}" + done + echo "==========================================================" + echo + + if use valgrind; then + sed -i -e 's/--enable-optimize=-O[0-9s]/--enable-optimize="-g -O2"/' .mozconfig || die + fi + + ./mach configure || die +} + +src_compile() { + local virtx_cmd= + + if [[ ${use_lto} == "yes" ]] && tc-ld-is-mold ; then + # increase ulimit with mold+lto, bugs #892641, #907485 + if ! ulimit -n 16384 1>/dev/null 2>&1 ; then + ewarn "Unable to modify ulimits - building with mold+lto might fail due to low ulimit -n resources." + ewarn "Please see bugs #892641 & #907485." + else + ulimit -n 16384 + fi + fi + + if use pgo; then + # Reset and cleanup environment variables used by GNOME/XDG + gnome2_environment_reset + + addpredict /root + + if ! use X; then + virtx_cmd=virtwl + else + virtx_cmd=virtx + fi + fi + + if ! use X; then + local -x GDK_BACKEND=wayland + else + local -x GDK_BACKEND=x11 + fi + + ${virtx_cmd} ./mach build --verbose || die +} + +src_test() { + # https://firefox-source-docs.mozilla.org/testing/automated-testing/index.html + local -a failures=() + + # Some tests respect this + local -x MOZ_HEADLESS=1 + + # Check testing/mach_commands.py + einfo "Testing with cppunittest ..." + ./mach cppunittest + local ret=$? + if [[ ${ret} -ne 0 ]]; then + eerror "Test suite cppunittest failed with error code ${ret}" + failures+=( cppunittest ) + fi + + if [[ ${#failures} -eq 0 ]]; then + einfo "Test suites succeeded" + else + die "Test suites failed: ${failures[@]}" + fi +} + +src_install() { + # xpcshell is getting called during install + pax-mark m \ + "${BUILD_DIR}"/dist/bin/xpcshell \ + "${BUILD_DIR}"/dist/bin/${PN} \ + "${BUILD_DIR}"/dist/bin/plugin-container + + DESTDIR="${D}" ./mach install || die + + # Upstream cannot ship symlink but we can (bmo#658850) + rm "${ED}${MOZILLA_FIVE_HOME}/${PN}-bin" || die + dosym ${PN} ${MOZILLA_FIVE_HOME}/${PN}-bin + + # Don't install llvm-symbolizer from llvm-core/llvm package + if [[ -f "${ED}${MOZILLA_FIVE_HOME}/llvm-symbolizer" ]] ; then + rm -v "${ED}${MOZILLA_FIVE_HOME}/llvm-symbolizer" || die + fi + + # Install policy (currently only used to disable application updates) + insinto "${MOZILLA_FIVE_HOME}/distribution" + newins "${FILESDIR}"/distribution.ini distribution.ini + newins "${FILESDIR}"/disable-auto-update.policy.json policies.json + + # Install system-wide preferences + local PREFS_DIR="${MOZILLA_FIVE_HOME}/browser/defaults/preferences" + insinto "${PREFS_DIR}" + newins "${FILESDIR}"/gentoo-default-prefs.js gentoo-prefs.js + + local GENTOO_PREFS="${ED}${PREFS_DIR}/gentoo-prefs.js" + + # Set dictionary path to use system hunspell + cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to set spellchecker.dictionary_path pref" + pref("spellchecker.dictionary_path", "${EPREFIX}/usr/share/myspell"); + EOF + + # Force hwaccel prefs if USE=hwaccel is enabled + if use hwaccel ; then + cat "${FILESDIR}"/gentoo-hwaccel-prefs.js-r2 \ + >>"${GENTOO_PREFS}" \ + || die "failed to add prefs to force hardware-accelerated rendering to all-gentoo.js" + + if use wayland; then + cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to set hwaccel wayland prefs" + pref("gfx.x11-egl.force-enabled", false); + EOF + else + cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to set hwaccel x11 prefs" + pref("gfx.x11-egl.force-enabled", true); + EOF + fi + + # Install the vaapitest binary on supported arches (122.0 supports all platforms, bmo#1865969) + exeinto "${MOZILLA_FIVE_HOME}" + doexe "${BUILD_DIR}"/dist/bin/vaapitest + + # Install the v4l2test on supported arches (+ arm, + riscv64 when keyworded) + if use arm64 ; then + exeinto "${MOZILLA_FIVE_HOME}" + doexe "${BUILD_DIR}"/dist/bin/v4l2test + fi + fi + + if ! use gmp-autoupdate ; then + local plugin + for plugin in "${MOZ_GMP_PLUGIN_LIST[@]}" ; do + einfo "Disabling auto-update for ${plugin} plugin ..." + cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to disable autoupdate for ${plugin} media plugin" + pref("media.${plugin}.autoupdate", false); + EOF + done + fi + + # Force the graphite pref if USE=system-harfbuzz is enabled, since the pref cannot disable it + if use system-harfbuzz ; then + cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to set gfx.font_rendering.graphite.enabled pref" + sticky_pref("gfx.font_rendering.graphite.enabled", true); + EOF + fi + + # Add telemetry config prefs, just in case something happens in future and telemetry build + # options stop working. + if ! use telemetry ; then + cat "${FILESDIR}"/gentoo-telemetry-prefs.js >>"${GENTOO_PREFS}" || die "failed to set telemetry prefs" + fi + + # Install icons + local icon_srcdir="${S}/browser/branding/official" + + # Prefer the upstream svg file they use when packaging flatpak so it's always up-to-date. + insinto /usr/share/icons/hicolor/symbolic/apps + newins "${S}"/browser/installer/linux/app/flatpak/files/share/icons/hicolor/symbolic/apps/org.mozilla.firefox-symbolic.svg firefox-symbolic.svg + dosym -r /usr/share/icons/hicolor/symbolic/apps/firefox-symbolic.svg /usr/share/icons/hicolor/symbolic/apps/org.mozilla.firefox-symbolic.svg + + local icon size + for icon in "${icon_srcdir}"/default*.png ; do + size=${icon%.png} + size=${size##*/default} + + if [[ ${size} -eq 48 ]] ; then + newicon "${icon}" ${PN}.png + fi + + newicon -s ${size} "${icon}" ${PN}.png + done + + # Install menu + local app_name="Mozilla ${MOZ_PN^}" + local desktop_file="${FILESDIR}/icon/${PN}-r3.desktop" + local exec_command="${PN}" + local icon="${PN}" + local use_wayland="false" + + if [[ -n ${MOZ_ESR} ]] ; then + local desktop_filename="${PN}-esr.desktop" + else + local desktop_filename="${PN}.desktop" + fi + + if use wayland ; then + use_wayland="true" + fi + + cp "${desktop_file}" "${WORKDIR}/${PN}.desktop-template" || die + + sed -i \ + -e "s:@NAME@:${app_name}:" \ + -e "s:@EXEC@:${exec_command}:" \ + -e "s:@ICON@:${icon}:" \ + "${WORKDIR}/${PN}.desktop-template" || die + + newmenu "${WORKDIR}/${PN}.desktop-template" "${desktop_filename}" + + rm "${WORKDIR}/${PN}.desktop-template" || die + + if use gnome-shell ; then + # Install search provider for Gnome + insinto /usr/share/gnome-shell/search-providers/ + doins browser/components/shell/search-provider-files/org.mozilla.firefox.search-provider.ini + + insinto /usr/share/dbus-1/services/ + doins browser/components/shell/search-provider-files/org.mozilla.firefox.SearchProvider.service + + # Toggle between rapid and esr desktop file names + if [[ -n ${MOZ_ESR} ]] ; then + sed -e "s/firefox.desktop/${desktop_filename}/g" \ + -i "${ED}/usr/share/gnome-shell/search-providers/org.mozilla.firefox.search-provider.ini" || + die "Failed to sed org.mozilla.firefox.search-provider.ini file." + fi + + # Make the dbus service aware of a previous session, bgo#939196 + sed -e \ + "s/Exec=\/usr\/bin\/firefox/Exec=\/usr\/$(get_libdir)\/firefox\/firefox --dbus-service \/usr\/bin\/firefox/g" \ + -i "${ED}/usr/share/dbus-1/services/org.mozilla.firefox.SearchProvider.service" || + die "Failed to sed org.mozilla.firefox.SearchProvider.service dbus file" + + # Update prefs to enable Gnome search provider + cat >>"${GENTOO_PREFS}" <<-EOF || die "failed to enable gnome-search-provider via prefs" + pref("browser.gnome-search-provider.enabled", true); + EOF + fi + + # Install wrapper script + [[ -f "${ED}/usr/bin/${PN}" ]] && rm "${ED}/usr/bin/${PN}" + newbin "${FILESDIR}/${PN}-r1.sh" ${PN} + + # Update wrapper + sed -i \ + -e "s:@PREFIX@:${EPREFIX}/usr:" \ + -e "s:@DEFAULT_WAYLAND@:${use_wayland}:" \ + "${ED}/usr/bin/${PN}" || die + + readme.gentoo_create_doc +} + +pkg_postinst() { + xdg_pkg_postinst + + if ! use gmp-autoupdate ; then + elog "USE='-gmp-autoupdate' has disabled the following plugins from updating or" + elog "installing into new profiles:" + local plugin + for plugin in "${MOZ_GMP_PLUGIN_LIST[@]}" ; do + elog "\t ${plugin}" + done + elog + fi + + # bug 835078 + if use hwaccel && has_version "x11-drivers/xf86-video-nouveau"; then + ewarn "You have nouveau drivers installed in your system and 'hwaccel' " + ewarn "enabled for Firefox. Nouveau / your GPU might not support the " + ewarn "required EGL, so either disable 'hwaccel' or try the workaround " + ewarn "explained in https://bugs.gentoo.org/835078#c5 if Firefox crashes." + fi + + readme.gentoo_print_elog + + optfeature_header "Optional programs for extra features:" + optfeature "desktop notifications" x11-libs/libnotify + optfeature "fallback mouse cursor theme e.g. on WMs" gnome-base/gsettings-desktop-schemas + optfeature "screencasting with pipewire" sys-apps/xdg-desktop-portal + if use hwaccel && has_version "x11-drivers/nvidia-drivers"; then + optfeature "hardware acceleration with NVIDIA cards" media-libs/nvidia-vaapi-driver + fi + + if ! has_version "sys-libs/glibc"; then + elog + elog "glibc not found! You won't be able to play DRM content." + elog "See Gentoo bug #910309 or upstream bug #1843683." + elog + fi +} diff --git a/www-client/mullvad-browser-bin/Manifest b/www-client/mullvad-browser-bin/Manifest index a098a89b9b6a..26899ff41260 100644 --- a/www-client/mullvad-browser-bin/Manifest +++ b/www-client/mullvad-browser-bin/Manifest @@ -1,2 +1,2 @@ -DIST mullvad-browser-bin-15.0.11.tar.xz 116990080 BLAKE2B 041992da3d61e245e2694df842d54b12b3161337b642d7e1e7b5f09add703bc731e879d691bf32bbe230c543dce1c4d8cab105efa58a5154e50c088670a7e4de SHA512 15fdc85fa500e363df9b3ffbebaf58034caa36b72a3cd0743e99ae77ba235b9f5bb4f87ec94fe4f357c9cd296130ec938eb9dfea499e9c273a21a9e8cd2a0b0e -DIST mullvad-browser-bin-15.0.11.tar.xz.asc 833 BLAKE2B 8bdf8944df739029bd8e4df730fa5ffa06ce5a6536e40367e8551b148687e01c4f06add071d509ab62b700e8731b09e353dcdfd4a367d27c11d9275fd941d613 SHA512 0303884964dc6702cacb981d05bc7e5090f63ba830e57e149adb4e5872e85e4b8715abdc7fa7aa0a30a2a435344a6cbc08d8e5cc3bbf161d0f7923b441339b39 +DIST mullvad-browser-bin-15.0.12.tar.xz 117001392 BLAKE2B 9988c2a7b7e7a18836a4ee1db6ba065f8e8b7abc49828a6d51ea0df7eac5d49e0bb04d987e7e12baeab0c4d56c29f9e90953f66355ac9fecbb14a9e50389807a SHA512 deadfdbca655b193eceded3cd37efa9d7c89e64c6c6d81c5d33fe570d41cdc459a9d5bf18da423fdbd3b59fcf01f7586979cb7710d24c9fa269fb8fc0915aafc +DIST mullvad-browser-bin-15.0.12.tar.xz.asc 833 BLAKE2B 34859b7a3ca1d6fef8cce2788aa5de1ea0599f43015659120db291a4de9b78cdba762106f13cc73875faf3d6a16b691f3fa0363f0c1a9350ec429397a7d0bffb SHA512 6ba1a9b6e9f7ee62645fb1f7b6ad2af3bad9164bc239426d0e808d4eab835ee4aa1e30ffa27dc8611cbcab631d23a7028f54f484e6ce4ed4f158ce066973059d diff --git a/www-client/mullvad-browser-bin/mullvad-browser-bin-15.0.11.ebuild b/www-client/mullvad-browser-bin/mullvad-browser-bin-15.0.12.ebuild index d8b3a434bc84..d8b3a434bc84 100644 --- a/www-client/mullvad-browser-bin/mullvad-browser-bin-15.0.11.ebuild +++ b/www-client/mullvad-browser-bin/mullvad-browser-bin-15.0.12.ebuild diff --git a/x11-misc/ly/Manifest b/x11-misc/ly/Manifest index ae565a749681..1f19e6f88da1 100644 --- a/x11-misc/ly/Manifest +++ b/x11-misc/ly/Manifest @@ -1,5 +1,12 @@ +DIST N-V-__8AAAUXBQD6Fwpi9m0MBqWXFFaqW5l1lVrJC2Ynj7a-.tar.gz 85793 BLAKE2B 5a0e1a8a28194a64fa20b1fccc488e88eb269e0590a4c63166f3dd31fa2849c5dd2bf687a728ef7781ef54064d5d246cc627e13a80bc98dc806bfc27488d6d59 SHA512 77b70564cf55bffdedf78e06ddfee20c7273601544934210a2a015f0d3c348bae154c872c91a22f8cb73cfeb4635602c3211b24b3d0f2cd2425d07e85ca4e45f DIST N-V-__8AAOEWBQDt5tNdIzIFY6n8DdZsCP-6MyLoNS20wgpA.tar.gz 85803 BLAKE2B a54ec90b7b4e3ffad8d33177a230c7f3723341b715ec9891f049dd86c79eb7ff21d52a7a901b95f2bda814154f33a5a77d3f1753bfca8cde9ddee588e0905274 SHA512 fd96cae9aba52b29f9961d59ed26298c21c4a3fc13897693a86659072c4755c8b97a6bec8068a3931e7cb8c9e8475cdc8d788a4dbf6bacddfbb005a5417e4da8 +DIST aro-0.0.0-JSD1Qi7QNgDnfcrdEJf82v3o6MhZySjYVrtdfEf3E4Se.tar.gz 944918 BLAKE2B a8c3566897554f46d4fcd29c019aa6a5895d65ad742b822ea2262b1e623e8841e8ebf9564ead3b1491fd07c5a228f1cb48c545c9ae075b47081b6ba658c7d3e8 SHA512 b040b5651902402580a3a2f4a2b57be1c37723eb374b63631553adf76e9bde54c975e8abb632bcaf5dc2886f1c1785e5528804512e0a87b934d414e9207a3f2b DIST clap-0.11.0-oBajB-HnAQDPCKYzwF7rO3qDFwRcD39Q0DALlTSz5H7e.tar.gz 25719 BLAKE2B 584cdd4e38d44c504f9a0af8d489900122b1b99e0b31b0608abf64ccb835167c002d067cdda12ffb5902636901425cc8e9e18947e98461a8abf5339759f13a7c SHA512 67a74050b56f070ad546123de90e12098bf28218315be3291bdc34fb9a3170812de7177b2e3431b9a137961dcad2d860dcd96c8559b856ab4292f6f15cdbe306 +DIST clap-0.11.0-oBajB7foAQC3Iyn4IVCkUdYaOVVng5IZkSncySTjNig1.tar.gz 25962 BLAKE2B 146092d61f1eab9d2d00b3acbc02a5a177867147f53f9a8e7c904cb943302c5b31cf8136a7e229a596b18d4a52674de1d7847f9127b6929d657209b26d730033 SHA512 ed8081654f68dda8887766eeb4d1614cc5112786181c966c6eacee7bc2f4fccdfc106a3a3c4391a725f732c6bad5a90d44a393f775b4fb337aa9d4233f671d71 +DIST ini-0.1.0-YCQ9YiwsAACghqF8LZyjAF2H_NnL6n29QLuCe0fsmPTo.tar.gz 7985 BLAKE2B 060dc6c11b4a5a517d69ed7e5dace0200fcb22f1ee839158ef296def55db5af17dd002a4e0243fbf9c9f4b986419077bbfeff90fdc369466e33099d5053f4f9c SHA512 43b52b2e7d86241952a520b5cd1ceebd25afc1e174929e0bae80c852448f0d5ba5ab93c2a7bf2ec1d3abcb22414862fa24485655ebbdcfa499c6ca423ccbd755 DIST ini-0.1.0-YCQ9Ys0pAABixEvvQvhVXAdqRE3wrZk_wiL9TPNHhB8d.tar.gz 8022 BLAKE2B 6d3e2f21247b3eeae1842d8d9d3b1ff0d663849da2237b1ba618e45961a61e1550d49015a0172e4726e177b96fd6a18dd0e83a7a0b37da7e5d92aff98b433486 SHA512 16bf8411315dee3fe54eedc4e2d4b07b4228230d98e826632d34a17e7f7b8c5c73ad10712b17f92181b9e5d73fcaa59b0eec294753daa37338425e43a1a2bf98 DIST ly-1.3.2.tar.gz 106712 BLAKE2B b362c15eb64e06aca75a2264ed1a77a0276de38e19cd617a82133b4a44218d85cc95b4d6e836d7b0350d9e101d98f66636b5fc7793d5084786ee0b088aa0cad4 SHA512 586cf8facd44928b099538a40e51b513410835b469495cf9ae9414c0139e973e915d4e5a265dce272cf9db3eb23ff21aefcfecd721fc09ab53fee403179f6e68 +DIST ly-1.4.0.tar.gz 147344 BLAKE2B 393d856244a8cae923c42d1ff3242e0705f322e55091fd0e40928a28ddbb5cf5fc693e72ef3e81dd90547323888b28fc1f992b5318a97f8aaef08056f74119b4 SHA512 ee13ae0745a36c79d00ec40e1ae332598ba172359b6dcb5040fb337d83947ecd11645b38114ab2dcce3d7d07a18b0a19d9bedc0bc7000ddb087e5289875c4fec +DIST translate_c-0.0.0-Q_BUWvP1BgCjAk6PWv5286tOlvzD9-X-NkuTzh0KxY0Q.tar.gz 146535 BLAKE2B d4b3d371567e77605b6e0fc1df37e6e326bc21f4d77bc2359525f3434c663fee0e412b4008b2a0dc2f3cf5adf81d3d791bf9dca51dda7cf44a6dc4ecd01f08e0 SHA512 d0d83854525ec1f70913a08eafa42381c896da23035d71234961cf103aa6c1cb1289a2f4efbe4c25002c88e0ba5c9b84107e116da763446b332709518d92288e DIST zigini-0.3.3-36M0FRJJAADZVq5HPm-hYKMpFFTr0OgjbEYcK2ijKZ5n.tar.gz 6329 BLAKE2B 0aa283c5ab270bfb80f84c602058eab8b81ba6d1c5094d09c94332fe07f0c275330a4a19f05f69b63e935ce5d1b954cc67c78bdf354af301f6e948074fb4ec2d SHA512 387a405889bcd3106f6e1c7774a192d8cd05b494716e2c9afd0f790068fbf60b4e83c17bc24f84fbbc0e56417a66cc2e28245cdd6b1508a460ff25a6ef2a54bd +DIST zigini-0.5.0-BSkB7e9WAACfyCBABNZiWL3gFMw18GKn3qBcPs8L1Ec1.tar.gz 7336 BLAKE2B b828e59292e5ab894244c3850c929c93d6332e6de0593df80372546284931ca652eb87528de4888a9c637f03c45b2568cc86d2fe084363061cf00c647982c717 SHA512 0b1fcf339052e65e66f45db9b9ee062e32adbeebcadd6e445eca196ef33c7ae4f4c76c4932519399b84bbb847933b74beecc525bfac9469f0410336ed50c8be6 diff --git a/x11-misc/ly/ly-1.4.0.ebuild b/x11-misc/ly/ly-1.4.0.ebuild new file mode 100644 index 000000000000..c4919f297814 --- /dev/null +++ b/x11-misc/ly/ly-1.4.0.ebuild @@ -0,0 +1,99 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +# Generated by zig-ebuilder 0.3.0 + +EAPI=8 + +DESCRIPTION="Ly - a TUI display manager" +HOMEPAGE="https://codeberg.org/fairyglade/ly" + +declare -g -r -A ZBS_DEPENDENCIES=( + [aro-0.0.0-JSD1Qi7QNgDnfcrdEJf82v3o6MhZySjYVrtdfEf3E4Se.tar.gz]='https://github.com/Vexu/arocc/archive/5f5a050569a95ecc40a426f0c3666ae7ef987ede.tar.gz' + [clap-0.11.0-oBajB7foAQC3Iyn4IVCkUdYaOVVng5IZkSncySTjNig1.tar.gz]='https://github.com/Hejsil/zig-clap/archive/fc1e5cc3f6d9d3001112385ee6256d694e959d2f.tar.gz' + [ini-0.1.0-YCQ9YiwsAACghqF8LZyjAF2H_NnL6n29QLuCe0fsmPTo.tar.gz]='https://github.com/AshAmetrine/ziglibs-ini/archive/3b733e10adc6c4c48050709b97a22258bc2e6156.tar.gz' + [translate_c-0.0.0-Q_BUWvP1BgCjAk6PWv5286tOlvzD9-X-NkuTzh0KxY0Q.tar.gz]='https://codeberg.org/ziglang/translate-c/archive/7a1a9fdc4ab00835748a6657ecbb835e3d5d45f7.tar.gz' + [zigini-0.5.0-BSkB7e9WAACfyCBABNZiWL3gFMw18GKn3qBcPs8L1Ec1.tar.gz]='https://github.com/AshAmetrine/zigini/archive/a665d081dda42664a96da2840ea09c5ccf9d0692.tar.gz' + [N-V-__8AAAUXBQD6Fwpi9m0MBqWXFFaqW5l1lVrJC2Ynj7a-.tar.gz]='https://github.com/AnErrupTion/termbox2/archive/c7f241e8888ce243e1748b05c26a42fcfaaad936.tar.gz' +) + +ZIG_SLOT="0.16" + +inherit pam systemd zig + +SRC_URI=" + https://codeberg.org/fairyglade/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz + ${ZBS_DEPENDENCIES_SRC_URI} +" + +S="${WORKDIR}/${PN}" + +LICENSE="WTFPL-2" +SLOT="0" +KEYWORDS="~amd64" + +IUSE="X" + +DEPEND=" + sys-libs/pam + X? ( + x11-libs/libxcb + ) +" +RDEPEND=" + app-misc/brightnessctl + X? ( + x11-base/xorg-server + x11-apps/xauth + x11-apps/xrdb + x11-apps/xmessage + ) +" + +# https://github.com/ziglang/zig/issues/3382 +QA_FLAGS_IGNORED="usr/bin/ly" + +src_prepare() { + zig_src_prepare + + sed -e "s|\$PREFIX_DIRECTORY|/usr|g" \ + -e "s|\$EXECUTABLE_NAME|ly|g" \ + -e "s|\$DEFAULT_TTY|2|g" \ + -e "s|\$CONFIG_DIRECTORY|/etc|g"\ + -i "${S}/res/${PN}@.service" \ + -i "${S}/res/${PN}-kmsconvt@.service" \ + -i "${S}/res/${PN}-openrc" \ + -i "${S}/res/config.ini" || die +} + +src_configure() { + local my_zbs_args=( + -Denable_x11_support=$(usex X true false) + ) + + zig_src_configure +} + +src_install() { + zig_src_install + + dodoc readme.md + newdoc res/custom-sessions/README custom-sessions + + newinitd "${S}/res/${PN}-openrc" ${PN} + + systemd_dounit "${S}/res/${PN}@.service" + systemd_dounit "${S}/res/${PN}-kmsconvt@.service" + + insinto "/etc/${PN}" + doins "${S}/res/config.ini" + + exeinto "/etc/${PN}" + doexe "${S}/res/setup.sh" + doexe "${S}/res/startup.sh" + + insinto "/etc/${PN}/lang" + doins "${S}/res/lang/"*.ini + + newpamd "${S}/res/pam.d/ly-linux" ly +} diff --git a/x11-wm/oxwm/oxwm-0.11.4.ebuild b/x11-wm/oxwm/oxwm-0.11.4.ebuild index d3c0d21a13ab..1cfec5b2e49b 100644 --- a/x11-wm/oxwm/oxwm-0.11.4.ebuild +++ b/x11-wm/oxwm/oxwm-0.11.4.ebuild @@ -11,8 +11,10 @@ DESCRIPTION="OXWM — DWM but better. Dynamic window manager written in Zig with HOMEPAGE="https://github.com/tonybanters/oxwm" SRC_URI="https://github.com/tonybanters/oxwm/archive/4670ae7.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/oxwm-4670ae7" + LICENSE="GPL-3" -SLOT="0.15" +SLOT="0.16" KEYWORDS="~amd64" RDEPEND=" @@ -27,13 +29,11 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" - ${RDEPEND} - dev-lang/zig - virtual/pkgconfig + ${RDEPEND} + dev-lang/zig + virtual/pkgconfig " -S="${WORKDIR}/oxwm-4670ae7" - src_configure() { zig_src_configure } |
