]> git.pld-linux.org Git - packages/audacity.git/blob - audacity.spec
- updated to 1.3.2
[packages/audacity.git] / audacity.spec
1 Summary:        Audacity - manipulate digital audio waveforms
2 Summary(pl):    Audacity - narzêdzie do obróbki plików d¼wiêkowych
3 Summary(ru):    Êðîññïëàòôîðìåííûé çâóêîâîé ðåäàêòîð
4 Name:           audacity
5 Version:        1.3.2
6 Release:        1
7 License:        GPL
8 Vendor:         Dominic Mazzoni <dominic@minorninth.com>
9 Group:          X11/Applications/Sound
10 Source0:        http://dl.sourceforge.net/audacity/%{name}-src-%{version}.tar.gz
11 # Source0-md5:  bf63673140254f1283dfd55b61ff2422
12 Source1:        %{name}.desktop
13 Source2:        %{name}-icon.png
14 # Patch0:               %{name}-not_require_lame-libs-devel.patch
15 URL:            http://audacity.sourceforge.net/
16 BuildRequires:  autoconf
17 BuildRequires:  automake
18 BuildRequires:  expat-devel
19 BuildRequires:  fftw-devel >= 2.1.4
20 BuildRequires:  flac-devel
21 BuildRequires:  gettext-devel
22 BuildRequires:  libid3tag-devel >= 0.15.0b-2
23 BuildRequires:  libjpeg-devel
24 BuildRequires:  libmad-devel >= 0.14.2b-4
25 BuildRequires:  libsamplerate-devel
26 BuildRequires:  libsndfile-devel
27 BuildRequires:  libstdc++-devel
28 BuildRequires:  libvorbis-devel >= 1:1.0
29 BuildRequires:  pkgconfig
30 BuildRequires:  speex-devel
31 BuildRequires:  which
32 BuildRequires:  wxGTK2-devel >= 2.6.0
33 BuildRequires:  zip
34 Requires:       lame-libs
35 Requires:       libid3tag >= 0.15.0b-2
36 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
37
38 %description
39 Audacity is a program that lets you manipulate digital audio
40 waveforms. It imports many sound file formats, including WAV, AIFF,
41 AU, IRCAM, MP3, and Ogg Vorbis. It supports all common editing
42 operations such as Cut, Copy, and Paste, plus it will mix tracks and
43 let you apply plug-in effects to any part of a sound.
44
45 %description -l pl
46 Audacity to program obs³uguj±cy ró¿ne formaty plików audio. Obs³uguje
47 WAV, AIFF, AU, IRCAM, MP3, oraz Ogg Vorbis. Program ten umo¿liwia
48 wykonywanie podstawowych czynno¶ci edycyjnych takich jak kasowanie,
49 wstawianie i miksowanie ¶cie¿ki d¼wiêkowej. Umo¿liwia tak¿e
50 wykonywanie dowolnych innych operacji poprzez system wtyczek.
51
52 %description -l ru
53 Audacity - ýòî çâóêîâîé ðåäàêòîð, ïîçâîëÿþùèé ðàáîòàòü ñ ôàéëàìè â
54 ôîðìàòàõ WAV, AIFF, AU, IRCAM, MP3 è Ogg Vorbis. Â íåì ðåàëèçîâàíû âñå
55 îñíîâíûå îïåðàöèè, òàêèå êàê óäàëåíèå, êîïèðîâàíèå, âñòàâêà,
56 ìèêøèðîâàíèå òðåêîâ è ïðèìåíåíèå ýôôåêòîâ, îôîðìëåííûõ â âèäå
57 ïëàãèíîâ, ê ëþáîé ÷àñòè çâóêîâîãî ôàéëà.
58
59 %prep
60 %setup -q -n %{name}-src-%{version}-beta
61 # %patch0 -p1
62
63 %build
64 %{__aclocal}
65 %{__autoconf}
66
67 export WX_CONFIG="`which wx-gtk2-ansi-config`"
68 %configure \
69         --with-help \
70         --with-id3tag=system \
71         --with-libmad=system \
72         --with-libsamplerate=system \
73         --with-libsndfile=system \
74         --with-libflac=system \
75         --with-vorbis=system
76
77 %{__make}
78
79 %install
80 rm -rf $RPM_BUILD_ROOT
81 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
82
83 %{__make} install \
84         DESTDIR=$RPM_BUILD_ROOT \
85         INSTALL_PATH=$RPM_BUILD_ROOT
86
87 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
88 install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
89
90 mv -f $RPM_BUILD_ROOT%{_datadir}/locale/{zh,zh_CN}
91
92 %find_lang %{name}
93
94 %clean
95 rm -rf $RPM_BUILD_ROOT
96
97 %files -f %{name}.lang
98 %defattr(644,root,root,755)
99 %doc README.txt
100 %attr(755,root,root) %{_bindir}/audacity
101 %{_datadir}/%{name}
102 %{_mandir}/man1/*.1*
103 %{_desktopdir}/*.desktop
104 %{_pixmapsdir}/*
This page took 0.041414 seconds and 4 git commands to generate.