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 534B4158015 for ; Sat, 25 Sep 2021 19:08:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89807E0957; Sat, 25 Sep 2021 19:08:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66CFBE0957 for ; Sat, 25 Sep 2021 19:08:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D09A342EAE for ; Sat, 25 Sep 2021 19:08:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1AD312F for ; Sat, 25 Sep 2021 19:08:31 +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: <1632596885.c20a1bb406401603520c244e8b33b316a5fc8430.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/handbrake/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/handbrake/handbrake-1.3.3-r1.ebuild media-video/handbrake/handbrake-1.3.3-r2.ebuild media-video/handbrake/handbrake-9999.ebuild X-VCS-Directories: media-video/handbrake/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c20a1bb406401603520c244e8b33b316a5fc8430 X-VCS-Branch: master Date: Sat, 25 Sep 2021 19:08:31 +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: bd44d27a-c89e-4817-b065-59ffc502f06c X-Archives-Hash: 8aa512e1d32e576fe49c5e516f60ee9d commit: c20a1bb406401603520c244e8b33b316a5fc8430 Author: Sam James gentoo org> AuthorDate: Sat Sep 25 18:59:21 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 25 19:08:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c20a1bb4 media-video/handbrake: add libjansson subslot dep Earlier versions of libjansson lacked symbol versioning, causing crashes. Bug: https://bugs.gentoo.org/812119 Signed-off-by: Sam James gentoo.org> .../handbrake/{handbrake-1.3.3-r1.ebuild => handbrake-1.3.3-r2.ebuild} | 2 +- media-video/handbrake/handbrake-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/handbrake/handbrake-1.3.3-r1.ebuild b/media-video/handbrake/handbrake-1.3.3-r2.ebuild similarity index 99% rename from media-video/handbrake/handbrake-1.3.3-r1.ebuild rename to media-video/handbrake/handbrake-1.3.3-r2.ebuild index 2473cf819b8..a0fb6014561 100644 --- a/media-video/handbrake/handbrake-1.3.3-r1.ebuild +++ b/media-video/handbrake/handbrake-1.3.3-r2.ebuild @@ -28,7 +28,7 @@ REQUIRED_USE="^^ ( fdk libav-aac )" RDEPEND=" app-arch/xz-utils media-libs/speex - dev-libs/jansson + dev-libs/jansson:= dev-libs/libxml2 media-libs/a52dec media-libs/libass:= diff --git a/media-video/handbrake/handbrake-9999.ebuild b/media-video/handbrake/handbrake-9999.ebuild index d6c33bf6088..f90d1b9f152 100644 --- a/media-video/handbrake/handbrake-9999.ebuild +++ b/media-video/handbrake/handbrake-9999.ebuild @@ -28,7 +28,7 @@ REQUIRED_USE="^^ ( fdk libav-aac )" RDEPEND=" app-arch/xz-utils media-libs/speex - dev-libs/jansson + dev-libs/jansson:= dev-libs/libxml2 media-libs/a52dec media-libs/libass:=