ortp: update to 4.4.0.

This commit is contained in:
John 2020-07-10 13:29:37 +02:00
parent cfb459e3e1
commit 4bd058b10f
2 changed files with 7 additions and 13 deletions

View file

@ -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 bpipe-fd.so bacula-fd-9.0.4_1
libnftables.so.1 libnftables-0.9.1_1 libnftables.so.1 libnftables-0.9.1_1
libbctoolbox.so.1 bctoolbox-0.6.0_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 libsuperlu.so.5 superlu-5.2.1_1
libgosu.so.0 gosu-0.12.0_1 libgosu.so.0 gosu-0.12.0_1
libyara.so.4 libyara-4.0.0_1 libyara.so.4 libyara-4.0.0_1

View file

@ -1,22 +1,16 @@
# Template file for 'ortp' # Template file for 'ortp'
pkgname=ortp pkgname=ortp
version=1.0.2 version=4.4.0
revision=4 revision=1
build_style=cmake build_style=cmake
configure_args="-DENABLE_STATIC=OFF" configure_args="-DENABLE_STATIC=OFF"
makedepends="bctoolbox-devel" makedepends="bctoolbox-devel"
short_desc="Real-Time Transport Protocol (RFC 3550) library" short_desc="Real-Time Transport Protocol (RFC 3550) library"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="John <me@johnnynator.dev>"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"
homepage="https://www.linphone.org/technical-corner/ortp" homepage="https://www.linphone.org/technical-corner/ortp"
distfiles="https://github.com/BelledonneCommunications/ortp/archive/${version}.tar.gz" distfiles="https://gitlab.linphone.org/BC/public/ortp/-/archive/${version}/ortp-${version}.tar.gz"
checksum=f8069cbb0c9679545e52d4080e07b4c2bea049f2571100332c90539490240d76 checksum=684c6b5cfb7770b9764dbb360d355f15e583bf4e064e237095c7dbc29d4e49ee
CFLAGS="-Wno-stringop-truncation"
pre_configure() {
vsed -i CMakeLists.txt -e "s;BcToolbox;bctoolbox;g"
}
ortp-devel_package() { ortp-devel_package() {
depends="bctoolbox-devel ortp-${version}_${revision}" depends="bctoolbox-devel ortp-${version}_${revision}"
@ -24,7 +18,7 @@ ortp-devel_package() {
pkg_install() { pkg_install() {
vmove usr/include vmove usr/include
vmove usr/lib/pkgconfig vmove usr/lib/pkgconfig
vmove usr/share/oRTP/cmake vmove usr/lib/cmake
vmove "usr/lib/*.so" vmove "usr/lib/*.so"
} }
} }