[arch-commits] Commit in jami-daemon/repos/community-x86_64 (PKGBUILD PKGBUILD)

2021-12-20 Thread David Runge via arch-commits
Date: Monday, December 20, 2021 @ 22:57:54
  Author: dvzrv
Revision: 1081055

archrelease: copy trunk to community-x86_64

Added:
  jami-daemon/repos/community-x86_64/PKGBUILD
(from rev 1081054, jami-daemon/trunk/PKGBUILD)
Deleted:
  jami-daemon/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  140 ++---
 1 file changed, 70 insertions(+), 70 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-12-20 22:57:46 UTC (rev 1081054)
+++ PKGBUILD2021-12-20 22:57:54 UTC (rev 1081055)
@@ -1,70 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Baptiste Jonglez 
-
-pkgname=jami-daemon
-pkgver=20211104
-pkgrel=2
-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
- 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
-checkdepends=(cppunit)
-_commit=c28f0af5bce653864c494a4e8c1ad9f74d934945
-_pjprojectver=e1f389d0b905011e0cb62cbdf7a8b37fc1bcde1a
-source=(git+https://git.jami.net/savoirfairelinux/${pkgname}.git#commit=${_commit}
-
https://github.com/savoirfairelinux/pjproject/archive/${_pjprojectver}/pjproject-${_pjprojectver}.tar.gz)
-noextract=(pjproject-${_pjprojectver}.tar.gz)
-sha512sums=(SKIP 
a1ed0519ddf8dc91f47042497530cbcb1c8736506d0c2b677751a3368c0a202952ff563946664705dbf5806bed8ade784885db62f8278a204f516a4e60917b1e)
-
-prepare() {
-  cd ${pkgname}
-  cp ../pjproject-${_pjprojectver}.tar.gz contrib/tarballs
-  mkdir contrib/native
-  autoreconf -fvi
-}
-
-build() {
-  cd ${pkgname}/contrib/native
-  ../bootstrap \
-  --disable-downloads \
-  --disable-all \
-  --enable-pjproject
-  make DEPS_pjproject=
-
-  cd ../..
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---sysconfdir=/etc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-
-# https://git.jami.net/savoirfairelinux/jami-daemon/-/issues/651
-  #cd "${srcdir}"
-  #export PATH="$PATH:${PWD}/${pgname}/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
-}
-
-#check() {
-# https://git.jami.net/savoirfairelinux/jami-daemon/-/issues/651
-#  cd ${pkgname}
-#  make -k check
-# https://git.jami.net/savoirfairelinux/jami-daemon/-/issues/649
-#  meson test -C build --print-errorlogs
-#}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" install
-  #meson install -C build --destdir "${pkgdir}"
-}

Copied: jami-daemon/repos/community-x86_64/PKGBUILD (from rev 1081054, 
jami-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-12-20 22:57:54 UTC (rev 1081055)
@@ -0,0 +1,70 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Baptiste Jonglez 
+
+pkgname=jami-daemon
+pkgver=20211104
+pkgrel=3
+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
+ 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
+checkdepends=(cppunit)
+_commit=c28f0af5bce653864c494a4e8c1ad9f74d934945
+_pjprojectver=e1f389d0b905011e0cb62cbdf7a8b37fc1bcde1a
+source=(git+https://git.jami.net/savoirfairelinux/${pkgname}.git#commit=${_commit}
+
https://github.com/savoirfairelinux/pjproject/archive/${_pjprojectver}/pjproject-${_pjprojectver}.tar.gz)
+noextract=(pjproject-${_pjprojectver}.tar.gz)
+sha512sums=(SKIP 
a1ed0519ddf8dc91f47042497530cbcb1c8736506d0c2b677751a3368c0a202952ff563946664705dbf5806bed8ade784885db62f8278a204f516a4e60917b1e)
+
+prepare() {
+  cd ${pkgname}
+  cp ../pjproject-${_pjprojectver}.tar.gz contrib/tarballs
+  mkdir contrib/native
+  autoreconf -fvi
+}
+
+build() {
+  cd ${pkgname}/contrib/native
+  ../bootstrap \
+  --disable-downloads \
+  

[arch-commits] Commit in jami-daemon/repos/community-x86_64 (PKGBUILD PKGBUILD)

2021-11-03 Thread Bruno Pagani via arch-commits
Date: Wednesday, November 3, 2021 @ 21:46:59
  Author: archange
Revision: 1035704

archrelease: copy trunk to community-x86_64

Added:
  jami-daemon/repos/community-x86_64/PKGBUILD
(from rev 1035703, jami-daemon/trunk/PKGBUILD)
Deleted:
  jami-daemon/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  145 +++--
 1 file changed, 76 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-03 21:46:35 UTC (rev 1035703)
+++ PKGBUILD2021-11-03 21:46:59 UTC (rev 1035704)
@@ -1,69 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Baptiste Jonglez 
-
-pkgname=jami-daemon
-pkgver=20211004
-pkgrel=3
-_pjprojectver=2.11
-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 libgit2 libsecp256k1 ffmpeg speexdsp fmt
- yaml-cpp jsoncpp zlib dbus-c++ alsa-lib libpulse jack
- libupnp libnatpmp openssl webrtc-audio-processing systemd-libs
- libarchive) # expat opus http-parser #portaudio
-makedepends=(git meson cmake perl msgpack-c msgpack-cxx restinio 
autoconf-archive)
-checkdepends=(cppunit)
-_commit=042ad25ca2174df18ca18bcaf39286259fe275be
-source=(git+https://git.jami.net/savoirfairelinux/${pkgname}.git#commit=${_commit}
-
https://github.com/pjsip/pjproject/archive/${_pjprojectver}/pjproject-${_pjprojectver}.tar.gz)
-noextract=(pjproject-${_pjprojectver}.tar.gz)
-sha512sums=(SKIP 
021fe3f904b15e149cf647fe2ebdf530b5a8f11ba226396b6df1c8b85c406a532e6d9c310617434b520de787ec0cc4b07d9d54507d51b80627a5c23e884516c2)
-
-prepare() {
-  cd ${pkgname}
-  cp ../pjproject-${_pjprojectver}.tar.gz contrib/tarballs
-  mkdir contrib/native
-  autoreconf -fvi
-}
-
-build() {
-  cd ${pkgname}/contrib/native
-  ../bootstrap \
-  --disable-downloads \
-  --disable-all \
-  --enable-pjproject
-  make DEPS_pjproject=
-
-  cd ../..
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---sysconfdir=/etc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-
-# https://git.jami.net/savoirfairelinux/jami-daemon/-/issues/651
-  #cd "${srcdir}"
-  #export PATH="$PATH:${PWD}/${pgname}/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
-}
-
-#check() {
-# https://git.jami.net/savoirfairelinux/jami-daemon/-/issues/651
-#  cd ${pkgname}
-#  make -k check
-# https://git.jami.net/savoirfairelinux/jami-daemon/-/issues/649
-#  meson test -C build --print-errorlogs
-#}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" install
-  #meson install -C build --destdir "${pkgdir}"
-}

Copied: jami-daemon/repos/community-x86_64/PKGBUILD (from rev 1035703, 
jami-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-03 21:46:59 UTC (rev 1035704)
@@ -0,0 +1,76 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Baptiste Jonglez 
+
+pkgname=jami-daemon
+pkgver=20211004
+pkgrel=4
+_pjprojectver=2.11
+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 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
+checkdepends=(cppunit)
+_commit=042ad25ca2174df18ca18bcaf39286259fe275be
+source=(git+https://git.jami.net/savoirfairelinux/${pkgname}.git#commit=${_commit}
+
https://github.com/pjsip/pjproject/archive/${_pjprojectver}/pjproject-${_pjprojectver}.tar.gz)
+#
jami-daemon-meson-651-part1.patch::https://git.jami.net/savoirfairelinux/jami-daemon/-/commit/17f31b59416e2b04b7694aa0fee594ae8189be5f.patch
+#
jami-daemon-meson-651-part2.patch::https://git.jami.net/savoirfairelinux/jami-daemon/-/commit/95617cc2eca13030c6bfec2f67addb4e1d544bea.patch)
+noextract=(pjproject-${_pjprojectver}.tar.gz)
+sha512sums=(SKIP 
021fe3f904b15e149cf647fe2ebdf530b5a8f11ba226396b6df1c8b85c406a532e6d9c310617434b520de787ec0cc4b07d9d54507d51b80627a5c23e884516c2)
+#

[arch-commits] Commit in jami-daemon/repos/community-x86_64 (PKGBUILD PKGBUILD)

2021-10-24 Thread Evangelos Foutras via arch-commits
Date: Monday, October 25, 2021 @ 02:54:12
  Author: foutrelis
Revision: 1033311

archrelease: copy trunk to community-x86_64

Added:
  jami-daemon/repos/community-x86_64/PKGBUILD
(from rev 1033310, jami-daemon/trunk/PKGBUILD)
Deleted:
  jami-daemon/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  138 ++---
 1 file changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-10-25 02:54:08 UTC (rev 1033310)
+++ PKGBUILD2021-10-25 02:54:12 UTC (rev 1033311)
@@ -1,69 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Baptiste Jonglez 
-
-pkgname=jami-daemon
-pkgver=20211004
-pkgrel=2
-_pjprojectver=2.11
-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 libgit2 libsecp256k1 ffmpeg speexdsp fmt
- yaml-cpp jsoncpp zlib dbus-c++ alsa-lib libpulse jack
- libupnp libnatpmp openssl webrtc-audio-processing systemd-libs
- libarchive) # expat opus http-parser #portaudio
-makedepends=(git meson cmake perl msgpack-c msgpack-cxx restinio 
autoconf-archive)
-checkdepends=(cppunit)
-_commit=042ad25ca2174df18ca18bcaf39286259fe275be
-source=(git+https://git.jami.net/savoirfairelinux/${pkgname}.git#commit=${_commit}
-
https://github.com/pjsip/pjproject/archive/${_pjprojectver}/pjproject-${_pjprojectver}.tar.gz)
-noextract=(pjproject-${_pjprojectver}.tar.gz)
-sha512sums=(SKIP 
021fe3f904b15e149cf647fe2ebdf530b5a8f11ba226396b6df1c8b85c406a532e6d9c310617434b520de787ec0cc4b07d9d54507d51b80627a5c23e884516c2)
-
-prepare() {
-  cd ${pkgname}
-  cp ../pjproject-${_pjprojectver}.tar.gz contrib/tarballs
-  mkdir contrib/native
-  autoreconf -fvi
-}
-
-build() {
-  cd ${pkgname}/contrib/native
-  ../bootstrap \
-  --disable-downloads \
-  --disable-all \
-  --enable-pjproject
-  make DEPS_pjproject=
-
-  cd ../..
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---sysconfdir=/etc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-
-# https://git.jami.net/savoirfairelinux/jami-daemon/-/issues/651
-  #cd "${srcdir}"
-  #export PATH="$PATH:${PWD}/${pgname}/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
-}
-
-#check() {
-# https://git.jami.net/savoirfairelinux/jami-daemon/-/issues/651
-#  cd ${pkgname}
-#  make -k check
-# https://git.jami.net/savoirfairelinux/jami-daemon/-/issues/649
-#  meson test -C build --print-errorlogs
-#}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" install
-  #meson install -C build --destdir "${pkgdir}"
-}

Copied: jami-daemon/repos/community-x86_64/PKGBUILD (from rev 1033310, 
jami-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-10-25 02:54:12 UTC (rev 1033311)
@@ -0,0 +1,69 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Baptiste Jonglez 
+
+pkgname=jami-daemon
+pkgver=20211004
+pkgrel=3
+_pjprojectver=2.11
+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 libgit2 libsecp256k1 ffmpeg speexdsp fmt
+ yaml-cpp jsoncpp zlib dbus-c++ alsa-lib libpulse jack
+ libupnp libnatpmp openssl webrtc-audio-processing systemd-libs
+ libarchive) # expat opus http-parser #portaudio
+makedepends=(git meson cmake perl msgpack-c msgpack-cxx restinio 
autoconf-archive)
+checkdepends=(cppunit)
+_commit=042ad25ca2174df18ca18bcaf39286259fe275be
+source=(git+https://git.jami.net/savoirfairelinux/${pkgname}.git#commit=${_commit}
+
https://github.com/pjsip/pjproject/archive/${_pjprojectver}/pjproject-${_pjprojectver}.tar.gz)
+noextract=(pjproject-${_pjprojectver}.tar.gz)
+sha512sums=(SKIP 
021fe3f904b15e149cf647fe2ebdf530b5a8f11ba226396b6df1c8b85c406a532e6d9c310617434b520de787ec0cc4b07d9d54507d51b80627a5c23e884516c2)
+
+prepare() {
+  cd ${pkgname}
+  cp ../pjproject-${_pjprojectver}.tar.gz contrib/tarballs
+  mkdir contrib/native
+  autoreconf -fvi
+}
+
+build() {
+  cd ${pkgname}/contrib/native
+  ../bootstrap \
+  --disable-downloads \
+  --disable-all \
+  --enable-pjproject
+  make DEPS_pjproject=
+
+  cd ../..
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+--sysconfdir=/etc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+
+#