Re: [packman] Extra: Please add missing macro in Project Config

2020-05-31 Diskussionsfäden Olaf Hering
Am Mon, 1 Jun 2020 02:23:11 +0800 schrieb Maurizio Galli : > The odd thing is that it's following the conditional now and the build is > correct in both PMBS and OBS, Not sure what changed. I removed a couple of stale conditionals now. 'ffmpeg' was still set to 'with'. I thought I had removed i

Re: [packman] Extra: Please add missing macro in Project Config

2020-05-31 Diskussionsfäden Maurizio Galli
On Mon, Jun 1, 2020 at 1:17 AM Olaf Hering wrote: > > Am Sun, 31 May 2020 21:38:18 +0800 > schrieb Maurizio Galli : > > > %define _with_ffmpeg 1 > > '%{with ffmpeg}' used to mean "ffmpeg is available". It said nothing about > the capabilities of the provided ffmpeg. Meanwhile ffmpeg is always pre

Re: [packman] Extra: Please add missing macro in Project Config

2020-05-31 Diskussionsfäden Olaf Hering
Am Sun, 31 May 2020 21:38:18 +0800 schrieb Maurizio Galli : > %define _with_ffmpeg 1 '%{with ffmpeg}' used to mean "ffmpeg is available". It said nothing about the capabilities of the provided ffmpeg. Meanwhile ffmpeg is always present in OBS, so the conditional does not exist anymore in PMBS p

[packman] Extra: Please add missing macro in Project Config

2020-05-31 Diskussionsfäden Maurizio Galli
Hello, Extra currently does not have any macro defined in Project Config. This breaks the functionality of bcond for the proper building of Discord. Could someone please add the following to Extra in Project Config: Macros: %define _with_ffmpeg 1 :Macros Thank you so much. Cheers, Maurizio Galli