| @@ -1,4 +1,4 @@ | |||||
| flac-static (6:1.5.0-1kxstudio2) focal; urgency=medium | |||||
| flac-static (6:1.5.0-1kxstudio3) focal; urgency=medium | |||||
| * Update | * Update | ||||
| @@ -5,7 +5,7 @@ | |||||
| Version: @VERSION@ | Version: @VERSION@ | ||||
| Requires: flac | Requires: flac | ||||
| -Libs: -L${libdir} -lFLAC++ | -Libs: -L${libdir} -lFLAC++ | ||||
| +Libs: -L${libdir} -lFLAC++ -lFLAC -logg -lm | |||||
| +Libs: -L${libdir} -lFLAC++ -lFLAC -logg -lm -pthread | |||||
| Cflags: -I${includedir} | Cflags: -I${includedir} | ||||
| --- flac-static-1.3.0.orig/src/libFLAC/flac.pc.in | --- flac-static-1.3.0.orig/src/libFLAC/flac.pc.in | ||||
| +++ flac-static-1.3.0/src/libFLAC/flac.pc.in | +++ flac-static-1.3.0/src/libFLAC/flac.pc.in | ||||
| @@ -14,6 +14,6 @@ | |||||
| Version: @VERSION@ | Version: @VERSION@ | ||||
| Requires.private: @OGG_PACKAGE@ | Requires.private: @OGG_PACKAGE@ | ||||
| -Libs: -L${libdir} -lFLAC | -Libs: -L${libdir} -lFLAC | ||||
| +Libs: -L${libdir} -lFLAC -logg -lm | |||||
| +Libs: -L${libdir} -lFLAC -logg -lm -pthread | |||||
| Libs.private: -lm @FLAC_STATIC_LIBS@ | Libs.private: -lm @FLAC_STATIC_LIBS@ | ||||
| Cflags: -I${includedir} | Cflags: -I${includedir} | ||||
| @@ -1,4 +1,4 @@ | |||||
| libsndfile-static (6:1.2.2-1kxstudio1) focal; urgency=medium | |||||
| libsndfile-static (6:1.2.2-1kxstudio3) focal; urgency=medium | |||||
| * Update | * Update | ||||
| @@ -8,10 +8,10 @@ Build-Depends: debhelper-compat (= 13), | |||||
| automake, | automake, | ||||
| libtool, | libtool, | ||||
| pkg-config, | pkg-config, | ||||
| libflac-static (>= 6:1.3.3-1kxstudio2), | |||||
| libflac-static (>= 6:1.5.0-1kxstudio3), | |||||
| libmp3lame-static (>= 6:3.100-1kxstudio2), | libmp3lame-static (>= 6:3.100-1kxstudio2), | ||||
| libmpg123-static (>= 6:1.29.3-2kxstudio5), | libmpg123-static (>= 6:1.29.3-2kxstudio5), | ||||
| libopus-static (>= 6:1.3.1-1kxstudio8), | |||||
| libopus-static (>= 6:1.5.2-1kxstudio1), | |||||
| libvorbis-static (>= 6:1.3.7-1kxstudio2), | libvorbis-static (>= 6:1.3.7-1kxstudio2), | ||||
| libasound2-dev, | libasound2-dev, | ||||
| python3 | python3 | ||||
| @@ -6,7 +6,7 @@ | |||||
| Version: @VERSION@ | Version: @VERSION@ | ||||
| -Libs: -L${libdir} -lsndfile | -Libs: -L${libdir} -lsndfile | ||||
| -Libs.private: @EXTERNAL_MPEG_LIBS@ | -Libs.private: @EXTERNAL_MPEG_LIBS@ | ||||
| +Libs: -L${libdir} -lsndfile -lmp3lame -lmpg123 -lopus -lFLAC -lvorbisenc -lvorbis -logg -lm | |||||
| +Libs: -L${libdir} -lsndfile -lmp3lame -lmpg123 -lopus -lFLAC -lvorbisenc -lvorbis -logg -lm -pthread | |||||
| +Libs.private: | +Libs.private: | ||||
| Cflags: -I${includedir} | Cflags: -I${includedir} | ||||
| @@ -1,3 +1,2 @@ | |||||
| debian/tmp/opt/kxstudio/bin/* usr/bin/ | debian/tmp/opt/kxstudio/bin/* usr/bin/ | ||||
| debian/tmp/opt/kxstudio/share/man/* usr/share/man/ | debian/tmp/opt/kxstudio/share/man/* usr/share/man/ | ||||
| debian/sndfile-interleave.1 usr/share/man/man1/ | |||||
| @@ -1 +0,0 @@ | |||||
| /usr/share/man/man1/sndfile-interleave.1 /usr/share/man/man1/sndfile-deinterleave.1 | |||||