Date: Monday, February 10, 2020 @ 15:13:30 Author: dvzrv Revision: 375247
upgpkg: alsa-plugins 1.2.1-5: Removing default maemo plugin configuration symlink (the config overrides default pcm and ctl, leading to problems for ALSA-only users: FS#65440). Modified: alsa-plugins/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-10 12:30:59 UTC (rev 375246) +++ PKGBUILD 2020-02-10 15:13:30 UTC (rev 375247) @@ -4,7 +4,7 @@ pkgname=alsa-plugins pkgver=1.2.1 -pkgrel=4 +pkgrel=5 pkgdesc="Additional ALSA plugins" arch=(x86_64) url="https://www.alsa-project.org" @@ -33,7 +33,8 @@ ./configure \ --prefix=/usr \ --sysconfdir=/etc \ - --enable-maemo-plugin + --enable-maemo-plugin \ + --enable-maemo-resource-manager make } @@ -43,6 +44,10 @@ cd $pkgname-$pkgver make DESTDIR="$pkgdir" install install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 doc/README* doc/*.txt + # remove maemo plugin configuration (it overrides defaults for pcm and ctl), + # until a better way is found to package default overrides: + # https://bugs.archlinux.org/task/65440 + rm -v "${pkgdir}/etc/alsa/conf.d/98-maemo.conf" } # vim:set sw=2 et:
