update to 2.1.2 [release 2.1.2-1mamba;Sat Jan 23 2016]
This commit is contained in:
parent
7b70b0b461
commit
84491af222
@ -1,5 +1,5 @@
|
||||
Name: audacity
|
||||
Version: 2.1.1
|
||||
Version: 2.1.2
|
||||
Release: 1mamba
|
||||
Epoch: 1
|
||||
Summary: A free audio editor
|
||||
@ -8,7 +8,9 @@ Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://audacity.sourceforge.net
|
||||
Source: http://sourceforge.net/projects/audacity/files/audacity-minsrc-%{version}.tar.xz
|
||||
Source: https://github.com/audacity/audacity.git/Audacity-%{version}/audacity-%{version}.tar.bz2
|
||||
#Source: http://www.fosshub.com/Audacity.html/audacity-minsrc-%{version}.tar.xz
|
||||
#Source: http://sourceforge.net/projects/audacity/files/audacity-minsrc-%{version}.tar.xz
|
||||
#Source: http://www.fosshub.com/Audacity.html/audacity-minsrc-%{version}.tar.xz
|
||||
Source1: audacity-desktop
|
||||
Patch0: audacity-1.3.4-jack_default.patch
|
||||
@ -44,6 +46,8 @@ BuildRequires: libvorbis-devel
|
||||
BuildRequires: libwxBase-unicode-devel
|
||||
BuildRequires: libwxGTK-unicode-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libwx_baseu-devel
|
||||
BuildRequires: libwx_gtk3u-devel
|
||||
BuildRequires: liblrdf-devel
|
||||
BuildRequires: libraptor-devel
|
||||
BuildRequires: librdf-devel
|
||||
@ -60,7 +64,7 @@ It also has a built-in amplitude envelope editor, a customizable spectrogram mod
|
||||
Built-in effects include Bass Boost, Wahwah, and Noise Removal, and it also supports VST plug-in effects.
|
||||
|
||||
%prep
|
||||
%setup -q -n audacity-minsrc-%{version}
|
||||
%setup -q -n audacity-%{version}
|
||||
#%patch0 -p1
|
||||
#%patch1 -p1
|
||||
#%patch2 -p0
|
||||
@ -71,8 +75,9 @@ Built-in effects include Bass Boost, Wahwah, and Noise Removal, and it also supp
|
||||
#cd ../..
|
||||
|
||||
%build
|
||||
export WX_CONFIG=/usr/bin/wx-config-unicode
|
||||
#export WX_CONFIG=/usr/bin/wx-config-unicode
|
||||
./configure \
|
||||
--with-wx-version=3.0 \
|
||||
--prefix=%{_prefix} \
|
||||
--mandir=%{_mandir} \
|
||||
--with-lib-preference="system local" \
|
||||
@ -122,6 +127,12 @@ export WX_CONFIG=/usr/bin/wx-config-unicode
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Sat Jan 23 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.2-1mamba
|
||||
- update to 2.1.2
|
||||
|
||||
* Sat Jan 23 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.2-1mamba
|
||||
- update to 2.1.2
|
||||
|
||||
* Sat Aug 08 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.1-1mamba
|
||||
- update to 2.1.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user