From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B35E21581FB for ; Sun, 25 Aug 2024 08:39:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EFD8FE29EC; Sun, 25 Aug 2024 08:39:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D7123E29EC for ; Sun, 25 Aug 2024 08:39:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 273B5342FAB for ; Sun, 25 Aug 2024 08:39:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37CFA1889 for ; Sun, 25 Aug 2024 08:39:13 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1724575144.e19b5baf43e3cd90783b2bd89785b63b164ef843.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/phonon/files/, media-libs/phonon/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/phonon/files/phonon-4.12.0-cmake.patch media-libs/phonon/phonon-4.12.0-r3.ebuild media-libs/phonon/phonon-4.12.0-r4.ebuild X-VCS-Directories: media-libs/phonon/files/ media-libs/phonon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e19b5baf43e3cd90783b2bd89785b63b164ef843 X-VCS-Branch: master Date: Sun, 25 Aug 2024 08:39:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b90d32f0-e518-4613-bdb8-0907ed89a880 X-Archives-Hash: 342cd6e254ede1c93e19cd0db4a6f6e0 commit: e19b5baf43e3cd90783b2bd89785b63b164ef843 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Aug 25 08:37:51 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Aug 25 08:39:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e19b5baf media-libs/phonon: Fix cmake.patch Closes: https://bugs.gentoo.org/938342 Signed-off-by: Andreas Sturmlechner gentoo.org> media-libs/phonon/files/phonon-4.12.0-cmake.patch | 11 ++--------- .../{phonon-4.12.0-r3.ebuild => phonon-4.12.0-r4.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 --- - 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 similarity index 100% rename from media-libs/phonon/phonon-4.12.0-r3.ebuild rename to media-libs/phonon/phonon-4.12.0-r4.ebuild