Accepting request 173616 from home:plater

Update to release 13.04

OBS-URL: https://build.opensuse.org/request/show/173616
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/rosegarden?expand=0&rev=55
This commit is contained in:
Dave Plater 2013-04-28 07:54:34 +00:00 committed by Git OBS Bridge
parent 0cb905fc29
commit 1ba54f11d4
5 changed files with 64 additions and 45 deletions

0
default Normal file
View File

View File

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

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

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

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Apr 28 07:24:23 UTC 2013 - davejplater@gmail.com
- Update to release 13.04 code named "Allysand"
- Upstream bug fixes :
* Don't export certain properties in MusicXML that MusicXML can't
handle
* Fix #1387; export text events (eg. lyrics) to MIDI
* Fix #703; auto-beaming no longer does an extra unselected bar
* Fix minor notation layout issue
* Fix notation scrolling problem
* Fix bug with FreeChannel
- New features :
* Choose among 0db, -3dB, -6dB panning laws for audio
-------------------------------------------------------------------
Wed Feb 6 12:08:03 UTC 2013 - davejplater@gmail.com

View File

@ -16,6 +16,18 @@
#
Name: rosegarden
Version: 13.04
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.
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
BuildRequires: alsa-devel
BuildRequires: automake
BuildRequires: dssi-devel
@ -29,27 +41,19 @@ BuildRequires: liblrdf-devel
BuildRequires: libqt4-devel >= 4.6.3
BuildRequires: libsamplerate-devel
BuildRequires: libsndfile-devel
BuildRequires: libxml2-devel
BuildRequires: lirc-devel
BuildRequires: pkg-config
BuildRequires: shared-mime-info
BuildRequires: update-desktop-files
BuildRequires: xorg-x11-util-devel
Version: 12.12.25
Release: 0
Source0: http://downloads.sourceforge.net/project/%{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
Summary: Midi, Audio And Notation Editor
License: GPL-2.0+
Group: Productivity/Multimedia/Sound/Midi
BuildRequires: pkgconfig(libxml-2.0)
Requires: dssi
Requires: ladspa
Provides: rosegarden-qt4 = %{version}
Provides: rosegarden4 = %{version}
Obsoletes: rosegarden-qt4 < %{version}
Obsoletes: rosegarden4 < %{version}
Icon: rosegarden.xpm
Url: http://www.rosegardenmusic.com/
Provides: rosegarden-qt4 = %{version}-%{release} rosegarden4 = %{version}-%{release}
Obsoletes: rosegarden-qt4 < %{version}-%{release} rosegarden4 < %{version}-%{release}
Requires: ladspa dssi
%if 0%{?suse_version} > 1120
Requires: lilypond
%else
@ -84,7 +88,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing -ggdb"
export CXXFLAGS="$CFLAGS"
# -fmessage-length=0 -O2 -fno-strict-aliasing -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables
%configure --enable-debug --localedir=%{_datadir}/%{name}/locale/
%__make %{?jobs:-j%{jobs}}
make %{?_smp_mflags}
# This translation handling make section is possibly only necessary when building svn
make ts
make ts-noobsolete
@ -95,7 +99,7 @@ mkdir -p %{buildroot}%{_datadir}/%{name}/scripts
cp -p scripts/* %{buildroot}%{_datadir}/%{name}/scripts/
cp -r data/* %{buildroot}%{_datadir}/%{name}/
%makeinstall
%make_install
rm -rf %{buildroot}%{_datadir}/%{name}/desktop
rm -rf %{buildroot}%{_datadir}/%{name}/mime
rm -f %{buildroot}%{_datadir}/%{name}/*.cpp
@ -106,11 +110,11 @@ chmod 644 %{buildroot}%{_datadir}/%{name}/scripts/README
chmod 644 %{buildroot}%{_datadir}/%{name}/scripts/color-list
chmod 644 %{buildroot}%{_datadir}/%{name}/scripts/simple-makefile
%__install -D -m 0644 "%{SOURCE1}" "%{buildroot}%{_datadir}/pixmaps/%{name}.xpm"
install -D -m 0644 "%{SOURCE1}" "%{buildroot}%{_datadir}/pixmaps/%{name}.xpm"
%suse_update_desktop_file %{buildroot}/%{_datadir}/applications/%{name}.desktop
#This is a man page made by help2man to satisfy factories hunger for one /usr/bin/ one man page.
mkdir -p %{buildroot}%{_mandir}/man1
%__install -D -m 0644 "%{SOURCE2}" "%{buildroot}%{_mandir}/man1/"
install -D -m 0644 "%{SOURCE2}" "%{buildroot}%{_mandir}/man1/"
%fdupes -s %{buildroot}%{_datadir}
%post
@ -120,7 +124,7 @@ mkdir -p %{buildroot}%{_mandir}/man1
/usr/bin/update-mime-database "%{_datadir}/mime" >/dev/null
%clean
rm -rf %buildroot
rm -rf %{buildroot}
%files
%defattr(-,root,root)