summaryrefslogtreecommitdiffstats
path: root/audio-creation
diff options
context:
space:
mode:
authorTreeve Jelbert2018-09-09 11:42:02 +0200
committerTreeve Jelbert2018-09-09 11:59:31 +0200
commit5842568c994e55e784c0770a3a7ae46c458a61c0 (patch)
tree951b7dee1ae1c2936ec09f5622a3140c0f9319c9 /audio-creation
parent6ff972c32f41ff21761c2f57f167f7423f4f96a2 (diff)
rosegarden-18.06
Diffstat (limited to 'audio-creation')
-rwxr-xr-xaudio-creation/rosegarden/BUILD4
-rwxr-xr-xaudio-creation/rosegarden/DEPENDS19
-rwxr-xr-xaudio-creation/rosegarden/DETAILS33
-rw-r--r--audio-creation/rosegarden/HISTORY124
-rwxr-xr-xaudio-creation/rosegarden/PREPARE6
-rwxr-xr-xaudio-creation/rosegarden/PRE_BUILD3
6 files changed, 0 insertions, 189 deletions
diff --git a/audio-creation/rosegarden/BUILD b/audio-creation/rosegarden/BUILD
deleted file mode 100755
index a5628d1fd5..0000000000
--- a/audio-creation/rosegarden/BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-QTDIR="${QTDIR:-/usr}"
-PATH="$QTDIR/bin/qt4:$PATH"
-OPTS="--with-qtdir=/usr ${OPTS}"
-default_build
diff --git a/audio-creation/rosegarden/DEPENDS b/audio-creation/rosegarden/DEPENDS
deleted file mode 100755
index a9821e3942..0000000000
--- a/audio-creation/rosegarden/DEPENDS
+++ /dev/null
@@ -1,19 +0,0 @@
-depends FFTW &&
-depends -sub CXX gcc &&
-depends libxt &&
-depends -sub QT3 qt4 &&
-depends alsa-lib &&
-depends JACK-DRIVER &&
-depends ladspa &&
-depends dssi &&
-depends liblo &&
-depends liblrdf &&
-optional_depends libxft \
- "" \
- "" \
- "for better score rendering quality" &&
-
-optional_depends lirc \
- "" \
- "" \
- "for remote control support"
diff --git a/audio-creation/rosegarden/DETAILS b/audio-creation/rosegarden/DETAILS
deleted file mode 100755
index 937d09a88f..0000000000
--- a/audio-creation/rosegarden/DETAILS
+++ /dev/null
@@ -1,33 +0,0 @@
- SPELL=rosegarden
-if [[ $RG_VCS == y ]]
-then
- if [[ $RG_VCS_AUTOUPDATE == y ]]
- then
- VERSION=$(date +%Y%m%d)
- else
- VERSION=svn
- fi
- SOURCE=$SPELL-svn.tar.bz2
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-svn"
- SOURCE_URL[0]=svn_http://$SPELL.svn.sourceforge.net/svnroot/$SPELL/trunk/$SPELL:$SPELL-svn
- SOURCE_IGNORE=volatile
- FORCE_DOWNLOAD=on
-else
- VERSION=14.12
- SOURCE=$SPELL-$VERSION.tar.bz2
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
- SOURCE_HASH=sha512:7820197d97025365c781f95811a9725058b86375654df9915599957f743f5ea335eb468d0b52100e7be5096e9d10bc6fdad4252db48dc5c49d9ed6d8e7db6660
-fi
- WEB_SITE=http://www.rosegardenmusic.com/
- ENTERED=20020514
- LICENSE[0]=GPL
- KEYWORDS="music editors audio"
- SHORT="A professional music composition and editing environment."
-cat << EOF
-Rosegarden is a professional audio and MIDI sequencer, score editor, and
-general-purpose music composition and editing environment. Rosegarden is
-an easy-to-learn, attractive application that runs on Linux, ideal for
-composers, musicians, music students, and small studio or home recording
-environments.
-EOF
diff --git a/audio-creation/rosegarden/HISTORY b/audio-creation/rosegarden/HISTORY
deleted file mode 100644
index 12d123fc9e..0000000000
--- a/audio-creation/rosegarden/HISTORY
+++ /dev/null
@@ -1,124 +0,0 @@
-2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
- * DETAILS: remove SOURCEFORGE_URL usage (automated)
-
-2015-04-06 Ismael Luceno <ismael@sourcemage.org>
- * DETAILS: updated spell to 14.12
-
-2011-10-04 Arjan Bouter <abouter@sourcemage.org>
- * DETAILS: version 11.06
- * DEPENDS: kdelibs is not needed and removed unneeded deps
- * PRE_BUILD: added to make it find qt4
- * INSTALL: removed, no longer needed
-
-2011-07-30 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
- * DEPENDS: changed dependency on g++ to dependency on gcc with
- sub-depends on CXX (scripted)
-
-2009-01-20 Robert Figura <template@sourcemage.org>
- * DETAILS: Updated to 1.7.2
-
-2008-03-18 Eric Sandall <sandalle@sourcemage.org>
- * DEPENDS: We're all one big happy xorg-modular, no need to check
- anymore
-
-2008-01-28 Jaka Kranjc <lynxlynxlynx@sourcemage.org>
- * DEPENDS: removed is_depends_enabled.function reference
-
-2007-12-31 Juuso Alasuutari <iuso@sourcemage.org>
- * DETAILS: Updated to 1.6.1.
- * BUILD: Added KDE3 include dir flag, fixes build after recent
- KDE3 install path changes.
-
-2007-09-11 Juuso Alasuutari <iuso@sourcemage.org>
- * DETAILS: Moved SOURCE_HASH to inside the VCS conditional.
-
-2007-09-05 Juuso Alasuutari <iuso@sourcemage.org>
- * DETAILS: Added svn version.
- * PREPARE: Added, query about devel version.
-
-2007-03-19 Juuso Alasuutari <iuso@sourcemage.org>
- * DETAILS: Updated to 1.5.1.
-
-2007-02-20 Juuso Alasuutari <iuso@sourcemage.org>
- * DETAILS: Updated to 1.5.0.
- * CONFIGURE: Deleted, sound option now handled by optional_depends
- alsa-lib.
- * DEPENDS: Added depends pkgconfig & fftw, replaced depends scons
- with cmake, converted flags to cmake format, added
- xorg-modular deps.
- * BUILD, INSTALL: Converted to use cmake.
-
-2006-10-20 Juuso Alasuutari <iuso@sourcemage.org>
- * DEPENDS: Source is_depends_enabled.function (remove it when
- is_depends_enabled is in stable sorcery).
-
-2006-09-20 Juuso Alasuutari <iuso@sourcemage.org>
- * DETAILS: Updated to 1.4.0, changed short description.
- * DEPENDS: Clarified lirc description.
-
-2006-09-17 Juuso Alasuutari <iuso@sourcemage.org>
- * DEPENDS: Added depends g++ and optional_depends ladspa &
- dssi & liblo & liblrdf & libxft, added PATCHLEVEL=1.
- * CONFIGURE: Removed DSSI query (now in DEPENDS), added sound
- support query.
- * BUILD: Fixed (had nonexistent OPTS and missing TRACK_ROOT).
- * DETAILS: Corrected WEB_SITE, removed UPDATED and BUILD_API,
- updated descriptions.
- * INSTALL: Added missing newline.
-
-2006-07-24 Bearcat M. Sandor <sourcemage@feline-soul.com>
- * DETAILS: Updated to 1.2.4
-
-2006-07-16 Eric Sandall <sandalle@sourcemage.org>
- * Applied Harry Broeken's fixes for Bug #11862
- * CONFIGURE: Converted to config_query
- Removed queries for ALSA and lirc (moved to DEPENDS)
- * DEPENDS: Optionally depend on alsa-lib and lirc (moved from DEPENDS)
- Needs to depend on scons now
- * BUILD: Add options from CONFIGURE to $OPTS
-
-2006-05-16 Harry Broeken <harry.broeken@home.nl>
- * trying to rewrite the spell to use the scons build system
-
-2006-04-30 Unet <unet@sourcemage.org>
- * DETAILS: Updated to 4-1.2.3
-
-2006-03-12 Karsten Behrmann <BearPerson@sourcemage.org>
- * DETAILS: (automated) Add KEYWORDS
-
-2005-11-29 Seth Woolley <seth@tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2005-02-15 Unet <audio@sourcemage.org>
- * DETAILS: Updated to 4-1.0 !!!
-
-2004-08-03 Eric Sandall <sandalle@sourcemage.org>
- * DETAILS: Updated to 4-0.9.9
- BUILD_API=2
- Shortened SHORT
-
-2004-05-27 Eric Sandall <sandalle@sourcemage.org>
- * DETAILS: Updated to 4-0.9.8
- Removed MAINTAINER
- Removed TABs
- * BUILD: Removed
- * DEPENDS: Remove dependency on ladspa and put in CONFIGURE
- Remove dependency on qt-x11 (kdelibs depends on it)
- * CONFIGURE: Query for xinerama, ladspa, liblrdf, arts, and alsa
-
-2004-01-21 Unet <audio@sourcemage.org>
- * DETAILS: Updated to 4-0.9.6
- * HISTORY: Format
-
-2003-04-08 M.L. <mlubrano@sourcemage.org>
- * BUILD: Added $OPTS
-
-2003-03-30 Unet <unet@sourcemage.org>
- * DETAILS: Upgrade to 4-0.8.5
-
-2002-10-09 Unet <unet@sourcemage.org>
- * DETAILS: Upgrade to 4-0.8
-
-2002-06-12 Unet <unet@sourcemage.org>
- * Created this.
-
diff --git a/audio-creation/rosegarden/PREPARE b/audio-creation/rosegarden/PREPARE
deleted file mode 100755
index 2e83397028..0000000000
--- a/audio-creation/rosegarden/PREPARE
+++ /dev/null
@@ -1,6 +0,0 @@
-config_query RG_VCS "Build latest version from development tree?" n &&
-
-if [[ $RG_VCS == y ]]; then
- config_query RG_VCS_AUTOUPDATE \
- "Update automatically on every system update?" n
-fi
diff --git a/audio-creation/rosegarden/PRE_BUILD b/audio-creation/rosegarden/PRE_BUILD
deleted file mode 100755
index c1d033240f..0000000000
--- a/audio-creation/rosegarden/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd "${SOURCE_DIRECTORY}" &&
-sedit 's#QTDIR/bin#QTDIR/bin/qt4#g' configure