mediastreamer: update to 5.2.6.

This commit is contained in:
John 2023-01-06 19:11:29 +01:00 committed by John Zimmermann
parent e005f86df9
commit 69ba96202e
1 changed files with 9 additions and 4 deletions

View File

@ -1,19 +1,24 @@
# Template file for 'mediastreamer' # Template file for 'mediastreamer'
pkgname=mediastreamer pkgname=mediastreamer
version=5.1.20 version=5.2.6
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DENABLE_STRICT=0 -DENABLE_UNIT_TESTS=0" configure_args="-DENABLE_STRICT=0 -DENABLE_UNIT_TESTS=0"
hostmakedepends="python3" hostmakedepends="python3"
makedepends="bzrtp-devel ffmpeg-devel glew-devel libXv-devel libsrtp-devel makedepends="bzrtp-devel ffmpeg-devel glew-devel libXv-devel libsrtp-devel
libupnp-devel libvpx-devel mbedtls-devel opus-devel ortp-devel pulseaudio-devel libupnp-devel libvpx-devel mbedtls-devel opus-devel ortp-devel pulseaudio-devel
libtheora-devel speex-devel v4l-utils-devel" libtheora-devel speex-devel v4l-utils-devel bcg729-devel bcmatroska2-devel libgsm-devel"
# zxing-cpp-devel (1.2.0 probably not compatible, check again after updaing xzing)
short_desc="Powerful and lightweight streaming engine for voice/video telephony" short_desc="Powerful and lightweight streaming engine for voice/video telephony"
maintainer="John <me@johnnynator.dev>" maintainer="John <me@johnnynator.dev>"
license="GPL-2.0-or-later" license="AGPL-3.0-or-later"
homepage="https://www.linphone.org/technical-corner/mediastreamer2" homepage="https://www.linphone.org/technical-corner/mediastreamer2"
distfiles="https://gitlab.linphone.org/BC/public/mediastreamer2/-/archive/${version}/mediastreamer2-${version}.tar.gz" distfiles="https://gitlab.linphone.org/BC/public/mediastreamer2/-/archive/${version}/mediastreamer2-${version}.tar.gz"
checksum=f3f86284d48610c58cc5c104a56f392039495f3aded64b180c904877f42ecdb0 checksum=a83cf50a367c81c7c1085f3c28ccc1420a0e31e698cf28fdcdaf1d52fd673643
post_install() {
vlicense LICENSE.txt
}
mediastreamer-devel_package() { mediastreamer-devel_package() {
depends="${sourcepkg}>=${version}_${revision}" depends="${sourcepkg}>=${version}_${revision}"