Path to this page:
./
x11/qt4-libs,
C++ X GUI toolkit
Branch: pkgsrc-2016Q1,
Version: 4.8.7nb2,
Package name: qt4-libs-4.8.7nb2,
Maintainer: pkgsrc-usersQt(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.
Required to run:[
x11/liboldXrandr] [
x11/xcursor] [
fonts/Xft2] [
fonts/fontconfig] [
graphics/png] [
graphics/freetype2] [
graphics/jpeg] [
graphics/glu]
Required to build:[
x11/xf86vidmodeproto] [
x11/dri2proto] [
x11/inputproto] [
x11/xf86driproto] [
x11/fixesproto4] [
x11/renderproto] [
x11/xextproto] [
x11/xproto] [
x11/glproto] [
x11/damageproto] [
x11/randrproto] [
pkgtools/x11-links]
Master sites:
SHA1: 76aef40335c0701e5be7bb3a9101df5d22fe3666
RMD160: afb5e5a99388e6429faca59cb5000054feffd166
Filesize: 235425.358 KB
Version history: (Expand)
- (2016-05-08) Updated to version: qt4-libs-4.8.7nb2
- (2016-04-07) Package added to pkgsrc.se, version qt4-libs-4.8.7nb1 (created)
CVS history: (Expand)
2016-05-07 21:25:22 by Benny Siegert | Files touched by this commit (3) |
Log message:
Pullup ticket #4969 - requested by joerg
x11/qt4-libs: bugfix
Revisions pulled up:
- x11/qt4-libs/Makefile 1.111
- x11/qt4-libs/distinfo 1.107
- x11/qt4-libs/patches/patch-src_corelib_thread_qthread__unix.cpp 1.2
---
Module Name: pkgsrc
Committed By: joerg
Date: Thu May 5 22:04:34 UTC 2016
Modified Files:
pkgsrc/x11/qt4-libs: Makefile distinfo
pkgsrc/x11/qt4-libs/patches: patch-src_corelib_thread_qthread__unix.cpp
Log message:
Fix TLS condition on NetBSD to correctly avoid using pthread_specific.
Bump revision.
|