~ubuntu-branches/ubuntu/trusty/opusfile/trusty

« back to all changes in this revision

Viewing changes to opusfile-uninstalled.pc.in

  • Committer: Package Import Robot
  • Author(s): Ron Lee
  • Date: 2013-05-13 21:43:40 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130513214340-9p3jj0irk8afk7kd
Tags: 0.2+20130513-1
* Snapshot release for unstable.
* Fixes the pkg-config file to avoid overlinking.  Closes: #707969
* Split the URL handling into a separate library, so that linking with
  openssl is only an issue for people who do need that functionality.
  The main opusfile library can now be linked with anything again.
  Closes:  #708008

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
includedir=${pcfiledir}/@top_srcdir@/include
7
7
 
8
8
Name: opusfile uninstalled
9
 
Description: Opus playback library (not installed)
10
 
Version: @VERSION@
11
 
Requires: ogg >= 1.3 opus >= 1.0.1 @openssl@
 
9
Description: High-level Opus decoding library (not installed)
 
10
Version: @PACKAGE_VERSION@
 
11
Requires.private: ogg >= 1.3 opus >= 1.0.1
12
12
Conflicts:
13
 
Libs: ${libdir}/libopusfile.la @ac_cv_search_lrintf@
 
13
Libs: ${libdir}/libopusfile.la @lrintf_lib@
14
14
Cflags: -I${includedir}