Mercurial > hg > sv-dependency-builds
annotate src/opusfile-0.9/opusurl.pc.in @ 83:ae30d91d2ffe
Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author | Chris Cannam |
---|---|
date | Fri, 07 Feb 2020 11:51:13 +0000 |
parents | 7aeed7906520 |
children |
rev | line source |
---|---|
Chris@69 | 1 # opusurl installed pkg-config file |
Chris@69 | 2 |
Chris@69 | 3 prefix=@prefix@ |
Chris@69 | 4 exec_prefix=@exec_prefix@ |
Chris@69 | 5 libdir=@libdir@ |
Chris@69 | 6 includedir=@includedir@ |
Chris@69 | 7 |
Chris@69 | 8 Name: opusurl |
Chris@69 | 9 Description: High-level Opus decoding library, URL support |
Chris@69 | 10 Version: @PACKAGE_VERSION@ |
Chris@69 | 11 Requires: opusfile |
Chris@69 | 12 Requires.private: @openssl@ |
Chris@69 | 13 Conflicts: |
Chris@69 | 14 Libs: -L${libdir} -lopusurl |