pmaports/temp/alsa-ucm-conf/APKBUILD
Clayton Craft 8fd23ece4e
temp/alsa-*: fork from aports and downgrade to 1.2.5 (MR 2734)
alsa-* 1.2.6 breaks audio switching and microphones on several devices,
with some outstanding issues still open upstream.

This 'fork' is meant to be very short-lived, to restore audio on devices
while we figure out how to fix it on 1.2.6.

see: https://gitlab.com/postmarketOS/pmaports/-/issues/1334
2021-12-10 14:08:15 +01:00

21 lines
647 B
Text

# Forked from Alpine aports, latest alsa-* breaks audio on devices
pkgname=alsa-ucm-conf
pkgver=9999
_pkgver=1.2.5.1
pkgrel=0
pkgdesc="ALSA Use Case Manager configuration"
url="https://alsa-project.org"
arch="noarch"
license="BSD-3-Clause"
source="https://alsa-project.org/files/pub/lib/alsa-ucm-conf-$_pkgver.tar.bz2"
options="!check" # no tests
builddir="$srcdir/$pkgname-$_pkgver"
package() {
mkdir -p "$pkgdir"/usr/share/alsa
cp -r ucm2 "$pkgdir"/usr/share/alsa
}
sha512sums="
774d6da1a0ee6fb1fcd764c1d4b3eb5812a35508cf27db71f6c82784f125eca207992da9081d25783fecb31e548d8b34124d4b3b3d506e33215b76ea48f71012 alsa-ucm-conf-1.2.5.1.tar.bz2
"