Skip to content
Snippets Groups Projects
Commit 21032d7c authored by alice's avatar alice
Browse files

community/libsrt: upgrade to 1.5.2

parent d9db0f0b
No related branches found
No related tags found
No related merge requests found
# Contributor: Yohann DANELLO <yohann.danello@crans.org>
# Maintainer: Yohann DANELLO <yohann.danello@crans.org>
pkgname=libsrt
pkgver=1.5.1
pkgver=1.5.2
pkgrel=0
pkgdesc="Secure Reliable Transport (SRT)"
options="!check" # TestMuxer.IPv4_and_IPv6 fail when setting up IPv6
......@@ -18,7 +18,7 @@ build() {
if [ "$CBUILD" != "$CHOST" ]; then
CMAKE_CROSSOPTS="-DCMAKE_SYSTEM_NAME=Linux -DCMAKE_HOST_SYSTEM_NAME=Linux"
fi
cmake -B build -G Ninja \
cmake -B build -G Ninja -Wno-dev \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_BUILD_TYPE=MinSizeRel \
......@@ -47,5 +47,5 @@ progs() {
}
sha512sums="
f3aa1f7773540e2dd31cd19b124eec3c3d830f59c08d953cae01e129a58db7e639bdf94c8a5a678435ae9a1d2402e2c77196fc9c4e75b42aa37d8eafcc16f436 libsrt-1.5.1.tar.gz
1b386e7564c4843cdd8138a2953cb539a37f0990eb4526d872e7839d528551f27112c3d5bb0e6467dac1684668968e787c67600b189120aa68b90c5d5e03b85a libsrt-1.5.2.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment