New commits:
commit c873dbc94b1a93fb7cfe4fc38d57c912a3fb3024
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
audio-drivers/alsa-utils: version 1.2.11
diff --git a/audio-drivers/alsa-utils/DETAILS
b/audio-drivers/alsa-utils/DETAILS
index 8ebb2cc..a624526 100755
--- a/audio-drivers/alsa-utils/DETAILS
+++ b/audio-drivers/alsa-utils/DETAILS
@@ -8,8 +8,8 @@ if [[ $ALSA_UTILS_BRANCH == scm ]]; then
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
FORCE_DOWNLOAD=1
else
- VERSION=1.2.10
-
SOURCE_HASH=sha512:22adedf6d491d7768d24f054262a9c12bc952049db8374e104c0477ebf84266dcbeb0a2a3a1765b89958073d341f64dedbae63e3cae66f4983a0424e5cb3243f
+ VERSION=1.2.11
+
SOURCE_HASH=sha512:5ce76807b53357584bfb4ace5acfdac4db9168ffaf5cdd1e499738eec046c36112bf84a99970f66368063a9baf73bad93af2d439630572f3eba5c9321071172d
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=ftp://ftp.alsa-project.org/pub/utils/$SOURCE
diff --git a/audio-drivers/alsa-utils/HISTORY
b/audio-drivers/alsa-utils/HISTORY
index 00d257f..1ea44db 100644
--- a/audio-drivers/alsa-utils/HISTORY
+++ b/audio-drivers/alsa-utils/HISTORY
@@ -1,3 +1,11 @@
+2024-01-31 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.2.11
+ * PRE_BUILD,
+
patches/0001-aplay-use-stdint.h-types-instead-u_int-u_short-u_char.patch,
+ patches/0001-nhlt-use-stdint.h-types.patch,
+ patches/0001-topology-add-include-for-ENABLE_NLS-on-musl.patch:
+ removed the patches, applied in upstream
+
2024-01-25 Ismael Luceno <ismael AT sourcemage.org>
* PRE_BUILD,
patches/0001-aplay-use-stdint.h-types-instead-u_int-u_short-u_char.patch,
@@ -5,7 +13,7 @@
patches/0001-topology-add-include-for-ENABLE_NLS-on-musl.patch:
fixed build against musl
-2023-09-02 Pavel Vinogradov <public AT sorcemage.org>
+2023-09-02 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.2.10
* PRE_BUILD, patches-stable/0001-glibc-2.38.patch: removed the patch,
fixed by upstream
diff --git a/audio-drivers/alsa-utils/PRE_BUILD
b/audio-drivers/alsa-utils/PRE_BUILD
index 253668f..5162c16 100755
--- a/audio-drivers/alsa-utils/PRE_BUILD
+++ b/audio-drivers/alsa-utils/PRE_BUILD
@@ -19,6 +19,4 @@ if [[ $ALSA_UTILS_BRANCH == scm ]]; then
automake --foreign --copy --add-missing &&
touch depcomp &&
autoconf
-else
- apply_patch_dir patches
fi
diff --git
a/audio-drivers/alsa-utils/patches/0001-aplay-use-stdint.h-types-instead-u_int-u_short-u_char.patch