automatic rebuild by autodist [release 0.4.1-3mamba;Mon Aug 19 2013]

This commit is contained in:
Automatic Build System 2024-01-06 00:01:11 +01:00
parent 81e98b0008
commit 7345b809cc
2 changed files with 65 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# jackEQ # jackEQ
jackEQ is intended to provide an accessible method for tweaking the treble, mid and bass of any JACK aware applications output. Designed specifically for live performance, it is modelled on various DJ mixing consoles.

63
jackEQ.spec Normal file
View File

@ -0,0 +1,63 @@
Name: jackEQ
Version: 0.4.1
Release: 3mamba
Summary: an accessible method for tweaking the treble, mid and bass of any JACK aware applications output
Group: Graphical Desktop/Applications/Multimedia
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://jackeq.sourceforge.net/
Source: http://downloads.sourceforge.net/sourceforge/jackeq/jackEQ-%{version}.tar.gz
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libatk-devel
BuildRequires: libcairo-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel
BuildRequires: libgtk2-devel
BuildRequires: libjack-devel
BuildRequires: libpango-devel
BuildRequires: libxml2-devel
## AUTOBUILDREQ-END
Requires: swh-plugins
%description
jackEQ is intended to provide an accessible method for tweaking the treble, mid and bass of any JACK aware applications output. Designed specifically for live performance, it is modelled on various DJ mixing consoles.
%prep
%setup -q
%build
%configure \
LDFLAGS="-ldl"
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/jackeq
%{_datadir}/jackeq/thai-gold-knobs.png
%{_datadir}/jackeq/thai-gold.png
%doc AUTHORS COPYING README TODO
%changelog
* Mon Aug 19 2013 Automatic Build System <autodist@mambasoft.it> 0.4.1-3mamba
- automatic rebuild by autodist
* Sun Aug 18 2013 Automatic Build System <autodist@mambasoft.it> 0.4.1-2mamba
- automatic rebuild by autodist
* Sat Mar 08 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.1-1mamba
- package created by autospec