update to 2.1.2 [release 2.1.2-1mamba;Sat Jan 23 2016]

This commit is contained in:
Silvan Calarco 2024-01-05 20:38:45 +01:00
parent 7b70b0b461
commit 84491af222

View File

@ -1,5 +1,5 @@
Name: audacity Name: audacity
Version: 2.1.1 Version: 2.1.2
Release: 1mamba Release: 1mamba
Epoch: 1 Epoch: 1
Summary: A free audio editor Summary: A free audio editor
@ -8,7 +8,9 @@ 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://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 #Source: http://www.fosshub.com/Audacity.html/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
@ -44,6 +46,8 @@ BuildRequires: libvorbis-devel
BuildRequires: libwxBase-unicode-devel BuildRequires: libwxBase-unicode-devel
BuildRequires: libwxGTK-unicode-devel BuildRequires: libwxGTK-unicode-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libwx_baseu-devel
BuildRequires: libwx_gtk3u-devel
BuildRequires: liblrdf-devel BuildRequires: liblrdf-devel
BuildRequires: libraptor-devel BuildRequires: libraptor-devel
BuildRequires: librdf-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. Built-in effects include Bass Boost, Wahwah, and Noise Removal, and it also supports VST plug-in effects.
%prep %prep
%setup -q -n audacity-minsrc-%{version} %setup -q -n audacity-%{version}
#%patch0 -p1 #%patch0 -p1
#%patch1 -p1 #%patch1 -p1
#%patch2 -p0 #%patch2 -p0
@ -71,8 +75,9 @@ 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 #export WX_CONFIG=/usr/bin/wx-config-unicode
./configure \ ./configure \
--with-wx-version=3.0 \
--prefix=%{_prefix} \ --prefix=%{_prefix} \
--mandir=%{_mandir} \ --mandir=%{_mandir} \
--with-lib-preference="system local" \ --with-lib-preference="system local" \
@ -122,6 +127,12 @@ export WX_CONFIG=/usr/bin/wx-config-unicode
%{_mandir}/man1/* %{_mandir}/man1/*
%changelog %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 * Sat Aug 08 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1.1-1mamba
- update to 2.1.1 - update to 2.1.1