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
|
Name: pavucontrol
|
||||||
Version: 5.0
|
Version: 6.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A simple GTK based volume control tool ("mixer") for the PulseAudio sound server
|
Summary: A simple GTK based volume control tool ("mixer") for the PulseAudio sound server
|
||||||
Group: Graphical Desktop/Applications/Multimedia
|
Group: Graphical Desktop/Applications/Multimedia
|
||||||
@ -11,25 +11,16 @@ Source: http://freedesktop.org/software/pulseaudio/pavucontrol/pavucontro
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libX11-devel
|
|
||||||
BuildRequires: libatk-devel
|
|
||||||
BuildRequires: libatkmm1-devel
|
|
||||||
BuildRequires: libcairo-devel
|
|
||||||
BuildRequires: libcairomm10-devel
|
|
||||||
BuildRequires: libcanberra-devel
|
BuildRequires: libcanberra-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libglibmm24-devel
|
BuildRequires: libglibmm-devel
|
||||||
BuildRequires: libgtk3-devel
|
BuildRequires: libgtk-devel
|
||||||
BuildRequires: libgtkmm3-devel
|
BuildRequires: libgtkmm-devel
|
||||||
BuildRequires: libharfbuzz-devel
|
|
||||||
BuildRequires: libjson-glib-devel
|
BuildRequires: libjson-glib-devel
|
||||||
BuildRequires: libpango-devel
|
|
||||||
BuildRequires: libpangomm1-devel
|
|
||||||
BuildRequires: libpulseaudio-devel
|
BuildRequires: libpulseaudio-devel
|
||||||
BuildRequires: libpulseaudio-glib-devel
|
BuildRequires: libpulseaudio-glib-devel
|
||||||
BuildRequires: libsigc++2-devel
|
BuildRequires: libsigc++-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libsigc++-devel >= 2.6.2-2mamba
|
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
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%meson
|
||||||
CXXFLAGS="%{optflags} -std=gnu++11"
|
|
||||||
|
|
||||||
%make
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%meson_install
|
||||||
|
|
||||||
%find_lang %{name} || touch %{name}.lang
|
%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
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/pavucontrol
|
%{_bindir}/pavucontrol
|
||||||
%{_datadir}/applications/pavucontrol.desktop
|
%{_datadir}/applications/org.pulseaudio.pavucontrol.desktop
|
||||||
|
%{_metainfodir}/org.pulseaudio.pavucontrol.metainfo.xml
|
||||||
%dir %{_docdir}/pavucontrol
|
%dir %{_docdir}/pavucontrol
|
||||||
%{_docdir}/pavucontrol/*
|
%{_docdir}/pavucontrol/*
|
||||||
%{_datadir}/pavucontrol/pavucontrol.glade
|
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Aug 16 2021 Automatic Build System <autodist@mambasoft.it> 5.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user