Date: Wednesday, February 16, 2022 @ 20:11:34 Author: archange Revision: 1133508
upgpkg: jami-daemon 20220209-1 Includes FS#73301 Modified: jami-daemon/trunk/PKGBUILD ----------+ PKGBUILD | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-16 20:04:36 UTC (rev 1133507) +++ PKGBUILD 2022-02-16 20:11:34 UTC (rev 1133508) @@ -2,21 +2,21 @@ # Contributor: Baptiste Jonglez <baptiste--aur at jonglez dot org> pkgname=jami-daemon -pkgver=20211104 -pkgrel=4 +pkgver=20220209 +pkgrel=1 pkgdesc="Free and universal communication platform which preserves the users’ privacy and freedoms (daemon component)" arch=(x86_64) url="https://jami.net" license=(GPL3) groups=(jami) -depends=(glibc opendht asio gnutls nettle libgit2 libsecp256k1 ffmpeg speexdsp +depends=(glibc opendht gnutls nettle libgit2 libsecp256k1 ffmpeg speexdsp fmt yaml-cpp jsoncpp zlib dbus-c++ alsa-lib libpulse jack libupnp libnatpmp openssl webrtc-audio-processing systemd-libs libarchive) # portaudio needs a not-yet-upstream patch https://git.jami.net/savoirfairelinux/jami-daemon/-/issues/650 -makedepends=(git cmake perl msgpack-c msgpack-cxx restinio systemd autoconf-archive) # meson +makedepends=(git cmake perl asio msgpack-c msgpack-cxx restinio systemd autoconf-archive) # meson checkdepends=(cppunit) -_commit=c28f0af5bce653864c494a4e8c1ad9f74d934945 +_commit=7634487e9f568ae727f2d4cffbb735d23fa0324c _pjprojectver=e1f389d0b905011e0cb62cbdf7a8b37fc1bcde1a source=(git+https://git.jami.net/savoirfairelinux/${pkgname}.git#commit=${_commit} https://github.com/savoirfairelinux/pjproject/archive/${_pjprojectver}/pjproject-${_pjprojectver}.tar.gz) @@ -23,6 +23,11 @@ noextract=(pjproject-${_pjprojectver}.tar.gz) sha512sums=(SKIP a1ed0519ddf8dc91f47042497530cbcb1c8736506d0c2b677751a3368c0a202952ff563946664705dbf5806bed8ade784885db62f8278a204f516a4e60917b1e) +pkgver() { + cd ${pkgname} + TZ=UTC git show -s --pretty=%cd --date=format-local:%Y%m%d HEAD +} + prepare() { cd ${pkgname} cp ../pjproject-${_pjprojectver}.tar.gz contrib/tarballs @@ -50,7 +55,7 @@ # https://git.jami.net/savoirfairelinux/jami-daemon/-/issues/651 #cd "${srcdir}" - #export PATH="$PATH:${PWD}/${pgname}/contrib/$(cc -dumpmachine)/bin" + #export PATH="$PATH:${PWD}/${pkgname}/contrib/$(cc -dumpmachine)/bin" #arch-meson ${pkgname} build -D interfaces=library,dbus -D opensl=disabled -D portaudio=disabled -D tests=false \ # -D pkg_config_path="${PWD}/${pkgname}/contrib/$(cc -dumpmachine)/lib/pkgconfig" #meson compile -C build