mediastreamer: update to 5.3.79.

This commit is contained in:
John 2024-09-05 20:38:08 +02:00 committed by John Zimmermann
parent ada0c99b91
commit a06e83a945
2 changed files with 14 additions and 5 deletions

View File

@ -0,0 +1 @@
mediastreamer

View File

@ -1,26 +1,34 @@
# Template file for 'mediastreamer' # Template file for 'mediastreamer'
pkgname=mediastreamer pkgname=mediastreamer
version=5.3.78 version=5.3.79
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DENABLE_STRICT=0 -DENABLE_UNIT_TESTS=0 -DBUILD_SHARED_LIBS=TRUE" configure_args="-DENABLE_STRICT=0 -DENABLE_UNIT_TESTS=0 -DBUILD_SHARED_LIBS=TRUE
hostmakedepends="python3" -DENABLE_QT_GL=TRUE"
hostmakedepends="python3 qt5-qmake qt5-host-tools"
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 bcg729-devel bcmatroska2-devel libgsm-devel libtheora-devel speex-devel v4l-utils-devel bcg729-devel bcmatroska2-devel libgsm-devel
zxing-cpp-devel" zxing-cpp-devel libaom-devel qt5-devel qt5-declarative-devel"
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="AGPL-3.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=d252b47310cc146eb8d4e00394452bc396a12e616d5448ec058fb80989d9c75f checksum=05fbdb71f4ad309458a20a93172451f0c6c26260107f6f5d60da2481f2711cc4
post_install() { post_install() {
vlicense LICENSE.txt vlicense LICENSE.txt
rm -r "${DESTDIR}/usr/include/OpenGL" rm -r "${DESTDIR}/usr/include/OpenGL"
} }
mediastreamer-plugin-msqogl_package() {
short_desc+=" - QT OpenGL Render Plugin"
pkg_install() {
vmove usr/lib/mediastreamer/plugins/libmsqogl.so
}
}
mediastreamer-devel_package() { mediastreamer-devel_package() {
depends="${sourcepkg}>=${version}_${revision}" depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files" short_desc+=" - development files"