This commit is contained in:
committed by
Git OBS Bridge
parent
2981326197
commit
853d7a5332
@@ -24,7 +24,7 @@ BuildRequires: SDL-devel flac-devel gcc-c++ glib-devel id3lib-devel jack-devel
|
||||
%define DISTRIBUTABLE 1
|
||||
Summary: A Free, Cross-Platform Digital Audio Editor
|
||||
Version: 1.3.6
|
||||
Release: 1
|
||||
Release: 2
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@@ -32,12 +32,11 @@ Url: http://audacity.sourceforge.net/
|
||||
Source: %{name}-src-%{version}.tar.bz2
|
||||
Source1: %{name}.desktop
|
||||
Source2: %{name}.png
|
||||
Patch1: %{name}-%{version}-locale.patch
|
||||
Patch2: %{name}-%{version}-endian-fix.patch
|
||||
Patch3: %{name}-%{version}-font-fix.patch
|
||||
Patch4: %{name}-%{version}-portaudio-shlib.patch
|
||||
Patch5: %{name}-%{version}-retval.patch
|
||||
Patch6: %{name}-%{version}-strict-aliasing.patch
|
||||
Patch7: %{name}-%{version}-nosse.patch
|
||||
Patch8: %{name}-%{version}-compile.patch
|
||||
Patch9: %{name}-%{version}-modal-help-dialog.patch
|
||||
|
||||
@@ -68,14 +67,14 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-src-%{version}
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
# build with local portaudio for now
|
||||
# %patch4
|
||||
%patch5
|
||||
%patch6
|
||||
%patch8
|
||||
%patch9
|
||||
mv ./locale/cb.po ./locale/km.po
|
||||
|
||||
%build
|
||||
%{?suse_update_config:%{suse_update_config -f . lib-src/*/.}}
|
||||
@@ -121,6 +120,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/mime/packages/audacity.xml
|
||||
|
||||
%changelog
|
||||
* Mon Jan 12 2009 mseben@suse.cz
|
||||
- fixed Khmer translation file (*-locale.patch)
|
||||
- added array-delete.patch to fix array delete (bnc#442936)
|
||||
- added transparent desktop icon (audacity.png)
|
||||
- obsolete *-portaudio-shlib.patch, *-nosse.patch
|
||||
* Thu Dec 11 2008 mseben@suse.cz
|
||||
- updated to version 1.3.6
|
||||
Interface:
|
||||
|
Reference in New Issue
Block a user