Skip to Content.
Sympa Menu

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

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 (d31c4d14596b6f46984021e3d0bc1486e4dbaf28)
  • Date: Wed, 27 Sep 2017 17:46:20 +0000

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

audio-libs/suil-0/DEPENDS | 6 +++---
audio-libs/suil-0/DETAILS | 4 ++--
audio-libs/suil-0/HISTORY | 4 ++++
x11-toolkits/wxwidgets/DETAILS | 1 +
x11-toolkits/wxwidgets/HISTORY | 3 +++
5 files changed, 13 insertions(+), 5 deletions(-)

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

suil-0: version 0.8.4 and switch to qt5

While qt4 support is still theoretically present, I cannot
test it since qt4 spell is broken and unlikely to be fixed.
Or will it be?

Also, optional dependency syntax was broken before.

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

wxwidgets: disable TMPFS

diff --git a/audio-libs/suil-0/DEPENDS b/audio-libs/suil-0/DEPENDS
index 1ccb30f..8cfb8f3 100755
--- a/audio-libs/suil-0/DEPENDS
+++ b/audio-libs/suil-0/DEPENDS
@@ -1,7 +1,7 @@
depends python &&
depends lv2 &&
-optional_depends gtk+2 "" "support gtk+2 plugins" "" "" &&
-optional_depends qt4 "" "support QT4 plugins" "" "" &&
-if is_depends_enabled $SPELL qt4; then
+optional_depends gtk+2 "" "-no-gtk" "support gtk+2 plugins" &&
+optional_depends qtbase "" "-no-qt" "support QT5 plugins" &&
+if is_depends_enabled $SPELL qtbase; then
depends -sub CXX gcc
fi
diff --git a/audio-libs/suil-0/DETAILS b/audio-libs/suil-0/DETAILS
index 3c89d77..09f4d3c 100755
--- a/audio-libs/suil-0/DETAILS
+++ b/audio-libs/suil-0/DETAILS
@@ -1,10 +1,10 @@
# Trying to deal with multi-version install of library, as asked by upstream.
SPELL=suil-0
- VERSION=0.8.2
+ VERSION=0.8.4
SOURCE="${SPELL%-*}-${VERSION}.tar.bz2"
SOURCE2="$SOURCE.sig"
SOURCE_URL=http://download.drobilla.net/${SOURCE}
- SOURCE2_URL="$SOURCE_URL.sig"
+ SOURCE2_URL="$SOURCE_URL.asc"
SOURCE2_IGNORE=signature
SOURCE_GPG=dave_robillard.gpg:$SOURCE2:UPSTREAM_KEY
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL%-*}-${VERSION}"
diff --git a/audio-libs/suil-0/HISTORY b/audio-libs/suil-0/HISTORY
index 4fe9bae..d9e8bc8 100644
--- a/audio-libs/suil-0/HISTORY
+++ b/audio-libs/suil-0/HISTORY
@@ -1,3 +1,7 @@
+2017-09-27 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: version 0.8.4
+ * DEPENDS: only support qt5, drop qt4
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DEPENDS: depends -sub CXX gcc (half-automated)

diff --git a/x11-toolkits/wxwidgets/DETAILS b/x11-toolkits/wxwidgets/DETAILS
index 3bf2848..a102053 100755
--- a/x11-toolkits/wxwidgets/DETAILS
+++ b/x11-toolkits/wxwidgets/DETAILS
@@ -6,6 +6,7 @@
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/wxWidgets-${VERSION}"
WEB_SITE="https://www.wxwidgets.org/";
LICENSE[0]=LGPL
+ TMPFS=off
ENTERED=20150823
SHORT="a C++ framework for writing advanced GUI applications"
cat << EOF
diff --git a/x11-toolkits/wxwidgets/HISTORY b/x11-toolkits/wxwidgets/HISTORY
index 16adb7f..f41e9a3 100644
--- a/x11-toolkits/wxwidgets/HISTORY
+++ b/x11-toolkits/wxwidgets/HISTORY
@@ -1,3 +1,6 @@
+2017-09-27 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: TMPFS=off, needs >2G
+
2016-11-21 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: proper website, switch to official URL,
the github tarball having changed under our feet



  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (d31c4d14596b6f46984021e3d0bc1486e4dbaf28), Thomas Orgis, 09/27/2017

Archive powered by MHonArc 2.6.24.

Top of Page