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 615D51382C5 for ; Tue, 15 Dec 2020 15:38:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98547E08FB; Tue, 15 Dec 2020 15:38:53 +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 6D0C1E08FB for ; Tue, 15 Dec 2020 15:38:53 +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 7B92D341200 for ; Tue, 15 Dec 2020 15:38:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05E1556 for ; Tue, 15 Dec 2020 15:38:50 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1608046693.1b42cd876d1f5119a68f5f9ab3f7b40a0b8e8616.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/scream/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/scream/Manifest media-sound/scream/metadata.xml media-sound/scream/scream-3.6.ebuild media-sound/scream/scream-9999.ebuild X-VCS-Directories: media-sound/scream/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 1b42cd876d1f5119a68f5f9ab3f7b40a0b8e8616 X-VCS-Branch: master Date: Tue, 15 Dec 2020 15:38:50 +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: 974a1ab1-72e2-428e-b75b-7b89c03b0844 X-Archives-Hash: 9735837dd48659ae1c7c81840e2f5a3f commit: 1b42cd876d1f5119a68f5f9ab3f7b40a0b8e8616 Author: Alexey Sokolov google com> AuthorDate: Tue Dec 15 15:38:13 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Tue Dec 15 15:38:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b42cd87 media-sound/scream: new ebuild * Packaging https://github.com/duncanthrax/scream Closes: https://bugs.gentoo.org/718800 Closes: https://github.com/gentoo/gentoo/pull/15281 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alexey Sokolov google.com> Signed-off-by: David Seifert gentoo.org> media-sound/scream/Manifest | 1 + media-sound/scream/metadata.xml | 15 ++++++++++++++ media-sound/scream/scream-3.6.ebuild | 39 +++++++++++++++++++++++++++++++++++ media-sound/scream/scream-9999.ebuild | 39 +++++++++++++++++++++++++++++++++++ 4 files changed, 94 insertions(+) diff --git a/media-sound/scream/Manifest b/media-sound/scream/Manifest new file mode 100644 index 00000000000..d7e02efe74d --- /dev/null +++ b/media-sound/scream/Manifest @@ -0,0 +1 @@ +DIST scream-3.6.tar.gz 999237 BLAKE2B d199d9658958ac53d973c25421ee3a7f2c1ec9666c34596639942bcbfa5efb60e4aad033adc2fdbd810f676f412357283dc5fda6224752587498f7636ade1662 SHA512 4fd07a808d8f0ead3551061e96fe2f9b54ef6f34d1d615fb6454185fc6ffc67f71afb08a876550363cb3f8c15bbff461936808031e5aba5885626c92880e92ec diff --git a/media-sound/scream/metadata.xml b/media-sound/scream/metadata.xml new file mode 100644 index 00000000000..ed60e1c354a --- /dev/null +++ b/media-sound/scream/metadata.xml @@ -0,0 +1,15 @@ + + + + + alexey+gentoo@asokolov.org + Alexey Sokolov + + + proxy-maint@gentoo.org + Proxy Maintainers + + + duncanthrax/scream + + diff --git a/media-sound/scream/scream-3.6.ebuild b/media-sound/scream/scream-3.6.ebuild new file mode 100644 index 00000000000..1c3ead36e4d --- /dev/null +++ b/media-sound/scream/scream-3.6.ebuild @@ -0,0 +1,39 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +DESCRIPTION="Plays sound received from network or from a QEMU Windows VM" +HOMEPAGE="https://github.com/duncanthrax/scream" + +if [[ ${PV} == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/duncanthrax/scream.git" +else + SRC_URI="https://github.com/duncanthrax/scream/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +S="${WORKDIR}/${P}/Receivers/unix" + +LICENSE="Ms-PL" +SLOT="0" +IUSE="alsa pulseaudio" + +RDEPEND=" + alsa? ( media-libs/alsa-lib ) + pulseaudio? ( media-sound/pulseaudio ) +" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +src_configure() { + local mycmakeargs=( + -DALSA_ENABLE=$(usex alsa) + -DPULSEAUDIO_ENABLE=$(usex pulseaudio) + ) + + cmake_src_configure +} diff --git a/media-sound/scream/scream-9999.ebuild b/media-sound/scream/scream-9999.ebuild new file mode 100644 index 00000000000..1c3ead36e4d --- /dev/null +++ b/media-sound/scream/scream-9999.ebuild @@ -0,0 +1,39 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +DESCRIPTION="Plays sound received from network or from a QEMU Windows VM" +HOMEPAGE="https://github.com/duncanthrax/scream" + +if [[ ${PV} == *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/duncanthrax/scream.git" +else + SRC_URI="https://github.com/duncanthrax/scream/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +S="${WORKDIR}/${P}/Receivers/unix" + +LICENSE="Ms-PL" +SLOT="0" +IUSE="alsa pulseaudio" + +RDEPEND=" + alsa? ( media-libs/alsa-lib ) + pulseaudio? ( media-sound/pulseaudio ) +" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +src_configure() { + local mycmakeargs=( + -DALSA_ENABLE=$(usex alsa) + -DPULSEAUDIO_ENABLE=$(usex pulseaudio) + ) + + cmake_src_configure +}