toxcore: update to 0.2.2.

Closes #13580.

Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
maxice8 2018-04-18 05:30:39 -03:00 committed by Enno Boland
parent 4e8c22fa20
commit 09b1f1b99d
1 changed files with 10 additions and 7 deletions

View File

@ -1,21 +1,24 @@
# Template file for 'toxcore' # Template file for 'toxcore'
pkgname=toxcore pkgname=toxcore
version=0.2.1 version=0.2.2
revision=2 revision=1
configure_args="-DMUST_BUILD_TOXAV=ON -DBUILD_TOXAV=ON -DDHT_BOOTSTARP=ON wrksrc="c-toxcore-${version}"
configure_args="-DMUST_BUILD_TOXAV=ON -DBUILD_TOXAV=ON -DDHT_BOOTSTARP=OFF
-DBOOTSTRAP=DAEMON=ON -DBUILD_AV_TEST=OFF" -DBOOTSTRAP=DAEMON=ON -DBUILD_AV_TEST=OFF"
build_style=cmake build_style=cmake
wrksrc="c-toxcore-${version}"
hostmakedepends="pkg-config" hostmakedepends="pkg-config"
makedepends="libsodium-devel opus-devel libvpx-devel" makedepends="libconfig-devel libsodium-devel libvpx-devel opus-devel"
short_desc="Encrypted peer-to-peer instant messenger protocol library" short_desc="Encrypted peer-to-peer instant messenger protocol library"
maintainer="Spencer Hill <spencernh77@gmail.com>" maintainer="Spencer Hill <spencernh77@gmail.com>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://tox.chat" homepage="https://tox.chat"
distfiles="https://github.com/TokTok/c-toxcore/archive/v${version}.tar.gz" distfiles="https://github.com/TokTok/c-toxcore/archive/v${version}.tar.gz"
checksum=1496164954941b175493fba02bf3115118c0d29feb46cd1ff458a1a11eab1597 checksum=a3b25d8bd92b9526b47ba1f60a2893d2154a80bb7ae690f44b5a2dea41c76ea1
post_install() {
vsconf other/bootstrap_daemon/tox-bootstrapd.conf
}
# Development package
toxcore-devel_package() { toxcore-devel_package() {
short_desc+=" - development files" short_desc+=" - development files"
depends="${sourcepkg}>=${version}_${revision}" depends="${sourcepkg}>=${version}_${revision}"