From 7345b809cce336235248fdfae773ea676d77abe7 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 00:01:11 +0100 Subject: [PATCH] automatic rebuild by autodist [release 0.4.1-3mamba;Mon Aug 19 2013] --- README.md | 2 ++ jackEQ.spec | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 jackEQ.spec diff --git a/README.md b/README.md index 5275216..5c5387f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # 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. + diff --git a/jackEQ.spec b/jackEQ.spec new file mode 100644 index 0000000..c82b16d --- /dev/null +++ b/jackEQ.spec @@ -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 +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 0.4.1-3mamba +- automatic rebuild by autodist + +* Sun Aug 18 2013 Automatic Build System 0.4.1-2mamba +- automatic rebuild by autodist + +* Sat Mar 08 2008 Silvan Calarco 0.4.1-1mamba +- package created by autospec