source: projects/specs/branches/6/a/audacity/audacity-vl.spec @ 6420

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