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 8823F138334 for ; Sat, 20 Apr 2019 23:24:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 01806E0975; Sat, 20 Apr 2019 23:20:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 BA448E0972 for ; Sat, 20 Apr 2019 23:20:25 +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 C2154341EB7 for ; Sat, 20 Apr 2019 06:26:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37552576 for ; Sat, 20 Apr 2019 06:26:38 +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: <1555741460.e96cb12a23f6bb71e33745dc3347e59ad2c3849c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsoundio/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libsoundio/Manifest media-libs/libsoundio/libsoundio-2.0.0.ebuild X-VCS-Directories: media-libs/libsoundio/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e96cb12a23f6bb71e33745dc3347e59ad2c3849c X-VCS-Branch: master Date: Sat, 20 Apr 2019 06:26:38 +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: ca3aa86b-12e6-4b68-801c-0cc1e29601bc X-Archives-Hash: ee382ff718302d019646384fca69ae0e commit: e96cb12a23f6bb71e33745dc3347e59ad2c3849c Author: Diogo Pereira gmail com> AuthorDate: Sat Mar 30 20:50:33 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Apr 20 06:24:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e96cb12a media-libs/libsoundio: version bump to 2.0.0 Closes: https://bugs.gentoo.org/681478 Reported-by: Jan Henke taujhe.de> Signed-off-by: Diogo Pereira gmail.com> Package-Manager: Portage-2.3.62, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/11554 Signed-off-by: Michał Górny gentoo.org> media-libs/libsoundio/Manifest | 1 + media-libs/libsoundio/libsoundio-2.0.0.ebuild | 34 +++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/media-libs/libsoundio/Manifest b/media-libs/libsoundio/Manifest index 4a44b291005..dfe8285ee19 100644 --- a/media-libs/libsoundio/Manifest +++ b/media-libs/libsoundio/Manifest @@ -1 +1,2 @@ DIST libsoundio-1.1.0.tar.gz 118672 BLAKE2B bafebad3a45cabca18cd1f73c4d8c2a404cacd5c1f23f333678300b4300eb1724faffd60caec7c35925f42c019d4a9bc51685892efb30cd259c2d3f84dae5d59 SHA512 3de35fa83395faea5e6f4478cd82d49615e470b09847fb076647664238e232ff3d4597ca7a07ce06012ae084f11e5d3903b42d8f4afe64c27b1a4b92d2081b5f +DIST libsoundio-2.0.0.tar.gz 120387 BLAKE2B d4005667767633cf90fbf524cdf102c69e04e4e37cad55b4f9b1af7fb3f89f7b1a6ff47569c86bf5d86649fd34d9d080b8ed74d6da07c4155abadb3cad0797f0 SHA512 347a9be1789a41e778ea8d0efa1d00e03e725a4ab65e3aaf6c71e49138643f08a50a81bd60087d86a3b4d63beaeec617e47ba6b81f829ece8a3ac17418eb5309 diff --git a/media-libs/libsoundio/libsoundio-2.0.0.ebuild b/media-libs/libsoundio/libsoundio-2.0.0.ebuild new file mode 100644 index 00000000000..33ece577af3 --- /dev/null +++ b/media-libs/libsoundio/libsoundio-2.0.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake-multilib + +DESCRIPTION="C library for cross-platform real-time audio input and output" +HOMEPAGE="http://libsound.io/" +SRC_URI="https://github.com/andrewrk/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/2" +KEYWORDS="~amd64 ~x86" +IUSE="alsa coreaudio examples jack pulseaudio static-libs" + +DEPEND="alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] ) + jack? ( virtual/jack[${MULTILIB_USEDEP}] ) + pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )" +RDEPEND="${DEPEND}" + +multilib_src_configure() { + local mycmakeargs=( + -DENABLE_ALSA=$(usex alsa) + -DENABLE_COREAUDIO=$(usex coreaudio) + -DENABLE_JACK=$(usex jack) + -DENABLE_PULSEAUDIO=$(usex pulseaudio) + -DENABLE_WASAPI=no + -DBUILD_STATIC_LIBS=$(usex static-libs) + -DBUILD_EXAMPLE_PROGRAMS=$(multilib_native_usex examples) + -DBUILD_TESTS=no + ) + cmake-utils_src_configure +}