* update bzrtp to 5.3.5-1

This commit is contained in:
Alexander Baldeck 2024-10-17 22:39:47 +02:00
parent aff14b3bd7
commit 743e88000b
2 changed files with 26 additions and 5 deletions

20
bzrtp/.SRCINFO Normal file
View File

@ -0,0 +1,20 @@
pkgbase = bzrtp
pkgdesc = Open source implementation of ZRTP keys exchange protocol
pkgver = 5.3.5
pkgrel = 1
url = https://gitlab.linphone.org/
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = powerpc
arch = riscv64
license = GPL2
makedepends = bcunit
makedepends = cmake
depends = libxml2
depends = bctoolbox
depends = sqlite
source = https://gitlab.linphone.org/BC/public/bzrtp/-/archive/5.3.5/bzrtp-5.3.5.tar.bz2
sha256sums = 9d45f05dfd6e3f5b95fad216aaa5cc20d4f6c7f4b133fb8c3b825485e437c7f2
pkgname = bzrtp

View File

@ -1,22 +1,23 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Antonio Rojas <arojas@archlinux.org>
# Maintainer: Guillaume Horel <guillaume.horel@gmail.com>
# Contributor: Antonio Rojas <arojas@archlinux.org>
pkgname=bzrtp
pkgver=5.1.67
pkgver=5.3.5
pkgrel=1
pkgdesc='Open source implementation of ZRTP keys exchange protocol'
arch=(x86_64 powerpc64le powerpc riscv64)
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='https://gitlab.linphone.org/'
license=(GPL2)
depends=(libxml2 bctoolbox sqlite)
makedepends=(bcunit cmake)
source=(https://gitlab.linphone.org/BC/public/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
sha256sums=('729ad666bdf5a64c20a063d60d40ebfb55821e785147a16dc5f7978511155b04')
sha256sums=('9d45f05dfd6e3f5b95fad216aaa5cc20d4f6c7f4b133fb8c3b825485e437c7f2')
build() {
cmake -B build -S $pkgname-$pkgver \
-DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_STATIC=OFF
-DBUILD_SHARED_LIBS=ON
cmake --build build
}