forked from Lainports/freebsd-ports
net-im/qTox: update 1.17.6 → 1.18.1
PR: 283838 Submitted by: Eric Camachat <eric@camachat.org> (initial version)
This commit is contained in:
parent
0d879dd94d
commit
0c0d3d44e8
4 changed files with 15 additions and 13 deletions
|
|
@ -1,12 +1,12 @@
|
||||||
PORTNAME= qTox
|
PORTNAME= qTox
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 1.17.6
|
DISTVERSION= 1.18.1
|
||||||
PORTREVISION= 7
|
|
||||||
CATEGORIES= net-im net-p2p
|
CATEGORIES= net-im net-p2p
|
||||||
|
|
||||||
MAINTAINER= yuri@FreeBSD.org
|
MAINTAINER= yuri@FreeBSD.org
|
||||||
COMMENT= Qt 5 based Tox client
|
COMMENT= Qt based Tox client
|
||||||
WWW= https://qtox.github.io/
|
WWW= https://qtox.github.io/ \
|
||||||
|
https://github.com/TokTok/qTox
|
||||||
|
|
||||||
LICENSE= GPLv3
|
LICENSE= GPLv3
|
||||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
|
|
@ -25,10 +25,12 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
|
||||||
libtoxext.so:net-im/toxext \
|
libtoxext.so:net-im/toxext \
|
||||||
libvpx.so:multimedia/libvpx
|
libvpx.so:multimedia/libvpx
|
||||||
|
|
||||||
USES= cmake compiler:c++11-lib desktop-file-utils gettext openal:soft pkgconfig qt:5
|
USES= cmake compiler:c++11-lib desktop-file-utils gettext gl openal:soft pkgconfig qt:6
|
||||||
|
USE_GL= opengl
|
||||||
|
USE_QT= base sqldriver-sqlite:run svg
|
||||||
|
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
USE_QT= core gui network xml opengl sql sql-sqlite3:run widgets svg \
|
GH_ACCOUNT= TokTok
|
||||||
concurrent:build buildtools:build linguisttools:build qmake:build testlib:build
|
|
||||||
|
|
||||||
CMAKE_ARGS= -DGIT_DESCRIBE:STRING=${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
|
CMAKE_ARGS= -DGIT_DESCRIBE:STRING=${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
|
||||||
CMAKE_OFF= USE_CCACHE
|
CMAKE_OFF= USE_CCACHE
|
||||||
|
|
@ -46,7 +48,7 @@ PLATFORM_EXTENSIONS_USES= xorg
|
||||||
PLATFORM_EXTENSIONS_USE= XORG=x11,xscrnsaver
|
PLATFORM_EXTENSIONS_USE= XORG=x11,xscrnsaver
|
||||||
|
|
||||||
SPELL_CHECK_DESC= Spell checking support
|
SPELL_CHECK_DESC= Spell checking support
|
||||||
SPELL_CHECK_USES= kde:5
|
SPELL_CHECK_USES= kde:6
|
||||||
SPELL_CHECK_USE= KDE=sonnet
|
SPELL_CHECK_USE= KDE=sonnet
|
||||||
SPELL_CHECK_CMAKE_BOOL= SPELL_CHECK
|
SPELL_CHECK_CMAKE_BOOL= SPELL_CHECK
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1646771982
|
TIMESTAMP = 1736128301
|
||||||
SHA256 (qTox-qTox-v1.17.6_GH0.tar.gz) = cd0781241b4ea536da90ce8c72ad9f2aa9bbdf9fbae5d38ee645e30d790fa7f2
|
SHA256 (TokTok-qTox-v1.18.1_GH0.tar.gz) = 80c73bf899ea0172aaab862225cda668064ec781cfa33cb199c3c3b33cbb2d9e
|
||||||
SIZE (qTox-qTox-v1.17.6_GH0.tar.gz) = 4823784
|
SIZE (TokTok-qTox-v1.18.1_GH0.tar.gz) = 5304686
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,2 @@
|
||||||
Powerful Tox chat client written using Qt 5 that follows the Tox
|
Powerful Tox chat client written using Qt that follows the Tox
|
||||||
design guidelines.
|
design guidelines.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
[
|
[
|
||||||
{ type: install
|
{ type: install
|
||||||
message: <<EOM
|
message: <<EOM
|
||||||
You installed qTox: Qt 5 based Tox client.
|
You installed qTox: Qt based Tox client.
|
||||||
|
|
||||||
To have video working, you need:
|
To have video working, you need:
|
||||||
1. Have multimedia/webcamd installed and running. The usual way to
|
1. Have multimedia/webcamd installed and running. The usual way to
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue