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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E3E19138334 for ; Thu, 1 Nov 2018 09:45:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B08DE0949; Thu, 1 Nov 2018 09:45:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D5851E0949 for ; Thu, 1 Nov 2018 09:45:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 25D06335C9F for ; Thu, 1 Nov 2018 09:45:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C0F8454 for ; Thu, 1 Nov 2018 09:45:15 +0000 (UTC) From: "Maciej Mrozowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Mrozowski" Message-ID: <1541065409.8e117a171eaff4ef363bce8d656366415662e234.reavertm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/subtitlecomposer/, media-video/subtitlecomposer/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/subtitlecomposer/files/subtitlecomposer-0.6.6-cmake.patch media-video/subtitlecomposer/subtitlecomposer-0.6.6.ebuild X-VCS-Directories: media-video/subtitlecomposer/ media-video/subtitlecomposer/files/ X-VCS-Committer: reavertm X-VCS-Committer-Name: Maciej Mrozowski X-VCS-Revision: 8e117a171eaff4ef363bce8d656366415662e234 X-VCS-Branch: master Date: Thu, 1 Nov 2018 09:45:15 +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-Archives-Salt: 1eb2e7b7-1649-41cf-bb00-a83477c03e7a X-Archives-Hash: 32b8dc629655277531da57efb7dad5ea commit: 8e117a171eaff4ef363bce8d656366415662e234 Author: Maciej Mrozowski gentoo org> AuthorDate: Sat Oct 13 05:27:08 2018 +0000 Commit: Maciej Mrozowski gentoo org> CommitDate: Thu Nov 1 09:43:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e117a17 media-video/subtitlecomposer: patch 0.6.6 to work with CMake 3.3 Package-Manager: Portage-2.3.49, Repoman-2.3.11 Signed-off-by: Maciej Mrozowski gentoo.org> .../files/subtitlecomposer-0.6.6-cmake.patch | 12 ++++++++++++ media-video/subtitlecomposer/subtitlecomposer-0.6.6.ebuild | 6 +++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/media-video/subtitlecomposer/files/subtitlecomposer-0.6.6-cmake.patch b/media-video/subtitlecomposer/files/subtitlecomposer-0.6.6-cmake.patch new file mode 100644 index 00000000000..4c97e15a9e1 --- /dev/null +++ b/media-video/subtitlecomposer/files/subtitlecomposer-0.6.6-cmake.patch @@ -0,0 +1,12 @@ +diff -ruN subtitlecomposer-0.6.6/CMakeLists.txt subtitlecomposer-my/CMakeLists.txt +--- subtitlecomposer-0.6.6/CMakeLists.txt 2018-02-11 03:08:46.000000000 +0100 ++++ subtitlecomposer-my/CMakeLists.txt 2018-10-13 07:19:22.163074971 +0200 +@@ -12,7 +12,7 @@ + + cmake_policy(SET CMP0043 NEW) + cmake_policy(SET CMP0063 NEW) +-cmake_policy(SET CMP0071 NEW) ++#cmake_policy(SET CMP0071 NEW) # since cmake-3.10 + + include(KDEInstallDirs) + include(KDECMakeSettings) diff --git a/media-video/subtitlecomposer/subtitlecomposer-0.6.6.ebuild b/media-video/subtitlecomposer/subtitlecomposer-0.6.6.ebuild index 57cb8983dbf..55b113a40f8 100644 --- a/media-video/subtitlecomposer/subtitlecomposer-0.6.6.ebuild +++ b/media-video/subtitlecomposer/subtitlecomposer-0.6.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -54,6 +54,10 @@ DEPEND="${COMMON_DEPEND} virtual/pkgconfig " +PATCHES=( + "${FILESDIR}/${P}-cmake.patch" +) + src_configure() { local mycmakeargs=( -DCMAKE_DISABLE_FIND_PACKAGE_PocketSphinx=ON # bug 616706