a weird thing with libopenmpt 11 April 2024, 00:05:23 Hey!Looking at the libopenmpt PKGBUILD ...Code: [Select]depends=( libogg # required by pkgconfYes, 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 – 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 ?
Re: a weird thing with libopenmpt Reply #2 – 11 April 2024, 15:17:47 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 #3 – 11 April 2024, 20:45:00 Quote from: gripped – on 11 April 2024, 01:17:01déjà vu.French bashisms ---------------------------------------------------------------------------------------Quote from: artoo – on 11 April 2024, 15:17:47The code snippet you posted is not from our PKGBUILD...How's that?Code: [Select]depends=( libogg # required by pkgconfIt's in our PKGBUILD
Re: a weird thing with libopenmpt Reply #4 – 11 April 2024, 21:06:51 I just mean this is meaningless:Code: [Select]libogg # required by pkgconfSince you can do:Code: [Select]$ ./configure --without-ogg