- Change device order in autodetect. Prevents a possible crash.

- Fix segfault in waveedit when deleting end of waveform.
This commit is contained in:
Orcan Ogetbil 2010-05-30 15:33:07 +00:00
commit abdc76c132

View file

@ -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