summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason A. Donenfeld <zx2c4@gentoo.org>2019-01-08 08:05:43 -0800
committerJason A. Donenfeld <zx2c4@gentoo.org>2019-01-08 08:08:30 -0800
commit7ea8d613021272d4b4cdd0e4e90fae5ebb725044 (patch)
tree178b4feae84bdc07476e0357d3141e4a0d43ff08 /media-sound/pulseaudio-modules-bt
parentdev-python/asn1crypto: add prefix-guest keywords ~x86-linux,~amd64-linux (diff)
downloadgentoo-7ea8d613021272d4b4cdd0e4e90fae5ebb725044.tar.gz
gentoo-7ea8d613021272d4b4cdd0e4e90fae5ebb725044.tar.bz2
gentoo-7ea8d613021272d4b4cdd0e4e90fae5ebb725044.zip
media-sound/pulseaudio: import bluetooth extra codecs
Upstream produces patches, which work much better than file-collision-inducing separate packages. Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Jason A. Donenfeld <zx2c4@gentoo.org>
Diffstat (limited to 'media-sound/pulseaudio-modules-bt')
-rw-r--r--media-sound/pulseaudio-modules-bt/metadata.xml7
-rw-r--r--media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-9999.ebuild34
2 files changed, 0 insertions, 41 deletions
diff --git a/media-sound/pulseaudio-modules-bt/metadata.xml b/media-sound/pulseaudio-modules-bt/metadata.xml
deleted file mode 100644
index 38b28ff6e621..000000000000
--- a/media-sound/pulseaudio-modules-bt/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?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
deleted file mode 100644
index 23b537c2088d..000000000000
--- a/media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-9999.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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
- media-libs/libldac
- >=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"
-mycmakeargs=( -DFORCE_NOT_BUILD_LDAC=ON )