Browse Source

upgrading package: srt 1.5.3 -> 1.5.4

master
parent
commit
2ba0ef97a2
  1. 7
      srt/srt.spec

7
srt/srt.spec

@ -31,11 +31,11 @@ Distribution: OpenPKG Community
Class: EVAL
Group: Networking
License: MPL
Version: 1.5.3
Release: 20231111
Version: 1.5.4
Release: 20250902
# list of sources
Source0: https://github.com/Haivision/srt/archive/v%{version}.tar.gz
Source0: https://github.com/Haivision/srt/archive/refs/tags/v%{version}.tar.gz
Patch0: srt.patch
# build information
@ -63,6 +63,7 @@ PreReq: openssl
%build
cmake \
-Wno-dev \
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
-DCMAKE_BUILD_TYPE="Release" \
-DCMAKE_INSTALL_PREFIX="%{l_prefix}" \
-DCMAKE_C_COMPILER="%{l_cc}" \

Loading…
Cancel
Save