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

Revision 12242, 5.1 KB checked in by tomop, 5 years ago (diff)

updated 7 packages

audacity-2.2.2-1

empathy-3.12.14-2

gthumb-3.8.1-1

liferea-1.12.7-1

libjpeg-turbo-2.0.3-2

libmspack-0.10.1-1

wxGTK3-3.0.4-1

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