Bug 154990

Summary: endian fix for audiocd on NetBSD, possibly others
Product: [Frameworks and Libraries] kio Reporter: Mark Davies <mark>
Component: audiocdAssignee: icefox
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: NetBSD pkgsrc   
OS: NetBSD   
Latest Commit: Version Fixed In:
Attachments: NetBSD endian patch
additional patch to what was committed

Description Mark Davies 2008-01-02 21:12:34 UTC
Version:            (using KDE KDE 3.97.0)
Installed from:    NetBSD pkgsrc
OS:                NetBSD

NetBSD needs include of <machine/endian.h> to use BYTE_ORDER defines in kioslave/audiocd/plugins/lame/encoderlame.cpp.

patch follows.
Comment 1 Mark Davies 2008-01-02 21:13:33 UTC
Created attachment 22808 [details]
NetBSD endian patch
Comment 2 Urs Wolfer 2008-01-02 23:10:44 UTC
SVN commit 756193 by uwolfer:

endian fix for audiocd on NetBSD
Initial patch by Mark Davies.
BUG: 154990

 M  +6 -0      encoderlame.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=756193
Comment 3 Mark Davies 2008-01-02 23:44:31 UTC
Created attachment 22811 [details]
additional patch to what was committed

Hadn't noticed the <sys/endian.h> change post RC2. So the attached patch tweaks
what just got committed to also handle that.
Comment 4 Urs Wolfer 2008-01-05 21:10:19 UTC
SVN commit 757750 by uwolfer:

Additional fix for NetBSD.
Patch by Mark Davies.
CCBUG:154990

 M  +4 -2      encoderlame.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=757750