[SOLVED] ~read edit1 for solution + improvement idea
Hello,
been trying to install obs-studio-tytan652, but I receive a build error on this package (ffmpeg-obs) build as seem below
ERROR: gnutls not found using pkg-config
I had it installed on my Manjaro Gnome 5.10 kernel, but changed to a Manjaro XFCE 6.10 kernel; after the error I've already tested with the old kernel, so I believe its not related to that.
My system is freshly formatted, and obs was one of the first programs I attempted installing.
Help?
EDIT 1: the problem was with pkg-config install, just had to reinstall and it worked
another program i tried installing gave me an error, maybe could be added those validations here
# aur/obs-linuxbrowser
./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from...
configure.ac:43: the top level
checking for glib-gettext >= 2.2.0...
testing glib-gettextize... found 2.74.4
checking for intltool >= 0.25...
testing intltoolize... found 0.51.0
checking for pkg-config >= 0.14.0...
testing pkg-config... not found.
***Error***: You must have pkg-config >= 0.14.0 installed
to build GConf. Download the appropriate package for
from your distribution or get the source tarball at
'http://www.freedesktop.org/software/pkgconfig/releases/pkgconfig-0.14.0.tar.gz
In general to install the obs-studio-tytan654, I've installed at least pkg-config and dh-autoreconf, also installed automake, but I'm not certain if that was needed for obs or another package
Pinned Comments
tytan652 commented on 2022-07-23 05:48 (UTC) (edited on 2024-06-21 13:15 (UTC) by tytan652)
Please, this package follow Arch Linux
ffmpeg
package version (not the staging or the testing one).Don't put
ffmpeg-obs
out-of-date if both packages are on the same version. If you do, you might be ignored in the future.tytan652 commented on 2021-12-17 15:32 (UTC)
OBS Project actually patch FFmpeg to fix some issues and also add RIST support starting from 27.2.
So I created this package, a ffmpeg package that ensure that you have those.
I really wanted to not do this but some fixes are needed, so I did my best to add those "feature-set options".
They allow you to build ffmpeg with feature-set based on other ffmpeg packages from AUR.
Read the PKGBUILD for more information about them.