Skip to content
Snippets Groups Projects
Verified Commit 9078c864 authored by Jan Alexander Steffens (heftig)'s avatar Jan Alexander Steffens (heftig)
Browse files

1.5.2-1

parent 9d18ee74
No related branches found
Tags 1.5.3-2
No related merge requests found
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=srt
pkgver=1.5.1
pkgrel=3
pkgver=1.5.2
pkgrel=1
pkgdesc="Secure Reliable Transport library"
url="https://www.srtalliance.org/"
arch=(x86_64)
license=(MPL2)
depends=(gcc-libs openssl)
makedepends=(git cmake ninja)
_commit=0bc3b03202b3159fc9b085b3ae6d66ec071c25d6 # tags/v1.5.1
depends=(
gcc-libs
openssl
)
makedepends=(
cmake
git
ninja
)
_commit=9448e26fcd7602098b4bf9cd7fe535136e89e10b # tags/v1.5.2
source=("git+https://github.com/Haivision/srt#commit=$_commit")
b2sums=('SKIP')
......@@ -23,11 +30,14 @@ prepare() {
}
build() {
cmake -S srt -B build -G Ninja \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=None \
-DENABLE_STATIC=ON \
local cmake_options=(
-DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_BUILD_TYPE=None
-DENABLE_STATIC=ON
-DENABLE_TESTING=ON
)
cmake -S srt -B build -G Ninja "${cmake_options[@]}"
cmake --build build
}
......
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