[arch-commits] Commit in yate/repos/community-x86_64 (4 files)
Sergej Pupykin
spupykin at gemini.archlinux.org
Fri Aug 13 12:53:53 UTC 2021
Date: Friday, August 13, 2021 @ 12:53:52
Author: spupykin
Revision: 997981
archrelease: copy trunk to community-x86_64
Added:
yate/repos/community-x86_64/PKGBUILD
(from rev 997980, yate/trunk/PKGBUILD)
yate/repos/community-x86_64/yate.service
(from rev 997980, yate/trunk/yate.service)
Deleted:
yate/repos/community-x86_64/PKGBUILD
yate/repos/community-x86_64/yate.service
--------------+
PKGBUILD | 214 ++++++++++++++++++++++++++++-----------------------------
yate.service | 28 +++----
2 files changed, 121 insertions(+), 121 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-08-13 12:53:43 UTC (rev 997980)
+++ PKGBUILD 2021-08-13 12:53:52 UTC (rev 997981)
@@ -1,107 +0,0 @@
-# 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.3.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' 'mariadb-libs' 'alsa-lib' 'openssl' 'sqlite')
-options=(!makeflags)
-source=("http://yate.null.ro/tarballs/yate6/yate-${pkgver}-1.tar.gz"
- "yate.service")
-sha256sums=('cbd3afc417da7b26b4d7f57146c815a667db2bf1ff4d1ea9dae986954cbcd62f'
- '73eab39a0ba884a4c36ca7c8f1faea4000301a0e795544b74cba78d90de5e302')
-
-build() {
- cd "$srcdir/${pkgname}"
- ./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 997980, yate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-08-13 12:53:52 UTC (rev 997981)
@@ -0,0 +1,107 @@
+# 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.4.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' 'mariadb-libs' 'alsa-lib' 'openssl' 'sqlite')
+options=(!makeflags)
+source=("http://yate.null.ro/tarballs/yate6/yate-${pkgver}-1.tar.gz"
+ "yate.service")
+sha256sums=('8c23dc6bffbf8d478db3a85964b5019771c8f6c9acf5220f3465516a748a03b0'
+ '73eab39a0ba884a4c36ca7c8f1faea4000301a0e795544b74cba78d90de5e302')
+
+build() {
+ cd "$srcdir/${pkgname}"
+ ./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 2021-08-13 12:53:43 UTC (rev 997980)
+++ yate.service 2021-08-13 12:53:52 UTC (rev 997981)
@@ -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 997980, yate/trunk/yate.service)
===================================================================
--- yate.service (rev 0)
+++ yate.service 2021-08-13 12:53:52 UTC (rev 997981)
@@ -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