From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1065161-garchives=archives.gentoo.org@lists.gentoo.org> 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 10525138334 for <garchives@archives.gentoo.org>; Fri, 4 Jan 2019 13:19:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3027BE098A; Fri, 4 Jan 2019 13:19:26 +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 0A416E098A for <gentoo-commits@lists.gentoo.org>; Fri, 4 Jan 2019 13:19:24 +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 65399335CEF for <gentoo-commits@lists.gentoo.org>; Fri, 4 Jan 2019 13:19:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F61D505 for <gentoo-commits@lists.gentoo.org>; Fri, 4 Jan 2019 13:19:21 +0000 (UTC) From: "Jason A. Donenfeld" <zx2c4@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason A. Donenfeld" <zx2c4@gentoo.org> Message-ID: <1546607953.b25bccc845370c46a01cbbb36ef5483da048be56.zx2c4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio-modules-bt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pulseaudio-modules-bt/metadata.xml media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-9999.ebuild X-VCS-Directories: media-sound/pulseaudio-modules-bt/ X-VCS-Committer: zx2c4 X-VCS-Committer-Name: Jason A. Donenfeld X-VCS-Revision: b25bccc845370c46a01cbbb36ef5483da048be56 X-VCS-Branch: master Date: Fri, 4 Jan 2019 13:19:21 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0c32bc48-d939-4d7b-9210-b5166d2f69b8 X-Archives-Hash: 29e4f466520345066363df80da458867 commit: b25bccc845370c46a01cbbb36ef5483da048be56 Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org> AuthorDate: Fri Jan 4 13:01:51 2019 +0000 Commit: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org> CommitDate: Fri Jan 4 13:19:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b25bccc8 media-sound/pulseaudio-modules-bt: import new ebuild Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org> media-sound/pulseaudio-modules-bt/metadata.xml | 7 +++++ .../pulseaudio-modules-bt-9999.ebuild | 32 ++++++++++++++++++++++ 2 files changed, 39 insertions(+) diff --git a/media-sound/pulseaudio-modules-bt/metadata.xml b/media-sound/pulseaudio-modules-bt/metadata.xml new file mode 100644 index 00000000000..38b28ff6e62 --- /dev/null +++ b/media-sound/pulseaudio-modules-bt/metadata.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="person"> +<email>zx2c4@gentoo.org</email> +</maintainer> +</pkgmetadata> diff --git a/media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-9999.ebuild b/media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-9999.ebuild new file mode 100644 index 00000000000..2b9f4eea7a3 --- /dev/null +++ b/media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit git-r3 cmake-utils + +DESCRIPTION="PulseAudio modules for LDAC, aptX, aptX HD, and AAC for Bluetooth (alongside SBC and native+ofono headset)" +HOMEPAGE="https://github.com/EHfive/pulseaudio-modules-bt" +SRC_URI="" +EGIT_REPO_URI="https://github.com/EHfive/${PN}" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND=" + media-libs/fdk-aac + virtual/ffmpeg + media-libs/sbc + >=net-wireless/bluez-5 + >=sys-apps/dbus-1.0.0 + >=net-misc/ofono-1.13 + media-sound/pulseaudio[-bluetooth] +" +# Ordinarily media-libs/libldac should be in DEPEND too, but for now upstream repo is using a ldac submodule instead. + +RDEPEND="${DEPEND}" +BDEPEND="" + +CMAKE_MAKEFILE_GENERATOR="emake"