bctoolbox: update to 4.3.1

This commit is contained in:
Jürgen Buchmüller 2020-03-04 23:24:55 +01:00
parent 01019fbdbf
commit 97efe83328

View file

@ -1,18 +1,16 @@
# Template file for 'bctoolbox' # Template file for 'bctoolbox'
pkgname=bctoolbox pkgname=bctoolbox
version=0.6.0 version=4.3.1
revision=3 revision=1
build_style=cmake build_style=cmake
configure_args="-DENABLE_TESTS_COMPONENT=OFF" configure_args="-DENABLE_TESTS=OFF -DENABLE_TESTS_COMPONENT=OFF"
makedepends="mbedtls-devel" makedepends="bcunit-devel mbedtls-devel"
short_desc="Library to create and run audio and video streams" short_desc="Library to create and run audio and video streams"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only" license="GPL-2.0-only"
homepage="https://github.com/BelledonneCommunications/bctoolbox" homepage="https://github.com/BelledonneCommunications/bctoolbox"
distfiles="https://github.com/BelledonneCommunications/bctoolbox/archive/${version}.tar.gz" distfiles="https://github.com/BelledonneCommunications/bctoolbox/archive/${version}.tar.gz"
checksum=299dedcf8f1edea79964314504f0d24e97cdf24a289896fc09bc69c38eb9f9be checksum=d8501e3793c10abbf913759d7a0e5f6eb3140af6bacf5e2bdcd532049bde69c0
CFLAGS="-Wno-stringop-truncation"
bctoolbox-devel_package() { bctoolbox-devel_package() {
depends="bctoolbox-${version}_${revision}" depends="bctoolbox-${version}_${revision}"