Hi tytan652,
if I understand correctly, your PKGBUILD always builds a debug package alongside the normal package, regardless of the user's makepkg.conf - is that correct?
Line 104 of PKGBUILD:
options=('debug')
I prefer to not have unnecessary *-debug packages on my system and save time by skipping these builds, as described at: https://wiki.archlinux.org/title/Makepkg#Disable_debug_packages_and_LTO
I was wondering if there's any specific reason, why you enforce debug builds? Maybe it's just something that you were kind of unaware of for the "consumer" side of your packages? It would be awesome if your PKGBUILDs would respect the user's local makepkg.conf, if there's otherwise no benefit of having that debug package. If you need it for your local testing before publishing updates to the AUR, there's a bunch of other options to achieve that. This seems to be in multiple of your packages, noticed it with libajantv2 as well just today due to the rebuild.
I hope I'm making sense here. Thanks for your time and thanks a lot for all the work you put into maintaining your OBS fork for us!
Pinned Comments
tytan652 commented on 2025-03-15 16:52 (UTC)
If you have issue building please try to downgrade
asioto a version before 1.34.0, this a headers-only library so packages only rely on it as a build-time dependencies.Arch Linux has unfortunately updated
asiowithout testing if packages using it would build andwebsocketpphappens to not work with the newestasio.tytan652 commented on 2023-01-13 07:51 (UTC) (edited on 2023-01-13 07:52 (UTC) by tytan652)
For those who might ask why
libva-vdpau-driverwas added to conflicts.It is the only way at package level to prevent the user to have segfaults because of this driver. This will not be fixed on OBS side since this is not an OBS issue.
The driver is only loaded with Nvidia cards.
Try
libva-nvidia-driverif you really need Nvidia decode through VAAPI.tytan652 commented on 2021-05-14 17:49 (UTC) (edited on 2022-07-08 06:03 (UTC) by tytan652)
This package have some dependencies with version check, it will allow you to rebuild the package only when your system is correctly updated. This feature is not enabled on Manjaro.
If you have any issue, please before commenting rebuild this package (a clean build) and try again to make sure it's not because of a library update.
Pamac has a messed up dependency checker, use another AUR helper for the first install.
This AUR package provide OBS with all the missing feature except Twitch, Restream and YouTube integrations.
More explaination here: https://ideas.obsproject.com/posts/1558/
It provide any dependency needed for Wayland support.
It also contains some unmerged PR or backported fix documented in the PKGBUILD.
I'm quite active on OBS discord server (don't PM me directly), so if I saw something that need to be backported I add it.