svn commit: r404371 - in head/net-im/qTox: . files

Thomas Zander riggs at FreeBSD.org
Thu Dec 24 15:05:19 UTC 2015


Author: riggs
Date: Thu Dec 24 15:05:17 2015
New Revision: 404371
URL: https://svnweb.freebsd.org/changeset/ports/404371

Log:
  Update to upstream version 1.2.2, add pkg-message for video support
  
  PR:		205499
  Submitted by:	yuri at rawbw.com (maintainer)

Added:
  head/net-im/qTox/files/pkg-message.in   (contents, props changed)
Modified:
  head/net-im/qTox/Makefile
  head/net-im/qTox/distinfo

Modified: head/net-im/qTox/Makefile
==============================================================================
--- head/net-im/qTox/Makefile	Thu Dec 24 14:57:58 2015	(r404370)
+++ head/net-im/qTox/Makefile	Thu Dec 24 15:05:17 2015	(r404371)
@@ -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}/n
 		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

Modified: head/net-im/qTox/distinfo
==============================================================================
--- head/net-im/qTox/distinfo	Thu Dec 24 14:57:58 2015	(r404370)
+++ head/net-im/qTox/distinfo	Thu Dec 24 15:05:17 2015	(r404371)
@@ -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

Added: head/net-im/qTox/files/pkg-message.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/qTox/files/pkg-message.in	Thu Dec 24 15:05:17 2015	(r404371)
@@ -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.
+======================================================================


More information about the svn-ports-head mailing list