[gentoo-commits] repo/proj/guru:dev commit in: media-sound/wlavu/

2021-06-11 Thread Alessandro Barbieri
commit: a133a34ca50d0f38251d15c1057f17f8234ab8e5
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Jun  6 02:29:55 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Jun 11 15:23:10 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a133a34c

media-sound/wlavu: drop unmaintained live

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri  gmail.com>

 media-sound/wlavu/wlavu-.ebuild | 19 ---
 1 file changed, 19 deletions(-)

diff --git a/media-sound/wlavu/wlavu-.ebuild 
b/media-sound/wlavu/wlavu-.ebuild
deleted file mode 100644
index 73a7db408..0
--- a/media-sound/wlavu/wlavu-.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit git-r3 meson
-
-DESCRIPTION="Wayland ALSA VU-meter with peaking and optional support for 
wlr-layer-shell"
-HOMEPAGE="https://git.sr.ht/~kennylevinsen/wlavu;
-EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/wlavu;
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS=""
-
-DEPEND="
-   media-video/pipewire:=
-   dev-libs/wayland
-"
-RDEPEND="${DEPEND}"



[gentoo-commits] repo/proj/guru:dev commit in: media-sound/wlavu/

2020-10-31 Thread Haelwenn Monnier
commit: e1a19b4bcf923f8b68aee090c5e5e04c09ba22dc
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sun Nov  1 01:41:14 2020 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Sun Nov  1 01:41:46 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e1a19b4b

media-sound/wlavu: Switched to PireWire and software rendering, no packager

I remove myself from it's maintainance as pipewire isn't a dependency I'm 
willing to have on my system for now.

This commit is believed to work (based on meson.build changes and pfl-provided 
content of media-video/pipewire) but untested.

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>

 media-sound/wlavu/metadata.xml  | 8 
 media-sound/wlavu/wlavu-.ebuild | 4 +---
 2 files changed, 1 insertion(+), 11 deletions(-)

diff --git a/media-sound/wlavu/metadata.xml b/media-sound/wlavu/metadata.xml
deleted file mode 100644
index c698af23..
--- a/media-sound/wlavu/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   cont...@hacktivis.me
-   Haelwenn (lanodan) Monnier
-   
-

diff --git a/media-sound/wlavu/wlavu-.ebuild 
b/media-sound/wlavu/wlavu-.ebuild
index e7cf0242..9715fa4f 100644
--- a/media-sound/wlavu/wlavu-.ebuild
+++ b/media-sound/wlavu/wlavu-.ebuild
@@ -13,9 +13,7 @@ SLOT="0"
 KEYWORDS=""
 
 DEPEND="
-   media-libs/alsa-lib
-   media-libs/freeglut
-   media-libs/mesa
+   media-video/pipewire:=
dev-libs/wayland
 "
 RDEPEND="${DEPEND}"



[gentoo-commits] repo/proj/guru:dev commit in: media-sound/wlavu/

2020-10-30 Thread Haelwenn Monnier
commit: a94c2039f362eea3d2f1db4b99b7c6f6c07e6603
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Sat Oct 31 01:07:36 2020 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Sat Oct 31 01:07:36 2020 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a94c2039

media-sound/wlavu: New package

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>

 media-sound/wlavu/metadata.xml  |  8 
 media-sound/wlavu/wlavu-.ebuild | 21 +
 2 files changed, 29 insertions(+)

diff --git a/media-sound/wlavu/metadata.xml b/media-sound/wlavu/metadata.xml
new file mode 100644
index ..c698af23
--- /dev/null
+++ b/media-sound/wlavu/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   cont...@hacktivis.me
+   Haelwenn (lanodan) Monnier
+   
+

diff --git a/media-sound/wlavu/wlavu-.ebuild 
b/media-sound/wlavu/wlavu-.ebuild
new file mode 100644
index ..e7cf0242
--- /dev/null
+++ b/media-sound/wlavu/wlavu-.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit git-r3 meson
+
+DESCRIPTION="Wayland-based ALSA VU-meter with peaking and optionnal support 
for wlr-layer-shell"
+HOMEPAGE="https://git.sr.ht/~kennylevinsen/wlavu;
+EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/wlavu;
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS=""
+
+DEPEND="
+   media-libs/alsa-lib
+   media-libs/freeglut
+   media-libs/mesa
+   dev-libs/wayland
+"
+RDEPEND="${DEPEND}"