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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1C11F158020 for ; Sat, 12 Nov 2022 14:22:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 038B3E09F6; Sat, 12 Nov 2022 14:22:41 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1530E09AD for ; Sat, 12 Nov 2022 14:22:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 075FB340BFD for ; Sat, 12 Nov 2022 14:22:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4951D72F for ; Sat, 12 Nov 2022 14:22:38 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1668262660.6ff9cf14438fa3e03c464674dafcea366d215df2.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-9999.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 6ff9cf14438fa3e03c464674dafcea366d215df2 X-VCS-Branch: master Date: Sat, 12 Nov 2022 14:22:38 +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: 941798c6-dc4a-489c-9a37-e1e7d4862fcd X-Archives-Hash: 1836e09af9d9dc83024f3fd18f7ae2ed commit: 6ff9cf14438fa3e03c464674dafcea366d215df2 Author: Ionen Wolkens gentoo org> AuthorDate: Sat Nov 12 14:10:52 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Sat Nov 12 14:17:40 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ff9cf14 media-video/mpv: sync live Leave IUSE=vector to automagic if chosen compiler supports it, not readily seeing a motivation to be either forced on or off. Signed-off-by: Ionen Wolkens gentoo.org> media-video/mpv/mpv-9999.ebuild | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 44b6c139ad77..80c072d09d63 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -11,9 +11,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/mpv-player/mpv.git" else - HASH_MPV=c416a38ef227067ef7b81b9650a13157300cdfbe - SRC_URI="https://github.com/mpv-player/mpv/archive/${HASH_MPV}.tar.gz -> ${P}.tar.gz" - S="${WORKDIR}/${PN}-${HASH_MPV}" + SRC_URI="https://github.com/mpv-player/mpv/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux" fi @@ -27,7 +25,7 @@ IUSE=" dvd +egl gamepad +iconv jack javascript jpeg lcms libcaca libmpv +libplacebo +lua mmal nvenc openal opengl pipewire pulseaudio raspberry-pi rubberband sdl selinux sndio test tools +uchardet - vaapi vdpau +vector vulkan wayland +xv zimg zlib" + vaapi vdpau vulkan wayland +xv zimg zlib" REQUIRED_USE=" ${PYTHON_REQUIRED_USE} || ( cli libmpv ) @@ -133,8 +131,6 @@ pkg_setup() { src_prepare() { default - [[ ${PV} == 9999 ]] || sed -i "s/UNKNOWN/${HASH_MPV::11}/" VERSION || die - sed -i "s/'rst2html/&.py/" meson.build || die } @@ -188,7 +184,6 @@ src_configure() { -Dsdl2=$(use gamepad || use sdl && echo enabled || echo disabled) #857156 $(meson_feature uchardet) -Dvapoursynth=disabled # only available in overlays - $(meson_feature vector) $(meson_feature zimg) $(meson_feature zlib)