svn commit: r373016 - in head/net-im/qTox: . files
Thierry Thomas
thierry at FreeBSD.org
Fri Nov 21 21:53:04 UTC 2014
Author: thierry
Date: Fri Nov 21 21:53:03 2014
New Revision: 373016
URL: https://svnweb.freebsd.org/changeset/ports/373016
QAT: https://qat.redports.org/buildarchive/r373016/
Log:
Upgrading to 0.141118.
Note: ATM qTox won't work if Tox has been built with the NACL option!
PR: ports/195157
Submitted by: yuri (at) rawbw.com (maintainer)
Modified:
head/net-im/qTox/Makefile
head/net-im/qTox/distinfo
head/net-im/qTox/files/patch-qtox.pro
Modified: head/net-im/qTox/Makefile
==============================================================================
--- head/net-im/qTox/Makefile Fri Nov 21 21:49:38 2014 (r373015)
+++ head/net-im/qTox/Makefile Fri Nov 21 21:53:03 2014 (r373016)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= qTox
-PORTVERSION= 0.141028
+PORTVERSION= 0.141118
CATEGORIES= net-im
MAINTAINER= yuri at rawbw.com
@@ -11,16 +11,19 @@ COMMENT= Qt 5 based Tox client
LICENSE= GPLv3
BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox
-LIB_DEPENDS= libopencv_highgui.so:${PORTSDIR}/graphics/opencv
+LIB_DEPENDS= libopencv_highgui.so:${PORTSDIR}/graphics/opencv \
+ libopencv_core.so:${PORTSDIR}/graphics/opencv-core \
+ libvpx.so:${PORTSDIR}/multimedia/libvpx \
+ libsodium.so:${PORTSDIR}/security/libsodium
RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox
USE_GITHUB= yes
GH_ACCOUNT= tux3
-GH_COMMIT= 8ff3d1d
+GH_COMMIT= 7c499c2
GH_TAGNAME= ${GH_COMMIT}
-
-USE_QT5= core gui network xml opengl sql widgets buildtools_build
-USES= compiler:c++11-lib desktop-file-utils openal:soft qmake
+USE_QT5= core gui network xml opengl sql widgets concurrent \
+ buildtools_build linguisttools
+USES= compiler:c++11-lib desktop-file-utils openal:soft qmake gmake
PLIST_FILES= bin/qtox \
share/applications/qTox.desktop \
Modified: head/net-im/qTox/distinfo
==============================================================================
--- head/net-im/qTox/distinfo Fri Nov 21 21:49:38 2014 (r373015)
+++ head/net-im/qTox/distinfo Fri Nov 21 21:53:03 2014 (r373016)
@@ -1,2 +1,2 @@
-SHA256 (qTox-0.141028.tar.gz) = 812d7321c8e34edde49043aab029213670e77db801abc69551f977a47bf3169b
-SIZE (qTox-0.141028.tar.gz) = 2668590
+SHA256 (qTox-0.141118.tar.gz) = ec7d4f3dde2d64369a489a0426a0cf21449e79e773426616fff970aa114cb81f
+SIZE (qTox-0.141118.tar.gz) = 2901912
Modified: head/net-im/qTox/files/patch-qtox.pro
==============================================================================
--- head/net-im/qTox/files/patch-qtox.pro Fri Nov 21 21:49:38 2014 (r373015)
+++ head/net-im/qTox/files/patch-qtox.pro Fri Nov 21 21:53:03 2014 (r373016)
@@ -1,9 +1,9 @@
---- qtox.pro.orig 2014-10-28 21:27:51.000000000 +0100
-+++ qtox.pro 2014-10-29 19:21:51.000000000 +0100
-@@ -213,3 +213,15 @@
- src/video/netvideosource.cpp \
- src/widget/form/tabcompleter.cpp \
- src/video/videoframe.cpp
+--- qtox.pro
++++ qtox.pro
+@@ -223,3 +223,15 @@
+ src/misc/serialize.cpp \
+ src/widget/form/settings/advancedform.cpp \
+ src/audio.cpp
+
+unix {
+ target.path = $$PREFIX/bin
More information about the svn-ports-head
mailing list