diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-09-17 11:06:16 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-09-17 11:06:37 +0200 |
commit | f18b9d64003901bfe225fdeabdfc5442a933c51e (patch) | |
tree | 5032b094ae960c3ed177e0c6b7cceec10bce1863 /media-sound | |
parent | media-sound/bluez-alsa: Bump to version 3.0.0 (diff) | |
download | gentoo-f18b9d64003901bfe225fdeabdfc5442a933c51e.tar.gz gentoo-f18b9d64003901bfe225fdeabdfc5442a933c51e.tar.bz2 gentoo-f18b9d64003901bfe225fdeabdfc5442a933c51e.zip |
media-sound/bluez-alsa: Synced live ebuild
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/bluez-alsa/bluez-alsa-9999.ebuild | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/media-sound/bluez-alsa/bluez-alsa-9999.ebuild b/media-sound/bluez-alsa/bluez-alsa-9999.ebuild index 35b7533e4c48..3ab8343e3815 100644 --- a/media-sound/bluez-alsa/bluez-alsa-9999.ebuild +++ b/media-sound/bluez-alsa/bluez-alsa-9999.ebuild @@ -17,7 +17,7 @@ fi LICENSE="MIT" SLOT="0" -IUSE="aac debug hcitop ldac ofono static-libs test upower" +IUSE="aac debug hcitop lame ldac man mpg123 ofono static-libs test unwind upower" RESTRICT="!test? ( test )" # bluez-alsa does not directly link to upower but @@ -30,16 +30,23 @@ RDEPEND=" sys-apps/dbus[${MULTILIB_USEDEP}] sys-libs/readline:0= aac? ( >=media-libs/fdk-aac-0.1.1:=[${MULTILIB_USEDEP}] ) + lame? ( media-sound/lame[${MULTILIB_USEDEP}] ) + mpg123? ( media-sound/mpg123[${MULTILIB_USEDEP}] ) hcitop? ( dev-libs/libbsd sys-libs/ncurses:0= ) ldac? ( >=media-libs/libldac-2.0.0 ) + ofono? ( net-misc/ofono ) + unwind? ( sys-libs/libunwind[${MULTILIB_USEDEP}] ) upower? ( sys-power/upower ) " DEPEND="${RDEPEND} test? ( dev-libs/check )" -BDEPEND="virtual/pkgconfig" +BDEPEND=" + virtual/pkgconfig + man? ( app-text/pandoc ) +" src_prepare() { default @@ -51,12 +58,16 @@ multilib_src_configure() { --enable-rfcomm $(use_enable aac) $(use_enable debug) - $(use_enable ofono) + $(use_enable lame mp3lame) + $(use_enable man manpages) + $(use_enable mpg123) $(use_enable static-libs static) $(use_enable test) $(multilib_native_use_enable hcitop) $(multilib_native_use_enable ldac) + $(multilib_native_use_enable ofono) $(multilib_native_use_enable upower) + $(use_with unwind libunwind) ) ECONF_SOURCE="${S}" econf "${myeconfargs[@]}" } |