commit: ccd19d45d765bdebc6851a59c12219961e1e71d2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Tue Aug 10 17:24:19 2021 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Tue Aug 10 18:05:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccd19d45
media-sound/pulseaudio: keyword 15.0 for ~riscv Builds and installs fine. Tests are flaky, sometimes they pass and sometimes some of them time out - which doesn't seem to be riscv-specific, as e.g. thread-tests is known to time out on Chromebooks (see https://lab.nexedi.com/nexedi/chromebrew/blob/nexedi/packages/pulseaudio.rb). Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> media-sound/pulseaudio/pulseaudio-15.0.ebuild | 2 +- profiles/arch/riscv/package.use.mask | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/media-sound/pulseaudio/pulseaudio-15.0.ebuild b/media-sound/pulseaudio/pulseaudio-15.0.ebuild index 7d6aebdee1d..1655c4644cf 100644 --- a/media-sound/pulseaudio/pulseaudio-15.0.ebuild +++ b/media-sound/pulseaudio/pulseaudio-15.0.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} = 9999 ]]; then EGIT_REPO_URI="https://gitlab.freedesktop.org/${PN}/${PN}" else SRC_URI="https://freedesktop.org/software/${PN}/releases/${MY_P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" fi # libpulse-simple and libpulse link to libpulse-core; this is daemon's diff --git a/profiles/arch/riscv/package.use.mask b/profiles/arch/riscv/package.use.mask index 768f56198f3..1822eef270c 100644 --- a/profiles/arch/riscv/package.use.mask +++ b/profiles/arch/riscv/package.use.mask @@ -1,6 +1,11 @@ # Copyright 2019-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Marek Szuba <[email protected]> (2021-08-10) +# media-sound/pulseaudio needs this but we've got a global mask on this +# USE flag for now +media-plugins/alsa-plugins -pulseaudio + # Alex Fan <[email protected]> (2021-08-09) # ipython[qt5] depends on qtconsole, which depends on QtPy. # QtPy cannot be tested atm because QtPy[test] has a hard @@ -117,6 +122,8 @@ media-libs/devil nvtt media-libs/libvpx doc # - media-libs/portaudio media-sound/mpg123 portaudio +# - bluetooth, net-misc/ofono +media-sound/pulseaudio native-headset ofono-headset # - maaaaaany media-video/ffmpeg amrenc bluray bs2b cdio chromaprint codec2 fdk frei0r gme iec61883 ieee1394 kvazaar libaribb24 libilbc libsoxr libtesseract lv2 openh264 rubberband sdl speex srt vidstab xvid zimg zvbi # - media-libs/libquicktime, media-libs/sdl-gfx
