Skip to content
This repository has been archived by the owner on Apr 16, 2024. It is now read-only.

Commit

Permalink
Make VST plugins be found
Browse files Browse the repository at this point in the history
  • Loading branch information
hfiguiere authored and GeorgesStavracas committed May 17, 2021
1 parent ab9f967 commit cf3d327
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion com.obsproject.Studio.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"--talk-name=org.mate.SessionManager",
"--talk-name=org.gnome.SessionManager",
"--own-name=org.kde.StatusNotifierItem-2-2",
"--system-talk-name=org.freedesktop.Avahi"
"--system-talk-name=org.freedesktop.Avahi",
"--env=VST_PATH=/app/extensions/Plugins/lxvst"
],
"add-extensions": {
"com.obsproject.Studio.Plugin": {
Expand Down Expand Up @@ -50,6 +51,14 @@
"add-ld-path": ".",
"no-autodownload": true,
"autodelete": true
},
"org.freedesktop.LinuxAudio.Plugins": {
"directory": "extensions/Plugins",
"version": "20.08",
"add-ld-path": "lib",
"merge-dirs": "lxvst",
"subdirectories": true,
"no-autodownload": true
}
},
"cleanup": [
Expand Down Expand Up @@ -301,6 +310,7 @@
],
"post-install": [
"install -d /app/plugins",
"install -d /app/extensions/Plugins",
"install -d /app/lib/blackmagic /app/lib/ndi /app/lib/v4l2sink",
"ln -s /app/lib/ndi/obs-ndi.so /app/lib/obs-plugins/obs-ndi.so",
"mkdir -p /app/share/obs/obs-plugins/obs-ndi",
Expand Down

0 comments on commit cf3d327

Please sign in to comment.