Skip to content

Commit

Permalink
fixup obs regen
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Jul 5, 2023
1 parent d52fb95 commit b0b6c95
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sources/apps/obs-studio/obs-ppa-regen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ PPA_URL="https://launchpad.net/~obsproject/+archive/ubuntu/obs-studio"
SUFFIX="0obsproject1"
VERSION="29.1.2"
DISTS=("focal" "jammy" "kinetic" "lunar")
RVER=5

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

Expand All @@ -16,11 +17,10 @@ for d in ${DISTS[@]}; do
tar xf obs-studio_${VERSION}-${SUFFIX}~${d}.debian.tar.xz -C obs-studio
sed -i "s/Build-Depends:/Build-Depends: carla, carla-dev,/" obs-studio/debian/control
mkdir -p obs-studio/debian/patches
cp *.patch obs-studio/debian/patches
cp 1000_carla-plugin.patch obs-studio/debian/patches
echo 1000_carla-plugin.patch >> obs-studio/debian/patches/series
echo 1001_qt5-compat.patch >> obs-studio/debian/patches/series
pushd obs-studio
env DEBEMAIL="falktx@falktx.com" dch -v "${VERSION}-${SUFFIX}+carla3~${d}" -D "${d}" --force-distribution "Add carla plugin host module"
env DEBEMAIL="falktx@falktx.com" dch -v "${VERSION}-${SUFFIX}+carla${RVER}~${d}" -D "${d}" --force-distribution "Add carla plugin host module"
debuild --no-lintian -S -sa -d
popd
done

0 comments on commit b0b6c95

Please sign in to comment.