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 1935C158F70 for ; Mon, 16 Aug 2021 20:48:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11E06E0C22; Mon, 16 Aug 2021 04:39:38 +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 78B4EE0C22 for ; Mon, 16 Aug 2021 04:39:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 16DC7345DBC for ; Mon, 16 Aug 2021 04:39:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8103963F for ; Mon, 16 Aug 2021 04:39:34 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1629088698.1414569feb5e27be43940b12f69d23a09e8f9c0a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pavucontrol/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pavucontrol/Manifest media-sound/pavucontrol/pavucontrol-5.0.ebuild X-VCS-Directories: media-sound/pavucontrol/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1414569feb5e27be43940b12f69d23a09e8f9c0a X-VCS-Branch: master Date: Mon, 16 Aug 2021 04:39:34 +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: 79623496-2676-4a84-a2e0-639b329861f5 X-Archives-Hash: c771dbe242e6c0d803cc29aaa55717d2 commit: 1414569feb5e27be43940b12f69d23a09e8f9c0a Author: Igor V. Kovalenko gmail com> AuthorDate: Sun Aug 15 19:28:05 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 16 04:38:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1414569f media-sound/pavucontrol: Bump to version 5.0 Signed-off-by: Igor V. Kovalenko gmail.com> Closes: https://github.com/gentoo/gentoo/pull/22000 Signed-off-by: Sam James gentoo.org> media-sound/pavucontrol/Manifest | 1 + media-sound/pavucontrol/pavucontrol-5.0.ebuild | 39 ++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/media-sound/pavucontrol/Manifest b/media-sound/pavucontrol/Manifest index c1e9e38d538..ba3be6b1437 100644 --- a/media-sound/pavucontrol/Manifest +++ b/media-sound/pavucontrol/Manifest @@ -1 +1,2 @@ DIST pavucontrol-4.0.tar.xz 165216 BLAKE2B 5a556dbd8132d811b7704b377f4a62ad606378e235f9892a7951e1f981917e4196d17e85350ef757a956e6fbc448f0f6cd600b5656e12e2152b71d10b5e64e2a SHA512 eaea303c46ddb36733aed88c8a603907d70e4539c345d8acec23527d3306ee21ae630c0508bdab6ae52cbc2f1eb8fc4b212abda72876dc92e83fba7ceb623be2 +DIST pavucontrol-5.0.tar.xz 194248 BLAKE2B 9e6b9b7d94be51a4ad8b5310e031c4fed0f5299e67c770c9a573c0647edf27345014fb6504892fad29b9b5e79ce43ed312217dbed8e2b31b805f291531062903 SHA512 5673d783c2c819a68b49025c051bedd39f4caba446a479797b06569e24a96acc0924ba680d2416baff8c3211cfc7c94760d503900207fbe7c89c5cb2adaebec1 diff --git a/media-sound/pavucontrol/pavucontrol-5.0.ebuild b/media-sound/pavucontrol/pavucontrol-5.0.ebuild new file mode 100644 index 00000000000..ca6189c4c97 --- /dev/null +++ b/media-sound/pavucontrol/pavucontrol-5.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +inherit flag-o-matic + +DESCRIPTION="Pulseaudio Volume Control, GTK based mixer for Pulseaudio" +HOMEPAGE="https://freedesktop.org/software/pulseaudio/pavucontrol/" +SRC_URI="https://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" +IUSE="nls" + +RDEPEND=" + dev-libs/json-glib + >=dev-cpp/gtkmm-3.22:3.0[X] + >=dev-libs/libsigc++-2.2:2 + >=media-libs/libcanberra-0.16[gtk3] + >=media-sound/pulseaudio-5[glib] + virtual/freedesktop-icon-theme +" +DEPEND="${RDEPEND}" +BDEPEND=" + virtual/pkgconfig + nls? ( + dev-util/intltool + sys-devel/gettext + ) +" + +src_configure() { + local myeconfargs=( + --disable-lynx + $(use_enable nls) + ) + econf "${myeconfargs[@]}" +}