Switch from libmad to libmpg123 to avoid potential GPL licensing issues of libsdl2-mixer users.
Felix Geyer
4 years ago
1 | 1 |
|
2 | 2 |
* New upstream version.
|
3 | 3 |
* Verify signature of upstream tarball.
|
|
4 |
* Switch from libmad to libmpg123 to avoid potential GPL licensing issues
|
|
5 |
of libsdl2-mixer users.
|
4 | 6 |
|
5 | 7 |
-- Felix Geyer <fgeyer@debian.org> Sun, 03 Feb 2019 12:11:20 +0100
|
6 | 8 |
|
7 | 7 |
Build-Depends: debhelper (>= 11~),
|
8 | 8 |
libflac-dev (>= 1.2.1),
|
9 | 9 |
libfluidsynth-dev (>= 1.1.1),
|
10 | |
libmad0-dev (>= 0.15.1b),
|
11 | 10 |
libmodplug-dev (>= 1:0.8.8),
|
|
11 |
libmpg123-dev,
|
12 | 12 |
libogg-dev (>= 1.2.0),
|
13 | 13 |
libsdl2-dev (>= 2.0.7),
|
14 | 14 |
libtool,
|
43 | 43 |
confflags += --enable-music-mod-modplug
|
44 | 44 |
confflags += --disable-music-mod-mikmod
|
45 | 45 |
confflags += --disable-music-mod-modplug-shared
|
46 | |
# using libmad instead of libsmpeg for mp3 (it's much more popular)
|
47 | 46 |
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
|
50 | 49 |
# ogg
|
51 | 50 |
confflags += --enable-music-ogg
|
52 | 51 |
confflags += --disable-music-ogg-shared
|