From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pavucontrol/
Date: Mon, 16 Aug 2021 04:39:34 +0000 (UTC) [thread overview]
Message-ID: <1629088698.1414569feb5e27be43940b12f69d23a09e8f9c0a.sam@gentoo> (raw)
commit: 1414569feb5e27be43940b12f69d23a09e8f9c0a
Author: Igor V. Kovalenko <igor.v.kovalenko <AT> gmail <DOT> com>
AuthorDate: Sun Aug 15 19:28:05 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> 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 <igor.v.kovalenko <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22000
Signed-off-by: Sam James <sam <AT> 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[@]}"
+}
next reply other threads:[~2021-08-16 20:48 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-16 4:39 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-15 14:13 [gentoo-commits] repo/gentoo:master commit in: media-sound/pavucontrol/ Arthur Zamarin
2025-03-14 21:00 Sam James
2025-03-14 0:08 Jakov Smolić
2025-03-13 15:02 Sam James
2025-03-13 13:37 Sam James
2025-01-14 13:49 Jakov Smolić
2025-01-13 13:11 Sam James
2025-01-13 12:58 Sam James
2024-11-04 18:39 Andreas Sturmlechner
2024-06-05 8:35 Miroslav Šulc
2024-05-19 17:58 Arthur Zamarin
2024-05-19 14:51 Sam James
2024-05-19 13:58 Sam James
2023-08-13 17:56 Andreas Sturmlechner
2023-06-11 19:06 Arthur Zamarin
2023-06-11 18:57 Arthur Zamarin
2023-05-19 8:58 Pacho Ramos
2023-01-23 17:59 Arthur Zamarin
2022-12-24 6:53 Sam James
2022-10-25 7:48 WANG Xuerui
2022-08-17 16:21 Matt Turner
2021-12-06 20:45 Sam James
2021-11-01 10:02 Sam James
2021-10-29 18:30 Sam James
2021-10-28 6:22 Sam James
2021-09-22 14:30 Yixun Lan
2021-08-16 16:30 Sam James
2021-02-25 7:32 Sam James
2021-02-21 5:19 Sam James
2020-11-14 15:06 David Seifert
2019-08-12 7:46 Jeroen Roovers
2019-05-19 15:48 Thomas Deutschmann
2019-04-18 23:33 Aaron Bauman
2019-03-23 10:25 Pacho Ramos
2019-03-08 15:15 Lars Wendler
2015-12-25 15:13 Agostino Sarubbo
2015-12-19 11:10 Pacho Ramos
2015-09-24 18:38 Pacho Ramos
2015-09-24 18:38 Pacho Ramos
2015-09-24 18:38 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1629088698.1414569feb5e27be43940b12f69d23a09e8f9c0a.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox