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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 54CA915808F for ; Fri, 18 Mar 2022 00:35:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABA81E085A; Fri, 18 Mar 2022 00:35:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 80F42E085A for ; Fri, 18 Mar 2022 00:35:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 93A1834302D for ; Fri, 18 Mar 2022 00:35:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1874932E for ; Fri, 18 Mar 2022 00:35:09 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1647563404.6dce51ceabf27b0d9322b3ddfc8dffaaae2fd775.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pulseaudio-daemon/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/pulseaudio-daemon/metadata.xml media-sound/pulseaudio-daemon/pulseaudio-daemon-15.99.1.ebuild X-VCS-Directories: media-sound/pulseaudio-daemon/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6dce51ceabf27b0d9322b3ddfc8dffaaae2fd775 X-VCS-Branch: master Date: Fri, 18 Mar 2022 00:35:09 +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: 4a630602-4600-4f98-a3f4-6a4ffe1b7a24 X-Archives-Hash: b65235a074a758401f52949d5e5ec3d6 commit: 6dce51ceabf27b0d9322b3ddfc8dffaaae2fd775 Author: Igor V. Kovalenko gmail com> AuthorDate: Sun Feb 27 06:55:02 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 18 00:30:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dce51ce media-sound/pulseaudio-daemon: Add USE=aptx dependency on gst-plugins-openaptx Signed-off-by: Igor V. Kovalenko gmail.com> Signed-off-by: Sam James gentoo.org> media-sound/pulseaudio-daemon/metadata.xml | 3 +++ media-sound/pulseaudio-daemon/pulseaudio-daemon-15.99.1.ebuild | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/media-sound/pulseaudio-daemon/metadata.xml b/media-sound/pulseaudio-daemon/metadata.xml index 4becd557166d..0a4437e23510 100644 --- a/media-sound/pulseaudio-daemon/metadata.xml +++ b/media-sound/pulseaudio-daemon/metadata.xml @@ -66,6 +66,9 @@ Build with support for gstreamer including ability to use bluetooth codecs. For bluetooth codecs see USE ldac and aptx. + + aptX (HD) over Bluetooth (many Android compatible headphones), requires media-plugins/gst-plugins-openaptx. + LDAC over Bluetooth (primarily Sony headphones), requires media-plugins/gst-plugins-ldac. diff --git a/media-sound/pulseaudio-daemon/pulseaudio-daemon-15.99.1.ebuild b/media-sound/pulseaudio-daemon/pulseaudio-daemon-15.99.1.ebuild index dce91187153f..71655e65efbd 100644 --- a/media-sound/pulseaudio-daemon/pulseaudio-daemon-15.99.1.ebuild +++ b/media-sound/pulseaudio-daemon/pulseaudio-daemon-15.99.1.ebuild @@ -32,7 +32,7 @@ SLOT="0" # +alsa-plugin as discussed in bug #519530 # TODO: Find out why webrtc-aec is + prefixed - there's already the always available speexdsp-aec # NOTE: The current ebuild sets +X almost certainly just for the pulseaudio.desktop file -IUSE="+alsa +alsa-plugin +asyncns bluetooth dbus elogind equalizer +gdbm gstreamer +glib gtk ipv6 jack ldac lirc +IUSE="+alsa +alsa-plugin aptx +asyncns bluetooth dbus elogind equalizer +gdbm gstreamer +glib gtk ipv6 jack ldac lirc native-headset ofono-headset +orc oss selinux sox ssl systemd system-wide tcpd test +udev +webrtc-aec +X zeroconf" RESTRICT="!test? ( test )" @@ -127,6 +127,7 @@ RDEPEND=" bluetooth? ( gstreamer? ( ldac? ( media-plugins/gst-plugins-ldac ) + aptx? ( media-plugins/gst-plugins-openaptx ) ) ) "