Browse Source

Update OBS script, add carla patch

Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX 1 year ago
parent
commit
c56ef26e66
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 6952 additions and 3 deletions
  1. +6949
    -0
      sources/apps/obs-studio/1000_carla-plugin.patch
  2. +3
    -3
      sources/apps/obs-studio/obs-ppa-regen.sh

+ 6949
- 0
sources/apps/obs-studio/1000_carla-plugin.patch
File diff suppressed because it is too large
View File


+ 3
- 3
sources/apps/obs-studio/obs-ppa-regen.sh View File

@@ -4,11 +4,11 @@ set -e

PPA_URL="https://launchpad.net/~obsproject/+archive/ubuntu/obs-studio"
SUFFIX="0obsproject1"
VERSION="29.1.2"
VERSION="29.1.3"
DISTS=("focal" "jammy" "kinetic" "lunar")
RVER=5
RVER=1

wget -c "${PPA_URL}/+files/obs-studio_29.1.2.orig.tar.gz"
wget -c "${PPA_URL}/+files/obs-studio_${VERSION}.orig.tar.gz"

for d in ${DISTS[@]}; do
wget -c "${PPA_URL}/+sourcefiles/obs-studio/${VERSION}-${SUFFIX}~${d}/obs-studio_${VERSION}-${SUFFIX}~${d}.debian.tar.xz"


Loading…
Cancel
Save