SHA256
1
0
forked from pool/audacity
OBS User unknown
2009-04-14 17:10:37 +00:00
committed by Git OBS Bridge
parent 00f716284e
commit 100defffd2
4 changed files with 838 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ BuildRequires: unixODBC-devel update-desktop-files wxGTK-devel zip
%define DISTRIBUTABLE 1
Summary: A Free, Cross-Platform Digital Audio Editor
Version: 1.3.7
Release: 1
Release: 2
License: GPL v2 or later
Group: Productivity/Multimedia/Sound/Editors and Convertors
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -33,10 +33,14 @@ Url: http://audacity.sourceforge.net/
Source: %{name}-minsrc-%{version}.tar.bz2
Source1: %{name}.desktop
Source2: %{name}.png
#PATCH-FIX-OPENSUSE return_non_void.patch fixed non-void return value (bnc#477654)
Patch1: %{name}-%{version}-return_non_void.patch
Patch2: %{name}-%{version}-endian-fix.patch
Patch3: %{name}-%{version}-font-fix.patch
Patch5: %{name}-%{version}-retval.patch
Patch6: %{name}-%{version}-strict-aliasing.patch
#PATCH-FIX-UPSTREAM fix build issues when linked wxGTK configured with --enable-stl flag
Patch8: %{name}-%{version}-wxGTK_with_stl.patch
Patch9: %{name}-%{version}-modal-help-dialog.patch
%description
@@ -66,10 +70,12 @@ Authors:
%prep
%setup -q -n %{name}-src-%{version}
%patch1
%patch2
%patch3
%patch5
%patch6
%patch8
%patch9
%build
@@ -114,6 +120,11 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/mime/packages/audacity.xml
%changelog
* Wed Apr 08 2009 mseben@suse.cz
- added wxGTK_with_stl.patch to fix build issues when linking wxGTK
configured with --enable-stl flag
* Mon Feb 23 2009 mseben@suse.cz
- added return_non_void.patch to fix non-void return value (bnc#477654)
* Mon Feb 02 2009 mseben@suse.cz
- updated to version 1.3.7
Bug Fixes:
@@ -366,7 +377,7 @@ rm -rf $RPM_BUILD_ROOT
- help file is installed under /usr/share/audacity.
* Thu Jul 03 2003 tiwai@suse.de
- fixed neededforbuild for the recent update of mad.
* Mon May 26 2003 ro@suse.de
* Tue May 27 2003 ro@suse.de
- removed unpackaged files from buildroot
* Thu Mar 27 2003 tiwai@suse.de
- updated to version 1.1.3.