rebuilt with system libjuice and libsrtp [release 0.22.4-2mamba;Mon Jan 20 2025]
This commit is contained in:
parent
97db129c33
commit
ba6a541cfd
@ -1,6 +1,6 @@
|
|||||||
Name: libdatachannel
|
Name: libdatachannel
|
||||||
Version: 0.22.4
|
Version: 0.22.4
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: C/C++ WebRTC network library featuring Data Channels, Media Transport, and WebSockets
|
Summary: C/C++ WebRTC network library featuring Data Channels, Media Transport, and WebSockets
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -12,7 +12,9 @@ License: MPL-2.0
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libjuice-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
|
BuildRequires: libsrtp-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
@ -28,12 +30,14 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description devel
|
%description devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake
|
%cmake \
|
||||||
|
-DUSE_SYSTEM_JUICE=1 \
|
||||||
|
-DUSE_SYSTEM_SRTP=1
|
||||||
|
|
||||||
%cmake_build
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -58,6 +62,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc README.md
|
%doc README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 20 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 0.22.4-2mamba
|
||||||
|
- rebuilt with system libjuice and libsrtp
|
||||||
|
|
||||||
* Wed Jan 15 2025 Automatic Build System <autodist@openmamba.org> 0.22.4-1mamba
|
* Wed Jan 15 2025 Automatic Build System <autodist@openmamba.org> 0.22.4-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user