I released a new version of wavbreaker. I just copied the old one to wavbreaker-0.5.ebuild removed the patch line and it built with no problems. I have fixed the gcc 2.95 build problem that the patch was from. I didn't realize that gcc 3.x would let you define vars anywhere in a c document, so it bit me. Reproducible: Always Steps to Reproduce:
Created attachment 35259 [details] the new ebuild
I think you can use -ansi -pedantic to have gcc complain about the var definition stuff ;) I'll check this out. thanks.
I've added it to portage, but it's still not working on sparc or amd64 unfortunately... here's the output from wavinfo if you're interestead... I can also give you access to my sparc and amd64 machines if you want to debug on the platform... please see me on IRC for that info... ON AMD64: $ /usr/bin/wavinfo /usr/kde/3.2/share/sounds/pop.wav Header info for: /usr/kde/3.2/share/sounds/pop.wav WaveHeader Size: 24 ChunkHeader Size: 16 FormatChunk Size: 32 RIFF ID: RIFF Total Size: 2338614392529502551 Wave ID: Chunk ID: D
I've added it to portage, but it's still not working on sparc or amd64 unfortunately... here's the output from wavinfo if you're interestead... I can also give you access to my sparc and amd64 machines if you want to debug on the platform... please see me on IRC for that info... ON AMD64: $ /usr/bin/wavinfo /usr/kde/3.2/share/sounds/pop.wav Header info for: /usr/kde/3.2/share/sounds/pop.wav WaveHeader Size: 24 ChunkHeader Size: 16 FormatChunk Size: 32 RIFF ID: RIFF Total Size: 2338614392529502551 Wave ID: Chunk ID: D¬ Chunk Size: 7022344801103118338 Chunk D¬ is not a Format Chunk error seeking to 7022344801103118338 in file ON SPARC: $ /usr/bin/wavinfo /usr/kde/3.2/share/sounds/pop.wav Header info for: /usr/kde/3.2/share/sounds/pop.wav WaveHeader Size: 12 ChunkHeader Size: 8 FormatChunk Size: 16 RIFF ID: RIFF Total Size: 3792633856 Wave ID: WAVE Chunk ID: fmt Chunk Size: 268435456 Compression format is of type: 256 Channels: 256 Sample Rate: 1152122880 Bytes / Sec: 2287468800 wBlockAlign: 512 Bits Per Sample Point: 4096 Compressed wave data not supported ON X86: $ /usr/bin/wavinfo /usr/kde/3.2/share/sounds/pop.wav Header info for: /usr/kde/3.2/share/sounds/pop.wav WaveHeader Size: 12 ChunkHeader Size: 8 FormatChunk Size: 16 RIFF ID: RIFF Total Size: 4066 Wave ID: WAVE Chunk ID: fmt Chunk Size: 16 Compression format is of type: 1 Channels: 1 Sample Rate: 44100 Bytes / Sec: 88200 wBlockAlign: 2 Bits Per Sample Point: 16 wavDataPtr: 44 wavDataSize: 4024