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

Revision 10228, 4.4 KB checked in by kudoh, 8 years ago (diff)

new upstream release and rebuilt

Line 
1Summary:        A Free, Cross-Platform Digital Audio Editor
2Summary(ja):    フリーでクロスプラットフォームなオーディオエディタ
3Name:           audacity
4Version:        2.0.5
5Release:        3%{?_dist_release}
6Source0:        %{name}-minsrc-%{version}.tar.xz
7License:        GPL
8Group:          Applications/Multimedia
9URL:            http://audacity.sourceforge.net/
10
11BuildRequires: wxGTK-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}-src-%{version}
48
49
50%build
51%configure --without-libmad \
52           --without-ffmpeg
53%{__make} %{?_smp_mflags}
54
55
56%install
57%{__rm} -rf ${RPM_BUILD_ROOT}
58%{__make} install DESTDIR=${RPM_BUILD_ROOT}
59
60# remove duplicated documents.
61%{__rm} -rf ${RPM_BUILD_ROOT}/%{_datadir}/doc/audacity/LICENSE.txt
62%{__rm} -rf ${RPM_BUILD_ROOT}/%{_datadir}/doc/audacity/README.txt
63
64%find_lang %{name}
65
66
67%clean
68%{__rm} -rf ${RPM_BUILD_ROOT}
69
70
71%files -f %{name}.lang
72%defattr(-,root,root)
73%doc %{_datadir}/doc/*
74%{_bindir}/audacity
75%{_datadir}/audacity
76%{_datadir}/applications/audacity.desktop
77%{_datadir}/icons/hicolor/16x16/apps/audacity.png
78%{_datadir}/icons/hicolor/22x22/apps/audacity.png
79%{_datadir}/icons/hicolor/24x24/apps/audacity.png
80%{_datadir}/icons/hicolor/32x32/apps/audacity.png
81%{_datadir}/icons/hicolor/48x48/apps/audacity.png
82%{_datadir}/icons/hicolor/scalable/apps/audacity.svg
83%{_datadir}/mime/packages/audacity.xml
84%{_datadir}/pixmaps/audacity.xpm
85%{_datadir}/pixmaps/audacity16.xpm
86%{_datadir}/pixmaps/audacity32.xpm
87%{_datadir}/pixmaps/gnome-mime-application-x-audacity-project.xpm
88%{_mandir}/man1/audacity.1*
89
90%changelog
91* Thu May 05 2016 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.5-3
92- rebuilt with soundtouch-1.9.2
93
94* Sun May 04 2014 Toshiahru Kudoh <toshi.kd2@gmail.com> - 2.0.5-2
95- rebuilt with new toolchain
96
97* Sun Jan 12 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.5-1
98- new usprtream release
99
100* Sun Sep 15 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.4-1
101- new usprtream release
102
103* Sat Feb 09 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.3-1
104- new usprtream release
105- changed source archive type to xz
106- added BuildRequires: cmake
107
108* Sat Aug 25 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.2-1
109- new usprtream release
110
111* Wed Jul 11 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.0-2
112- changed BuildRequires: wx-gtk2-devel to wxGTK-devel
113
114* Fri Jun 08 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.0-1
115- new usprtream release
116- added BuildRequires: soundtouch-devel
117
118* Tue Feb 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.14-1.beta1
119- new upstream release
120
121* Thu May 20 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 1.3.12-1.beta1
122- new upstream release
123- spec in utf-8
124- add configure option --without-libmad & --without-ffmpeg (nonfree)
125- drop BuildRequires: libmad-devel (nonfree)
126- add BuildRequires: expat-devel, libsamplerate-devel, libvorbis-devel
127
128* Wed Jan  2 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.3.4-0vl0.0beta1
129- new upstream release.
130- build with wx-gtk2-2.8.6.
131- drop patch0.
132
133* Tue May 29 2007 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.3.3-0vl0.0beta1
134- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.