mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
mpv-plugin/mpv-mpris: fix MPV_REQ_USE
Closes: https://bugs.gentoo.org/880335 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
MPV_REQ_USE="cplugins,libmpv"
|
||||
MPV_REQ_USE="cplugins(+),libmpv"
|
||||
inherit mpv-plugin toolchain-funcs
|
||||
|
||||
DESCRIPTION="MPRIS plugin for mpv"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
MPV_REQ_USE="cplugins,libmpv"
|
||||
MPV_REQ_USE="cplugins(+),libmpv"
|
||||
inherit mpv-plugin toolchain-funcs
|
||||
|
||||
DESCRIPTION="MPRIS plugin for mpv"
|
||||
@@ -24,15 +24,14 @@ RDEPEND="
|
||||
dev-libs/glib:2
|
||||
"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="virtual/pkgconfig
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
test? (
|
||||
app-misc/jq
|
||||
app-shells/bash
|
||||
app-text/jo
|
||||
media-sound/playerctl
|
||||
net-misc/socat
|
||||
sys-apps/dbus
|
||||
virtual/awk
|
||||
x11-apps/xauth
|
||||
x11-misc/xvfb-run
|
||||
x11-themes/sound-theme-freedesktop
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
MPV_REQ_USE="cplugins,libmpv"
|
||||
MPV_REQ_USE="cplugins(+),libmpv"
|
||||
inherit mpv-plugin toolchain-funcs
|
||||
|
||||
DESCRIPTION="MPRIS plugin for mpv"
|
||||
@@ -19,20 +19,18 @@ fi
|
||||
|
||||
LICENSE="MIT"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
RDEPEND="
|
||||
dev-libs/glib:2
|
||||
"
|
||||
RDEPEND="dev-libs/glib:2"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="virtual/pkgconfig
|
||||
BDEPEND="
|
||||
virtual/pkgconfig
|
||||
test? (
|
||||
app-misc/jq
|
||||
app-shells/bash
|
||||
app-text/jo
|
||||
media-sound/playerctl
|
||||
net-misc/socat
|
||||
sys-apps/dbus
|
||||
virtual/awk
|
||||
x11-apps/xauth
|
||||
x11-misc/xvfb-run
|
||||
x11-themes/sound-theme-freedesktop
|
||||
@@ -41,8 +39,6 @@ BDEPEND="virtual/pkgconfig
|
||||
|
||||
MPV_PLUGIN_FILES=( mpris.so )
|
||||
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
src_compile() {
|
||||
tc-export CC
|
||||
emake PKG_CONFIG="$(tc-getPKG_CONFIG)"
|
||||
|
||||
Reference in New Issue
Block a user