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 257C11382C5 for ; Mon, 31 May 2021 23:19:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 783DCE086C; Mon, 31 May 2021 23:19:28 +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 5FD4DE086C for ; Mon, 31 May 2021 23:19:28 +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 50C37340F37 for ; Mon, 31 May 2021 23:19:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BAB27A3 for ; Mon, 31 May 2021 23:19:24 +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: <1622503150.d1524eec1755d46264c01249b925ee981b1dd1b1.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-9999.ebuild X-VCS-Directories: media-video/handbrake/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d1524eec1755d46264c01249b925ee981b1dd1b1 X-VCS-Branch: master Date: Mon, 31 May 2021 23:19:24 +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: 13c8450a-1514-42a2-84b5-9097219dcf20 X-Archives-Hash: e448637a407b15e721032df7d71c6c58 commit: d1524eec1755d46264c01249b925ee981b1dd1b1 Author: Sam James gentoo org> AuthorDate: Mon May 31 23:13:23 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 31 23:19:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1524eec media-video/handbrake: sync live ebuild Signed-off-by: Sam James gentoo.org> media-video/handbrake/handbrake-1.3.3-r1.ebuild | 10 +++------- media-video/handbrake/handbrake-9999.ebuild | 22 ++++++++++------------ 2 files changed, 13 insertions(+), 19 deletions(-) diff --git a/media-video/handbrake/handbrake-1.3.3-r1.ebuild b/media-video/handbrake/handbrake-1.3.3-r1.ebuild index 73db57b803d..01c79b64512 100644 --- a/media-video/handbrake/handbrake-1.3.3-r1.ebuild +++ b/media-video/handbrake/handbrake-1.3.3-r1.ebuild @@ -19,8 +19,8 @@ fi DESCRIPTION="Open-source, GPL-licensed, multiplatform, multithreaded video transcoder" HOMEPAGE="http://handbrake.fr/" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" IUSE="+fdk gstreamer gtk libav-aac numa nvenc x265" @@ -69,16 +69,12 @@ RDEPEND=" x11-libs/pango ) fdk? ( media-libs/fdk-aac ) - x265? ( >=media-libs/x265-3.2:0=[10bit,12bit,numa?] ) - " + x265? ( >=media-libs/x265-3.2:0=[10bit,12bit,numa?] )" DEPEND="${RDEPEND} ${PYTHON_DEPS} dev-lang/nasm - dev-util/cmake - dev-util/intltool - dev-util/meson - sys-devel/automake" + dev-util/intltool" PATCHES=( # Remove libdvdnav duplication and call it on the original instead. diff --git a/media-video/handbrake/handbrake-9999.ebuild b/media-video/handbrake/handbrake-9999.ebuild index 115170471f2..d90a6c15069 100644 --- a/media-video/handbrake/handbrake-9999.ebuild +++ b/media-video/handbrake/handbrake-9999.ebuild @@ -12,15 +12,15 @@ if [[ ${PV} = *9999* ]]; then inherit git-r3 else MY_P="HandBrake-${PV}" - SRC_URI="https://download2.handbrake.fr/${PV}/${MY_P}-source.tar.bz2 -> ${P}.tar.bz2" + SRC_URI="https://github.com/HandBrake/HandBrake/releases/download/${PV}/${MY_P}-source.tar.bz2 -> ${P}.tar.bz2" S="${WORKDIR}/${MY_P}" KEYWORDS="~amd64 ~x86" fi DESCRIPTION="Open-source, GPL-licensed, multiplatform, multithreaded video transcoder" HOMEPAGE="http://handbrake.fr/" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" IUSE="+fdk gstreamer gtk libav-aac numa nvenc x265" @@ -46,7 +46,7 @@ RDEPEND=" media-libs/x264:= media-sound/lame sys-libs/zlib - >=media-video/ffmpeg-4.2.1:0=[fdk?] + >=media-video/ffmpeg-4.2.1:0=[postproc,fdk?] gstreamer? ( media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 @@ -74,9 +74,8 @@ RDEPEND=" DEPEND="${RDEPEND} ${PYTHON_DEPS} - dev-lang/yasm - dev-util/intltool - sys-devel/automake" + dev-lang/nasm + dev-util/intltool" PATCHES=( # Remove libdvdnav duplication and call it on the original instead. @@ -88,6 +87,9 @@ PATCHES=( # Use whichever python is set by portage "${FILESDIR}/${PN}-1.3.0-dont-search-for-python.patch" + + # Fix x265 linkage... again again #730034 + "${FILESDIR}/${PN}-1.3.3-x265-link.patch" ) src_prepare() { @@ -152,15 +154,11 @@ pkg_postinst() { einfo "For the GTK+ version of HandBrake, you can run \`ghb\`." fi - gnome2_icon_cache_update + xdg_icon_cache_update xdg_desktop_database_update } -pkg_preinst() { - gnome2_icon_savelist -} - pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update xdg_desktop_database_update }