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:
parent
0cb905fc29
commit
1ba54f11d4
@ -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
3
rosegarden-13.04.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4d8dabb08a7b807cad46d64d808752a82e26dc6d0144e5849392c51421936c7d
|
||||||
|
size 5858085
|
@ -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
|
Wed Feb 6 12:08:03 UTC 2013 - davejplater@gmail.com
|
||||||
|
|
||||||
|
@ -16,6 +16,18 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: rosegarden
|
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: alsa-devel
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
BuildRequires: dssi-devel
|
BuildRequires: dssi-devel
|
||||||
@ -29,27 +41,19 @@ BuildRequires: liblrdf-devel
|
|||||||
BuildRequires: libqt4-devel >= 4.6.3
|
BuildRequires: libqt4-devel >= 4.6.3
|
||||||
BuildRequires: libsamplerate-devel
|
BuildRequires: libsamplerate-devel
|
||||||
BuildRequires: libsndfile-devel
|
BuildRequires: libsndfile-devel
|
||||||
BuildRequires: libxml2-devel
|
|
||||||
BuildRequires: lirc-devel
|
BuildRequires: lirc-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: shared-mime-info
|
BuildRequires: shared-mime-info
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: xorg-x11-util-devel
|
BuildRequires: xorg-x11-util-devel
|
||||||
Version: 12.12.25
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
Release: 0
|
Requires: dssi
|
||||||
Source0: http://downloads.sourceforge.net/project/%{name}/%{version}/%{name}-%{version}.tar.bz2
|
Requires: ladspa
|
||||||
Source1: %{name}.xpm
|
Provides: rosegarden-qt4 = %{version}
|
||||||
Source2: %{name}.1
|
Provides: rosegarden4 = %{version}
|
||||||
# This patch fixes the file search paths for examples, templates and midi driver libraries.
|
Obsoletes: rosegarden-qt4 < %{version}
|
||||||
Patch1: rosegarden-10.10-filepaths.patch
|
Obsoletes: rosegarden4 < %{version}
|
||||||
Summary: Midi, Audio And Notation Editor
|
|
||||||
License: GPL-2.0+
|
|
||||||
Group: Productivity/Multimedia/Sound/Midi
|
|
||||||
Icon: rosegarden.xpm
|
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
|
%if 0%{?suse_version} > 1120
|
||||||
Requires: lilypond
|
Requires: lilypond
|
||||||
%else
|
%else
|
||||||
@ -84,7 +88,7 @@ export CFLAGS="%{optflags} -fno-strict-aliasing -ggdb"
|
|||||||
export CXXFLAGS="$CFLAGS"
|
export CXXFLAGS="$CFLAGS"
|
||||||
# -fmessage-length=0 -O2 -fno-strict-aliasing -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables
|
# -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/
|
%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
|
# This translation handling make section is possibly only necessary when building svn
|
||||||
make ts
|
make ts
|
||||||
make ts-noobsolete
|
make ts-noobsolete
|
||||||
@ -95,7 +99,7 @@ mkdir -p %{buildroot}%{_datadir}/%{name}/scripts
|
|||||||
cp -p scripts/* %{buildroot}%{_datadir}/%{name}/scripts/
|
cp -p scripts/* %{buildroot}%{_datadir}/%{name}/scripts/
|
||||||
cp -r data/* %{buildroot}%{_datadir}/%{name}/
|
cp -r data/* %{buildroot}%{_datadir}/%{name}/
|
||||||
|
|
||||||
%makeinstall
|
%make_install
|
||||||
rm -rf %{buildroot}%{_datadir}/%{name}/desktop
|
rm -rf %{buildroot}%{_datadir}/%{name}/desktop
|
||||||
rm -rf %{buildroot}%{_datadir}/%{name}/mime
|
rm -rf %{buildroot}%{_datadir}/%{name}/mime
|
||||||
rm -f %{buildroot}%{_datadir}/%{name}/*.cpp
|
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/color-list
|
||||||
chmod 644 %{buildroot}%{_datadir}/%{name}/scripts/simple-makefile
|
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
|
%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.
|
#This is a man page made by help2man to satisfy factories hunger for one /usr/bin/ one man page.
|
||||||
mkdir -p %{buildroot}%{_mandir}/man1
|
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}
|
%fdupes -s %{buildroot}%{_datadir}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@ -120,7 +124,7 @@ mkdir -p %{buildroot}%{_mandir}/man1
|
|||||||
/usr/bin/update-mime-database "%{_datadir}/mime" >/dev/null
|
/usr/bin/update-mime-database "%{_datadir}/mime" >/dev/null
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %buildroot
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user