Skip to Content.
Sympa Menu

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

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 (70eacedc32121fa05c4c05b837a841c4b81d81db)
  • Date: Thu, 20 Aug 2015 08:32:14 +0000

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

audio-plugins/calf-plugins/DETAILS | 8 ++++----
audio-plugins/calf-plugins/HISTORY | 3 +++
devel/cmake/BUILD | 5 +++++
devel/cmake/DEPENDS | 2 +-
devel/cmake/HISTORY | 3 +++
5 files changed, 16 insertions(+), 5 deletions(-)

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

cmake: fix qt4 build

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

calf-plugins: version 0.0.60 with new website

diff --git a/audio-plugins/calf-plugins/DETAILS
b/audio-plugins/calf-plugins/DETAILS
index bfff797..3f3f38f 100755
--- a/audio-plugins/calf-plugins/DETAILS
+++ b/audio-plugins/calf-plugins/DETAILS
@@ -1,10 +1,10 @@
SPELL=calf-plugins
- VERSION=0.0.19
+ VERSION=0.0.60
SOURCE="${SPELL%-*}-${VERSION}.tar.gz"
-
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/project/${SPELL%-*}/${SPELL%-*}/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:b924552b7f3d1f48974ca46d02ba907e55a30fb22cdb13dac33ba7dacccfd3ff4909563e9fcc5bb99f331c463170c6929dfdb8a589e50ab5a0ae23f58f7cb5a6
+ SOURCE_URL[0]=http://calf-studio-gear.org/files/${SOURCE}
+
SOURCE_HASH=sha512:f7b556254d2ff812fc9e64d2eebdd25f2713d460772785d555cfcbf65ddae046f1fd0090447ab1c056a9eb15e8b1ed706c06176246035d6d75357bbac6cf208e
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL%-*}-${VERSION}"
- WEB_SITE="http://calf.sourceforge.net/index.html";
+ WEB_SITE="http://cald-studio-gear.org";
LICENSE[0]=LGPL
ENTERED=20140324
SHORT="high quality audio plugins for jack and lv2"
diff --git a/audio-plugins/calf-plugins/HISTORY
b/audio-plugins/calf-plugins/HISTORY
index 8941a35..ce26170 100644
--- a/audio-plugins/calf-plugins/HISTORY
+++ b/audio-plugins/calf-plugins/HISTORY
@@ -1,3 +1,6 @@
+2015-06-21 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: update to 0.0.60, update website
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)

diff --git a/devel/cmake/BUILD b/devel/cmake/BUILD
index 9baa4f67..226e57b 100755
--- a/devel/cmake/BUILD
+++ b/devel/cmake/BUILD
@@ -1,3 +1,8 @@
+# Add the path to qmake here instead of DEPENDS.
+# This depends on our installation, not user choice.
+if echo "$OPTS" | grep -q -- -qt-gui; then
+ OPTS="$OPTS --qt-qmake=$INSTALL_ROOT/opt/qt4/bin/qmake"
+fi &&
./configure --prefix=${INSTALL_ROOT}/usr \
--datadir=/share/${SPELL} \
--docdir=/share/doc/${SPELL} \
diff --git a/devel/cmake/DEPENDS b/devel/cmake/DEPENDS
index 6da1cad..e7f67e5 100755
--- a/devel/cmake/DEPENDS
+++ b/devel/cmake/DEPENDS
@@ -7,6 +7,6 @@ depends bzip2 '--system-bzip2' &&
depends libarchive '--system-libarchive' &&
optional_depends libidn '' '' 'internation domain name support' &&
optional_depends qt4 \
- "--qt-gui --qt-qmake=/usr/bin/qt4/qmake" \
+ "--qt-gui" \
"--no-qt-gui" \
"for cmake-gui"
diff --git a/devel/cmake/HISTORY b/devel/cmake/HISTORY
index 8d276b6..75017e5 100644
--- a/devel/cmake/HISTORY
+++ b/devel/cmake/HISTORY
@@ -1,6 +1,9 @@
2015-08-19 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.3.1

+2015-08-18 Thomas Orgis <sobukus AT sourcemage.org>
+ * DEPENDS, BUILD: Fix qt4 location in BUILD.
+
2015-07-24 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.3.0




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (70eacedc32121fa05c4c05b837a841c4b81d81db), Thomas Orgis, 08/20/2015

Archive powered by MHonArc 2.6.24.

Top of Page