Skip to content

build-aux: Add versions to Flatpak plugin extension point - #13735

Open
tytan652 wants to merge 1 commit into
obsproject:masterfrom
tytan652:fp_ext-point_versions_update
Open

build-aux: Add versions to Flatpak plugin extension point#13735
tytan652 wants to merge 1 commit into
obsproject:masterfrom
tytan652:fp_ext-point_versions_update

Conversation

@tytan652

@tytan652 tytan652 commented Aug 1, 2026

Copy link
Copy Markdown
Collaborator

Description

"version" and "branch" are kind of the same in the context of extension point.

  • Enables access to stable branch (Flathub) plugin to Flathub Beta releases
  • Strip away access to beta branch plugins (Flathub Beta), mostly unused by submitters
  • Enables test Flatpak plugin from Flathub submissions to be tested

Before:

  • Flathub release (stable) list only plugin from Flathub (stable)
  • Flathub Beta release (beta) list only plugin from Flathub Beta (beta)

After:

  • Flathub release (stable) list only plugin from Flathub (stable), and allow test branch plugins
  • Flathub Beta release (beta) list only plugin from Flathub (stable), and allow test branch plugins

Motivation and Context

  • Enable access to all stable plugins to OBS Studio beta releases
  • Ease plugin submission testing

How Has This Been Tested?

Local build+install (Flatpak branch set to master), stable branch plugin are still loaded (and test branch is loaded).

Types of changes

  • Tweak (non-breaking change to improve existing functionality)

Checklist:

  • I have read the contributing document.
  • My code has been run through clang-format.
  • My code follows the project's style guidelines
  • My code is not on the master branch.
  • My code has been tested.
  • All commit messages are properly formatted and commits squashed where appropriate.
  • I have included updates to all appropriate documentation.

- Enables access to stable branch (Flathub) plugin to Flathub Beta releases
- Strip away access to beta branch plugins (Flathub Beta), mostly unused
  by submitters
- Enables test Flatpak plugin from Flathub submissions to be tested
@tytan652 tytan652 added kind/enhancement Enhancements are not bugs or new features but can improve usability or performance. platform/linux Categorizes issue or PR as affecting Linux specifically labels Aug 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

kind/enhancement Enhancements are not bugs or new features but can improve usability or performance. platform/linux Categorizes issue or PR as affecting Linux specifically

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant