Skip to content

Commit

Permalink
Fix v4l2loopback devices not being available. Close #132
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Oct 12, 2021
1 parent 744f7df commit 35803b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -594,9 +594,9 @@ parts:
# Update the icon path
sed -i 's|Icon=com\.obsproject\.Studio|Icon=/usr/share/icons/hicolor/256x256/apps/com\.obsproject\.Studio\.png|' UI/xdg-data/com.obsproject.Studio.desktop
# Apply the "Save device by path" patch https://github.com/obsproject/obs-studio/pull/3437
wget -q "https://patch-diff.githubusercontent.com/raw/obsproject/obs-studio/pull/3437.diff" -O ${SNAPCRAFT_PART_SRC}/3437.diff
patch -p1 < ${SNAPCRAFT_PART_SRC}/3437.diff
# Change search strategy for v4l2loopback devices
wget -q "https://patch-diff.githubusercontent.com/raw/obsproject/obs-studio/pull/5188.diff" -O ${SNAPCRAFT_PART_SRC}/5188.diff
patch -p1 < ${SNAPCRAFT_PART_SRC}/5188.diff
# Apply the "Fix button states for VST plugins" patch https://github.com/obsproject/obs-vst/pull/83
wget -q "https://patch-diff.githubusercontent.com/raw/obsproject/obs-vst/pull/83.diff" -O ${SNAPCRAFT_PART_SRC}/plugins/obs-vst/83.diff
Expand Down

0 comments on commit 35803b5

Please sign in to comment.