obs: update to 29.1.3.

This commit is contained in:
lemmi 2023-09-10 10:34:28 +02:00
parent ef93ba9941
commit cea9eb650b

View file

@ -1,7 +1,7 @@
# Template file for 'obs' # Template file for 'obs'
pkgname=obs pkgname=obs
version=29.1.2 version=29.1.3
revision=4 revision=1
archs="i686* x86_64* ppc64le* aarch64*" archs="i686* x86_64* ppc64le* aarch64*"
build_style=cmake build_style=cmake
configure_args="-DOBS_VERSION_OVERRIDE=${version} -DENABLE_JACK=ON configure_args="-DOBS_VERSION_OVERRIDE=${version} -DENABLE_JACK=ON
@ -20,7 +20,7 @@ license="GPL-2.0-or-later"
homepage="https://obsproject.com" homepage="https://obsproject.com"
changelog="https://github.com/obsproject/obs-studio/releases" changelog="https://github.com/obsproject/obs-studio/releases"
distfiles="https://github.com/obsproject/obs-studio/archive/${version}.tar.gz" distfiles="https://github.com/obsproject/obs-studio/archive/${version}.tar.gz"
checksum=215f1fa5772c5dd9f3d6e35b0cb573912b00320149666a77864f9d305525504b checksum=9d9cfbdbdd255f48a23feeefb60089769a65f52bbca24fa31d74125f3bbb0e90
pre_configure() { pre_configure() {
# it's not enough to use -DENABLE_BROWSER ... # it's not enough to use -DENABLE_BROWSER ...