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 - Binaries included in source distribution and in the repository!
Summary: Binaries included in source distribution and in the repository!
Status: NEW
Alias: None
Product: SDL_mixer
Classification: Unclassified
Component: misc (show other bugs)
Version: 1.2.12
Hardware: All All
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL: http://www.libsdl.org/projects/SDL_mi...
Keywords:
Depends on:
Blocks:
 
Reported: 2020-02-29 21:15 UTC by Fedja
Modified: 2020-02-29 21:15 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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