diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-25 10:37:51 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-25 10:39:04 +0200 |
commit | e19b5baf43e3cd90783b2bd89785b63b164ef843 (patch) | |
tree | ede1fc82951be82809de46f3b6bea9bce8fbd74d /media-libs | |
parent | dev-ruby/actionview: fix tests with ruby31, ruby32 (diff) | |
download | gentoo-e19b5baf43e3cd90783b2bd89785b63b164ef843.tar.gz gentoo-e19b5baf43e3cd90783b2bd89785b63b164ef843.tar.bz2 gentoo-e19b5baf43e3cd90783b2bd89785b63b164ef843.zip |
media-libs/phonon: Fix cmake.patch
Closes: https://bugs.gentoo.org/938342
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/phonon/files/phonon-4.12.0-cmake.patch | 11 | ||||
-rw-r--r-- | media-libs/phonon/phonon-4.12.0-r4.ebuild (renamed from media-libs/phonon/phonon-4.12.0-r3.ebuild) | 0 |
2 files changed, 2 insertions, 9 deletions
diff --git a/media-libs/phonon/files/phonon-4.12.0-cmake.patch b/media-libs/phonon/files/phonon-4.12.0-cmake.patch index f212567777f1..26805cb18267 100644 --- a/media-libs/phonon/files/phonon-4.12.0-cmake.patch +++ b/media-libs/phonon/files/phonon-4.12.0-cmake.patch @@ -9,20 +9,13 @@ potentially fail even if PHONON_BUILD_DESIGNER_PLUGIN was not requested. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> --- - CMakeLists.txt | 32 ++++++++++++++++++-------------- - 1 file changed, 18 insertions(+), 14 deletions(-) + CMakeLists.txt | 32 +++++++++++++++++------------- + 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c00760fc..babeb392 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -1,5 +1,5 @@ - cmake_minimum_required(VERSION 3.5 FATAL_ERROR) --project(Phonon VERSION "4.12.0") -+project(Phonon VERSION "4.11.1") - - include(FeatureSummary) - @@ -116,23 +116,27 @@ foreach(version ${VERSIONS}) # https://bugreports.qt.io/browse/QTBUG-114706 add_library(Qt::Widgets ALIAS Qt${QT_MAJOR_VERSION}::Widgets) diff --git a/media-libs/phonon/phonon-4.12.0-r3.ebuild b/media-libs/phonon/phonon-4.12.0-r4.ebuild index 545735c83895..545735c83895 100644 --- a/media-libs/phonon/phonon-4.12.0-r3.ebuild +++ b/media-libs/phonon/phonon-4.12.0-r4.ebuild |