From c2b213d184f11d3c6585997c13262ebcde3a58d0 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Sat, 22 Feb 2020 05:41:50 +0000 Subject: Sat Feb 22 05:41:50 UTC 2020 ap/alsa-utils-1.2.2-x86_64-1.txz: Upgraded. l/alsa-lib-1.2.2-x86_64-1.txz: Upgraded. l/alsa-plugins-1.2.2-x86_64-1.txz: Upgraded. l/imagemagick-7.0.9_25-x86_64-1.txz: Upgraded. x/libva-2.6.1-x86_64-2.txz: Rebuilt. Rebuilt to add libva-wayland. Thanks to hadack. extra/pure-alsa-system/alsa-lib-1.2.2-x86_64-1_alsa.txz: Upgraded. extra/pure-alsa-system/alsa-plugins-1.2.2-x86_64-1_alsa.txz: Upgraded. --- source/l/alsa-lib/alsa-lib.SlackBuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'source/l/alsa-lib') diff --git a/source/l/alsa-lib/alsa-lib.SlackBuild b/source/l/alsa-lib/alsa-lib.SlackBuild index 8f057a5db..45cc4c0a1 100755 --- a/source/l/alsa-lib/alsa-lib.SlackBuild +++ b/source/l/alsa-lib/alsa-lib.SlackBuild @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2015, 2016, 2018, 2019 Patrick J. Volkerding, Sebeka, MN, USA +# Copyright 2008, 2009, 2010, 2011, 2012, 2013, 2015, 2016, 2018, 2019, 2020 Patrick J. Volkerding, Sebeka, MN, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=alsa-lib VERSION=${VERSION:-$(echo alsa-lib-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} @@ -84,8 +84,10 @@ fi # Untar the configuration files. We'll install them later. ( mkdir ucm-and-topology-configs cd ucm-and-topology-configs - for file in $CWD/alsa-*conf*tar* ; do + for file in $CWD/alsa-*conf*tar.lz ; do tar xvf $file + mv $(basename $file .tar.lz)/* . + rmdir $(basename $file .tar.lz) mv README.md README-$(echo $(basename $file) | cut -f 1-3 -d -) done ) -- cgit v1.2.3-79-gdb01