libsrtp: update to 2.5.0.

This commit is contained in:
Duncaen 2023-04-28 00:39:05 +02:00
parent 18d5714654
commit 101ab6e795
No known key found for this signature in database
GPG Key ID: 335C1D17EC3D6E35
1 changed files with 8 additions and 9 deletions

View File

@ -1,19 +1,19 @@
# Template file for 'libsrtp'
pkgname=libsrtp
version=2.3.0
version=2.5.0
revision=1
build_style=gnu-configure
make_build_target="all shared_library"
build_style=meson
configure_args="-Dcrypto-library=openssl"
hostmakedepends="pkg-config"
makedepends="openssl-devel"
checkdepends="procps-ng libpcap-devel"
short_desc="Library implementing SRTP, the Secure Real-time Transport Protocol"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/cisco/libsrtp"
#changelog="https://raw.githubusercontent.com/cisco/libsrtp/master/CHANGES"
changelog="https://raw.githubusercontent.com/cisco/libsrtp/master/CHANGES"
distfiles="https://github.com/cisco/libsrtp/archive/v${version}.tar.gz"
checksum=94093a5d04c5f4743e8d81182b76938374df6d393b45322f24960d250b0110e8
CFLAGS="-fcommon"
checksum=8a43ef8e9ae2b665292591af62aa1a4ae41e468b6d98d8258f91478735da4e09
post_install() {
vlicense LICENSE
@ -26,6 +26,5 @@ libsrtp-devel_package() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove "usr/lib/*.a"
}
}