Browse Source

Update libsndfile to 1.2.2

Signed-off-by: falkTX <falktx@falktx.com>
master
falkTX 16 hours ago
parent
commit
c7610c9eec
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 9 additions and 1 deletions
  1. +6
    -0
      sources/libs/libsndfile-static/debian/changelog
  2. +3
    -1
      sources/libs/libsndfile-static/debian/patches/01_fix-libs.patch

+ 6
- 0
sources/libs/libsndfile-static/debian/changelog View File

@@ -1,3 +1,9 @@
libsndfile-static (6:1.2.2-1kxstudio1) focal; urgency=medium

* Update

-- falkTX <falktx@falktx.com> Sun, 08 Jun 2025 10:54:38 +0200

libsndfile-static (6:1.1.0-2kxstudio6) focal; urgency=medium

* Fix mis-exported mpg123 symbols


+ 3
- 1
sources/libs/libsndfile-static/debian/patches/01_fix-libs.patch View File

@@ -5,6 +5,8 @@
Requires.private: @EXTERNAL_XIPH_REQUIRE@ @EXTERNAL_MPEG_REQUIRE@
Version: @VERSION@
-Libs: -L${libdir} -lsndfile
-Libs.private: @EXTERNAL_MPEG_LIBS@
+Libs: -L${libdir} -lsndfile -lmp3lame -lmpg123 -lopus -lFLAC -lvorbisenc -lvorbis -logg -lm
Libs.private: @EXTERNAL_MPEG_LIBS@
+Libs.private:
Cflags: -I${includedir}

Loading…
Cancel
Save