mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
Compare commits
11 Commits
f9e578c34d
...
203b9bb8d5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
203b9bb8d5 | ||
|
|
fb77881769 | ||
|
|
43913359dc | ||
|
|
a05952393f | ||
|
|
55bf278fea | ||
|
|
440bab3d94 | ||
|
|
f6649b1aa9 | ||
|
|
58d4a29658 | ||
|
|
eb684683b4 | ||
|
|
82ffd2155f | ||
|
|
6aece5dd16 |
@@ -1,3 +1,3 @@
|
||||
DIST google-antigravity-1.14.2-verify-sig.tar.xz 3212 BLAKE2B c2493cc700576ceca827cf57b982bedead545ce8052ddda6bbd50bcbe04a22aac0c7a83108c0a28db07792f6b40763f7d5b8fc02d374a928266e4f609edccc5d SHA512 103ccacc7dcadf928be1c12bcf2c5a96754eaa0065ea0c68bc4542f3b561d8ca40cd4596ad8805c1b6f26293310777c78e2d03116f6820d7579aa5310a6d1189
|
||||
DIST google-antigravity-1.14.2_amd64.deb 154083336 BLAKE2B c4e369acc4391879214e51fd782a71ec8ab88fc90c90d2ed8b5a4964af6f8f2485187c1e8e160b26919ebc700d1f2cc94f38dbcee71c7ec4cf679bfb5196f524 SHA512 6dd27586810639c5431e92f0908be46d8efb378ccbce308af7e385aba4da03053458a01d814d791d7f5e338828158df2af6ec39e1c866542a291deffd868e347
|
||||
DIST google-antigravity-1.14.2_arm64.deb 146370080 BLAKE2B ac6d9af6731dc0a25c12190ac9a8ac8f963848e60f1053051b58246454b574545b7a38f9cbbbde9104facbe5fc500a8560a79a0a6ca04dfff3a8c34df5696c42 SHA512 677786210c5a23157a75d9b365a01faa55cd87390379a66a4ff82fcc925c8012e90dcaea6a6951085c0627e9dbc93bd029288b3aa8d4d87fd534fe1cb091d4f2
|
||||
DIST google-antigravity-1.16.5-verify-sig.tar.xz 3752 BLAKE2B b1cb4a6172ba74c996a3905d0a27742759dcb50f41ef63f2684e28f05efd34a1b56825009b387de6450d34160073f5fecb816e856cf7ea765ede35946a0b233c SHA512 0acba079ec6e3cac21cb5c4c877b8c36a63813d73f2fd2de4c25f30aea3bffcff6b25b8a0c055e6b4012fee07100e04c0fb6f40801a70c06b2321c3d37752bea
|
||||
DIST google-antigravity-1.16.5_amd64.deb 159265264 BLAKE2B 102e18115e7174baf9734ab145acadcade9d9157313e129d2a19da95bf4745121b4abf98fe14e2036faae49be67fb96577e694e8d718abaa562aa7b79c6eaddb SHA512 9926caa520f89da9e92cb94d7304f88055f142d1e44b17a5ba7097bd3bd512c1a80c20519d4dd93862c7ae138eaaa0437e7c17f0bd6307c6ed78c06ea7a69252
|
||||
DIST google-antigravity-1.16.5_arm64.deb 150247232 BLAKE2B 95c3590d029a986e4118e3dae88a3112dd5b1eddc75e46072d44eb9309203d6b795e3ac769bcda4c3c9aa7bb2a67754dbf69ce95ac9d7eca31a89b824bbbe7b5 SHA512 300158b8aeeac89c9e250ec88c7457bdab9d3ef42c251b424a5b10d5a63b0ea9fd0c064ecf2394d7f483c14aaba046f0c4132c7c453db75f1e8688c628497816
|
||||
|
||||
@@ -14,17 +14,19 @@ inherit chromium-2 eapi9-pipestatus optfeature pax-utils unpacker verify-sig xdg
|
||||
BASE_SRC_URI="https://us-central1-apt.pkg.dev/projects/antigravity-auto-updater-dev/pool/antigravity-debian"
|
||||
|
||||
# See ${BASE_SRC_URI}/main/binary-${ARCH}/Packages
|
||||
BUILD_ID_AMD64="1768287740"
|
||||
BUILD_ID_ARM64="1768287742"
|
||||
DEB_HASH_AMD64="5527204873323b09e7e6bc003cf22f91"
|
||||
DEB_HASH_ARM64="fa871f81c5b4e1b343589341d279a64c"
|
||||
BUILD_ID_AMD64="1770081357"
|
||||
BUILD_ID_ARM64="1770081396"
|
||||
DEB_HASH_AMD64="1e91c55b802c42d27f931c53e68fc2ab"
|
||||
DEB_HASH_ARM64="c50fd2a09a9c4bc5a4ef2c96ff8b8d0b"
|
||||
|
||||
DESCRIPTION="Google's AI-first IDE and agentic development platform"
|
||||
HOMEPAGE="https://antigravity.google/"
|
||||
SRC_URI="
|
||||
amd64? ( ${BASE_SRC_URI}/antigravity_${PV}-${BUILD_ID_AMD64}_amd64_${DEB_HASH_AMD64}.deb -> ${P}_amd64.deb )
|
||||
arm64? ( ${BASE_SRC_URI}/antigravity_${PV}-${BUILD_ID_ARM64}_arm64_${DEB_HASH_ARM64}.deb -> ${P}_arm64.deb )
|
||||
verify-sig? ( https://home.cit.tum.de/~salu/distfiles/${P}-verify-sig.tar.xz )
|
||||
verify-sig? (
|
||||
https://raw.githubusercontent.com/falbrechtskirchinger/overlay-assets/main/distfiles/${P}-verify-sig.tar.xz
|
||||
)
|
||||
"
|
||||
S="${WORKDIR}"
|
||||
|
||||
@@ -1 +1 @@
|
||||
DIST pmbootstrap-3.6.0.tar.bz2 228003 BLAKE2B fcd85b2563037cbc851ed879518b853b49a099df6829a54ba3ec449bdcb744b54c4b4f14c2fe2912b803d4e156bb02509bcb5d22aebef58f989730332d61a034 SHA512 649891223c9b5a749540ea230fd4924a2458e33c63a89494531a2dead970c4c771f424ef1af17bb0eb40c1cf897dcc1c8629778f97411c4d9d9e9172f2030cd0
|
||||
DIST pmbootstrap-3.9.0.tar.bz2 242497 BLAKE2B bc17bd11eb8ea4aa1608bd52c36cacb99ad6fdd9e5d14f4d166ba332cbce1560b59763b7580a6803b0fed2b147a85d02b26f46c1fbd5d9b16d8298077dac4063 SHA512 b2365466350eaaf46a89cec477717a5a5629c1402a0fddb042f2087705a204f5fed88713b32521d7f4c5a53038875090134e504426dfb2701ba605867397d9dd
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
@@ -20,16 +21,19 @@ SLOT="0"
|
||||
# arm64 keywords it would seem like the package only works on amd64, but I can't
|
||||
# keyword x86 and arm64 because I can't test these.
|
||||
KEYWORDS="-alpha ~amd64 -arm -hppa -ppc -ppc64 -riscv -sparc"
|
||||
# Tests are disabled because they require the pmaports repository (containing
|
||||
# postmarketOS APKBUILDs) to be cloned at runtime.
|
||||
RESTRICT="mirror"
|
||||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="
|
||||
dev-vcs/git
|
||||
sys-fs/multipath-tools
|
||||
"
|
||||
|
||||
# test_pkgrepo.py is disabled because it requires the pmaports repository (containing
|
||||
# postmarketOS APKBUILDs) to be cloned at runtime.
|
||||
EPYTEST_DESELECT=(
|
||||
"test/core/test_pkgrepo.py"
|
||||
)
|
||||
EPYTEST_PLUGINS=()
|
||||
distutils_enable_tests pytest
|
||||
|
||||
pkg_pretend() {
|
||||
@@ -43,15 +47,3 @@ pkg_pretend() {
|
||||
pkg_setup() {
|
||||
python-single-r1_pkg_setup
|
||||
}
|
||||
|
||||
python_test() {
|
||||
local -x EPYTEST_DESELECT=()
|
||||
|
||||
# test_pkgrepo.py is disabled because it requires the pmaports repository (containing
|
||||
# postmarketOS APKBUILDs) to be cloned at runtime.
|
||||
EPYTEST_DESELECT+=(
|
||||
"test/core/test_pkgrepo.py"
|
||||
)
|
||||
|
||||
distutils-r1_python_test
|
||||
}
|
||||
@@ -1,5 +1,6 @@
|
||||
DIST xone-0.5.2.tar.gz 77385 BLAKE2B ce5e28230238edc9be6f8055ceec42bfa99ee651007ebcbdd332e491e43d4865a81c8e57e446c7817f8513da45fa6deb1f8dae9e6b947afdd58e3b4eee7714ba SHA512 1ef49735f5172bb824a9835b7a8870ee80b1f8df59ee8818d676e5ca4c3aaa189e45b197a0a71e3e88ff4e3ebdfe509c63ee43dd42f384e479dd17bc2ce9116e
|
||||
DIST xone-0.5.4.tar.gz 77525 BLAKE2B ea58847b14e2645c33aacdfc43c2ebf5cf21808c57a2b5e262e19c74f86fb0d7b57a77057cb83a1b0e42eb3b12b9c7bbc389f0d4927c5320ac9cc6392d192d6e SHA512 e188dbb5a6bd496d3cbcdb2d639824c4d8bbd5e979aa4eb641baac1220a48ccb9aa7c35e71295c8088f94a17eefb2f0d664a4a89e47f29a0cc33cc10f62ba584
|
||||
DIST xone-0.5.5.tar.gz 77837 BLAKE2B eadce8a067c54d3911e185d3b2d731f1fde6858ed71ede5db32913ab3dbeb0ddde8de48811ed204af26995e8bdc0f961c2f09ec686ff5182c10d2cff40f8039d SHA512 1005f2a1bc658a253734c00ce686e7dca4d3b5be28141e63af417920942064340a91a3fc920d265a1ca92419debfbdc11c56f8e4a66c58018de2d3af21aa7feb
|
||||
DIST xone-firmware-02e6.cab 199891 BLAKE2B f531a9f4b8220ee4501431b308ee6e29a8dea26467020df25b7fa22228543cc560e1170d13b1cb3490c64c48bf610e3fb7ddfb743e4a2028f5980e02d0c36790 SHA512 0906debd6c1f4706348ec1b1cbf233ea2c45bbc0b8882593740964036808722f5bb701f43da803320609e02072cd16dada572d337fd4c05cc1cf6dde6fd38908
|
||||
DIST xone-firmware-02f9.cab 226982 BLAKE2B 9518e592db4afe18ff3111800471b0674e43624ae539bff0251b42eb11b0c32e54762f158018ec604b5050d6dfd99ed35fd9da19c186eb9ca5c18135355810c2 SHA512 b5732ee8c22ffac9964109669c9dfe30f3fdcdd026125f3a20450e4d3975fda75a2c8b453013202b7c56e492cccc963f8c3f97a7c8c21b1af1caa4f5866e7cc4
|
||||
DIST xone-firmware-02fe.cab 216868 BLAKE2B 386fc3d0a87ec03c78706e3077572934bc8b416037bd2559d972e9e29f2e3642d813cd62325710ab3fcb7e647dee1ee4bf75b6c2da9181f86e386fcce3d14539 SHA512 d7a239f1f4ed8db6b1db99db34ece881d835e44878ad131b7fb55886c68d8516064f5badf90ab4c54fda835750dcec54bf4b2b779c8f5fad3033d46251d37765
|
||||
|
||||
81
games-util/xone/xone-0.5.5.ebuild
Normal file
81
games-util/xone/xone-0.5.5.ebuild
Normal file
@@ -0,0 +1,81 @@
|
||||
# Copyright 2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit linux-mod-r1
|
||||
|
||||
DESCRIPTION="Linux kernel driver for Xbox One and Xbox Series X|S accessories"
|
||||
HOMEPAGE="https://github.com/dlundqvist/xone"
|
||||
SRC_URI="
|
||||
mirror+https://github.com/dlundqvist/xone/archive/v${PV}.tar.gz -> ${P}.tar.gz
|
||||
https://catalog.s.download.windowsupdate.com/d/msdownload/update/driver/drvs/2017/03/2ea9591b-f751-442c-80ce-8f4692cdc67b_6b555a3a288153cf04aec6e03cba360afe2fce34.cab
|
||||
-> ${PN}-firmware-02fe.cab
|
||||
https://catalog.s.download.windowsupdate.com/c/msdownload/update/driver/drvs/2017/07/1cd6a87c-623f-4407-a52d-c31be49e925c_e19f60808bdcbfbd3c3df6be3e71ffc52e43261e.cab
|
||||
-> ${PN}-firmware-02e6.cab
|
||||
https://catalog.s.download.windowsupdate.com/c/msdownload/update/driver/drvs/2017/06/1dbd7cb4-53bc-4857-a5b0-5955c8acaf71_9081931e7d664429a93ffda0db41b7545b7ac257.cab
|
||||
-> ${PN}-firmware-02f9.cab
|
||||
https://catalog.s.download.windowsupdate.com/d/msdownload/update/driver/drvs/2017/08/aeff215c-3bc4-4d36-a3ea-e14bfa8fa9d2_e58550c4f74a27e51e5cb6868b10ff633fa77164.cab
|
||||
-> ${PN}-firmware-091e.cab
|
||||
"
|
||||
|
||||
LICENSE="GPL-2+ MS-TOU"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RESTRICT="bindist mirror test"
|
||||
|
||||
BDEPEND="app-arch/cabextract"
|
||||
|
||||
CONFIG_CHECK="SND CFG80211 INPUT_FF_MEMLESS USB POWER_SUPPLY LEDS_CLASS HID SYSFS"
|
||||
MODULES_KERNEL_MIN=6.5
|
||||
|
||||
src_unpack() {
|
||||
unpack ${P}.tar.gz
|
||||
|
||||
cabextract -F FW_ACC_00U.bin -d "${S}/xone_firmware_02fe" \
|
||||
"${DISTDIR}/${PN}-firmware-02fe.cab" > /dev/null || die
|
||||
cabextract -F FW_ACC_00U.bin -d "${S}/xone_firmware_02e6" \
|
||||
"${DISTDIR}/${PN}-firmware-02e6.cab" > /dev/null || die
|
||||
cabextract -F FW_ACC_CL.bin -d "${S}/xone_firmware_02f9" \
|
||||
"${DISTDIR}/${PN}-firmware-02f9.cab" > /dev/null || die
|
||||
cabextract -F FW_ACC_BR.bin -d "${S}/xone_firmware_091e" \
|
||||
"${DISTDIR}/${PN}-firmware-091e.cab" > /dev/null || die
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
cp "${FILESDIR}/Makefile" "${S}" || die
|
||||
default
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
local modlist=(
|
||||
xone_wired=kernel/drivers/input/joystick
|
||||
xone_dongle=kernel/drivers/input/joystick
|
||||
xone_gip=kernel/drivers/input/joystick
|
||||
xone_gip_gamepad=kernel/drivers/input/joystick
|
||||
xone_gip_headset=kernel/drivers/input/joystick
|
||||
xone_gip_chatpad=kernel/drivers/input/joystick
|
||||
xone_gip_madcatz_strat=kernel/drivers/input/joystick
|
||||
xone_gip_madcatz_glam=kernel/drivers/input/joystick
|
||||
xone_gip_pdp_jaguar=kernel/drivers/input/joystick
|
||||
|
||||
)
|
||||
|
||||
linux-mod-r1_src_compile
|
||||
}
|
||||
|
||||
src_install() {
|
||||
linux-mod-r1_src_install
|
||||
|
||||
einfo "Installing module blacklist"
|
||||
insinto /etc/modprobe.d/
|
||||
newins "${S}"/install/modprobe.conf xone-blacklist.conf
|
||||
|
||||
einfo "Installing Microsoft binary firmware"
|
||||
insinto /lib/firmware/
|
||||
newins "${S}"/xone_firmware_02e6/FW_ACC_00U.bin xone_dongle_02e6.bin
|
||||
newins "${S}"/xone_firmware_02fe/FW_ACC_00U.bin xone_dongle_02fe.bin
|
||||
newins "${S}"/xone_firmware_02f9/FW_ACC_CL.bin xone_dongle_02f9.bin
|
||||
newins "${S}"/xone_firmware_091e/FW_ACC_BR.bin xone_dongle_091e.bin
|
||||
}
|
||||
@@ -11,6 +11,6 @@ LICENSE=all-rights-reserved
|
||||
RDEPEND=|| ( sys-apps/systemd sys-apps/systemd-utils ) >=app-accessibility/at-spi2-core-2.46.0:2 app-crypt/libsecret[crypt] app-misc/ca-certificates dev-libs/expat dev-libs/glib:2 dev-libs/nspr dev-libs/nss media-libs/alsa-lib media-libs/libglvnd media-libs/mesa net-misc/curl sys-apps/dbus virtual/zlib:= sys-process/lsof x11-libs/cairo x11-libs/gtk+:3 x11-libs/libdrm x11-libs/libX11 x11-libs/libxcb x11-libs/libXcomposite x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes x11-libs/libxkbcommon x11-libs/libxkbfile x11-libs/libXrandr x11-libs/libXScrnSaver x11-libs/pango x11-misc/xdg-utils kerberos? ( app-crypt/mit-krb5 ) verify-sig? ( >=sec-keys/openpgp-keys-google-artifact-registry-20210504 )
|
||||
RESTRICT=bindist mirror strip
|
||||
SLOT=0
|
||||
SRC_URI=amd64? ( https://us-central1-apt.pkg.dev/projects/antigravity-auto-updater-dev/pool/antigravity-debian/antigravity_1.14.2-1768287740_amd64_5527204873323b09e7e6bc003cf22f91.deb -> google-antigravity-1.14.2_amd64.deb ) arm64? ( https://us-central1-apt.pkg.dev/projects/antigravity-auto-updater-dev/pool/antigravity-debian/antigravity_1.14.2-1768287742_arm64_fa871f81c5b4e1b343589341d279a64c.deb -> google-antigravity-1.14.2_arm64.deb ) verify-sig? ( https://home.cit.tum.de/~salu/distfiles/google-antigravity-1.14.2-verify-sig.tar.xz )
|
||||
SRC_URI=amd64? ( https://us-central1-apt.pkg.dev/projects/antigravity-auto-updater-dev/pool/antigravity-debian/antigravity_1.16.5-1770081357_amd64_1e91c55b802c42d27f931c53e68fc2ab.deb -> google-antigravity-1.16.5_amd64.deb ) arm64? ( https://us-central1-apt.pkg.dev/projects/antigravity-auto-updater-dev/pool/antigravity-debian/antigravity_1.16.5-1770081396_arm64_c50fd2a09a9c4bc5a4ef2c96ff8b8d0b.deb -> google-antigravity-1.16.5_arm64.deb ) verify-sig? ( https://raw.githubusercontent.com/falbrechtskirchinger/overlay-assets/main/distfiles/google-antigravity-1.16.5-verify-sig.tar.xz )
|
||||
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da linux-info efd923656513c879204fec6638eadee5 chromium-2 6be3cf193def84c82ddae5c1f21ddbe5 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd optfeature 538bce96e5589935b57e178e8635f301 pax-utils 5555f2e75744739fe100ee62c22d28fe multiprocessing 1e32df7deee68372153dca65f4a7c21f unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 verify-sig ece4c893b6bd62eacbc4d25958e857f8 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
|
||||
_md5_=d17c0ec7cacbe284b41d5ef96b870f0c
|
||||
_md5_=fcc43262ff30fb4bc9c7b119d961de21
|
||||
@@ -1,6 +1,5 @@
|
||||
BDEPEND=test? ( dev-vcs/git sys-fs/multipath-tools python_single_target_python3_11? ( >=dev-python/pytest-7.4.4[python_targets_python3_11(-)] ) python_single_target_python3_12? ( >=dev-python/pytest-7.4.4[python_targets_python3_12(-)] ) python_single_target_python3_13? ( >=dev-python/pytest-7.4.4[python_targets_python3_13(-)] ) python_single_target_python3_14? ( >=dev-python/pytest-7.4.4[python_targets_python3_14(-)] ) ) 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_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 pretend setup test
|
||||
DEPEND=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 )
|
||||
DESCRIPTION=Helper tool for developing and building postmarketOS
|
||||
EAPI=8
|
||||
HOMEPAGE=https://postmarketos.org/
|
||||
@@ -12,6 +11,6 @@ RDEPEND=dev-vcs/git sys-fs/multipath-tools python_single_target_python3_11? ( de
|
||||
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 python_single_target_python3_14 )
|
||||
RESTRICT=mirror !test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/archive/3.6.0/pmbootstrap-3.6.0.tar.bz2
|
||||
SRC_URI=https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/archive/3.9.0/pmbootstrap-3.9.0.tar.bz2
|
||||
_eclasses_=toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils 8e5093bd27b7f541a1913271f25d633a multibuild 83db098a835f71feb71761f72a694aa2 multilib 404b65bd5212cff83b3935c685419d08 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b python-utils-r1 dbb8c4d794033ad7e7221eaf567a6c90 python-single-r1 47d8ac9be330c9366112b78fd4f8ce57 distutils-r1 776bbaa25e9fa0dc9ac6f039ca37f701 linux-info efd923656513c879204fec6638eadee5
|
||||
_md5_=db95fe77834e7cee14a9e506b41f43fc
|
||||
_md5_=a0a731c1e41af311a56388eaa1c3c91a
|
||||
17
metadata/md5-cache/games-util/xone-0.5.5
Normal file
17
metadata/md5-cache/games-util/xone-0.5.5
Normal file
@@ -0,0 +1,17 @@
|
||||
BDEPEND=app-arch/cabextract dev-util/pahole sys-apps/kmod[tools] modules-sign? ( dev-libs/openssl virtual/pkgconfig )
|
||||
DEFINED_PHASES=compile install postinst prepare setup unpack
|
||||
DEPEND=virtual/linux-sources
|
||||
DESCRIPTION=Linux kernel driver for Xbox One and Xbox Series X|S accessories
|
||||
EAPI=8
|
||||
HOMEPAGE=https://github.com/dlundqvist/xone
|
||||
IDEPEND=sys-apps/kmod[tools]
|
||||
INHERIT=linux-mod-r1
|
||||
IUSE=dist-kernel modules-compress modules-sign +strip
|
||||
KEYWORDS=~amd64
|
||||
LICENSE=GPL-2+ MS-TOU
|
||||
RDEPEND=sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= )
|
||||
RESTRICT=bindist mirror test
|
||||
SLOT=0
|
||||
SRC_URI=mirror+https://github.com/dlundqvist/xone/archive/v0.5.5.tar.gz -> xone-0.5.5.tar.gz https://catalog.s.download.windowsupdate.com/d/msdownload/update/driver/drvs/2017/03/2ea9591b-f751-442c-80ce-8f4692cdc67b_6b555a3a288153cf04aec6e03cba360afe2fce34.cab -> xone-firmware-02fe.cab https://catalog.s.download.windowsupdate.com/c/msdownload/update/driver/drvs/2017/07/1cd6a87c-623f-4407-a52d-c31be49e925c_e19f60808bdcbfbd3c3df6be3e71ffc52e43261e.cab -> xone-firmware-02e6.cab https://catalog.s.download.windowsupdate.com/c/msdownload/update/driver/drvs/2017/06/1dbd7cb4-53bc-4857-a5b0-5955c8acaf71_9081931e7d664429a93ffda0db41b7545b7ac257.cab -> xone-firmware-02f9.cab https://catalog.s.download.windowsupdate.com/d/msdownload/update/driver/drvs/2017/08/aeff215c-3bc4-4d36-a3ea-e14bfa8fa9d2_e58550c4f74a27e51e5cb6868b10ff633fa77164.cab -> xone-firmware-091e.cab
|
||||
_eclasses_=mount-boot-utils 2551bac1a772f4b6beacb494a750ae92 toolchain-funcs 7e440a20ac11dece04e3334622e6e5da dist-kernel-utils 6b5bab4e35c9a263b3f102ee53d96c65 edo a5e294016aa84979fcb2459749eb80b2 linux-info efd923656513c879204fec6638eadee5 multiprocessing 1e32df7deee68372153dca65f4a7c21f linux-mod-r1 2b1749a4ea9e1aea780b1b54dd2f65f1
|
||||
_md5_=d5a29cbb27bc75b5f26f11e07a5fa172
|
||||
@@ -10,6 +10,6 @@ LICENSE=MPL-2.0 Apache-2.0 BSD BSD-2 ISC LGPL-3 MIT
|
||||
RDEPEND=acct-user/xray acct-group/xray
|
||||
RESTRICT=test
|
||||
SLOT=0
|
||||
SRC_URI=https://github.com/XTLS/Xray-core/archive/v26.2.2.tar.gz -> xray-core-26.2.2.tar.gz https://github.com/puleglot/Xray-core/releases/download/v26.2.2/Xray-core-26.2.2-vendor.tar.xz
|
||||
SRC_URI=https://github.com/XTLS/Xray-core/archive/v26.2.4.tar.gz -> xray-core-26.2.4.tar.gz https://github.com/puleglot/Xray-core/releases/download/v26.2.4/Xray-core-26.2.4-vendor.tar.xz
|
||||
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 7e440a20ac11dece04e3334622e6e5da flag-o-matic a7afe42e95fb46ce9691605acfb24672 go-env 0e2babf96e7d0b045fc07ad199eb2399 go-module d96f2a2fd6d8fbad6d94516bf238f885 systemd a964c0cbe818b5729da1dbfcee5be861
|
||||
_md5_=b2181f9f62fde135e93763187459b847
|
||||
@@ -14,4 +14,4 @@ RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
SRC_URI=https://distfiles.hacktivis.me/releases/badwolf/badwolf-1.4.0.tar.gz verify-sig? ( https://distfiles.hacktivis.me/releases/badwolf/badwolf-1.4.0.tar.gz.sign )
|
||||
_eclasses_=xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b portability a39e3d646f76cb45d06b44cc1144b8d4 savedconfig b9131abe556ad2ea96c01b06d658d363 eapi9-pipestatus d2c134036ac31c3085aebc9147f572bd verify-sig ece4c893b6bd62eacbc4d25958e857f8
|
||||
_md5_=11aa0db221c8f88626439d26a1946654
|
||||
_md5_=b097c6f3e052160dae295b8e11ca913e
|
||||
|
||||
@@ -13,4 +13,4 @@ RDEPEND=dev-libs/glib dev-libs/libxml2:= x11-libs/gtk+:3 net-libs/webkit-gtk:4.1
|
||||
RESTRICT=!test? ( test )
|
||||
SLOT=0
|
||||
_eclasses_=xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 3a59a39e97af0f7c03f49cf3c22f262b git-r3 875eb471682d3e1f18da124be97dcc81
|
||||
_md5_=dc3d30cbf0fd3e4ea7958002942951f2
|
||||
_md5_=4d99d8f8c167921caa65c39ddce1c3eb
|
||||
|
||||
@@ -1038,7 +1038,7 @@ dev-util/git-bug 0.10.1 9999: distributed, offline-first bug tracker
|
||||
dev-util/git-pages-cli 1.5.1: Command-line application for publishing sites to git-pages
|
||||
dev-util/gitlab-ci-local-bin 4.43.0 4.47.0 4.56.0: Run gitlab pipelines locally as shell executor or docker executor
|
||||
dev-util/go-task 3.38.0-r1 3.41.0-r1: A task runner / simpler Make alternative written in Go
|
||||
dev-util/google-antigravity 1.14.2: Google's AI-first IDE and agentic development platform
|
||||
dev-util/google-antigravity 1.16.5: Google's AI-first IDE and agentic development platform
|
||||
dev-util/gshards 0.2: Small helper tools to aid installing Crystal packages in Gentoo
|
||||
dev-util/hare-update 0.25.2.0 9999: assist in upgrading a codebase to a newer Hare release
|
||||
dev-util/haredo 1.0.2 9999: a simple and unix-idiomatic build automator
|
||||
@@ -1068,7 +1068,7 @@ dev-util/ocp-indent 1.8.2: Indentation tool for OCaml, to be used from editors l
|
||||
dev-util/opencode-bin 1.1.48: The open source coding agent
|
||||
dev-util/pcpp 1.30: A C99 preprocessor written in pure Python
|
||||
dev-util/pifpaf 3.3.0: Suite of tools and fixtures to manage daemons for testing
|
||||
dev-util/pmbootstrap 3.6.0: Helper tool for developing and building postmarketOS
|
||||
dev-util/pmbootstrap 3.9.0: Helper tool for developing and building postmarketOS
|
||||
dev-util/quilttools 0.3-r1: Mailbox to quilt series converter
|
||||
dev-util/rexxd 2025.02.17: Drop-in replacement for the original xxd
|
||||
dev-util/riffdiff 3.6.1: Diff filter highlighting changed line parts
|
||||
@@ -1195,7 +1195,7 @@ games-util/sdl2-gamepad-mapper 0.0.8-r1: GUI application to generate an SDL2 map
|
||||
games-util/steamtinkerlaunch 12.12 9999: Wrapper script for Steam custom launch options
|
||||
games-util/umu-launcher 1.3.0: Unified launcher for Windows games on Linux
|
||||
games-util/xivlauncher 1.3.1: Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)
|
||||
games-util/xone 0.5.2 0.5.4: Linux kernel driver for Xbox One and Xbox Series X|S accessories
|
||||
games-util/xone 0.5.2 0.5.4 0.5.5: Linux kernel driver for Xbox One and Xbox Series X|S accessories
|
||||
gnome-extra/commit 4.1-r1 4.2 4.3: Commit message editor
|
||||
gnome-extra/extension-manager 0.6.3-r1 0.6.5 9999: A native tool for browsing, installing, and managing GNOME Shell Extensions
|
||||
gnome-extra/iio-sensor-proxy 3.7 3.8: IIO sensors to D-Bus proxy
|
||||
@@ -1741,7 +1741,7 @@ net-proxy/opera-proxy 1.13.1: Standalone Opera VPN proxies client
|
||||
net-proxy/shadowsocks-rust 1.22.0: A Rust port of shadowsocks
|
||||
net-proxy/snowflake 2.11.0-r1: Pluggable Transport using WebRTC, inspired by Flashproxy
|
||||
net-proxy/wireproxy 1.0.9: Wireguard client that exposes itself as a proxy
|
||||
net-proxy/xray-core 26.2.2 9999: A unified platform for anti-censorship
|
||||
net-proxy/xray-core 26.2.4 9999: A unified platform for anti-censorship
|
||||
net-voip/baresip 4.2.0 4.3.0 4.4.0: Baresip is a portable and modular SIP User-Agent
|
||||
net-voip/discover-overlay 0.6.9-r1 0.7.4 0.7.8: Yet another Discord overlay for Linux written in Python using GTK3
|
||||
net-voip/gnome-calls 48.2 49.1.1: Phone dialer and call handler
|
||||
|
||||
@@ -1 +1 @@
|
||||
Thu, 05 Feb 2026 08:31:06 +0000
|
||||
Thu, 05 Feb 2026 14:16:44 +0000
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
DIST Xray-core-26.2.2-vendor.tar.xz 3479180 BLAKE2B c7e0bcaec911a138d09ef7bb16ec8d532780d066a46c190cef3bbb643a7afbbeb12d6f03aa8affecea60d09a5432cfcdb39013db291bf9940a3aec4ad62b6605 SHA512 142a113580a5fa08d45f33d26198b4e5a57e33897f61ac72538e9d0f0969bf30c0984205c7e9d57c3e31cbd3444b9cb9b7e19f5b21cd37f3c3ac59f093a982e0
|
||||
DIST xray-core-26.2.2.tar.gz 801580 BLAKE2B 64f08a1531d2d926c66085192c3c6aa1620fec8f5dce306c105195b866be54ee1ce5ecd5ed845ac6358854c3dd6b94652e765759a66509f7823cc902f8a44587 SHA512 c621fa13c755b7ab9ed81ce3480db48142c1b76b1cd94c10efb78dd0e1f147d42f4ea0e222e743449f87abcd660557b90e26ea453c6d58d1355b6481f7e4241a
|
||||
DIST Xray-core-26.2.4-vendor.tar.xz 3478588 BLAKE2B 2f78ec0f1375a7e4a9d55539f5e8b81ae4dc23fc72a877bb658dc7b554fc338aa10efe5d516f2e27bde3f09c1bedee456551f44b4cea589eb2a57a7d857cc79d SHA512 bebdcb606ecbc618d25e96b4ca55681cff41083c060e4383fc1d2e8b064e9784ae479fc2192522d93371f6854f506b121d3a9f6eee39d2a6651c579725362265
|
||||
DIST xray-core-26.2.4.tar.gz 777901 BLAKE2B 15e49e39bb7ba13a6ba9656e8d3342d60c037943617d308506a681412f2ed9dabe25d559bdfb43934feb05a6cb10d12aeac087c733dc00aaf7503030cb6390ce SHA512 1300b3431721a0fcc71d6bf3cc2ee1a669401e032bd7209defb7d21e897fbd3e0927a49e3c1998f606f4297abafd977812e0fe6e92fecd27d8acee788e02a319
|
||||
|
||||
@@ -51,6 +51,7 @@ sys-apps/qjournalctl
|
||||
# Used to generate docs for knot-resolver, it's no longer required now.
|
||||
# No revdep
|
||||
# Removal on 2026-02-15
|
||||
dev-python/dataclasses-json
|
||||
dev-python/json-schema-for-humans
|
||||
|
||||
# Florian Albrechtskirchinger <falbrechtskirchinger@gmail.com> (2026-01-14)
|
||||
@@ -58,13 +59,6 @@ dev-python/json-schema-for-humans
|
||||
# Removal on 2026-02-14
|
||||
dev-util/cmakelang
|
||||
|
||||
# Kostadin Shishmanov <kostadinshishmanov@protonmail.com> (2026-01-12)
|
||||
# No longer have a Tidal subscription, and I don't want
|
||||
# to leave the package in an unmaintained and possibly
|
||||
# unsecure state.
|
||||
# Removal on 2026-02-12
|
||||
media-sound/tidal-hifi-bin
|
||||
|
||||
# Lucio Sauer <watermanpaint@posteo.net> (2026-01-04)
|
||||
# Header-only libraries without consumers
|
||||
# Removal on 2026-02-04
|
||||
|
||||
@@ -67,13 +67,14 @@ src_configure() {
|
||||
[[ "${PV}" == "9999" ]] || restore_config config.h
|
||||
|
||||
CC="${CC:-cc}" \
|
||||
PKGCONFIG="${PKG_CONFIG:-pkg-config}" \
|
||||
CMD_ED="false" \
|
||||
CFLAGS="${CFLAGS:--02 -Wall -Wextra}" \
|
||||
LDFLAGS="${LDFLAGS}" \
|
||||
DOCDIR="/usr/share/doc/${PF}" \
|
||||
WITH_WEBKITGTK="4.1" \
|
||||
PREFIX="/usr" \
|
||||
./configure
|
||||
./configure || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
||||
@@ -63,13 +63,14 @@ src_configure() {
|
||||
[[ "${PV}" == "9999" ]] || restore_config config.h
|
||||
|
||||
CC="${CC:-cc}" \
|
||||
PKGCONFIG="${PKG_CONFIG:-pkg-config}" \
|
||||
CMD_ED="false" \
|
||||
CFLAGS="${CFLAGS:--02 -Wall -Wextra}" \
|
||||
LDFLAGS="${LDFLAGS}" \
|
||||
DOCDIR="/usr/share/doc/${PF}" \
|
||||
WITH_WEBKITGTK="4.1" \
|
||||
PREFIX="/usr" \
|
||||
./configure
|
||||
./configure || die
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
||||
Reference in New Issue
Block a user