Bug 280920 - www/dooble: update to 2024.08.19
Summary: www/dooble: update to 2024.08.19
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL: https://github.com/textbrowser/dooble...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-19 03:32 UTC by Eric Camachat
Modified: 2024-08-20 19:10 UTC (History)
1 user (show)

See Also:


Attachments
update to 2024.08.19 (832 bytes, patch)
2024-08-19 03:32 UTC, Eric Camachat
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Camachat 2024-08-19 03:32:25 UTC
Created attachment 252907 [details]
update to 2024.08.19

Update to 2024.08.19

Release Notes

 - About the 113th release since Dooble was born.
 - Automatics and constants. Please report errors.
 - Clone a page via Ctrl + Shift + C or Edit menu or a tab's context menu. GitHub ticket #229.
 - Decompress JAR files.
 - Do not set the current working directory to /Applications/Dooble.d on MacOS.
 - First Apple Silicon release via Homebrew Qt. The software is not signed and is therefore considered tarnished.
 - First LTS of 2024!
 - First PiOS ARM64 release. Please do not request strange corrections and stranger support.
 - Include qtwebengine_dictionaries in the native Debian release file. Not a single spirit noticed.
 - JAR files may now be accessed via File -> Open File.
 - MimeType in dooble.desktop. GitHub ticket #216.
 - New dooble_accepted_or_blocked_domains.txt.
 - New dooble_filter.txt.
 - New text placed here and there, mostly there.
 - Pre-Qt 6.7.0 and JavaScript window cause abnormal termination. Qt and site-specific. GitHub ticket #208.
 - Optionally respect full-screen requests. Please read Settings -> Web -> Full-Screen Requests. GitHub ticket #224.
 - Page brightness decreased by a transparent mask. New option, see View menu. GitHub ticket #228.
 - Q_OS_WIN -> Q_OS_WINDOWS.
 - Release includes accumulated source releases.
 - Reload a page while ignoring its cache. Press and hold the Reload button until a menu appears. GitHub ticket #231.
 - The action View -> Status Bar will now propagate itself through all pages if one action is toggled.
 - Unroll loops.
 - VIM scroll-down and scroll-up shortcuts: Ctrl+Shift+J, Ctrl+Shift+K. JavaScript is required. If JS is disabled, it will be enabled temporarily. GitHub ticket #219.
 - Warn of all sigaction() failures.
Comment 1 Vladimir Druzenko freebsd_committer freebsd_triage 2024-08-20 02:41:13 UTC
Warning: you might not need LIB_DEPENDS on libGL.so
 0x0000000000000001 NEEDED               Shared library: [libGLX.so.0]
 0x0000000000000001 NEEDED               Shared library: [libOpenGL.so.0]

-USE_GL=         gl
+USE_GL=         opengl

QT6 applications link with OpenGL, but QT5 with GL.
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-08-20 19:09:20 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0c22f82ad5e115d948c68ed6623c4f2a76b8b2e1

commit 0c22f82ad5e115d948c68ed6623c4f2a76b8b2e1
Author:     Eric Camachat <eric@camachat.org>
AuthorDate: 2024-08-20 19:06:54 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-08-20 19:06:54 +0000

    www/dooble: update 2024.01.25 → 2024.08.19

    Changelog:
    https://github.com/textbrowser/dooble/releases/tag/2024.08.19

    PR:     280920

 www/dooble/Makefile | 4 ++--
 www/dooble/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2024-08-20 19:10:19 UTC
Thanks.