[arch-commits] Commit in yate/repos/community-x86_64 (4 files)

Sergej Pupykin spupykin at archlinux.org
Wed Jul 25 11:27:08 UTC 2018


    Date: Wednesday, July 25, 2018 @ 11:27:08
  Author: spupykin
Revision: 363377

archrelease: copy trunk to community-x86_64

Added:
  yate/repos/community-x86_64/PKGBUILD
    (from rev 363376, yate/trunk/PKGBUILD)
  yate/repos/community-x86_64/yate.service
    (from rev 363376, yate/trunk/yate.service)
Deleted:
  yate/repos/community-x86_64/PKGBUILD
  yate/repos/community-x86_64/yate.service

--------------+
 PKGBUILD     |  224 ++++++++++++++++++++++++++++-----------------------------
 yate.service |   28 +++----
 2 files changed, 126 insertions(+), 126 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-25 11:26:54 UTC (rev 363376)
+++ PKGBUILD	2018-07-25 11:27:08 UTC (rev 363377)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Maintainer: Yuval Adam <yuval at y3xz dot com> PGP-Key: 271386AA2EB7672F
-# Contributor: Yejun Yang <yejunx AT gmail DOT com>
-# Contributor: Biru Ionut <ionut at archlinux.ro>
-
-pkgname=yate
-pkgver=6.0.0
-pkgrel=1
-pkgdesc="Next-generation telephony engine"
-arch=('i686' 'x86_64')
-url="http://www.yate.ro/"
-license=('GPL')
-backup=('etc/yate/accfile.conf'
-	'etc/yate/amrnbcodec.conf'
-	'etc/yate/analog.conf'
-	'etc/yate/cache.conf'
-	'etc/yate/callcounters.conf'
-	'etc/yate/callfork.conf'
-	'etc/yate/camel_map.conf'
-	'etc/yate/ccongestion.conf'
-	'etc/yate/cdrbuild.conf'
-	'etc/yate/cdrfile.conf'
-	'etc/yate/ciscosm.conf'
-	'etc/yate/clustering.conf'
-	'etc/yate/cpuload.conf'
-	'etc/yate/dbpbx.conf'
-	'etc/yate/dsoundchan.conf'
-	'etc/yate/dummyradio.conf'
-	'etc/yate/enumroute.conf'
-	'etc/yate/eventlogs.conf'
-	'etc/yate/extmodule.conf'
-	'etc/yate/fileinfo.conf'
-	'etc/yate/filetransfer.conf'
-	'etc/yate/gvoice.conf'
-	'etc/yate/h323chan.conf'
-	'etc/yate/heartbeat.conf'
-	'etc/yate/isupmangler.conf'
-	'etc/yate/jabberclient.conf'
-	'etc/yate/jabberserver.conf'
-	'etc/yate/javascript.conf'
-	'etc/yate/jbfeatures.conf'
-	'etc/yate/lateroute.conf'
-	'etc/yate/lksctp.conf'
-	'etc/yate/mgcpca.conf'
-	'etc/yate/mgcpgw.conf'
-	'etc/yate/moh.conf'
-	'etc/yate/monitoring.conf'
-	'etc/yate/mux.conf'
-	'etc/yate/mysqldb.conf'
-	'etc/yate/openssl.conf'
-	'etc/yate/pbxassist.conf'
-	'etc/yate/pgsqldb.conf'
-	'etc/yate/presence.conf'
-	'etc/yate/providers.conf'
-	'etc/yate/queues.conf'
-	'etc/yate/queuesnotify.conf'
-	'etc/yate/radiotest.conf'
-	'etc/yate/regexroute.conf'
-	'etc/yate/regfile.conf'
-	'etc/yate/register.conf'
-	'etc/yate/rmanager.conf'
-	'etc/yate/sigtransport.conf'
-	'etc/yate/sip_cnam_lnp.conf'
-	'etc/yate/sipfeatures.conf'
-	'etc/yate/sqlitedb.conf'
-	'etc/yate/ss7_lnp_ansi.conf'
-	'etc/yate/subscription.conf'
-	'etc/yate/tdmcard.conf'
-	'etc/yate/tonegen.conf'
-	'etc/yate/users.conf'
-	'etc/yate/wpcard.conf'
-	'etc/yate/yate.conf'
-	'etc/yate/yate-qt4.conf'
-	'etc/yate/ybladerf.conf'
-	'etc/yate/yiaxchan.conf'
-	'etc/yate/yjinglechan.conf'
-	'etc/yate/yradius.conf'
-	'etc/yate/yrtpchan.conf'
-	'etc/yate/ysigchan.conf'
-	'etc/yate/ysipchan.conf'
-	'etc/yate/ysnmpagent.conf'
-	'etc/yate/ysockschan.conf'
-	'etc/yate/ystunchan.conf'
-	'etc/yate/zapcard.conf'
-	'etc/yate/zlibcompress.conf')
-depends=('speex' 'gsm' 'postgresql-libs' 'libmariadbclient' 'alsa-lib' 'openssl-1.0' 'sqlite')
-makedepends=('qt4')
-optdepends=('qt4')
-options=(!makeflags)
-source=("http://yate.null.ro/tarballs/yate6/yate-${pkgver}-1.tar.gz"
-	"yate.service")
-sha256sums=('0ab76015651db8076031277b2003c23bd5d9eb940491801f30a6dc3c226c1817'
-            '73eab39a0ba884a4c36ca7c8f1faea4000301a0e795544b74cba78d90de5e302')
-
-build() {
-  cd $srcdir/${pkgname}
-  export LDFLAGS="${LDFLAGS//-Wl,--as-needed}"
-  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
-  ./configure --prefix=/usr \
-              --sysconfdir=/etc \
-              --with-libpq \
-              --with-mysql \
-              --without-openh323
-  make
-}
-
-package(){
-  cd $srcdir/${pkgname}
-  make DESTDIR=$pkgdir install
-  install -Dm0644 "$srcdir"/yate.service "$pkgdir"/usr/lib/systemd/system/yate.service
-}

Copied: yate/repos/community-x86_64/PKGBUILD (from rev 363376, yate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-25 11:27:08 UTC (rev 363377)
@@ -0,0 +1,112 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: Yuval Adam <yuval at y3xz dot com> PGP-Key: 271386AA2EB7672F
+# Contributor: Yejun Yang <yejunx AT gmail DOT com>
+# Contributor: Biru Ionut <ionut at archlinux.ro>
+
+pkgname=yate
+pkgver=6.1.0
+pkgrel=1
+pkgdesc="Next-generation telephony engine"
+arch=('x86_64')
+url="http://www.yate.ro/"
+license=('GPL')
+backup=('etc/yate/accfile.conf'
+	'etc/yate/amrnbcodec.conf'
+	'etc/yate/analog.conf'
+	'etc/yate/cache.conf'
+	'etc/yate/callcounters.conf'
+	'etc/yate/callfork.conf'
+	'etc/yate/camel_map.conf'
+	'etc/yate/ccongestion.conf'
+	'etc/yate/cdrbuild.conf'
+	'etc/yate/cdrfile.conf'
+	'etc/yate/ciscosm.conf'
+	'etc/yate/clustering.conf'
+	'etc/yate/cpuload.conf'
+	'etc/yate/dbpbx.conf'
+	'etc/yate/dsoundchan.conf'
+	'etc/yate/dummyradio.conf'
+	'etc/yate/enumroute.conf'
+	'etc/yate/eventlogs.conf'
+	'etc/yate/extmodule.conf'
+	'etc/yate/fileinfo.conf'
+	'etc/yate/filetransfer.conf'
+	'etc/yate/gvoice.conf'
+	'etc/yate/h323chan.conf'
+	'etc/yate/heartbeat.conf'
+	'etc/yate/isupmangler.conf'
+	'etc/yate/jabberclient.conf'
+	'etc/yate/jabberserver.conf'
+	'etc/yate/javascript.conf'
+	'etc/yate/jbfeatures.conf'
+	'etc/yate/lateroute.conf'
+	'etc/yate/lksctp.conf'
+	'etc/yate/mgcpca.conf'
+	'etc/yate/mgcpgw.conf'
+	'etc/yate/moh.conf'
+	'etc/yate/monitoring.conf'
+	'etc/yate/mux.conf'
+	'etc/yate/mysqldb.conf'
+	'etc/yate/openssl.conf'
+	'etc/yate/pbxassist.conf'
+	'etc/yate/pgsqldb.conf'
+	'etc/yate/presence.conf'
+	'etc/yate/providers.conf'
+	'etc/yate/queues.conf'
+	'etc/yate/queuesnotify.conf'
+	'etc/yate/radiotest.conf'
+	'etc/yate/regexroute.conf'
+	'etc/yate/regfile.conf'
+	'etc/yate/register.conf'
+	'etc/yate/rmanager.conf'
+	'etc/yate/sigtransport.conf'
+	'etc/yate/sip_cnam_lnp.conf'
+	'etc/yate/sipfeatures.conf'
+	'etc/yate/sqlitedb.conf'
+	'etc/yate/ss7_lnp_ansi.conf'
+	'etc/yate/subscription.conf'
+	'etc/yate/tdmcard.conf'
+	'etc/yate/tonegen.conf'
+	'etc/yate/users.conf'
+	'etc/yate/wpcard.conf'
+	'etc/yate/yate.conf'
+	'etc/yate/yate-qt4.conf'
+	'etc/yate/ybladerf.conf'
+	'etc/yate/yiaxchan.conf'
+	'etc/yate/yjinglechan.conf'
+	'etc/yate/yradius.conf'
+	'etc/yate/yrtpchan.conf'
+	'etc/yate/ysigchan.conf'
+	'etc/yate/ysipchan.conf'
+	'etc/yate/ysnmpagent.conf'
+	'etc/yate/ysockschan.conf'
+	'etc/yate/ystunchan.conf'
+	'etc/yate/zapcard.conf'
+	'etc/yate/zlibcompress.conf')
+depends=('speex' 'gsm' 'postgresql-libs' 'libmariadbclient' 'alsa-lib' 'openssl-1.0' 'sqlite')
+makedepends=('qt4')
+optdepends=('qt4')
+options=(!makeflags)
+source=("http://yate.null.ro/tarballs/yate6/yate-${pkgver}-1.tar.gz"
+	"yate.service")
+sha256sums=('ed88519c8e2f63eec0d699bc6ed8831854af9b32b654b3d7e7c2697b528aa377'
+            '73eab39a0ba884a4c36ca7c8f1faea4000301a0e795544b74cba78d90de5e302')
+
+build() {
+  cd $srcdir/${pkgname}
+  export LDFLAGS="${LDFLAGS//-Wl,--as-needed}"
+  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
+  ./configure --prefix=/usr \
+              --sysconfdir=/etc \
+              --with-libpq \
+              --with-mysql \
+              --without-openh323
+  make
+}
+
+package(){
+  cd $srcdir/${pkgname}
+  make DESTDIR=$pkgdir install
+  install -Dm0644 "$srcdir"/yate.service "$pkgdir"/usr/lib/systemd/system/yate.service
+}

Deleted: yate.service
===================================================================
--- yate.service	2018-07-25 11:26:54 UTC (rev 363376)
+++ yate.service	2018-07-25 11:27:08 UTC (rev 363377)
@@ -1,14 +0,0 @@
-[Unit]
-Description=Next-generation telephony engine
-
-[Service]
-Type=simple
-User=nobody
-ExecStart=/usr/bin/yate
-StandardOutput=syslog
-Restart=always
-RestartSec=60
-RuntimeDirectory=yate
-
-[Install]
-WantedBy=multi-user.target

Copied: yate/repos/community-x86_64/yate.service (from rev 363376, yate/trunk/yate.service)
===================================================================
--- yate.service	                        (rev 0)
+++ yate.service	2018-07-25 11:27:08 UTC (rev 363377)
@@ -0,0 +1,14 @@
+[Unit]
+Description=Next-generation telephony engine
+
+[Service]
+Type=simple
+User=nobody
+ExecStart=/usr/bin/yate
+StandardOutput=syslog
+Restart=always
+RestartSec=60
+RuntimeDirectory=yate
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list