Gentoo Archives: gentoo-commits

From: "Jason A. Donenfeld" <zx2c4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio-modules-bt/
Date: Fri, 04 Jan 2019 13:19:27
Message-Id: 1546607953.b25bccc845370c46a01cbbb36ef5483da048be56.zx2c4@gentoo
1 commit: b25bccc845370c46a01cbbb36ef5483da048be56
2 Author: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 4 13:01:51 2019 +0000
4 Commit: Jason A. Donenfeld <zx2c4 <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 4 13:19:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b25bccc8
7
8 media-sound/pulseaudio-modules-bt: import new ebuild
9
10 Package-Manager: Portage-2.3.54, Repoman-2.3.12
11 Signed-off-by: Jason A. Donenfeld <zx2c4 <AT> gentoo.org>
12
13 media-sound/pulseaudio-modules-bt/metadata.xml | 7 +++++
14 .../pulseaudio-modules-bt-9999.ebuild | 32 ++++++++++++++++++++++
15 2 files changed, 39 insertions(+)
16
17 diff --git a/media-sound/pulseaudio-modules-bt/metadata.xml b/media-sound/pulseaudio-modules-bt/metadata.xml
18 new file mode 100644
19 index 00000000000..38b28ff6e62
20 --- /dev/null
21 +++ b/media-sound/pulseaudio-modules-bt/metadata.xml
22 @@ -0,0 +1,7 @@
23 +<?xml version="1.0" encoding="UTF-8"?>
24 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
25 +<pkgmetadata>
26 +<maintainer type="person">
27 +<email>zx2c4@g.o</email>
28 +</maintainer>
29 +</pkgmetadata>
30
31 diff --git a/media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-9999.ebuild b/media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-9999.ebuild
32 new file mode 100644
33 index 00000000000..2b9f4eea7a3
34 --- /dev/null
35 +++ b/media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-9999.ebuild
36 @@ -0,0 +1,32 @@
37 +# Copyright 2019 Gentoo Authors
38 +# Distributed under the terms of the GNU General Public License v2
39 +
40 +EAPI=7
41 +
42 +inherit git-r3 cmake-utils
43 +
44 +DESCRIPTION="PulseAudio modules for LDAC, aptX, aptX HD, and AAC for Bluetooth (alongside SBC and native+ofono headset)"
45 +HOMEPAGE="https://github.com/EHfive/pulseaudio-modules-bt"
46 +SRC_URI=""
47 +EGIT_REPO_URI="https://github.com/EHfive/${PN}"
48 +
49 +LICENSE="LGPL-2.1"
50 +SLOT="0"
51 +KEYWORDS=""
52 +IUSE=""
53 +
54 +DEPEND="
55 + media-libs/fdk-aac
56 + virtual/ffmpeg
57 + media-libs/sbc
58 + >=net-wireless/bluez-5
59 + >=sys-apps/dbus-1.0.0
60 + >=net-misc/ofono-1.13
61 + media-sound/pulseaudio[-bluetooth]
62 +"
63 +# Ordinarily media-libs/libldac should be in DEPEND too, but for now upstream repo is using a ldac submodule instead.
64 +
65 +RDEPEND="${DEPEND}"
66 +BDEPEND=""
67 +
68 +CMAKE_MAKEFILE_GENERATOR="emake"