pjproject: update to 2.13

This commit is contained in:
dkwo 2023-01-26 13:51:22 -05:00 committed by Michal Vasilek
parent 6862d30175
commit 22b8674e8c
1 changed files with 7 additions and 7 deletions

View File

@ -2,9 +2,8 @@
# no-third-party.patch comes from Alpine, # no-third-party.patch comes from Alpine,
# and this template is heavily based on Alpine's APKBUILD. # and this template is heavily based on Alpine's APKBUILD.
pkgname=pjproject pkgname=pjproject
version=2.8 version=2.13
revision=5 revision=1
disable_parallel_build=yes
build_style=gnu-configure build_style=gnu-configure
configure_args="--enable-shared \ configure_args="--enable-shared \
--enable-libsamplerate \ --enable-libsamplerate \
@ -17,13 +16,14 @@ configure_args="--enable-shared \
# webrtc-audio-processing, but it doesn't have what I need. Using the # webrtc-audio-processing, but it doesn't have what I need. Using the
# bundled versions would also pollute build with libyuv and libwebrtc (yuck). # bundled versions would also pollute build with libyuv and libwebrtc (yuck).
makedepends="openssl-devel alsa-lib-devel libgsm-devel speex-devel speexdsp-devel makedepends="openssl-devel alsa-lib-devel libgsm-devel speex-devel speexdsp-devel
libsrtp-devel libsamplerate-devel" libsrtp-devel libsamplerate-devel"
short_desc="Open source SIP and media stack" short_desc="Open source SIP and media stack"
maintainer="Christopher Brannon <chris@the-brannons.com>" maintainer="Christopher Brannon <chris@the-brannons.com>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="http://www.pjsip.org/pjsua.htm" homepage="https://www.pjsip.org/"
distfiles="http://www.pjsip.org/release/${version}/${pkgname}-${version}.tar.bz2" distfiles="https://github.com/pjsip/pjproject/archive/refs/tags/${version}.tar.gz"
checksum=503d0bd7f9f13dc1492ac9b71b761b1089851fbb608b9a13996edc3c42006f79 checksum=4178bb9f586299111463fc16ea04e461adca4a73e646f8ddef61ea53dafa92d9
disable_parallel_build=yes
pre_configure() { pre_configure() {
export LD="${CC}" export LD="${CC}"