Path to this page:
./
x11/qt5-qtbase,
C++ X GUI toolkit
Branch: pkgsrc-2019Q1,
Version: 5.12.2nb1,
Package name: qt5-qtbase-5.12.2nb1,
Maintainer: ryoonQt(TM) is a GUI software toolkit. Qt simplifies the task of writing and
maintaining GUI (graphical user interface) applications.
Qt is written in C++ and is fully object-oriented. It has everything you need
to create professional GUI applications. And it enables you to create them
quickly.
Qt is a multi-platform toolkit. When developing software with Qt, you can run
it on the X Window System (Unix/X11) or Microsoft Windows NT and Windows 95/98.
Simply recompile your source code on the platform you want.
Qt cuts down the complexity in implementing large and complex systems. Its
ingenious signal-slot technology enables true component programming.
This package tracks Qt5 qtbase submodule.
Required to run:[
sysutils/dbus] [
textproc/icu] [
x11/xcb-util] [
x11/libxkbcommon] [
x11/libxcb] [
x11/xcb-util-wm] [
x11/Xrender] [
x11/xcursor] [
x11/xcb-util-keysyms] [
x11/liboldXrandr] [
x11/xcb-util-renderutil]
Required to build:[
x11/xcb-proto] [
x11/xorgproto] [
x11/fixesproto4]
Master sites:
SHA1: d12a34ef75ac344e29dad4400b844cbda6c447f1
RMD160: 91adec66cc25605b11ec468e2037c0d40f2416a8
Filesize: 47230.922 KB
Version history: (Expand)
- (2019-04-11) Package added to pkgsrc.se, version qt5-qtbase-5.12.2nb1 (created)
CVS history: (Expand)
2019-04-07 11:35:04 by Benny Siegert | Files touched by this commit (2) |
Log message:
Pullup ticket #5927 - requested by markd
x11/qt5-qtbase: build fix
Revisions pulled up:
- x11/qt5-qtbase/Makefile 1.74
- x11/qt5-qtbase/files/qmake.conf 1.9
---
Module Name: pkgsrc
Committed By: markd
Date: Mon Apr 1 19:58:51 UTC 2019
Modified Files:
pkgsrc/x11/qt5-qtbase: Makefile
pkgsrc/x11/qt5-qtbase/files: qmake.conf
Log message:
qt5-qtbase: fix setting QMAKE_COMPILER
QMAKE_COMPILER is meant to signify the compiler family being used
gcc for gcc
gcc clang llvm for clang
should properly fix the build issue seen on CentOS and likely other
systems.
|
2019-04-06 21:40:52 by Benny Siegert | Files touched by this commit (1) |
Log message:
Pullup ticket #5926 - requested by markd
x11/qt5-qtbase: build fix
Revisions pulled up:
- x11/qt5-qtbase/Makefile 1.73
---
Module Name: pkgsrc
Committed By: markd
Date: Mon Apr 1 04:33:01 UTC 2019
Modified Files:
pkgsrc/x11/qt5-qtbase: Makefile
Log message:
qt5-qtbase: add missing # to comment
|