try patching again

This commit is contained in:
Ward Nakchbandi 2023-03-08 17:25:50 +03:00
parent 39bb849809
commit a744fe38b7
3 changed files with 6 additions and 3 deletions

5
debian/control vendored
View File

@ -8,7 +8,10 @@ Homepage: http://obsproject.org
Package: obs-studio
Architecture: amd64
Depends: ${shlibs:Depends}, ${misc:Depends}, qt6-wayland, qt6-qpa-plugins
Depends: ${shlibs:Depends}, ${misc:Depends}, qt6-wayland, qt6-qpa-plugins, obs-gstreamer-vaapi-plugin, obs-gamecapture-plugin
Recommends: obs-gamecapture-plugin:i386
Provides: libobs0, obs-plugins
Conflicts: libobs0, obs-plugins
Replaces: libobs0, obs-plugins
Description: OBS Studio for Ubuntu

View File

@ -1 +1 @@
3.0 (quilt)
3.0 (native)

View File

@ -10,7 +10,7 @@ wget https://launchpad.net/~obsproject/+archive/ubuntu/obs-studio/+sourcefiles/o
tar -xf ./obs-studio_29.0.2.orig.tar.gz -C ./
cp -rvf ./debian ./obs-studio/
cd ./obs-studio
#for i in ../patches/*; do patch -Np1 -i $i ;done
for i in ../patches/*; do patch -Np1 -i $i ;done
# Get build deps
apt-get build-dep ./ -y