commit:     7c07e23fda50b9e14f8af6f1e73d30528d53df30
Author:     Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Fri Jun 17 15:30:40 2022 +0000
Commit:     Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
CommitDate: Fri Jun 17 15:40:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7c07e23f

mpv-plugin/mpv-mpris: add 0.8

Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>

 mpv-plugin/mpv-mpris/Manifest             |  1 +
 mpv-plugin/mpv-mpris/mpv-mpris-0.8.ebuild | 53 +++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/mpv-plugin/mpv-mpris/Manifest b/mpv-plugin/mpv-mpris/Manifest
index 4c69ea672..24eb33b97 100644
--- a/mpv-plugin/mpv-mpris/Manifest
+++ b/mpv-plugin/mpv-mpris/Manifest
@@ -1,2 +1,3 @@
 DIST mpv-mpris-0.7.1.tar.gz 13432 BLAKE2B 
884204c2186bc3b52378113dde87e58578b3811ec1a40576eb30e779fe3a3575ad9db802a51434e9fc3d22785db6036f898c76acab61780fac4b35276a17524f
 SHA512 
7e928bbbf85b5c8e1e92ce51e65986ef7a7fe27a1e382b0148cdd70e22e5320be37a573c6206b3a1ab05119d9d24b861fd45081a008111f1da37673aa3896f23
 DIST mpv-mpris-0.7.tar.gz 12982 BLAKE2B 
db919cdad6528519211725694f63871e371a33a331c46eebb202fa87d452d1cf30cecf3d4c2b26cb187cfa2c4cdd53411b88e6e7855510ffbaeef28ab3eb8346
 SHA512 
b370c9550622302cfdd07c21ae2f03a4e66e80da02e8f38c68d447ef273ae582ad6d918e207a9fb8c917a851163c6aadc08d3d68ad8e70ec85b37732c0cac96f
+DIST mpv-mpris-0.8.tar.gz 13477 BLAKE2B 
57ac9e0604bfcb979595f42a9bede20cb4e27c07e768cade3a996bbcb7226cf01704cfc52448a5eb363e1aba1e0b48e90edfcc858a7913649c740c0fa82c5ed1
 SHA512 
97387caa98296bbcb71c847ada45f8baac8cfb9536554d38accd706800d9b867ac0012d330e9b548926184fff9e4952ff90b22a3e7d42c68ac74fbd6d61c3006

diff --git a/mpv-plugin/mpv-mpris/mpv-mpris-0.8.ebuild 
b/mpv-plugin/mpv-mpris/mpv-mpris-0.8.ebuild
new file mode 100644
index 000000000..ba02bf7f6
--- /dev/null
+++ b/mpv-plugin/mpv-mpris/mpv-mpris-0.8.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MPV_REQ_USE="cplugins,libmpv"
+inherit mpv-plugin toolchain-funcs
+
+DESCRIPTION="MPRIS plugin for mpv"
+HOMEPAGE="https://github.com/hoyon/mpv-mpris";
+
+if [[ ${PV} == *9999* ]]; then
+       inherit git-r3
+       EGIT_REPO_URI="https://github.com/hoyon/${PN}.git";
+else
+       SRC_URI="https://github.com/hoyon/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+       KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+fi
+
+LICENSE="MIT"
+IUSE="test"
+
+RDEPEND="
+       dev-libs/glib:2
+"
+DEPEND="${RDEPEND}"
+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
+       )
+"
+
+MPV_PLUGIN_FILES=( mpris.so )
+
+RESTRICT="!test? ( test )"
+
+src_compile() {
+       tc-export CC
+       emake PKG_CONFIG="$(tc-getPKG_CONFIG)"
+}
+
+src_test() {
+       emake test
+}

Reply via email to