-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: James Calligeros <[email protected]>
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST asahi-audio-2.3.tar.gz 2645765 BLAKE2B 760904bb6aed994d543c4374f240bcc5bea123bd57de4527477fc8fbe3a8bc526914c103b7f044b4ccde77f17e0d6ff79f8f280ab2b7a7ddf6b70415b5559248 SHA512 bb6f0728f8129ed930a6d6dbce499110201ea17f6ac2b94ad392d891e08351fa5825f65f7a38496dc35f80eeaf5cc6ad5d0fbc796b9037a705640071916564b8 | ||
DIST asahi-audio-2.4.tar.gz 2645807 BLAKE2B 7b87497781dd6b79497d949afcc2f2655365415718ec08315c65aa5e61e1673cd41d070f35577b9ed675c2f3296f7f102f72b6393cdc7b5b5065e5855dfddd5e SHA512 37d0e0e0be9a6e034472c7255118806c0dbf6eda793e427dd90188dc483596dddbfe7dc64191d3e2d54948871aa06e6dff994028aae8c8b56d82759bfd7dddbd |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Copyright 1999-2023 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
DESCRIPTION="PipeWire/WirePlumber configuration files for Apple Silicon" | ||
HOMEPAGE="https://github.com/AsahiLinux/asahi-audio" | ||
SRC_URI="https://github.com/AsahiLinux/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${PN}-${PV}.tar.gz" | ||
LICENSE="MIT" | ||
SLOT="0/2.0" | ||
|
||
KEYWORDS="~arm64" | ||
|
||
RDEPEND=" | ||
>=media-video/pipewire-1.0.2[extra,lv2,sound-server] | ||
>=media-video/wireplumber-0.5.2 | ||
|| ( | ||
>=sys-kernel/asahi-sources-6.6.0_p11 | ||
>=sys-kernel/asahi-kernel-6.6.0_p11 | ||
) | ||
>=media-libs/alsa-ucm-conf-asahi-5.0 | ||
>=media-libs/lsp-plugins-1.2.6[lv2] | ||
>=media-libs/bankstown-lv2-1.1.0 | ||
sys-apps/speakersafetyd | ||
" | ||
DEPEND=" | ||
${RDEPEND} | ||
" |