commit: 0e5fc6036ef67a56b4695837c4da01f333f1e436 Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Wed Feb 11 23:11:56 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 11 23:28:46 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e5fc603
media-libs/libebur128: fix >=cmake-3.20 Source file extensions are required (CMP0115) Closes: https://bugs.gentoo.org/969865 Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/45773 Closes: https://github.com/gentoo/gentoo/pull/45773 Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/libebur128/files/libebur128-1.2.6-cmake4.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/media-libs/libebur128/files/libebur128-1.2.6-cmake4.patch b/media-libs/libebur128/files/libebur128-1.2.6-cmake4.patch index dffe5c2023c9..fdfd1808ca8e 100644 --- a/media-libs/libebur128/files/libebur128-1.2.6-cmake4.patch +++ b/media-libs/libebur128/files/libebur128-1.2.6-cmake4.patch @@ -13,3 +13,14 @@ set(ENABLE_TESTS OFF CACHE BOOL "Build test binaries, needs libsndfile") set(ENABLE_FUZZER OFF CACHE BOOL "Build fuzzer binary") +@@ -10,8 +9,8 @@ if(ENABLE_TESTS) + include_directories(${EBUR128_INCLUDE_DIR}) + include_directories(SYSTEM ${SNDFILE_INCLUDE_DIRS}) + +- add_executable(r128-test-library tests) +- add_executable(minimal-example minimal-example) ++ add_executable(r128-test-library tests.c) ++ add_executable(minimal-example minimal-example.c) + set_property(TARGET r128-test-library APPEND_STRING PROPERTY + COMPILE_FLAGS " ${SNDFILE_CFLAGS}") + set_property(TARGET minimal-example APPEND_STRING PROPERTY
