Codebase list libsdl2-mixer / c1e91e3
Switch from libmad to libmpg123 to avoid potential GPL licensing issues of libsdl2-mixer users. Felix Geyer 4 years ago
3 changed file(s) with 5 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
11
22 * New upstream version.
33 * Verify signature of upstream tarball.
4 * Switch from libmad to libmpg123 to avoid potential GPL licensing issues
5 of libsdl2-mixer users.
46
57 -- Felix Geyer <fgeyer@debian.org> Sun, 03 Feb 2019 12:11:20 +0100
68
77 Build-Depends: debhelper (>= 11~),
88 libflac-dev (>= 1.2.1),
99 libfluidsynth-dev (>= 1.1.1),
10 libmad0-dev (>= 0.15.1b),
1110 libmodplug-dev (>= 1:0.8.8),
11 libmpg123-dev,
1212 libogg-dev (>= 1.2.0),
1313 libsdl2-dev (>= 2.0.7),
1414 libtool,
4343 confflags += --enable-music-mod-modplug
4444 confflags += --disable-music-mod-mikmod
4545 confflags += --disable-music-mod-modplug-shared
46 # using libmad instead of libsmpeg for mp3 (it's much more popular)
4746 confflags += --enable-music-mp3
48 confflags += --disable-music-mp3-smpeg
49 confflags += --enable-music-mp3-mad-gpl
47 confflags += --enable-music-mp3-mpg123
48 confflags += --disable-music-mp3-mpg123-shared
5049 # ogg
5150 confflags += --enable-music-ogg
5251 confflags += --disable-music-ogg-shared