Artix Linux Forum

Artix Linux => Package management => Topic started by: cr6 on 11 April 2024, 00:05:23

Title: a weird thing with libopenmpt
Post by: cr6 on 11 April 2024, 00:05:23
Hey!

Looking at the libopenmpt PKGBUILD (https://gitea.artixlinux.org/packages/libopenmpt/src/branch/master/PKGBUILD#L14) ...

Code: [Select]
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:
Code: [Select]
$ ./configure --help
  --without-ogg           Disable use of libogg.

 ;)

*sometimes I feel like maintainers aren’t paying attention*
Title: Re: a weird thing with libopenmpt
Post by: gripped on 11 April 2024, 01:17:01
I've got déjà vu.
This is the diff between the the Arch and the Artix PKGBUILD:
Code: [Select]
  

Do you think there might be some automation involved ?
Title: Re: a weird thing with libopenmpt
Post by: artoo on 11 April 2024, 15:17:47
The code snippet you posted is not from our PKGBUILD, since there is no explicitly disabled libogg there.
Title: Re: a weird thing with libopenmpt
Post by: cr6 on 11 April 2024, 20:45:00

French bashisms  :P

---------------------------------------------------------------------------------------
The code snippet you posted is not from our PKGBUILD...

How's that?

Code: [Select]
depends=(
  libogg  # required by pkgconf

It's in our PKGBUILD (https://gitea.artixlinux.org/packages/libopenmpt/src/branch/master/PKGBUILD#L14)
Title: Re: a weird thing with libopenmpt
Post by: cr6 on 11 April 2024, 21:06:51
I just mean this is meaningless:
Code: [Select]
libogg  # required by pkgconf

Since you can do:
Code: [Select]
$ ./configure --without-ogg

 :-[  :-*