]> git.pld-linux.org Git - packages/extace.git/blob - extace.spec
- fixed version, minor cleanup
[packages/extace.git] / extace.spec
1 Summary:        Audio Visualization plugin for Gnome
2 Name:           extace
3 Version:        1.1.10
4 Release:        1
5 Group:          -
6 Copyright:      GPL
7 Source:         http://techdev.buffalostate.edu/~dave/extace/archives/%{name}-%{version}.tar.gz
8 URL:            http://techdev.buffalostate.edu/~dave/extace/
9 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
10
11 %description
12 Xtace is a Audio Visualization plugin for the Gnome Desktop Environment. It
13 connects to ESD (Enlightened Sound Daemon) and displays the audio data as
14 either a 3D textured landscape, 3d pointed landscape, 16-128 channel graphic
15 EQ, or a colored Oscilloscope. eXtace is based on the original eXtace
16 written by Michael Fulbright and The Rasterman.
17
18 %description -l pl
19 eXtace jest wtyczk± do wizualizacji d¼wiêku dla desktopu GNOME. £±czy siê z ESD
20 (Enlightened Sound Daemon) i wy¶wietla dane audio jako trójwymiarowy krajobraz
21 z teksturami, zwyk³y krajobraz trojwymiarowy, 16-128 kana³owy equalizer
22 graficzny lub kolorowy oscyloskop. eXtace opiera siê na oryginalnym programi
23 napisanym przez Michaela Fulbrighta oraz The Rasterman.
24
25 %prep
26 %setup  -q
27
28 %build
29 LDFLAGS="-s" ; export LDFLAGS
30 %configure 
31
32 make
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
This page took 0.08351 seconds and 4 git commands to generate.