From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6E5EF13835A for ; Sat, 31 Oct 2020 01:29:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79D9EE0829; Sat, 31 Oct 2020 01:29:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 378F9E0829 for ; Sat, 31 Oct 2020 01:29:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF7C9340CB4 for ; Sat, 31 Oct 2020 01:29:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DBE93A9 for ; Sat, 31 Oct 2020 01:29:21 +0000 (UTC) From: "Haelwenn Monnier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Haelwenn Monnier" Message-ID: <1604106456.a94c2039f362eea3d2f1db4b99b7c6f6c07e6603.lanodan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-sound/wlavu/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/wlavu/metadata.xml media-sound/wlavu/wlavu-9999.ebuild X-VCS-Directories: media-sound/wlavu/ X-VCS-Committer: lanodan X-VCS-Committer-Name: Haelwenn Monnier X-VCS-Revision: a94c2039f362eea3d2f1db4b99b7c6f6c07e6603 X-VCS-Branch: dev Date: Sat, 31 Oct 2020 01:29:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2795829a-2f24-48c8-a855-c004772bf118 X-Archives-Hash: 8460cf0521f91433ee18d4036bfa7539 commit: a94c2039f362eea3d2f1db4b99b7c6f6c07e6603 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Sat Oct 31 01:07:36 2020 +0000 Commit: Haelwenn Monnier hacktivis me> CommitDate: Sat Oct 31 01:07:36 2020 +0000 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-9999.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 00000000..c698af23 --- /dev/null +++ b/media-sound/wlavu/metadata.xml @@ -0,0 +1,8 @@ + + + + + contact@hacktivis.me + Haelwenn (lanodan) Monnier + + diff --git a/media-sound/wlavu/wlavu-9999.ebuild b/media-sound/wlavu/wlavu-9999.ebuild new file mode 100644 index 00000000..e7cf0242 --- /dev/null +++ b/media-sound/wlavu/wlavu-9999.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}"