Skip to content

Commit

Permalink
OBS Studio: update to 30.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Jul 31, 2024
1 parent f40cf5e commit 4ab8798
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions apps/OBS Studio/description
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Free and open source software for video recording and live streaming.

Available Versions:
ARM32/ARM64 - Debian Bookworm: 30.1.2
ARM64 - Ubuntu Noble: 30.1.2
ARM64 - Ubuntu Jammy: 30.1.2
ARM32/ARM64 - Debian Bookworm: 30.2.2
ARM64 - Ubuntu Noble: 30.2.2
ARM64 - Ubuntu Jammy: 30.2.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 @@ -55,12 +55,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.1.2-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.2.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.1.2 ;then
if package_is_new_enough obs-studio 30.2.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
8 changes: 4 additions & 4 deletions apps/OBS Studio/install-64
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,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.1.2-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.2.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
install_packages qt6-qpa-plugins https://github.com/Pi-Apps-Coders/files/releases/download/large-files/obs-studio-30.2.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.1.2-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.2.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.1.2 ;then
if package_is_new_enough obs-studio 30.2.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 4ab8798

Please sign in to comment.