Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sof-firmware: update to 1.6.1
@ 2020-12-21  7:26 cinerea0
  2020-12-21 16:56 ` ericonr
  2020-12-21 16:56 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 2 replies; 3+ messages in thread
From: cinerea0 @ 2020-12-21  7:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 469 bytes --]

There is a new pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages sof
https://github.com/void-linux/void-packages/pull/27316

sof-firmware: update to 1.6.1
In addition to updating to the newest stable version, this update uses sof-firmware's updated versioning scheme in which stable releases are actually stable.

A patch file from https://github.com/void-linux/void-packages/pull/27316.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sof-27316.patch --]
[-- Type: text/x-diff, Size: 3030 bytes --]

From 12b438d49d12c565b5b2b13d98b51a8e7daebd59 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@protonmail.com>
Date: Mon, 21 Dec 2020 02:22:44 -0500
Subject: [PATCH] sof-firmware: update to 1.6.1

---
 srcpkgs/sof-firmware/template | 28 +++++++++++++---------------
 1 file changed, 13 insertions(+), 15 deletions(-)

diff --git a/srcpkgs/sof-firmware/template b/srcpkgs/sof-firmware/template
index 7ab46e76aa5..cf237de16a6 100644
--- a/srcpkgs/sof-firmware/template
+++ b/srcpkgs/sof-firmware/template
@@ -1,40 +1,38 @@
 # Template file for 'sof-firmware'
 pkgname=sof-firmware
-version=1.6rc3
+version=1.6.1
 revision=1
-_major=${version%rc*}
-_minor=${version#${_major}}
 archs="i686* x86_64*"
-wrksrc="sof-bin-${_major}-${_minor}"
+wrksrc="sof-bin-${version}"
 depends="alsa-ucm-conf"
 short_desc="Sound Open Firmware and topology binaries"
 maintainer="cinerea0 <cinerea0@protonmail.com>"
 license="BSD-3-Clause"
 homepage="https://thesofproject.github.io/latest/index.html"
-distfiles="https://github.com/thesofproject/sof-bin/archive/v${_major}-${_minor}.tar.gz"
-checksum=daefbeedfb26aa45ef73cc89d90f33dfb4c797244d40a00c8ac652ca3a5b4dce
+distfiles="https://github.com/thesofproject/sof-bin/archive/v${version}.tar.gz"
+checksum=587b320030bc84de1aacba5d86d89ba1a4f67201baf8b9b61bb885af60643bfb
 
 do_install() {
 	local intel_path="lib/firmware/intel"
-	for f in ${intel_path}/sof/v${_major}/*.{ldc,ri}; do
+	for f in ${intel_path}/sof/v${version}/*.{ldc,ri}; do
 		vinstall ${f} 0644 /usr/${intel_path}/sof
 	done
-	for f in ${intel_path}/sof/v${_major}/intel-signed/*; do
+	for f in ${intel_path}/sof/v${version}/intel-signed/*; do
 		vinstall ${f} 0644 /usr/${intel_path}/sof/intel-signed
 	done
-	for f in ${intel_path}/sof/v${_major}/public-signed/*; do
+	for f in ${intel_path}/sof/v${version}/public-signed/*; do
 		vinstall ${f} 0644 /usr/${intel_path}/sof/public-signed
 	done
 	for arc in {bdw,byt,cht}; do
-		ln -s sof-${arc}-v${_major}.ri ${DESTDIR}/usr/${intel_path}/sof/sof-${arc}.ri
+		ln -s sof-${arc}-v${version}.ri ${DESTDIR}/usr/${intel_path}/sof/sof-${arc}.ri
 	done
 	for arc in {apl,cnl,icl}; do
-		ln -s intel-signed/sof-${arc}-v${_major}.ri ${DESTDIR}/usr/${intel_path}/sof/sof-${arc}.ri
+		ln -s intel-signed/sof-${arc}-v${version}.ri ${DESTDIR}/usr/${intel_path}/sof/sof-${arc}.ri
 	done
-	ln -s intel-signed/sof-apl-v${_major}.ri ${DESTDIR}/usr/${intel_path}/sof/sof-glk.ri
-	ln -s intel-signed/sof-cnl-v${_major}.ri ${DESTDIR}/usr/${intel_path}/sof/sof-cfl.ri
-	ln -s intel-signed/sof-cnl-v${_major}.ri ${DESTDIR}/usr/${intel_path}/sof/sof-cml.ri
-	for f in ${intel_path}/sof-tplg-v${_major}/*; do
+	ln -s intel-signed/sof-apl-v${version}.ri ${DESTDIR}/usr/${intel_path}/sof/sof-glk.ri
+	ln -s intel-signed/sof-cnl-v${version}.ri ${DESTDIR}/usr/${intel_path}/sof/sof-cfl.ri
+	ln -s intel-signed/sof-cnl-v${version}.ri ${DESTDIR}/usr/${intel_path}/sof/sof-cml.ri
+	for f in ${intel_path}/sof-tplg-v${version}/*; do
 		vinstall ${f} 0644 /usr/${intel_path}/sof-tplg
 	done
 	vlicense LICENCE.NXP

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: sof-firmware: update to 1.6.1
  2020-12-21  7:26 [PR PATCH] sof-firmware: update to 1.6.1 cinerea0
@ 2020-12-21 16:56 ` ericonr
  2020-12-21 16:56 ` [PR PATCH] [Merged]: " ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2020-12-21 16:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 153 bytes --]

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/27316#issuecomment-749079084

Comment:
Wonderful :0

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: sof-firmware: update to 1.6.1
  2020-12-21  7:26 [PR PATCH] sof-firmware: update to 1.6.1 cinerea0
  2020-12-21 16:56 ` ericonr
@ 2020-12-21 16:56 ` ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2020-12-21 16:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 320 bytes --]

There's a merged pull request on the void-packages repository

sof-firmware: update to 1.6.1
https://github.com/void-linux/void-packages/pull/27316

Description:
In addition to updating to the newest stable version, this update uses sof-firmware's updated versioning scheme in which stable releases are actually stable.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-21 16:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-21  7:26 [PR PATCH] sof-firmware: update to 1.6.1 cinerea0
2020-12-21 16:56 ` ericonr
2020-12-21 16:56 ` [PR PATCH] [Merged]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).