mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-23 15:37:58 +02:00
Change was created by running the following command:: ekeyword ^ia64 */*/*.ebuild Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
29 lines
872 B
Bash
29 lines
872 B
Bash
# Copyright 1999-2022 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI="7"
|
|
|
|
inherit multilib-minimal
|
|
|
|
DESCRIPTION="A meta package for PulseAudio (networked sound server)"
|
|
HOMEPAGE="https://www.freedesktop.org/wiki/Software/PulseAudio/"
|
|
SRC_URI=""
|
|
|
|
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
|
|
|
|
LICENSE="metapackage"
|
|
|
|
SLOT="0"
|
|
|
|
# NOTE: bluetooth and ofono-headset are passed through to
|
|
# pulseaudio-daemon dependency to make sure users who have bluetooth enabled
|
|
# just for pulseaudio package will also get these enabled via metapackage.
|
|
IUSE="bluetooth daemon +glib jack ofono-headset"
|
|
|
|
RDEPEND="
|
|
>=media-libs/libpulse-${PV}[glib?,${MULTILIB_USEDEP}]
|
|
daemon? ( >=media-sound/pulseaudio-daemon-${PV}[bluetooth?,glib?,jack?,ofono-headset?] )
|
|
"
|
|
DEPEND="${RDEPEND}"
|
|
|
|
S="${WORKDIR}"
|