From 4bd058b10fe8f3e2473329c0c56969e82dbeca58 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 10 Jul 2020 13:29:37 +0200 Subject: [PATCH] ortp: update to 4.4.0. --- common/shlibs | 2 +- srcpkgs/ortp/template | 18 ++++++------------ 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/common/shlibs b/common/shlibs index f87930a0a89..6f3411be675 100644 --- a/common/shlibs +++ b/common/shlibs @@ -3082,7 +3082,7 @@ libbaccats-mysql-9.4.2.so bacula-common-mariadb-9.4.2_1 bpipe-fd.so bacula-fd-9.0.4_1 libnftables.so.1 libnftables-0.9.1_1 libbctoolbox.so.1 bctoolbox-0.6.0_1 -libortp.so.13 ortp-1.0.2_1 +libortp.so.15 ortp-4.4.0_1 libsuperlu.so.5 superlu-5.2.1_1 libgosu.so.0 gosu-0.12.0_1 libyara.so.4 libyara-4.0.0_1 diff --git a/srcpkgs/ortp/template b/srcpkgs/ortp/template index 3c059c697fc..d8495b7ec18 100644 --- a/srcpkgs/ortp/template +++ b/srcpkgs/ortp/template @@ -1,22 +1,16 @@ # Template file for 'ortp' pkgname=ortp -version=1.0.2 -revision=4 +version=4.4.0 +revision=1 build_style=cmake configure_args="-DENABLE_STATIC=OFF" makedepends="bctoolbox-devel" short_desc="Real-Time Transport Protocol (RFC 3550) library" -maintainer="Orphaned " +maintainer="John " license="LGPL-2.1-or-later" homepage="https://www.linphone.org/technical-corner/ortp" -distfiles="https://github.com/BelledonneCommunications/ortp/archive/${version}.tar.gz" -checksum=f8069cbb0c9679545e52d4080e07b4c2bea049f2571100332c90539490240d76 - -CFLAGS="-Wno-stringop-truncation" - -pre_configure() { - vsed -i CMakeLists.txt -e "s;BcToolbox;bctoolbox;g" -} +distfiles="https://gitlab.linphone.org/BC/public/ortp/-/archive/${version}/ortp-${version}.tar.gz" +checksum=684c6b5cfb7770b9764dbb360d355f15e583bf4e064e237095c7dbc29d4e49ee ortp-devel_package() { depends="bctoolbox-devel ortp-${version}_${revision}" @@ -24,7 +18,7 @@ ortp-devel_package() { pkg_install() { vmove usr/include vmove usr/lib/pkgconfig - vmove usr/share/oRTP/cmake + vmove usr/lib/cmake vmove "usr/lib/*.so" } }