diff --git a/.gitignore b/.gitignore index 497037f..03f3764 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ rosegarden-10.04.2.tar.bz2 /rosegarden-10.10.tar.bz2 /rosegarden-11.02.tar.bz2 /rosegarden-11.06.tar.bz2 +/rosegarden-11.11.11.tar.bz2 diff --git a/rosegarden-11.06.README b/rosegarden-11.06.README deleted file mode 100644 index 37cf67e..0000000 --- a/rosegarden-11.06.README +++ /dev/null @@ -1,35 +0,0 @@ -ROSEGARDEN 11.06, codename "Don Juan" RELEASED - -The Rosegarden team is proud to announce the release of version 11.06 of Rosegarden, an audio and MIDI sequencer and musical notation editor for Linux. - -http://www.rosegardenmusic.com/ - -With this release, the Glasgow Pitch Tracker fork of Rosegarden finally merges into the new codebase, and into mainline Rosegarden. We on the core development team have done basically nothing of interest for this release cycle, and everything here was accomplished by contributors from the community. - -Bug Fixes - - * A commonly-used time entry widget has been worked over to improve its functionality, and solve some usability problems - * Fixed undo after copying/pasting a range - * When adding marks to a selection that includes a mixture of notes and rests, avoid applying meaningless marks to the rests - * Insert Range now preserves the loop/range - * Fixed a nasty LilyPond export bug that was causing problems with human performances where the notes had a physical start time that significantly preceded the bar line - - -New Features - - * Expose the instrument alias to external plugin GUIs so that plugins are easier to identify in applications like FLAM - * Export LilyPond code using any of LilyPond's supported languages - - -People who contributed to Rosegarden development - - * Daren Beattie - * Ted Felix - * Graham Percival - * Nick Bailey - * Douglas McGilvray - - -People who contributed device files to the Rosegarden Library - - * Oscar van Eijk diff --git a/rosegarden-11.11.README b/rosegarden-11.11.README new file mode 100644 index 0000000..1d98917 --- /dev/null +++ b/rosegarden-11.11.README @@ -0,0 +1,58 @@ +====== ROSEGARDEN 11.11, codename "Edelweiss" RELEASED ====== + +The Rosegarden team is proud to announce the release of version 11.11 of Rosegarden, an audio and MIDI sequencer and musical notation editor for Linux. A long time in the making, this release combines a number of bug fixes with two major sub-projects that happened to come together right at the same time, and several completely new features as well. It is probably our most substantial offering since the landmark 10.02. + +http://www.rosegardenmusic.com/ + +Ian Gardner and Yves Guillemot have worked together for nearly a year to invent, implement, and refine the new concept of linked segments, which allow you to maintain a master performance in one segment while copying it to other places, or even other tracks. + +When manipulating segments in the main window, Ctrl+Alt+drag creates a linked segment from an existing one, and there is a new "Turn Links into Copies" entry on the Segment menu. Repeated segments may be displayed in the notation editor (in gray), and depending on the state of the configuration option, the original segment may or may not be modified in notation from its repeating copies. Redundant clefs and keys may be hidden automatically, within one segment or a chain of consecutive segments. This new work also improves Rosegarden's long-standing problems with anacrusis in notation. + +Tom Breton added several new features, and carried out a number of internal optimizations. "Composition -> Fit Existing Beats to Beat Segment" takes a beat track and adjusts tempo to put real time and beats exactly on the given notes. "Segment -> Expand Block Chord Segments by Figuration" lets you define a bar of figuration and expand it for every block chord in a segment. Finally, "Edit -> Clear Range of Tempos" allows you to remove all tempo changes falling within a defined range. + +Additionally, Daren Beattie, Alvar Udras, and D. Michael McIntyre formed a miniature version of the original porting team. The 10.02 release saw Rosegarden transformed from a KDE 3 application into a Qt 4 application, but much work remained to be done to remove all lingering remnants of the old code. With this release, Rosegarden improves its chances of long-term survival by eliminating its reliance on the Qt 3 support layer. With these ties to the past removed at last, it should be much less involved when the future arrives, and we find ourselves needing to port to Qt 5. + +===== New Features ===== + * Linked segments + * "Turn Links into Copies" entry is added to the segment menu + * Repeated segments may be may be displayed in the notation editor in several optional ways + * Redundant clefs and keys may be hidden automatically + * In the configuration dialog a new tab controls the preceding features + * Changed the behavior of SegmentSplitCommand to ensure that if a segment was selected before being split, the two new split segments would also be selected + * Fit to Beats; takes a beat track and adjusts tempo to put real time and beats exactly on the given notes + * Erase Tempos in Range + * Expand Figuration, which lets you define a bar of figuration and expand it for every block chord in a segment + * Improved performance of VU meters + * Linked segments can be used to create repeats with 1..n alternate endings (with some caveats) + * Create Anacrusis automates a tedious sequence of steps, making it a snap to start pickup notes at precisely the right time, with all the following segments lining up properly + +===== Bug Fixes ===== + * Fixed B#/Cb octave export problem in MusicXML and Mup + * Fixed problem with segments repeating when they shouldn't have been + * Fixed the solo buttons in the transport toolbars in the notation and matrix editors, and changed the behavior so that the solo button is in the same state everywhere, no matter what content is being displayed in a particular window + * Fixed the settings amnesia problem with the main window parameter area + * Fixed a bug where events beyond the end marker of the first segment in a join would appear in the joined segment + * After joining segments, the newly created segment is now selected + * Pitch tracker now tracks pitches when they are in octaves below notated with "ignore +octave error" on + * Pitch tracker honors "ignore octave error" flag + * Default pitch tracker settings are no longer stupid + * Flats were not cancelled on a C-maj key change + * Rulers in notation were desynchronized when a segment was deleted while some zoom factor was in use + * The "anacrusis problem" which was giving a broken notation when a segment in contact with a preceding one was not starting at the beginning of a bar + +===== Available Languages ===== +We have reached a point where we no longer have the resources to even attempt to maintain a regular translation program. + +=====People who contributed to Rosegarden development for this release:===== + * Niek van den Berg + * Alvar Udras + * Ted Felix + * Daren Beattie + * Tom Breton + * Yves Guillemot + * Ian Gardner + * Nick Bailey + +=====People who contributed device and demo files to the Rosegarden Library===== + * Aere Greenway diff --git a/rosegarden4.spec b/rosegarden4.spec index 0b0736a..f3a250c 100644 --- a/rosegarden4.spec +++ b/rosegarden4.spec @@ -1,5 +1,5 @@ -%global maj 11.06 -#global min .2 +%global maj 11.11 +%global min .11 Name: rosegarden4 Version: %{maj}%{?min} @@ -8,11 +8,9 @@ Summary: MIDI, audio and notation editor Group: Applications/Multimedia License: GPLv2+ URL: http://www.rosegardenmusic.com/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: http://downloads.sourceforge.net/project/rosegarden/rosegarden/%{maj}/rosegarden-%{version}.tar.bz2 # From http://downloads.sourceforge.net/project/rosegarden/rosegarden/%{maj}/README -Source1: rosegarden-%{version}.README -# Upstream is informed about all these patches in their mailing list +Source1: rosegarden-%{maj}.README # Fedora doesn't want fonts built into the final binary Patch0: rosegarden-separate-fonts.patch # Look for LADSPA/DSSI plugins in the correct place on 64bit platforms @@ -90,7 +88,7 @@ echo "GenericName=Audio and MIDI Sequencer" >> data/desktop/rosegarden.desktop %build # The following is needed if kdelibs3 is installed #unset QTDIR -%configure +%configure --with-qt=%{_qt4_prefix} make %{?_smp_mflags} %install @@ -131,7 +129,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %files -%defattr(-,root,root,-) + %doc AUTHORS CONTRIBUTING README %doc README.%{maj} %{_bindir}/rosegarden @@ -147,6 +145,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %doc data/fonts/README COPYING %changelog +* Sun Nov 27 2011 Brendan Jones - 11.11.11-1 +- Update to 11.11 and README +- Update spec to current guidelines + * Sun May 15 2011 Orcan Ogetbil - 11.06-1 - Update to 11.06 diff --git a/sources b/sources index 84d3231..dfa0577 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -77ab43d06de53ace338843ff82e26288 rosegarden-11.06.tar.bz2 +1e6529625b1e793288c3f1f8cdec955a rosegarden-11.11.11.tar.bz2