try patching again
This commit is contained in:
parent
39bb849809
commit
a744fe38b7
5
debian/control
vendored
5
debian/control
vendored
@ -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
|
||||
|
||||
|
2
debian/source/format
vendored
2
debian/source/format
vendored
@ -1 +1 @@
|
||||
3.0 (quilt)
|
||||
3.0 (native)
|
||||
|
2
main.sh
2
main.sh
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user