summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2019-02-08 18:27:12 +0100
committerTreeve Jelbert2019-02-08 18:27:12 +0100
commita8e1a0ab9cfe80f389a6e0da0fa868591d4e25e4 (patch)
tree54a4cbe06e13bc7aa881ea54a6e4910366dcb09d
parent0c99fba5ba1cc26a9f5384d20c81a31c3035c9ef (diff)
qtractor: => 0.9.4
-rwxr-xr-xaudio-creation/qtractor/BUILD9
-rwxr-xr-xaudio-creation/qtractor/DEPENDS3
-rwxr-xr-xaudio-creation/qtractor/DETAILS8
-rw-r--r--audio-creation/qtractor/HISTORY8
-rwxr-xr-xaudio-creation/qtractor/INSTALL7
5 files changed, 15 insertions, 20 deletions
diff --git a/audio-creation/qtractor/BUILD b/audio-creation/qtractor/BUILD
index f968fa92de..f97952cc3e 100755
--- a/audio-creation/qtractor/BUILD
+++ b/audio-creation/qtractor/BUILD
@@ -1,7 +1,2 @@
-OPTS="$OPTS --with-qt=${INSTALL_ROOT}/usr/bin/qt4" \
-default_build_configure &&
-
-QTDIR="${QTDIR:-$INSTALL_ROOT/usr}" &&
-PATH="$QTDIR/bin/qt4:$PATH" &&
-qmake &&
-make
+PATH+=":$QT5DIR/bin" &&
+default_build
diff --git a/audio-creation/qtractor/DEPENDS b/audio-creation/qtractor/DEPENDS
index 16b3bf8a0a..386f486fa9 100755
--- a/audio-creation/qtractor/DEPENDS
+++ b/audio-creation/qtractor/DEPENDS
@@ -1,8 +1,7 @@
depends -sub CXX gcc &&
-depends -sub STL qt4 &&
+depends qtbase &&
depends alsa-lib &&
depends libsndfile &&
-depends ladspa &&
if [[ $QTRACTOR_VCS == y ]]; then
depends autoconf &&
diff --git a/audio-creation/qtractor/DETAILS b/audio-creation/qtractor/DETAILS
index 338479b5c2..3788f8feda 100755
--- a/audio-creation/qtractor/DETAILS
+++ b/audio-creation/qtractor/DETAILS
@@ -11,11 +11,11 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-cvs"
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
else
- VERSION=0.4.3
+ VERSION=0.9.4
+ SOURCE_HASH=sha512:697e8f0b02658823bad2f75557340250349779c3eb1ce0efd1c30895524f9807b030d44149d9d25fd92a92f0822441d3c3236953d909b6ecfc9a18fa3ec1fbab
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
- SOURCE_HASH=sha512:0c1b7dca08bd123dacd16f1d9e51b0b72e30d29c29a2e9675018ee2ef14dd3c1b33681460b5cf624b814292d0e5c276e50115de3112c27e87274ac5b45702d85
+ SOURCE_URL[0]=https://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
fi
WEB_SITE=http://qtractor.sf.net
ENTERED=20090518
@@ -24,7 +24,7 @@ fi
SHORT="Audio/MIDI multi-track sequencer for the home studio"
cat << EOF
Qtractor is an Audio/MIDI multi-track sequencer application written in C++
-with the Qt4 framework. Target platform is Linux, where the Jack Audio
+with the Qt framework. Target platform is Linux, where the Jack Audio
Connection Kit (JACK) for audio, and the Advanced Linux Sound Architecture
(ALSA) for MIDI, are the main infrastructures to evolve as a fairly-featured
Linux desktop audio workstation GUI, specially dedicated to the personal
diff --git a/audio-creation/qtractor/HISTORY b/audio-creation/qtractor/HISTORY
index a2694a6978..ff99b156a5 100644
--- a/audio-creation/qtractor/HISTORY
+++ b/audio-creation/qtractor/HISTORY
@@ -1,3 +1,11 @@
+2019-02-08 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.9.4
+
+2016-08-02 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.7.8
+ * DEPENDS BUILD: now qt5 based
+ * INSTALL: deleted
+
2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)
diff --git a/audio-creation/qtractor/INSTALL b/audio-creation/qtractor/INSTALL
deleted file mode 100755
index f85aae2013..0000000000
--- a/audio-creation/qtractor/INSTALL
+++ /dev/null
@@ -1,7 +0,0 @@
-install -d -m 0755 "$INSTALL_ROOT/usr/bin" &&
-install -d -m 0755 "$INSTALL_ROOT/usr/share/pixmaps" &&
-install -d -m 0755 "$INSTALL_ROOT/usr/share/applications" &&
-
-install -m 0755 qtractor "$INSTALL_ROOT/usr/bin/qtractor" &&
-install -m 0644 icons/qtractor.png "$INSTALL_ROOT/usr/share/pixmaps/qtractor.png" &&
-install -m 0644 qtractor.desktop "$INSTALL_ROOT/usr/share/applications/qtractor.desktop"