Bug 178734 - kdemultimedia: cleanup .la files
Summary: kdemultimedia: cleanup .la files
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: kdemultimedia
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Than Ngo
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-01-23 20:54 UTC by Rex Dieter
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-02-22 15:22:52 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Rex Dieter 2006-01-23 20:54:34 UTC
kdemm's .la files (can) contain references to both libltdl.la and -lasound. 
 
If not fixed, need to add to -devel: 
Req: asound-devel 
 
To (IMO) fix: 
## clean .la files 
# if built without --without-libltdl: /usr/lib/libltdl.la 
sed -i -e "s@%{_libdir}/libltdl.la@@g" $RPM_BUILD_ROOT%{_libdir}/lib*.la ||: 
# alsa-lib/asound 
sed -i -e "s@-lasound@@g" $RPM_BUILD_ROOT%{_libdir}/lib*.la ||:

Comment 1 Than Ngo 2006-02-22 15:22:52 UTC
>If not fixed, need to add to -devel: 
>Req: asound-devel 

i think you mean "alsa-lib-devel". It's now fixed in kdemultimedia-3.5.1-2.
Many thanks for your report.

Comment 2 Rex Dieter 2006-02-22 15:24:41 UTC
asound-devel -> alsa-lib-devel (oops, of course)...


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