public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio-ctl/
Date: Sat,  3 Aug 2019 07:20:19 +0000 (UTC)	[thread overview]
Message-ID: <1564816816.7cb5feb7c8fb905b24264d9ae6ca2f183481c3c7.mgorny@gentoo> (raw)

commit:     7cb5feb7c8fb905b24264d9ae6ca2f183481c3c7
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  3 07:18:26 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug  3 07:20:16 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cb5feb7

media-sound/pulseaudio-ctl: New package

CLI tool to control volume in pulseaudio.  Very handy for keybindings.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 media-sound/pulseaudio-ctl/Manifest                |  1 +
 media-sound/pulseaudio-ctl/metadata.xml            |  8 ++++++++
 .../pulseaudio-ctl/pulseaudio-ctl-1.66.ebuild      | 23 ++++++++++++++++++++++
 3 files changed, 32 insertions(+)

diff --git a/media-sound/pulseaudio-ctl/Manifest b/media-sound/pulseaudio-ctl/Manifest
new file mode 100644
index 00000000000..bda1f3c527c
--- /dev/null
+++ b/media-sound/pulseaudio-ctl/Manifest
@@ -0,0 +1 @@
+DIST pulseaudio-ctl-1.66.tar.gz 6633 BLAKE2B ec197571563f8503a0b35a4a3269984e8f53ae0df9a2bcc6a8dcf9a88df8d927634a5c8570a4bb69cc0d36289adfe73ac5b7f2d904790476be83fad3b93e2b05 SHA512 cadcb09781cf370e5280c1fa20bc9d10cc8e8162859a53f0b3cf3d94a50267638f9a454716c07cb4d300de9a3cb1bf6e6950763c2d97a48ba6cb5ac8ec72e8f7

diff --git a/media-sound/pulseaudio-ctl/metadata.xml b/media-sound/pulseaudio-ctl/metadata.xml
new file mode 100644
index 00000000000..0319eec4c8b
--- /dev/null
+++ b/media-sound/pulseaudio-ctl/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>mgorny@gentoo.org</email>
+		<name>Michał Górny</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.66.ebuild b/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.66.ebuild
new file mode 100644
index 00000000000..56d2816a5cb
--- /dev/null
+++ b/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.66.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="CLI utility to control PulseAudio volume"
+HOMEPAGE="https://github.com/graysky2/pulseaudio-ctl"
+SRC_URI="https://github.com/graysky2/pulseaudio-ctl/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+# Optional runtime deps: dbus-send for KDE OSD, notify-send for libnotify
+# in both cases they should be already present if DE supports them
+RDEPEND="media-sound/pulseaudio"
+
+src_install() {
+	# install-man target compresses manpage
+	emake install-bin PREFIX="${EPREFIX}/usr" DESTDIR="${D}"
+	doman doc/pulseaudio-ctl.1
+}


             reply	other threads:[~2019-08-03  7:20 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-03  7:20 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-05-30 12:48 [gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio-ctl/ Michał Górny
2020-09-18  9:38 Michał Górny
2020-10-07  7:28 Michał Górny
2021-02-20 16:21 Michał Górny
2021-05-10  7:24 Michał Górny
2021-09-02 10:04 Yixun Lan
2022-07-31  3:49 Sam James
2023-05-17  4:01 Sam James
2024-08-01  7:43 Miroslav Šulc

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=1564816816.7cb5feb7c8fb905b24264d9ae6ca2f183481c3c7.mgorny@gentoo \
    --to=mgorny@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