Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 56810 - wavbreaker-0.5.ebuild (update for new version)
Summary: wavbreaker-0.5.ebuild (update for new version)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-12 11:15 UTC by Timothy Robinson
Modified: 2004-07-20 17:53 UTC (History)
1 user (show)

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


Attachments
the new ebuild (wavbreaker-0.5.ebuild,659 bytes, text/plain)
2004-07-12 11:17 UTC, Timothy Robinson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Robinson 2004-07-12 11:15:58 UTC
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:
Comment 1 Timothy Robinson 2004-07-12 11:17:17 UTC
Created attachment 35259 [details]
the new ebuild
Comment 2 Jeremy Huddleston (RETIRED) gentoo-dev 2004-07-20 17:47:22 UTC
I think you can use -ansi -pedantic to have gcc complain about the var definition stuff ;)  I'll check this out.  thanks.
Comment 3 Jeremy Huddleston (RETIRED) gentoo-dev 2004-07-20 17:53:09 UTC
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
Comment 4 Jeremy Huddleston (RETIRED) gentoo-dev 2004-07-20 17:53:09 UTC
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