tytan652
tytan652
### Description Requires: - https://github.com/obsproject/obs-deps/pull/203 - https://github.com/obsproject/obs-studio/pull/10150 Replace vendored uthash with prefix/system install. ### Motivation and Context Less vendored dependencies ### How Has This Been Tested? Builds on ArchLinux with...
### Description Relies on: - https://github.com/obsproject/obs-studio/pull/10100 This enables the installation of the header in the include directory by exporting it as an interface target ### Motivation and Context No more...
> [!NOTE] > **The new yarn.lock and dist/index.js inflate the change number of approximately 7 500 lines.** This PR implements some of the idea from #170. 1. Replace Fedora base...
While OBS 30.0.0 was released, Fedora was providing 1.3.3. Now with 30.0.1, it was 1.3.5, this version (with 1.3.4) changes how screenshots are handled which breaks the actions for publishing....
### Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/flatpak/flatpak/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/flatpak/flatpak-builder/issues) for a bug that matches...
I thought it was stable since the compose API was promoted on documentations but the `I_KNOW_THE_APPSTREAM_COMPOSE_API_IS_SUBJECT_TO_CHANGE` thing indicate the opposite. If prioritizing the API over the cli tools is really...
### Description Remove Python version upper limit on Linux ### Motivation and Context We don't rely on the stable ABI on Linux… ### How Has This Been Tested? Quickly tested...
### Description Restore MuteCheckBox indeterminate state icon in Yami Release (before composable theme):  Master:  PR:  ### Motivation and...
### Description - Move non-deps module from the `deps` folder to the `shared` folder - Move UI code that was used in various frontend-plugins as module in the `shared` folder...
### Description Replace pragmas silencing `-Wunguarded-availability-new` by availlability markers. Note: When placing the marker before a function declaration, clang-format can add an empty new line between the marker and the...