From 5dc33381adf841d39ce7abe6bff99c83b3ccdaa2 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Tue, 13 Apr 2021 00:31:39 -0400 Subject: [PATCH] sof-firmware: update to 1.7 --- srcpkgs/sof-firmware/template | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/srcpkgs/sof-firmware/template b/srcpkgs/sof-firmware/template index 544ce9c5893e..677fe02c3b79 100644 --- a/srcpkgs/sof-firmware/template +++ b/srcpkgs/sof-firmware/template @@ -1,23 +1,23 @@ # Template file for 'sof-firmware' pkgname=sof-firmware -version=1.6.1 -revision=2 +version=1.7 +revision=1 archs="i686* x86_64*" wrksrc="sof-bin-${version}" +hostmakedepends="rsync" depends="alsa-ucm-conf" short_desc="Sound Open Firmware and topology binaries" maintainer="cinerea0 " license="BSD-3-Clause" homepage="https://thesofproject.github.io/latest/index.html" -distfiles="https://github.com/thesofproject/sof-bin/archive/v${version}.tar.gz" -checksum=587b320030bc84de1aacba5d86d89ba1a4f67201baf8b9b61bb885af60643bfb +distfiles="https://github.com/thesofproject/sof-bin/archive/refs/tags/v${version}.tar.gz" +checksum=895d0199c06fc9b8bd8452fffff4f0d53134af451f63ffd1b78f04b10ef6c251 do_install() { - vlicense LICENCE.NXP - - export ROOT="${DESTDIR}/usr" - export SOF_VERSION="v${version}" + vmkdir usr/lib/firmware/intel/sof + vmkdir usr/lib/firmware/intel/sof-tplg + rsync -a "sof-v${version}/" "${DESTDIR}/usr/lib/firmware/intel/sof" + rsync -a "sof-tplg-v${version}/" "${DESTDIR}/usr/lib/firmware/intel/sof-tplg" - vmkdir usr/lib/firmware/intel - ./go.sh + vlicense LICENCE.NXP }