./x11/qt5-qtbase, C++ X GUI toolkit

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2018Q1, Version: 5.10.1nb2, Package name: qt5-qtbase-5.10.1nb2, Maintainer: ryoon

Qt(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] [devel/pcre2] [devel/glib2] [fonts/harfbuzz] [fonts/Xft2] [fonts/fontconfig] [graphics/glu] [graphics/png] [graphics/freetype2] [graphics/jpeg] [www/libproxy] [textproc/icu] [x11/xcursor] [x11/xcb-util-keysyms] [x11/Xrender] [x11/liboldXrandr] [x11/libxkbcommon] [x11/xcb-util-wm] [x11/xcb-util] [x11/xcb-util-image] [x11/libxcb] [x11/xcb-util-renderutil]

Required to build:
[pkgtools/x11-links] [pkgtools/cwrappers] [x11/fixesproto4] [x11/xcb-proto] [x11/xorgproto]

Master sites:

SHA1: 234275f97ca401ae3df5e0c3d937e68056957bbe
RMD160: b0587af8736bedc9b80ceb85f10ece64389a904c
Filesize: 44946.004 KB

Version history: (Expand)


CVS history: (Expand)


   2018-06-19 14:05:26 by Benny Siegert | Files touched by this commit (1) | Package updated
Log message:
Pullup ticket #5773 - requested by maya
x11/qt5-qtbase: Linux build fix

Revisions pulled up:
- x11/qt5-qtbase/PLIST.Linux                                    1.4

---
   Module Name:	pkgsrc
   Committed By:	bacon
   Date:		Fri May 18 15:22:02 UTC 2018

   Modified Files:
   	pkgsrc/x11/qt5-qtbase: PLIST.Linux

   Log message:
   x11/qt5-qtbase: Fix version in PLIST.Linux

   Previous commit failed to update the hard-coded version from 5.10.0.
   Replacing with ${PKGVERSION} to avoid a repeat.