automatic version update by autodist [release 6.0-1mamba;Tue May 28 2024]
This commit is contained in:
parent
38b6ee0bf6
commit
7b4d6d4961
@ -1,5 +1,5 @@
|
||||
Name: pavucontrol
|
||||
Version: 5.0
|
||||
Version: 6.0
|
||||
Release: 1mamba
|
||||
Summary: A simple GTK based volume control tool ("mixer") for the PulseAudio sound server
|
||||
Group: Graphical Desktop/Applications/Multimedia
|
||||
@ -11,25 +11,16 @@ Source: http://freedesktop.org/software/pulseaudio/pavucontrol/pavucontro
|
||||
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: libglibmm-devel
|
||||
BuildRequires: libgtk-devel
|
||||
BuildRequires: libgtkmm-devel
|
||||
BuildRequires: libjson-glib-devel
|
||||
BuildRequires: libpango-devel
|
||||
BuildRequires: libpangomm1-devel
|
||||
BuildRequires: libpulseaudio-devel
|
||||
BuildRequires: libpulseaudio-glib-devel
|
||||
BuildRequires: libsigc++2-devel
|
||||
BuildRequires: libsigc++-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libsigc++-devel >= 2.6.2-2mamba
|
||||
@ -45,14 +36,13 @@ In contrast to classic mixer tools this one allows you to control both the volum
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure \
|
||||
CXXFLAGS="%{optflags} -std=gnu++11"
|
||||
%meson
|
||||
|
||||
%make
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%meson_install
|
||||
|
||||
%find_lang %{name} || touch %{name}.lang
|
||||
|
||||
@ -62,13 +52,16 @@ In contrast to classic mixer tools this one allows you to control both the volum
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/pavucontrol
|
||||
%{_datadir}/applications/pavucontrol.desktop
|
||||
%{_datadir}/applications/org.pulseaudio.pavucontrol.desktop
|
||||
%{_metainfodir}/org.pulseaudio.pavucontrol.metainfo.xml
|
||||
%dir %{_docdir}/pavucontrol
|
||||
%{_docdir}/pavucontrol/*
|
||||
%{_datadir}/pavucontrol/pavucontrol.glade
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Tue May 28 2024 Automatic Build System <autodist@openmamba.org> 6.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Aug 16 2021 Automatic Build System <autodist@mambasoft.it> 5.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user