Apply patches

This commit is contained in:
ferrreo 2023-04-28 19:06:46 +01:00 committed by GitHub
parent 2dcd0957ee
commit af89b0bbd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ git clone --recursive https://github.com/obsproject/obs-studio.git
cp -rvf ./debian ./obs-studio/ cp -rvf ./debian ./obs-studio/
cd ./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 brute force # Get build deps brute force
#apt-get build-dep ./ -y #apt-get build-dep ./ -y
@ -36,6 +36,6 @@ apt-get install -y libasound2-dev libfdk-aac-dev libfontconfig-dev libfreetype6-
#dpkg-buildpackage #dpkg-buildpackage
# Move the debs to output # Move the debs to output
cd ../ cd ./
mkdir -p ./output mkdir -p ./output
mv ./*.deb ./output/ mv ./obs-studio/build/obs-studio*.deb ./output/