Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (73885d122ff085b9c8158b596e10c9c864c4b07f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (73885d122ff085b9c8158b596e10c9c864c4b07f)
  • Date: Wed, 3 Dec 2025 15:24:06 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

audio-drivers/alsa-utils/HISTORY | 4 ++++
audio-drivers/alsa-utils/PRE_BUILD | 3 ++-
2 files changed, 6 insertions(+), 1 deletion(-)

New commits:
commit 73885d122ff085b9c8158b596e10c9c864c4b07f
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

audio-drivers/alsa-utils: fixed bootstrapping scm branch with gettext 0.26

diff --git a/audio-drivers/alsa-utils/HISTORY
b/audio-drivers/alsa-utils/HISTORY
index 32aec4a..15057ae 100644
--- a/audio-drivers/alsa-utils/HISTORY
+++ b/audio-drivers/alsa-utils/HISTORY
@@ -1,3 +1,7 @@
+2025-12-03 Pavel Vinogradov <public AT sourcemage.org>
+ * PRE_BUILD: fixed, zclocal missing gettext m4 directory in scm branch
+ (thanks to wich and ismael)
+
2025-04-14 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.2.14
* PRE_BUILD, patches/*: removed the patches
diff --git a/audio-drivers/alsa-utils/PRE_BUILD
b/audio-drivers/alsa-utils/PRE_BUILD
index 5162c16..2c82f3f 100755
--- a/audio-drivers/alsa-utils/PRE_BUILD
+++ b/audio-drivers/alsa-utils/PRE_BUILD
@@ -14,7 +14,8 @@ if [[ $ALSA_UTILS_BRANCH == scm ]]; then
cp configure.ac.ok configure.ac &&
touch ltconfig &&
libtoolize --force --copy --automake &&
- aclocal $ACLOCAL_FLAGS &&
+ aclocal $ACLOCAL_FLAGS \
+ -I "${INSTALL_ROOT}/usr/share/$(get_spell_provider ${SPELL} GETTEXT)/m4"
&&
autoheader &&
automake --foreign --copy --add-missing &&
touch depcomp &&


  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (73885d122ff085b9c8158b596e10c9c864c4b07f), Pavel Vinogradov, 12/03/2025

Archive powered by MHonArc 2.6.24.

Top of Page