64 lines
1.8 KiB
RPMSpec
64 lines
1.8 KiB
RPMSpec
|
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
|