rebuilt with cxx library [release 19.7.0-2mamba;Thu Jan 16 2025]
This commit is contained in:
parent
d1bdd6818d
commit
e2ce12a6da
@ -1,7 +1,7 @@
|
|||||||
Name: libportaudio
|
Name: libportaudio
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 19.7.0
|
Version: 19.7.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A free, cross platform, open-source, audio I/O library
|
Summary: A free, cross platform, open-source, audio I/O library
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -13,7 +13,9 @@ License: GPL
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libalsa-devel
|
BuildRequires: libalsa-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
BuildRequires: libjack-devel
|
BuildRequires: libjack-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -28,14 +30,18 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
A free, cross platform, open-source, audio I/O library.
|
A free, cross platform, open-source, audio I/O library.
|
||||||
This package contains static libraries and header files needed for development.
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n portaudio-%{version}
|
%setup -q -n portaudio-%{version}
|
||||||
|
cd bindings/cpp
|
||||||
|
autoreconf -fiv
|
||||||
|
cd ../..
|
||||||
|
autoreconf -fiv
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure \
|
||||||
%make
|
--enable-cxx
|
||||||
|
|
||||||
|
%make -j1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -51,18 +57,26 @@ done
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libportaudio.so.*
|
%{_libdir}/libportaudio.so.*
|
||||||
|
%{_libdir}/libportaudiocpp.so.*
|
||||||
%doc LICENSE.txt
|
%doc LICENSE.txt
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/pa_*.h
|
%{_includedir}/pa_*.h
|
||||||
%{_includedir}/portaudio.h
|
%{_includedir}/portaudio.h
|
||||||
|
%dir %{_includedir}/portaudiocpp
|
||||||
|
%{_includedir}/portaudiocpp/*.hxx
|
||||||
%{_libdir}/libportaudio.a
|
%{_libdir}/libportaudio.a
|
||||||
%{_libdir}/libportaudio.so
|
%{_libdir}/libportaudio.so
|
||||||
|
%{_libdir}/libportaudiocpp.a
|
||||||
|
%{_libdir}/libportaudiocpp.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jan 16 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 19.7.0-2mamba
|
||||||
|
- rebuilt with cxx library
|
||||||
|
|
||||||
* Fri May 17 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 19.7.0-1mamba
|
* Fri May 17 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 19.7.0-1mamba
|
||||||
- update to 19.7.0
|
- update to 19.7.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user