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

Revision 1046, 3.4 KB checked in by kazutaka, 14 years ago (diff)

Import from latest srpm

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