diff --git a/jackEQ.spec b/jackEQ.spec index c82b16d..4898457 100644 --- a/jackEQ.spec +++ b/jackEQ.spec @@ -1,24 +1,25 @@ 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 +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 -URL: http://jackeq.sourceforge.net/ -Source: http://downloads.sourceforge.net/sourceforge/jackeq/jackEQ-%{version}.tar.gz +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 -BuildRoot: %{_tmppath}/%{name}-%{version}-root ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libatk-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 @@ -28,12 +29,14 @@ 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 +%debug_package +%prep %setup -q %build %configure \ + CFLAGS="%{optflags} -fcommon" \ LDFLAGS="-ldl" %make @@ -48,11 +51,15 @@ jackEQ is intended to provide an accessible method for tweaking the treble, mid %files %defattr(-,root,root) %{_bindir}/jackeq -%{_datadir}/jackeq/thai-gold-knobs.png -%{_datadir}/jackeq/thai-gold.png -%doc AUTHORS COPYING README TODO +%dir %{_datadir}/jackeq +%{_datadir}/jackeq/*.png +%doc AUTHORS COPYING +#README TODO %changelog +* Sun Jan 09 2022 Silvan Calarco 0.5.9-1mamba +- update to 0.5.9 + * Mon Aug 19 2013 Automatic Build System 0.4.1-3mamba - automatic rebuild by autodist