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

1.5.1-1

parent 21a94cc5
No related branches found
Tags 1.5.1-1
No related merge requests found
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=srt
pkgver=1.5.0
pkgver=1.5.1
pkgrel=1
pkgdesc="Secure Reliable Transport library"
url="https://www.srtalliance.org/"
arch=(x86_64)
license=(MPL2)
depends=(openssl)
makedepends=(git cmake)
makedepends=(git cmake ninja)
options=(debug)
_commit=060c0d1a2af8082c053018fa6a6fe2dba67d71a8 # tags/v1.5.0
_commit=0bc3b03202b3159fc9b085b3ae6d66ec071c25d6 # tags/v1.5.1
source=("git+https://github.com/Haivision/srt#commit=$_commit")
b2sums=('SKIP')
......@@ -24,11 +24,8 @@ prepare() {
}
build() {
cmake -S srt -B build \
cmake -S srt -B build -G Ninja \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_BINDIR=bin \
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_INSTALL_INCLUDEDIR=include \
-DCMAKE_BUILD_TYPE=None \
-DENABLE_STATIC=ON \
-DENABLE_TESTING=ON
......@@ -45,4 +42,4 @@ package() {
DESTDIR="$pkgdir" cmake --install build
}
# vim:set ts=2 sw=2:
# vim:set sw=2 sts=-1 et:
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