ortp: update to 5.3.74.

This commit is contained in:
John 2024-07-01 23:05:05 +02:00 committed by John Zimmermann
parent 179968310c
commit e250ee55d4
2 changed files with 14 additions and 3 deletions

View File

@ -0,0 +1,11 @@
--- a/CMakeLists.txt 2024-04-15 11:12:11.000000000 +0200
+++ - 2024-07-03 16:57:17.677150325 +0200
@@ -212,7 +212,7 @@
endif()
include(CMakePackageConfigHelpers)
-set(CMAKE_MODULES_INSTALL_DIR "${CMAKE_INSTALL_DATADIR}/${PROJECT_NAME}/cmake")
+set(CMAKE_MODULES_INSTALL_DIR "${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME}/")
configure_package_config_file("cmake/${PROJECT_NAME}Config.cmake.in" "${PROJECT_BINARY_DIR}/${PROJECT_NAME}Config.cmake"
INSTALL_DESTINATION "${CMAKE_MODULES_INSTALL_DIR}"
NO_SET_AND_CHECK_MACRO

View File

@ -1,16 +1,16 @@
# Template file for 'ortp'
pkgname=ortp
version=5.2.111
version=5.3.74
revision=1
build_style=cmake
configure_args="-DENABLE_STATIC=OFF -DENABLE_UNIT_TESTS=OFF"
configure_args="-DBUILD_SHARED_LIBS=TRUE -DENABLE_UNIT_TESTS=OFF"
makedepends="bctoolbox-devel"
short_desc="Real-Time Transport Protocol (RFC 3550) library"
maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later"
homepage="https://www.linphone.org/technical-corner/ortp"
distfiles="https://gitlab.linphone.org/BC/public/ortp/-/archive/${version}/ortp-${version}.tar.gz"
checksum=61c96d341b01cd0d79ac1248c23a65403f8b26664f0b7b1389f2456e097a89ff
checksum=33b6b5274479d52e93c7d8ae5122cb9e9f69a44b6f383177df01bca7b2e25a69
ortp-devel_package() {
depends="bctoolbox-devel ortp-${version}_${revision}"