]> git.pld-linux.org Git - packages/extace.git/blob - extace.spec
- tabs in preamble
[packages/extace.git] / extace.spec
1 Summary:        Audio Visualization plugin for GNOME
2 Summary(pl.UTF-8):      Wtyczka do wizualizacji dźwięku dla desktopu GNOME
3 Name:           extace
4 Version:        1.5.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications/Multimedia
8 Source0:        http://dl.sourceforge.net/extace/%{name}-%{version}.tar.gz
9 # Source0-md5:  6d430b91241460f900bf01f82920295a
10 Patch0:         %{name}-ac_am-fixes.patch
11 URL:            http://eXtace.sourceforge.net/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  esound-devel
15 BuildRequires:  fftw-devel
16 BuildRequires:  gtk+-devel
17 BuildRequires:  imlib-devel
18 BuildRequires:  libtool
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Xtace is a Audio Visualization plugin for the GNOME Desktop
23 Environment. It connects to ESD (Enlightened Sound Daemon) and
24 displays the audio data as either a 3D textured landscape, 3d pointed
25 landscape, 16-128 channel graphic EQ, or a colored Oscilloscope.
26 eXtace is based on the original eXtace written by Michael Fulbright
27 and The Rasterman.
28
29 %description -l pl.UTF-8
30 eXtace jest wtyczką do wizualizacji dźwięku dla desktopu GNOME. Łączy
31 się z ESD (Enlightened Sound Daemon) i wyświetla dane audio jako
32 trójwymiarowy krajobraz z teksturami, zwykły krajobraz trójwymiarowy,
33 16-128 kanałowy equalizer graficzny lub kolorowy oscyloskop. eXtace
34 opiera się na oryginalnym programie napisanym przez Michaela Fulbrighta
35 oraz The Rasterman.
36
37 %prep
38 %setup -q
39 %patch0 -p1
40
41 %build
42 rm -f missing
43 %{__libtoolize}
44 %{__aclocal}
45 %{__autoconf}
46 %{__automake}
47 %configure \
48         --disable-debug \
49 %ifarch sparc sparc64
50         --disable-alsa
51 %else
52         --enable-alsa
53 %endif
54
55 %{__make}
56
57 %install
58 rm -rf $RPM_BUILD_ROOT
59
60 %{__make} install \
61         DESTDIR=$RPM_BUILD_ROOT \
62         Multimediadir=%{_applnkdir}/Multimedia
63
64 %clean
65 rm -rf $RPM_BUILD_ROOT
66
67 %files
68 %defattr(644,root,root,755)
69 %doc AUTHORS CREDITS ChangeLog NEWS README TODO
70 %attr(755,root,root) %{_bindir}/*
71 %{_applnkdir}/Multimedia/*
This page took 0.063631 seconds and 3 git commands to generate.