diff options
author | riggs <riggs@FreeBSD.org> | 2015-12-24 23:05:17 +0800 |
---|---|---|
committer | riggs <riggs@FreeBSD.org> | 2015-12-24 23:05:17 +0800 |
commit | 9c8e70ac288b7291cf0b909d7d5231261432aa66 (patch) | |
tree | f6bd117ec26ba5984ac1aa10fb0456105da2b617 /net-im | |
parent | 564fa10048d1e5c17c0ec6224cb5a41d916bb8b0 (diff) | |
download | freebsd-ports-gnome-9c8e70ac288b7291cf0b909d7d5231261432aa66.tar.gz freebsd-ports-gnome-9c8e70ac288b7291cf0b909d7d5231261432aa66.tar.zst freebsd-ports-gnome-9c8e70ac288b7291cf0b909d7d5231261432aa66.zip |
Update to upstream version 1.2.2, add pkg-message for video support
PR: 205499
Submitted by: yuri@rawbw.com (maintainer)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/qTox/Makefile | 7 | ||||
-rw-r--r-- | net-im/qTox/distinfo | 4 | ||||
-rw-r--r-- | net-im/qTox/files/pkg-message.in | 10 |
3 files changed, 17 insertions, 4 deletions
diff --git a/net-im/qTox/Makefile b/net-im/qTox/Makefile index a1ee8f307644..46dc87f13291 100644 --- a/net-im/qTox/Makefile +++ b/net-im/qTox/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qTox -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.2 DISTVERSIONPREFIX= v CATEGORIES= net-im net-p2p @@ -19,11 +19,14 @@ LIB_DEPENDS= libtoxcore.so:${PORTSDIR}/net-im/tox \ libvpx.so:${PORTSDIR}/multimedia/libvpx \ libfilteraudio.so:${PORTSDIR}/audio/libfilteraudio \ libsodium.so:${PORTSDIR}/security/libsodium \ - libqrencode.so:${PORTSDIR}/graphics/libqrencode + libqrencode.so:${PORTSDIR}/graphics/libqrencode \ + libsqlcipher.so:${PORTSDIR}/databases/sqlcipher USE_GITHUB= yes GH_ACCOUNT= tux3 +SUB_FILES= pkg-message + USES= compiler:c++11-lib desktop-file-utils openal:soft qmake gmake USE_GNOME= glib20 gtk20 cairo gdkpixbuf2 USE_XORG= x11 xscrnsaver diff --git a/net-im/qTox/distinfo b/net-im/qTox/distinfo index 2b427af2e24f..4829bc1a34e4 100644 --- a/net-im/qTox/distinfo +++ b/net-im/qTox/distinfo @@ -1,2 +1,2 @@ -SHA256 (tux3-qTox-v1.2.1_GH0.tar.gz) = 039800a2fbd4a5f1fb02e6caaf9b264bae9d19c8411a834b8fcd760df5d0ca00 -SIZE (tux3-qTox-v1.2.1_GH0.tar.gz) = 4639415 +SHA256 (tux3-qTox-v1.2.2_GH0.tar.gz) = 6b8a7d9b964e748b2fe5542c05a60aebbef4ad56b407db63e609afa82665fef3 +SIZE (tux3-qTox-v1.2.2_GH0.tar.gz) = 4645995 diff --git a/net-im/qTox/files/pkg-message.in b/net-im/qTox/files/pkg-message.in new file mode 100644 index 000000000000..2eb416388d72 --- /dev/null +++ b/net-im/qTox/files/pkg-message.in @@ -0,0 +1,10 @@ +====================================================================== +You installed qTox: Qt 5 based Tox client. + +To have video working, you need: +1. Have multimedia/webcamd installed and running. The usual way to + start webcamd is to have these two lines in /etc/rc.conf: + webcamd_enable="YES" + webcamd_flags="-H" +2. Make sure V4L option is "on" in multimedia/ffmpeg. +====================================================================== |