From 0f7d49e398b23aafcec285eb86bc7f174680330b Mon Sep 17 00:00:00 2001 From: John Date: Mon, 6 Dec 2021 17:08:47 +0100 Subject: [PATCH] bctoolbox: update to 5.0.55. --- .../bctoolbox/patches/cmake-bcunit-fix.patch | 19 ------------------- srcpkgs/bctoolbox/template | 8 ++++---- 2 files changed, 4 insertions(+), 23 deletions(-) delete mode 100644 srcpkgs/bctoolbox/patches/cmake-bcunit-fix.patch diff --git a/srcpkgs/bctoolbox/patches/cmake-bcunit-fix.patch b/srcpkgs/bctoolbox/patches/cmake-bcunit-fix.patch deleted file mode 100644 index ef883d5690..0000000000 --- a/srcpkgs/bctoolbox/patches/cmake-bcunit-fix.patch +++ /dev/null @@ -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() - diff --git a/srcpkgs/bctoolbox/template b/srcpkgs/bctoolbox/template index 4de00e55e2..128235dc7d 100644 --- a/srcpkgs/bctoolbox/template +++ b/srcpkgs/bctoolbox/template @@ -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 " +maintainer="John " 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}"