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 D1070139337 for ; Wed, 28 Jul 2021 21:15:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 014E1E091B; Wed, 28 Jul 2021 21:15:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 DAE91E091B for ; Wed, 28 Jul 2021 21:15:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 915EB335DB7 for ; Wed, 28 Jul 2021 21:15:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 07C58823 for ; Wed, 28 Jul 2021 21:15:19 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1627506908.67ae66683e350ab3ff79f13eab15715c8ec6e334.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/pitivi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/pitivi/pitivi-0.999-r4.ebuild X-VCS-Directories: media-video/pitivi/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 67ae66683e350ab3ff79f13eab15715c8ec6e334 X-VCS-Branch: master Date: Wed, 28 Jul 2021 21:15:19 +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: 9ccc96da-8f95-4c6f-be6b-d4984d5cb4fc X-Archives-Hash: 9957ae51457cc9c9e34d3e1737ea699b commit: 67ae66683e350ab3ff79f13eab15715c8ec6e334 Author: Haelwenn (lanodan) Monnier hacktivis me> AuthorDate: Wed Jul 28 05:52:23 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jul 28 21:15:08 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67ae6668 media-video/pitivi: Allow to use >gst-plugins-bad-1.18 for transcoder Signed-off-by: Haelwenn (lanodan) Monnier hacktivis.me> Closes: https://github.com/gentoo/gentoo/pull/21814 Signed-off-by: Sam James gentoo.org> media-video/pitivi/pitivi-0.999-r4.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/media-video/pitivi/pitivi-0.999-r4.ebuild b/media-video/pitivi/pitivi-0.999-r4.ebuild index b7c61e6d521..111b1146a2e 100644 --- a/media-video/pitivi/pitivi-0.999-r4.ebuild +++ b/media-video/pitivi/pitivi-0.999-r4.ebuild @@ -32,7 +32,10 @@ COMMON_DEPEND=" >=x11-libs/cairo-1.10 >=media-libs/gstreamer-${GST_VER}:1.0[introspection] - >=media-plugins/gst-transcoder-1.14.1 + || ( + >media-libs/gst-plugins-bad-1.18 + >=media-plugins/gst-transcoder-1.14.1 + ) " RDEPEND="${COMMON_DEPEND} >=dev-libs/glib-2.30.0:2