summaryrefslogtreecommitdiffstats
path: root/qt5-cmake
diff options
context:
space:
mode:
authorTreeve Jelbert2018-09-09 11:42:02 +0200
committerTreeve Jelbert2018-09-09 11:59:31 +0200
commit5842568c994e55e784c0770a3a7ae46c458a61c0 (patch)
tree951b7dee1ae1c2936ec09f5622a3140c0f9319c9 /qt5-cmake
parent6ff972c32f41ff21761c2f57f167f7423f4f96a2 (diff)
rosegarden-18.06
Diffstat (limited to 'qt5-cmake')
-rwxr-xr-xqt5-cmake/rosegarden/CONFIGURE1
-rwxr-xr-xqt5-cmake/rosegarden/DEPENDS23
-rwxr-xr-xqt5-cmake/rosegarden/DETAILS33
-rw-r--r--qt5-cmake/rosegarden/HISTORY131
-rwxr-xr-xqt5-cmake/rosegarden/PREPARE6
-rwxr-xr-xqt5-cmake/rosegarden/PRE_BUILD3
6 files changed, 197 insertions, 0 deletions
diff --git a/qt5-cmake/rosegarden/CONFIGURE b/qt5-cmake/rosegarden/CONFIGURE
new file mode 100755
index 0000000000..b2f02c3032
--- /dev/null
+++ b/qt5-cmake/rosegarden/CONFIGURE
@@ -0,0 +1 @@
+source $GRIMOIRE/CMAKE_CONFIGURE
diff --git a/qt5-cmake/rosegarden/DEPENDS b/qt5-cmake/rosegarden/DEPENDS
new file mode 100755
index 0000000000..3733ab472f
--- /dev/null
+++ b/qt5-cmake/rosegarden/DEPENDS
@@ -0,0 +1,23 @@
+source $GRIMOIRE/CMAKE_DEPENDS &&
+depends -sub CXX gcc &&
+depends qtbase &&
+depends FFTW &&
+depends libxt &&
+depends alsa-lib &&
+depends ladspa &&
+depends dssi &&
+depends liblo &&
+depends liblrdf &&
+depends libsamplerate &&
+depends zlib &&
+optional_depends JACK-DRIVER '' '' '' &&
+optional_depends libsndfile '' '' 'Better support for WAV files' &&
+optional_depends libxft \
+ "" \
+ "" \
+ "for better score rendering quality" &&
+
+optional_depends lirc \
+ "" \
+ "-DDISABLE_LIRC=1" \
+ "for remote control support"
diff --git a/qt5-cmake/rosegarden/DETAILS b/qt5-cmake/rosegarden/DETAILS
new file mode 100755
index 0000000000..4744ad0965
--- /dev/null
+++ b/qt5-cmake/rosegarden/DETAILS
@@ -0,0 +1,33 @@
+ 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=18.06
+ SOURCE_HASH=sha512:7ab9c677484c1518457db21091bc612071556e9002c6132e0b4fa7aa5c970f45f130a1a68333a184de895f5912b4229b2bbbcf0f508d6cff1eaec6b7ac599ca9
+ SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ SOURCE_URL[0]=https://downloads.sourceforge.net/project/$SPELL/$SOURCE
+fi
+ WEB_SITE=https://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/qt5-cmake/rosegarden/HISTORY b/qt5-cmake/rosegarden/HISTORY
new file mode 100644
index 0000000000..c06fd2f0a2
--- /dev/null
+++ b/qt5-cmake/rosegarden/HISTORY
@@ -0,0 +1,131 @@
+2018-09-09 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 18.06
+ now qt5 + cmake based
+ * DEPENDS add cmake, qtbase; remove qt4
+ * BUILD: deleted
+ * CONFIGURE: added
+
+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/qt5-cmake/rosegarden/PREPARE b/qt5-cmake/rosegarden/PREPARE
new file mode 100755
index 0000000000..2e83397028
--- /dev/null
+++ b/qt5-cmake/rosegarden/PREPARE
@@ -0,0 +1,6 @@
+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/qt5-cmake/rosegarden/PRE_BUILD b/qt5-cmake/rosegarden/PRE_BUILD
new file mode 100755
index 0000000000..e0e52330d8
--- /dev/null
+++ b/qt5-cmake/rosegarden/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i '/update_xdg_mimetypes/D' data/CMakeLists.txt