Package Details: goverlay-git 1.1.1.r2.g456fc8d-1

Git Clone URL: https://aur.archlinux.org/goverlay-git.git (read-only, click to copy)
Package Base: goverlay-git
Description: A GUI to help manage Vulkan/OpenGL overlays
Upstream URL: https://github.com/benjamimgois/goverlay
Keywords: MangoHud OpenGL vkBasalt Vulkan
Licenses: GPL-3.0-or-later
Conflicts: goverlay
Provides: goverlay
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 16
Popularity: 0.041814
First Submitted: 2020-03-10 17:48 (UTC)
Last Updated: 2024-03-26 15:01 (UTC)

Dependencies (11)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

benjamimgois commented on 2023-05-07 01:08 (UTC)

Hey @yochananmarqos, how're you ? There's a issue with UI scalling that happens on Goverlay versions from the AUR that i would like to fix. It must be applied before compiling. The .tar.xz version on my github already has it. We basically have disable HiDpi in Qt so LCL can do that. Todo that, we have to comment a line and rebuild lazarus before compiling the project. Here is the step by step that need to be done:

1- open the file /usr/lib/lazarus/lcl/interfaces/qt5/qtobject.inc

2- Comment line (it is line 38)

QCoreApplication_setAttribute(QtAA_DisableHighDpiScaling, True);

3 - Rebuild lazarus (Tools > configure build lazarus > build) and your app (qt5 ws should automatically rebuld).

Is it possible to do this in the pkbuild ?

benjamimgois commented on 2022-12-13 14:29 (UTC)

Hey @pkr, thanks for reporting. I already found the issue, will fix it later today.

pkr commented on 2022-12-12 09:56 (UTC) (edited on 2022-12-12 09:58 (UTC) by pkr)

Latest build does not work.


/home/abc/.cache/yay/goverlay-git/src/goverlay/goverlay.lpr(10,49) Fatal: (10022) Can't find unit hudbackgroundUnit used by goverlay
Fatal: (1018) Compilation aborted
Error: /usr/bin/ppcx64 returned an error exitcode
Error: (lazarus) Compile Project, Mode: Release, Target: goverlay: stopped with exit code 1
Error: (lazbuild) failed compiling of project /home/paul/.cache/yay/goverlay-git/src/goverlay/goverlay.lpi
make: *** [Makefile:9: goverlay] Error 2
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: goverlay-git

yochananmarqos commented on 2021-12-17 17:33 (UTC)

@benjamimgois: I've added them as optional dependencies.

benjamimgois commented on 2021-12-17 16:20 (UTC) (edited on 2021-12-17 16:21 (UTC) by benjamimgois)

Hey @yochananmarqos, in the latest Goverlay versions i had to add some new dependencies to make it more feature complete. In order to make it easier for users, could you add the following packages as dependecies ?

ttf-dejavu , ttf-ubuntu-font-family , breeze

yochananmarqos commented on 2021-11-29 23:50 (UTC)

@benjamimgois: No worries, the latest commits have resolved the issue.

benjamimgois commented on 2021-11-29 23:04 (UTC)

Sorry guys, i had some issues on the latest commits and had to revert then. I think that it's working now. Take a look

yochananmarqos commented on 2021-11-29 23:00 (UTC)

@andyl98: That happened to me as well before the 0.7 release, but it's been resolved. Apparently your AUR helper isn't helping you out much.

andyl98 commented on 2021-11-29 22:56 (UTC) (edited on 2021-11-29 22:59 (UTC) by andyl98)

I am receiving the following error with the latest commit as of the time of this comment:


==> Starting check()...
appstreamcli validate --pedantic data/io.github.benjamimgois.goverlay.metainfo.xml
P: io.github.benjamimgois.goverlay:~: releases-info-missing
W: io.github.benjamimgois.goverlay:20: screenshot-image-not-found
     https://i.ibb.co/gdh0CcH/goverlay062-1c.jpg - Failed to download file: Could not resolve
     host: cdn.i.ibb.co
W: io.github.benjamimgois.goverlay:28: screenshot-image-not-found
     https://i.ibb.co/4Z4RWng/goverlay062-3b.jpg - Failed to download file: Could not resolve
     host: cdn.i.ibb.co
W: io.github.benjamimgois.goverlay:24: screenshot-image-not-found
     https://i.ibb.co/T1wr33t/goverlay062-2b.jpg - Failed to download file: Could not resolve
     host: cdn.i.ibb.co

Validation failed: warnings: 3, pedantic: 1
make: *** [Makefile:46: tests] Error 3
==> ERROR: A failure occurred in check().
    Aborting...
error: failed to build 'goverlay-git-0.7.r0.gf18ddb4-1': 
error: packages failed to build: goverlay-git-0.7.r0.gf18ddb4-1

yochananmarqos commented on 2020-11-23 01:41 (UTC)

@benjamingois: Done!