From 7d1f6f9a25e1290fe691fd09daaec3990decc8f1 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 8 Mar 2025 14:08:23 +0100 Subject: Update flatpak version reference --- README.md | 4 ++-- depends/mglpp | 2 +- meson.build | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 18bac1f..10e2ead 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ A program called `gsr-ui-cli` is also installed when installing this software. T # Installation If you are using an Arch Linux based distro then you can find gpu screen recorder ui on aur under the name gpu-screen-recorder-ui (`yay -S gpu-screen-recorder-ui`).\ If you are running another distro then you can run `sudo ./install.sh`, but you need to manually install the dependencies, as described below.\ -You can also install gpu screen recorder (the gtk gui version) from [flathub](https://flathub.org/apps/details/com.dec05eba.gpu_screen_recorder). This flatpak includes both this UI and gpu-screen-recorder so no need to install that first. +You can also install gpu screen recorder from [flathub](https://flathub.org/apps/details/com.dec05eba.gpu_screen_recorder). This flatpak includes both this UI and gpu-screen-recorder so no need to install that first. # Dependencies GPU Screen Recorder UI uses meson build system so you need to install `meson` to build GPU Screen Recorder UI. @@ -56,4 +56,4 @@ See [https://git.dec05eba.com/?p=about](https://git.dec05eba.com/?p=about). # FAQ ## I get an error when trying to start the gpu-screen-recorder-ui.service systemd service -If you have previously used the flatpak version of GPU Screen Recorder with the new UI then non-flatpak version of the systemd service will conflict with that. Run `gsr-ui` to fix that. +If you have previously used the flatpak version of GPU Screen Recorder with the new UI then the non-flatpak version of the systemd service will conflict with that. Run `gsr-ui` to fix that. diff --git a/depends/mglpp b/depends/mglpp index b4ce16d..44f0026 160000 --- a/depends/mglpp +++ b/depends/mglpp @@ -1 +1 @@ -Subproject commit b4ce16d4b92d225de2c75f9c039f0c924129cc28 +Subproject commit 44f002631fc3ebbaa54846909e422eb757881c8a diff --git a/meson.build b/meson.build index 13bc195..2a0d71a 100644 --- a/meson.build +++ b/meson.build @@ -54,7 +54,7 @@ datadir = get_option('datadir') gsr_ui_resources_path = join_paths(prefix, datadir, 'gsr-ui') add_project_arguments('-DGSR_UI_VERSION="' + meson.project_version() + '"', language: ['c', 'cpp']) -add_project_arguments('-DGSR_FLATPAK_VERSION="5.1.7"', language: ['c', 'cpp']) +add_project_arguments('-DGSR_FLATPAK_VERSION="5.1.8"', language: ['c', 'cpp']) executable( meson.project_name(), -- cgit v1.2.3-70-g09d2