The PKGBUILD has been fixed (yipeee). If there is anything else I need to do, lmk and I'll make it happen.
BIN version: https://aur.archlinux.org/packages/obs-plugin-tuna-bin
Git Clone URL: | https://aur.archlinux.org/obs-plugin-tuna-git.git (read-only, click to copy) |
---|---|
Package Base: | obs-plugin-tuna-git |
Description: | Song information plugin for obs-studio git version |
Upstream URL: | https://github.com/univrsal/tuna |
Keywords: | git obs plugin tuna |
Licenses: | GPL2 |
Conflicts: | obs-plugin-tuna, obs-plugin-tuna-bin, obs-tuna |
Provides: | obs-plugin-tuna |
Submitter: | katoitalia |
Maintainer: | None |
Last Packager: | Rucker |
Votes: | 3 |
Popularity: | 0.013951 |
First Submitted: | 2020-10-20 15:29 (UTC) |
Last Updated: | 2024-05-16 19:29 (UTC) |
The PKGBUILD has been fixed (yipeee). If there is anything else I need to do, lmk and I'll make it happen.
BIN version: https://aur.archlinux.org/packages/obs-plugin-tuna-bin
Suggesting an edit for line 28.
add -c protocol.file.allow=always
build will fail with fatal: transport 'file' not allowed
line 46 should also be updated to reflect the correct build path
$srcdir/tuna/install/obs-plugins/64bit/tuna.so
not building, missing tuna.so
mv: cannot stat 'src/tuna/install/tuna/bin/64bit/tuna.so': No such file or directory
please STOP flagging this package as out of date, this is a GIT package, it means that it WILL NOT BE updated as long as it compiles fine as it will ALWAYS compile the latest version upstream automatically
@cobaltspace modified it in
git describe --long --tags | sed 's/^v//;s/([^-]*-g)/r\1/;s/-/./g'
should be ok now
pkgver()
also changes the pkgver
to a lower value than what is listed here, as in vercmp v1.5.3.r1.geab85d1-1 1.5.3-1
is < 0, or v1.5.3.r1.geab85d1-1 < 1.5.3-1. This is probably due to the v
, which should be cut off according to the VCS packaging guidlines on the wiki: https://wiki.archlinux.org/index.php/VCS_package_guidelines
@cobaltspace obs-plugin-tuna does not exist. obs-plugin-tuna-bin does, that's literally the only thing it can conflict with as long as a obs-plugin-tuna is not added to the repo or AUR.
Pinned Comments
katoitalia commented on 2021-10-29 18:03 (UTC) (edited on 2021-10-29 18:04 (UTC) by katoitalia)
please STOP flagging this package as out of date, this is a GIT package, it means that it WILL NOT BE updated as long as it compiles fine as it will ALWAYS compile the latest version upstream automatically