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 7522313835B for ; Fri, 5 Mar 2021 12:10:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6200E092C; Fri, 5 Mar 2021 12:10:46 +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 AE8B2E092C for ; Fri, 5 Mar 2021 12:10:46 +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 A8077340DAD for ; Fri, 5 Mar 2021 12:10:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD8BE59B for ; Fri, 5 Mar 2021 12:10:42 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1614938360.4f307e218da5662dc5345ee219479e6e67362750.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: media-sound/ncpamixer/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-sound/ncpamixer/Manifest media-sound/ncpamixer/metadata.xml media-sound/ncpamixer/ncpamixer-1.3.3.1.ebuild media-sound/ncpamixer/ncpamixer-9999.ebuild X-VCS-Directories: media-sound/ncpamixer/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 4f307e218da5662dc5345ee219479e6e67362750 X-VCS-Branch: master Date: Fri, 5 Mar 2021 12:10:42 +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: 7101453b-fa10-426e-83a0-d5ac8839f549 X-Archives-Hash: 209697115b703ac772178b75193cd321 commit: 4f307e218da5662dc5345ee219479e6e67362750 Author: Octiabrina Terrien-Puig myrvogna net> AuthorDate: Fri Mar 5 09:59:20 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Mar 5 09:59:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4f307e21 media-sound/ncpamixer: new package Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Octiabrina Terrien-Puig myrvogna.net> media-sound/ncpamixer/Manifest | 1 + media-sound/ncpamixer/metadata.xml | 14 ++++++++++ media-sound/ncpamixer/ncpamixer-1.3.3.1.ebuild | 37 ++++++++++++++++++++++++++ media-sound/ncpamixer/ncpamixer-9999.ebuild | 37 ++++++++++++++++++++++++++ 4 files changed, 89 insertions(+) diff --git a/media-sound/ncpamixer/Manifest b/media-sound/ncpamixer/Manifest new file mode 100644 index 00000000..ced470e6 --- /dev/null +++ b/media-sound/ncpamixer/Manifest @@ -0,0 +1 @@ +DIST 1.3.3.1.tar.gz 21805 BLAKE2B 89d2399672fa9f9f18e2f2bce17b9fd5d74fcd367c54f126de94f884948d6ab3ada8fb807813c841688a926ef71ab6fa52bc50222cf810b54c5167aeb5c346d6 SHA512 4c40992a7731859a855fc80ee012e4ead7a7f47e537163378565125acaad0beacd1a8583710d1d7f2f700c09c7563edfe734757ba1302d0e5c1e286b22af7890 diff --git a/media-sound/ncpamixer/metadata.xml b/media-sound/ncpamixer/metadata.xml new file mode 100644 index 00000000..4817093d --- /dev/null +++ b/media-sound/ncpamixer/metadata.xml @@ -0,0 +1,14 @@ + + + + + octiabrina@myrvogna.net + Octiabrina Terrien-Puig + + + fulhax/ncpamixer + + + Add ncurses wide characters support + + diff --git a/media-sound/ncpamixer/ncpamixer-1.3.3.1.ebuild b/media-sound/ncpamixer/ncpamixer-1.3.3.1.ebuild new file mode 100644 index 00000000..f6a2bed9 --- /dev/null +++ b/media-sound/ncpamixer/ncpamixer-1.3.3.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +DESCRIPTION="A ncurses mixer for PulseAudio inspired by pavucontrol" +HOMEPAGE="https://github.com/fulhax/ncpamixer" + +if [[ ${PV} == 9999 ]]; then + EGIT_REPO_URI="https://github.com/fulhax/ncpamixer.git" + inherit git-r3 +else + SRC_URI="https://github.com/fulhax/ncpamixer/archive/${PV}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="MIT" +SLOT="0" +IUSE="+wide" + +DEPEND=" + media-sound/pulseaudio + sys-libs/ncurses +" +RDEPEND="${DEPEND}" + +CMAKE_USE_DIR="${S}/src" + +src_configure() { + local mycmakeargs=( + -DUSE_WIDE="$(usex wide)" + ) + + cmake_src_configure +} diff --git a/media-sound/ncpamixer/ncpamixer-9999.ebuild b/media-sound/ncpamixer/ncpamixer-9999.ebuild new file mode 100644 index 00000000..f6a2bed9 --- /dev/null +++ b/media-sound/ncpamixer/ncpamixer-9999.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +DESCRIPTION="A ncurses mixer for PulseAudio inspired by pavucontrol" +HOMEPAGE="https://github.com/fulhax/ncpamixer" + +if [[ ${PV} == 9999 ]]; then + EGIT_REPO_URI="https://github.com/fulhax/ncpamixer.git" + inherit git-r3 +else + SRC_URI="https://github.com/fulhax/ncpamixer/archive/${PV}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="MIT" +SLOT="0" +IUSE="+wide" + +DEPEND=" + media-sound/pulseaudio + sys-libs/ncurses +" +RDEPEND="${DEPEND}" + +CMAKE_USE_DIR="${S}/src" + +src_configure() { + local mycmakeargs=( + -DUSE_WIDE="$(usex wide)" + ) + + cmake_src_configure +}