Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: a weird thing with libopenmpt (Read 253 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

a weird thing with libopenmpt

Hey!

Looking at the libopenmpt PKGBUILD ...

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

Yes, it's in the list of 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*

Re: a weird thing with libopenmpt

Reply #1
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 ?

Re: a weird thing with libopenmpt

Reply #2
The code snippet you posted is not from our PKGBUILD, since there is no explicitly disabled libogg there.


 

Re: a weird thing with libopenmpt

Reply #4
I just mean this is meaningless:
Code: [Select]
libogg  # required by pkgconf

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

 :-[  :-*