| Port details on branch 2016Q4 |
- qTox Qt 5 based Tox client
- 1.5.1_1 net-im
=0 1.5.1_1Version of this port present on the latest quarterly branch. - Maintainer: yuri@rawbw.com
 - Port Added: 2016-10-31 21:47:50
- Last Update: 2016-10-31 21:47:44
- Commit Hash: 3ad7abe
- Also Listed In: net-p2p
- License: GPLv3
- WWW:
- https://github.com/tux3/qTox
- Description:
- Powerful Tox chat client written using Qt 5 that follows the Tox
design guidelines.
WWW: https://github.com/tux3/qTox
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/net-im/qTox/ && make install clean
- To add the package, run one of these commands:
- pkg install net-im/qTox
- pkg install qTox
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: qTox
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1470843999
SHA256 (tux3-qTox-v1.5.1_GH0.tar.gz) = 5b2ee896dfe33db29f7a2775faadb9e1063a4520893333fe0c93949e06ab2578
SIZE (tux3-qTox-v1.5.1_GH0.tar.gz) = 3452448
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- videodev2.h : multimedia/v4l_compat
- update-desktop-database : devel/desktop-file-utils
- msgfmt : devel/gettext-tools
- gmake : devel/gmake
- pkgconf>=0.9.10 : devel/pkgconf
- libGL>0 : graphics/libGL
- glproto.pc : x11/glproto
- dri2proto.pc : x11/dri2proto
- x11.pc : x11/libX11
- xscrnsaver.pc : x11/libXScrnSaver
- moc : devel/qt5-buildtools
- libQt5Concurrent.so : devel/qt5-concurrent
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- lrelease : devel/qt5-linguisttools
- libQt5Network.so : net/qt5-network
- libQt5OpenGL.so : graphics/qt5-opengl
- qmake : devel/qmake5
- libQt5Sql.so : databases/qt5-sql
- libQt5Svg.so : graphics/qt5-svg
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- libQt5Xml.so : textproc/qt5-xml
- Runtime dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- libGL>0 : graphics/libGL
- x11.pc : x11/libX11
- xscrnsaver.pc : x11/libXScrnSaver
- libQt5Concurrent.so : devel/qt5-concurrent
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Network.so : net/qt5-network
- libQt5OpenGL.so : graphics/qt5-opengl
- libQt5Sql.so : databases/qt5-sql
- libqsqlite.so : databases/qt5-sqldrivers-sqlite3
- libQt5Svg.so : graphics/qt5-svg
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- libQt5Xml.so : textproc/qt5-xml
- Library dependencies:
-
- libtoxcore.so : net-im/tox
- libopencv_highgui.so : graphics/opencv
- libopencv_core.so : graphics/opencv-core
- libavcodec.so : multimedia/ffmpeg
- libvpx.so : multimedia/libvpx
- libfilteraudio.so : audio/libfilteraudio
- libsodium.so : security/libsodium
- libqrencode.so : graphics/libqrencode
- libsqlcipher.so : databases/sqlcipher
- libfreetype.so : print/freetype2
- libfontconfig.so : x11-fonts/fontconfig
- libintl.so : devel/gettext-runtime
- libopenal.so.1 : audio/openal-soft
- libatk-1.0.so : accessibility/atk
- libcairo.so : graphics/cairo
- libgdk_pixbuf-2.0.so : graphics/gdk-pixbuf2
- libglib-2.0.so : devel/glib20
- libgtk-x11-2.0.so : x11-toolkits/gtk20
- libpango-1.0.so : x11-toolkits/pango
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net-im_qTox
- USES:
- compiler:c++11-lib desktop-file-utils gettext gmake openal:soft pkgconfig qmake qmake:_env gnome
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.5.1_1 31 Oct 2016 21:47:44
    |
Jason E. Hale (jhale)  |
MFH: r424975
Fix build for 9.x i386
Quarterly branch has a different version, but suffers from the same error, so
the fix should be backported.
videoframe.o: In function `VideoFrame::VideoFrame(unsigned long long, AVFrame*,
QRect, int, bool)':
videoframe.cpp:(.text+0x19db): undefined reference to `__atomic_fetch_add_8'
camerasource.o: In function `CameraSource::CameraSource()':
camerasource.cpp:(.text+0x327): undefined reference to `__atomic_fetch_add_8'
corevideosource.o: In function `CoreVideoSource::CoreVideoSource()':
corevideosource.cpp:(.text+0x121): undefined reference to `__atomic_fetch_add_8'
collect2: error: ld returned 1 exit status
gmake: *** [Makefile:793: qtox] Error 1
PR: 213841
Submitted by: <matthew@reztek.cz>
Approved by: <yuri@rawbw.com> (maintainer)
Approved by: ports-secteam (feld) |
1.5.1_1 31 Oct 2016 21:47:44
  |
jhale  |
MFH: r424975
Fix build for 9.x i386
Quarterly branch has a different version, but suffers from the same error, so
the fix should be backported.
videoframe.o: In function `VideoFrame::VideoFrame(unsigned long long, AVFrame*,
QRect, int, bool)':
videoframe.cpp:(.text+0x19db): undefined reference to `__atomic_fetch_add_8'
camerasource.o: In function `CameraSource::CameraSource()':
camerasource.cpp:(.text+0x327): undefined reference to `__atomic_fetch_add_8'
corevideosource.o: In function `CoreVideoSource::CoreVideoSource()':
corevideosource.cpp:(.text+0x121): undefined reference to `__atomic_fetch_add_8'
collect2: error: ld returned 1 exit status
gmake: *** [Makefile:793: qtox] Error 1
PR: 213841
Submitted by: <matthew@reztek.cz>
Approved by: <yuri@rawbw.com> (maintainer)
Approved by: ports-secteam (feld) |
Number of commits found: 2
|