/usr/lib/x86_64-linux-gnu/pkgconfig/alsaplayer.pc is in libalsaplayer-dev 0.99.81-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/lib/x86_64-linux-gnu
includedir=${prefix}/include
plugindir=${prefix}/lib/x86_64-linux-gnu/alsaplayer
alsaplayer_includedir=${prefix}/include/alsaplayer
inputplugindir=${plugindir}/input
outputplugindir=${plugindir}/output
scopeplugindir=${plugindir}/scopes
interfaceplugindir=${plugindir}/interface
Name: AlsaPlayer
Description: AlsaPlayer audio player with plugin support
Version: 0.99.81
Libs: -L${libdir} -lalsaplayer -ldl
Cflags: -I${alsaplayer_includedir}
|