We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 5009

Summary: Binaries included in source distribution and in the repository!
Product: SDL_mixer Reporter: Fedja <fedja>
Component: miscAssignee: Ryan C. Gordon <icculus>
Status: NEW --- QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: 1.2.12   
Hardware: All   
OS: All   
URL: http://www.libsdl.org/projects/SDL_mixer/release/SDL_mixer-1.2.12.tar.gz

Description Fedja 2020-02-29 21:15:18 UTC
Stop committing rubbish into repositories. It causes unnecessary repository bloat.

If you want to ship pre-built dependencies, then make a SDL_mixer_deps-1.2.12.tar.gz or similar package and the build scripts should be set-up such that specifying the path to built dependencies is possible.

du -chs $(findn dll)
208K    ./VisualC/external/lib/x86/smpeg.dll
36K     ./VisualC/external/lib/x86/libvorbisfile-3.dll
160K    ./VisualC/external/lib/x86/libvorbis-0.dll
24K     ./VisualC/external/lib/x86/libogg-0.dll
260K    ./VisualC/external/lib/x86/libmikmod-2.dll
324K    ./VisualC/external/lib/x86/libFLAC-8.dll
224K    ./VisualC/external/lib/x64/smpeg.dll
36K     ./VisualC/external/lib/x64/libvorbisfile-3.dll
184K    ./VisualC/external/lib/x64/libvorbis-0.dll
28K     ./VisualC/external/lib/x64/libogg-0.dll
248K    ./VisualC/external/lib/x64/libmikmod-2.dll
300K    ./VisualC/external/lib/x64/libFLAC-8.dll
2.0M    total