Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (49cf539bc110bed1a3f3ffd88bacc9009bd3ee43)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (49cf539bc110bed1a3f3ffd88bacc9009bd3ee43)
  • Date: Thu, 23 Mar 2023 12:35:29 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

audio-libs/lv2/HISTORY | 3 +++
audio-libs/lv2/PRE_BUILD | 5 +++++
2 files changed, 8 insertions(+)

New commits:
commit 49cf539bc110bed1a3f3ffd88bacc9009bd3ee43
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

lv2: Fix building with python3

diff --git a/audio-libs/lv2/HISTORY b/audio-libs/lv2/HISTORY
index b794bc1..5b3fe19 100644
--- a/audio-libs/lv2/HISTORY
+++ b/audio-libs/lv2/HISTORY
@@ -1,3 +1,6 @@
+2023-03-23 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: fixed building with python3
+
2023-03-06 Conner Clere <xenanthropy AT sourcemage.org>
* DETAILS: version 1.18.2

diff --git a/audio-libs/lv2/PRE_BUILD b/audio-libs/lv2/PRE_BUILD
new file mode 100755
index 0000000..69fd106
--- /dev/null
+++ b/audio-libs/lv2/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+if is_depends_enabled "$SPELL" python3; then
+ sedit '1s/python$/&3/' waf
+fi



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (49cf539bc110bed1a3f3ffd88bacc9009bd3ee43), Ismael Luceno, 03/23/2023

Archive powered by MHonArc 2.6.24.

Top of Page