public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pavucontrol/
Date: Thu, 24 Sep 2015 18:38:20 +0000 (UTC)	[thread overview]
Message-ID: <1443119840.a96e2bc696981105670a955a9e5a7dd4c3f17ee5.pacho@gentoo> (raw)

commit:     a96e2bc696981105670a955a9e5a7dd4c3f17ee5
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 24 18:37:20 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Sep 24 18:37:20 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a96e2bc6

media-sound/pavucontrol: Version bump

Package-Manager: portage-2.2.20.1

 media-sound/pavucontrol/Manifest               |  1 +
 media-sound/pavucontrol/pavucontrol-3.0.ebuild | 37 ++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/media-sound/pavucontrol/Manifest b/media-sound/pavucontrol/Manifest
index 0e6a725..90b3232 100644
--- a/media-sound/pavucontrol/Manifest
+++ b/media-sound/pavucontrol/Manifest
@@ -1,2 +1,3 @@
 DIST pavucontrol-1.0.tar.xz 179596 SHA256 3dbe2865b6e3a195a8951967d9234f62cd254c30b08bdea1ecf8997b58f68cde SHA512 ff17e452426ff11da9a3215232b4742c88dd84ea3d2f55f8e6e6459f0edbe1323ad4ee8a3403db9a22a72eadae60baa6ecabfa502c005fde4c92ae3bf4aac007 WHIRLPOOL 07f32ee76b44f290eb6ffbf0bf4f9419e3bc26efbef2c54fb0a711d492a0de79300d84181c8fae0f8ada5111931464d199e8b4d9deccd64ee721894a44f7cc0a
 DIST pavucontrol-2.0.tar.xz 151560 SHA256 22f29dd81b4a1a34ec7bffe9b027aff2a37fc76ccded4539d43a8c126a39470b SHA512 2b5f83f79cf6d7ce94bd836278274acb09824af389f5a7ad7d3977db743d8f9c5def78d8e9dea901a7e05355cfebb060f513cf01997baf546fd2dd2ada0513b1 WHIRLPOOL f85b60363ea30aee976e4e704bddf607b4e18ea9f9041d63acd0dc36183e103435f37c70e3b55b6327b7b1c7291c898b8167742cbcc7c47ebcd83a10f790d33c
+DIST pavucontrol-3.0.tar.xz 145092 SHA256 b3d2ea5a25fc88dcee80c396014f72df1b4742f8cfbbc5349c39d64a0d338890 SHA512 3562fc50e5f60c6b6280c2d524e13cf44114bf481e5ec98b8714c7c2f162d0332179ebcf4c5a78d86f511de857bdc3aa7415e1548e0c10d4582b5958c4cacae9 WHIRLPOOL f743b900985bb2eabb2a22e0ac3f070cb6e8a3ee7373598b101c6b0522546349e85e89e30859b394a8cfd1d6b6ef5dafdc7a630cfae2f77174509780471af4a3

diff --git a/media-sound/pavucontrol/pavucontrol-3.0.ebuild b/media-sound/pavucontrol/pavucontrol-3.0.ebuild
new file mode 100644
index 0000000..e0b197e
--- /dev/null
+++ b/media-sound/pavucontrol/pavucontrol-3.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Pulseaudio Volume Control, GTK based mixer for Pulseaudio"
+HOMEPAGE="http://freedesktop.org/software/pulseaudio/pavucontrol/"
+SRC_URI="http://freedesktop.org/software/pulseaudio/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="nls"
+
+RDEPEND="
+	>=dev-cpp/gtkmm-3.0:3.0
+	>=dev-libs/libsigc++-2.2:2
+	>=media-libs/libcanberra-0.16[gtk3]
+	>=media-sound/pulseaudio-3[glib]
+	virtual/freedesktop-icon-theme
+"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+	nls? (
+		dev-util/intltool
+		sys-devel/gettext
+	)
+"
+
+src_configure() {
+	econf \
+		--docdir=/usr/share/doc/${PF} \
+		--htmldir=/usr/share/doc/${PF}/html \
+		--disable-lynx \
+		$(use_enable nls)
+}


             reply	other threads:[~2015-09-24 18:38 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-24 18:38 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-09-24 18:38 [gentoo-commits] repo/gentoo:master commit in: media-sound/pavucontrol/ Pacho Ramos
2015-09-24 18:38 Pacho Ramos
2015-12-19 11:10 Pacho Ramos
2015-12-25 15:13 Agostino Sarubbo
2019-03-08 15:15 Lars Wendler
2019-03-23 10:25 Pacho Ramos
2019-04-18 23:33 Aaron Bauman
2019-05-19 15:48 Thomas Deutschmann
2019-08-12  7:46 Jeroen Roovers
2020-11-14 15:06 David Seifert
2021-02-21  5:19 Sam James
2021-02-25  7:32 Sam James
2021-08-16  4:39 Sam James
2021-08-16 16:30 Sam James
2021-09-22 14:30 Yixun Lan
2021-10-28  6:22 Sam James
2021-10-29 18:30 Sam James
2021-11-01 10:02 Sam James
2021-12-06 20:45 Sam James
2022-08-17 16:21 Matt Turner
2022-10-25  7:48 WANG Xuerui
2022-12-24  6:53 Sam James
2023-01-23 17:59 Arthur Zamarin
2023-05-19  8:58 Pacho Ramos
2023-06-11 18:57 Arthur Zamarin
2023-06-11 19:06 Arthur Zamarin
2023-08-13 17:56 Andreas Sturmlechner
2024-05-19 13:58 Sam James
2024-05-19 14:51 Sam James
2024-05-19 17:58 Arthur Zamarin
2024-06-05  8:35 Miroslav Šulc
2024-11-04 18:39 Andreas Sturmlechner
2025-01-13 12:58 Sam James
2025-01-13 13:11 Sam James
2025-01-14 13:49 Jakov Smolić
2025-03-13 13:37 Sam James
2025-03-13 15:02 Sam James
2025-03-14  0:08 Jakov Smolić
2025-03-14 21:00 Sam James
2025-03-15 14:13 Arthur Zamarin

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=1443119840.a96e2bc696981105670a955a9e5a7dd4c3f17ee5.pacho@gentoo \
    --to=pacho@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