update to 0.5.9 [release 0.5.9-1mamba;Sun Jan 09 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 00:01:16 +01:00
parent 7345b809cc
commit 9aba313b71

View File

@ -1,24 +1,25 @@
Name: jackEQ Name: jackEQ
Version: 0.4.1 Version: 0.5.9
Release: 3mamba Release: 1mamba
Summary: an accessible method for tweaking the treble, mid and bass of any JACK aware applications output Summary: An accessible method for tweaking the treble, mid and bass of any JACK aware applications output
Group: Graphical Desktop/Applications/Multimedia Group: Graphical Desktop/Applications/Multimedia
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://jackeq.sourceforge.net/ URL: https://gogopdf.com/blog/Making-Music-With-Gogopdf
Source: http://downloads.sourceforge.net/sourceforge/jackeq/jackEQ-%{version}.tar.gz 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 License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libatk-devel BuildRequires: libat-spi2-core-devel
BuildRequires: libcairo-devel BuildRequires: libcairo-devel
BuildRequires: libfontconfig-devel BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel BuildRequires: libfreetype-devel
BuildRequires: libgdk-pixbuf-devel BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel BuildRequires: libglib-devel
BuildRequires: libgtk2-devel BuildRequires: libgtk2-devel
BuildRequires: libharfbuzz-devel
BuildRequires: libjack-devel BuildRequires: libjack-devel
BuildRequires: libpango-devel BuildRequires: libpango-devel
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
@ -28,12 +29,14 @@ Requires: swh-plugins
%description %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. 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 %debug_package
%prep
%setup -q %setup -q
%build %build
%configure \ %configure \
CFLAGS="%{optflags} -fcommon" \
LDFLAGS="-ldl" LDFLAGS="-ldl"
%make %make
@ -48,11 +51,15 @@ jackEQ is intended to provide an accessible method for tweaking the treble, mid
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/jackeq %{_bindir}/jackeq
%{_datadir}/jackeq/thai-gold-knobs.png %dir %{_datadir}/jackeq
%{_datadir}/jackeq/thai-gold.png %{_datadir}/jackeq/*.png
%doc AUTHORS COPYING README TODO %doc AUTHORS COPYING
#README TODO
%changelog %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 * Mon Aug 19 2013 Automatic Build System <autodist@mambasoft.it> 0.4.1-3mamba
- automatic rebuild by autodist - automatic rebuild by autodist