jackEQ/jackEQ.spec

71 lines
2.1 KiB
RPMSpec

Name: jackEQ
Version: 0.5.9
Release: 1mamba
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: https://gogopdf.com/blog/Making-Music-With-Gogopdf
Source: http://deb.debian.org/debian/pool/main/j/jackeq/jackeq_%{version}.orig.tar.bz2
#Source: http://downloads.sourceforge.net/sourceforge/jackeq/jackEQ-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libat-spi2-core-devel
BuildRequires: libcairo-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel
BuildRequires: libgtk2-devel
BuildRequires: libharfbuzz-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.
%debug_package
%prep
%setup -q
%build
%configure \
CFLAGS="%{optflags} -fcommon" \
LDFLAGS="-ldl"
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/jackeq
%dir %{_datadir}/jackeq
%{_datadir}/jackeq/*.png
%doc AUTHORS COPYING
#README TODO
%changelog
* Sun Jan 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.9-1mamba
- update to 0.5.9
* 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