]> git.pld-linux.org Git - packages/jackEQ.git/blob - jackEQ.spec
- massive change ( validate errors warrings from desktop-file-validate)
[packages/jackEQ.git] / jackEQ.spec
1 Summary:        3-Band Equalizer for JACK
2 Summary(pl.UTF-8):      3-pasmowy korektor dla JACK-a
3 Name:           jackEQ
4 Version:        0.4.0
5 Release:        2
6 License:        GPL
7 Group:          X11/Applications/Sound
8 Source0:        http://dl.sourceforge.net/jackeq/%{name}-%{version}.tar.gz
9 # Source0-md5:  4e46452f2f562235b61aea05df9782b5
10 Source1:        %{name}.desktop
11 Source2:        jackeq.png
12 URL:            http://jackeq.sourceforge.net/
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRequires:  gtk+2-devel >= 1.3.13
16 BuildRequires:  intltool
17 BuildRequires:  jack-audio-connection-kit-devel >= 0.50.0
18 BuildRequires:  ladspa-devel
19 BuildRequires:  libtool
20 BuildRequires:  libxml2-devel >= 2.0
21 BuildRequires:  pkgconfig
22 Requires:       ladspa-swh-plugins >= 0.4.3
23 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25 %description
26 jackEQ is a tool for routing and manipulating audio from/to multiple
27 input/output sources. Is intended to provide an accessible method for
28 tweaking the treble, mid and bass of any JACK aware applications
29 output.
30
31 %description -l pl.UTF-8
32 jackEQ jest narzędziem do kierowania i manipulacji strumieni dźwięku
33 z/do wielokanałowych jego źródeł. W założeniu ma on w łatwy sposób
34 umożliwiać podkręcanie sopranów, środka i basów na wyjściach programów
35 korzystających z JACK-a.
36
37 %prep
38 %setup -q
39
40 %build
41 glib-gettextize --force --copy
42 %{__intltoolize} --automake
43 %{__libtoolize}
44 %{__aclocal}
45 %{__autoheader}
46 %{__autoconf}
47 %{__automake}
48 %configure
49 %{__make}
50
51 %install
52 rm -rf $RPM_BUILD_ROOT
53 install -d $RPM_BUILD_ROOT{%{_desktopdir},%{_pixmapsdir}}
54
55 %{__make} install \
56         DESTDIR=$RPM_BUILD_ROOT
57
58 install -c %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}
59 install -c %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir}
60
61 %clean
62 rm -rf $RPM_BUILD_ROOT
63
64 %files
65 %defattr(644,root,root,755)
66 %doc AUTHORS ChangeLog README TODO
67 %attr(755,root,root) %{_bindir}/*
68 %dir %{_datadir}/jackeq
69 %{_datadir}/jackeq/*.png
70 %{_desktopdir}/*.desktop
71 %{_pixmapsdir}/*.png
This page took 0.073938 seconds and 3 git commands to generate.