This commit is contained in:
dec05eba
2025-12-25 03:43:23 +01:00
parent 67ddede74a
commit 8e821007da
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
project('gpu-screen-recorder', ['c', 'cpp'], version : '5.11.0', default_options : ['warning_level=2']) project('gpu-screen-recorder', ['c', 'cpp'], version : '5.11.1', default_options : ['warning_level=2'])
add_project_arguments('-Wshadow', language : ['c', 'cpp']) add_project_arguments('-Wshadow', language : ['c', 'cpp'])
if get_option('buildtype') == 'debug' if get_option('buildtype') == 'debug'

View File

@@ -1,7 +1,7 @@
[package] [package]
name = "gpu-screen-recorder" name = "gpu-screen-recorder"
type = "executable" type = "executable"
version = "5.11.0" version = "5.11.1"
platforms = ["posix"] platforms = ["posix"]
[config] [config]
@@ -33,4 +33,4 @@ wayland-client = ">=1"
dbus-1 = ">=1" dbus-1 = ">=1"
libpipewire-0.3 = ">=1" libpipewire-0.3 = ">=1"
libspa-0.2 = ">=0" libspa-0.2 = ">=0"
vulkan = ">=1" vulkan = ">=1"