pulseeffects/pulseeffects.spec

129 lines
4.2 KiB
RPMSpec

Name: pulseeffects
Version: 5.0.4
Release: 1mamba
Summary: Limiter, compressor, reverberation, equalizer and auto volume effects for Pulseaudio applications
Group: Applications/Multimedia
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://github.com/wwmm/pulseeffects
## GITSOURCE https://github.com/wwmm/pulseeffects.git v4.6.8
Source: https://github.com/wwmm/pulseeffects.git/v%{version}/pulseeffects-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libatkmm1-devel
BuildRequires: libboost-devel
BuildRequires: libcairomm10-devel
BuildRequires: libebur128-devel
BuildRequires: libgcc
BuildRequires: libglib-devel
BuildRequires: libglibmm24-devel
BuildRequires: libgst-plugins-base-devel
BuildRequires: libgstreamer-devel
BuildRequires: libgtk3-devel
BuildRequires: libgtkmm3-devel
BuildRequires: libpangomm1-devel
BuildRequires: libpipewire-devel
BuildRequires: libsamplerate-devel
BuildRequires: libsigc++2-devel
BuildRequires: libsndfile-devel
BuildRequires: libstdc++6-devel
BuildRequires: libzita-convolver-devel
## AUTOBUILDREQ-END
BuildRequires: libbs2b-devel
%description
Limiter, compressor, reverberation, equalizer and auto volume effects for Pulseaudio applications.
%debug_package
%prep
%setup -q
%build
%meson
%meson_build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%meson_install
%find_lang %{name} --with-html
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%posttrans
glib-compile-schemas /usr/share/glib-2.0/schemas &>/dev/null
:
%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/pulseeffects
%{_libdir}/gstreamer-1.0/libgstpeadapter.so
%{_libdir}/gstreamer-1.0/libgstpeautogain.so
%{_libdir}/gstreamer-1.0/libgstpeconvolver.so
%{_libdir}/gstreamer-1.0/libgstpecrystalizer.so
%{_datadir}/applications/com.github.wwmm.pulseeffects.desktop
%{_datadir}/dbus-1/services/com.github.wwmm.pulseeffects.service
%{_datadir}/glib-2.0/schemas/com.github.wwmm.pulseeffects.*.xml
%dir %{_datadir}/help/C/pulseeffects
%{_datadir}/help/C/pulseeffects/*
%{_datadir}/icons/hicolor/scalable/apps/pulseeffects.svg
%{_datadir}/metainfo/com.github.wwmm.pulseeffects.appdata.xml
%lang(de) %{_datadir}/help/de/pulseeffects
%lang(it) %{_datadir}/help/it_IT/pulseeffects
%lang(pt) %{_datadir}/help/pt_BR/pulseeffects
%lang(ru) %{_datadir}/help/ru/pulseeffects
%changelog
* Sun Jun 20 2021 Automatic Build System <autodist@mambasoft.it> 5.0.4-1mamba
- automatic version update by autodist
* Sun Mar 21 2021 Automatic Build System <autodist@mambasoft.it> 5.0.3-1mamba
- automatic version update by autodist
* Thu Mar 18 2021 Automatic Build System <autodist@mambasoft.it> 5.0.2-1mamba
- automatic version update by autodist
* Sun Feb 21 2021 Automatic Build System <autodist@mambasoft.it> 5.0.1-1mamba
- automatic version update by autodist
* Mon Jan 25 2021 Automatic Build System <autodist@mambasoft.it> 5.0.0-1mamba
- automatic version update by autodist
* Mon Dec 07 2020 Automatic Build System <autodist@mambasoft.it> 4.8.3-1mamba
- automatic version update by autodist
* Fri Sep 25 2020 Automatic Build System <autodist@mambasoft.it> 4.8.2-1mamba
- automatic version update by autodist
* Sun Aug 16 2020 Automatic Build System <autodist@mambasoft.it> 4.8.0-1mamba
- automatic version update by autodist
* Wed Jun 17 2020 Automatic Build System <autodist@mambasoft.it> 4.7.3-1mamba
- automatic version update by autodist
* Mon Mar 23 2020 Automatic Build System <autodist@mambasoft.it> 4.7.2-1mamba
- automatic version update by autodist
* Mon Feb 10 2020 Automatic Build System <autodist@mambasoft.it> 4.7.1-1mamba
- automatic version update by autodist
* Fri Jan 10 2020 Automatic Build System <autodist@mambasoft.it> 4.7.0-1mamba
- automatic version update by autodist
* Sun Dec 01 2019 Automatic Build System <autodist@mambasoft.it> 4.6.9-1mamba
- automatic version update by autodist
* Thu Oct 17 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.6.8-3mamba
- posttrans: compile glib schemas
* Tue Oct 15 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.6.8-2mamba
- rebuilt with libbs2b
* Mon Oct 14 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.6.8-1mamba
- package created using the webbuild interface