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 :(
On Wed, Nov 20, 2024 at 03:28:08AM +0300, Andrew Randrianasulu wrote:
> ср, 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 ......
True for ffmpeg, because we have so many versions in pkgsrc. If you
build it in pkgsrc and buildlink3.mk one of them, then the pkg-config
file will be linked to a location where pkg-config can find it.
Thomas
Home |
Main Index |
Thread Index |
Old Index