File jackEQ.spec of Package jackEQ
#
# spec file for package jackEQ (Version 0.4.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: jackEQ
BuildRequires: alsa-devel gtk2-devel jack-devel ladspa-devel libxml2-devel update-desktop-files
Summary: JACK Equalization Tool for Live Performance
Version: 0.4.0
Release: 292
License: GPL v2 or later
Group: Productivity/Multimedia/Sound/Mixers
Url: http://jackeq.sf.net
Requires: jack ladspa
Source: %{name}-%{version}.tar.bz2
Patch: %{name}-overflow.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
jackEQ is a tool for routing and manipulating audio from and to
multiple input/output sources. It runs in the JACK Audio Connection
Kit and uses LADSPA for its back-end DSP work. jackEQ is designed
specifically for live performance.
Authors:
--------
Steve Harris
Patrick Shirkey
%prep
%setup -q
%patch -p1
%build
autoreconf -fi
%configure
make
%install
make DESTDIR=$RPM_BUILD_ROOT install
# suse_update_desktop_file -i %name AudioVideo AudioVideoEditing
%clean
test "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" && rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README* TODO
%{_bindir}/jackeq
%{_datadir}/jackeq
%if %suse_version > 820
# {_datadir}/applications/*.desktop
%endif
%changelog