Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (40144f35136087fafb55ff01978aa63b62491fca)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (40144f35136087fafb55ff01978aa63b62491fca)
  • Date: Sun, 2 Sep 2007 19:20:00 -0500

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

audio-drivers/alsa-lib/HISTORY | 1 +
audio-drivers/alsa-lib/PRE_BUILD | 7 +++++++
2 files changed, 8 insertions(+)

New commits:
commit 40144f35136087fafb55ff01978aa63b62491fca
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

audio-drivers/alsa-lib:

PRE_BUILD: added to fix building with python

diff --git a/audio-drivers/alsa-lib/HISTORY b/audio-drivers/alsa-lib/HISTORY
index 4d6a17f..acbb61c 100644
--- a/audio-drivers/alsa-lib/HISTORY
+++ b/audio-drivers/alsa-lib/HISTORY
@@ -1,5 +1,6 @@
2007-09-03 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated to 1.0.15rc1
+ * PRE_BUILD: added to fix building with python

2007-06-12 Pol Vinogradov <vin.public AT gmail.com>
* DETAILS: updated to 1.0.14a
diff --git a/audio-drivers/alsa-lib/PRE_BUILD
b/audio-drivers/alsa-lib/PRE_BUILD
new file mode 100755
index 0000000..1aba793
--- /dev/null
+++ b/audio-drivers/alsa-lib/PRE_BUILD
@@ -0,0 +1,7 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+
+if spell_ok python
+then
+ sedit "s:python/:python$(installed_version python | cut -c-3)/:"
modules/mixer/simple/python.c
+fi



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (40144f35136087fafb55ff01978aa63b62491fca), Pol Vinogradov, 09/02/2007

Archive powered by MHonArc 2.6.24.

Top of Page