Package: liquidsoap / 1.1.1-7.2+deb9u1

Metadata

Package Version Patches format
liquidsoap 1.1.1-7.2+deb9u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fdkaad dynlink.patch | (download)

Makefile.defs.in | 1 1 + 0 - 0 !
configure.ac | 9 9 + 0 - 0 !
src/Makefile | 5 4 + 1 - 0 !
src/encoder/fdkaac_encoder.ml | 220 135 + 85 - 0 !
src/encoder/fdkaac_encoder_builtin.ml | 28 28 + 0 - 0 !
src/encoder/fdkaac_encoder_dynlink.ml | 50 50 + 0 - 0 !
src/tools/fdkaac_dynlink.ml | 50 50 + 0 - 0 !
src/tools/fdkaac_dynlink.mli | 48 48 + 0 - 0 !
8 files changed, 325 insertions(+), 86 deletions(-)

---
shine_abi_3 | (download)

src/encoder/shine_encoder.ml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
0001 Stop tracking files generated by camlp4.patch | (download)

Makefile.rules | 12 2 + 10 - 0 !
src/Makefile | 15 1 + 14 - 0 !
2 files changed, 3 insertions(+), 24 deletions(-)

 fix ftbfs
 Stop tracking files generated by camlp4
 .
 This repeatedly caused trouble. Untracking them, and generating
 them unconditionally, also allowed to simplify the Makefile.
bf0640779b2e7095e01755d3660c7e3f0865171d.patch | (download)

src/Makefile | 2 1 + 1 - 0 !
src/decoder/decoder.ml | 6 3 + 3 - 0 !
src/decoder/ogg_decoder.ml | 2 1 + 1 - 0 !
src/encoder/encoder.ml | 2 1 + 1 - 0 !
src/encoder/taglib_id3v2.ml | 2 1 + 1 - 0 !
src/lang/lang_builtins.ml | 8 4 + 4 - 0 !
src/lang/lang_pp.ml | 2 1 + 1 - 0 !
src/lang/lang_types.ml | 2 1 + 1 - 0 !
src/operators/frei0r_op.ml | 2 1 + 1 - 0 !
src/operators/setvol.ml | 2 1 + 1 - 0 !
src/outputs/icecast2.ml | 2 1 + 1 - 0 !
src/playlists/playlist_basic.ml | 2 1 + 1 - 0 !
src/request.ml | 2 1 + 1 - 0 !
src/tools/harbor.camlp4 | 12 6 + 6 - 0 !
src/tools/harbor.ml | 17 11 + 6 - 0 !
src/tools/plug.ml | 4 2 + 2 - 0 !
src/tools/utils.ml | 58 55 + 3 - 0 !
17 files changed, 92 insertions(+), 35 deletions(-)

 [patch] more stuff to compile with 3.12.1 -> 4.03.0