bctoolbox: update to 5.0.55.
This commit is contained in:
parent
86ccdae8ee
commit
0f7d49e398
2 changed files with 4 additions and 23 deletions
|
@ -1,19 +0,0 @@
|
|||
diff --git CMakeLists.txt CMakeLists.txt
|
||||
index 6828b3f..b41262f 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -106,14 +106,9 @@ if(POLARSSL_FOUND)
|
||||
endif()
|
||||
|
||||
if(ENABLE_TESTS_COMPONENT)
|
||||
- find_package(BcUnit CONFIG REQUIRED)
|
||||
- cmake_push_check_state(RESET)
|
||||
- list(APPEND CMAKE_REQUIRED_INCLUDES ${BCUNIT_INCLUDE_DIRS})
|
||||
- list(APPEND CMAKE_REQUIRED_LIBRARIES ${BCUNIT_LIBRARIES})
|
||||
check_symbol_exists("CU_get_suite" "BCUnit/BCUnit.h" HAVE_CU_GET_SUITE)
|
||||
check_symbol_exists("CU_curses_run_tests" "BCUnit/BCUnit.h" HAVE_CU_CURSES)
|
||||
check_symbol_exists("CU_set_trace_handler" "BCUnit/Util.h" HAVE_CU_SET_TRACE_HANDLER)
|
||||
- cmake_pop_check_state()
|
||||
set(TESTER_REQUIRES_PRIVATE "bcunit")
|
||||
endif()
|
||||
|
|
@ -1,17 +1,17 @@
|
|||
# Template file for 'bctoolbox'
|
||||
pkgname=bctoolbox
|
||||
version=4.4.17
|
||||
version=5.0.55
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DENABLE_TESTS=ON -DENABLE_TESTS_COMPONENT=OFF
|
||||
configure_args="-DENABLE_TESTS=ON -DENABLE_TESTS_COMPONENT=FALSE
|
||||
-DCMAKE_MODULE_PATH=/usr/lib/cmake"
|
||||
makedepends="bcunit-devel mbedtls-devel"
|
||||
short_desc="Library to create and run audio and video streams"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://gitlab.linphone.org/BC/public/bctoolbox"
|
||||
distfiles="https://gitlab.linphone.org/BC/public/bctoolbox/-/archive/${version}/bctoolbox-${version}.tar.gz"
|
||||
checksum=1364d5f42b5514546b9c6654c227804ff92cf9cf13fdc7cb6ca666e3bb5a7987
|
||||
checksum=64409771baf978f826eb052c0349fd9350b5aef8fd4135c988627dc6489ace81
|
||||
|
||||
bctoolbox-devel_package() {
|
||||
depends="bctoolbox-${version}_${revision}"
|
||||
|
|
Loading…
Reference in a new issue