[xiph-commits] r18889 - trunk/vorbis

tterribe at svn.xiph.org tterribe at svn.xiph.org
Fri Mar 29 09:49:46 PDT 2013


Author: tterribe
Date: 2013-03-29 09:49:46 -0700 (Fri, 29 Mar 2013)
New Revision: 18889

Modified:
   trunk/vorbis/vorbis.pc.in
   trunk/vorbis/vorbisenc.pc.in
   trunk/vorbis/vorbisfile.pc.in
Log:
Update pkgconfig files to reduce overlinking.

Patch from Cristian Rodriguez.
Reviewed by: David Schleef, Conrad Parker, Ron Lee
Thanks to Brad Smith for kicking us.
Fixes #1759.


Modified: trunk/vorbis/vorbis.pc.in
===================================================================
--- trunk/vorbis/vorbis.pc.in	2013-03-29 15:07:33 UTC (rev 18888)
+++ trunk/vorbis/vorbis.pc.in	2013-03-29 16:49:46 UTC (rev 18889)
@@ -8,7 +8,8 @@
 Name: vorbis
 Description: vorbis is the primary Ogg Vorbis library
 Version: @VERSION@
-Requires: ogg
+Requires.private: ogg
 Conflicts:
-Libs: -L${libdir} -lvorbis -lm
+Libs: -L${libdir} -lvorbis 
+Libs.private: -lm
 Cflags: -I${includedir}

Modified: trunk/vorbis/vorbisenc.pc.in
===================================================================
--- trunk/vorbis/vorbisenc.pc.in	2013-03-29 15:07:33 UTC (rev 18888)
+++ trunk/vorbis/vorbisenc.pc.in	2013-03-29 16:49:46 UTC (rev 18889)
@@ -8,7 +8,7 @@
 Name: vorbisenc
 Description: vorbisenc is a library that provides a convenient API for setting up an encoding environment using libvorbis
 Version: @VERSION@
-Requires: vorbis
+Requires.private: vorbis
 Conflicts:
 Libs: -L${libdir} -lvorbisenc
 Cflags: -I${includedir}

Modified: trunk/vorbis/vorbisfile.pc.in
===================================================================
--- trunk/vorbis/vorbisfile.pc.in	2013-03-29 15:07:33 UTC (rev 18888)
+++ trunk/vorbis/vorbisfile.pc.in	2013-03-29 16:49:46 UTC (rev 18889)
@@ -8,7 +8,7 @@
 Name: vorbisfile
 Description: vorbisfile is a library that provides a convenient high-level API for decoding and basic manipulation of all Vorbis I audio streams
 Version: @VERSION@
-Requires: vorbis
+Requires.private: vorbis
 Conflicts:
 Libs: -L${libdir} -lvorbisfile
 Cflags: -I${includedir}



More information about the commits mailing list