|
@@ -1,14 +1,14 @@
|
|
Summary: A Free, Cross-Platform Digital Audio Editor
|
|
Summary: A Free, Cross-Platform Digital Audio Editor
|
|
Summary(ja): フリーでクロスプラットフォームなオーディオエディタ
|
|
Summary(ja): フリーでクロスプラットフォームなオーディオエディタ
|
|
Name: audacity
|
|
Name: audacity
|
|
-Version: 2.0.5
|
|
|
|
-Release: 3%{?_dist_release}
|
|
|
|
|
|
+Version: 2.1.2
|
|
|
|
+Release: 1%{?_dist_release}
|
|
Source0: %{name}-minsrc-%{version}.tar.xz
|
|
Source0: %{name}-minsrc-%{version}.tar.xz
|
|
License: GPL
|
|
License: GPL
|
|
Group: Applications/Multimedia
|
|
Group: Applications/Multimedia
|
|
URL: http://audacity.sourceforge.net/
|
|
URL: http://audacity.sourceforge.net/
|
|
|
|
|
|
-BuildRequires: wxGTK-devel
|
|
|
|
|
|
+BuildRequires: wxGTK3-devel
|
|
#BuildRequires: libmad-devel
|
|
#BuildRequires: libmad-devel
|
|
BuildRequires: libsndfile-devel, libogg-devel
|
|
BuildRequires: libsndfile-devel, libogg-devel
|
|
BuildRequires: flac-devel, libid3tag-devel, expat-devel
|
|
BuildRequires: flac-devel, libid3tag-devel, expat-devel
|
|
@@ -44,11 +44,12 @@ Audacityは、Windows、Mac OS X、GNU/Linux、その他のオペレーティン
|
|
|
|
|
|
|
|
|
|
%prep
|
|
%prep
|
|
-%setup -q -n %{name}-src-%{version}
|
|
|
|
|
|
+%setup -q -n %{name}-minsrc-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
%build
|
|
-%configure --without-libmad \
|
|
|
|
|
|
+%configure --with-wx-config=%{_bindir}/wx-config-3.0 \
|
|
|
|
+ --without-libmad \
|
|
--without-ffmpeg
|
|
--without-ffmpeg
|
|
%{__make} %{?_smp_mflags}
|
|
%{__make} %{?_smp_mflags}
|
|
|
|
|
|
@@ -81,6 +82,7 @@ Audacityは、Windows、Mac OS X、GNU/Linux、その他のオペレーティン
|
|
%{_datadir}/icons/hicolor/48x48/apps/audacity.png
|
|
%{_datadir}/icons/hicolor/48x48/apps/audacity.png
|
|
%{_datadir}/icons/hicolor/scalable/apps/audacity.svg
|
|
%{_datadir}/icons/hicolor/scalable/apps/audacity.svg
|
|
%{_datadir}/mime/packages/audacity.xml
|
|
%{_datadir}/mime/packages/audacity.xml
|
|
|
|
+%{_datadir}/appdata/audacity.appdata.xml
|
|
%{_datadir}/pixmaps/audacity.xpm
|
|
%{_datadir}/pixmaps/audacity.xpm
|
|
%{_datadir}/pixmaps/audacity16.xpm
|
|
%{_datadir}/pixmaps/audacity16.xpm
|
|
%{_datadir}/pixmaps/audacity32.xpm
|
|
%{_datadir}/pixmaps/audacity32.xpm
|
|
@@ -88,6 +90,11 @@ Audacityは、Windows、Mac OS X、GNU/Linux、その他のオペレーティン
|
|
%{_mandir}/man1/audacity.1*
|
|
%{_mandir}/man1/audacity.1*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue May 24 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.1.2-1
|
|
|
|
+- new usprtream release
|
|
|
|
+- changed BuildRequires: wxGTK-devel to wxGTK3-devel
|
|
|
|
+- fixed %%files
|
|
|
|
+
|
|
* Thu May 05 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.5-3
|
|
* Thu May 05 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.5-3
|
|
- rebuilt with soundtouch-1.9.2
|
|
- rebuilt with soundtouch-1.9.2
|
|
|
|
|