Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 158246 - media-sound/ssrc-1.30 - sparc keyword ?
Summary: media-sound/ssrc-1.30 - sparc keyword ?
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Sparc Porters
URL: http://shibatch.sourceforge.net/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-15 15:01 UTC by David Watzke
Modified: 2007-01-08 19:18 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to update 1.29 ebuild to 1.30 (ssrc-1.29-to-1.30.patch,690 bytes, patch)
2006-12-15 15:02 UTC, David Watzke
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Watzke 2006-12-15 15:01:01 UTC
By the way, media-sound/ssrc-1.30 works on amd64 :) I've tested it on the file mentioned in the ebuild (KDE's pop.wav).

$ ssrc /20GB/kde/3.5/share/sounds/pop.wav pop1.wav
Shibatch sampling rate converter version 1.30

frequency : 44100 -> 44100
attenuation : 0dB
bits per sample : 16 -> 16
nchannels : 1
length : 4024 bytes, 0.0456236 secs
dither type : none

 100% processed
Comment 1 David Watzke 2006-12-15 15:02:04 UTC
Created attachment 104098 [details, diff]
patch to update 1.29 ebuild to 1.30
Comment 2 Alexis Ballier gentoo-dev 2007-01-06 21:23:41 UTC
Bumped, ~amd64 keyworded.

ssrc --rate 11025  pop.wav toto.wav
Shibatch sampling rate converter version 1.30

frequency : 44100 -> 11025
attenuation : 0dB
bits per sample : 16 -> 16
nchannels : 1
length : 4024 bytes, 0.0456236 secs
dither type : none

 100% processed


sparc, could you please have a look at it and if that works keyword it ? for now it's -sparc because of a segfault converting kde's pop.wav to 11025. It was -amd64 for the same reason but here it works fine.
Comment 3 Gustavo Zacarias (RETIRED) gentoo-dev 2007-01-08 19:18:58 UTC
gustavoz@ayanami ~ $ ssrc /usr/kde/3.5/share/sounds/pop.wav pop1.wav
Shibatch sampling rate converter version 1.30

Error: Only PCM is supported.
gustavoz@ayanami ~ $ file /usr/kde/3.5/share/sounds/pop.wav pop1.wav
/usr/kde/3.5/share/sounds/pop.wav: RIFF (little-endian) data, WAVE audio, Microsoft PCM, 16 bit, mono 44100 Hz

I guess not, the problem here is probably endian-b0rkage rather than 64 bit b0rkage (since our userland is 32 bit anyway).