Fixes for cmake-4 issues
| Newsgroups | gmane.linux.lfs.beyond.devel |
|---|---|
| Message-ID | <[email protected]> |
tiff-4.7.0: https://gitlab.com/libtiff/libtiff/-/commit/d1279f0f9c8fee724c380523a7a6cf60c690521d freeglut-3.6.0: https://github.com/freeglut/freeglut/commit/2294389397912c9a6505a88221abb7dca0a4fb79 x265-4.1: https://bitbucket.org/multicoreware/x265_git/commits/b354c009a60bcd6d7fc04014e200a1ee9c45c167 libjpeg-turbo-3.0.1: sed -i 's/2.8.12/3.11/' CMakeLists.txt libvdpau-va-gl-0.4.2: patch attached transmission-4.0.6: sed -i 's/2.8/3.5/' third-party/libnatpmp/CMakeLists.txt sed -i 's/2.8/3.5/' third-party/dht/CMakeLists.txt -- http://lists.linuxfromscratch.org/sympa/info/blfs-dev Unsubscribe: See the above information page
libvdpau-va-gl-0.4.2-cmake4.patch
(text/x-patch, 476 B)
diff -Nuarp libvdpau-va-gl-0.4.2.orig/CMakeLists.txt libvdpau-va-gl-0.4.2/CMakeLists.txt
--- libvdpau-va-gl-0.4.2.orig/CMakeLists.txt 2016-09-27 10:21:12.000000000 -0400
+++ libvdpau-va-gl-0.4.2/CMakeLists.txt 2025-04-03 14:32:50.713553535 -0400
@@ -1,5 +1,5 @@
+cmake_minimum_required (VERSION 3.11)
project (libvdpau-va-gl)
-cmake_minimum_required (VERSION 2.8)
add_definitions(-Wall -fvisibility=hidden -fPIC)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -pthread -std=gnu99")