Skip to content

Commit

Permalink
OBS Studio: update to 30.0.0 on Bookworm ARM32/ARM64 and Jammy ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Nov 19, 2023
1 parent e4a484c commit ba1b04d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions apps/OBS Studio/description
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Free and open source software for video recording and live streaming.

Available Versions:
ARM32/ARM64 - Debian Bullseye/Bookworm: 29.1.3
ARM64 - Ubuntu Focal/Jammy: 29.1.3
ARM32/ARM64 - Debian Bookworm: 30.0.0
ARM64 - Ubuntu Jammy: 30.0.0
ARM32/ARM64 - Debian Bullseye: 29.1.3
ARM64 - Ubuntu Focal: 29.1.3
ARM64 - Ubuntu Bionic: 28.1.2

To run: Menu -> Sound & Video -> OBS Studio
Expand Down
4 changes: 2 additions & 2 deletions apps/OBS Studio/install-32
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ if [ "$__os_codename" == "bullseye" ]; then
install_packages qt6-qpa-plugins https://github.com/Pi-Apps-Coders/files/releases/download/large-files/obs-studio-29.1.3-1-armhf-bullseye.deb || exit 1
elif [ "$__os_codename" == "bookworm" ]; then
# install bookworm version
install_packages qt6-qpa-plugins https://github.com/Pi-Apps-Coders/files/releases/download/large-files/obs-studio-29.1.3-1-armhf-bookworm.deb || exit 1
install_packages qt6-qpa-plugins https://github.com/Pi-Apps-Coders/files/releases/download/large-files/obs-studio-30.0.0-1-armhf-bookworm.deb || exit 1
else
# note: bump this version to whatever the version of OBS-Studio we have precompiled debs for
# if the distro version is equal or newer, prefer it to our debs
# perform the package_is_new_enough check after purging obs-studio to prevent accidentally checking our own precompiled deb if it happens to still be installed
if package_is_new_enough obs-studio 29.1.3 ;then
if package_is_new_enough obs-studio 30.0.0 ;then
install_packages obs-studio || exit 1
else
error "User error: You are not using a supported Pi-Apps distribution and OBS Studio from your distribution was too old or not available."
Expand Down
6 changes: 3 additions & 3 deletions apps/OBS Studio/install-64
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ elif [ "$__os_codename" == "focal" ]; then
install_packages qt6-qpa-plugins https://github.com/Pi-Apps-Coders/files/releases/download/large-files/obs-studio-29.1.3-1-arm64-focal.deb || exit 1
elif [ "$__os_codename" == "jammy" ]; then
# install jammy version
install_packages qt6-qpa-plugins https://github.com/Pi-Apps-Coders/files/releases/download/large-files/obs-studio-29.1.3-3-arm64-jammy.deb || exit 1
install_packages qt6-qpa-plugins https://github.com/Pi-Apps-Coders/files/releases/download/large-files/obs-studio-30.0.0-1-arm64-jammy.deb || exit 1
elif [ "$__os_codename" == "bookworm" ]; then
# install bookworm version
install_packages qt6-qpa-plugins https://github.com/Pi-Apps-Coders/files/releases/download/large-files/obs-studio-29.1.3-1-arm64-bookworm.deb || exit 1
install_packages qt6-qpa-plugins https://github.com/Pi-Apps-Coders/files/releases/download/large-files/obs-studio-30.0.0-1-arm64-bookworm.deb || exit 1
else
# note: bump this version to whatever the version of OBS-Studio we have precompiled debs for
# if the distro version is equal or newer, prefer it to our debs
# perform the package_is_new_enough check after purging obs-studio to prevent accidentally checking our own precompiled deb if it happens to still be installed
if package_is_new_enough obs-studio 29.1.3 ;then
if package_is_new_enough obs-studio 30.0.0 ;then
install_packages obs-studio || exit 1
else
error "User error: You are not using a supported Pi-Apps distribution and OBS Studio from your distribution was too old or not available."
Expand Down

0 comments on commit ba1b04d

Please sign in to comment.