mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 09:07:26 -08:00
sys-firmware/sof-firmware: drop 2025.01.1
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
This commit is contained in:
parent
c62cd81763
commit
b84d2a773a
@ -1,3 +1,2 @@
|
||||
DIST sof-firmware-2025.01.1.tar.gz 10451910 BLAKE2B 94f0573d080c1cdf73426cc6383c0ae60dfa32dc2142627315a77d67ab29cf53320d6390fbc4f2c02bb7ca392010d6da37d8807fe79b31880f48c15968bcb7a2 SHA512 17aed645e22e2406b54a9a57800eade3c08f885a070b7eb363ef433b0d7e39cf2adf66c4e9d2ddf5325ce85de8f7680a82a0e7cec63513b65bba664b7b67b035
|
||||
DIST sof-firmware-2025.05.1.tar.gz 11838386 BLAKE2B 7941ee472303481b83f794118c6271af123ccd0d211677f47dd74c21675a3e960a4c8dbf3f4ef4333171c65ebdf4d388e852b4ea484c0d208a28fb17849d7a20 SHA512 ad255502c607e80dcd9d42f4b734e10534e7b2bc36b0cc077b825a75b91040a9094df1fb3b3bab3a87b99940009b99835357f22bc6289c52fb66f472459fe8e1
|
||||
DIST sof-firmware-2025.12.tar.gz 13398826 BLAKE2B 935f909e4b5ab9fed3424767b660e7ac3b96e121f23d2b52d0b0f24e82877e1acbd54fce530861f43bf01b1b0343874959a0e75c712440c15bc761b3d9d643f2 SHA512 f77c47a401e68e3edb29b281efbfe97505b9ae4c188ea09ccd2855aaced4976631160885df8ce50cf83550bdfdc2bc7489cfee3ed6d9cd63563bbf3d0be8f661
|
||||
|
||||
@ -1,45 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="Sound Open Firmware (SOF) binary files"
|
||||
HOMEPAGE="https://www.sofproject.org https://github.com/thesofproject/sof https://github.com/thesofproject/sof-bin"
|
||||
SRC_URI="https://github.com/thesofproject/sof-bin/releases/download/v${PV}/sof-bin-${PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}"/sof-bin-${PV}
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64"
|
||||
IUSE="+tools"
|
||||
|
||||
RDEPEND="
|
||||
tools? (
|
||||
media-libs/alsa-lib
|
||||
sys-libs/glibc
|
||||
)
|
||||
"
|
||||
|
||||
QA_PREBUILT="usr/bin/sof-ctl
|
||||
usr/bin/sof-logger
|
||||
usr/bin/sof-probes"
|
||||
|
||||
src_install() {
|
||||
dodir /lib/firmware/intel
|
||||
dodir /usr/bin
|
||||
FW_DEST="${D}/lib/firmware/intel" TOOLS_DEST="${D}/usr/bin" "${S}/install.sh" || die
|
||||
|
||||
# Drop tools if requested (i.e. useful for musl systems, where glibc
|
||||
# is not available)
|
||||
if ! use tools ; then
|
||||
rm -rv "${D}"/usr/bin || die
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
# Fix sof-ace-tplg directory symlink collisions
|
||||
local sofpath="${EROOT}/lib/firmware/intel/sof-ace-tplg"
|
||||
if [[ ! -L "${sofpath}" && -d "${sofpath}" ]] ; then
|
||||
rm -r "${sofpath}" || die
|
||||
fi
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user