# Maintainer: syfy323 (Kevin Olbrich) # Contributor: m1kc (Max Musatov) # Contributor: Xavier Devlamynck # Contributor: Alessio Biancalana # Contributor: Maik Broemme pkgname=asterisk-cert-opus _pkgname=asterisk-certified pkgver=13.8.0 _pkgver=13.8-cert2 pkgrel=9 pkgdesc="Certified Asterisk with patches for Opus support from https://github.com/seanbright/asterisk-opus" arch=('i686' 'x86_64') url="http://www.asterisk.org" license=('GPL') depends=('alsa-lib' 'speex' 'popt' 'libvorbis' 'curl' 'libxml2' 'jansson' 'libxslt' 'pjproject' 'opus' 'libsrtp') makedepends=('sqlite3' 'gsm') optdepends=('lua51' 'postgresql' 'unixodbc' 'libpri' 'libss7' 'openr2' 'iksemel' 'radiusclient-ng' 'dahdi') provides=("asterisk=${pkgver}") conflicts=("asterisk" "asterisk-opus") source=(http://downloads.asterisk.org/pub/telephony/certified-asterisk/asterisk-certified-${_pkgver}.tar.gz \ asterisk.service \ asterisk.logrotated \ asterisk.tmpfile \ 'git+https://github.com/seanbright/asterisk-opus.git') install=${pkgname}.install sha256sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' 'SKIP') backup=('etc/asterisk/acl.conf' 'etc/asterisk/adsi.conf' 'etc/asterisk/agents.conf' 'etc/asterisk/alarmreceiver.conf' 'etc/asterisk/alsa.conf' 'etc/asterisk/amd.conf' 'etc/asterisk/app_mysql.conf' 'etc/asterisk/app_skel.conf' 'etc/asterisk/ari.conf' 'etc/asterisk/asterisk.adsi' 'etc/asterisk/asterisk.conf' 'etc/asterisk/calendar.conf' 'etc/asterisk/ccss.conf' 'etc/asterisk/cdr.conf' 'etc/asterisk/cdr_adaptive_odbc.conf' 'etc/asterisk/cdr_custom.conf' 'etc/asterisk/cdr_manager.conf' 'etc/asterisk/cdr_mysql.conf' 'etc/asterisk/cdr_odbc.conf' 'etc/asterisk/cdr_pgsql.conf' 'etc/asterisk/cdr_sqlite3_custom.conf' 'etc/asterisk/cdr_syslog.conf' 'etc/asterisk/cdr_tds.conf' 'etc/asterisk/cel.conf' 'etc/asterisk/cel_custom.conf' 'etc/asterisk/cel_odbc.conf' 'etc/asterisk/cel_pgsql.conf' 'etc/asterisk/cel_sqlite3_custom.conf' 'etc/asterisk/cel_tds.conf' 'etc/asterisk/chan_dahdi.conf' 'etc/asterisk/chan_mobile.conf' 'etc/asterisk/cli.conf' 'etc/asterisk/cli_aliases.conf' 'etc/asterisk/cli_permissions.conf' 'etc/asterisk/codecs.conf' 'etc/asterisk/confbridge.conf' 'etc/asterisk/config_test.conf' 'etc/asterisk/console.conf' 'etc/asterisk/dbsep.conf' 'etc/asterisk/dnsmgr.conf' 'etc/asterisk/dsp.conf' 'etc/asterisk/dundi.conf' 'etc/asterisk/enum.conf' 'etc/asterisk/extconfig.conf' 'etc/asterisk/extensions.ael' 'etc/asterisk/extensions.conf' 'etc/asterisk/extensions.lua' 'etc/asterisk/extensions_minivm.conf' 'etc/asterisk/features.conf' 'etc/asterisk/festival.conf' 'etc/asterisk/followme.conf' 'etc/asterisk/func_odbc.conf' 'etc/asterisk/hep.conf' 'etc/asterisk/http.conf' 'etc/asterisk/iax.conf' 'etc/asterisk/iaxprov.conf' 'etc/asterisk/indications.conf' 'etc/asterisk/logger.conf' 'etc/asterisk/manager.conf' 'etc/asterisk/meetme.conf' 'etc/asterisk/mgcp.conf' 'etc/asterisk/minivm.conf' 'etc/asterisk/misdn.conf' 'etc/asterisk/modules.conf' 'etc/asterisk/motif.conf' 'etc/asterisk/musiconhold.conf' 'etc/asterisk/muted.conf' 'etc/asterisk/ooh323.conf' 'etc/asterisk/osp.conf' 'etc/asterisk/oss.conf' 'etc/asterisk/phone.conf' 'etc/asterisk/phoneprov.conf' 'etc/asterisk/pjsip.conf' 'etc/asterisk/pjsip_notify.conf' 'etc/asterisk/pjsip_wizard.conf' 'etc/asterisk/queuerules.conf' 'etc/asterisk/queues.conf' 'etc/asterisk/res_config_mysql.conf' 'etc/asterisk/res_config_sqlite.conf' 'etc/asterisk/res_config_sqlite3.conf' 'etc/asterisk/res_corosync.conf' 'etc/asterisk/res_curl.conf' 'etc/asterisk/res_fax.conf' 'etc/asterisk/res_ldap.conf' 'etc/asterisk/res_odbc.conf' 'etc/asterisk/res_parking.conf' 'etc/asterisk/res_pgsql.conf' 'etc/asterisk/res_pktccops.conf' 'etc/asterisk/res_snmp.conf' 'etc/asterisk/res_stun_monitor.conf' 'etc/asterisk/rtp.conf' 'etc/asterisk/say.conf' 'etc/asterisk/sip.conf' 'etc/asterisk/sip_notify.conf' 'etc/asterisk/skinny.conf' 'etc/asterisk/sla.conf' 'etc/asterisk/smdi.conf' 'etc/asterisk/sorcery.conf' 'etc/asterisk/ss7.timers' 'etc/asterisk/stasis.conf' 'etc/asterisk/statsd.conf' 'etc/asterisk/telcordia-1.adsi' 'etc/asterisk/test_sorcery.conf' 'etc/asterisk/udptl.conf' 'etc/asterisk/unistim.conf' 'etc/asterisk/users.conf' 'etc/asterisk/voicemail.conf' 'etc/asterisk/vpb.conf' 'etc/asterisk/xmpp.conf') prepare() { cp -v "${srcdir}/asterisk-opus/formats/"* "${srcdir}/${_pkgname}-${_pkgver}/formats/" cp -v "${srcdir}/asterisk-opus/codecs/"* "${srcdir}/${_pkgname}-${_pkgver}/codecs/" cd "${srcdir}/${_pkgname}-${_pkgver}" patch -p1 < "${srcdir}/asterisk-opus/asterisk.patch" patch -p1 < "${srcdir}/0001-pjproject_bundled-Disable-opus.patch" } build() { cd "${srcdir}/${_pkgname}-${_pkgver}" ./bootstrap.sh ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --sbindir=/usr/bin --with-pjproject-bundled make } package(){ cd "${srcdir}/${_pkgname}-${_pkgver}" make "DESTDIR=${pkgdir}" install make "DESTDIR=${pkgdir}" samples sed -i -e "s/\/var\/run/\/run/" "${pkgdir}/etc/asterisk/asterisk.conf" mkdir -p "${pkgdir}/usr/share/doc/asterisk/examples" for i in "${pkgdir}/etc/asterisk/"*; do install -D -m 644 "${i}" "${pkgdir}/usr/share/doc/asterisk/examples/"; done mv "${pkgdir}/var/run" "${pkgdir}" install -D -m 644 "${srcdir}/asterisk.logrotated" "${pkgdir}/etc/logrotate.d/asterisk" install -D -m 644 "${srcdir}/asterisk.service" "${pkgdir}/usr/lib/systemd/system/asterisk.service" install -D -m 644 "${srcdir}/asterisk.tmpfile" "${pkgdir}/usr/lib/tmpfiles.d/asterisk.conf" }