93 lines
2.6 KiB
RPMSpec
93 lines
2.6 KiB
RPMSpec
|
Name: jamin
|
||
|
Version: 0.95.0
|
||
|
Release: 1mamba
|
||
|
Summary: An application designed to perform professional audio mastering of stereo input streams
|
||
|
Group: Graphical Desktop/Applications/Multimedia
|
||
|
Vendor: openmamba
|
||
|
Distribution: openmamba
|
||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||
|
URL: http://jamin.sourceforge.net/en/about.html
|
||
|
Source: https://downloads.sourceforge.net/project/jamin/jamin/%{version}/jamin-%{version}.tar.gz
|
||
|
License: GPL
|
||
|
## AUTOBUILDREQ-BEGIN
|
||
|
BuildRequires: glibc-devel
|
||
|
BuildRequires: libatk-devel
|
||
|
BuildRequires: libblkid-devel
|
||
|
BuildRequires: libbzip2-devel
|
||
|
BuildRequires: libcairo-devel
|
||
|
BuildRequires: libexpat-devel
|
||
|
BuildRequires: libffi-devel
|
||
|
BuildRequires: libfftw-devel
|
||
|
BuildRequires: libfontconfig-devel
|
||
|
BuildRequires: libfreetype-devel
|
||
|
BuildRequires: libgdk-pixbuf-devel
|
||
|
BuildRequires: libglib-devel
|
||
|
BuildRequires: libgraphite2-devel
|
||
|
BuildRequires: libgtk2-devel
|
||
|
BuildRequires: libharfbuzz-devel
|
||
|
BuildRequires: libjack-devel
|
||
|
BuildRequires: liblo-devel
|
||
|
BuildRequires: liblzma-devel
|
||
|
BuildRequires: libmount-devel
|
||
|
BuildRequires: libpango-devel
|
||
|
BuildRequires: libpcre-devel
|
||
|
BuildRequires: libpng-devel
|
||
|
BuildRequires: libselinux-devel
|
||
|
BuildRequires: libsepol-devel
|
||
|
BuildRequires: libthai-devel
|
||
|
BuildRequires: libuuid-devel
|
||
|
BuildRequires: libxml2-devel
|
||
|
BuildRequires: libz-devel
|
||
|
## AUTOBUILDREQ-END
|
||
|
Requires: jack
|
||
|
Requires: swh-plugins
|
||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||
|
|
||
|
%description
|
||
|
JAMin is a JACK Audio Connection Kit (JACK) Audio Mastering interface.
|
||
|
JAMin is an open source application designed to perform professional audio mastering of stereo input streams.
|
||
|
It uses LADSPA for digital signal processing (DSP).
|
||
|
|
||
|
%debug_package
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
|
||
|
%ifarch x86_64
|
||
|
sed -i "s|/lib/ladspa|/lib64/ladspa|g" src/plugin.c
|
||
|
%endif
|
||
|
|
||
|
%build
|
||
|
%configure
|
||
|
%make plugindir=%{_libdir}/ladspa
|
||
|
|
||
|
%install
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
%makeinstall plugindir=%{_libdir}/ladspa
|
||
|
|
||
|
%find_lang %{name} || touch %{name}.lang
|
||
|
|
||
|
%clean
|
||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||
|
|
||
|
%files -f %{name}.lang
|
||
|
%defattr(-,root,root)
|
||
|
%{_bindir}/jamin
|
||
|
%{_bindir}/jamin-scene
|
||
|
%{_libdir}/ladspa/jamincont_1912.la
|
||
|
%{_libdir}/ladspa/jamincont_1912.so
|
||
|
%{_datadir}/applications/jamin.desktop
|
||
|
%{_datadir}/mime/packages/jamin.xml
|
||
|
%{_datadir}/icons/jamin.svg
|
||
|
%dir %{_datadir}/jamin
|
||
|
%dir %{_datadir}/jamin/examples
|
||
|
%{_datadir}/jamin/examples/*
|
||
|
%dir %{_datadir}/jamin/pixmaps
|
||
|
%{_datadir}/jamin/pixmaps/*
|
||
|
%{_mandir}/man1/jamin.1*
|
||
|
%doc AUTHORS COPYING
|
||
|
|
||
|
%changelog
|
||
|
* Wed Feb 07 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.95.0-1mamba
|
||
|
- package created using the webbuild interface
|