-
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.
media-libs/asahi-audio: add 2.1 for ~arm64
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-1.8.tar.gz 2546070 BLAKE2B febbe26a449c6f97ac329a6a5bf4f137d470a2e94cb5de8acb3dd09f4a569b4532545b979738d6d770b14f6459594ae9dd4772e974a2243027b93d3c752f6cbb SHA512 e1194d0c832db335dd5ca7e407b08d2d179212330f6d686d5b8664d7cc38a8090d265385e613957638c527d2988ed250860dc73af0dbdce12b29329b5b24bf52 | ||
DIST asahi-audio-2.1.tar.gz 2545649 BLAKE2B 333edad3d5c873c346290cbfef919ed5a7e7f1a391be599cb5b3e2e29773dd36811b9feed0ece9761497ecad49aae4f20c633bf2a3e0f899415d94edddd62f3e SHA512 dd2a72ca866feff72b749a569aac39f521fbfc26a7f150c0ec01ab83a38e74ed2841092903019a19b6f6bfd416d7eba20003775c7acb61c6fe6e4bfabeff9f19 |
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:0/0.5[extra,lv2,sound-server] | ||
media-video/wireplumber:0/0.5 | ||
|| ( | ||
>=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} | ||
" |