2025-05-04 07:24:20 UTC

This commit is contained in:
Repository mirror & CI
2025-05-04 07:24:20 +00:00
parent 8486a3e5d7
commit eecd67da86
19 changed files with 171 additions and 69 deletions

View File

@@ -0,0 +1,15 @@
BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.17-r1:1.17 >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3
DEFINED_PHASES=configure install
DEPEND=>=dev-libs/libgcrypt-1.9.0:0= xxhash? ( >=dev-libs/xxhash-0.8 )
DESCRIPTION=Fast block device sync with digest, designed to improve block-based backups.
EAPI=8
HOMEPAGE=https://github.com/nethappen/blocksync-fast/
INHERIT=autotools
IUSE=+xxhash
KEYWORDS=~amd64 ~x86
LICENSE=Apache-2.0
RDEPEND=>=dev-libs/libgcrypt-1.9.0:0= xxhash? ( >=dev-libs/xxhash-0.8 )
SLOT=0
SRC_URI=https://github.com/nethappen/blocksync-fast/archive/v1.0.7.tar.gz -> blocksync-fast-1.0.7.tar.gz
_eclasses_=gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 toolchain-funcs f9d71a6efe9d083aec750dd13968e169 libtool c81bd096be5f4c82f4e8f156ef112402 autotools 35f9bf6198bb538e28dcdea5fda274f2
_md5_=43db9b0a60ba5eff2b81eab995ac3628

View File

@@ -0,0 +1,16 @@
DEFINED_PHASES=config install postinst postrm preinst prepare setup
DEPEND=|| ( virtual/linux-sources virtual/dist-kernel )
DESCRIPTION=Container-based approach to boot a full Android system on Linux systems
EAPI=8
HOMEPAGE=https://waydro.id
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=linux-info xdg python-single-r1
IUSE=apparmor +clipboard systemd python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13
KEYWORDS=~amd64 ~arm ~arm64 ~x86
LICENSE=GPL-3
RDEPEND=systemd? ( sys-apps/systemd ) app-containers/lxc[systemd?,apparmor?,seccomp] python_single_target_python3_11? ( clipboard? ( >=dev-python/pyclip-0.7.0[wayland,python_targets_python3_11(-)] ) dev-python/pygobject[python_targets_python3_11(-)] >=dev-python/gbinder-1.1.1[python_targets_python3_11(-)] dev-python/dbus-python[python_targets_python3_11(-)] ) python_single_target_python3_12? ( clipboard? ( >=dev-python/pyclip-0.7.0[wayland,python_targets_python3_12(-)] ) dev-python/pygobject[python_targets_python3_12(-)] >=dev-python/gbinder-1.1.1[python_targets_python3_12(-)] dev-python/dbus-python[python_targets_python3_12(-)] ) python_single_target_python3_13? ( clipboard? ( >=dev-python/pyclip-0.7.0[wayland,python_targets_python3_13(-)] ) dev-python/pygobject[python_targets_python3_13(-)] >=dev-python/gbinder-1.1.1[python_targets_python3_13(-)] dev-python/dbus-python[python_targets_python3_13(-)] ) net-firewall/nftables net-dns/dnsmasq >=dev-libs/libglibutil-1.0.79 >=dev-libs/gbinder-1.1.41 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 )
REQUIRED_USE=^^ ( python_single_target_python3_11 python_single_target_python3_12 python_single_target_python3_13 )
SLOT=0
SRC_URI=https://github.com/waydroid/waydroid/archive/1.5.1.tar.gz -> waydroid-1.5.1.tar.gz
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 linux-info ea4122ba1d8791a12b78e53f9510a2e3 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575 multiprocessing 1e32df7deee68372153dca65f4a7c21f python-utils-r1 de71d9571aa267f353b9e8ab4666732e python-single-r1 47d8ac9be330c9366112b78fd4f8ce57
_md5_=598a47aee551c3408e3e443c1389aa2d

View File

@@ -1,17 +0,0 @@
BDEPEND=sys-devel/m4 app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test
DEPEND=dev-libs/xerces-c dev-libs/spdlog app-i18n/uchardet wxwidgets? ( x11-libs/wxGTK:3.0-gtk3 ) ssl? ( dev-libs/openssl ) sftp? ( net-libs/libssh[sftp] ) samba? ( net-fs/samba ) nfs? ( net-fs/libnfs ) webdav? ( net-libs/neon ) archive? ( dev-libs/libpcre2 app-arch/libarchive )
DESCRIPTION=Linux port of FAR Manager v2
EAPI=8
HOMEPAGE=https://github.com/elfmz/far2l
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=cmake xdg wxwidgets
IUSE=+ssl sftp samba nfs webdav +archive +wxwidgets
KEYWORDS=~amd64
LICENSE=GPL-2
RDEPEND=dev-libs/xerces-c dev-libs/spdlog app-i18n/uchardet wxwidgets? ( x11-libs/wxGTK:3.0-gtk3 ) ssl? ( dev-libs/openssl ) sftp? ( net-libs/libssh[sftp] ) samba? ( net-fs/samba ) nfs? ( net-fs/libnfs ) webdav? ( net-libs/neon ) archive? ( dev-libs/libpcre2 app-arch/libarchive )
RESTRICT=mirror
SLOT=0
SRC_URI=https://github.com/elfmz/far2l/archive/v_2.6.3.tar.gz
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake b05c1b7b3c9213c155f128f4eadaa49f xdg 3ef49a87c52c8b77c476351195dfe575 wxwidgets 7a7321e7cbcb73e7ae2a77500a09852e
_md5_=344e805680872dd3b1cb5bd129164bbc

View File

@@ -0,0 +1,17 @@
BDEPEND=app-alternatives/ninja >=dev-build/cmake-3.20.5
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup test
DEPEND=wxwidgets? ( x11-libs/wxGTK:3.2-gtk3 ) X? ( x11-libs/libX11 x11-libs/libXi ) archive? ( app-arch/libarchive ) chardet? ( app-i18n/uchardet ) colorer? ( dev-libs/libxml2 ) nfs? ( net-fs/libnfs ) samba? ( net-fs/samba ) sftp? ( net-libs/libssh[sftp] ) ssl? ( dev-libs/openssl ) webdav? ( net-libs/neon )
DESCRIPTION=Linux port of FAR Manager v2
EAPI=8
HOMEPAGE=https://github.com/elfmz/far2l
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=cmake xdg wxwidgets
IUSE=+archive +chardet +colorer nfs samba sftp +ssl webdav wxwidgets X
KEYWORDS=~amd64
LICENSE=GPL-2
RDEPEND=wxwidgets? ( x11-libs/wxGTK:3.2-gtk3 ) X? ( x11-libs/libX11 x11-libs/libXi ) archive? ( app-arch/libarchive ) chardet? ( app-i18n/uchardet ) colorer? ( dev-libs/libxml2 ) nfs? ( net-fs/libnfs ) samba? ( net-fs/samba ) sftp? ( net-libs/libssh[sftp] ) ssl? ( dev-libs/openssl ) webdav? ( net-libs/neon )
RESTRICT=mirror
SLOT=0
SRC_URI=https://github.com/elfmz/far2l/archive/v_2.6.5.tar.gz
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake b05c1b7b3c9213c155f128f4eadaa49f xdg 3ef49a87c52c8b77c476351195dfe575 wxwidgets 7a7321e7cbcb73e7ae2a77500a09852e
_md5_=59c4ea3c79d717f97839e3a86c7bb44b

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( dev-python/pytest[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pytest-asyncio[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/coverage[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/anyio[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/cachelib[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/httpx[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/starlette[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) test? ( dev-python/cryptography[python_targets_python3_11(-)?,python_targets_python3_12(-)?] django? ( dev-python/django[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) flask? ( dev-python/flask[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/flask-sqlalchemy[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) jose? ( >=dev-python/pycryptodome-3.10[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/pycryptodome-4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=A Python library in building OAuth and OpenID Connect servers and clients.
EAPI=8
HOMEPAGE=https://authlib.org/
INHERIT=distutils-r1
IUSE=django flask jose test test python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=dev-python/cryptography[python_targets_python3_11(-)?,python_targets_python3_12(-)?] django? ( dev-python/django[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) flask? ( dev-python/flask[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/flask-sqlalchemy[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) jose? ( >=dev-python/pycryptodome-3.10[python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/pycryptodome-4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
RESTRICT=!test? ( test ) !test? ( test )
SLOT=0
SRC_URI=https://pypi.org/project/Authlib/#authlib-1.5.2.tar.gz
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 de71d9571aa267f353b9e8ab4666732e python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 2a874f6b13be509cff13de8e37085386
_md5_=7840ea51d3fcd3c1eb9e9dbc066ea9f4

View File

@@ -10,6 +10,6 @@ LICENSE=GPL-3+
RDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
SLOT=0
SRC_URI=https://pypi.io/packages/source/p/pyproject2ebuild/pyproject2ebuild-0.0.1.tar.gz
SRC_URI=https://pypi.io/packages/source/p/pyproject2ebuild/pyproject2ebuild-0.0.2.tar.gz
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 de71d9571aa267f353b9e8ab4666732e python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 2a874f6b13be509cff13de8e37085386
_md5_=b18f4067cca0ac584a8360ecd0b16d9e

View File

@@ -0,0 +1,16 @@
BDEPEND=python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/aiohttp[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/packaging[python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DESCRIPTION=A pure Python wrapper for SDL3
EAPI=8
HOMEPAGE=https://pypi.org/project/pysdl3/ https://github.com/Aermoss/PySDL3
INHERIT=distutils-r1 pypi
IUSE=python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=media-libs/libsdl3 dev-python/aiohttp[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/packaging[python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/p/pysdl3/pysdl3-0.9.8b1.tar.gz
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 de71d9571aa267f353b9e8ab4666732e python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 2a874f6b13be509cff13de8e37085386 pypi ad1b21f87d117ae9bb089bdb65b8f013
_md5_=83344cf462bf2b04b9276d1f7583866d

View File

@@ -0,0 +1,16 @@
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=<dev-python/pydantic-2.11[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/dparse-0.6.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/ruamel-yaml-0.17.21[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/packaging-21.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/typing-extensions-4.7.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DESCRIPTION=Schemas for Safety tools
EAPI=8
HOMEPAGE=https://pypi.org/project/safety-schemas/
INHERIT=distutils-r1 pypi
IUSE=python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=<dev-python/pydantic-2.11[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/dparse-0.6.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/ruamel-yaml-0.17.21[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/packaging-21.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/typing-extensions-4.7.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/s/safety-schemas/safety_schemas-0.0.14.tar.gz
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 de71d9571aa267f353b9e8ab4666732e python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 2a874f6b13be509cff13de8e37085386 pypi ad1b21f87d117ae9bb089bdb65b8f013
_md5_=08648d9fcdbec3d66c5dcaf4db5f36dc

View File

@@ -0,0 +1,16 @@
BDEPEND=python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DEFINED_PHASES=compile configure install prepare test
DEPEND=dev-python/shellingham[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/click-8.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/typing-extensions-3.7.4.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/rich[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DESCRIPTION=Typer, build great CLIs. Easy to code. Based on Python type hints.
EAPI=8
HOMEPAGE=https://typer.tiangolo.com/
INHERIT=distutils-r1 pypi
IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
KEYWORDS=~amd64
LICENSE=MIT
RDEPEND=dev-python/shellingham[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/click-8.0.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/typing-extensions-3.7.4.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/rich[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/t/typer/typer-0.15.3.tar.gz
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 de71d9571aa267f353b9e8ab4666732e python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 2a874f6b13be509cff13de8e37085386 pypi ad1b21f87d117ae9bb089bdb65b8f013
_md5_=50e60ef842f1d0cd2e6bb5316c632ba0

View File

@@ -0,0 +1,17 @@
BDEPEND=dev-lang/nasm sys-libs/libcap sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.17-r1:1.17 >=dev-build/automake-1.16.5:1.16 ) || ( >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3
DEFINED_PHASES=compile configure postinst postrm preinst prepare pretend test
DEPEND=media-libs/alsa-lib media-libs/libsdl2[X,alsa,opengl?,sound,threads(+),video] media-libs/sdl2-net net-libs/libpcap sys-libs/zlib X? ( x11-libs/libX11 x11-libs/libXrandr x11-libs/libxkbfile ) debug? ( sys-libs/ncurses:= ) ffmpeg? ( media-video/ffmpeg:= ) fluidsynth? ( media-sound/fluidsynth:= ) opengl? ( media-libs/libglvnd[X] ) png? ( media-libs/libpng:= ) slirp? ( net-libs/libslirp ) truetype? ( media-libs/freetype )
DESCRIPTION=Complete, accurate DOS emulator forked from DOSBox
EAPI=8
HOMEPAGE=https://dosbox-x.com/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=autotools toolchain-funcs xdg
IUSE=X debug ffmpeg fluidsynth opengl png slirp truetype
KEYWORDS=~amd64
LICENSE=GPL-2
RDEPEND=media-libs/alsa-lib media-libs/libsdl2[X,alsa,opengl?,sound,threads(+),video] media-libs/sdl2-net net-libs/libpcap sys-libs/zlib X? ( x11-libs/libX11 x11-libs/libXrandr x11-libs/libxkbfile ) debug? ( sys-libs/ncurses:= ) ffmpeg? ( media-video/ffmpeg:= ) fluidsynth? ( media-sound/fluidsynth:= ) opengl? ( media-libs/libglvnd[X] ) png? ( media-libs/libpng:= ) slirp? ( net-libs/libslirp ) truetype? ( media-libs/freetype ) || ( gnome-extra/zenity kde-apps/kdialog x11-misc/xdialog )
RESTRICT=!debug? ( test )
SLOT=0
SRC_URI=https://github.com/joncampbell123/dosbox-x/archive/dosbox-x-v2025.05.03.tar.gz
_eclasses_=gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 toolchain-funcs f9d71a6efe9d083aec750dd13968e169 libtool c81bd096be5f4c82f4e8f156ef112402 autotools 35f9bf6198bb538e28dcdea5fda274f2 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=15a697006deceb6cd40183c173ffe551

View File

@@ -11,6 +11,6 @@ LICENSE=GPL-2
RDEPEND=>=dev-libs/wayland-1.19 dev-libs/glib:2 >=dev-libs/libinput-1.14 dev-libs/libxml2:2 >=gui-libs/wlroots-0.18.1[X?] media-libs/libpng x11-libs/cairo[X?] x11-libs/libdrm:= x11-libs/libxkbcommon:=[X?] x11-libs/pango[X?] x11-libs/pixman nls? ( sys-devel/gettext ) svg? ( >=gnome-base/librsvg-2.46 ) X? ( x11-libs/libxcb:0= ) X? ( x11-base/xwayland ) icons? ( gui-libs/libsfdo )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/labwc/labwc/archive/0.8.2.tar.gz -> labwc-0.8.2.tar.gz
SRC_URI=https://github.com/labwc/labwc/archive/0.8.4.tar.gz -> labwc-0.8.4.tar.gz
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 de71d9571aa267f353b9e8ab4666732e meson 99466844dd8d4fcfb07578a76f5a9922 xdg-utils 42869b3c8d86a70ef3cf75165a395e09
_md5_=10bd680332e06c853ec28354e83e1cf4

View File

@@ -12,6 +12,6 @@ RDEPEND=sys-libs/zlib[abi_x86_32(-)?,abi_x86_64(-)?] app-arch/zstd[abi_x86_32(-)
REQUIRED_USE=abi_x86_64 || ( abi_x86_32 abi_x86_64 )
RESTRICT=test
SLOT=0
SRC_URI=https://github.com/GPUOpen-Drivers/AMDVLK/releases/download/v-2025.Q1.3/amdvlk-2025.Q1.3.x86_64.rpm -> amdvlk-bin-2025.1.3-amd64.rpm https://github.com/GPUOpen-Drivers/AMDVLK/releases/download/v-2025.Q1.3/amdvlk_2025.Q1.3_i386.deb -> amdvlk-bin-2025.1.3-i386.deb
SRC_URI=https://github.com/GPUOpen-Drivers/AMDVLK/releases/download/v-2025.Q2.1/amdvlk-2025.Q2.1.x86_64.rpm -> amdvlk-bin-2025.2.1-amd64.rpm https://github.com/GPUOpen-Drivers/AMDVLK/releases/download/v-2025.Q2.1/amdvlk_2025.Q2.1_i386.deb -> amdvlk-bin-2025.2.1-i386.deb
_eclasses_=estack c61c368a76fdf3a82fdf8dbaebea3804 rpm a07e59be6cf48ed85e624a41e8a7a832 multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs f9d71a6efe9d083aec750dd13968e169 unpacker 3b4ee72d1e2e0374fd8cd3eddfa00627 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multilib-build 9ac26ea006828266d235e2f0135429b5
_md5_=27f6fc15d2b84eb45c4e556535b57ee0

View File

@@ -1,17 +0,0 @@
BDEPEND=sys-devel/gettext app-alternatives/ninja >=dev-build/cmake-3.20.5 python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
DEPEND=dev-python/beautifulsoup4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/musicbrainzngs[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/natsort[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pillow[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pysdl2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/setproctitle[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/send2trash[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/unidecode[python_targets_python3_11(-)?,python_targets_python3_12(-)?] media-video/ffmpeg media-libs/mutagen[python_targets_python3_11(-)?,python_targets_python3_12(-)?] media-libs/sdl2-image dev-libs/miniaudio media-libs/flac media-libs/game-music-emu media-libs/libopenmpt media-libs/opus media-libs/opusfile media-libs/libsamplerate media-libs/libvorbis media-sound/mpg123 media-sound/wavpack sci-libs/kissfft[-cpu_flags_x86_sse]
DESCRIPTION=The desktop music player of today!
EAPI=8
HOMEPAGE=https://tauonmusicbox.rocks/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=cmake desktop distutils-r1 optfeature plocale xdg
IUSE=python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=dev-python/beautifulsoup4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/musicbrainzngs[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/natsort[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pillow[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pysdl2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/setproctitle[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/send2trash[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/unidecode[python_targets_python3_11(-)?,python_targets_python3_12(-)?] media-video/ffmpeg media-libs/mutagen[python_targets_python3_11(-)?,python_targets_python3_12(-)?] media-libs/sdl2-image dev-libs/miniaudio media-libs/flac media-libs/game-music-emu media-libs/libopenmpt media-libs/opus media-libs/opusfile media-libs/libsamplerate media-libs/libvorbis media-sound/mpg123 media-sound/wavpack sci-libs/kissfft[-cpu_flags_x86_sse] dev-libs/libayatana-appindicator media-sound/mpg123-base x11-libs/libnotify python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
SLOT=0
SRC_URI=https://github.com/Taiko2k/TauonMusicBox/archive/refs/tags/v7.8.0.tar.gz -> TauonMusicBox-7.8.0.tar.gz
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake b05c1b7b3c9213c155f128f4eadaa49f desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 python-utils-r1 de71d9571aa267f353b9e8ab4666732e python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 2a874f6b13be509cff13de8e37085386 optfeature 538bce96e5589935b57e178e8635f301 plocale 950fbaec7deeba41b5bcc0572cca99b9 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=bbe888f1b225b38533b4305b98fb1f76

View File

@@ -1,17 +0,0 @@
BDEPEND=sys-devel/gettext app-alternatives/ninja >=dev-build/cmake-3.20.5 python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?]
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
DEPEND=dev-python/beautifulsoup4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/musicbrainzngs[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/natsort[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pillow[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pysdl2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/setproctitle[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/send2trash[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/unidecode[python_targets_python3_11(-)?,python_targets_python3_12(-)?] media-video/ffmpeg media-libs/mutagen[python_targets_python3_11(-)?,python_targets_python3_12(-)?] media-libs/sdl2-image dev-libs/miniaudio media-libs/flac media-libs/game-music-emu media-libs/libopenmpt media-libs/opus media-libs/opusfile media-libs/libsamplerate media-libs/libvorbis media-sound/mpg123 media-sound/wavpack sci-libs/kissfft[-cpu_flags_x86_sse]
DESCRIPTION=The desktop music player of today!
EAPI=8
HOMEPAGE=https://tauonmusicbox.rocks/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=cmake desktop distutils-r1 optfeature plocale xdg
IUSE=python_targets_python3_11 python_targets_python3_12
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=dev-python/beautifulsoup4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/musicbrainzngs[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/natsort[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pillow[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pysdl2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/setproctitle[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/send2trash[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/unidecode[python_targets_python3_11(-)?,python_targets_python3_12(-)?] media-video/ffmpeg media-libs/mutagen[python_targets_python3_11(-)?,python_targets_python3_12(-)?] media-libs/sdl2-image dev-libs/miniaudio media-libs/flac media-libs/game-music-emu media-libs/libopenmpt media-libs/opus media-libs/opusfile media-libs/libsamplerate media-libs/libvorbis media-sound/mpg123 media-sound/wavpack sci-libs/kissfft[-cpu_flags_x86_sse] dev-libs/libayatana-appindicator media-sound/mpg123-base x11-libs/libnotify python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
SLOT=0
SRC_URI=https://github.com/Taiko2k/TauonMusicBox/archive/refs/tags/v7.8.3.tar.gz -> TauonMusicBox-7.8.3.tar.gz
_eclasses_=toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 cmake b05c1b7b3c9213c155f128f4eadaa49f desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 python-utils-r1 de71d9571aa267f353b9e8ab4666732e python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 2a874f6b13be509cff13de8e37085386 optfeature 538bce96e5589935b57e178e8635f301 plocale 950fbaec7deeba41b5bcc0572cca99b9 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=f9f5c8f4f430d7ca67613087af747c9c

View File

@@ -0,0 +1,17 @@
BDEPEND=sys-devel/gettext python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test
DEPEND=dev-python/aiohttp[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/beautifulsoup4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/musicbrainzngs[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/natsort[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pillow[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pysdl3[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/setproctitle[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/send2trash[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/unidecode[python_targets_python3_12(-)?,python_targets_python3_13(-)?] media-video/ffmpeg media-libs/mutagen[python_targets_python3_12(-)?,python_targets_python3_13(-)?] media-libs/sdl3-image dev-libs/miniaudio media-libs/flac media-libs/game-music-emu media-libs/libopenmpt media-libs/opus media-libs/opusfile media-libs/libsamplerate media-libs/libvorbis media-sound/mpg123 media-sound/wavpack sci-libs/kissfft[-cpu_flags_x86_sse] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
DESCRIPTION=The desktop music player of today!
EAPI=8
HOMEPAGE=https://tauonmusicbox.rocks/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=desktop distutils-r1 optfeature plocale xdg
IUSE=python_targets_python3_12 python_targets_python3_13 debug
KEYWORDS=~amd64
LICENSE=GPL-3
RDEPEND=dev-python/aiohttp[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/beautifulsoup4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/musicbrainzngs[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/natsort[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pillow[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pysdl3[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/setproctitle[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/send2trash[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/unidecode[python_targets_python3_12(-)?,python_targets_python3_13(-)?] media-video/ffmpeg media-libs/mutagen[python_targets_python3_12(-)?,python_targets_python3_13(-)?] media-libs/sdl3-image dev-libs/miniaudio media-libs/flac media-libs/game-music-emu media-libs/libopenmpt media-libs/opus media-libs/opusfile media-libs/libsamplerate media-libs/libvorbis media-sound/mpg123 media-sound/wavpack sci-libs/kissfft[-cpu_flags_x86_sse] dev-libs/libayatana-appindicator media-sound/mpg123-base x11-libs/libnotify python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 )
SLOT=0
SRC_URI=https://github.com/Taiko2k/Tauon/archive/refs/tags/v8.0.1.tar.gz -> TauonMusicBox-8.0.1.tar.gz
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 de71d9571aa267f353b9e8ab4666732e python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 2a874f6b13be509cff13de8e37085386 optfeature 538bce96e5589935b57e178e8635f301 plocale 950fbaec7deeba41b5bcc0572cca99b9 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575
_md5_=11a6ff4c47e00aa1547a60e8f971a82c

View File

@@ -1,16 +1,16 @@
BDEPEND=sys-devel/gettext python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?] >=dev-vcs/git-1.8.2.1[curl]
BDEPEND=sys-devel/gettext python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/setuptools-78.1.0[python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-vcs/git-1.8.2.1[curl]
DEFINED_PHASES=compile configure install postinst postrm preinst prepare test unpack
DEPEND=dev-python/beautifulsoup4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/musicbrainzngs[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/natsort[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pillow[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pysdl2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/setproctitle[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/send2trash[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/unidecode[python_targets_python3_11(-)?,python_targets_python3_12(-)?] media-video/ffmpeg media-libs/mutagen[python_targets_python3_11(-)?,python_targets_python3_12(-)?] media-libs/sdl2-image dev-libs/miniaudio media-libs/flac media-libs/game-music-emu media-libs/libopenmpt media-libs/opus media-libs/opusfile media-libs/libsamplerate media-libs/libvorbis media-sound/mpg123 media-sound/wavpack sci-libs/kissfft[-cpu_flags_x86_sse] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
DEPEND=dev-python/aiohttp[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/beautifulsoup4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/musicbrainzngs[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/natsort[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pillow[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pysdl3[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/setproctitle[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/send2trash[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/unidecode[python_targets_python3_12(-)?,python_targets_python3_13(-)?] media-video/ffmpeg media-libs/mutagen[python_targets_python3_12(-)?,python_targets_python3_13(-)?] media-libs/sdl3-image dev-libs/miniaudio media-libs/flac media-libs/game-music-emu media-libs/libopenmpt media-libs/opus media-libs/opusfile media-libs/libsamplerate media-libs/libvorbis media-sound/mpg123 media-sound/wavpack sci-libs/kissfft[-cpu_flags_x86_sse] python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
DESCRIPTION=The desktop music player of today!
EAPI=8
HOMEPAGE=https://tauonmusicbox.rocks/
IDEPEND=dev-util/desktop-file-utils x11-misc/shared-mime-info
INHERIT=desktop distutils-r1 optfeature plocale xdg git-r3
IUSE=python_targets_python3_11 python_targets_python3_12 debug
IUSE=python_targets_python3_12 python_targets_python3_13 debug
LICENSE=GPL-3
PROPERTIES=live
RDEPEND=dev-python/beautifulsoup4[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/musicbrainzngs[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/natsort[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pillow[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/pysdl2[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/requests[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/setproctitle[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/send2trash[python_targets_python3_11(-)?,python_targets_python3_12(-)?] dev-python/unidecode[python_targets_python3_11(-)?,python_targets_python3_12(-)?] media-video/ffmpeg media-libs/mutagen[python_targets_python3_11(-)?,python_targets_python3_12(-)?] media-libs/sdl2-image dev-libs/miniaudio media-libs/flac media-libs/game-music-emu media-libs/libopenmpt media-libs/opus media-libs/opusfile media-libs/libsamplerate media-libs/libvorbis media-sound/mpg123 media-sound/wavpack sci-libs/kissfft[-cpu_flags_x86_sse] dev-libs/libayatana-appindicator media-sound/mpg123-base x11-libs/libnotify python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 )
RDEPEND=dev-python/aiohttp[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/beautifulsoup4[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/musicbrainzngs[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/natsort[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pillow[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/pysdl3[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/requests[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/setproctitle[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/send2trash[python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/unidecode[python_targets_python3_12(-)?,python_targets_python3_13(-)?] media-video/ffmpeg media-libs/mutagen[python_targets_python3_12(-)?,python_targets_python3_13(-)?] media-libs/sdl3-image dev-libs/miniaudio media-libs/flac media-libs/game-music-emu media-libs/libopenmpt media-libs/opus media-libs/opusfile media-libs/libsamplerate media-libs/libvorbis media-sound/mpg123 media-sound/wavpack sci-libs/kissfft[-cpu_flags_x86_sse] dev-libs/libayatana-appindicator media-sound/mpg123-base x11-libs/libnotify python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_python3_12 python_targets_python3_13 )
SLOT=0
_eclasses_=desktop 3a72ffe0d8e1dd73af3a1c8c15a59fed toolchain-funcs f9d71a6efe9d083aec750dd13968e169 flag-o-matic e8de74bac929ba17427e740e95707d00 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib b2a329026f2e404e9e371097dda47f96 multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 de71d9571aa267f353b9e8ab4666732e python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 2a874f6b13be509cff13de8e37085386 optfeature 538bce96e5589935b57e178e8635f301 plocale 950fbaec7deeba41b5bcc0572cca99b9 xdg-utils 42869b3c8d86a70ef3cf75165a395e09 xdg 3ef49a87c52c8b77c476351195dfe575 git-r3 875eb471682d3e1f18da124be97dcc81
_md5_=800880d500997ddf5ce0c1c71af3537e
_md5_=11a6ff4c47e00aa1547a60e8f971a82c

View File

@@ -124,7 +124,7 @@ app-arch/ouch 0.6.1: A cli utility for easily compressing and decompressing file
app-arch/unalz 0.65-r1 0.65-r2: Extract ALZ archives
app-arch/zarchive 0.1.2: Library for creating and reading zstd-compressed file archives (.zar)
app-backup/b2 3.18.0 4.0.1: Command-line tool for BackBlaze's B2 product
app-backup/blocksync-fast 1.0.3 1.0.4 1.0.6: Fast block device sync with digest, designed to improve block-based backups.
app-backup/blocksync-fast 1.0.3 1.0.4 1.0.6 1.0.7: Fast block device sync with digest, designed to improve block-based backups.
app-backup/grub-btrfs 4.11-r1 4.12 4.13 9999: Improves Grub by adding btrfs snapshots to the Grub menu.
app-backup/kopia 0.15.0: Kopia - Fast And Secure Open-Source Backup
app-backup/kopia-ui-bin 0.15.0-r1: Kopia - Fast And Secure Open-Source Backup (Electron UI)
@@ -142,7 +142,7 @@ app-containers/arachsys-containers 1.7: Simple containers using Linux user names
app-containers/kind 0.27.0: Kind is a tool for running local Kubernetes clusters using Docker
app-containers/pods 2.1.0_pre20240215-r4 2.1.2: Keep track of your podman containers
app-containers/slim 1.40.11: Inspect, optimize and debug containers
app-containers/waydroid 1.4.3 1.4.3-r1: Container-based approach to boot a full Android system on Linux systems
app-containers/waydroid 1.4.3 1.4.3-r1 1.5.1: Container-based approach to boot a full Android system on Linux systems
app-containers/waydroid-images 9999: Manage images for app-containers/waydroid using portage
app-crypt/PBinCLI 0.3.5-r1: PBinCLI is a command line client for PrivateBin written in Python 3
app-crypt/autofirma 1.8.2 1.8.3-r1: Spanish government's electronic signature application for online procedures
@@ -234,7 +234,7 @@ app-misc/doublecmd-bin 1.0.11 1.1.21 1.1.23 1.1.24 9999: Double Commander: file
app-misc/dpscreenocr 1.4.1: Program to recognize text on screen
app-misc/dragon 1.1.1 1.1.1_p20210820 1.2.0: Simple drag-and-drop source/sink for X and Wayland
app-misc/electricsheep 3.0.2_p20191005-r1 3.0.2_p20191005-r2: Realize the collective dream of sleeping computers from all over the internet
app-misc/far2l 2.6.3_beta 2.6.4_beta 9999: Linux port of FAR Manager v2
app-misc/far2l 2.6.4_beta 2.6.5_beta 9999: Linux port of FAR Manager v2
app-misc/fetsh 1.8 1.9 9999: A fetch written in POSIX shell without any external commands
app-misc/fff 2.2: A simple file manager written in bash
app-misc/gentodo 0.2.1 1.1.0 1.1.1 9999: Todo program to help enhance your Gentoo workflow
@@ -642,6 +642,7 @@ dev-python/asgi-lifespan 2.1.0: Programmatic startup/shutdown of ASGI apps
dev-python/asyncinotify 4.0.1: An async python inotify package
dev-python/asyncpg 0.30.0: An asyncio PostgreSQL driver
dev-python/auditok 0.1.5 0.2.0-r1: A module for Audio/Acoustic Activity Detection
dev-python/authlib 1.5.2: A Python library in building OAuth and OpenID Connect servers and clients.
dev-python/autoflake 2.3.1: Removes unused imports and unused variables from Python code
dev-python/autopxd 2.5.0: generates .pxd files automatically from .h files
dev-python/avro 1.11.3: Apache Avro is a data serialization system
@@ -798,9 +799,10 @@ dev-python/pymorphy3-dicts-uk 2.4.1.1.1663094765: Ukrainian dictionary for PyMor
dev-python/pynput 1.7.6: Sends virtual input commands
dev-python/pypandoc 1.15: Pypandoc provides a thin wrapper for pandoc, a universal document converter
dev-python/pyperscan 0.3.0: An opinionated Python binding for Hyperscan
dev-python/pyproject2ebuild 0.0.1: Convert pyproject.toml to Gentoo ebuilds automatically.
dev-python/pyproject2ebuild 0.0.2: Convert pyproject.toml to Gentoo ebuilds automatically.
dev-python/pyqtdarktheme 2.1.0: A flat dark theme for PySide and PyQt.
dev-python/pyrime 0.0.7: rime for python
dev-python/pysdl3 0.9.8_beta1: A pure Python wrapper for SDL3
dev-python/pysnooper 1.2.0 1.2.1: Never use print for debugging again
dev-python/pystardict 0.8-r1: Library for manipulating StarDict dictionaries from within Python
dev-python/pytest-cases 3.8.6: Separate test code from test cases in pytest
@@ -837,6 +839,7 @@ dev-python/rich-click 1.8.8: Format click help output nicely with rich
dev-python/rpmautospec-core 0.1.5: Core functionality used by rpmautospec
dev-python/rst2ansi 0.1.5-r3: Render reStructuredText documents to the terminal
dev-python/rstcheck 6.2.0 6.2.1: Checks syntax of reStructuredText and code blocks nested within it
dev-python/safety-schemas 0.0.14: Schemas for Safety tools
dev-python/scrapy 2.12.0: A high-level Web Crawling and Web Scraping framework
dev-python/screeninfo 0.8.1: Fetch location and size of physical screens.
dev-python/sendgrid 6.11.0: Twilio SendGrid library for Python
@@ -874,6 +877,7 @@ dev-python/textual-serve 1.1.1: Serve Textual apps locally
dev-python/timeslot 0.1.2: Time slots/intervals with an arbitrary start and stop
dev-python/tulir-telethon 1.35.0_alpha1 1.37.0_alpha1: Full-featured Telegram client library for Python 3
dev-python/tweepy 4.14.0: An easy-to-use Python library for accessing the Twitter API.
dev-python/typer 0.15.3: Typer, build great CLIs. Easy to code. Based on Python type hints.
dev-python/types-protobuf 4.24.0.20240408 5.27.0.20240626: Typing stubs for protobuf
dev-python/types-requests 2.32.0.20240712: Typing stubs for requests
dev-python/typing-inspect 0.9.0: Runtime inspection utilities for Python typing module
@@ -1008,7 +1012,7 @@ games-board/fairy-stockfish 14.0.1: Chess variant engine derived from Stockfish
games-board/openriichi 0.2.1.1: OpenRiichi is an open source Japanese Mahjong client
games-board/rmahjong 0.4_p20201106: Riichi Mahjong, the Japanese variant of the Chinese game Mahjong for 4 players
games-emulation/RetroArch 1.19.1 1.20.0: RetroArch is a frontend for emulators, game engines and media players
games-emulation/dosbox-x 2025.02.01 9999: Complete, accurate DOS emulator forked from DOSBox
games-emulation/dosbox-x 2025.02.01 2025.05.03 9999: Complete, accurate DOS emulator forked from DOSBox
games-emulation/duckstation 9999: Fast Sony PlayStation (PSX) emulator
games-emulation/flycast 9999: Sega Dreamcast, Naomi and Atomiswave emulator
games-emulation/mupen64plus-qt 1.17 9999: A basic launcher for Mupen64Plus
@@ -1212,7 +1216,7 @@ gui-libs/text-engine 0.1.1-r3 9999: A lightweight rich-text framework for GTK 4
gui-libs/xdg-desktop-portal-hyprland 1.3.8 1.3.9 1.3.9-r1 9999: xdg-desktop-portal backend for hyprland
gui-wm/cage 0.2.0 9999: A Wayland kiosk
gui-wm/hyprland-contrib 0.1-r1 9999: Community-maintained extensions for hyprland
gui-wm/labwc 0.8.2 0.8.3 9999: Openbox alternative for wayland
gui-wm/labwc 0.8.3 0.8.4 9999: Openbox alternative for wayland
gui-wm/miracle-wm 0.4.1 0.5.2: Tiling Wayland compositor based on Mir
gui-wm/niri 25.02: Scrollable-tiling Wayland compositor
gui-wm/phoc 0.42.1 0.43.0 0.44.0 0.44.1 0.45.0 0.46.0: Wayland compositor for mobile phones
@@ -1282,7 +1286,7 @@ media-gfx/zwcad 2023.23.0.3.4-r2: CAD software for 2D drawing, reviewing and pri
media-libs/alsa-ucm-pinephone 1.2.6.3: ALSA ucm configuration files for the PinePhone (Pro)
media-libs/alvr 16.0.0: ALVR is an open source remote VR display for the Oculus Go/Quest
media-libs/amdvlk 2025.2.1: AMD Open Source Driver for Vulkan
media-libs/amdvlk-bin 2021.2.5-r1 2023.3.3 2025.1.3: AMD Open Source Driver for Vulkan: official binary version
media-libs/amdvlk-bin 2021.2.5-r1 2023.3.3 2025.2.1: AMD Open Source Driver for Vulkan: official binary version
media-libs/blend2d 0.11.4-r2 9999: 2D vector graphics library powered by a JIT compiler.
media-libs/dr_flac 0.12.43: Single-header FLAC audio decoder library
media-libs/dr_mp3 0.6.40: Single-header MP3 audio decoder library
@@ -1314,7 +1318,7 @@ media-plugins/qt-jpegxl-image-plugin 9999: Qt plug-in to allow Qt and KDE based
media-plugins/whysynth 20170701_p20180323-r1: A software synthesizer plugin for the DSSI Soft Synth Interface
media-radio/fllog 1.2.8: Logbook application for amateur radio use
media-sound/6pm 0.9: 6PM is a polyphonic, touch-sensitive, realtime phase modulation synthesizer
media-sound/TauonMusicBox 7.8.0-r1 7.8.3 7.9.0 9999: The desktop music player of today!
media-sound/TauonMusicBox 7.9.0 8.0.1 9999: The desktop music player of today!
media-sound/add64 3.8.0 3.9.3: Add64 is a realtime additive/subtractive-synthesis softsynth
media-sound/amberol 2024.2: Simple GUI Music Player
media-sound/bespokesynth 1.2.1 1.3.0: Software modular synth

View File

@@ -1 +1 @@
Fri, 02 May 2025 23:54:35 +0000
Sun, 04 May 2025 07:24:20 +0000