summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2019-10-20 13:03:12 +0200
committerPacho Ramos <pacho@gentoo.org>2019-10-20 13:04:16 +0200
commit5b92e2ecb3be3dda4270e5971155daefd028c851 (patch)
treef223e23c1cd1828714a9798d9865d471e02cdf0c /media-sound
parentmedia-fonts/jsmath-extra-light: EAPI bump (diff)
downloadgentoo-5b92e2ecb3be3dda4270e5971155daefd028c851.tar.gz
gentoo-5b92e2ecb3be3dda4270e5971155daefd028c851.tar.bz2
gentoo-5b92e2ecb3be3dda4270e5971155daefd028c851.zip
media-sound/pulseaudio-modules-bt: Fix compilation with latest pulseaudio
Ensure we use right pa-modules version Closes: https://bugs.gentoo.org/696912 Thanks-to: Jerome Venturi Thanks-to: EHfive Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-9999.ebuild6
1 files changed, 5 insertions, 1 deletions
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 185f571a0ca8..31a152463cee 100644
--- a/media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-9999.ebuild
+++ b/media-sound/pulseaudio-modules-bt/pulseaudio-modules-bt-9999.ebuild
@@ -10,6 +10,10 @@ HOMEPAGE="https://github.com/EHfive/pulseaudio-modules-bt"
SRC_URI=""
EGIT_REPO_URI="https://github.com/EHfive/${PN}"
+# Ensure it is synced with major pulseaudio version
+# https://github.com/EHfive/pulseaudio-modules-bt/issues/83
+EGIT_OVERRIDE_COMMIT_PULSEAUDIO_PULSEAUDIO="v13.0"
+
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS=""
@@ -23,7 +27,7 @@ DEPEND="
>=net-wireless/bluez-5
>=sys-apps/dbus-1.0.0
>=net-misc/ofono-1.13
- media-sound/pulseaudio[-bluetooth]
+ >=media-sound/pulseaudio-13[-bluetooth]
"
# Ordinarily media-libs/libldac should be in DEPEND too, but for now upstream repo is using a ldac submodule instead.