Commit graph

7691 commits

Author SHA1 Message Date
Daniel Morante
36abc263a4
deskutils/owncloudclient: Update to 2.8.2
PR:		252813
2021-08-01 03:54:44 +08:00
Guido Falsi
a107664bcf deskutils/calibre: Update to 5.24.0 2021-07-30 23:13:51 +02:00
Lars Engels
c4fd7792f9 *: Drop maintainership on most of my ports.
Unfortunately I cannot give them the love they deserve at the moment.
2021-07-28 22:34:51 +02:00
Gleb Popov
9aa1c22879 deskutils/xdg-desktop-portal: Bump PORTREVISION after updating a patch. 2021-07-28 12:50:03 +03:00
Loïc Bartoletti
8b9c482b90 */*: PyQt Update qscintilla2 to 2.13.0 and py-qt5-sip to 12.9.0
Changes:
  - https://riverbankcomputing.com/news/QScintilla_2.13.0_Released
  - https://www.riverbankcomputing.com/hg/sip/raw-file/tip/NEWS
PR:	257308
Exp-run by:	antoine
2021-07-27 20:55:03 +02:00
Tobias C. Berner
e52cbf14ed x11/plasma5-plasma: Update KDE Plasma Desktop to 5.22.4
Plasma 5.22 was released in June 2021 with many feature refinements and
new modules to complete the desktop experience.

This release adds three weeks' worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

    * Discover: Address the keyboard shortcut tooltip.
    * Sort Unsplash POTD image categories alphabetically.
    * Info Center: Unbreak about CPU value when solid is missing a
      product string.

[1] https://kde.org/announcements/plasma/5/5.22.4/
2021-07-27 18:40:55 +02:00
Tobias C. Berner
15fc57c837 deskutils/xdg-desktop-portal: disable (broken) support for flatpak and snaps
Make it possible to run firefox with KDE filedialogs.

The call for parse_app_info_from_flatpak_info uses the /proc/$PID/root
file to access the flatpak information file.

We neither have support for /proc/$PID/root nor flatpaks or snaps.

With this fix and deskutils/plasma5-xdg-desktop-portal-kde it is now possible
to run firefox using the KDE file dialogs.

> GTK_USE_PORTAL=1 firefox
2021-07-22 18:09:07 +02:00
Tobias C. Berner
730f4e33e9 deskutils/plasma5-xdg-desktop-portal-kde: new port - A backend implementation for xdg-desktop-portal using Qt/KF5 2021-07-22 15:39:10 +02:00
Mikhail Teterin
f81c892c16 deskutils/xfce4-notes-plugin: Update to 1.9.0 and unbreak
This development version suports gtk3 and can actually work.

PR:		257263
2021-07-20 16:46:27 +02:00
Guido Falsi
73f44cfe53 deskutils/calibre: Update to 5.23.0
PR:		257112
2021-07-20 16:31:31 +02:00
Po-Chuan Hsieh
54021a8b69
deskutils/py-py3status: Add GEVENT and UDEV options 2021-07-19 01:47:14 +08:00
Tobias C. Berner
7d8693d67b textproc/exempi: update to 2.5.2
2.5.0

- Upgrade XMPCore to Adobe XMP SDK CC 2016.07
  - Support for iOS in XMPFiles
  - New DOM based API’s are added in XMP Core to access metadata tree
    hierarchy. (not exposed yet in Exempi)
  - Added support XMP/metadata in utf-8 encoded uncompressed SVG files in XMPFiles.
  - Added support of GIF handler in XMPFiles.
  - Added support for reconciliation of iXML’s TRACK_LIST and its components to get
    microphone data.
  - Added support for IFDs of type 13 in TIFF.
  - Added support for MPEG4 videos shot from Google Nexus 5 camera.
  - Restructured the implementation of XDCAM Handler to support File Access Mode (FAM)
    and Simple Access Mode (SAM)
  - Added inbuilt support for iXML namespace in XMPCore.
  - Modified the alias tiff:ImageDescription for dc:description as language alternative
    array instead of simple property.
  - Lot of bug fixes in XMPFiles and XMPCore.
- Removed Exempi provided support for GIF in favour of Adobe's.
- New: API NS_XML constant

Internal:

- Added tests for Adobe SDK.
- Fixed warnings and other issues and Adobe SDK.
- Compile with much more warnings enabled.

2.4.5 - 2018/03/07

- Bug #105204: [CVE-2018-7730] fix a buffer overflow in the PSD parser.
- Bug #105205: [CVE-2018-7728] fix a buffer overflow in the TIFF parser.
- Bug #105206: [CVE-2018-7729] fix a buffer overflow in PostScript parser.
- Bug #105247: [CVE-2018-7731] fix a null dereference in WEBP parser.

2.4.4 - 2018/02/04

- Bug #102197: Properly initialize pointers in WEBP.
- Bug #102151: Fix an infinite loop in RIFF parser.
- Bug #102483: Fix an infinite loop in QuickTime parser.
- Bug #102484: Fix an infinite loop in ASF parser.
- Bug #104885: Adjust minimum version for gcc in documentation.

2.4.3 - 2017/08/03

- Bug #100397: Fix a buffer overrun, memcpy() on overlapping
  regions, use after free in the exception handling.
- Bug #101913: Fix a fatal assert with corrupt WEBP.
- Bug #101914: Fix a crash on a corrupt file.

2.4.2 - 2017/01/29

- Properly define BanAllEntityUsage.
  See https://bugzilla.redhat.com/show_bug.cgi?id=888765

2.4.1 - 2017/01/23

- Bug #99494: Restore error reporting.

Internal:

- Added test for xmp_parse()
- Renamed test3 to testiterator and more comprehensive test for
  iterator to detect thing like bug 99480

Release notes:

- In 2.4.0 the XMP iterator corrected behaviour when used for
  XMP_ITER_JUSTLEAFNAME: The returned values are now set to they
  actual schema NS instead of the top level one.
  This required fixed in third party packages:
  https://github.com/python-xmp-toolkit/python-xmp-toolkit/issues/67
  This changes is the result of a bug fix in Adobe SDK.
  See bug #99480

2.4.0 - 2017/01/07

- Bug #89449: Upgrade XMPCore to Adobe XMP CC 2014.12.
  - New flag to optimize layout on MPEG4 files.
  - GoPro MPEG4 video files support.
  - Improved JPEG support.
  - iXML support in WAVE files.
  - Several bugs and memory leaks fixes.
  - Changes from Adobe XMP CC 2013.06.
    - Pluggable file handlers (not exposed yet in Exempi)
    - Support for Exif 2.3 properties
    - New RIFF file handler
    - Better Postscript support.
    - Lot of bug fixes.
- New API: added XMP_OPEN_OPTIMIZEFILELAYOUT for new SDK.
- Now require (partial) C++11 support to compile (gcc 4.4.7 tested)
- New: WebP format handler (contributed: Frankie Dintino, The Atlantic)

Internal:

- Exempi is now automatically build and the test run by Travis CI.

2.3.0 - 2016/03/15

- New: API xmp_datetime_compare().
- New: API xmp_string_len() to get the length of the XmpString.
- Bug #94065:
  - New: API xmp_files_can_put_xmp_xmpstring() and xmp_files_can_put_xmp_cstr()
    variants.
  - New: API xmp_files_put_xmp_xmpstring() and xmp_files_put_xmp_cstr()
    variants.
  - New: API xmp_files_get_xmp_xmpstring() variant.
  - Test: check the status of the PDF handler.
- Bug #90380: Fix potential crash with corrupt TIFF file.
- Bug #14612: Better Solaris compilation fix.
- Fix header to pass -Wstrict-prototypes
2021-07-17 19:34:38 +02:00
Steve Wills
63200ef6c0 deskutils/syncthingtray: update to 1.1.5
This version supports syncthing 1.18.0
2021-07-15 10:12:59 -04:00
Tobias C. Berner
d94d5da106 deskutils/semantik: update to 1.2.7
- While here, reorder Makefile to follow the convention.
2021-07-15 08:22:36 +02:00
Tobias C. Berner
e43f383e1f deskutils/syncthingtray: add missing build dependency on testlib
The dependency was previously pulled in transitively.

PR:	257100
2021-07-14 18:36:40 +02:00
Guido Falsi
d84555a84f deskutils/nextcloudclient: Update to Update to 3.2.4
Try to address a dump drescribed in pr257078 as well

PR:		257113 257078
2021-07-14 17:55:16 +02:00
Tobias C. Berner
bbc52b0401 deskutils/birdtray: add missing build dependency on linguisttools
The dependency was previously pulled in transitively.

PR:		257100
2021-07-14 17:46:03 +02:00
Loïc Bartoletti
9713ff93f2 devel/qscintilla2: Update to 2.12.1
Changelog:
	https://riverbankcomputing.com/news/QScintilla_2.12.1_Released

PR:		257002
Exp-run by:	antoine
2021-07-12 14:36:11 +02:00
Adriaan de Groot
e78bf0e76e deskutils/qtfeedback: fix build due to missing build-deps 2021-07-11 20:53:24 +02:00
Tobias C. Berner
19ce6c4021 */*: Update KDE Gear to 21.04.3
Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

Today they all get new bugfix source releases.

Full changelog:
	https://kde.org/announcements/changelogs/gear/21.04.3/
2021-07-10 01:34:31 +02:00
Adriaan de Groot
c0a5e2416d *: (KDE ports) tidy up dependencies
Go another round with the dependency-cleanup:
- ECM and doctools are still more only a build-dep
- Qt testlibs is a build-dep

This touches plenty of ports outside of KDE Frameworks
that did **not** list their full dependencies and could
get away with it because frameworks pulled in too much.
2021-07-09 23:59:01 +02:00
Guido Falsi
985e52a742 deskutils/nextcloudclient: Update to 3.2.3
This update introduced a new build time dependency on inkscape,
used to generate icons during build.

I also added USES desktop-file-utils and shared-mime-info,
suggested by poudriere and it looks like they are really needed
since the port is installing a deskstop file and a mime info file.

PR:		257021
2021-07-09 12:13:19 +02:00
Adriaan de Groot
09f5a2edb2 *: (KDE PIM) Reduce dependencies
- Boost is a build-dep for all of these ports, using header-only
  libraries; there **are** library-uses of Boost in KDE PIM, just
  not here.
- ECM is a build-dep that is not needed at runtime.
- Qt testlib is a build-dep.
2021-07-07 14:59:12 +02:00
Tobias C. Berner
8eb874634f x11/plasma5-plasma: Update KDE Plasma Desktop to 5.22.3
Tuesday, 6 July 2021. Today KDE releases a bugfix update to KDE Plasma
5, versioned 5.22.3.

Plasma 5.22 was released in June 2021 with many feature refinements and
new modules to complete the desktop experience.

This release adds two weeks' worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

   * Dr Konqi: Repair query construction.
   * Plasma Disks: Don’t notify on instabilities.
   * [Task Manager] Load album art background asynchronously.

Full Changelog:
	https://kde.org/announcements/changelogs/plasma/5/5.22.2-5.22.3/
2021-07-06 23:13:41 +02:00
Tobias C. Berner
fac489c164 graphics/poppler: update to 21.07.0
Release 21.07.0:
        core:
         * JBIG2Stream: Do not consider a size-0 to be an error. Issue #535
         * PSOutputDev: fix off-by-one error for image masking in L1/L2 output. Issue #1088
         * CairoOutputDev: Fix memory leak on broken files
         * Minor code improvements

        build system:
         * set C standard to 11 without extensions

Exp-run by:	antoine
PR:		256981
2021-07-06 22:00:58 +02:00
Loïc Bartoletti
d38ac3f5b1 deskutils/maliit-framework: : fix configure after qtchooser removal
Reported by:	pkg-fallout
2021-07-06 18:22:16 +02:00
Po-Chuan Hsieh
a6b7ccdbb5
deskutils/py-py3status: Update to 3.38
Changes:	https://github.com/ultrabug/py3status/blob/master/CHANGELOG
2021-07-06 22:56:25 +08:00
Tobias C. Berner
499967410b deskutils/qtfeedback: fix configure after qtchooser removal
Reported by:	pkg-fallout
2021-07-06 11:54:21 +02:00
Tobias C. Berner
ecfeb56e2a deskutils/maliit-keyboard: New port
Maliit provides a flexible and cross-platform input method framework for mobile
and embedded text input, including a virtual keyboard. It has a plugin-based
client-server architecture where applications act as clients and communicate
with the Maliit server via input context plugins.

WWW: http://maliit.github.io/
2021-06-30 13:47:00 +02:00
Tobias C. Berner
a5478c410e deskutils/maliit-framework: New port
Maliit provides a flexible and cross-platform input method framework for
mobile and embedded text input, including a virtual keyboard. It has a
plugin-based client-server architecture where applications act as
clients and communicate with the Maliit server via input context
plugins.

WWW: https://maliit.github.io/
2021-06-30 13:18:18 +02:00
Tobias C. Berner
e193322ed8 deskutils/qtfeedback: New port
The QtFeedback module offers classes that allow you to manage tactile feedback
and device vibration.

WWW: https://github.com/qt/qtfeedback

This port will be required by maliit-keyboard, the defacto standard
virtual keyboard for Plasma Wayland Desktop
2021-06-30 13:15:31 +02:00
Tobias C. Berner
3bbf0f33c9 deskutils/presage: New port
Presage is an intelligent predictive text entry system.

Presage (formerly known as Soothsayer) generates predictions by modelling
natural language as a combination of redundant information sources. Presage
computes probabilities for words which are most likely to be entered next by
merging predictions generated by the different predictive algorithms. Presage’s
modular and extensible architecture allows its language model to be extended
and customized to utilize statistical, syntactic, and semantic predictive
algorithms.

WWW: https://presage.sourceforge.io/

This port will be required by maliit-keyboard, the defacto standard
virtual keyboard for Plasma Wayland Desktop
2021-06-30 13:06:17 +02:00
Piotr Kubaj
6718da31ba Mk/bsd.default-versions.mk: switch the default librsvg2 on powerpc to rust 2021-06-28 19:34:43 +00:00
Tobias Kortkamp
06dbc12f96
lang/rust: Rebuild consumers for 1.53.0 2021-06-27 07:39:51 +02:00
Robert Clausecker
d6407e1a28 deskutils/remind: update to 03.03.07
Also add support for building localised versions.

PR:	256837
2021-06-26 19:44:34 -07:00
Tobias C. Berner
f82bd1b843 */*: Update KDE Plasma Desktop to 5.22.2
Tuesday, 22 June 2021.
Today KDE releases a bugfix update to KDE Plasma 5, versioned 5.22.2.

Plasma 5.22 was released in June 2021 with many feature refinements and
new modules to complete the desktop experience.

This release adds a week's worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

   * Discover: Flatpak: properly notify about updates.
   * [Task Manager] Show window title in tooltip when player title is different
   * KWin: Wayland: Implement activities window rule.

View full changelog:
	https://kde.org/announcements/changelogs/plasma/5/5.22.1-5.22.2
2021-06-26 21:22:57 +02:00
Guido Falsi
d8711a8a31 deskutils/calibre: Update to 5.22.1 2021-06-25 22:43:05 +02:00
Kevin Bowling
da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00
Neel Chauhan
93a75fe4b2 deskutils/gnome-maps: Update to 3.38.5 2021-06-17 21:40:13 -07:00
Tobias C. Berner
dc8d8b47cd x11/plasma5-plasma: Update KDE Plasma Desktop to 5.22.1
Tuesday, 15 June 2021. Today KDE releases a bugfix update to KDE Plasma
5, versioned 5.22.1.

Plasma 5.22 was released in June 2021 with many feature refinements and
new modules to complete the desktop experience.

This release adds a week's worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

    * KWin: Platforms/drm: support NVidia as secondary GPU with CPU copy.
    * Weather applet: Point bbcukmet to new location API.
    * Wallpapers: Add milky way.

View full changelog at
	https://kde.org/announcements/changelogs/plasma/5/5.22.0-5.22.1
2021-06-16 21:27:04 +02:00
Yuri Victorovich
ed6ade15fb deskutils/just: Update 0.9.4 -> 0.9.5
Reported by:	portscout
2021-06-15 20:27:49 -07:00
Gleb Popov
821433d6ee deskutils/xdg-desktop-portal: + A portal frontend service for Flatpak. 2021-06-13 17:32:48 +03:00
Gleb Popov
e06c7c5297 deskutils/libportal: + An API library to Flatpak portals. 2021-06-13 17:32:48 +03:00
Tobias C. Berner
4ea20bee50 x11/plasma5-plasma: Update KDE Plasma Desktop to 5.22
Plasma 5.22 is here, and it is more reliable and stable than ever. By
cleaning up and refactoring code in the background, the Plasma desktop
gives you greater responsiveness and performance, helping you become
even more productive without hiccups or surprises. Enjoy a smoother
experience with KDE’s Plasma 5.22 desktop.

Plasma 5.22 has become more pleasurable to use through improvements to
the design and greater smoothness and consistency in transparencies,
blurs, icons, and animations. Moving things to accessible locations,
offering hints and visual cues, and creating new settings allows you to
customize your work environment to make it fit perfectly to your needs.
Following the true KDE spirit, the push for a more stable and attractive
desktop does not mean you have to renounce control over how you want it
to look or behave. Plasma 5.22, as always, packs all the flexibility and
tools for customization you have come to expect and love, and some more
to boot.

Meanwhile, the push to move Plasma in its entirety to Wayland (the
display protocol of the future) continues in full swing. So much so that
popular distros are starting to ship Plasma with Wayland by default. By
using Wayland behind the scenes, Plasma is able to include features and
bug fixes not possible to implement on X11, offering you a better
experience and more stability.

Full announcement and changelog:
	https://kde.org/announcements/plasma/5/5.22.0/
2021-06-13 08:38:35 +02:00
Tobias C. Berner
896d87b6fb */*: Zpdate KDE Gear to 21.04.2
Thursday, 10 June 2021

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneously as part of KDE Gear.

The full changelog can be found here:
	https://kde.org/announcements/changelogs/gear/21.04.2/
2021-06-13 08:06:29 +02:00
Eric Turgeon
d705ad1b5f deskutils/mozo: updated to 1.24.1 2021-06-11 22:41:08 -03:00
Eric Turgeon
4b47e3ba5a mate-notification-daemon: updated to 1.24.2 2021-06-11 22:33:48 -03:00
Guido Falsi
b89864c482 deskutils/calibre: Update to 5.21.0 2021-06-11 15:00:51 +02:00
Li-Wen Hsu
e835d0df59
*/*: Bump PORTREVISION after x11-toolkits/granite update
PR:		254626
2021-06-11 05:20:09 +08:00
Michael Gmelin
b59853c588 deskutils/py-paperless: Fix man page formatting
Escape macro using \& instead of \, which makes it compatible
with groff (and man.cgi). Don't bump revision.
2021-06-10 11:29:31 +02:00