update to 2.0.6 [release 2.0.6-1mamba;Wed Oct 01 2014]
This commit is contained in:
parent
baab9f46d0
commit
55ea2f6df0
@ -1,5 +1,5 @@
|
||||
Name: audacity
|
||||
Version: 2.0.5
|
||||
Version: 2.0.6
|
||||
Release: 1mamba
|
||||
Epoch: 1
|
||||
Summary: A free audio editor
|
||||
@ -8,7 +8,7 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://audacity.sourceforge.net
|
||||
Source: http://audacity.googlecode.com/files/audacity-minsrc-%{version}.tar.xz
|
||||
Source: http://sourceforge.net/projects/audacity/files/audacity-minsrc-%{version}.tar.xz
|
||||
Source1: audacity-desktop
|
||||
Patch0: audacity-1.3.4-jack_default.patch
|
||||
Patch1: audacity-1.3.8-gsocket.patch
|
||||
@ -70,6 +70,7 @@ Built-in effects include Bass Boost, Wahwah, and Noise Removal, and it also supp
|
||||
#cd ../..
|
||||
|
||||
%build
|
||||
export WX_CONFIG=/usr/bin/wx-config-unicode
|
||||
./configure \
|
||||
--prefix=%{_prefix} \
|
||||
--mandir=%{_mandir} \
|
||||
@ -78,11 +79,11 @@ Built-in effects include Bass Boost, Wahwah, and Noise Removal, and it also supp
|
||||
--with-portmixer \
|
||||
--with-libsamplerate \
|
||||
--enable-unicode \
|
||||
--without-ffmpeg \
|
||||
%ifnarch %{ix86} x86_64
|
||||
--disable-sse
|
||||
%endif
|
||||
|
||||
# --without-ffmpeg \
|
||||
# --without-portmixer \
|
||||
|
||||
%make
|
||||
@ -103,6 +104,7 @@ Built-in effects include Bass Boost, Wahwah, and Noise Removal, and it also supp
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/audacity
|
||||
%{_datadir}/appdata/audacity.appdata.xml
|
||||
%{_datadir}/applications/audacity.desktop
|
||||
%{_datadir}/audacity/nyquist/*
|
||||
%{_datadir}/audacity/plug-ins/*
|
||||
@ -116,6 +118,9 @@ Built-in effects include Bass Boost, Wahwah, and Noise Removal, and it also supp
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Wed Oct 01 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.6-1mamba
|
||||
- update to 2.0.6
|
||||
|
||||
* Tue Oct 22 2013 Automatic Build System <autodist@mambasoft.it> 2.0.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user