public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matt Turner" <mattst88@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/
Date: Sat,  8 May 2021 16:03:12 +0000 (UTC)	[thread overview]
Message-ID: <1620489784.3ef5b680c65973c26199010dda6ad1cef3143176.mattst88@gentoo> (raw)

commit:     3ef5b680c65973c26199010dda6ad1cef3143176
Author:     Simon van der Veldt <simon.vanderveldt+gentoo <AT> gmail <DOT> com>
AuthorDate: Sat May  1 18:50:01 2021 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat May  8 16:03:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ef5b680

sys-firmware/sof-firmware: Bump to 1.6.1

Closes: https://bugs.gentoo.org/777537
Closes: https://github.com/gentoo/gentoo/pull/20638
Signed-off-by: Simon van der Veldt <simon.vanderveldt+gentoo <AT> gmail.com>
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 sys-firmware/sof-firmware/Manifest                 |  1 +
 .../sof-firmware/sof-firmware-1.6.1.ebuild         | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/sys-firmware/sof-firmware/Manifest b/sys-firmware/sof-firmware/Manifest
index 8136efa9916..3de67a4258f 100644
--- a/sys-firmware/sof-firmware/Manifest
+++ b/sys-firmware/sof-firmware/Manifest
@@ -13,3 +13,4 @@ DIST sof-firmware-1.4.2-sof-icl-v1.4.2.ri 286720 BLAKE2B 1acbfb116be92f6934980ac
 DIST sof-firmware-1.4.2-sof-imx8.ldc 60848 BLAKE2B a17be83147fa58eb71698e9d7306d918e398097b9935e3a2160056a49b78ef2dcbd01d2984853813b4628e6f2810bf7ab7f5e82b0e5f804c4fd671ed37042b06 SHA512 42c548368de0eee13e95a303ccea051a4909a3e47ee497c4c7ea304778d1518723ccd4ccebdd6588c58990bf3cb18ea310cfa05025e4ba9b9b28faccbff5bb2a
 DIST sof-firmware-1.4.2-sof-imx8.ri 115472 BLAKE2B ffb9fabdb388354b409881489594c411cc3c0fcbabb05688585696ad7b15f4a54a3f2786df811217b81cff210088e7e67ef1ae5e54c3e4e7827c69aa32ca5f87 SHA512 86e267cdd8fe835bdab7e082f0e9c527e8283757759c70069af52d4e23440439565380b10011fb746afed13a3fb2f1aadcaf54e45740b08b40a1f5455b57e05b
 DIST sof-firmware-1.5.1.tar.gz 1611811 BLAKE2B 7408ba12f1375cb3d6c20e1654be225e8ab11e8b1471c54bd0a498ed1fad11954c57f68a7e483223117c5469278507b1d05e077420a1f58efb2eb0d2b4e95078 SHA512 0e3273f681dc3c0ee075bfb10e689e7ae8d8c0604f9d849f5bd991793d272e06ce7664a0b5829a9b93993d0576683824ee0ac5f8d1efe0b94a705a3e7ae34903
+DIST sof-firmware-1.6.1.tar.gz 3033953 BLAKE2B 0c33bd9a5d17c3b889219bf926d3619e3e448ff6b16e39b4caffe19e87c98d1227b303ebe80d185f93480ead29f37de39093f3e76f275df7836d3250ae47c566 SHA512 71acd34662ffd4d93f6111dfd046ed358184fdf24d0e118da43770aeee45bd15105b688bc5a569f2cb7941724ec822d2cfbab8a08e9caee1a77aa5763ac7b48e

diff --git a/sys-firmware/sof-firmware/sof-firmware-1.6.1.ebuild b/sys-firmware/sof-firmware/sof-firmware-1.6.1.ebuild
new file mode 100644
index 00000000000..d62dacb9004
--- /dev/null
+++ b/sys-firmware/sof-firmware/sof-firmware-1.6.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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/archive/stable-v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="amd64"
+IUSE=""
+
+S=${WORKDIR}/sof-bin-stable-v${PV}
+
+src_compile() {
+	sed -i -e '1i #!/bin/bash\nset -e' go.sh || die
+}
+
+src_install() {
+	mkdir -p "${D}/lib/firmware/intel" || die
+	SOF_VERSION=v${PV} ROOT=${D} ${S}/go.sh || die
+}


             reply	other threads:[~2021-05-08 16:03 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-08 16:03 Matt Turner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-20 15:22 [gentoo-commits] repo/gentoo:master commit in: sys-firmware/sof-firmware/ Pacho Ramos
2025-06-20 15:22 Pacho Ramos
2025-04-12 20:12 Sam James
2025-04-12 17:41 Pacho Ramos
2025-01-31 18:35 Pacho Ramos
2025-01-31 18:35 Pacho Ramos
2024-12-09 19:24 Arthur Zamarin
2024-12-08 13:52 Pacho Ramos
2024-11-08 18:46 Pacho Ramos
2024-11-08 18:46 Pacho Ramos
2024-11-08 18:46 Pacho Ramos
2024-09-29 19:37 Sam James
2024-09-29 18:27 Pacho Ramos
2024-07-18 19:03 Pacho Ramos
2024-07-18 19:03 Pacho Ramos
2024-07-08  9:40 Sam James
2024-04-09 15:54 Arthur Zamarin
2024-04-07 16:44 Pacho Ramos
2024-04-07 16:44 Pacho Ramos
2024-03-07 15:03 Pacho Ramos
2024-03-07 15:03 Pacho Ramos
2024-02-05 22:05 Sam James
2024-01-28 17:35 Matt Turner
2023-12-20 10:36 Sam James
2023-12-20 10:04 Pacho Ramos
2023-12-20 10:04 Pacho Ramos
2023-12-20 10:02 Pacho Ramos
2023-11-24 12:18 Arthur Zamarin
2023-11-24 10:58 Pacho Ramos
2023-11-10 16:20 Pacho Ramos
2023-10-01 17:45 Pacho Ramos
2023-10-01 17:45 Pacho Ramos
2023-07-30 12:46 Sam James
2023-07-08 21:44 Sam James
2023-07-08 10:56 Pacho Ramos
2023-07-08 10:56 Pacho Ramos
2023-05-14 16:31 Sam James
2023-05-14 11:37 Pacho Ramos
2023-05-14 11:37 Pacho Ramos
2023-02-23 13:41 Sam James
2023-02-23 13:08 Pacho Ramos
2023-02-23 13:08 Pacho Ramos
2022-12-25 16:42 Sam James
2022-12-25 10:03 Pacho Ramos
2022-12-25 10:03 Pacho Ramos
2022-12-25 10:03 Pacho Ramos
2022-11-04  3:11 Matt Turner
2022-09-09  7:34 Agostino Sarubbo
2022-08-17 16:21 Matt Turner
2022-07-31 11:05 Agostino Sarubbo
2022-07-29 18:08 Matt Turner
2022-04-29  5:58 Sam James
2022-04-29  4:42 Sam James
2022-04-29  4:41 Sam James
2022-01-31 18:50 Sam James
2021-12-22  3:57 Sam James
2021-12-21  3:06 Sam James
2021-10-10 14:20 Andreas K. Hüttel
2021-10-10 14:20 Andreas K. Hüttel
2021-10-10 14:20 Andreas K. Hüttel
2020-10-18 15:24 Mikle Kolyada
2020-07-29  5:38 Matt Turner
2020-04-07  8:40 Andreas K. Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1620489784.3ef5b680c65973c26199010dda6ad1cef3143176.mattst88@gentoo \
    --to=mattst88@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox