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