Skip to content

Commit

Permalink
Add StreamFX OBS plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rmnvgr committed Sep 2, 2022
1 parent 746ea89 commit 12db4b4
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.flatpak-builder
build-dir
17 changes: 17 additions & 0 deletions com.obsproject.Studio.Plugin.StreamFX.metainfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="addon">
<id>com.obsproject.Studio.Plugin.StreamFX</id>
<extends>com.obsproject.Studio</extends>
<name>StreamFX</name>
<summary>Additional sources, filters, transitions and encoders for OBS Studio</summary>
<description>
<p>StreamFX is a plugin to libOBS (OBS Studio, StreamElements OBS Live) that adds new sources, filters and transitions to give you the ability to drastically improve your stream and recording setup past what was possible in OBS Studio until now. Whether it is blurring out a region, moving something in 3D, or just writing your own shaders as a new transition, source or filter - StreamFX has it all.</p>
</description>
<url type="homepage">https://streamfx.xaymar.com/</url>
<url type="bugtracker">https://github.com/Xaymar/obs-StreamFX/issues</url>
<url type="contact">https://s.xaymar.com/streamfx-dc</url>
<url type="donation">https://github.com/Xaymar/obs-StreamFX/wiki#support-streamfx-on-github-sponsors-or-patreon</url>
<url type="translate">https://crowdin.com/project/obs-stream-effects</url>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-2.0</project_license>
</component>
33 changes: 33 additions & 0 deletions com.obsproject.Studio.Plugin.StreamFX.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
id: com.obsproject.Studio.Plugin.StreamFX
branch: stable
runtime: com.obsproject.Studio
runtime-version: stable
sdk: org.kde.Sdk//6.3
build-extension: true
separate-locales: false
appstream-compose: false
build-options:
prefix: /app/plugins/StreamFX

modules:
- name: streamfx
buildsystem: cmake-ninja
config-opts:
- -DSTRUCTURE_PACKAGEMANAGER=true
- -DENABLE_UPDATER=false
- -DREQUIRE_JSON=true
post-install:
- install -Dm644 --target-directory=${FLATPAK_DEST}/share/metainfo ${FLATPAK_ID}.metainfo.xml
- appstream-compose --basename=${FLATPAK_ID} --prefix=${FLATPAK_DEST} --origin=flatpak ${FLATPAK_ID}
sources:
- type: git
url: https://github.com/Xaymar/obs-StreamFX.git
tag: 0.12.0a106
commit: b3957959ca2d466d5bbee17a8d71b434088e9c93
x-checker-data:
type: json
url: https://api.github.com/repos/Xaymar/obs-StreamFX/releases/latest
tag-query: .tag_name
timestamp-query: .published_at
- type: file
path: com.obsproject.Studio.Plugin.StreamFX.metainfo.xml
4 changes: 4 additions & 0 deletions flathub.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"skip-icons-check": true,
"only-arches": ["x86_64"]
}

0 comments on commit 12db4b4

Please sign in to comment.