File jack-rack.spec of Package jack-rack
#
# spec file for package jack-rack
#
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: jack-rack
Version: 1.5.0
Release: 0
Summary: LADSPA Effects Rack for JACK
License: GPL-2.0-or-later
Group: Productivity/Multimedia/Sound/Utilities
URL: https://jack-rack.sf.net/
Source: https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
Patch0: jack-rack-autotools.patch
Patch1: jack-rack-python3-ecarack.patch
BuildRequires: automake
BuildRequires: ladspa-devel
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(gail)
BuildRequires: pkgconfig(gdk-2.0)
BuildRequires: pkgconfig(gdk-x11-2.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(gtk+-unix-print-2.0)
BuildRequires: pkgconfig(gtk+-x11-2.0)
BuildRequires: pkgconfig(jack)
BuildRequires: pkgconfig(libxml-2.0)
# minimum gettext version required for the fix in jack-rack-autotools.patch
BuildRequires: gettext-devel >= 0.25.1
Requires: jack
Requires: ladspa
%description
JACK Rack is a stereo LADSPA effects rack for the JACK audio API. You
can insert LADSPA effects through JACK Rack. It uses GTK+ 2 for the
GUI.
%prep
%autosetup -p1
%build
autoreconf -fi
%configure \
--disable-gnome
make %{?_smp_mflags}
%install
%make_install
%suse_update_desktop_file jack-rack AudioVideo Music
%find_lang %{name}
%post
%desktop_database_post
%postun
%desktop_database_postun
%files -f %{name}.lang
%doc AUTHORS BUGS ChangeLog NEWS README THANKS TODO
%license COPYING
%{_bindir}/*
%{_datadir}/applications/*
%dir %{_datadir}/dtds
%{_datadir}/dtds/*
%{_datadir}/jack-rack
%{_datadir}/pixmaps/*.png
%changelog