Skip to content

Commit

Permalink
media-libs/asahi-audio: add 2.1 for ~arm64
Browse files Browse the repository at this point in the history
Signed-off-by: James Calligeros <[email protected]>
  • Loading branch information
chadmed committed Apr 30, 2024
1 parent 29d21eb commit b8d6a7b
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-libs/asahi-audio/Manifest
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
28 changes: 28 additions & 0 deletions media-libs/asahi-audio/asahi-audio-2.1.ebuild
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}
"

0 comments on commit b8d6a7b

Please sign in to comment.