From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B9E3B138262 for ; Sun, 22 May 2016 11:28:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67F52224046; Sun, 22 May 2016 11:28:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 066D7224046 for ; Sun, 22 May 2016 11:28:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B16B340C69 for ; Sun, 22 May 2016 11:28:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A3A5968 for ; Sun, 22 May 2016 11:28:05 +0000 (UTC) From: "Ian Whyman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Whyman" Message-ID: <1463916476.8ce9a8aceb76a1946e913562bda238124d01279a.thev00d00@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/handbrake/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/handbrake/handbrake-0.10.5.ebuild media-video/handbrake/handbrake-9999.ebuild X-VCS-Directories: media-video/handbrake/ X-VCS-Committer: thev00d00 X-VCS-Committer-Name: Ian Whyman X-VCS-Revision: 8ce9a8aceb76a1946e913562bda238124d01279a X-VCS-Branch: master Date: Sun, 22 May 2016 11:28:05 +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: 73d2bd2d-9ddc-48b8-8611-c9a355d0e173 X-Archives-Hash: 1844f8831e2562cd47ec5e8f9a4bcfa9 commit: 8ce9a8aceb76a1946e913562bda238124d01279a Author: Ian Whyman gentoo org> AuthorDate: Sun May 22 11:27:56 2016 +0000 Commit: Ian Whyman gentoo org> CommitDate: Sun May 22 11:27:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ce9a8ac media-video/handbrake: Reintroduce nolibav patch to both versions Package-Manager: portage-2.2.28 media-video/handbrake/handbrake-0.10.5.ebuild | 3 +++ media-video/handbrake/handbrake-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/media-video/handbrake/handbrake-0.10.5.ebuild b/media-video/handbrake/handbrake-0.10.5.ebuild index fb77b01..0dc2756 100644 --- a/media-video/handbrake/handbrake-0.10.5.ebuild +++ b/media-video/handbrake/handbrake-0.10.5.ebuild @@ -98,6 +98,9 @@ src_prepare() { default + # Get rid of libav specific code when using ffmpeg + use libav || eapply -R "${FILESDIR}/${PN}-0.10.3-nolibav.patch" + cd "${S}/gtk" # Don't run autogen.sh. sed -i '/autogen.sh/d' module.rules || die "Removing autogen.sh call failed" diff --git a/media-video/handbrake/handbrake-9999.ebuild b/media-video/handbrake/handbrake-9999.ebuild index fb77b01..0dc2756 100644 --- a/media-video/handbrake/handbrake-9999.ebuild +++ b/media-video/handbrake/handbrake-9999.ebuild @@ -98,6 +98,9 @@ src_prepare() { default + # Get rid of libav specific code when using ffmpeg + use libav || eapply -R "${FILESDIR}/${PN}-0.10.3-nolibav.patch" + cd "${S}/gtk" # Don't run autogen.sh. sed -i '/autogen.sh/d' module.rules || die "Removing autogen.sh call failed"