source: projects/specs/trunk/a/audacity/audacity-vl.spec @ 10328

Revision 10328, 4.6 KB checked in by kudoh, 8 years ago (diff)

new upstream release

Line 
1Summary:        A Free, Cross-Platform Digital Audio Editor
2Summary(ja):    フリーでクロスプラットフォームなオーディオエディタ
3Name:           audacity
4Version:        2.1.2
5Release:        1%{?_dist_release}
6Source0:        %{name}-minsrc-%{version}.tar.xz
7License:        GPL
8Group:          Applications/Multimedia
9URL:            http://audacity.sourceforge.net/
10
11BuildRequires: wxGTK3-devel
12#BuildRequires: libmad-devel
13BuildRequires: libsndfile-devel, libogg-devel
14BuildRequires: flac-devel, libid3tag-devel, expat-devel
15BuildRequires: libsamplerate-devel, libvorbis-devel
16BuildRequires: soundtouch-devel
17BuildRequires: cmake
18BuildRoot:      %{_tmppath}/%{name}-%{version}-root
19
20
21%description
22Audacity is a free, easy-to-use audio editor and recorder for
23Windows, Mac OS X, GNU/Linux, and other operating systems.
24You can use Audacity to:
25
26    * Record live audio.
27    * Convert tapes and records into digital recordings or CDs.
28    * Edit Ogg Vorbis, MP3, and WAV sound files.
29    * Cut, copy, splice, and mix sounds together.
30    * Change the speed or pitch of a recording.
31    * And more! See the complete list on official web page.
32
33%description -l ja
34Audacityは、Windows、Mac OS X、GNU/Linux、その他のオペレーティング
35システム上で動作する、フリーで使いやすいオーディオエディタ兼レコー
36ダーです。あなたはAudacityを次のように使うことができます。
37
38    * 生の音を録音。
39    * テープやレコードの音をデジタルレコーディング又はCDの音に変換。
40    * Ogg Vorbis、MP3、 WAVサウンドファイルの編集。
41    * 切り取り、コピー、分割、そして音をミックス。
42    * 録音した音のスピードやピッチを変化させます。
43    * その他いろいろ。詳細はウェブページをご覧ください。
44
45
46%prep
47%setup -q -n %{name}-minsrc-%{version}
48
49
50%build
51%configure --with-wx-config=%{_bindir}/wx-config-3.0 \
52           --without-libmad \
53           --without-ffmpeg
54%{__make} %{?_smp_mflags}
55
56
57%install
58%{__rm} -rf ${RPM_BUILD_ROOT}
59%{__make} install DESTDIR=${RPM_BUILD_ROOT}
60
61# remove duplicated documents.
62%{__rm} -rf ${RPM_BUILD_ROOT}/%{_datadir}/doc/audacity/LICENSE.txt
63%{__rm} -rf ${RPM_BUILD_ROOT}/%{_datadir}/doc/audacity/README.txt
64
65%find_lang %{name}
66
67
68%clean
69%{__rm} -rf ${RPM_BUILD_ROOT}
70
71
72%files -f %{name}.lang
73%defattr(-,root,root)
74%doc %{_datadir}/doc/*
75%{_bindir}/audacity
76%{_datadir}/audacity
77%{_datadir}/applications/audacity.desktop
78%{_datadir}/icons/hicolor/16x16/apps/audacity.png
79%{_datadir}/icons/hicolor/22x22/apps/audacity.png
80%{_datadir}/icons/hicolor/24x24/apps/audacity.png
81%{_datadir}/icons/hicolor/32x32/apps/audacity.png
82%{_datadir}/icons/hicolor/48x48/apps/audacity.png
83%{_datadir}/icons/hicolor/scalable/apps/audacity.svg
84%{_datadir}/mime/packages/audacity.xml
85%{_datadir}/appdata/audacity.appdata.xml
86%{_datadir}/pixmaps/audacity.xpm
87%{_datadir}/pixmaps/audacity16.xpm
88%{_datadir}/pixmaps/audacity32.xpm
89%{_datadir}/pixmaps/gnome-mime-application-x-audacity-project.xpm
90%{_mandir}/man1/audacity.1*
91
92%changelog
93* Tue May 24 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.1.2-1
94- new usprtream release
95- changed BuildRequires: wxGTK-devel to wxGTK3-devel
96- fixed %%files
97
98* Thu May 05 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.5-3
99- rebuilt with soundtouch-1.9.2
100
101* Sun May 04 2014 Toshiahru Kudoh <toshi.kd2@gmail.com> - 2.0.5-2
102- rebuilt with new toolchain
103
104* Sun Jan 12 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.5-1
105- new usprtream release
106
107* Sun Sep 15 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.4-1
108- new usprtream release
109
110* Sat Feb 09 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.3-1
111- new usprtream release
112- changed source archive type to xz
113- added BuildRequires: cmake
114
115* Sat Aug 25 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.2-1
116- new usprtream release
117
118* Wed Jul 11 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.0-2
119- changed BuildRequires: wx-gtk2-devel to wxGTK-devel
120
121* Fri Jun 08 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.0-1
122- new usprtream release
123- added BuildRequires: soundtouch-devel
124
125* Tue Feb 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.14-1.beta1
126- new upstream release
127
128* Thu May 20 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 1.3.12-1.beta1
129- new upstream release
130- spec in utf-8
131- add configure option --without-libmad & --without-ffmpeg (nonfree)
132- drop BuildRequires: libmad-devel (nonfree)
133- add BuildRequires: expat-devel, libsamplerate-devel, libvorbis-devel
134
135* Wed Jan  2 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.3.4-0vl0.0beta1
136- new upstream release.
137- build with wx-gtk2-2.8.6.
138- drop patch0.
139
140* Tue May 29 2007 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.3.3-0vl0.0beta1
141- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.