'updater-alsa_lib-1.2.15.1-py3.14' (#13930)

* Add unbuilt alsa_lib to updater-alsa_lib-1.2.15.1-py3.14

* updater-alsa_lib-1.2.15.1-py3.14: Package File Update Run on linux/386 container.

* updater-alsa_lib-1.2.15.1-py3.14: Package File Update Run on linux/amd64 container.

* updater-alsa_lib-1.2.15.1-py3.14: Package File Update Run on linux/arm/v7 container.

---------

Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: chromebrew-actions[bot] <chromebrew-actions[bot]@users.noreply.github.com>
This commit is contained in:
chromebrew-actions[bot]
2025-12-20 17:58:21 +11:00
committed by GitHub
parent 40384f96e7
commit e6b6d74507
4 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
# Total size: 1769145 # Total size: 1768076
/usr/local/bin/aserver /usr/local/bin/aserver
/usr/local/include/alsa/asoundef.h /usr/local/include/alsa/asoundef.h
/usr/local/include/alsa/asoundlib.h /usr/local/include/alsa/asoundlib.h

View File

@@ -1,4 +1,4 @@
# Total size: 2070245 # Total size: 2069096
/usr/local/bin/aserver /usr/local/bin/aserver
/usr/local/include/alsa/asoundef.h /usr/local/include/alsa/asoundef.h
/usr/local/include/alsa/asoundlib.h /usr/local/include/alsa/asoundlib.h

View File

@@ -1,4 +1,4 @@
# Total size: 1986337 # Total size: 1985252
/usr/local/bin/aserver /usr/local/bin/aserver
/usr/local/include/alsa/asoundef.h /usr/local/include/alsa/asoundef.h
/usr/local/include/alsa/asoundlib.h /usr/local/include/alsa/asoundlib.h

View File

@@ -3,18 +3,18 @@ require 'buildsystems/autotools'
class Alsa_lib < Autotools class Alsa_lib < Autotools
description 'The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI functionality to the Linux operating system.' description 'The Advanced Linux Sound Architecture (ALSA) provides audio and MIDI functionality to the Linux operating system.'
homepage 'https://www.alsa-project.org/main/index.php/Main_Page' homepage 'https://www.alsa-project.org/main/index.php/Main_Page'
version "1.2.15-#{CREW_PY_VER}" version "1.2.15.1-#{CREW_PY_VER}"
license 'LGPL-2.1' license 'LGPL-2.1'
compatibility 'all' compatibility 'all'
source_url "https://github.com/alsa-project/alsa-lib/archive/v#{version.split('-').first}.tar.gz" source_url "https://github.com/alsa-project/alsa-lib/archive/v#{version.split('-').first}.tar.gz"
source_sha256 '7226c4da8de1596ee7cd82480999c462c9b6fba98cb40332255049ed9bde9aee' source_sha256 '28a2364aa9d7e32b5236112afc7b1dcac1e20ffa67b23a259f9252ebfda11b7b'
binary_compression 'tar.zst' binary_compression 'tar.zst'
binary_sha256({ binary_sha256({
aarch64: '0e4a962c02724f98071c1acaad5240c1a64ac03d9cb92e9619873097dbcf694a', aarch64: 'd130815f4e67d70b6ddc40fc8f305e0ae51fb92fe4d6724e0620827f52f6aa39',
armv7l: '0e4a962c02724f98071c1acaad5240c1a64ac03d9cb92e9619873097dbcf694a', armv7l: 'd130815f4e67d70b6ddc40fc8f305e0ae51fb92fe4d6724e0620827f52f6aa39',
i686: 'ad372498fe8e2d961a0e0f8ddc236ccef90dec760c8bb51da441bd3ee9bc8a95', i686: '23f14112cf5553589fd2fea792d394eb15de74e993e571e7bdc3b5259f22dea2',
x86_64: '7cfe1b17fd3e3f52ecfab933b2846a670773e171880221d0d24584e4eeff17fd' x86_64: 'b76637e76ee49a2efebd3efd1183e3513030b64a73fb42d0beeaf9cf13252cfe'
}) })
depends_on 'glibc' # R depends_on 'glibc' # R