Mercurial > hg > sv-dependency-builds
annotate src/libvorbis-1.3.3/vorbisfile-uninstalled.pc.in @ 152:ffc6df9c760c
List of exclusions from the appimage repo
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 28 Jun 2018 15:29:59 +0100 |
parents | 98c1576536ae |
children |
rev | line source |
---|---|
cannam@86 | 1 # vorbisfile uninstalled pkg-config file |
cannam@86 | 2 |
cannam@86 | 3 prefix= |
cannam@86 | 4 exec_prefix= |
cannam@86 | 5 libdir=${pcfiledir}/lib |
cannam@86 | 6 includedir=${pcfiledir}/include |
cannam@86 | 7 |
cannam@86 | 8 Name: vorbisfile |
cannam@86 | 9 Description: vorbisfile is a library that provides a convenient high-level API for decoding and basic manipulation of all Vorbis I audio streams (uninstalled) |
cannam@86 | 10 Version: @VERSION@ |
cannam@86 | 11 Requires: vorbis |
cannam@86 | 12 Conflicts: |
cannam@86 | 13 Libs: ${libdir}/libvorbisfile.la |
cannam@86 | 14 Cflags: -I${includedir} |