rebuilt with libsgc++ rebuilt with gcc 5.3.0 and with -std=gnu++11 [release 3.0-3mamba;Fri Dec 25 2015]
This commit is contained in:
parent
a01dfa8992
commit
ccd1a3bb85
@ -1,6 +1,6 @@
|
||||
Name: pavucontrol
|
||||
Version: 3.0
|
||||
Release: 1mamba
|
||||
Release: 3mamba
|
||||
Summary: A simple GTK based volume control tool ("mixer") for the PulseAudio sound server
|
||||
Group: Graphical Desktop/Applications/Multimedia
|
||||
Vendor: openmamba
|
||||
@ -30,6 +30,7 @@ BuildRequires: libpulseaudio-glib-devel
|
||||
BuildRequires: libsigc++-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libsigc++-devel >= 2.6.2-2mamba
|
||||
Requires: pulseaudio
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
@ -43,7 +44,9 @@ In contrast to classic mixer tools this one allows you to control both the volum
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure
|
||||
%configure \
|
||||
CXXFLAGS="%{optflags} -std=gnu++11"
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
@ -65,6 +68,12 @@ In contrast to classic mixer tools this one allows you to control both the volum
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user