Skip to content

Commit

Permalink
OBS Studio: update to 30.1.2 on Bookworm ARM32/ARM64 and Jammy/Noble …
Browse files Browse the repository at this point in the history
…ARM64
  • Loading branch information
theofficialgman committed Apr 21, 2024
1 parent c02a6c8 commit 349b549
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/OBS Studio/credits
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Install script made by Botspot and RPICoder :)
theofficialgman
5 changes: 3 additions & 2 deletions apps/OBS Studio/description
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Free and open source software for video recording and live streaming.

Available Versions:
ARM32/ARM64 - Debian Bookworm: 30.0.0
ARM64 - Ubuntu Jammy: 30.0.0
ARM32/ARM64 - Debian Bookworm: 30.1.2
ARM64 - Ubuntu Noble: 30.1.2
ARM64 - Ubuntu Jammy: 30.1.2
ARM32/ARM64 - Debian Bullseye: 29.1.3
ARM64 - Ubuntu Focal: 29.1.3
ARM64 - Ubuntu Bionic: 28.1.2
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-30.0.0-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.1.2-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 30.0.0 ;then
if package_is_new_enough obs-studio 30.1.2 ;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
9 changes: 6 additions & 3 deletions apps/OBS Studio/install-64
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,18 @@ 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-30.0.0-1-arm64-jammy.deb || exit 1
install_packages qt6-qpa-plugins https://github.com/Pi-Apps-Coders/files/releases/download/large-files/obs-studio-30.1.2-1-arm64-jammy.deb || exit 1
elif [ "$__os_codename" == "noble" ]; then
# install noble version
install_packages qt6-qpa-plugins https://github.com/Pi-Apps-Coders/files/releases/download/large-files/obs-studio-30.1.2-1-arm64-noble.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-30.0.0-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.1.2-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 30.0.0 ;then
if package_is_new_enough obs-studio 30.1.2 ;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 349b549

Please sign in to comment.