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

Revision 10577, 4.8 KB checked in by tomop, 8 years ago (diff)

audacity-2.1.2-2

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