bctoolbox: update to 4.3.1
This commit is contained in:
parent
01019fbdbf
commit
97efe83328
1 changed files with 5 additions and 7 deletions
|
@ -1,18 +1,16 @@
|
|||
# Template file for 'bctoolbox'
|
||||
pkgname=bctoolbox
|
||||
version=0.6.0
|
||||
revision=3
|
||||
version=4.3.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DENABLE_TESTS_COMPONENT=OFF"
|
||||
makedepends="mbedtls-devel"
|
||||
configure_args="-DENABLE_TESTS=OFF -DENABLE_TESTS_COMPONENT=OFF"
|
||||
makedepends="bcunit-devel mbedtls-devel"
|
||||
short_desc="Library to create and run audio and video streams"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://github.com/BelledonneCommunications/bctoolbox"
|
||||
distfiles="https://github.com/BelledonneCommunications/bctoolbox/archive/${version}.tar.gz"
|
||||
checksum=299dedcf8f1edea79964314504f0d24e97cdf24a289896fc09bc69c38eb9f9be
|
||||
|
||||
CFLAGS="-Wno-stringop-truncation"
|
||||
checksum=d8501e3793c10abbf913759d7a0e5f6eb3140af6bacf5e2bdcd532049bde69c0
|
||||
|
||||
bctoolbox-devel_package() {
|
||||
depends="bctoolbox-${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue