Description of problem: speex-devel file has bad pkgconfig file Version-Release number of selected component (if applicable): speex-devel-1.0.4-3 How reproducible: everytime Steps to Reproduce: 1. cat /usr/lib/pkgconfig/speex.pc 2. 3. Actual results: # libogg pkg-config source file prefix=/usr exec_prefix=/usr libdir=/usr/lib includedir=/usr/include Name: speex Description: Speex is an audio codec tuned for speech Version: @SPEEX_VERSION@ Requires: ogg Conflicts: Libs: -L${libdir} -lspeex Cflags: -I${includedir} Expected results: # libogg pkg-config source file prefix=/usr exec_prefix=/usr libdir=/usr/lib includedir=/usr/include Name: speex Description: Speex is an audio codec tuned for speech Version: 1.0.4 Requires: ogg Conflicts: Libs: -L${libdir} -lspeex Cflags: -I${includedir} Additional info: I think fixing this will allow the gstreamer plugin to be compiled.
Created attachment 105361 [details] patch for speex-1.0.4-3
Fixed in speex-1.0.4-4. Thanks for the patch.