SHA256
1
0
forked from pool/rosegarden

Accepting request 412398 from multimedia:apps

1

OBS-URL: https://build.opensuse.org/request/show/412398
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rosegarden?expand=0&rev=25
This commit is contained in:
Dominique Leuenberger 2016-07-21 06:19:49 +00:00 committed by Git OBS Bridge
commit be9a4923e1
6 changed files with 50 additions and 21 deletions

View File

@ -12,7 +12,7 @@ Index: src/gui/widgets/FileDialog.cpp
+ QString templates = "/usr/share/rosegarden/templates";
QString rosegarden = home + "/rosegarden";
RG_DEBUG << "FileDialog::FileDialog(...)" << endl
RG_DEBUG << "FileDialog::FileDialog(...)"
Index: src/gui/studio/BankEditorDialog.cpp
===================================================================
--- src/gui/studio/BankEditorDialog.cpp.orig

View File

@ -1,12 +0,0 @@
diff -Nurp rosegarden-16.02.orig/src/gui/dialogs/PitchBendSequenceDialog.cpp rosegarden-16.02.mod/src/gui/dialogs/PitchBendSequenceDialog.cpp
--- src/gui/dialogs/PitchBendSequenceDialog.cpp 2016-02-29 13:18:01.000000000 +0100
+++ src/gui/dialogs/PitchBendSequenceDialog.cpp 2016-04-25 07:30:49.578374291 +0200
@@ -919,7 +919,7 @@ PitchBendSequenceDialog::addStepwiseEven
{
const int rawStepSize = spinboxToControlDelta(m_stepSize);
if (rawStepSize == 0) { return; }
- numSteps = abs(float(valueChange) / float(rawStepSize) + 0.5);
+ numSteps = fabs(float(valueChange) / float(rawStepSize) + 0.5);
break;
}
}

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dee4dbe9e657482cc708b8159ae80300acf0009cd10c55ad8b1e95aada813be7
size 6348976

3
rosegarden-16.06.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1044334f2c1a2ac7560d80910e0721c8913bd924f8185a393f630c89020340db
size 6362923

View File

@ -1,3 +1,46 @@
-------------------------------------------------------------------
Wed Jul 20 13:25:45 UTC 2016 - davejplater@gmail.com
- Update to release 16.06, codename "Rhapsody in Blue".
- Removed rosegarden-16.02-gcc6.patch, fixed in this version.
- Refreshed rosegarden-10.10-filepaths.patch
- Upstream changes:
*Bug Fixes
Avoid deleting softsynths when importing banks
Avoid drawing segment note previews outside the segment
borders (#1513).
Avoid edit views stealing focus from main window in Qt5 (#1508)
Hide splash screen if still visible when showing file load
errors.
Constrain transpose to the usable 0-127 pitch range (#1415).
The “Accidentals in one bar…” preference is now considered for
previewing accidentals when inserting notes in notation editor.
Fix color of cautionary accidental in preview or selection.
Improve the split and tie long notes at bar lines function to
cover certain edge cases (#1517).
Avoid changing stem direction in the middle of a beaming group
in on-screen rendering or LilyPond export.
Lilypond export: respect beams for grace notes too. They were
incorrectly understood as a chord, because they are all at the
same absolute time.
Fix undesired channel cleaning at start of second segment
(#1516).
AudioPluginManager: Fix broken plugins
Keep plugins dialog from growing unnecessarily
Fix selecting legato type would skip to notation on relaunch
on quantize parameters.
Fix add articulations wouldn't restore on relaunch in grid
mode only on quantize parameters.
Fix channel setup conflicts when daisy chaining
*New Features
Lock files so only one Rosegarden instance can edit a particular
file at any one time.
New Layer From Selection function to make it easier to resolve
overlapping polyphonic voices by hand (this function does not
undo cleanly).
Multi-track solo mode.
Archive mode.
-------------------------------------------------------------------
Tue Jun 21 06:34:51 UTC 2016 - davejplater@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package rosegarden
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,20 +16,19 @@
#
Name: rosegarden
Version: 16.02
Version: 16.06
Release: 0
License: GPL-2.0+
Summary: Midi, Audio And Notation Editor
Url: http://www.rosegardenmusic.com/
Group: Productivity/Multimedia/Sound/Midi
# http://sourceforge.net/projects/rosegarden/files/ This source url prevent me from checking out the tarball.
# http://sourceforge.net/projects/rosegarden/files/ This source url prevents me from checking out the tarball.
Source0: %{name}/%{version}/%{name}-%{version}.tar.bz2
Source1: %{name}.xpm
Source2: %{name}.1
# This patch fixes the file search paths for examples, templates and midi driver libraries.
Patch1: rosegarden-10.10-filepaths.patch
Patch2: rosegarden-14.02-fix-bashisms.patch
Patch3: rosegarden-16.02-gcc6.patch
BuildRequires: alsa-devel
BuildRequires: cmake >= 2.8.12
BuildRequires: dssi-devel
@ -94,7 +93,6 @@ See the changelog for details.
%setup -q
%patch1
%patch2
%patch3
# When we build svn we need to execute bootstrap.sh
#sh bootstrap.sh