Bug 135987 - pkgconfig file has a bug
Summary: pkgconfig file has a bug
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: speex
Version: 3
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Colin Walters
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: FC3Target
TreeView+ depends on / blocked
 
Reported: 2004-10-16 11:17 UTC by Michael A. Peters
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version: 1.0.4-4
Clone Of:
Environment:
Last Closed: 2004-10-18 18:28:19 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
patch for speex-1.0.4-3 (382 bytes, patch)
2004-10-18 01:48 UTC, Michael Schwendt
no flags Details | Diff

Description Michael A. Peters 2004-10-16 11:17:07 UTC
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.

Comment 1 Michael Schwendt 2004-10-18 01:48:02 UTC
Created attachment 105361 [details]
patch for speex-1.0.4-3

Comment 2 Miloslav Trmač 2004-10-18 18:28:19 UTC
Fixed in speex-1.0.4-4. Thanks for the patch.


Note You need to log in before you can comment on or make changes to this bug.