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

Revision 7447, 4.0 KB checked in by kudoh, 11 years ago (diff)
Line 
1Summary:        A Free, Cross-Platform Digital Audio Editor
2Summary(ja):    フリーでクロスプラットフォームなオーディオエディタ
3Name:           audacity
4Version:        2.0.3
5Release:        1%{?_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* Sat Feb 09 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.3-1
92- new usprtream release
93- changed source archive type to xz
94- added BuildRequires: cmake
95
96* Sat Aug 25 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.2-1
97- new usprtream release
98
99* Wed Jul 11 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.0-2
100- changed BuildRequires: wx-gtk2-devel to wxGTK-devel
101
102* Fri Jun 08 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 2.0.0-1
103- new usprtream release
104- added BuildRequires: soundtouch-devel
105
106* Tue Feb 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.3.14-1.beta1
107- new upstream release
108
109* Thu May 20 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 1.3.12-1.beta1
110- new upstream release
111- spec in utf-8
112- add configure option --without-libmad & --without-ffmpeg (nonfree)
113- drop BuildRequires: libmad-devel (nonfree)
114- add BuildRequires: expat-devel, libsamplerate-devel, libvorbis-devel
115
116* Wed Jan  2 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.3.4-0vl0.0beta1
117- new upstream release.
118- build with wx-gtk2-2.8.6.
119- drop patch0.
120
121* Tue May 29 2007 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 1.3.3-0vl0.0beta1
122- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.