mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 12:06:39 -04:00
Monday, 14 November 2022 KDE today announces the release of KDE Frameworks 5.100.0. KDE Frameworks are 83 addon libraries to Qt which provide a wide variety of commonly needed functionality in mature, peer reviewed and well tested libraries with friendly licensing terms. For an introduction see the KDE Frameworks release announcement. This release is part of a series of planned monthly releases making improvements available to developers in a quick and predictable manner. - devel/kf5-kconfig update to 5.100.1 (bug fix release) - x11/kf5-plasma-framework: update to 5.100.1 (bug fix releas) - fix fallout Changelog: https://kde.org/announcements/frameworks/5/5.100.0/ Exp-run by: antoine PR: 267764
11 lines
292 B
Text
11 lines
292 B
Text
--- CMakeLists.txt.orig 2022-11-22 05:48:52 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -1,8 +1,6 @@ project(kmplayer)
|
|
cmake_minimum_required(VERSION 2.8.12)
|
|
project(kmplayer)
|
|
|
|
-cmake_policy(VERSION 2.6)
|
|
-
|
|
SET(KMPLAYER_MAJOR_VERSION "0")
|
|
SET(KMPLAYER_MINOR_VERSION "12")
|
|
SET(KMPLAYER_PATCH_VERSION "0b")
|