Mercurial > hg > sv-dependency-builds
annotate src/libvorbis-1.3.3/vorbisenc-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 # vorbisenc 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: vorbisenc |
cannam@86 | 9 Description: vorbisenc is a library that provides a convenient API for setting up an encoding environment using libvorbis (uninstalled) |
cannam@86 | 10 Version: @VERSION@ |
cannam@86 | 11 Requires: vorbis |
cannam@86 | 12 Conflicts: |
cannam@86 | 13 Libs: ${libdir}/libvorbisenc.la |
cannam@86 | 14 Cflags: -I${includedir} |