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 CE5B513835A for ; Wed, 7 Oct 2020 07:28:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BB4DE090A; Wed, 7 Oct 2020 07:28:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E9B15E090A for ; Wed, 7 Oct 2020 07:28:05 +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 E3E0B340F45 for ; Wed, 7 Oct 2020 07:28:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9DAD2332 for ; Wed, 7 Oct 2020 07:28:02 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1602055659.43d1d069e46e13119a83640cad834ee71b805bde.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio-ctl/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pulseaudio-ctl/Manifest media-sound/pulseaudio-ctl/pulseaudio-ctl-1.68.ebuild X-VCS-Directories: media-sound/pulseaudio-ctl/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 43d1d069e46e13119a83640cad834ee71b805bde X-VCS-Branch: master Date: Wed, 7 Oct 2020 07:28:02 +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: b4d5f849-a5d5-4231-b601-7470aae07474 X-Archives-Hash: ea8715cc6abf22f13eb75a2e94c2abc0 commit: 43d1d069e46e13119a83640cad834ee71b805bde Author: Michał Górny gentoo org> AuthorDate: Wed Oct 7 05:58:50 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 7 07:27:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43d1d069 media-sound/pulseaudio-ctl: Bump to 1.68 Signed-off-by: Michał Górny gentoo.org> media-sound/pulseaudio-ctl/Manifest | 1 + .../pulseaudio-ctl/pulseaudio-ctl-1.68.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/media-sound/pulseaudio-ctl/Manifest b/media-sound/pulseaudio-ctl/Manifest index f6d80ca9f4e..0c5684ebb63 100644 --- a/media-sound/pulseaudio-ctl/Manifest +++ b/media-sound/pulseaudio-ctl/Manifest @@ -1 +1,2 @@ DIST pulseaudio-ctl-1.67.tar.gz 6615 BLAKE2B fd760fc5475cdd9c6bbced9f4bbe0f62e793364d375f0bc24686986d42c9ddcfeddde501950c3572a4bf004cdfba36d3dc5aa1df3eed7a9730a437e74eb97b26 SHA512 5ea1cbfd87cf073de46b6fd9953a3c7b9c6969da46103dd5dfc56aa3f179b2ba36ade5db7ca47d204f0f60ac02020f1a4f2dd58bbaf010f9a99780702295418c +DIST pulseaudio-ctl-1.68.tar.gz 6575 BLAKE2B a126730f53687b8456ed06f205e13d9380f7cadd4581430b4263dff65ebd33b22ad698cad4271402f873d9fa6c3499fd805ba02e9108723dcd60690016fcc196 SHA512 8ed4383d123d235bcde2e89a0a81fea96daa81dabb37cc9428eb3dd8e0c80fde3b9adf2b3ff911abaf6c4e5cb7cdbd74ce6817e080b3dba65d9206677ce10de5 diff --git a/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.68.ebuild b/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.68.ebuild new file mode 100644 index 00000000000..71ae8973b85 --- /dev/null +++ b/media-sound/pulseaudio-ctl/pulseaudio-ctl-1.68.ebuild @@ -0,0 +1,21 @@ +# Copyright 2019-2020 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() { + emake install PREFIX="${EPREFIX}/usr" DESTDIR="${D}" +}