mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-16 10:33:28 -04:00
Merge updates from master
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST certbot-2.11.1.gh.tar.gz 2323842 BLAKE2B 6ff759bcac0e49139ae65c3f257ffad87e122184d36aa43446b700efad817fe78232edabfcbf57b4e6041ac8aa7ffa771b0d16e6194a0080e81ab4032c230a9f SHA512 985af624f6da30893db4bb527e3b6eeaa85de869dbb734dfe005c5f7b9638cef123963534290ee488612f77928d06461bbf6120ac77ce35aaa0c1adaeae3cb7c
|
||||
@@ -1,79 +0,0 @@
|
||||
# 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_{11..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
PARENT_PN="certbot"
|
||||
PARENT_P="${PARENT_PN}-${PV}"
|
||||
|
||||
if [[ "${PV}" == *9999 ]]; then
|
||||
inherit git-r3
|
||||
|
||||
EGIT_REPO_URI="https://github.com/certbot/certbot.git"
|
||||
EGIT_SUBMODULES=()
|
||||
EGIT_CHECKOUT_DIR="${WORKDIR}/${PARENT_P}"
|
||||
else
|
||||
SRC_URI="
|
||||
https://github.com/certbot/certbot/archive/v${PV}.tar.gz
|
||||
-> ${PARENT_P}.gh.tar.gz
|
||||
"
|
||||
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
|
||||
fi
|
||||
|
||||
DESCRIPTION="RFC 2136 DNS Authenticator plugin for Certbot (Let’s Encrypt client)"
|
||||
HOMEPAGE="
|
||||
https://github.com/certbot/certbot
|
||||
https://certbot-dns-rfc2136.readthedocs.io/en/stable/
|
||||
https://pypi.org/project/certbot-dns-rfc2136/
|
||||
https://letsencrypt.org/
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${PARENT_P}/${PN}"
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)
|
||||
"
|
||||
|
||||
# See module setup.py for dependencies
|
||||
RDEPEND="
|
||||
>=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
|
||||
>=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
|
||||
>=dev-python/dnspython-1.15.0[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
distutils_enable_sphinx docs \
|
||||
dev-python/sphinx-rtd-theme
|
||||
distutils_enable_tests pytest
|
||||
|
||||
# Same than PATCHES but from repository's root directory,
|
||||
# please see function `python_prepare_all` below.
|
||||
# Simplier for users IMHO.
|
||||
PARENT_PATCHES=(
|
||||
)
|
||||
|
||||
# Here for patches within "${PN}" subdirectory.
|
||||
PATCHES=(
|
||||
)
|
||||
|
||||
python_prepare_all() {
|
||||
pushd "${WORKDIR}/${PARENT_P}" > /dev/null || die
|
||||
[[ -n "${PARENT_PATCHES[@]}" ]] && eapply "${PARENT_PATCHES[@]}"
|
||||
eapply_user
|
||||
popd > /dev/null || die
|
||||
|
||||
distutils-r1_python_prepare_all
|
||||
}
|
||||
|
||||
python_test() {
|
||||
local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
|
||||
epytest
|
||||
}
|
||||
1
dev-lang/c3c/Manifest
Normal file
1
dev-lang/c3c/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST c3c-0.7.5.tar.gz 1753728 BLAKE2B d7a6869652ab459fe0e4229079d35291201cdf880540bca5d4f453b2a2aa8e939b9789c7e26b45a14dbe16ffa32d89f6cebaf07f011a76a4ef0498b0cbb2fe1e SHA512 8673d3fe72f58db9192b4a2306d1ea0d77eef39817663eb4a96bb23c0282b344eb16bae4918b2bf4aeb7ff525cb8f4ca324b6398c45b6c004215791c13540a66
|
||||
29
dev-lang/c3c/c3c-0.7.5.ebuild
Normal file
29
dev-lang/c3c/c3c-0.7.5.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
EAPI=8
|
||||
|
||||
inherit cmake
|
||||
|
||||
DESCRIPTION="The C3 programming language compiler"
|
||||
HOMEPAGE="https://c3-lang.org/"
|
||||
SRC_URI="https://github.com/c3lang/c3c/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="LGPL-3 MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND="
|
||||
>=llvm-core/llvm-17:=
|
||||
>=llvm-core/clang-17:=
|
||||
>=llvm-core/lld-17:=
|
||||
dev-libs/libffi
|
||||
sys-libs/zlib
|
||||
net-misc/curl
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DC3_LINK_DYNAMIC=ON
|
||||
)
|
||||
cmake_src_configure
|
||||
}
|
||||
10
dev-lang/c3c/metadata.xml
Normal file
10
dev-lang/c3c/metadata.xml
Normal file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>ch@brendlinonline.de</email>
|
||||
<name>Christian Brendlin</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">c3lang/c3c</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -64,6 +64,7 @@ PATCHES=(
|
||||
"${FILESDIR}/${PN}-2122.1-use-the-system-teakra-library.patch"
|
||||
"${FILESDIR}/${PN}-2123-don-t-build-spirv-tools.patch"
|
||||
"${FILESDIR}/${PN}-2123-use-the-zstd_seekable.h-header-from-externals.patch"
|
||||
"${FILESDIR}/${PN}-2123.1-use-the-system-oaknut-library.patch"
|
||||
)
|
||||
|
||||
# [directory]=license
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
Use the system's installation of oaknut.
|
||||
|
||||
--- a/externals/CMakeLists.txt
|
||||
+++ b/externals/CMakeLists.txt
|
||||
@@ -109,7 +109,7 @@ endif()
|
||||
|
||||
# Oaknut
|
||||
if ("arm64" IN_LIST ARCHITECTURE)
|
||||
- add_subdirectory(oaknut EXCLUDE_FROM_ALL)
|
||||
+ add_library(oaknut INTERFACE)
|
||||
endif()
|
||||
|
||||
# Dynarmic
|
||||
@@ -1,3 +1,3 @@
|
||||
DIST Modrinth%20App_0.10.3_amd64.deb 11396222 BLAKE2B 35782dfbb21ca96a0d73f8ee6f5940bbabe27af41cca5143981678fa9ea0bc2d5eb4cfc4df16ebf1f79b19097f76d5403ad7c4228e3ba264101e0144833b29c8 SHA512 0dcf2d809f8bc44a91cb930e36d34a931d7f5ca80b6931d834f33282942ca24955172d4749a620303e1ca544a0dec3eb78ae7db7decf2adc9306a53678b59d8f
|
||||
DIST Modrinth%20App_0.10.5_amd64.deb 11945156 BLAKE2B f0dd87034514a4579badd17e3eea6eedd381c1f812a9555738121f8d0bf51141f212045cd0882cb8131f70332e2ac0f3b5ddb81ff2580d7246042d54f49b670f SHA512 980fa606f06d1da89b8336425d444d039a80a10fd703abd588240dc97874191f84548a372d759a5aa42845e0c552e1b21b8b0d494e5219537acb2f4e27827113
|
||||
DIST Modrinth%20App_0.10.7_amd64.deb 11944154 BLAKE2B 4e9eadcc514e59ebd02a64ae96494b0fbf8ce21db00263753aa3fcf6b9910eeeb960924b9f4b53c1034c7ccca42e64c1882e192e35fbc35dd5b97b3832158b71 SHA512 222a26ef1b5d83cba1c4d2f40f4c68b1302071124314dc4ce7b7ebe7fd175e72f144642fbcb670ee4420fa622d8c6b51f928565db46c5faa5ef23b1ca6682445
|
||||
DIST Modrinth%20App_0.9.5_amd64.deb 8758594 BLAKE2B a453e0269a4088ad79dd1db0342342719497e4e0c51bcc8fcfb238674b5b7debed22759ea9bd87e9b3db7eb31b3d68dd472fee9bc973fa488d8bd6111512d6b3 SHA512 8674012a5cc82e98a23843d6860816e62e568aa3bca05b7e5a5c32e98f421e51850e79f6db3d6bee36d9c98d5270afdc9b09a2479f52bf22803dc8614c11ce88
|
||||
|
||||
@@ -1 +1,2 @@
|
||||
DIST iio-sensor-proxy-3.7.tar.bz2 64610 BLAKE2B 0c79b53abbdf2c026aff14502b06b11774fe4477c3ae9133abefb80f8097edc4a634869e2029567a470304d68e65424b1deb77a92a6bb5b7e118bcfc2e00d590 SHA512 f66465a05c4e28fc7db9bcc950915e4740089f834f87414a8b09b0e5605e8ed29f72e0d8084a241f8051c27f4109d300a1d7781c28429d3a82c907761b2bb783
|
||||
DIST iio-sensor-proxy-3.8.tar.bz2 64919 BLAKE2B 1a6aef9841e6928072222a621b90870aeefa78019124817bdf8f2eb7692ecb070538d211e012c5234ced1c21e2d2fd379697e6e193a9dc7cc7b3791c0954514a SHA512 197625dfaa8489e10d50958308d44b95f5f45e81538358b875b4b4f6e9086fc1f2f18b16983b6559c5cb9d2b6e1c73e36d2a9592b1c5ab9f5b6087a6f7a7735d
|
||||
|
||||
58
gnome-extra/iio-sensor-proxy/iio-sensor-proxy-3.8.ebuild
Normal file
58
gnome-extra/iio-sensor-proxy/iio-sensor-proxy-3.8.ebuild
Normal file
@@ -0,0 +1,58 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit xdg gnome2-utils meson udev
|
||||
|
||||
DESCRIPTION="IIO sensors to D-Bus proxy"
|
||||
HOMEPAGE="https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/"
|
||||
SRC_URI="https://gitlab.freedesktop.org/hadess/iio-sensor-proxy/-/archive/${PV}/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
IUSE="systemd"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/glib:*
|
||||
gnome-base/gnome-common
|
||||
>=sys-auth/polkit-0.91
|
||||
>=dev-libs/libgudev-237
|
||||
systemd? (
|
||||
!sys-apps/openrc
|
||||
sys-apps/systemd
|
||||
)
|
||||
virtual/udev
|
||||
"
|
||||
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
dev-build/gtk-doc-am
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
if use !systemd ; then
|
||||
# patch out call of systemd directory
|
||||
eapply "${FILESDIR}/no-systemd.patch"
|
||||
fi
|
||||
eapply_user
|
||||
}
|
||||
|
||||
src_install() {
|
||||
meson_src_install
|
||||
doinitd "${FILESDIR}/iio-sensor-proxy"
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
gnome2_schemas_update
|
||||
udev_reload
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_pkg_postrm
|
||||
gnome2_schemas_update
|
||||
udev_reload
|
||||
}
|
||||
@@ -205,7 +205,7 @@ LICENSE+="
|
||||
ZLIB
|
||||
"
|
||||
SLOT="0"
|
||||
RUST_MIN_VER="1.87.0"
|
||||
RUST_MIN_VER="1.89.0"
|
||||
|
||||
DEPEND="
|
||||
app-arch/lz4:=
|
||||
|
||||
@@ -22,7 +22,7 @@ LICENSE="GPL-3"
|
||||
# Dependent crate licenses
|
||||
LICENSE+=" BSD MIT Unicode-3.0"
|
||||
SLOT="0"
|
||||
RUST_MIN_VER="1.87.0"
|
||||
RUST_MIN_VER="1.89.0"
|
||||
|
||||
DEPEND="
|
||||
app-arch/lz4:=
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
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 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 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
|
||||
|
||||
48
gui-apps/waylock/waylock-1.5.0.ebuild
Normal file
48
gui-apps/waylock/waylock-1.5.0.ebuild
Normal file
@@ -0,0 +1,48 @@
|
||||
# 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.4.0-lQa1khbMAQAsLS2eBR7M5lofyEGPIbu2iFDmoz8lPC27.tar.gz]='https://codeberg.org/ifreund/zig-wayland/archive/v0.4.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.15"
|
||||
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"
|
||||
IUSE="man"
|
||||
|
||||
BDEPEND="
|
||||
dev-libs/wayland-protocols
|
||||
dev-util/wayland-scanner
|
||||
man? ( app-text/scdoc )
|
||||
"
|
||||
DEPEND="
|
||||
dev-libs/wayland
|
||||
sys-libs/pam
|
||||
x11-libs/libxkbcommon[wayland]
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
local my_zbs_args=(
|
||||
-Dpie=true
|
||||
-Dman-pages=$(usex man true false)
|
||||
)
|
||||
|
||||
zig_src_configure
|
||||
}
|
||||
@@ -237,7 +237,7 @@ DIST winnow-0.7.11.crate 174175 BLAKE2B 670978b34aa12878525d6b3446bec7779cb87781
|
||||
DIST wyz-0.5.1.crate 18790 BLAKE2B 07ac1435a812d2f50309348ef8378ea4955c001f01edaf2ffab108f7d524ee731f06b22fd42c043349a4a2271ec47ea203e89562076e8c7c1719112b0214c89a SHA512 15d86c167145c90e3fbabcefd11754fb1cb835896e32d1bb7f4b027e5b2092f5fdbdca4062c129bc38e655cb87c6a3f4e181747ee25d89db5e01fb1fcac18fe9
|
||||
DIST x11rb-0.13.2.crate 220549 BLAKE2B de9a81aab08d0abac81ebe2828ed6860a6a9d290e8538ee0a91f8721a94f4793eba486260df23b93859e482db33f2f7bc0f4fe980ca96e6e757455c7e9faa9f1 SHA512 d0e952c2bfbae7b8c14c1068ec4e72fa6182793d56810f8a9e20090f5ef5fc5ef8819b846b564d2481c4b4070355bf39b35794f235ba31ec5132f60373468c1e
|
||||
DIST x11rb-protocol-0.13.2.crate 514069 BLAKE2B cfdcc7ce67dde3c1b4ce7141f365c4a352d4e4fc809e0e22e13eb28d92c43f481e05bb7882f09bd396752611014701068b957fcf82b944485cecafa8ad64d372 SHA512 9b4ea84da63e80937b68b64835e747f7663111718e09bc696dbacddab29cc2c0a218a3e53fe8d58b0f168c3b5817f711f6b446826d5c29119ab27de685302d56
|
||||
DIST xremap-0.10.16.tar.gz 72535 BLAKE2B 5aa16c8df7c360dd76a31ef727da15739cf493afabf61eec267c28deb74d963bee63aa4d011f592beb210e8f367f5fddbf736ad152335fbe0c17f8ddd5ab7441 SHA512 876abfb0ee9a74f9bdf02d1f7afb232f17ba280c0874b672555b181783f1a2e03b558340f04d627438635329b70dfb51a2bd6fb462402c0e6be9a85cf153de27
|
||||
DIST xremap-0.10.18.tar.gz 73861 BLAKE2B baa5688487b2b5846d857a72e9adc2782be0dc5ccfcc6a5fd9d3823cb9057c8de5419335206d1ced5a3af5695f8e89b16de18988edf9602bbf82d308287c9ef3 SHA512 0e5a354446d5af1579c43df8a246e1efcf957529eadb6547cba7c81514359df8f7fa28e367acb167322f91e39dab86febfa13449750cdfd54779eea30f7ad471
|
||||
DIST zbus-5.10.0.crate 166302 BLAKE2B 6e55265e201bf0452172d987014e73c13143553230f7b4d0d6fce7e11808ea20655c7f03ea86190809ba02e874df1462d28b75018027bc9d24437845c93075c1 SHA512 6613d0d2a5c1e9b2401106906bb8e027670dafe5ed4b22f90b2749c45c8ded84d985eca52cdf240b0b5d8e0ae5d1938088331b27bbc9991048a5d1f3d0f2600f
|
||||
DIST zbus_macros-5.10.0.crate 37433 BLAKE2B f24cffd09c0988250b3d37c44b570e7a495a52dd96d6849689d0a2c29255b58853a6fbfa5a2cb7db64681cae86c588c368d3de805b774fbb01812f5fef0e78e6 SHA512 1088932d38f32525eaa54ad0707c8549ec7a841e0cd57c43789cc506836ced443491e80c3cf7f52a7f9f375f66b8fedd71c49c8e5e8b162de87ecd19c35a693a
|
||||
DIST zbus_names-4.2.0.crate 17015 BLAKE2B 9aded72b9d3b14e8ded49d1b34bf87327b05bd7099ce5bb1974c173ac3b68ada041f3a9c202475c9ea7aa6d80f860772157b00ff17a6e024888814b196e90dae SHA512 b88179106fc12400339bd70fa34042b00e9664e657f3dcb11c762127005cb8b90d3b2366cf77631fc8d65f7530744b7aaa18f6f8ade17732167d83a158062849
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
RUST_MIN_VER="1.77"
|
||||
CRATES="
|
||||
addr2line@0.21.0
|
||||
adler@1.0.2
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,654 +0,0 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
CRATES="
|
||||
ab_glyph@0.2.28
|
||||
ab_glyph_rasterizer@0.1.8
|
||||
addr2line@0.22.0
|
||||
adler@1.0.2
|
||||
aes@0.6.0
|
||||
aes-ctr@0.6.0
|
||||
aes-soft@0.6.4
|
||||
aesni@0.10.0
|
||||
ahash@0.8.11
|
||||
aho-corasick@1.1.3
|
||||
allocator-api2@0.2.18
|
||||
alsa@0.6.0
|
||||
alsa-sys@0.3.1
|
||||
android-activity@0.6.0
|
||||
android-properties@0.2.2
|
||||
android-tzdata@0.1.1
|
||||
android_system_properties@0.1.5
|
||||
ansi_colours@1.2.2
|
||||
anstream@0.6.14
|
||||
anstyle@1.0.7
|
||||
anstyle-parse@0.2.4
|
||||
anstyle-query@1.1.0
|
||||
anstyle-wincon@3.0.3
|
||||
anyhow@1.0.86
|
||||
array-init@2.1.0
|
||||
arrayref@0.3.7
|
||||
arrayvec@0.7.4
|
||||
as-raw-xcb-connection@1.0.1
|
||||
async-stream@0.3.5
|
||||
async-stream-impl@0.3.5
|
||||
async-trait@0.1.81
|
||||
atomic-waker@1.1.2
|
||||
autocfg@1.3.0
|
||||
backtrace@0.3.73
|
||||
base64@0.13.1
|
||||
base64@0.21.7
|
||||
base64@0.22.1
|
||||
bindgen@0.69.4
|
||||
bit_field@0.10.2
|
||||
bitflags@1.3.2
|
||||
bitflags@2.6.0
|
||||
block@0.1.6
|
||||
block-buffer@0.9.0
|
||||
block-buffer@0.10.4
|
||||
block2@0.5.1
|
||||
bumpalo@3.16.0
|
||||
bytemuck@1.16.1
|
||||
byteorder@1.5.0
|
||||
bytes@1.6.0
|
||||
calloop@0.12.4
|
||||
calloop-wayland-source@0.2.0
|
||||
cassowary@0.3.0
|
||||
castaway@0.2.3
|
||||
cc@1.0.105
|
||||
cesu8@1.1.0
|
||||
cexpr@0.6.0
|
||||
cfg-expr@0.15.8
|
||||
cfg-if@1.0.0
|
||||
cfg_aliases@0.2.1
|
||||
chrono@0.4.38
|
||||
cipher@0.2.5
|
||||
clang-sys@1.8.1
|
||||
clap@4.5.8
|
||||
clap_builder@4.5.8
|
||||
clap_complete@4.5.7
|
||||
clap_derive@4.5.8
|
||||
clap_lex@0.7.1
|
||||
clipboard-win@5.4.0
|
||||
cocoa@0.24.1
|
||||
cocoa-foundation@0.1.2
|
||||
color_quant@1.1.0
|
||||
colorchoice@1.0.1
|
||||
combine@4.6.7
|
||||
compact_str@0.7.1
|
||||
concurrent-queue@2.5.0
|
||||
config_parser2@0.1.5
|
||||
config_parser_derive@0.1.3
|
||||
console@0.15.8
|
||||
core-foundation@0.9.4
|
||||
core-foundation-sys@0.8.6
|
||||
core-graphics@0.22.3
|
||||
core-graphics@0.23.2
|
||||
core-graphics-types@0.1.3
|
||||
coreaudio-rs@0.10.0
|
||||
coreaudio-sys@0.2.15
|
||||
cpal@0.13.5
|
||||
cpufeatures@0.2.12
|
||||
crc32fast@1.4.2
|
||||
crossbeam-deque@0.8.5
|
||||
crossbeam-epoch@0.9.18
|
||||
crossbeam-utils@0.8.20
|
||||
crossterm@0.27.0
|
||||
crossterm_winapi@0.9.1
|
||||
crunchy@0.2.2
|
||||
crypto-common@0.1.6
|
||||
crypto-mac@0.11.0
|
||||
ctr@0.6.0
|
||||
cursor-icon@1.1.0
|
||||
daemonize@0.5.0
|
||||
darling@0.13.4
|
||||
darling_core@0.13.4
|
||||
darling_macro@0.13.4
|
||||
dbus@0.9.7
|
||||
dbus-crossroads@0.5.2
|
||||
deranged@0.3.11
|
||||
digest@0.9.0
|
||||
digest@0.10.7
|
||||
dirs-next@2.0.0
|
||||
dirs-sys-next@0.1.2
|
||||
dispatch@0.2.0
|
||||
dlib@0.5.2
|
||||
downcast-rs@1.2.1
|
||||
dpi@0.1.1
|
||||
either@1.13.0
|
||||
encode_unicode@0.3.6
|
||||
encoding_rs@0.8.34
|
||||
enum_dispatch@0.3.13
|
||||
env_filter@0.1.0
|
||||
env_logger@0.11.3
|
||||
equivalent@1.0.1
|
||||
errno@0.3.9
|
||||
error-code@3.2.0
|
||||
exr@1.72.0
|
||||
fastrand@2.1.0
|
||||
fdeflate@0.3.4
|
||||
fixedbitset@0.4.2
|
||||
flate2@1.0.30
|
||||
flume@0.11.0
|
||||
fnv@1.0.7
|
||||
foreign-types@0.3.2
|
||||
foreign-types@0.5.0
|
||||
foreign-types-macros@0.2.3
|
||||
foreign-types-shared@0.1.1
|
||||
foreign-types-shared@0.3.1
|
||||
form_urlencoded@1.2.1
|
||||
futf@0.1.5
|
||||
futures@0.3.30
|
||||
futures-channel@0.3.30
|
||||
futures-core@0.3.30
|
||||
futures-executor@0.3.30
|
||||
futures-io@0.3.30
|
||||
futures-macro@0.3.30
|
||||
futures-sink@0.3.30
|
||||
futures-task@0.3.30
|
||||
futures-util@0.3.30
|
||||
fuzzy-matcher@0.3.7
|
||||
generic-array@0.14.7
|
||||
gethostname@0.4.3
|
||||
getrandom@0.2.15
|
||||
gif@0.13.1
|
||||
gimli@0.29.0
|
||||
glib@0.15.12
|
||||
glib-macros@0.15.13
|
||||
glib-sys@0.15.10
|
||||
glob@0.3.1
|
||||
gobject-sys@0.15.10
|
||||
gstreamer@0.18.8
|
||||
gstreamer-app@0.18.7
|
||||
gstreamer-app-sys@0.18.0
|
||||
gstreamer-audio@0.18.7
|
||||
gstreamer-audio-sys@0.18.3
|
||||
gstreamer-base@0.18.0
|
||||
gstreamer-base-sys@0.18.0
|
||||
gstreamer-sys@0.18.0
|
||||
h2@0.4.5
|
||||
half@2.4.1
|
||||
hashbrown@0.12.3
|
||||
hashbrown@0.14.5
|
||||
headers@0.3.9
|
||||
headers-core@0.2.0
|
||||
heck@0.4.1
|
||||
heck@0.5.0
|
||||
hermit-abi@0.3.9
|
||||
hermit-abi@0.4.0
|
||||
hmac@0.11.0
|
||||
home@0.5.9
|
||||
hostname@0.3.1
|
||||
html-escape@0.2.13
|
||||
html5ever@0.27.0
|
||||
http@0.2.12
|
||||
http@1.1.0
|
||||
http-body@0.4.6
|
||||
http-body@1.0.0
|
||||
http-body-util@0.1.2
|
||||
httparse@1.9.4
|
||||
httpdate@1.0.3
|
||||
hyper@0.14.29
|
||||
hyper@1.4.0
|
||||
hyper-proxy@0.9.1
|
||||
hyper-rustls@0.27.2
|
||||
hyper-tls@0.6.0
|
||||
hyper-util@0.1.6
|
||||
iana-time-zone@0.1.60
|
||||
iana-time-zone-haiku@0.1.2
|
||||
ident_case@1.0.1
|
||||
idna@0.5.0
|
||||
if-addrs@0.7.0
|
||||
image@0.24.9
|
||||
indexmap@1.9.3
|
||||
indexmap@2.2.6
|
||||
instant@0.1.13
|
||||
ipnet@2.9.0
|
||||
is_terminal_polyfill@1.70.0
|
||||
itertools@0.12.1
|
||||
itertools@0.13.0
|
||||
itoa@1.0.11
|
||||
jack@0.8.3
|
||||
jack@0.10.0
|
||||
jack-sys@0.2.2
|
||||
jack-sys@0.4.0
|
||||
jni@0.19.0
|
||||
jni@0.21.1
|
||||
jni-sys@0.3.0
|
||||
jobserver@0.1.31
|
||||
jpeg-decoder@0.3.1
|
||||
js-sys@0.3.69
|
||||
lazy_static@1.5.0
|
||||
lazycell@1.3.0
|
||||
lebe@0.5.2
|
||||
lewton@0.10.2
|
||||
libc@0.2.155
|
||||
libdbus-sys@0.2.5
|
||||
libloading@0.6.7
|
||||
libloading@0.7.4
|
||||
libloading@0.8.4
|
||||
libm@0.2.8
|
||||
libmdns@0.7.5
|
||||
libpulse-binding@2.28.1
|
||||
libpulse-simple-binding@2.28.1
|
||||
libpulse-simple-sys@1.21.1
|
||||
libpulse-sys@1.21.0
|
||||
libredox@0.0.2
|
||||
libredox@0.1.3
|
||||
librespot-audio@0.4.2
|
||||
librespot-connect@0.4.2
|
||||
librespot-core@0.4.2
|
||||
librespot-discovery@0.4.2
|
||||
librespot-metadata@0.4.2
|
||||
librespot-playback@0.4.2
|
||||
librespot-protocol@0.4.2
|
||||
linked-hash-map@0.5.6
|
||||
linux-raw-sys@0.4.14
|
||||
lock_api@0.4.12
|
||||
log@0.4.22
|
||||
lru@0.12.3
|
||||
mac@0.1.1
|
||||
mac-notification-sys@0.6.1
|
||||
mach@0.3.2
|
||||
make-cmd@0.1.0
|
||||
malloc_buf@0.0.6
|
||||
markup5ever@0.12.1
|
||||
markup5ever_rcdom@0.3.0
|
||||
match_cfg@0.1.0
|
||||
matchers@0.1.0
|
||||
maybe-async@0.2.10
|
||||
memchr@2.7.4
|
||||
memmap2@0.9.4
|
||||
memoffset@0.6.5
|
||||
mime@0.3.17
|
||||
minimal-lexical@0.2.1
|
||||
miniz_oxide@0.7.4
|
||||
mio@0.8.11
|
||||
muldiv@1.0.1
|
||||
multimap@0.8.3
|
||||
nanorand@0.7.0
|
||||
native-tls@0.2.12
|
||||
ndk@0.6.0
|
||||
ndk@0.9.0
|
||||
ndk-context@0.1.1
|
||||
ndk-glue@0.6.2
|
||||
ndk-macro@0.3.0
|
||||
ndk-sys@0.3.0
|
||||
ndk-sys@0.6.0+11769913
|
||||
new_debug_unreachable@1.0.6
|
||||
nix@0.23.2
|
||||
nom@7.1.3
|
||||
notify-rust@4.11.0
|
||||
nu-ansi-term@0.46.0
|
||||
num-bigint@0.4.6
|
||||
num-conv@0.1.0
|
||||
num-derive@0.3.3
|
||||
num-integer@0.1.46
|
||||
num-rational@0.4.2
|
||||
num-traits@0.2.19
|
||||
num_cpus@1.16.0
|
||||
num_enum@0.5.11
|
||||
num_enum@0.7.2
|
||||
num_enum_derive@0.5.11
|
||||
num_enum_derive@0.7.2
|
||||
objc@0.2.7
|
||||
objc-foundation@0.1.1
|
||||
objc-sys@0.3.5
|
||||
objc2@0.5.2
|
||||
objc2-app-kit@0.2.2
|
||||
objc2-cloud-kit@0.2.2
|
||||
objc2-contacts@0.2.2
|
||||
objc2-core-data@0.2.2
|
||||
objc2-core-image@0.2.2
|
||||
objc2-core-location@0.2.2
|
||||
objc2-encode@4.0.3
|
||||
objc2-foundation@0.2.2
|
||||
objc2-link-presentation@0.2.2
|
||||
objc2-metal@0.2.2
|
||||
objc2-quartz-core@0.2.2
|
||||
objc2-symbols@0.2.2
|
||||
objc2-ui-kit@0.2.2
|
||||
objc2-uniform-type-identifiers@0.2.2
|
||||
objc2-user-notifications@0.2.2
|
||||
objc_id@0.1.1
|
||||
object@0.36.1
|
||||
oboe@0.4.6
|
||||
oboe-sys@0.4.5
|
||||
ogg@0.8.0
|
||||
once_cell@1.19.0
|
||||
opaque-debug@0.3.1
|
||||
openssl@0.10.64
|
||||
openssl-macros@0.1.1
|
||||
openssl-probe@0.1.5
|
||||
openssl-sys@0.9.102
|
||||
option-operations@0.4.1
|
||||
orbclient@0.3.47
|
||||
overload@0.1.1
|
||||
owned_ttf_parser@0.24.0
|
||||
parking_lot@0.11.2
|
||||
parking_lot@0.12.3
|
||||
parking_lot_core@0.8.6
|
||||
parking_lot_core@0.9.10
|
||||
paste@1.0.15
|
||||
pbkdf2@0.8.0
|
||||
percent-encoding@2.3.1
|
||||
petgraph@0.6.5
|
||||
phf@0.11.2
|
||||
phf_codegen@0.11.2
|
||||
phf_generator@0.10.0
|
||||
phf_generator@0.11.2
|
||||
phf_shared@0.10.0
|
||||
phf_shared@0.11.2
|
||||
pin-project@1.1.5
|
||||
pin-project-internal@1.1.5
|
||||
pin-project-lite@0.2.14
|
||||
pin-utils@0.1.0
|
||||
pkg-config@0.3.30
|
||||
png@0.17.13
|
||||
polling@3.7.2
|
||||
portaudio-rs@0.3.2
|
||||
portaudio-sys@0.1.1
|
||||
powerfmt@0.2.0
|
||||
ppv-lite86@0.2.17
|
||||
precomputed-hash@0.1.1
|
||||
pretty-hex@0.3.0
|
||||
priority-queue@1.4.0
|
||||
proc-macro-crate@1.3.1
|
||||
proc-macro-crate@3.1.0
|
||||
proc-macro-error@1.0.4
|
||||
proc-macro-error-attr@1.0.4
|
||||
proc-macro2@1.0.86
|
||||
protobuf@2.28.0
|
||||
protobuf-codegen@2.28.0
|
||||
protobuf-codegen-pure@2.28.0
|
||||
qoi@0.4.1
|
||||
quick-xml@0.31.0
|
||||
quick-xml@0.34.0
|
||||
quinn@0.11.2
|
||||
quinn-proto@0.11.3
|
||||
quinn-udp@0.5.2
|
||||
quote@1.0.36
|
||||
rand@0.8.5
|
||||
rand_chacha@0.3.1
|
||||
rand_core@0.6.4
|
||||
rand_distr@0.4.3
|
||||
ratatui@0.27.0
|
||||
raw-window-handle@0.6.2
|
||||
rayon@1.10.0
|
||||
rayon-core@1.12.1
|
||||
redox_syscall@0.2.16
|
||||
redox_syscall@0.4.1
|
||||
redox_syscall@0.5.2
|
||||
redox_users@0.4.5
|
||||
regex@1.10.5
|
||||
regex-automata@0.1.10
|
||||
regex-automata@0.4.7
|
||||
regex-syntax@0.6.29
|
||||
regex-syntax@0.8.4
|
||||
reqwest@0.12.5
|
||||
rgb@0.8.42
|
||||
ring@0.17.8
|
||||
rodio@0.15.0
|
||||
rpassword@7.3.1
|
||||
rspotify@0.13.2
|
||||
rspotify-http@0.13.2
|
||||
rspotify-macros@0.13.2
|
||||
rspotify-model@0.13.2
|
||||
rtoolbox@0.0.2
|
||||
rustc-demangle@0.1.24
|
||||
rustc-hash@1.1.0
|
||||
rustc_version@0.4.0
|
||||
rustix@0.38.34
|
||||
rustls@0.23.10
|
||||
rustls-pemfile@2.1.2
|
||||
rustls-pki-types@1.7.0
|
||||
rustls-webpki@0.102.5
|
||||
rustversion@1.0.17
|
||||
ryu@1.0.18
|
||||
same-file@1.0.6
|
||||
schannel@0.1.23
|
||||
scoped-tls@1.0.1
|
||||
scopeguard@1.2.0
|
||||
sctk-adwaita@0.9.1
|
||||
sdl2@0.35.2
|
||||
sdl2-sys@0.35.2
|
||||
security-framework@2.11.0
|
||||
security-framework-sys@2.11.0
|
||||
semver@1.0.23
|
||||
serde@1.0.204
|
||||
serde_derive@1.0.204
|
||||
serde_json@1.0.120
|
||||
serde_spanned@0.6.6
|
||||
serde_urlencoded@0.7.1
|
||||
sha-1@0.9.8
|
||||
sha1@0.10.6
|
||||
sha2@0.10.8
|
||||
shannon@0.2.0
|
||||
sharded-slab@0.1.7
|
||||
shell-words@1.1.0
|
||||
shlex@1.3.0
|
||||
signal-hook@0.3.17
|
||||
signal-hook-mio@0.2.3
|
||||
signal-hook-registry@1.4.2
|
||||
simd-adler32@0.3.7
|
||||
siphasher@0.3.11
|
||||
sixel-rs@0.3.3
|
||||
sixel-sys@0.3.1
|
||||
slab@0.4.9
|
||||
smallvec@1.13.2
|
||||
smithay-client-toolkit@0.18.1
|
||||
smol_str@0.2.2
|
||||
socket2@0.4.10
|
||||
socket2@0.5.7
|
||||
souvlaki@0.7.3
|
||||
spin@0.9.8
|
||||
stability@0.2.1
|
||||
static_assertions@1.1.0
|
||||
stdweb@0.1.3
|
||||
strict-num@0.1.1
|
||||
string_cache@0.8.7
|
||||
string_cache_codegen@0.5.2
|
||||
strsim@0.10.0
|
||||
strsim@0.11.1
|
||||
strum@0.26.3
|
||||
strum_macros@0.26.4
|
||||
subtle@2.6.1
|
||||
syn@1.0.109
|
||||
syn@2.0.69
|
||||
sync_wrapper@1.0.1
|
||||
system-configuration@0.5.1
|
||||
system-configuration-sys@0.5.0
|
||||
system-deps@6.2.2
|
||||
target-lexicon@0.12.14
|
||||
tauri-winrt-notification@0.2.1
|
||||
tempfile@3.10.1
|
||||
tendril@0.4.3
|
||||
termcolor@1.4.1
|
||||
thiserror@1.0.61
|
||||
thiserror-impl@1.0.61
|
||||
thread-id@4.2.1
|
||||
thread_local@1.1.8
|
||||
tiff@0.9.1
|
||||
time@0.3.36
|
||||
time-core@0.1.2
|
||||
tiny-skia@0.11.4
|
||||
tiny-skia-path@0.11.4
|
||||
tinyvec@1.7.0
|
||||
tinyvec_macros@0.1.1
|
||||
tokio@1.38.0
|
||||
tokio-macros@2.3.0
|
||||
tokio-native-tls@0.3.1
|
||||
tokio-rustls@0.26.0
|
||||
tokio-socks@0.5.1
|
||||
tokio-stream@0.1.15
|
||||
tokio-util@0.7.11
|
||||
toml@0.8.14
|
||||
toml_datetime@0.6.6
|
||||
toml_edit@0.19.15
|
||||
toml_edit@0.21.1
|
||||
toml_edit@0.22.14
|
||||
tower@0.4.13
|
||||
tower-layer@0.3.2
|
||||
tower-service@0.3.2
|
||||
tracing@0.1.40
|
||||
tracing-attributes@0.1.27
|
||||
tracing-core@0.1.32
|
||||
tracing-log@0.2.0
|
||||
tracing-subscriber@0.3.18
|
||||
try-lock@0.2.5
|
||||
ttf-parser@0.24.0
|
||||
ttl_cache@0.5.1
|
||||
typenum@1.17.0
|
||||
unicode-bidi@0.3.15
|
||||
unicode-ident@1.0.12
|
||||
unicode-normalization@0.1.23
|
||||
unicode-segmentation@1.11.0
|
||||
unicode-truncate@1.0.0
|
||||
unicode-width@0.1.13
|
||||
untrusted@0.9.0
|
||||
url@2.5.2
|
||||
utf-8@0.7.6
|
||||
utf8-width@0.1.7
|
||||
utf8parse@0.2.2
|
||||
uuid@1.9.1
|
||||
valuable@0.1.0
|
||||
vcpkg@0.2.15
|
||||
vergen@3.2.0
|
||||
version-compare@0.1.1
|
||||
version-compare@0.2.0
|
||||
version_check@0.9.4
|
||||
viuer@0.7.1
|
||||
walkdir@2.5.0
|
||||
want@0.3.1
|
||||
wasi@0.11.0+wasi-snapshot-preview1
|
||||
wasm-bindgen@0.2.92
|
||||
wasm-bindgen-backend@0.2.92
|
||||
wasm-bindgen-futures@0.4.42
|
||||
wasm-bindgen-macro@0.2.92
|
||||
wasm-bindgen-macro-support@0.2.92
|
||||
wasm-bindgen-shared@0.2.92
|
||||
wayland-backend@0.3.5
|
||||
wayland-client@0.31.4
|
||||
wayland-csd-frame@0.3.0
|
||||
wayland-cursor@0.31.4
|
||||
wayland-protocols@0.31.2
|
||||
wayland-protocols-plasma@0.2.0
|
||||
wayland-protocols-wlr@0.2.0
|
||||
wayland-scanner@0.31.3
|
||||
wayland-sys@0.31.3
|
||||
web-sys@0.3.69
|
||||
web-time@1.1.0
|
||||
webpki-roots@0.26.3
|
||||
weezl@0.1.8
|
||||
which@6.0.1
|
||||
winapi@0.3.9
|
||||
winapi-i686-pc-windows-gnu@0.4.0
|
||||
winapi-util@0.1.8
|
||||
winapi-x86_64-pc-windows-gnu@0.4.0
|
||||
windows@0.44.0
|
||||
windows@0.56.0
|
||||
windows-core@0.52.0
|
||||
windows-core@0.56.0
|
||||
windows-implement@0.56.0
|
||||
windows-interface@0.56.0
|
||||
windows-result@0.1.2
|
||||
windows-sys@0.45.0
|
||||
windows-sys@0.48.0
|
||||
windows-sys@0.52.0
|
||||
windows-targets@0.42.2
|
||||
windows-targets@0.48.5
|
||||
windows-targets@0.52.6
|
||||
windows-version@0.1.1
|
||||
windows_aarch64_gnullvm@0.42.2
|
||||
windows_aarch64_gnullvm@0.48.5
|
||||
windows_aarch64_gnullvm@0.52.6
|
||||
windows_aarch64_msvc@0.42.2
|
||||
windows_aarch64_msvc@0.48.5
|
||||
windows_aarch64_msvc@0.52.6
|
||||
windows_i686_gnu@0.42.2
|
||||
windows_i686_gnu@0.48.5
|
||||
windows_i686_gnu@0.52.6
|
||||
windows_i686_gnullvm@0.52.6
|
||||
windows_i686_msvc@0.42.2
|
||||
windows_i686_msvc@0.48.5
|
||||
windows_i686_msvc@0.52.6
|
||||
windows_x86_64_gnu@0.42.2
|
||||
windows_x86_64_gnu@0.48.5
|
||||
windows_x86_64_gnu@0.52.6
|
||||
windows_x86_64_gnullvm@0.42.2
|
||||
windows_x86_64_gnullvm@0.48.5
|
||||
windows_x86_64_gnullvm@0.52.6
|
||||
windows_x86_64_msvc@0.42.2
|
||||
windows_x86_64_msvc@0.48.5
|
||||
windows_x86_64_msvc@0.52.6
|
||||
winit@0.30.3
|
||||
winnow@0.5.40
|
||||
winnow@0.6.13
|
||||
winreg@0.52.0
|
||||
winsafe@0.0.19
|
||||
x11-dl@2.21.0
|
||||
x11rb@0.13.1
|
||||
x11rb-protocol@0.13.1
|
||||
xcursor@0.3.5
|
||||
xkbcommon-dl@0.4.2
|
||||
xkeysym@0.2.1
|
||||
xml5ever@0.18.1
|
||||
zerocopy@0.6.6
|
||||
zerocopy@0.7.35
|
||||
zerocopy-derive@0.6.6
|
||||
zerocopy-derive@0.7.35
|
||||
zeroize@1.8.1
|
||||
zune-inflate@0.2.54
|
||||
"
|
||||
|
||||
inherit cargo
|
||||
|
||||
DESCRIPTION="spotify_player is a fast, easy to use, and configurable terminal music player."
|
||||
HOMEPAGE="https://github.com/aome510/spotify-player"
|
||||
SRC_URI="
|
||||
https://github.com/aome510/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
${CARGO_CRATE_URIS}
|
||||
"
|
||||
LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 ISC LGPL-3 LGPL-3+ MIT MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
IUSE="daemon image +libnotify lyrics +media-control pulseaudio sixel +streaming"
|
||||
REQUIRED_USE="
|
||||
sixel? ( image )
|
||||
daemon? ( streaming )
|
||||
"
|
||||
DEPEND="
|
||||
dev-libs/openssl
|
||||
sys-apps/dbus
|
||||
libnotify? ( x11-libs/libnotify )
|
||||
pulseaudio? ( media-libs/libpulse )
|
||||
sixel? ( media-libs/libsixel )
|
||||
streaming? ( media-libs/alsa-lib )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
initfeatures=(
|
||||
"$(usex daemon daemon '')"
|
||||
"$(usex image image '')"
|
||||
"$(usex libnotify notify '')"
|
||||
"$(usex lyrics lyric-finder '')"
|
||||
"$(usex media-control media-control '')"
|
||||
"$(usex pulseaudio pulseaudio-backend alsa-backend)"
|
||||
"$(usex sixel sixel '')"
|
||||
"$(usex streaming streaming '')"
|
||||
)
|
||||
newfeatures=$(
|
||||
IFS=,
|
||||
echo "${initfeatures[*]}"
|
||||
) || die
|
||||
cargo_src_configure --features ${newfeatures} --no-default-features
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cargo_src_install --path ./spotify_player
|
||||
}
|
||||
QA_FLAGS_IGNORED="usr/bin/spotify_player"
|
||||
741
media-sound/spotify-player/spotify-player-0.21.0.ebuild
Normal file
741
media-sound/spotify-player/spotify-player-0.21.0.ebuild
Normal file
@@ -0,0 +1,741 @@
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
CRATES="
|
||||
ab_glyph@0.2.31
|
||||
ab_glyph_rasterizer@0.1.10
|
||||
addr2line@0.24.2
|
||||
adler2@2.0.1
|
||||
aes@0.8.4
|
||||
ahash@0.8.12
|
||||
aho-corasick@1.1.3
|
||||
aligned-vec@0.6.4
|
||||
allocator-api2@0.2.21
|
||||
alsa-sys@0.3.1
|
||||
alsa@0.10.0
|
||||
alsa@0.9.1
|
||||
android-activity@0.6.0
|
||||
android-properties@0.2.2
|
||||
android-tzdata@0.1.1
|
||||
android_system_properties@0.1.5
|
||||
ansi_colours@1.2.3
|
||||
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.99
|
||||
arbitrary@1.4.2
|
||||
arg_enum_proc_macro@0.3.4
|
||||
arrayref@0.3.9
|
||||
arrayvec@0.7.6
|
||||
as-raw-xcb-connection@1.0.1
|
||||
async-stream-impl@0.3.6
|
||||
async-stream@0.3.6
|
||||
async-trait@0.1.89
|
||||
atomic-waker@1.1.2
|
||||
atomic_refcell@0.1.13
|
||||
autocfg@1.5.0
|
||||
av1-grain@0.2.4
|
||||
avif-serialize@0.8.6
|
||||
backtrace@0.3.75
|
||||
base64@0.22.1
|
||||
base64ct@1.8.0
|
||||
bit_field@0.10.3
|
||||
bitflags@1.3.2
|
||||
bitflags@2.9.3
|
||||
bitstream-io@2.6.0
|
||||
block-buffer@0.10.4
|
||||
block2@0.5.1
|
||||
block2@0.6.1
|
||||
block@0.1.6
|
||||
built@0.7.7
|
||||
bumpalo@3.19.0
|
||||
bytemuck@1.23.2
|
||||
byteorder-lite@0.1.0
|
||||
byteorder@1.5.0
|
||||
bytes@1.10.1
|
||||
calloop-wayland-source@0.3.0
|
||||
calloop@0.13.0
|
||||
cassowary@0.3.0
|
||||
castaway@0.2.4
|
||||
cc@1.2.34
|
||||
cesu8@1.1.0
|
||||
cfg-expr@0.15.8
|
||||
cfg-expr@0.20.2
|
||||
cfg-if@1.0.3
|
||||
cfg_aliases@0.2.1
|
||||
chrono-humanize@0.2.3
|
||||
chrono@0.4.41
|
||||
cipher@0.4.4
|
||||
clap@4.5.46
|
||||
clap_builder@4.5.46
|
||||
clap_complete@4.5.57
|
||||
clap_derive@4.5.45
|
||||
clap_lex@0.7.5
|
||||
clipboard-win@5.4.1
|
||||
cocoa-foundation@0.1.2
|
||||
cocoa@0.24.1
|
||||
color_quant@1.1.0
|
||||
colorchoice@1.0.4
|
||||
combine@4.6.7
|
||||
compact_str@0.8.1
|
||||
concurrent-queue@2.5.0
|
||||
config_parser2@0.1.6
|
||||
config_parser_derive@0.1.3
|
||||
console@0.15.11
|
||||
const-oid@0.9.6
|
||||
convert_case@0.7.1
|
||||
core-foundation-sys@0.8.7
|
||||
core-foundation@0.10.1
|
||||
core-foundation@0.9.4
|
||||
core-graphics-types@0.1.3
|
||||
core-graphics@0.22.3
|
||||
core-graphics@0.23.2
|
||||
coreaudio-rs@0.13.0
|
||||
cpal@0.16.0
|
||||
cpufeatures@0.2.17
|
||||
crc32fast@1.5.0
|
||||
crossbeam-deque@0.8.6
|
||||
crossbeam-epoch@0.9.18
|
||||
crossbeam-utils@0.8.21
|
||||
crossterm@0.28.1
|
||||
crossterm@0.29.0
|
||||
crossterm_winapi@0.9.1
|
||||
crunchy@0.2.4
|
||||
crypto-common@0.1.6
|
||||
ctr@0.9.2
|
||||
cursor-icon@1.2.0
|
||||
daemonize@0.5.0
|
||||
darling@0.20.11
|
||||
darling_core@0.20.11
|
||||
darling_macro@0.20.11
|
||||
dasp_sample@0.11.0
|
||||
data-encoding@2.9.0
|
||||
dbus-crossroads@0.5.2
|
||||
dbus@0.9.9
|
||||
der@0.7.10
|
||||
deranged@0.5.2
|
||||
derive_builder@0.20.2
|
||||
derive_builder_core@0.20.2
|
||||
derive_builder_macro@0.20.2
|
||||
derive_more-impl@2.0.1
|
||||
derive_more@2.0.1
|
||||
digest@0.10.7
|
||||
dirs-next@2.0.0
|
||||
dirs-sys-next@0.1.2
|
||||
dispatch2@0.3.0
|
||||
dispatch@0.2.0
|
||||
displaydoc@0.2.5
|
||||
dlib@0.5.2
|
||||
document-features@0.2.11
|
||||
downcast-rs@1.2.1
|
||||
dpi@0.1.2
|
||||
either@1.15.0
|
||||
encode_unicode@1.0.0
|
||||
encoding_rs@0.8.35
|
||||
enum_dispatch@0.3.13
|
||||
env_filter@0.1.3
|
||||
env_home@0.1.0
|
||||
env_logger@0.11.8
|
||||
equator-macro@0.4.2
|
||||
equator@0.4.2
|
||||
equivalent@1.0.2
|
||||
errno@0.3.13
|
||||
error-code@3.3.2
|
||||
exr@1.73.0
|
||||
fastrand@2.3.0
|
||||
fdeflate@0.3.7
|
||||
fixedbitset@0.4.2
|
||||
flate2@1.1.2
|
||||
flume@0.11.1
|
||||
fnv@1.0.7
|
||||
foldhash@0.1.5
|
||||
foreign-types-macros@0.2.3
|
||||
foreign-types-shared@0.1.1
|
||||
foreign-types-shared@0.3.1
|
||||
foreign-types@0.3.2
|
||||
foreign-types@0.5.0
|
||||
form_urlencoded@1.2.2
|
||||
futf@0.1.5
|
||||
futures-channel@0.3.31
|
||||
futures-core@0.3.31
|
||||
futures-executor@0.3.31
|
||||
futures-io@0.3.31
|
||||
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
|
||||
fuzzy-matcher@0.3.7
|
||||
generic-array@0.14.7
|
||||
gethostname@1.0.2
|
||||
getrandom@0.2.16
|
||||
getrandom@0.3.3
|
||||
gif@0.13.3
|
||||
gimli@0.31.1
|
||||
gio-sys@0.21.1
|
||||
glib-macros@0.21.0
|
||||
glib-sys@0.21.1
|
||||
glib@0.21.1
|
||||
gobject-sys@0.21.1
|
||||
governor@0.10.1
|
||||
gstreamer-app-sys@0.24.0
|
||||
gstreamer-app@0.24.0
|
||||
gstreamer-audio-sys@0.24.0
|
||||
gstreamer-audio@0.24.0
|
||||
gstreamer-base-sys@0.24.0
|
||||
gstreamer-base@0.24.0
|
||||
gstreamer-sys@0.24.0
|
||||
gstreamer@0.24.1
|
||||
h2@0.4.12
|
||||
half@2.6.0
|
||||
hashbrown@0.15.5
|
||||
headers-core@0.3.0
|
||||
headers@0.4.1
|
||||
heck@0.5.0
|
||||
hermit-abi@0.5.2
|
||||
hmac@0.12.1
|
||||
home@0.5.11
|
||||
html-escape@0.2.13
|
||||
html5ever@0.27.0
|
||||
http-body-util@0.1.3
|
||||
http-body@1.0.1
|
||||
http@1.3.1
|
||||
httparse@1.10.1
|
||||
httpdate@1.0.3
|
||||
hyper-proxy2@0.1.0
|
||||
hyper-rustls@0.27.7
|
||||
hyper-tls@0.6.0
|
||||
hyper-util@0.1.16
|
||||
hyper@1.7.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
|
||||
ident_case@1.0.1
|
||||
idna@1.1.0
|
||||
idna_adapter@1.2.1
|
||||
image-webp@0.2.4
|
||||
image@0.25.6
|
||||
imgref@1.11.0
|
||||
indexmap@2.11.0
|
||||
indoc@2.0.6
|
||||
inout@0.1.4
|
||||
instability@0.3.9
|
||||
interpolate_name@0.2.4
|
||||
io-uring@0.7.10
|
||||
ipnet@2.11.0
|
||||
iri-string@0.7.8
|
||||
is-docker@0.2.0
|
||||
is-wsl@0.4.0
|
||||
is_terminal_polyfill@1.70.1
|
||||
itertools@0.12.1
|
||||
itertools@0.13.0
|
||||
itertools@0.14.0
|
||||
itoa@1.0.15
|
||||
jack-sys@0.5.1
|
||||
jack@0.13.3
|
||||
jni-sys@0.3.0
|
||||
jni@0.21.1
|
||||
jobserver@0.1.34
|
||||
jpeg-decoder@0.3.2
|
||||
js-sys@0.3.77
|
||||
kstring@2.0.2
|
||||
lazy_static@1.5.0
|
||||
lebe@0.5.2
|
||||
libc@0.2.175
|
||||
libdbus-sys@0.2.6
|
||||
libfuzzer-sys@0.4.10
|
||||
libloading@0.7.4
|
||||
libloading@0.8.8
|
||||
libm@0.2.15
|
||||
libpulse-binding@2.30.1
|
||||
libpulse-simple-binding@2.29.0
|
||||
libpulse-simple-sys@1.22.0
|
||||
libpulse-sys@1.23.0
|
||||
libredox@0.1.9
|
||||
librespot-audio@0.7.1
|
||||
librespot-connect@0.7.1
|
||||
librespot-core@0.7.1
|
||||
librespot-metadata@0.7.1
|
||||
librespot-oauth@0.7.1
|
||||
librespot-playback@0.7.1
|
||||
librespot-protocol@0.7.1
|
||||
linked-hash-map@0.5.6
|
||||
linux-raw-sys@0.4.15
|
||||
linux-raw-sys@0.9.4
|
||||
litemap@0.8.0
|
||||
litrs@0.4.2
|
||||
lock_api@0.4.13
|
||||
log@0.4.27
|
||||
loop9@0.1.5
|
||||
lru-slab@0.1.2
|
||||
lru@0.12.5
|
||||
mac-notification-sys@0.6.6
|
||||
mac@0.1.1
|
||||
mach2@0.4.3
|
||||
make-cmd@0.1.0
|
||||
malloc_buf@0.0.6
|
||||
markup5ever@0.12.1
|
||||
markup5ever_rcdom@0.3.0
|
||||
matchers@0.2.0
|
||||
maybe-async@0.2.10
|
||||
maybe-rayon@0.1.1
|
||||
memchr@2.7.5
|
||||
memmap2@0.9.8
|
||||
mime@0.3.17
|
||||
minimal-lexical@0.2.1
|
||||
miniz_oxide@0.8.9
|
||||
mio@1.0.4
|
||||
muldiv@1.0.1
|
||||
nanorand@0.7.0
|
||||
native-tls@0.2.14
|
||||
ndk-context@0.1.1
|
||||
ndk-sys@0.6.0+11769913
|
||||
ndk@0.9.0
|
||||
new_debug_unreachable@1.0.6
|
||||
nom@7.1.3
|
||||
nonzero_ext@0.3.0
|
||||
noop_proc_macro@0.3.0
|
||||
notify-rust@4.11.7
|
||||
ntapi@0.4.1
|
||||
nu-ansi-term@0.50.1
|
||||
num-bigint-dig@0.8.4
|
||||
num-bigint@0.4.6
|
||||
num-conv@0.1.0
|
||||
num-derive@0.4.2
|
||||
num-integer@0.1.46
|
||||
num-iter@0.1.45
|
||||
num-rational@0.4.2
|
||||
num-traits@0.2.19
|
||||
num_enum@0.7.4
|
||||
num_enum_derive@0.7.4
|
||||
num_threads@0.1.7
|
||||
oauth2@5.0.0
|
||||
objc-sys@0.3.5
|
||||
objc2-app-kit@0.2.2
|
||||
objc2-audio-toolbox@0.3.1
|
||||
objc2-cloud-kit@0.2.2
|
||||
objc2-contacts@0.2.2
|
||||
objc2-core-audio-types@0.3.1
|
||||
objc2-core-audio@0.3.1
|
||||
objc2-core-data@0.2.2
|
||||
objc2-core-foundation@0.3.1
|
||||
objc2-core-image@0.2.2
|
||||
objc2-core-location@0.2.2
|
||||
objc2-encode@4.1.0
|
||||
objc2-foundation@0.2.2
|
||||
objc2-foundation@0.3.1
|
||||
objc2-io-kit@0.3.1
|
||||
objc2-link-presentation@0.2.2
|
||||
objc2-metal@0.2.2
|
||||
objc2-quartz-core@0.2.2
|
||||
objc2-symbols@0.2.2
|
||||
objc2-ui-kit@0.2.2
|
||||
objc2-uniform-type-identifiers@0.2.2
|
||||
objc2-user-notifications@0.2.2
|
||||
objc2@0.5.2
|
||||
objc2@0.6.2
|
||||
objc@0.2.7
|
||||
object@0.36.7
|
||||
once_cell@1.21.3
|
||||
once_cell_polyfill@1.70.1
|
||||
open@5.3.2
|
||||
openssl-macros@0.1.1
|
||||
openssl-probe@0.1.6
|
||||
openssl-sys@0.9.109
|
||||
openssl@0.10.73
|
||||
option-operations@0.5.0
|
||||
orbclient@0.3.48
|
||||
owned_ttf_parser@0.25.1
|
||||
parking@2.2.1
|
||||
parking_lot@0.12.4
|
||||
parking_lot_core@0.9.11
|
||||
paste@1.0.15
|
||||
pathdiff@0.2.3
|
||||
pbkdf2@0.12.2
|
||||
pem-rfc7468@0.7.0
|
||||
percent-encoding@2.3.2
|
||||
petgraph@0.6.5
|
||||
phf@0.11.3
|
||||
phf_codegen@0.11.3
|
||||
phf_generator@0.11.3
|
||||
phf_shared@0.11.3
|
||||
pin-project-internal@1.1.10
|
||||
pin-project-lite@0.2.16
|
||||
pin-project@1.1.10
|
||||
pin-utils@0.1.0
|
||||
pkcs1@0.7.5
|
||||
pkcs8@0.10.2
|
||||
pkg-config@0.3.32
|
||||
png@0.17.16
|
||||
polling@3.10.0
|
||||
portable-atomic@1.11.1
|
||||
portaudio-rs@0.3.2
|
||||
portaudio-sys@0.1.1
|
||||
potential_utf@0.1.3
|
||||
powerfmt@0.2.0
|
||||
ppv-lite86@0.2.21
|
||||
precomputed-hash@0.1.1
|
||||
priority-queue@2.5.0
|
||||
proc-macro-crate@3.3.0
|
||||
proc-macro2@1.0.101
|
||||
profiling-procmacros@1.0.17
|
||||
profiling@1.0.17
|
||||
protobuf-codegen@3.7.2
|
||||
protobuf-json-mapping@3.7.2
|
||||
protobuf-parse@3.7.2
|
||||
protobuf-support@3.7.2
|
||||
protobuf@3.7.2
|
||||
qoi@0.4.1
|
||||
quick-error@2.0.1
|
||||
quick-xml@0.37.5
|
||||
quick-xml@0.38.3
|
||||
quinn-proto@0.11.13
|
||||
quinn-udp@0.5.14
|
||||
quinn@0.11.9
|
||||
quote@1.0.40
|
||||
r-efi@5.3.0
|
||||
rand@0.8.5
|
||||
rand@0.9.2
|
||||
rand_chacha@0.3.1
|
||||
rand_chacha@0.9.0
|
||||
rand_core@0.6.4
|
||||
rand_core@0.9.3
|
||||
rand_distr@0.5.1
|
||||
ratatui@0.29.0
|
||||
rav1e@0.7.1
|
||||
ravif@0.11.20
|
||||
raw-window-handle@0.6.2
|
||||
rayon-core@1.13.0
|
||||
rayon@1.11.0
|
||||
redox_syscall@0.4.1
|
||||
redox_syscall@0.5.17
|
||||
redox_users@0.4.6
|
||||
regex-automata@0.4.10
|
||||
regex-syntax@0.8.6
|
||||
regex@1.11.2
|
||||
reqwest@0.12.23
|
||||
rgb@0.8.52
|
||||
ring@0.17.14
|
||||
rodio@0.21.1
|
||||
rsa@0.9.8
|
||||
rspotify-http@0.15.1
|
||||
rspotify-macros@0.15.1
|
||||
rspotify-model@0.15.1
|
||||
rspotify@0.15.1
|
||||
rustc-demangle@0.1.26
|
||||
rustc-hash@2.1.1
|
||||
rustix@0.38.44
|
||||
rustix@1.0.8
|
||||
rustls-pki-types@1.12.0
|
||||
rustls-webpki@0.103.4
|
||||
rustls@0.23.31
|
||||
rustversion@1.0.22
|
||||
ryu@1.0.20
|
||||
same-file@1.0.6
|
||||
schannel@0.1.27
|
||||
scoped-tls@1.0.1
|
||||
scopeguard@1.2.0
|
||||
sctk-adwaita@0.10.1
|
||||
sdl2-sys@0.38.0
|
||||
sdl2@0.38.0
|
||||
security-framework-sys@2.14.0
|
||||
security-framework@2.11.1
|
||||
serde@1.0.219
|
||||
serde_derive@1.0.219
|
||||
serde_json@1.0.143
|
||||
serde_path_to_error@0.1.17
|
||||
serde_spanned@0.6.9
|
||||
serde_spanned@1.0.0
|
||||
serde_urlencoded@0.7.1
|
||||
sha1@0.10.6
|
||||
sha2@0.10.9
|
||||
shannon@0.2.0
|
||||
sharded-slab@0.1.7
|
||||
shell-words@1.1.0
|
||||
shlex@1.3.0
|
||||
signal-hook-mio@0.2.4
|
||||
signal-hook-registry@1.4.6
|
||||
signal-hook@0.3.18
|
||||
signature@2.2.0
|
||||
simd-adler32@0.3.7
|
||||
simd_helpers@0.1.0
|
||||
siphasher@1.0.1
|
||||
sixel-rs@0.3.3
|
||||
sixel-sys@0.3.1
|
||||
slab@0.4.11
|
||||
smallvec@1.15.1
|
||||
smithay-client-toolkit@0.19.2
|
||||
smol_str@0.2.2
|
||||
socket2@0.6.0
|
||||
souvlaki@0.8.3
|
||||
spin@0.9.8
|
||||
spinning_top@0.3.0
|
||||
spki@0.7.3
|
||||
stable_deref_trait@1.2.0
|
||||
static_assertions@1.1.0
|
||||
strict-num@0.1.1
|
||||
string_cache@0.8.9
|
||||
string_cache_codegen@0.5.4
|
||||
strsim@0.11.1
|
||||
strum@0.26.3
|
||||
strum@0.27.2
|
||||
strum_macros@0.26.4
|
||||
strum_macros@0.27.2
|
||||
subtle@2.6.1
|
||||
symphonia-bundle-mp3@0.5.4
|
||||
symphonia-codec-vorbis@0.5.4
|
||||
symphonia-core@0.5.4
|
||||
symphonia-format-ogg@0.5.4
|
||||
symphonia-metadata@0.5.4
|
||||
symphonia-utils-xiph@0.5.4
|
||||
symphonia@0.5.4
|
||||
syn@2.0.106
|
||||
sync_wrapper@1.0.2
|
||||
synstructure@0.13.2
|
||||
sysinfo@0.36.1
|
||||
system-configuration-sys@0.6.0
|
||||
system-configuration@0.6.1
|
||||
system-deps@6.2.2
|
||||
system-deps@7.0.5
|
||||
target-lexicon@0.12.16
|
||||
target-lexicon@0.13.2
|
||||
tauri-winrt-notification@0.7.2
|
||||
tempfile@3.21.0
|
||||
tendril@0.4.3
|
||||
termcolor@1.4.1
|
||||
thiserror-impl@1.0.69
|
||||
thiserror-impl@2.0.16
|
||||
thiserror@1.0.69
|
||||
thiserror@2.0.16
|
||||
thread-id@4.2.2
|
||||
thread_local@1.1.9
|
||||
tiff@0.9.1
|
||||
time-core@0.1.5
|
||||
time-macros@0.2.23
|
||||
time@0.3.42
|
||||
tiny-skia-path@0.11.4
|
||||
tiny-skia@0.11.4
|
||||
tinystr@0.8.1
|
||||
tinyvec@1.10.0
|
||||
tinyvec_macros@0.1.1
|
||||
tokio-macros@2.5.0
|
||||
tokio-native-tls@0.3.1
|
||||
tokio-rustls@0.26.2
|
||||
tokio-stream@0.1.17
|
||||
tokio-tungstenite@0.27.0
|
||||
tokio-util@0.7.16
|
||||
tokio@1.47.1
|
||||
toml@0.8.23
|
||||
toml@0.9.5
|
||||
toml_datetime@0.6.11
|
||||
toml_datetime@0.7.0
|
||||
toml_edit@0.22.27
|
||||
toml_parser@1.0.2
|
||||
toml_writer@1.0.2
|
||||
tower-http@0.6.6
|
||||
tower-layer@0.3.3
|
||||
tower-service@0.3.3
|
||||
tower@0.5.2
|
||||
tracing-attributes@0.1.30
|
||||
tracing-core@0.1.34
|
||||
tracing-log@0.2.0
|
||||
tracing-subscriber@0.3.20
|
||||
tracing@0.1.41
|
||||
try-lock@0.2.5
|
||||
ttf-parser@0.25.1
|
||||
ttl_cache@0.5.1
|
||||
tungstenite@0.27.0
|
||||
typenum@1.18.0
|
||||
unicode-bidi@0.3.18
|
||||
unicode-ident@1.0.18
|
||||
unicode-segmentation@1.12.0
|
||||
unicode-truncate@1.1.0
|
||||
unicode-width@0.1.14
|
||||
unicode-width@0.2.0
|
||||
untrusted@0.9.0
|
||||
url@2.5.7
|
||||
utf-8@0.7.6
|
||||
utf8-width@0.1.7
|
||||
utf8_iter@1.0.4
|
||||
utf8parse@0.2.2
|
||||
uuid@1.18.0
|
||||
v_frame@0.3.9
|
||||
valuable@0.1.1
|
||||
vcpkg@0.2.15
|
||||
vergen-gitcl@1.0.8
|
||||
vergen-lib@0.1.6
|
||||
vergen@9.0.6
|
||||
version-compare@0.1.1
|
||||
version-compare@0.2.0
|
||||
version_check@0.9.5
|
||||
viuer@0.9.2
|
||||
walkdir@2.5.0
|
||||
want@0.3.1
|
||||
wasi@0.11.1+wasi-snapshot-preview1
|
||||
wasi@0.14.3+wasi-0.2.4
|
||||
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
|
||||
wayland-backend@0.3.11
|
||||
wayland-client@0.31.11
|
||||
wayland-csd-frame@0.3.0
|
||||
wayland-cursor@0.31.11
|
||||
wayland-protocols-plasma@0.3.9
|
||||
wayland-protocols-wlr@0.3.9
|
||||
wayland-protocols@0.32.9
|
||||
wayland-scanner@0.31.7
|
||||
wayland-sys@0.31.7
|
||||
web-sys@0.3.77
|
||||
web-time@1.1.0
|
||||
webbrowser@1.0.5
|
||||
webpki-roots@1.0.2
|
||||
weezl@0.1.10
|
||||
which@4.4.2
|
||||
which@8.0.0
|
||||
winapi-i686-pc-windows-gnu@0.4.0
|
||||
winapi-util@0.1.10
|
||||
winapi-x86_64-pc-windows-gnu@0.4.0
|
||||
winapi@0.3.9
|
||||
windows-collections@0.2.0
|
||||
windows-core@0.54.0
|
||||
windows-core@0.58.0
|
||||
windows-core@0.61.2
|
||||
windows-future@0.2.1
|
||||
windows-implement@0.58.0
|
||||
windows-implement@0.60.0
|
||||
windows-interface@0.58.0
|
||||
windows-interface@0.59.1
|
||||
windows-link@0.1.3
|
||||
windows-numerics@0.2.0
|
||||
windows-registry@0.5.3
|
||||
windows-result@0.1.2
|
||||
windows-result@0.2.0
|
||||
windows-result@0.3.4
|
||||
windows-strings@0.1.0
|
||||
windows-strings@0.4.2
|
||||
windows-sys@0.45.0
|
||||
windows-sys@0.52.0
|
||||
windows-sys@0.59.0
|
||||
windows-sys@0.60.2
|
||||
windows-targets@0.42.2
|
||||
windows-targets@0.52.6
|
||||
windows-targets@0.53.3
|
||||
windows-threading@0.1.0
|
||||
windows-version@0.1.4
|
||||
windows@0.44.0
|
||||
windows@0.54.0
|
||||
windows@0.58.0
|
||||
windows@0.61.3
|
||||
windows_aarch64_gnullvm@0.42.2
|
||||
windows_aarch64_gnullvm@0.52.6
|
||||
windows_aarch64_gnullvm@0.53.0
|
||||
windows_aarch64_msvc@0.42.2
|
||||
windows_aarch64_msvc@0.52.6
|
||||
windows_aarch64_msvc@0.53.0
|
||||
windows_i686_gnu@0.42.2
|
||||
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.42.2
|
||||
windows_i686_msvc@0.52.6
|
||||
windows_i686_msvc@0.53.0
|
||||
windows_x86_64_gnu@0.42.2
|
||||
windows_x86_64_gnu@0.52.6
|
||||
windows_x86_64_gnu@0.53.0
|
||||
windows_x86_64_gnullvm@0.42.2
|
||||
windows_x86_64_gnullvm@0.52.6
|
||||
windows_x86_64_gnullvm@0.53.0
|
||||
windows_x86_64_msvc@0.42.2
|
||||
windows_x86_64_msvc@0.52.6
|
||||
windows_x86_64_msvc@0.53.0
|
||||
winit@0.30.12
|
||||
winnow@0.7.13
|
||||
winsafe@0.0.19
|
||||
wit-bindgen@0.45.0
|
||||
writeable@0.6.1
|
||||
x11-dl@2.21.0
|
||||
x11rb-protocol@0.13.2
|
||||
x11rb@0.13.2
|
||||
xcursor@0.3.10
|
||||
xkbcommon-dl@0.4.2
|
||||
xkeysym@0.2.1
|
||||
xml5ever@0.18.1
|
||||
yoke-derive@0.8.0
|
||||
yoke@0.8.0
|
||||
zerocopy-derive@0.8.26
|
||||
zerocopy@0.8.26
|
||||
zerofrom-derive@0.1.6
|
||||
zerofrom@0.1.6
|
||||
zeroize@1.8.1
|
||||
zerotrie@0.2.2
|
||||
zerovec-derive@0.11.1
|
||||
zerovec@0.11.4
|
||||
zune-core@0.4.12
|
||||
zune-inflate@0.2.54
|
||||
zune-jpeg@0.4.20
|
||||
"
|
||||
|
||||
inherit cargo
|
||||
|
||||
DESCRIPTION="spotify_player is a fast, easy to use, and configurable terminal music player."
|
||||
HOMEPAGE="https://github.com/aome510/spotify-player"
|
||||
SRC_URI="
|
||||
https://github.com/aome510/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
${CARGO_CRATE_URIS}
|
||||
"
|
||||
LICENSE="0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 ISC LGPL-3 LGPL-3+ MIT MPL-2.0 Unicode-DFS-2016 Unlicense ZLIB"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
IUSE="daemon image +libnotify +media-control pulseaudio sixel +streaming"
|
||||
REQUIRED_USE="
|
||||
sixel? ( image )
|
||||
daemon? ( streaming )
|
||||
"
|
||||
DEPEND="
|
||||
dev-libs/openssl
|
||||
sys-apps/dbus
|
||||
libnotify? ( x11-libs/libnotify )
|
||||
pulseaudio? ( media-libs/libpulse )
|
||||
sixel? ( media-libs/libsixel )
|
||||
streaming? ( media-libs/alsa-lib )
|
||||
"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_configure() {
|
||||
initfeatures=(
|
||||
"$(usex daemon daemon '')"
|
||||
"$(usex image image '')"
|
||||
"$(usex libnotify notify '')"
|
||||
"$(usex media-control media-control '')"
|
||||
"$(usex pulseaudio pulseaudio-backend alsa-backend)"
|
||||
"$(usex sixel sixel '')"
|
||||
"$(usex streaming streaming '')"
|
||||
)
|
||||
newfeatures=$(
|
||||
IFS=,
|
||||
echo "${initfeatures[*]}"
|
||||
) || die
|
||||
cargo_src_configure --features ${newfeatures} --no-default-features
|
||||
}
|
||||
|
||||
src_install() {
|
||||
cargo_src_install --path ./spotify_player
|
||||
}
|
||||
QA_FLAGS_IGNORED="usr/bin/spotify_player"
|
||||
2
sys-auth/authenticator/Manifest
Normal file
2
sys-auth/authenticator/Manifest
Normal file
@@ -0,0 +1,2 @@
|
||||
DIST authenticator-4.6.2-deps.tar.xz 51491068 BLAKE2B 7f18b40f78c022b5c4493e33c30ebc096986e2cb54374f6dcc9232c7705322271fe35926102fd2d5530e5ab2e44f6e26972ce4e5b26930250b1c116c37e6a590 SHA512 87253659234035c0a4ab55ea6049543fee368fc2d68c7ae683d83310b93e7e5a7848d53d9bf681c97ae4498c1feb968c648bd36db3664d4b4212f69f74e1beb2
|
||||
DIST authenticator-4.6.2.tar.bz2 723559 BLAKE2B 135e9dbd237da4da74c68186112bac56f4e38158638788f24894654c18b71cfbb7b8a4a8e6f93f0783211fae640e7085a9ae4dd4bf7c17d70d1ab33889fe908a SHA512 d55c2ba5ef0cdc6b93092a34ee98e1303cb5d8c8a8978d740a932ea0b992f45b599796306f0b7cce8a89a7adc91e2c36099525b9f52ba5b0bfbbe971acf57f52
|
||||
67
sys-auth/authenticator/authenticator-4.6.2.ebuild
Normal file
67
sys-auth/authenticator/authenticator-4.6.2.ebuild
Normal file
@@ -0,0 +1,67 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit cargo gnome2-utils meson xdg
|
||||
|
||||
DESCRIPTION="2FA code generator for GNOME"
|
||||
HOMEPAGE="https://gitlab.gnome.org/World/Authenticator"
|
||||
SRC_URI="
|
||||
https://gitlab.gnome.org/World/Authenticator/-/archive/${PV}/Authenticator-${PV}.tar.bz2 -> ${P}.tar.bz2
|
||||
https://gitlab.com/api/v4/projects/69517529/packages/generic/${PN}/${PV}/${P}-deps.tar.xz
|
||||
"
|
||||
|
||||
S="${WORKDIR}/Authenticator-${PV}"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
IUSE="debug test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/glib:2
|
||||
gui-libs/gtk:4
|
||||
gui-libs/libadwaita:1
|
||||
media-libs/gst-plugins-base:1.0
|
||||
media-libs/gstreamer:1.0
|
||||
media-plugins/gst-plugin-gtk4
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="
|
||||
dev-libs/appstream
|
||||
dev-libs/glib:2
|
||||
dev-util/desktop-file-utils
|
||||
dev-util/gtk-update-icon-cache
|
||||
sys-devel/gettext
|
||||
|
||||
debug? ( dev-vcs/git )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local profile="default"
|
||||
use debug && profile="development"
|
||||
|
||||
local emesonargs=(
|
||||
-Dprofile="$profile"
|
||||
)
|
||||
meson_src_configure
|
||||
|
||||
ln -s "${CARGO_HOME}" "${BUILD_DIR}/cargo-home" || die
|
||||
}
|
||||
|
||||
src_test() {
|
||||
cargo_src_test
|
||||
meson_src_test
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
xdg_pkg_postinst
|
||||
gnome2_schemas_update
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
xdg_pkg_postrm
|
||||
gnome2_schemas_update
|
||||
}
|
||||
12
sys-auth/authenticator/metadata.xml
Normal file
12
sys-auth/authenticator/metadata.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>contact@paveloom.dev</email>
|
||||
<name>Pavel Sobolev</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<bugs-to>https://gitlab.gnome.org/World/Authenticator/-/issues</bugs-to>
|
||||
<remote-id type="gnome-gitlab">World/Authenticator</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -6,3 +6,4 @@ DIST limine-9.5.0.tar.gz 573194 BLAKE2B 9c43a2053c1b606ff4318890830bf80aff211fd1
|
||||
DIST limine-9.6.0.tar.gz 572260 BLAKE2B 67ea63ac546c0562f16039319e91fb1ff45b24fc4e351297fa0f4154c93ac8ff5415ad2ee70ecd2c8441412734de8b94937e4de7269f404d24b4054c4cf1c366 SHA512 3f32619cc53b80f53a24c031ff675854c8439dbf8a4c68b8d557f5a2cdee42bc76634175ae16183d146e8cd323e0c45bf612aaa0f1f3503907100a3940e2178d
|
||||
DIST limine-9.6.1.tar.gz 580752 BLAKE2B 225dcecb5761ca24c1f2ac9729d31e48c90644e625c5808907ed7b8d313a7225e35ad4acf17fce225348d7cfad0a2722652dbb0df0f7c251f16774f15e1ed343 SHA512 17c23fb70fc051e04943669d0bfa8cd6050dc29e50bfe439d9d3470c3fa8aee3c24e382d00adf3d3493672ae47edcceaed29bd8a1a395bb7bf90a99aff34148a
|
||||
DIST limine-9.6.5.tar.gz 571231 BLAKE2B a3c5d35fc5d4d26485b5e607664ab0fc38f41ef12af6edc710eaf0b2ecd7e6edbbcab7e59679ef23a1cde96f97f0759411c65e25162997186ab09ef12ed39528 SHA512 77ae251f6436821fa89bf2de948964a9d16846d288c696260239a013dac2ee8aedbc1c652e39689753fa89859dddd4e69b916f409186e163899e1ecca88b3bbd
|
||||
DIST limine-9.6.7.tar.gz 571356 BLAKE2B dd55c9118f43b73ddf14306329ea11a0bb3dc81cc7dcacb5551af3fe9ddb88dbd1773aa1e163885fc792e782586359947535c2946822e065b1e28ca1ff60d1e2 SHA512 a8e364cc5a7ac60f547ba899673d902a041ccbb37e30014dfe91e76bd433648586e1eba54263cfdc982f02bfacb9833f5c4d2ed10a4d7f8efd61305ec71137ec
|
||||
|
||||
48
sys-boot/limine/limine-9.6.7.ebuild
Normal file
48
sys-boot/limine/limine-9.6.7.ebuild
Normal file
@@ -0,0 +1,48 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
LLVM_COMPAT=( {16..20} )
|
||||
inherit llvm-r1
|
||||
|
||||
DESCRIPTION="Limine is a modern, advanced, and portable BIOS/UEFI multiprotocol bootloader"
|
||||
HOMEPAGE="https://limine-bootloader.org/"
|
||||
SRC_URI="https://codeberg.org/Limine/Limine/releases/download/v${PV}/limine-${PV}.tar.gz"
|
||||
|
||||
LICENSE="BSD-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE="+bios +bios-pxe +bios-cd +cd-efi +uefi32 +uefi64 +uefiaa64 +uefirv64 +uefiloong64"
|
||||
|
||||
MY_LLVM_TARGETS="AArch64 ARM X86 RISCV LoongArch"
|
||||
MY_LLVM_FLAGS="llvm_targets_${MY_LLVM_TARGETS// /(-),llvm_targets_}(-)"
|
||||
|
||||
BDEPEND="
|
||||
app-alternatives/gzip
|
||||
dev-lang/nasm
|
||||
sys-apps/findutils
|
||||
$(llvm_gen_dep "
|
||||
llvm-core/llvm:\${LLVM_SLOT}[${MY_LLVM_FLAGS}]
|
||||
llvm-core/clang:\${LLVM_SLOT}[${MY_LLVM_FLAGS}]
|
||||
llvm-core/lld:\${LLVM_SLOT}
|
||||
")
|
||||
cd-efi? ( sys-fs/mtools )
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local myconf=(
|
||||
"$(use_enable bios)"
|
||||
"$(use_enable bios-cd)"
|
||||
"$(use_enable bios-pxe)"
|
||||
|
||||
"$(use_enable uefi32 uefi-ia32)"
|
||||
"$(use_enable uefi64 uefi-x86-64)"
|
||||
"$(use_enable uefiaa64 uefi-aarch64)"
|
||||
"$(use_enable uefirv64 uefi-riscv64)"
|
||||
"$(use_enable uefiloong64 uefi-loongarch64)"
|
||||
"$(use_enable cd-efi uefi-cd)"
|
||||
)
|
||||
|
||||
econf "${myconf[@]}"
|
||||
}
|
||||
@@ -1 +1 @@
|
||||
DIST mullvad-browser-bin-14.5.5.tar.xz 102976556 BLAKE2B 9aaa9999f41f064b0a8318d0ee2432a61c82804549012920ffcac0111a46d6bcbb7652b3bbe7d8fad5c0a16ba34d6c8a49f27d0bd2dc3d921c943faf905d5ccb SHA512 c2c69e710814bdcd5914cf927f729866929ae3abf43d532ddc4816959d00cf6d3fe36c6837545ff6efb444e9561b35e13c349f604bcd99168e08d7784006908d
|
||||
DIST mullvad-browser-bin-14.5.6.tar.xz 103023292 BLAKE2B 3100af964c59c5ca2c3441006bd04d3d6f1d8c0acec0561d9fa442451f7901dd25064444911f36d74341d3e664cb211b0c92824dafc93bb74e17c27c40607d48 SHA512 98e6faca8456f7bb956be4158ea8c2bb2c8b07e4ccaec64dd5c11f0a500e9b898b6a0a07bb4c3e94099b776c3713ce72ff5b2482ed1a3cf62adbc8cce3b34f6a
|
||||
|
||||
Reference in New Issue
Block a user