FreeBSD Bugzilla – Attachment 148434 Details for
Bug 194010
[NEW PORT] net-im/qTox -- Tox client in C++ using Qt5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Updated patch
patch-qTox.patch (text/plain), 1.61 KB, created by
Yuri Victorovich
on 2014-10-18 17:58:54 UTC
(
hide
)
Description:
Updated patch
Filename:
MIME Type:
Creator:
Yuri Victorovich
Created:
2014-10-18 17:58:54 UTC
Size:
1.61 KB
patch
obsolete
>--- net-im/qTox/Makefile >+++ net-im/qTox/Makefile >@@ -0,0 +1,25 @@ >+# Created by: Yuri Victorovich <yuri@rawbw.com> >+# $FreeBSD: head/net-im/qtox/Makefile $ >+ >+PORTNAME= qTox >+PORTVERSION= 0.141018 >+CATEGORIES= net-im >+ >+MAINTAINER= yuri@rawbw.com >+COMMENT= Tox client written in C++ using Qt5 >+ >+LICENSE= GPLv3 >+ >+LIB_DEPENDS= libopencv_highgui.so:${PORTSDIR}/graphics/opencv \ >+ libtoxcore.so:${PORTSDIR}/net-im/tox >+ >+USE_GITHUB= yes >+GH_ACCOUNT= tux3 >+GH_TAGNAME= ${GH_COMMIT} >+GH_COMMIT= bf35c5e >+ >+USE_QT5= core gui network xml widgets buildtools_build qmake_build >+USES= qmake >+PLIST_FILES= bin/qtox >+ >+.include <bsd.port.mk> >--- net-im/qTox/distinfo >+++ net-im/qTox/distinfo >@@ -0,0 +1,2 @@ >+SHA256 (qTox-0.141018.tar.gz) = a05fd310551f3c3f09f23d463990d7727cf345f0f148f1ae359a17f1a0fa204d >+SIZE (qTox-0.141018.tar.gz) = 2588328 >--- net-im/qTox/files/patch-emoticonswidget.cpp >+++ net-im/qTox/files/patch-emoticonswidget.cpp >@@ -0,0 +1,11 @@ >+--- src/widget/emoticonswidget.cpp >++++ src/widget/emoticonswidget.cpp >+@@ -25,6 +25,8 @@ >+ #include <QGridLayout> >+ #include <QMouseEvent> >+ >++#include <math.h> >++ >+ EmoticonsWidget::EmoticonsWidget(QWidget *parent) : >+ QMenu(parent) >+ { >--- net-im/qTox/files/patch-qtox.pro >+++ net-im/qTox/files/patch-qtox.pro >@@ -0,0 +1,9 @@ >+--- qtox.pro >++++ qtox.pro >+@@ -186,3 +186,6 @@ >+ src/cameraworker.cpp \ >+ src/widget/videosurface.cpp \ >+ src/netvideosource.cpp >++ >++target.path = $$PREFIX/bin >++INSTALLS = target >--- net-im/qTox/pkg-descr >+++ net-im/qTox/pkg-descr >@@ -0,0 +1,3 @@ >+qTox is a graphical user interface for Tox written using Qt5. >+ >+WWW: https://wiki.tox.im/QTox
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 194010
:
147792
|
147793
|
147794
| 148434