tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: No-one noticed that my package (cingg-netbsd) was broken :(





ср, 20 нояб. 2024 г., 00:06 Thomas Klausner <wiz%gatalith.at@localhost>:
On Tue, Nov 19, 2024 at 04:37:11PM +0300, Andrew Randrianasulu wrote:
> But what if program depend of few libs in different prefixes?

Then it should call pkg-config for each of them and use the results.

netbsd10# pkg-config --libs ffmpeg
Package ffmpeg was not found in the pkg-config search path.
Perhaps you should add the directory containing `ffmpeg.pc'
to the PKG_CONFIG_PATH environment variable
Package 'ffmpeg' not found
netbsd10# pkg-config --libs ffmpeg6
Package ffmpeg6 was not found in the pkg-config search path.
Perhaps you should add the directory containing `ffmpeg6.pc'
to the PKG_CONFIG_PATH environment variable
Package 'ffmpeg6' not found


so, for this to work one already must know where package installs its .pc files ......


 Thomas


Home | Main Index | Thread Index | Old Index