2024-01-06 08:23:58 +01:00
|
|
|
Name: paprefs
|
2024-01-06 08:23:59 +01:00
|
|
|
Version: 1.2
|
2024-01-06 08:23:59 +01:00
|
|
|
Release: 2mamba
|
2024-01-06 08:23:58 +01:00
|
|
|
Summary: A simple GTK based configuration dialog for the PulseAudio sound server
|
|
|
|
Group: Graphical Desktop/Applications/Multimedia
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 08:23:59 +01:00
|
|
|
URL: https://freedesktop.org/software/pulseaudio/paprefs/
|
2024-01-06 08:23:58 +01:00
|
|
|
Source: http://freedesktop.org/software/pulseaudio/paprefs/paprefs-%{version}.tar.xz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 08:23:59 +01:00
|
|
|
BuildRequires: libatkmm1-devel
|
2024-01-06 08:23:58 +01:00
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libglib-devel
|
2024-01-06 08:23:59 +01:00
|
|
|
BuildRequires: libglibmm24-devel
|
|
|
|
BuildRequires: libgtk3-devel
|
|
|
|
BuildRequires: libgtkmm3-devel
|
2024-01-06 08:23:58 +01:00
|
|
|
BuildRequires: libpulseaudio-devel
|
2024-01-06 08:23:59 +01:00
|
|
|
BuildRequires: libsigc++2-devel
|
2024-01-06 08:23:58 +01:00
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 08:23:58 +01:00
|
|
|
Requires: pulseaudio-module-gconf
|
2024-01-06 08:23:58 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
A simple GTK based configuration dialog for the PulseAudio sound server.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2024-01-06 08:23:58 +01:00
|
|
|
%meson
|
2024-01-06 08:23:58 +01:00
|
|
|
|
2024-01-06 08:23:58 +01:00
|
|
|
%meson_build
|
2024-01-06 08:23:58 +01:00
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 08:23:58 +01:00
|
|
|
%meson_install
|
2024-01-06 08:23:58 +01:00
|
|
|
|
|
|
|
%find_lang %{name} || touch %{name}.lang
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/paprefs
|
|
|
|
%{_datadir}/applications/paprefs.desktop
|
|
|
|
%dir %{_datadir}/paprefs
|
|
|
|
%{_datadir}/paprefs/paprefs.glade
|
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 08:23:59 +01:00
|
|
|
* Thu Jun 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2-2mamba
|
|
|
|
- removed requirement for pulseaudio-module-zeroconf
|
|
|
|
|
2024-01-06 08:23:59 +01:00
|
|
|
* Tue Dec 28 2021 Automatic Build System <autodist@mambasoft.it> 1.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:23:58 +01:00
|
|
|
* Tue Jan 29 2019 Automatic Build System <autodist@mambasoft.it> 1.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:23:58 +01:00
|
|
|
* Mon Aug 13 2018 Automatic Build System <autodist@mambasoft.it> 1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:23:58 +01:00
|
|
|
* Sat Aug 12 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.10-2mamba
|
|
|
|
- require pulseaudio gconf and zeroconf modules
|
|
|
|
|
2024-01-06 08:23:58 +01:00
|
|
|
* Fri Aug 11 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.10-1mamba
|
|
|
|
- package created using the webbuild interface
|