[Slackbuilds-users] obs-studio-29.0.0.b3 fails to build
Christoph Willing
chris.willing at optusnet.com.au
Mon Feb 27 00:43:39 UTC 2023
Sorry no - disregard my previous comment.
Looking more carefully at your first email which has your directory
contents, I see that the main tarball is missing. Check the info file
- you also need to wget
https://sourceforge.net/projects/slackbuildsdirectlinks/files/obs/obs-studio-409cfa43357c6296f53dc08e47e032284fc5fba2.tar.gz
chris
----- Original Message -----
From: "Christoph Willing" <chris.willing at linux.com> "SlackBuilds.org
Users List" <slackbuilds-users at slackbuilds.org>
To:"SlackBuilds.org Users List" <slackbuilds-users at slackbuilds.org>
Cc:
Sent:Mon, 27 Feb 2023 11:33:03 +1100
Subject:Re: [Slackbuilds-users] obs-studio-29.0.0.b3 fails to build
I'm away from homebase so can't check in depth right now but I think
you have downloaded the DOWNLOAD files instead of DOWNLOAD_x86_64
files.
chris
----- Original Message -----
From: "SlackBuilds.org Users List" <slackbuilds-users at slackbuilds.org>
To:"SlackBuilds.org Users List" <slackbuilds-users at slackbuilds.org>
Cc:
Sent:Sun, 26 Feb 2023 14:16:46 -0800 (PST)
Subject:Re: [Slackbuilds-users] obs-studio-29.0.0.b3 fails to build
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
_______________________________________________
SlackBuilds-users mailing list
SlackBuilds-users at slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/
-------------------------
Email sent using Optus Webmail
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.slackbuilds.org/pipermail/slackbuilds-users/attachments/20230227/c362e1e9/attachment.htm>
More information about the SlackBuilds-users
mailing list