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
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 1.17.6
|
||||
PORTREVISION= 7
|
||||
DISTVERSION= 1.18.1
|
||||
CATEGORIES= net-im net-p2p
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Qt 5 based Tox client
|
||||
WWW= https://qtox.github.io/
|
||||
COMMENT= Qt based Tox client
|
||||
WWW= https://qtox.github.io/ \
|
||||
https://github.com/TokTok/qTox
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
|
@ -25,10 +25,12 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \
|
|||
libtoxext.so:net-im/toxext \
|
||||
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_QT= core gui network xml opengl sql sql-sqlite3:run widgets svg \
|
||||
concurrent:build buildtools:build linguisttools:build qmake:build testlib:build
|
||||
GH_ACCOUNT= TokTok
|
||||
|
||||
CMAKE_ARGS= -DGIT_DESCRIBE:STRING=${DISTVERSIONPREFIX}${DISTVERSION}${DISTVERSIONSUFFIX}
|
||||
CMAKE_OFF= USE_CCACHE
|
||||
|
|
@ -46,7 +48,7 @@ PLATFORM_EXTENSIONS_USES= xorg
|
|||
PLATFORM_EXTENSIONS_USE= XORG=x11,xscrnsaver
|
||||
|
||||
SPELL_CHECK_DESC= Spell checking support
|
||||
SPELL_CHECK_USES= kde:5
|
||||
SPELL_CHECK_USES= kde:6
|
||||
SPELL_CHECK_USE= KDE=sonnet
|
||||
SPELL_CHECK_CMAKE_BOOL= SPELL_CHECK
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1646771982
|
||||
SHA256 (qTox-qTox-v1.17.6_GH0.tar.gz) = cd0781241b4ea536da90ce8c72ad9f2aa9bbdf9fbae5d38ee645e30d790fa7f2
|
||||
SIZE (qTox-qTox-v1.17.6_GH0.tar.gz) = 4823784
|
||||
TIMESTAMP = 1736128301
|
||||
SHA256 (TokTok-qTox-v1.18.1_GH0.tar.gz) = 80c73bf899ea0172aaab862225cda668064ec781cfa33cb199c3c3b33cbb2d9e
|
||||
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.
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[
|
||||
{ type: install
|
||||
message: <<EOM
|
||||
You installed qTox: Qt 5 based Tox client.
|
||||
You installed qTox: Qt based Tox client.
|
||||
|
||||
To have video working, you need:
|
||||
1. Have multimedia/webcamd installed and running. The usual way to
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue