ortp: update to 5.2.6.

This commit is contained in:
John 2023-01-06 19:11:32 +01:00 committed by John Zimmermann
parent 69ba96202e
commit caf63c5ce4

View File

@ -1,16 +1,16 @@
# Template file for 'ortp'
pkgname=ortp
version=5.1.12
version=5.2.6
revision=1
build_style=cmake
configure_args="-DENABLE_STATIC=OFF"
configure_args="-DENABLE_STATIC=OFF -DENABLE_UNIT_TESTS=OFF"
makedepends="bctoolbox-devel"
short_desc="Real-Time Transport Protocol (RFC 3550) library"
maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later"
homepage="https://www.linphone.org/technical-corner/ortp"
distfiles="https://gitlab.linphone.org/BC/public/ortp/-/archive/${version}/ortp-${version}.tar.gz"
checksum=dcd1b7c4876e8ca808c8c827329e90997bda51e8646399d426b529cddd727ee4
checksum=17cb4b03262c10926d65228331b30a1cfe1d28980fdc919fd79dadc4fbee2de1
ortp-devel_package() {
depends="bctoolbox-devel ortp-${version}_${revision}"