diff options
author | David Seifert <soap@gentoo.org> | 2020-04-26 12:35:13 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-04-26 12:35:13 +0200 |
commit | 996aae522e337531e28efbc470f404b298ce6ce8 (patch) | |
tree | 6777bd23e068e5e2e0c34e2c4fbb1329fd3c1e89 /media-sound/pulseaudio-modules-bt | |
parent | media-sound/mps-youtube: Replace virtual/ffmpeg (diff) | |
download | gentoo-996aae522e337531e28efbc470f404b298ce6ce8.tar.gz gentoo-996aae522e337531e28efbc470f404b298ce6ce8.tar.bz2 gentoo-996aae522e337531e28efbc470f404b298ce6ce8.zip |
media-sound/pulseaudio-modules-bt: Replace virtual/ffmpeg
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'media-sound/pulseaudio-modules-bt')
-rw-r--r-- | media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-1.3-r2.ebuild (renamed from media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-1.3-r1.ebuild) | 6 | ||||
-rw-r--r-- | media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-9999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-1.3-r1.ebuild b/media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-1.3-r2.ebuild index 22faf22ec86d..f46c7072e9c9 100644 --- a/media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-1.3-r1.ebuild +++ b/media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-1.3-r2.ebuild @@ -1,10 +1,10 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit cmake-utils readme.gentoo-r1 -DESCRIPTION="PulseAudio modules for LDAC, aptX, aptX HD, and AAC for Bluetooth (alongside SBC and native+ofono headset)" +DESCRIPTION="PulseAudio modules for LDAC, aptX, aptX HD, and AAC for Bluetooth" HOMEPAGE="https://github.com/EHfive/pulseaudio-modules-bt" PULSE_VER="13.0" @@ -20,7 +20,7 @@ IUSE="fdk +ffmpeg +ldac +native-headset ofono-headset" DEPEND=" fdk? ( media-libs/fdk-aac:0= ) - ffmpeg? ( virtual/ffmpeg ) + ffmpeg? ( media-video/ffmpeg ) media-libs/sbc ldac? ( media-libs/libldac ) >=net-wireless/bluez-5 diff --git a/media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-9999.ebuild b/media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-9999.ebuild index 8b8e74ca04f7..4847cdac7273 100644 --- a/media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-9999.ebuild +++ b/media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-9999.ebuild @@ -1,11 +1,11 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit git-r3 cmake-utils readme.gentoo-r1 -DESCRIPTION="PulseAudio modules for LDAC, aptX, aptX HD, and AAC for Bluetooth (alongside SBC and native+ofono headset)" +DESCRIPTION="PulseAudio modules for LDAC, aptX, aptX HD, and AAC for Bluetooth" HOMEPAGE="https://github.com/EHfive/pulseaudio-modules-bt" SRC_URI="" EGIT_REPO_URI="https://github.com/EHfive/${PN}" @@ -21,7 +21,7 @@ IUSE="fdk +ffmpeg +ldac +native-headset ofono-headset" DEPEND=" fdk? ( media-libs/fdk-aac:0= ) - ffmpeg? ( virtual/ffmpeg ) + ffmpeg? ( media-video/ffmpeg ) media-libs/sbc ldac? ( media-libs/libldac ) >=net-wireless/bluez-5 |