Hey!
Looking at the libopenmpt PKGBUILD (https://gitea.artixlinux.org/packages/libopenmpt/src/branch/master/PKGBUILD#L14) ...
depends=(
libogg # required by pkgconf
Yes, it's in the list of dependencies (https://github.com/OpenMPT/openmpt/blob/master/doc/libopenmpt/dependencies.md#dependencies) ... ::)
But this comment is not relevant, because of:
$ ./configure --help
--without-ogg Disable use of libogg.
;)
*sometimes I feel like maintainers aren’t paying attention*
I've got déjà vu.
This is the diff between the the Arch and the Artix PKGBUILD:
Do you think there might be some automation involved ?
The code snippet you posted is not from our PKGBUILD, since there is no explicitly disabled libogg there.
French bashisms :P
---------------------------------------------------------------------------------------
How's that?
depends=(
libogg # required by pkgconf
It's in our PKGBUILD (https://gitea.artixlinux.org/packages/libopenmpt/src/branch/master/PKGBUILD#L14)
I just mean this is
meaningless:
libogg # required by pkgconf
Since you can do:
$ ./configure --without-ogg
:-[ :-*