File jackEQ.spec of Package jackEQ
#
# spec file for package jackEQ (Version 0.4.0)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# 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: 123
License: GNU General Public License (GPL)
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
%patch0 -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
* Tue Apr 17 2007 - tiwai@suse.de
- fix buildrequires ladspa -> ladspa-devel
* Tue Apr 03 2007 - tiwai@suse.de
- Add jack to Requires explicitly.
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Wed Oct 12 2005 - tiwai@suse.de
- removed glib* from neededforbuild.
* Thu Apr 28 2005 - meissner@suse.de
- fixed buffer overflow.
* Thu Feb 26 2004 - tiwai@suse.de
- updated to version 0.4.0.
* Thu Feb 12 2004 - tiwai@suse.de
- initial version: 0.3.8.