View | Details | Raw Unified | Return to bug 195157
Collapse All | Expand All

(-)net-im/qTox/Makefile (-6 / +9 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	qTox
4
PORTNAME=	qTox
5
PORTVERSION=	0.141028
5
PORTVERSION=	0.141118
6
CATEGORIES=	net-im
6
CATEGORIES=	net-im
7
7
8
MAINTAINER=	yuri@rawbw.com
8
MAINTAINER=	yuri@rawbw.com
Lines 11-27 Link Here
11
LICENSE=	GPLv3
11
LICENSE=	GPLv3
12
12
13
BUILD_DEPENDS=	${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox
13
BUILD_DEPENDS=	${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox
14
LIB_DEPENDS=	libopencv_highgui.so:${PORTSDIR}/graphics/opencv
14
LIB_DEPENDS=	libopencv_highgui.so:${PORTSDIR}/graphics/opencv \
15
		libopencv_core.so:${PORTSDIR}/graphics/opencv-core \
16
		libvpx.so:${PORTSDIR}/multimedia/libvpx \
17
		libsodium.so:${PORTSDIR}/security/libsodium
15
RUN_DEPENDS=	${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox
18
RUN_DEPENDS=	${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox
16
19
17
USE_GITHUB=	yes
20
USE_GITHUB=	yes
18
GH_ACCOUNT=	tux3
21
GH_ACCOUNT=	tux3
19
GH_COMMIT=	8ff3d1d
22
GH_COMMIT=	7c499c2
20
GH_TAGNAME=	${GH_COMMIT}
23
GH_TAGNAME=	${GH_COMMIT}
24
USE_QT5=	core gui network xml opengl sql widgets concurrent \
25
		buildtools_build linguisttools
26
USES=		compiler:c++11-lib desktop-file-utils openal:soft qmake gmake
21
27
22
USE_QT5=	core gui network xml opengl sql widgets buildtools_build
23
USES=		compiler:c++11-lib desktop-file-utils openal:soft qmake
24
25
PLIST_FILES=	bin/qtox \
28
PLIST_FILES=	bin/qtox \
26
		share/applications/qTox.desktop \
29
		share/applications/qTox.desktop \
27
		share/pixmaps/qtox.png
30
		share/pixmaps/qtox.png
(-)net-im/qTox/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (qTox-0.141028.tar.gz) = 812d7321c8e34edde49043aab029213670e77db801abc69551f977a47bf3169b
1
SHA256 (qTox-0.141118.tar.gz) = ec7d4f3dde2d64369a489a0426a0cf21449e79e773426616fff970aa114cb81f
2
SIZE (qTox-0.141028.tar.gz) = 2668590
2
SIZE (qTox-0.141118.tar.gz) = 2901912
(-)net-im/qTox/files/patch-qtox.pro (-6 / +6 lines)
Lines 1-9 Link Here
1
--- qtox.pro.orig	2014-10-28 21:27:51.000000000 +0100
1
--- qtox.pro
2
+++ qtox.pro	2014-10-29 19:21:51.000000000 +0100
2
+++ qtox.pro
3
@@ -213,3 +213,15 @@
3
@@ -223,3 +223,15 @@
4
     src/video/netvideosource.cpp \
4
     src/misc/serialize.cpp \
5
     src/widget/form/tabcompleter.cpp \
5
     src/widget/form/settings/advancedform.cpp \
6
     src/video/videoframe.cpp
6
     src/audio.cpp
7
+
7
+
8
+unix {
8
+unix {
9
+    target.path  = $$PREFIX/bin
9
+    target.path  = $$PREFIX/bin

Return to bug 195157