Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (db518bd58416be75ebeacb72a373f110497ad757)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (db518bd58416be75ebeacb72a373f110497ad757)
  • Date: Thu, 23 Apr 2015 03:15:21 -0500

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

audio-drivers/jack/DEPENDS | 2 ++
audio-drivers/jack/HISTORY | 3 +++
audio-libs/lv2/DETAILS | 2 +-
audio-libs/lv2/HISTORY | 3 +++
graphics-libs/mesalib/DEPENDS | 3 +++
graphics-libs/mesalib/HISTORY | 4 ++++
utils/dbus-python/BUILD | 2 ++
utils/dbus-python/HISTORY | 3 +++
8 files changed, 21 insertions(+), 1 deletion(-)

New commits:
commit db518bd58416be75ebeacb72a373f110497ad757
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

mesalib: does need mako and python

commit 945e2441bc42b755d48b0bb0856993a4cad53b14
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

lv2: bump to 1.12.0

Note: This includes a new waf, which also works with python3 being python.
But also, this needs the current waf_build in FUNCTIONS!

commit 7a3e902773ce9f2279f362a8751cc9e67b5ee06c
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

jack: needs db

commit 7bcb424fc67392c6ee93578842fe4065ddcedf24
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

dbus-python: really install for the chosen PYTHON

diff --git a/audio-drivers/jack/DEPENDS b/audio-drivers/jack/DEPENDS
index f5199ff..d1c6106 100755
--- a/audio-drivers/jack/DEPENDS
+++ b/audio-drivers/jack/DEPENDS
@@ -6,6 +6,8 @@ then
depends automake
fi &&

+depends db &&
+
optional_depends alsa-lib \
"--enable-alsa" \
"--disable-alsa" \
diff --git a/audio-drivers/jack/HISTORY b/audio-drivers/jack/HISTORY
index 7a74e02..59efa7d 100644
--- a/audio-drivers/jack/HISTORY
+++ b/audio-drivers/jack/HISTORY
@@ -1,3 +1,6 @@
+2015-02-15 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: needs db
+
2014-07-03 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: Use get_scm_version

diff --git a/audio-libs/lv2/DETAILS b/audio-libs/lv2/DETAILS
index b14fc03..8294486 100755
--- a/audio-libs/lv2/DETAILS
+++ b/audio-libs/lv2/DETAILS
@@ -1,5 +1,5 @@
SPELL=lv2
- VERSION=1.4.0
+ VERSION=1.12.0
SOURCE="${SPELL}-${VERSION}.tar.bz2"
SOURCE2="$SOURCE.sig"
SOURCE_URL[0]=http://lv2plug.in/spec/${SOURCE}
diff --git a/audio-libs/lv2/HISTORY b/audio-libs/lv2/HISTORY
index d141342..850a1ed 100644
--- a/audio-libs/lv2/HISTORY
+++ b/audio-libs/lv2/HISTORY
@@ -1,3 +1,6 @@
+2015-04-22 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: bump to 1.12.0
+
2014-08-24 Thomas Orgis <sobukus AT sourcemage.org>
* INSTALL: pre-create directory

diff --git a/graphics-libs/mesalib/DEPENDS b/graphics-libs/mesalib/DEPENDS
index 93017b6..5806e66 100755
--- a/graphics-libs/mesalib/DEPENDS
+++ b/graphics-libs/mesalib/DEPENDS
@@ -33,6 +33,9 @@ case $MESALIB_BUILD in
;;
esac &&

+depends mako &&
+depends python &&
+
if [[ "$MESALIB_GALLIUM" != "none" ]]; then
depends llvm
if list_find "$MESA_EGL" wayland;then
diff --git a/graphics-libs/mesalib/HISTORY b/graphics-libs/mesalib/HISTORY
index 0325b00..6934cd2 100644
--- a/graphics-libs/mesalib/HISTORY
+++ b/graphics-libs/mesalib/HISTORY
@@ -1,3 +1,7 @@
+2015-04-24 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS: I beg to differ. The mesalib build I see really, really
+ wants mako and python (python2, to be specific)!
+
2015-03-29 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 10.5.2
* DEPENDS: mako, python nolonger needed
diff --git a/utils/dbus-python/BUILD b/utils/dbus-python/BUILD
new file mode 100755
index 0000000..a5edff6
--- /dev/null
+++ b/utils/dbus-python/BUILD
@@ -0,0 +1,2 @@
+PYTHON=$(get_spell_provider_file $SPELL PYTHON '/usr/bin/python[0-9\.]*$') \
+default_build
diff --git a/utils/dbus-python/HISTORY b/utils/dbus-python/HISTORY
index 5390230..dab17fd 100644
--- a/utils/dbus-python/HISTORY
+++ b/utils/dbus-python/HISTORY
@@ -1,3 +1,6 @@
+2015-04-22 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD: actually use the selected PYTHON!
+
2014-02-22 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.2.0
* DEPENDS: PYTHON, supports python3



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (db518bd58416be75ebeacb72a373f110497ad757), Thomas Orgis, 04/23/2015

Archive powered by MHonArc 2.6.24.

Top of Page