2024-03-06 01:03:27 UTC

This commit is contained in:
Repository mirror & CI
2024-03-06 01:03:27 +00:00
parent 525186aa83
commit 323beeb6e3
11 changed files with 73 additions and 21 deletions

View File

@@ -1,15 +1,15 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install prepare test
DEPEND=!app-admin/ananicy >=dev-cpp/nlohmann_json-3.9 >=dev-libs/libfmt-8 >=dev-libs/spdlog-1.9 regex? ( >=dev-libs/libpcre2-8 ) systemd? ( sys-apps/systemd )
DEPEND=!app-admin/ananicy >=dev-cpp/nlohmann_json-3.9 >=dev-libs/libfmt-8 >=dev-libs/spdlog-1.9 systemd? ( sys-apps/systemd )
DESCRIPTION=Ananicy rewritten in C++ for much lower CPU and memory usage
EAPI=8
HOMEPAGE=https://gitlab.com/ananicy-cpp/ananicy-cpp
INHERIT=cmake
IUSE=+regex systemd +threads
IUSE=systemd
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=!app-admin/ananicy >=dev-cpp/nlohmann_json-3.9 >=dev-libs/libfmt-8 >=dev-libs/spdlog-1.9 regex? ( >=dev-libs/libpcre2-8 ) systemd? ( sys-apps/systemd )
RDEPEND=!app-admin/ananicy >=dev-cpp/nlohmann_json-3.9 >=dev-libs/libfmt-8 >=dev-libs/spdlog-1.9 systemd? ( sys-apps/systemd )
SLOT=0
SRC_URI=https://gitlab.com/ananicy-cpp/ananicy-cpp/-/archive/v1.1.1/ananicy-cpp-v1.1.1.tar.bz2
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 24c947ff5f858625cf0b33c15eed4425 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c
_md5_=253026958f40f82c0d073e24cf34708c
_md5_=c3abe4f2c6a98da9a5e0df2178eedf0b

View File

@@ -1,15 +1,15 @@
BDEPEND=nvenc? ( x11-drivers/nvidia-drivers ) vaapi? ( media-video/ffmpeg[libdrm,vaapi] ) x264? ( media-libs/x264 ) dev-libs/libbsd media-libs/libpulse media-libs/openxr-loader net-dns/avahi systemd? ( sys-apps/systemd ) nvenc? ( dev-util/nvidia-cuda-toolkit ) dev-cpp/eigen dev-cpp/nlohmann_json dev-util/glslang app-alternatives/ninja >=dev-build/cmake-3.20.5 >=dev-vcs/git-1.8.2.1[curl]
BDEPEND=nvenc? ( x11-drivers/nvidia-drivers ) vaapi? ( media-video/ffmpeg[libdrm,vaapi] ) x264? ( media-libs/x264 ) dev-libs/libbsd media-libs/libpulse media-libs/openxr-loader net-dns/avahi systemd? ( sys-apps/systemd ) wireshark-plugins? ( net-analyzer/wireshark ) nvenc? ( dev-util/nvidia-cuda-toolkit ) dev-cpp/eigen dev-cpp/nlohmann_json dev-util/glslang app-alternatives/ninja >=dev-build/cmake-3.20.5 >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install prepare test unpack
DESCRIPTION=WiVRn OpenXR streaming
EAPI=7
HOMEPAGE=https://github.com/meumeu/WiVRn
INHERIT=cmake git-r3
IUSE=nvenc systemd vaapi x264
IUSE=nvenc systemd vaapi wireshark-plugins x264
LICENSE=GPL-3 Apache-2.0 MIT
PROPERTIES=live
RDEPEND=nvenc? ( x11-drivers/nvidia-drivers ) vaapi? ( media-video/ffmpeg[libdrm,vaapi] ) x264? ( media-libs/x264 ) dev-libs/libbsd media-libs/libpulse media-libs/openxr-loader net-dns/avahi systemd? ( sys-apps/systemd )
RDEPEND=nvenc? ( x11-drivers/nvidia-drivers ) vaapi? ( media-video/ffmpeg[libdrm,vaapi] ) x264? ( media-libs/x264 ) dev-libs/libbsd media-libs/libpulse media-libs/openxr-loader net-dns/avahi systemd? ( sys-apps/systemd ) wireshark-plugins? ( net-analyzer/wireshark )
REQUIRED_USE=|| ( nvenc vaapi x264 )
SLOT=0
SRC_URI=https://github.com/boostorg/pfr/archive/refs/tags/2.0.3.tar.gz -> boostpfr_2.0.3.tar.gz https://gitlab.freedesktop.org/monado/monado/-/archive/57e937383967c7e7b38b5de71297c8f537a2489d/monado-57e937383967c7e7b38b5de71297c8f537a2489d.tar.gz
SRC_URI=https://github.com/boostorg/pfr/archive/refs/tags/2.2.0.tar.gz -> boostpfr_2.2.0.tar.gz https://gitlab.freedesktop.org/monado/monado/-/archive/57e937383967c7e7b38b5de71297c8f537a2489d/monado-57e937383967c7e7b38b5de71297c8f537a2489d.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 24c947ff5f858625cf0b33c15eed4425 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils baea6080dd821f5562d715887954c9d3 cmake c7c9a62d6232cac66d4ea32d575c3e7c git-r3 86fa1f157b70b9d2ff340c4633b1cf4b
_md5_=145bb22aa12b1c9c218c538af63a93d2
_md5_=e8efa0096a3ef304986226a526cd177b

View File

@@ -0,0 +1,14 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
DEPEND=>=dev-qt/qtcore-5.9 >=dev-qt/qtdbus-5.9 >=dev-qt/qtnetwork-5.9 >=dev-qt/qttranslations-5.9 >=dev-qt/qtgui-5.9 >=dev-qt/qtquickcontrols2-5.9 >=dev-qt/qtsvg-5.9 dev-libs/openssl:0 media-libs/flac media-libs/libpulse dev-util/desktop-file-utils x11-misc/shared-mime-info
DESCRIPTION=The essential to control music from your SONOS devices on Linux platforms
EAPI=7
HOMEPAGE=http://janbar.github.io/noson-app/index.html
INHERIT=xdg cmake
KEYWORDS=~amd64 ~x86
LICENSE=GPL-3
RDEPEND=>=dev-qt/qtcore-5.9 >=dev-qt/qtdbus-5.9 >=dev-qt/qtnetwork-5.9 >=dev-qt/qttranslations-5.9 >=dev-qt/qtgui-5.9 >=dev-qt/qtquickcontrols2-5.9 >=dev-qt/qtsvg-5.9 dev-libs/openssl:0 media-libs/flac media-libs/libpulse
SLOT=0
SRC_URI=https://github.com/janbar/noson-app/archive/5.6.6.tar.gz -> noson-app-5.6.6.tar.gz
_eclasses_=xdg-utils baea6080dd821f5562d715887954c9d3 xdg 4a14c5c24f121e7da66e5aab4a168c6e toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic 24c947ff5f858625cf0b33c15eed4425 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 cmake c7c9a62d6232cac66d4ea32d575c3e7c
_md5_=da8bfb1430bfaa90164cc286e6a1c73c

View File

@@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare
DESCRIPTION=user contributed stuff related to munin
EAPI=7
HOMEPAGE=https://github.com/munin-monitoring/contrib
INHERIT=toolchain-funcs
IUSE=examples +plugins templates tools
KEYWORDS=~amd64
LICENSE=GPL-3+ Apache-2.0 GPL-2 LGPL-2 GPL-2+ LGPL-3+ MIT
RDEPEND=net-analyzer/munin
SLOT=0
SRC_URI=https://github.com/munin-monitoring/contrib/archive/83f4e970c4a7378540057318a5083653ee2f138b.tar.gz -> munin-contrib-0.2024.03.04.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0
_md5_=325b04e9d56cf5754568d323e95a7c5e

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,11 @@
BDEPEND=sys-libs/ncurses
DEFINED_PHASES=compile install
DESCRIPTION=Terminfo for Rio, a hardware-accelerated GPU terminal emulator powered by WebGPU
EAPI=8
HOMEPAGE=https://raphamorim.io/rio/
KEYWORDS=~amd64
LICENSE=MIT
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/raphamorim/rio/archive/refs/tags/v0.0.35.tar.gz -> rio-0.0.35.tar.gz
_md5_=e8c443c244edd186f581e6c1a61c1dd6

View File

@@ -82,7 +82,7 @@ app-accessibility/rhvoice 1.6.0 1.14.0: TTS engine with extended languages suppo
app-accessibility/rhvoice-core 1.14.0-r1: TTS engine with extended languages support
app-accessibility/speakup-tools 20121017: Tools to customize speakup module
app-admin/akita 0.1.4: An HTTP log monitoring tool for your terminal
app-admin/ananicy-cpp 1.1.1: Ananicy rewritten in C++ for much lower CPU and memory usage
app-admin/ananicy-cpp 1.1.1-r2: Ananicy rewritten in C++ for much lower CPU and memory usage
app-admin/antidot 0.6.3: Cleans up your $HOME from those pesky dotfiles
app-admin/aws-vault 7.2.0: Securely store and access AWS credentials in development environments
app-admin/bitwarden-cli 2024.2.0: CLI frontend client connects to Bitwarden comapatible password manager server
@@ -335,7 +335,7 @@ app-shells/zsh-history-to-fish 0.3.0-r1: Bring your ZSH history to Fish shell
app-shells/zsh-silver 9999: Zsh plugin for silver
app-text/OCRmyPDF 14.1.0 14.2.1: OCRmyPDF adds an OCR text layer to scanned PDF files
app-text/cmark-gfm 0.29.0.13: GitHub's fork of cmark
app-text/code-minimap 0.6.4 0.6.6: A high performance code minimap generator
app-text/code-minimap 0.6.4 0.6.7: A high performance code minimap generator
app-text/dooit 2.2.0: A TUI todo manager
app-text/epubgrep 0.6.2: Search tool for EPUB e-books
app-text/ford 6.2.5 7.0.5: FORD, automatic documentation generator for modern Fortran programs
@@ -1656,7 +1656,7 @@ media-sound/mpvc 1.1.4: mpc-like tool which connects to existing mpv instances t
media-sound/musikcube 3.0.1 3.0.2: Excellent terminal music player, support almost every known sound system.
media-sound/ncpamixer 1.3.7: A ncurses mixer for PulseAudio inspired by pavucontrol
media-sound/netcat-cpi 2014.04.29-r1: Kernel module edition of the Cycles Per Instruction (2014) album
media-sound/noson-app 5.2.2 5.4.0 5.4.1 5.6.0 5.6.3: The essential to control music from your SONOS devices on Linux platforms
media-sound/noson-app 5.2.2 5.4.0 5.4.1 5.6.0 5.6.3 5.6.6: The essential to control music from your SONOS devices on Linux platforms
media-sound/nuclear-bin 0.6.15 0.6.17: Nuclear is a streaming program that pulls content from free sources on internet
media-sound/nulloy 0.9.5 0.9.8 0.9.8.7 9999: Music player with a waveform progress bar (sound visualization)
media-sound/opensoundmeter 1.2.1 1.2.2 1.2.2_p20230104: FFT based application for tuning sound systems
@@ -1713,7 +1713,7 @@ mpv-plugin/mpv_thumbnail_script 0.5.1 0.5.2 0.5.3: A Lua script to show preview
mpv-plugin/thumbfast 2023.12.08: High-performance on-the-fly thumbnailer script for mpv.
net-analyzer/bandwhich 0.22.2: Terminal bandwidth utilization tool
net-analyzer/gping 1.16.1: Ping, but with a graph
net-analyzer/munin-contrib 0.2021.04.27: user contributed stuff related to munin
net-analyzer/munin-contrib 0.2021.04.27 0.2024.03.04: user contributed stuff related to munin
net-analyzer/munin-plugins-mendix 23_p20210510: This package provides various plugins for Munin
net-analyzer/netsniff-ng 0.6.8-r1: high performance network sniffer for packet inspection
net-client/amfora 1.8.0 1.9.2: A fancy terminal browser for the Gemini protocol.
@@ -2154,8 +2154,8 @@ x11-misc/xscreensaver-anclock 2.2.1: Analog clock hack for the xscreensaver prog
x11-plugins/purple-mm-sms 0.1.7: Purple SMS plugin using ModemManager
x11-terms/dmd5620 1.2.0: GTK+ 3.0 implementation of an AT&T / Teletype DMD 5620 emulator.
x11-terms/mlterm-canna 3.9.3: canna plugin for mlterm
x11-terms/rio 0.0.28 0.0.34: A hardware-accelerated GPU terminal emulator powered by WebGPU
x11-terms/rio-terminfo 0.0.28 0.0.34: Terminfo for Rio, a hardware-accelerated GPU terminal emulator powered by WebGPU
x11-terms/rio 0.0.28 0.0.34 0.0.35: A hardware-accelerated GPU terminal emulator powered by WebGPU
x11-terms/rio-terminfo 0.0.28 0.0.34 0.0.35: Terminfo for Rio, a hardware-accelerated GPU terminal emulator powered by WebGPU
x11-terms/tabby-bin 1.0.189: A terminal for a more modern age
x11-terms/tym 3.5.0: Lua-configurable terminal emulator
x11-themes/adw-gtk3 5.1 5.2: The theme from libadwaita ported to GTK-3

View File

@@ -1 +1 @@
Mon, 04 Mar 2024 21:18:28 +0000
Wed, 06 Mar 2024 01:03:27 +0000

View File

@@ -7,8 +7,6 @@ app-accessibility/rhvoice:redistributable - Install also non-free (but redistrib
app-accessibility/rhvoice:server - Build a server application
app-accessibility/rhvoice:speech-dispatcher - Build a speech-dispatcher middleware module
app-accessibility/rhvoice-core:speech-dispatcher - Build a speech-dispatcher middleware module
app-admin/ananicy-cpp:regex - Enable regex support.
app-admin/ananicy-cpp:threads - Enable threading support.
app-admin/krapplet:pass - Add support for pass compatible storage
app-admin/vaultwarden:cli - Install client with the Command-Line Interface
app-admin/vaultwarden:web - Install client with Web UI