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