Version: 4.14.10, Package name: kdelibs-4.14.10 |
Maintained by: KDE porting team |
Master sites:
|
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description-en_US This package contains en_US KDE-specific locale support files. It's separated to make KDE3 and KDE4 co-exist easily. Description-langlist This package contains list of languages supported by KDE. It's separated to make KDE3 and KDE4 co-exist easily. Description-main This package includes libraries that are central to the development and execution of a KDE program, as well as internationalization files for these libraries, misc HTML documentation, theme modules, and regression tests. Here is an alphabetical list: * dnssd Interface to the DNS-SD (Zeroconf) support. * interfaces kparts interface for text editors, mediaplayer and scripting. * kabc The address book library. * kate KPart for 'kate', the KDE advanced text editor. * kcert Personal certification manager. * kcmshell KControl Module interface * kconf_update Auto-Updater for config files. * kde3support This contains libraries that were part of KDE3, but have been replaced for KDE4 * kdecore This is the core collection of KDE stuff. Non GUI classes reside here. * kded The KDE daemon checks for newly installed software, update files or hostname changes and takes according actions. * kdefx Library with pixmap effects. * kdeprint The very versatile printing subsystem of KDE. * kdesu Library for password entering and handling * kdeui The main collection of misc. user interface classes (widgets). * kdewidgets For developers: KDE's custom widgets for Qt Designer. * kdoctools Contains mostly stuff convert XML docbook files via XSLT into human readable stuff. * khtml The next generation HTML rendering widget designed for Konqueror. This supports HTML 4, CSS, and a variety of other web related standards. * kimgio An all purpose extension to the qimgio class that supports various image formats. * kinit Process launcher (kdeinit), used for fast KDE startup and to launch kioslaves. * kio Classes that fetch and decode URLs are contained here. This library also contains "ksycoca", the system configure cache containing services, applications, servicetypes and mimetypes. * kioslave I/O subprocesses to handle files, ftp, http, gzip and bzip2 streams. * kjs Implementation of ECMAScript (aka JavaScript). * kjsembed A binding of the ECMAScript language to interface with KDE code. * knewstuff Allows applications to easily download data from the Internet to add new information to the program. e.g. wallpapers, translation packs, etc. * knotify Handles user notifications, including sounds, logging to files, etc. * kparts KDE component model. * kresources KDE Resource management framework. Used for Address Book for example. * kstyles The theme engine lies within. It handles nearly anything relating to customizing the appearance of widgets. * kwallet Client and backend to store values in encrypted files. * licenses Contains texts of all used licenses. * mimetypes Database of mime types. * pics Database of icons. * sonnet Tools for natural language processing, including spell and grammar check. Includes gui widgets. |
Filesize: 11371.293 KB |
Version History (View Complete History) |
|
2020-06-30 01:02:37 by Rafael Sadowski | Files touched by this commit (669) |
Log message: Remove KDE4 |
2020-06-09 01:14:46 by Jasper Lievisse Adriaanse | Files touched by this commit (49) |
Log message: bump after libxslt dependency changed |
2020-05-14 13:16:25 by Rafael Sadowski | Files touched by this commit (41) |
Log message: Update exiv2 to 0.27.2 Noteable exiv2 port changes: - Switch to cmake and enable i18n support - Change COMMENT and cleanup DESCR - Switch to https - Don't provide the new Exiv2::getProcessPath() function. Not portable, doesn't work on OpenBSD, and shouldn't be exposed in the API of a graphics library. Instead, define a macro with CMake to help runtime find gettext files. from jca@'s commit https://v4.freshbsd.org/commit/openbsd/ports/fHGCS7kzl4zKjdnW - All consumer fixed. configure checks, port-lib-depends-checks checks and also some run-time tests with krita, digikam, nomacs. Consumer patches from upstream, gentoo, freebsd and by me for the old creepy KDE4 stuff. This went through a full amd64 bulk build. Thanks jj |
2020-05-14 06:35:32 by Antoine Jacoutot | Files touched by this commit (22) |
Log message: Fix WANTLIB after openexr update. |
2020-03-18 08:31:20 by Theo Buehler | Files touched by this commit (4) |
Log message: The X509_get_notBefore() and X509_get_notAfter() macros were changed in <openssl/x509.h> rev 1.70 to reference the functions X509_getm_notBefore() and X509_getm_notAfter(), so these need to be resolved at runtime. This fixes a linking failure on ld.bfd architectures and a likely runtime failure on other architectures. ok jca rsadowski |
2019-11-23 08:25:31 by Antoine Jacoutot | Files touched by this commit (5) |
Log message: Fix DEPENDS after recent x11/polkit-qt and x11/polkit-qt5 extract. |
2019-11-10 08:32:56 by Antoine Jacoutot | Files touched by this commit (21) |
Log message: Regen DEPENDS and WANTLIB after recent openexr update. |
2019-08-21 00:22:01 by Rafael Sadowski | Files touched by this commit (4) |
Log message: Fix CVE-2019-14744 in KDE libs Add patch from upstream KDE git. Upstream description: - https://kde.org/info/security/advisory-20190807-1.txt |
2019-01-21 13:54:48 by Christian Weisgerber | Files touched by this commit (4) |
Log message: fix build with llvm7: don't compare QString::contains() > 0 ok rsadowski@ |
2018-11-23 14:15:07 by Rafael Sadowski | Files touched by this commit (1) |
Log message: remove kate and konsole from TEST_DEPENDS |
2018-07-01 12:33:39 by Marc Espie | Files touched by this commit (166) |
Log message: @tag update-mime-database |
2018-06-29 16:16:37 by Marc Espie | Files touched by this commit (950) |
Log message: @tag gtk-update-icon-cache |
2018-06-27 15:04:25 by Marc Espie | Files touched by this commit (1411) |
Log message: first tag: update-desktop-database |
2018-06-07 23:22:52 by Rafael Sadowski | Files touched by this commit (2) |
Log message: Replace KDE4 konsole with KDE5 and yakuake-kde4 with yakuake (KDE5) - zap konsole from meta/kde4 - unhook kde4/konsole, hook x11/kde-applications/konsole - unhook yakuake-kde4, hook yakuake - replace TEST_DEPENDS in kde4/libs (Tests looks good with KDE5 konsole) |
2018-05-01 00:42:41 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: drop dependency on kde4 kate which has been removed. it's only a TDEP so i'll simply switch this to to x11/kde-applications/kate; untested. |
2018-04-19 12:21:00 by Ingo Schwarze | Files touched by this commit (2) |
Log message: unbreak kdelibs-4 with clang6; feedback deraadt@, naddy@; OK naddy@ |
2018-04-18 13:29:46 by Christian Weisgerber | Files touched by this commit (3) |
Log message: further build fixes for clang6; ok schwarze@ |
2018-04-17 07:50:35 by Stuart Henderson | Files touched by this commit (2) |
Log message: more whitespace for clang6 |
2018-04-17 07:32:05 by Stuart Henderson | Files touched by this commit (2) |
Log message: fix some whitespace issues for clang6 (not enough to unbreak yet, there's at least an int/ptr comparison in kdeui/windowmanagement/netwm.cpp:4371). |
2017-08-13 07:18:43 by Rafael Sadowski | Files touched by this commit (1) |
Log message: fix kde4libs with upcoming CMake ok dcoppa@ |
2017-07-27 05:57:51 by Stuart Henderson | Files touched by this commit (166) |
Log message: add COMPILER_LIBCXX to WANTLIB and bump |
2017-07-11 14:42:34 by Rafael Sadowski | Files touched by this commit (19) |
Log message: Bump all and adjust WANTLIB and patches after qca update OK sthen@ |
2017-06-17 15:58:59 by Vadim Zhukov | Files touched by this commit (2) |
Log message: Fix upcoming breakage in py-kde4 due to upcoming devel/py-sip update. |
2017-04-12 12:01:08 by Landry Breuil | Files touched by this commit (2) |
Log message: Detect hunspell 1.6 presence, fixes x11/kde4/lokalize with upcoming hunspell update. |
2017-04-12 11:59:32 by Landry Breuil | Files touched by this commit (2) |
Log message: Regen patches |
2017-03-15 03:11:30 by Jeremie Courreges-Anglas | Files touched by this commit (6) |
Log message: Fix MASTER_SITES, some distfiles were moved to an "Attic" subdir from Rafael Sadowski |
2016-12-25 09:38:08 by Vadim Zhukov | Files touched by this commit (1) |
Log message: Oops, missed patch for doas in kdesu. |
2016-12-25 09:33:01 by Vadim Zhukov | Files touched by this commit (2) |
Log message: Switch kdesu from sudo to doas. Fix oxygen-icons dependency while there. |
2016-06-29 10:14:45 by Marc Espie | Files touched by this commit (309) |
Log message: add is-branch to all trivial ports that exist as multiple branches. |
2016-01-29 15:24:30 by Vadim Zhukov | Files touched by this commit (1) |
Log message: Stop picking up devel/pcre: we don't use KJS anyway, and it creates problems in ports depending on kdelibs-4.x due to differences between our regex.h and pcreposix.h. Partly fixes KDE4 version of Digikam (read: prodded by espie@) |
2016-01-03 09:53:34 by Vadim Zhukov | Files touched by this commit (2) |
Log message: Switch from x11/polkit-qt4 to x11/polkit-qt, (note the trailing comma!) and link x11/polkit-qt,qt5 to bulk builds. Idea approved by aja@, x11/polkit-qt maintainer. |
2015-12-23 03:31:43 by Vadim Zhukov | Files touched by this commit (2) |
Log message: The smbd binary now lives under sbin/, and not under libexec/. Noticed by jca@, thanks! |
2015-11-02 04:56:55 by Marc Espie | Files touched by this commit (27) |
Log message: a few minor pkg_subst fixes, for the coming patch (disallow -c without -m outside of WRKDIR) |
2015-08-27 01:30:26 by Vadim Zhukov | Files touched by this commit (14) |
Log message: Following dbus update in KDE land. Fixes two missing @sample lines while there; it's likely portcheck should receive a few more lines of code... |
2015-07-06 05:38:16 by Stuart Henderson | Files touched by this commit (2) |
Log message: - update kde4libs' path to sudo, /usr/bin -> /usr/local/bin. ok zhuk@ - add a RUN_DEPENDS on sudo for now, suggested by zhuk@, subject to revision when we know what if anything will replace sudo in base. |
2015-07-01 18:10:16 by Vadim Zhukov | Files touched by this commit (30) |
Log message: Maintaince update of some KDE4 components, brought to you (mostly) by KDE PIM team. Includes update of Grantlee to 0.5.0, last KDE4 release; previous version, 0.3.0, was too old for new kdepim. Separate update will be problematic because PLIST of kdepim package relies on minor version of Grantlee. Lightly tested on amd64. |
2015-06-26 03:18:41 by Antoine Jacoutot | Files touched by this commit (51) |
Log message: Bump after the recent phonon MODULE change. |
2015-05-28 04:17:32 by Pascal Stumpf | Files touched by this commit (265) |
Log message: gcc4 bumps, reminded by aja@ |
2015-04-04 03:21:09 by Antoine Jacoutot | Files touched by this commit (301) |
Log message: Bump after the recent changes in packaging dbus and dconf. |
2015-03-30 11:11:45 by Vadim Zhukov | Files touched by this commit (24) |
Log message: Partial stability update for a few KDE4 components brought by KDE PIM people. Includes some local fixes for ksysguard (no longer crashes, more love needed). |
2015-03-27 02:16:25 by Antoine Jacoutot | Files touched by this commit (247) |
Log message: x11/gtk+2,-guic -> x11/gtk+3,-guic && bump |
2015-01-20 14:58:44 by Vadim Zhukov | Files touched by this commit (203) |
Log message: Bringing in KDE 4.14.3. This is the last KDE4 release, ever. This release contains only minor fixes. See you in KDE Frameworks land in the next season! |
2014-11-05 05:05:01 by David Coppa | Files touched by this commit (2) |
Log message: you know, no optimizations by default... |
2014-11-01 15:09:48 by Vadim Zhukov | Files touched by this commit (284) |
Log message: Welcome, KDE 4.14.2! Many patches went upstream, but even more patches are still there... To be continued! |
2010-11-22 01:37:07 by Marc Espie | Files touched by this commit (859) |
Log message: new depends |
2010-10-19 02:14:01 by Marc Espie | Files touched by this commit (260) |
Log message: USE_GROFF=Yes |
2010-08-31 02:22:05 by Jasper Lievisse Adriaanse | Files touched by this commit (22) |
Log message: - remove superfluous PKGNAME=${DISTNAME} construct here too |
2010-07-10 10:57:23 by Marc Espie | Files touched by this commit (50) |
Log message: update to 4.4.5, new-style WANTLIB |
2010-06-22 17:31:56 by Marc Espie | Files touched by this commit (21) |
Log message: clean-up a bit with qca2 around, stuff picks it up... and breaks (ksirc patches...) |
2010-06-20 15:09:52 by Marc Espie | Files touched by this commit (10) |
Log message: synch distinfo, minor patch I missed in former commits (hey Laurence...) disable "untested" stuff for now (soon) |
2010-06-20 10:20:16 by Marc Espie | Files touched by this commit (1) |
Log message: seems those icons are a requirement for kded4 also note: you might have to disable compositing for startkde to work. (I know my radeon is causing things to fail otherwise) |
2010-06-20 02:19:56 by Marc Espie | Files touched by this commit (2) |
Log message: compile nepomuk, remove old libraries, make sure to get external phonon (no bump, not linked to the build yet) |
2010-06-18 05:14:42 by Marc Espie | Files touched by this commit (11) |
Log message: this builds with gcc4. Note that kdelibs3+4 is not yet supported. |
2008-07-25 14:25:59 by Stuart Henderson | Files touched by this commit (13) |
Log message: shared library and PKGNAME bumps due to use of isinf/isnan/nan following libc/libm changes |
2008-07-25 10:08:35 by Martynas Venckus | Files touched by this commit (2) |
Log message: libc has signbit. tested by, and ok sthen@ |
2008-02-09 06:18:17 by Marc Espie | Files touched by this commit (55) |
Log message: update to 4.0.1, include a few more components and dependencies |
2008-01-28 17:24:41 by Marc Espie | Files touched by this commit (3) |
Log message: better kjs patch. Fix incorrect fix for GSSAPI |
2008-01-28 14:02:54 by Todd T. Fries | Files touched by this commit (1) |
Log message: runtime mime info is useful as well; ok espie@ |
2008-01-23 08:08:58 by Todd T. Fries | Files touched by this commit (1) |
Log message: add missing dependency; ok espie@ |
2008-01-21 14:47:56 by Marc Espie | Files touched by this commit (21) |
Log message: update `core' kde4 to 4.0.0. Warning: thoroughly untested so far, most pieces probably do not work. |
2007-09-15 14:04:29 by Michael Erdely | Files touched by this commit (312) |
Log message: Remove surrounding quotes in COMMENT/PERMIT_*/BROKEN |
2007-04-05 01:19:39 by Marc Espie | Files touched by this commit (12) |
Log message: switch these to base64. They're not linked into the build, so people can use them to check. |
2007-03-27 03:45:56 by Marc Espie | Files touched by this commit (3) |
Log message: mention that some libs are LGPL, insist on new cmake. Use new cmake features: correct shared libraries for us. Also, flesh the description. |