- Change device order in autodetect. Prevents a possible crash.
- Fix segfault in waveedit when deleting end of waveform.
This commit is contained in:
parent
d679aa15d3
commit
abdc76c132
1 changed files with 14 additions and 2 deletions
16
aldrin.spec
16
aldrin.spec
|
|
@ -2,13 +2,20 @@
|
|||
|
||||
Name: aldrin
|
||||
Version: 0.13
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Modular music sequencer/tracker
|
||||
Group: Applications/Multimedia
|
||||
License: GPLv2+
|
||||
URL: http://code.google.com/p/aldrin-sequencer/
|
||||
Source0: http://aldrin-sequencer.googlecode.com/files/%{name}-%{version}.tar.gz
|
||||
Patch0: aldrin-docfix.patch
|
||||
# Choose the first detected device instead of last one. Prevents crashes on
|
||||
# some systems I tried that supply multiple output devices per sound card.
|
||||
# http://bitbucket.org/paniq/aldrin/issue/32/device-order-patch
|
||||
Patch1: aldrin-firstdev.patch
|
||||
# Fix segfault in waveedit when deleting end of waveform.
|
||||
# http://bitbucket.org/paniq/aldrin/issue/16/segfault-when-deleting-the-end-of-a-wav
|
||||
Patch2: aldrin-65a8db7be79e.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildArch: noarch
|
||||
BuildRequires: scons
|
||||
|
|
@ -26,7 +33,8 @@ samples.
|
|||
%prep
|
||||
%setup -q -n %{name}
|
||||
%patch0 -p1 -b .docfix
|
||||
|
||||
%patch1 -p1 -b .firstdev
|
||||
%patch2 -p1 -b .delete.waveform
|
||||
|
||||
%build
|
||||
# Fix encoding
|
||||
|
|
@ -80,6 +88,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
|
||||
%changelog
|
||||
* Sat Mar 06 2010 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.13-4
|
||||
- Change device order in autodetect. Prevents a possible crash.
|
||||
- Fix segfault in waveedit when deleting end of waveform.
|
||||
|
||||
* Wed Aug 05 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 0.13-3
|
||||
- Update the .desktop file
|
||||
|
||||
|
|
|
|||
Reference in a new issue