pwvucontrol depends on outdated tech
This commit is contained in:
parent
b572dd2d6f
commit
385b051062
3 changed files with 0 additions and 54 deletions
|
|
@ -1 +0,0 @@
|
||||||
DIST pwvucontrol-0.3.1.tar.gz 62979 BLAKE2B 4d95f75792cf964b6fff7dab73ffe98dd9917e362c45c20572878cb667c6d79a439f1aec8b05561cc1728b2d686dfe2169de47830d4805c020104219f673d892 SHA512 16938a7d7eebdee15dc120c5a27cf3114fc836a74a90e160346c7858c44aa40fa62ab2f19a300a82f88862e007847e2e31903d65037fe89051183661359069ea
|
|
||||||
|
|
@ -1,38 +0,0 @@
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
inherit autotools cargo
|
|
||||||
|
|
||||||
DESCRIPTION="PipeWire Volume Control"
|
|
||||||
HOMEPAGE="https://github.com/saivert/${PN}"
|
|
||||||
SRC_URI="${HOMEPAGE}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
|
|
||||||
|
|
||||||
LICENSE="GPL-2"
|
|
||||||
SLOT="0"
|
|
||||||
KEYWORDS="~amd64 ~x86"
|
|
||||||
IUSE="rust"
|
|
||||||
|
|
||||||
CRATES="
|
|
||||||
wireplumber@0.4.12
|
|
||||||
"
|
|
||||||
|
|
||||||
DEPEND="
|
|
||||||
media-video/pipewire
|
|
||||||
dev-lang/rust
|
|
||||||
"
|
|
||||||
RDEPEND="${DEPEND}"
|
|
||||||
|
|
||||||
src_prepare() {
|
|
||||||
default
|
|
||||||
}
|
|
||||||
|
|
||||||
src_compile() {
|
|
||||||
# meson setup builddir
|
|
||||||
# meson compile -C builddir
|
|
||||||
cargo build --release
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
# meson install -C builddir
|
|
||||||
# emake DESTDIR="${D}" install
|
|
||||||
cargo install --path . --root "${D}"
|
|
||||||
}
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
||||||
BDEPEND=sys-devel/gnuconfig >=app-portage/elt-patches-20250306 || ( >=dev-build/automake-1.18:1.18 >=dev-build/automake-1.17-r1:1.17 ) || ( >=dev-build/autoconf-2.72-r1:2.72 ) >=dev-build/libtool-2.4.7-r3 || ( >=dev-lang/rust-bin-1.74.1:* >=dev-lang/rust-1.74.1:* )
|
|
||||||
DEFINED_PHASES=compile configure install prepare setup test unpack
|
|
||||||
DEPEND=media-video/pipewire dev-lang/rust
|
|
||||||
DESCRIPTION=PipeWire Volume Control
|
|
||||||
EAPI=8
|
|
||||||
HOMEPAGE=https://github.com/saivert/pwvucontrol
|
|
||||||
INHERIT=autotools cargo
|
|
||||||
IUSE=rust debug
|
|
||||||
KEYWORDS=~amd64 ~x86
|
|
||||||
LICENSE=GPL-2
|
|
||||||
RDEPEND=media-video/pipewire dev-lang/rust
|
|
||||||
SLOT=0
|
|
||||||
SRC_URI=https://github.com/saivert/pwvucontrol/archive/refs/tags/0.3.1.tar.gz -> pwvucontrol-0.3.1.tar.gz
|
|
||||||
_eclasses_=gnuconfig ddeb9f8caff1b5f71a09c75b7534df79 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db libtool c81bd096be5f4c82f4e8f156ef112402 autotools 955b29ccd82c1df4755e5f37748d2fa6 flag-o-matic a7afe42e95fb46ce9691605acfb24672 multiprocessing 1e32df7deee68372153dca65f4a7c21f rust ee7b3be2c0e004fa7aaaed31e4fef928 rust-toolchain 76468983281b0a7fc167ca224f84ecfd cargo a1af74aa9e34cd73aeac642cd0dd54d8
|
|
||||||
_md5_=777ac4ff3553c1086113f8587cc5187d
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue