* [gentoo-commits] repo/proj/guru:master commit in: mpv-plugin/mpv-mpris/
@ 2022-06-18 19:19 Andrew Ammerlaan
0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2022-06-18 19:19 UTC (permalink / raw
To: gentoo-commits
commit: 7c07e23fda50b9e14f8af6f1e73d30528d53df30
Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Fri Jun 17 15:30:40 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
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
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: mpv-plugin/mpv-mpris/
@ 2022-06-18 19:19 Andrew Ammerlaan
0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2022-06-18 19:19 UTC (permalink / raw
To: gentoo-commits
commit: 2f5b011fc455e0f83f36446bf16349d3be9cf137
Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Fri Jun 17 15:34:35 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Jun 17 15:40:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f5b011f
mpv-plugin/mpv-mpris: Modernize live ebuild, use mpv-plugin eclass
Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild | 29 ++++++-----------------------
1 file changed, 6 insertions(+), 23 deletions(-)
diff --git a/mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild b/mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild
index 2b4e36729..ba02bf7f6 100644
--- a/mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild
+++ b/mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild
@@ -3,7 +3,8 @@
EAPI=8
-inherit toolchain-funcs
+MPV_REQ_USE="cplugins,libmpv"
+inherit mpv-plugin toolchain-funcs
DESCRIPTION="MPRIS plugin for mpv"
HOMEPAGE="https://github.com/hoyon/mpv-mpris"
@@ -16,13 +17,11 @@ else
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
fi
-SLOT="0"
LICENSE="MIT"
-IUSE="+autoload test"
+IUSE="test"
RDEPEND="
dev-libs/glib:2
- media-video/mpv:=[cplugins,libmpv]
"
DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig
@@ -39,6 +38,9 @@ BDEPEND="virtual/pkgconfig
x11-themes/sound-theme-freedesktop
)
"
+
+MPV_PLUGIN_FILES=( mpris.so )
+
RESTRICT="!test? ( test )"
src_compile() {
@@ -49,22 +51,3 @@ src_compile() {
src_test() {
emake test
}
-
-src_install() {
- newlib.so mpris.so ${PN}.so
- use autoload && dosym -r /usr/$(get_libdir)/${PN}.so /etc/mpv/scripts/mpris.so
- einstalldocs
-}
-
-pkg_postinst() {
- if ! use autoload; then
- elog
- elog "The plugin has not been installed to /etc/mpv/scripts for autoloading."
- elog "You have to activate it manually by passing"
- elog " '${EPREFIX}/usr/$(get_libdir)/${PN}.so'"
- elog "as a script option to mpv or symlinking the library to 'scripts' in your mpv"
- elog "config directory."
- elog "Alternatively, activate the autoload use flag."
- elog
- fi
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: mpv-plugin/mpv-mpris/
@ 2022-06-18 19:19 Andrew Ammerlaan
0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2022-06-18 19:19 UTC (permalink / raw
To: gentoo-commits
commit: b76209822cdf5f4755ec0f0f38f30f9da955b9e9
Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Fri Jun 17 15:31:18 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Fri Jun 17 15:40:20 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b7620982
mpv-plugin/mpv-mpris: drop 0.7, 0.7.1
Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
mpv-plugin/mpv-mpris/Manifest | 1 -
mpv-plugin/mpv-mpris/mpv-mpris-0.7.1.ebuild | 70 ----------------------------
mpv-plugin/mpv-mpris/mpv-mpris-0.7.ebuild | 71 -----------------------------
3 files changed, 142 deletions(-)
diff --git a/mpv-plugin/mpv-mpris/Manifest b/mpv-plugin/mpv-mpris/Manifest
index 24eb33b97..bb19e16db 100644
--- a/mpv-plugin/mpv-mpris/Manifest
+++ b/mpv-plugin/mpv-mpris/Manifest
@@ -1,3 +1,2 @@
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.7.1.ebuild b/mpv-plugin/mpv-mpris/mpv-mpris-0.7.1.ebuild
deleted file mode 100644
index 2b4e36729..000000000
--- a/mpv-plugin/mpv-mpris/mpv-mpris-0.7.1.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit 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
-
-SLOT="0"
-LICENSE="MIT"
-IUSE="+autoload test"
-
-RDEPEND="
- dev-libs/glib:2
- media-video/mpv:=[cplugins,libmpv]
-"
-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
- )
-"
-RESTRICT="!test? ( test )"
-
-src_compile() {
- tc-export CC
- emake PKG_CONFIG="$(tc-getPKG_CONFIG)"
-}
-
-src_test() {
- emake test
-}
-
-src_install() {
- newlib.so mpris.so ${PN}.so
- use autoload && dosym -r /usr/$(get_libdir)/${PN}.so /etc/mpv/scripts/mpris.so
- einstalldocs
-}
-
-pkg_postinst() {
- if ! use autoload; then
- elog
- elog "The plugin has not been installed to /etc/mpv/scripts for autoloading."
- elog "You have to activate it manually by passing"
- elog " '${EPREFIX}/usr/$(get_libdir)/${PN}.so'"
- elog "as a script option to mpv or symlinking the library to 'scripts' in your mpv"
- elog "config directory."
- elog "Alternatively, activate the autoload use flag."
- elog
- fi
-}
diff --git a/mpv-plugin/mpv-mpris/mpv-mpris-0.7.ebuild b/mpv-plugin/mpv-mpris/mpv-mpris-0.7.ebuild
deleted file mode 100644
index 8814420b5..000000000
--- a/mpv-plugin/mpv-mpris/mpv-mpris-0.7.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit 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
-
-SLOT="0"
-LICENSE="MIT"
-IUSE="+autoload test"
-
-RDEPEND="
- dev-libs/glib:2
- media-video/mpv:=[cplugins,libmpv]
-"
-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
- )
-"
-RESTRICT="!test? ( test )"
-
-src_compile() {
- tc-export CC
- emake PKG_CONFIG="$(tc-getPKG_CONFIG)"
-}
-
-src_test() {
- emake test
-}
-
-src_install() {
- insinto "/usr/$(get_libdir)/mpv"
- doins mpris.so
- use autoload && dosym -r /usr/$(get_libdir)/mpv/mpris.so /etc/mpv/scripts/mpris.so
- einstalldocs
-}
-
-pkg_postinst() {
- if ! use autoload; then
- elog
- elog "The plugin has not been installed to /etc/mpv/scripts for autoloading."
- elog "You have to activate it manually by passing"
- elog " '${EPREFIX}/usr/$(get_libdir)/mpv/mpris.so' "
- elog "as a script option to mpv or symlinking the library to 'scripts' in your mpv"
- elog "config directory."
- elog "Alternatively, activate the autoload use flag."
- elog
- fi
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: mpv-plugin/mpv-mpris/
@ 2022-06-18 19:19 Andrew Ammerlaan
0 siblings, 0 replies; 8+ messages in thread
From: Andrew Ammerlaan @ 2022-06-18 19:19 UTC (permalink / raw
To: gentoo-commits
commit: 4d6c5146cc274434ad65b7eb570f3e2206c7efe7
Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Sat Jun 18 02:12:03 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sat Jun 18 02:12:03 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d6c5146
mpv-plugin/mpv-mpris: add 0.8.1
Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
mpv-plugin/mpv-mpris/Manifest | 1 +
mpv-plugin/mpv-mpris/mpv-mpris-0.8.1.ebuild | 53 +++++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/mpv-plugin/mpv-mpris/Manifest b/mpv-plugin/mpv-mpris/Manifest
index bb19e16db..c6d93f775 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.8.1.tar.gz 13469 BLAKE2B a284a9ffb7f0c36254bcec6d5cc102e19bca551b02657c1802cc0790e7ce61866b8928fa42e0de483463a05e2e513d90f53477b3fd5ca2cf29c1ce0fe8efc766 SHA512 a7ed2c7d5d0b7eb323026ae7b21c8a55e02a90b9fe761d7162ed7162200cf00793842f04a7a2ac841f7de3196657cfb17029ce7285ea977cd35284879db0184d
DIST mpv-mpris-0.8.tar.gz 13477 BLAKE2B 57ac9e0604bfcb979595f42a9bede20cb4e27c07e768cade3a996bbcb7226cf01704cfc52448a5eb363e1aba1e0b48e90edfcc858a7913649c740c0fa82c5ed1 SHA512 97387caa98296bbcb71c847ada45f8baac8cfb9536554d38accd706800d9b867ac0012d330e9b548926184fff9e4952ff90b22a3e7d42c68ac74fbd6d61c3006
diff --git a/mpv-plugin/mpv-mpris/mpv-mpris-0.8.1.ebuild b/mpv-plugin/mpv-mpris/mpv-mpris-0.8.1.ebuild
new file mode 100644
index 000000000..ba02bf7f6
--- /dev/null
+++ b/mpv-plugin/mpv-mpris/mpv-mpris-0.8.1.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
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: mpv-plugin/mpv-mpris/
@ 2022-09-12 14:21 Florian Schmaus
0 siblings, 0 replies; 8+ messages in thread
From: Florian Schmaus @ 2022-09-12 14:21 UTC (permalink / raw
To: gentoo-commits
commit: 292e5141cb3735f1e7656c3a7747ca7cafca9164
Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Sat Sep 10 15:36:50 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Sep 10 15:36:50 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=292e5141
mpv-plugin/mpv-mpris: add 0.9
Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
mpv-plugin/mpv-mpris/Manifest | 1 +
mpv-plugin/mpv-mpris/mpv-mpris-0.9.ebuild | 53 +++++++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/mpv-plugin/mpv-mpris/Manifest b/mpv-plugin/mpv-mpris/Manifest
index c6d93f775..3a64844c2 100644
--- a/mpv-plugin/mpv-mpris/Manifest
+++ b/mpv-plugin/mpv-mpris/Manifest
@@ -1,3 +1,4 @@
DIST mpv-mpris-0.7.1.tar.gz 13432 BLAKE2B 884204c2186bc3b52378113dde87e58578b3811ec1a40576eb30e779fe3a3575ad9db802a51434e9fc3d22785db6036f898c76acab61780fac4b35276a17524f SHA512 7e928bbbf85b5c8e1e92ce51e65986ef7a7fe27a1e382b0148cdd70e22e5320be37a573c6206b3a1ab05119d9d24b861fd45081a008111f1da37673aa3896f23
DIST mpv-mpris-0.8.1.tar.gz 13469 BLAKE2B a284a9ffb7f0c36254bcec6d5cc102e19bca551b02657c1802cc0790e7ce61866b8928fa42e0de483463a05e2e513d90f53477b3fd5ca2cf29c1ce0fe8efc766 SHA512 a7ed2c7d5d0b7eb323026ae7b21c8a55e02a90b9fe761d7162ed7162200cf00793842f04a7a2ac841f7de3196657cfb17029ce7285ea977cd35284879db0184d
DIST mpv-mpris-0.8.tar.gz 13477 BLAKE2B 57ac9e0604bfcb979595f42a9bede20cb4e27c07e768cade3a996bbcb7226cf01704cfc52448a5eb363e1aba1e0b48e90edfcc858a7913649c740c0fa82c5ed1 SHA512 97387caa98296bbcb71c847ada45f8baac8cfb9536554d38accd706800d9b867ac0012d330e9b548926184fff9e4952ff90b22a3e7d42c68ac74fbd6d61c3006
+DIST mpv-mpris-0.9.tar.gz 13746 BLAKE2B bcfb6efd51265409545e007980774b1ee7b7415fd89788c909be95d0fa12175c8ef9529d18c608345e88b6cba2b11f98a7bcb6cc1977a8b791b7025b6197c269 SHA512 82845320fe8d1ce903e8c9027070339d0281ace3887743728df0c0b4abb12de59bd7e86927d86b2669c54f80fee03d5f65e2c086ddafd5bcf55039db51bf64fc
diff --git a/mpv-plugin/mpv-mpris/mpv-mpris-0.9.ebuild b/mpv-plugin/mpv-mpris/mpv-mpris-0.9.ebuild
new file mode 100644
index 000000000..ba02bf7f6
--- /dev/null
+++ b/mpv-plugin/mpv-mpris/mpv-mpris-0.9.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
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: mpv-plugin/mpv-mpris/
@ 2022-09-12 14:21 Florian Schmaus
0 siblings, 0 replies; 8+ messages in thread
From: Florian Schmaus @ 2022-09-12 14:21 UTC (permalink / raw
To: gentoo-commits
commit: 7ea587235aad3ab9ef00f33b18ef786062f16f64
Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Sat Sep 10 15:37:09 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sat Sep 10 15:37:09 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7ea58723
mpv-plugin/mpv-mpris: drop 0.7.1-r1, 0.8
Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
mpv-plugin/mpv-mpris/Manifest | 2 -
mpv-plugin/mpv-mpris/mpv-mpris-0.7.1-r1.ebuild | 53 --------------------------
mpv-plugin/mpv-mpris/mpv-mpris-0.8.ebuild | 53 --------------------------
3 files changed, 108 deletions(-)
diff --git a/mpv-plugin/mpv-mpris/Manifest b/mpv-plugin/mpv-mpris/Manifest
index 3a64844c2..dbc301903 100644
--- a/mpv-plugin/mpv-mpris/Manifest
+++ b/mpv-plugin/mpv-mpris/Manifest
@@ -1,4 +1,2 @@
-DIST mpv-mpris-0.7.1.tar.gz 13432 BLAKE2B 884204c2186bc3b52378113dde87e58578b3811ec1a40576eb30e779fe3a3575ad9db802a51434e9fc3d22785db6036f898c76acab61780fac4b35276a17524f SHA512 7e928bbbf85b5c8e1e92ce51e65986ef7a7fe27a1e382b0148cdd70e22e5320be37a573c6206b3a1ab05119d9d24b861fd45081a008111f1da37673aa3896f23
DIST mpv-mpris-0.8.1.tar.gz 13469 BLAKE2B a284a9ffb7f0c36254bcec6d5cc102e19bca551b02657c1802cc0790e7ce61866b8928fa42e0de483463a05e2e513d90f53477b3fd5ca2cf29c1ce0fe8efc766 SHA512 a7ed2c7d5d0b7eb323026ae7b21c8a55e02a90b9fe761d7162ed7162200cf00793842f04a7a2ac841f7de3196657cfb17029ce7285ea977cd35284879db0184d
-DIST mpv-mpris-0.8.tar.gz 13477 BLAKE2B 57ac9e0604bfcb979595f42a9bede20cb4e27c07e768cade3a996bbcb7226cf01704cfc52448a5eb363e1aba1e0b48e90edfcc858a7913649c740c0fa82c5ed1 SHA512 97387caa98296bbcb71c847ada45f8baac8cfb9536554d38accd706800d9b867ac0012d330e9b548926184fff9e4952ff90b22a3e7d42c68ac74fbd6d61c3006
DIST mpv-mpris-0.9.tar.gz 13746 BLAKE2B bcfb6efd51265409545e007980774b1ee7b7415fd89788c909be95d0fa12175c8ef9529d18c608345e88b6cba2b11f98a7bcb6cc1977a8b791b7025b6197c269 SHA512 82845320fe8d1ce903e8c9027070339d0281ace3887743728df0c0b4abb12de59bd7e86927d86b2669c54f80fee03d5f65e2c086ddafd5bcf55039db51bf64fc
diff --git a/mpv-plugin/mpv-mpris/mpv-mpris-0.7.1-r1.ebuild b/mpv-plugin/mpv-mpris/mpv-mpris-0.7.1-r1.ebuild
deleted file mode 100644
index ba02bf7f6..000000000
--- a/mpv-plugin/mpv-mpris/mpv-mpris-0.7.1-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# 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
-}
diff --git a/mpv-plugin/mpv-mpris/mpv-mpris-0.8.ebuild b/mpv-plugin/mpv-mpris/mpv-mpris-0.8.ebuild
deleted file mode 100644
index ba02bf7f6..000000000
--- a/mpv-plugin/mpv-mpris/mpv-mpris-0.8.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# 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
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: mpv-plugin/mpv-mpris/
@ 2023-03-31 10:16 Florian Schmaus
0 siblings, 0 replies; 8+ messages in thread
From: Florian Schmaus @ 2023-03-31 10:16 UTC (permalink / raw
To: gentoo-commits
commit: 95e13e9442103be91514f264a20f06fac42d9ba5
Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Thu Mar 30 20:33:07 2023 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Thu Mar 30 20:33:07 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=95e13e94
mpv-plugin/mpv-mpris: add 1.0, drop CFLAGS patching
CFLAGS are now honoured in correct order by the build system,
i.e. -O* is not overwritten anymore.
Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
mpv-plugin/mpv-mpris/Manifest | 1 +
mpv-plugin/mpv-mpris/{mpv-mpris-9999.ebuild => mpv-mpris-1.0.ebuild} | 5 -----
mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild | 5 -----
3 files changed, 1 insertion(+), 10 deletions(-)
diff --git a/mpv-plugin/mpv-mpris/Manifest b/mpv-plugin/mpv-mpris/Manifest
index dbc301903..a4ae17fc3 100644
--- a/mpv-plugin/mpv-mpris/Manifest
+++ b/mpv-plugin/mpv-mpris/Manifest
@@ -1,2 +1,3 @@
DIST mpv-mpris-0.8.1.tar.gz 13469 BLAKE2B a284a9ffb7f0c36254bcec6d5cc102e19bca551b02657c1802cc0790e7ce61866b8928fa42e0de483463a05e2e513d90f53477b3fd5ca2cf29c1ce0fe8efc766 SHA512 a7ed2c7d5d0b7eb323026ae7b21c8a55e02a90b9fe761d7162ed7162200cf00793842f04a7a2ac841f7de3196657cfb17029ce7285ea977cd35284879db0184d
DIST mpv-mpris-0.9.tar.gz 13746 BLAKE2B bcfb6efd51265409545e007980774b1ee7b7415fd89788c909be95d0fa12175c8ef9529d18c608345e88b6cba2b11f98a7bcb6cc1977a8b791b7025b6197c269 SHA512 82845320fe8d1ce903e8c9027070339d0281ace3887743728df0c0b4abb12de59bd7e86927d86b2669c54f80fee03d5f65e2c086ddafd5bcf55039db51bf64fc
+DIST mpv-mpris-1.0.tar.gz 13974 BLAKE2B fd74326ef24f080505f7da075603b16a44a3c44cebe716ab7c7b013d49e0247e9f4c7b52e842044419a561d3d60cf806682e68343f1f4679e11d562eb8308385 SHA512 edc8218477a3b9b6c0568a122f3c02efde86a4de97f84872b767031e58c6916d4e3b34de75275538e8f18f28f15a139d8fca8631a76cecc04d8df88c457d5fad
diff --git a/mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild b/mpv-plugin/mpv-mpris/mpv-mpris-1.0.ebuild
similarity index 92%
copy from mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild
copy to mpv-plugin/mpv-mpris/mpv-mpris-1.0.ebuild
index 5f8084794..64095d3eb 100644
--- a/mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild
+++ b/mpv-plugin/mpv-mpris/mpv-mpris-1.0.ebuild
@@ -48,11 +48,6 @@ MPV_PLUGIN_FILES=( mpris.so )
RESTRICT="!test? ( test )"
-src_prepare() {
- sed -e 's:-O2 ::' -i Makefile || die "sed Makefile(s) failed"
- default
-}
-
src_compile() {
tc-export CC
emake PKG_CONFIG="$(tc-getPKG_CONFIG)"
diff --git a/mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild b/mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild
index 5f8084794..64095d3eb 100644
--- a/mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild
+++ b/mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild
@@ -48,11 +48,6 @@ MPV_PLUGIN_FILES=( mpris.so )
RESTRICT="!test? ( test )"
-src_prepare() {
- sed -e 's:-O2 ::' -i Makefile || die "sed Makefile(s) failed"
- default
-}
-
src_compile() {
tc-export CC
emake PKG_CONFIG="$(tc-getPKG_CONFIG)"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/proj/guru:master commit in: mpv-plugin/mpv-mpris/
@ 2023-09-28 10:01 David Roman
0 siblings, 0 replies; 8+ messages in thread
From: David Roman @ 2023-09-28 10:01 UTC (permalink / raw
To: gentoo-commits
commit: 582e9022ea11bd4709badbf98d88b44edee2db6e
Author: Oliver Freyermuth <o.freyermuth <AT> googlemail <DOT> com>
AuthorDate: Wed Sep 27 10:24:46 2023 +0000
Commit: David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Wed Sep 27 10:24:46 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=582e9022
mpv-plugin/mpv-mpris: add subslot dependency on media-video/ffmpeg
Signed-off-by: Oliver Freyermuth <o.freyermuth <AT> googlemail.com>
mpv-plugin/mpv-mpris/mpv-mpris-1.1.ebuild | 2 +-
mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/mpv-plugin/mpv-mpris/mpv-mpris-1.1.ebuild b/mpv-plugin/mpv-mpris/mpv-mpris-1.1.ebuild
index fd71f78d4c..906a974c0d 100644
--- a/mpv-plugin/mpv-mpris/mpv-mpris-1.1.ebuild
+++ b/mpv-plugin/mpv-mpris/mpv-mpris-1.1.ebuild
@@ -22,7 +22,7 @@ IUSE="test"
RDEPEND="
dev-libs/glib:2
- media-video/ffmpeg
+ media-video/ffmpeg:=
"
DEPEND="${RDEPEND}"
# temporary dep for tests on media-video/mpv due to https://github.com/mpv-player/mpv/pull/11468
diff --git a/mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild b/mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild
index fd71f78d4c..906a974c0d 100644
--- a/mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild
+++ b/mpv-plugin/mpv-mpris/mpv-mpris-9999.ebuild
@@ -22,7 +22,7 @@ IUSE="test"
RDEPEND="
dev-libs/glib:2
- media-video/ffmpeg
+ media-video/ffmpeg:=
"
DEPEND="${RDEPEND}"
# temporary dep for tests on media-video/mpv due to https://github.com/mpv-player/mpv/pull/11468
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2023-09-28 10:01 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-12 14:21 [gentoo-commits] repo/proj/guru:master commit in: mpv-plugin/mpv-mpris/ Florian Schmaus
-- strict thread matches above, loose matches on Subject: below --
2023-09-28 10:01 David Roman
2023-03-31 10:16 Florian Schmaus
2022-09-12 14:21 Florian Schmaus
2022-06-18 19:19 Andrew Ammerlaan
2022-06-18 19:19 Andrew Ammerlaan
2022-06-18 19:19 Andrew Ammerlaan
2022-06-18 19:19 Andrew Ammerlaan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox