mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
toxcore: update to 0.2.6.
This commit is contained in:
parent
ab1453387f
commit
441d97cfdc
1 changed files with 3 additions and 4 deletions
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'toxcore'
|
# Template file for 'toxcore'
|
||||||
pkgname=toxcore
|
pkgname=toxcore
|
||||||
version=0.2.5
|
version=0.2.6
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="c-toxcore-${version}"
|
wrksrc="c-toxcore-${version}"
|
||||||
configure_args="-DMUST_BUILD_TOXAV=ON -DBUILD_TOXAV=ON -DDHT_BOOTSTARP=OFF
|
configure_args="-DMUST_BUILD_TOXAV=ON -DBUILD_TOXAV=ON -DBUILD_AV_TEST=OFF"
|
||||||
-DBOOTSTRAP=DAEMON=ON -DBUILD_AV_TEST=OFF"
|
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libconfig-devel libsodium-devel libvpx-devel opus-devel"
|
makedepends="libconfig-devel libsodium-devel libvpx-devel opus-devel"
|
||||||
|
@ -14,7 +13,7 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://tox.chat"
|
homepage="https://tox.chat"
|
||||||
changelog="https://raw.githubusercontent.com/TokTok/c-toxcore/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/TokTok/c-toxcore/master/CHANGELOG.md"
|
||||||
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=9ad8a3b3dac80e0a46087fd1f7895819f22494e6b687d68e4a779eeff21ad2d8
|
checksum=f4caeadede44c8ea00710d075c3f11d0255e89c0140278b701de1323a78b6311
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsconf other/bootstrap_daemon/tox-bootstrapd.conf
|
vsconf other/bootstrap_daemon/tox-bootstrapd.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue