89 lines
2.7 KiB
RPMSpec
89 lines
2.7 KiB
RPMSpec
Name: pavucontrol
|
|
Version: 5.0
|
|
Release: 1mamba
|
|
Summary: A simple GTK based volume control tool ("mixer") for the PulseAudio sound server
|
|
Group: Graphical Desktop/Applications/Multimedia
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://freedesktop.org/software/pulseaudio/pavucontrol/
|
|
Source: http://freedesktop.org/software/pulseaudio/pavucontrol/pavucontrol-%{version}.tar.gz
|
|
License: GPL
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libatk-devel
|
|
BuildRequires: libatkmm1-devel
|
|
BuildRequires: libcairo-devel
|
|
BuildRequires: libcairomm10-devel
|
|
BuildRequires: libcanberra-devel
|
|
BuildRequires: libgcc
|
|
BuildRequires: libgdk-pixbuf-devel
|
|
BuildRequires: libglib-devel
|
|
BuildRequires: libglibmm24-devel
|
|
BuildRequires: libgtk3-devel
|
|
BuildRequires: libgtkmm3-devel
|
|
BuildRequires: libharfbuzz-devel
|
|
BuildRequires: libjson-glib-devel
|
|
BuildRequires: libpango-devel
|
|
BuildRequires: libpangomm1-devel
|
|
BuildRequires: libpulseaudio-devel
|
|
BuildRequires: libpulseaudio-glib-devel
|
|
BuildRequires: libsigc++2-devel
|
|
BuildRequires: libstdc++6-devel
|
|
## AUTOBUILDREQ-END
|
|
BuildRequires: libsigc++-devel >= 2.6.2-2mamba
|
|
Requires: pulseaudio
|
|
|
|
%description
|
|
PulseAudio Volume Control (pavucontrol) is a simple GTK based volume control tool ("mixer") for the PulseAudio sound server.
|
|
In contrast to classic mixer tools this one allows you to control both the volume of hardware devices and of each playback stream separately.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%configure \
|
|
CXXFLAGS="%{optflags} -std=gnu++11"
|
|
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%find_lang %{name} || touch %{name}.lang
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%{_bindir}/pavucontrol
|
|
%{_datadir}/applications/pavucontrol.desktop
|
|
%dir %{_docdir}/pavucontrol
|
|
%{_docdir}/pavucontrol/*
|
|
%{_datadir}/pavucontrol/pavucontrol.glade
|
|
%doc LICENSE
|
|
|
|
%changelog
|
|
* Mon Aug 16 2021 Automatic Build System <autodist@mambasoft.it> 5.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Wed Mar 06 2019 Automatic Build System <autodist@mambasoft.it> 4.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Dec 25 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0-3mamba
|
|
- rebuilt with libsgc++ rebuilt with gcc 5.3.0 and with -std=gnu++11
|
|
|
|
* Fri Dec 25 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0-2mamba
|
|
- rebuilt with gcc 5.3.0
|
|
|
|
* Thu Mar 26 2015 Automatic Build System <autodist@mambasoft.it> 3.0-1mamba
|
|
- automatic version update by autodist
|
|
|
|
* Fri Jul 25 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0-1mamba
|
|
- package created using the webbuild interface
|