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

Bruno Pagani archange at archlinux.org
Sat Oct 24 06:03:48 UTC 2020


    Date: Saturday, October 24, 2020 @ 06:03:47
  Author: archange
Revision: 730964

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  117 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 58 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-24 06:03:22 UTC (rev 730963)
+++ PKGBUILD	2020-10-24 06:03:47 UTC (rev 730964)
@@ -1,59 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-# Contributor: Baptiste Jonglez <baptiste--aur at jonglez dot org>
-
-pkgname=jami-daemon
-pkgver=20200925
-pkgrel=1
-_pjprojectver=2.10
-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=(opendht yaml-cpp alsa-lib libpulse jack jsoncpp dbus-c++ ffmpeg gnutls
-         expat libupnp libnatpmp libva libvdpau libsecp256k1 util-linux opus
-         openssl asio fmt http-parser libarchive)
-makedepends=(git boost msgpack-c restinio autoconf-archive)
-#checkdepends=(cppunit)
-_commit=b97ab28033a63673e99b2060fb3220a7d6f2ba33
-source=("git+https://git.jami.net/savoirfairelinux/ring-daemon.git#commit=${_commit}"
-        https://github.com/pjsip/pjproject/archive/${_pjprojectver}/pjproject-${_pjprojectver}.tar.gz)
-noextract=("pjproject-${_pjprojectver}.tar.gz")
-sha512sums=('SKIP'
-            'a67f083df175b536b4e6a7b7fe39e07d3ee805d6917ec64a50694542a7455c33a100889191044ab3fa679b6656774a6be045621aa53510b5f04cdde9ddd59893')
-
-prepare() {
-  cd ring-daemon
-  cp ../pjproject-${_pjprojectver}.tar.gz contrib/tarballs
-  mkdir contrib/native
-  autoreconf -fvi
-}
-
-build() {
-  cd ring-daemon/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
-}
-
-# Disabled because some tests (TURN) use the network.
-#check() {
-#  cd ring-daemon
-#  make -k check
-#}
-
-package() {
-  cd ring-daemon
-  make DESTDIR="${pkgdir}" install
-}

Copied: jami-daemon/repos/community-x86_64/PKGBUILD (from rev 730963, jami-daemon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-24 06:03:47 UTC (rev 730964)
@@ -0,0 +1,58 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+# Contributor: Baptiste Jonglez <baptiste--aur at jonglez dot org>
+
+pkgname=jami-daemon
+pkgver=20201023
+pkgrel=1
+_pjprojectver=2.10
+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=(opendht yaml-cpp alsa-lib libpulse jack jsoncpp dbus-c++ ffmpeg gnutls
+         expat libupnp libnatpmp libva libvdpau libsecp256k1 util-linux opus
+         openssl asio fmt http-parser libarchive)
+makedepends=(git msgpack-c restinio autoconf-archive)
+#checkdepends=(cppunit)
+_commit=3b2334fc77b8e58dfafcc7717b5d38a6e0a82845
+source=(git+https://git.jami.net/savoirfairelinux/ring-daemon.git#commit=${_commit}
+        https://github.com/pjsip/pjproject/archive/${_pjprojectver}/pjproject-${_pjprojectver}.tar.gz)
+noextract=(pjproject-${_pjprojectver}.tar.gz)
+sha512sums=(SKIP a67f083df175b536b4e6a7b7fe39e07d3ee805d6917ec64a50694542a7455c33a100889191044ab3fa679b6656774a6be045621aa53510b5f04cdde9ddd59893)
+
+prepare() {
+  cd ring-daemon
+  cp ../pjproject-${_pjprojectver}.tar.gz contrib/tarballs
+  mkdir contrib/native
+  autoreconf -fvi
+}
+
+build() {
+  cd ring-daemon/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
+}
+
+# Disabled because some tests (TURN) use the network.
+#check() {
+#  cd ring-daemon
+#  make -k check
+#}
+
+package() {
+  cd ring-daemon
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list