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

Bruno Pagani archange at archlinux.org
Fri Feb 22 13:46:11 UTC 2019


    Date: Friday, February 22, 2019 @ 13:46:09
  Author: archange
Revision: 435187

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  125 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 62 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-22 13:45:51 UTC (rev 435186)
+++ PKGBUILD	2019-02-22 13:46:09 UTC (rev 435187)
@@ -1,63 +0,0 @@
-# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=ring-daemon
-pkgver=20190103
-pkgrel=1
-epoch=2
-_pjprojectver=2.8
-pkgdesc="Free and universal communication platform which preserves the users’ privacy and freedoms (daemon component)"
-arch=("x86_64")
-url="https://ring.cx"
-license=('GPL3')
-groups=("ring")
-depends=('opendht' 'yaml-cpp' 'alsa-lib' 'libpulse' 'jack' 'jsoncpp'
-         'dbus-c++' 'ffmpeg' 'gnutls'
-         'expat' 'libupnp' 'libnatpmp' 'libva' 'libvdpau' 'restbed'
-         'libsecp256k1' 'util-linux' 'opus')
-makedepends=('git' 'boost' 'msgpack-c' 'autoconf-archive')
-#checkdepends=('cppunit')
-_commit=981c9df98e4610efb2f144ead121d5ec98126876
-#source=("git+https://git.ring.cx/savoirfairelinux/ring-daemon#commit=${_commit}" # Certificate issues
-source=("git+https://gerrit-ring.savoirfairelinux.com/ring-daemon#commit=${_commit}"
-        "https://github.com/pjsip/pjproject/archive/${_pjprojectver}/pjproject-${_pjprojectver}.tar.gz")
-noextract=("pjproject-${_pjprojectver}.tar.gz")
-sha256sums=('SKIP'
-            '1fcdf6e295e3b8d99c9e738d3e980d8e7da34c76bd5e773c8ed9ad26b119d0eb')
-
-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 \
-    --enable-ipv6
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-# Disabled because some tests (TURN) use the network.
-#check() {
-#  cd "${pkgname}"
-#  make -k check
-#}
-
-package() {
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" install
-}

Copied: ring-daemon/repos/community-x86_64/PKGBUILD (from rev 435186, ring-daemon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-02-22 13:46:09 UTC (rev 435187)
@@ -0,0 +1,62 @@
+# Maintainer: Baptiste Jonglez <baptiste--aur at jonglez dot org>
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=ring-daemon
+pkgver=20190213
+pkgrel=1
+epoch=2
+_pjprojectver=2.8
+pkgdesc="Free and universal communication platform which preserves the users’ privacy and freedoms (daemon component)"
+arch=("x86_64")
+url="https://ring.cx"
+license=('GPL3')
+groups=("ring")
+depends=('opendht' 'yaml-cpp' 'alsa-lib' 'libpulse' 'jack' 'jsoncpp'
+         'dbus-c++' 'ffmpeg' 'gnutls'
+         'expat' 'libupnp' 'libnatpmp' 'libva' 'libvdpau' 'restbed'
+         'libsecp256k1' 'util-linux' 'opus')
+makedepends=('git' 'boost' 'msgpack-c' 'autoconf-archive')
+#checkdepends=('cppunit')
+_commit=cc0aaa4e6190e67f8f51b38c307951bb53f52b8e
+source=("git+https://git.ring.cx/savoirfairelinux/ring-daemon.git#commit=${_commit}"
+        "https://github.com/pjsip/pjproject/archive/${_pjprojectver}/pjproject-${_pjprojectver}.tar.gz")
+noextract=("pjproject-${_pjprojectver}.tar.gz")
+sha256sums=('SKIP'
+            '1fcdf6e295e3b8d99c9e738d3e980d8e7da34c76bd5e773c8ed9ad26b119d0eb')
+
+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 \
+    --enable-ipv6
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+# Disabled because some tests (TURN) use the network.
+#check() {
+#  cd "${pkgname}"
+#  make -k check
+#}
+
+package() {
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list