[Slackbuilds-users] obs-studio-29.0.0.b3 fails to build

Rich Shepard rshepard at appl-ecosys.com
Sun Feb 26 22:16:46 UTC 2023


On Sun, 26 Feb 2023, Rich Shepard wrote:

> The SlackBuild script is using the commit number rather than the source
> directory name:
>
> PRGNAM=obs-studio
> VERSION=${VERSION:-29.0.0.b3}
> COMMIT=409cfa43357c6296f53dc08e47e032284fc5fba2

Looking further in the build script I find this:

TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}

if [ "$ARCH" = "i586" ]; then
   SLKCFLAGS="-O2 -march=i586 -mtune=i686"
   LIBDIRSUFFIX=""
   CEF_ROOT=cef_binary_101.0.18+g367b4a0+chromium-101.0.4951.67_linux32_minimal
elif [ "$ARCH" = "i686" ]; then
   SLKCFLAGS="-O2 -march=i686 -mtune=i686"
   LIBDIRSUFFIX=""
   CEF_ROOT=cef_binary_101.0.18+g367b4a0+chromium-101.0.4951.67_linux32_minimal
elif [ "$ARCH" = "x86_64" ]; then
   SLKCFLAGS="-O2 -fPIC"
   LIBDIRSUFFIX="64"
   CEF_ROOT=cef_binary_4638_linux64
else
  ...

So it should be using the CEF_RTOOT=cef_binary_4638_linux64 rather than the
commit number.

Rich


More information about the SlackBuilds-users mailing list