From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8F1CD1584F2 for ; Wed, 12 Mar 2025 11:26:58 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 7253B34315F for ; Wed, 12 Mar 2025 11:26:58 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6541E11037F; Wed, 12 Mar 2025 11:26:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 5D0D811037F for ; Wed, 12 Mar 2025 11:26:57 +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 DBAD734314B for ; Wed, 12 Mar 2025 11:26:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E502DE8A for ; Wed, 12 Mar 2025 11:26:54 +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: <1741778781.e8240ccbb7c3eb73daaf3e80db2f5de6bae817e0.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-0.39.0-r1.ebuild 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: e8240ccbb7c3eb73daaf3e80db2f5de6bae817e0 X-VCS-Branch: master Date: Wed, 12 Mar 2025 11:26:54 +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: d75d0ea2-8bc1-4774-949b-0e96087adb2b X-Archives-Hash: 994f3d201f7ea1a613e693722ebd3f43 commit: e8240ccbb7c3eb73daaf3e80db2f5de6bae817e0 Author: Ionen Wolkens gentoo org> AuthorDate: Wed Mar 12 11:23:42 2025 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Wed Mar 12 11:26:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8240ccb media-video/mpv: add missing rubberband := Seems to have gained a subslot, but that was a while ago so little reason to revbump (a new release is coming soon either way). Signed-off-by: Ionen Wolkens gentoo.org> media-video/mpv/mpv-0.39.0-r1.ebuild | 2 +- media-video/mpv/mpv-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/media-video/mpv/mpv-0.39.0-r1.ebuild b/media-video/mpv/mpv-0.39.0-r1.ebuild index 673389c15ad0..94a798b7f13b 100644 --- a/media-video/mpv/mpv-0.39.0-r1.ebuild +++ b/media-video/mpv/mpv-0.39.0-r1.ebuild @@ -90,7 +90,7 @@ COMMON_DEPEND=" opengl? ( media-libs/libglvnd[X?] ) pipewire? ( media-video/pipewire:= ) pulseaudio? ( media-libs/libpulse ) - rubberband? ( media-libs/rubberband ) + rubberband? ( media-libs/rubberband:= ) sdl? ( media-libs/libsdl2[sound,threads(+),video] ) sixel? ( media-libs/libsixel ) sndio? ( media-sound/sndio:= ) diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 9c6d7c630baa..4f4a6afc2c68 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -88,7 +88,7 @@ COMMON_DEPEND=" opengl? ( media-libs/libglvnd[X?] ) pipewire? ( media-video/pipewire:= ) pulseaudio? ( media-libs/libpulse ) - rubberband? ( media-libs/rubberband ) + rubberband? ( media-libs/rubberband:= ) sdl? ( media-libs/libsdl2[sound,threads(+),video] ) sixel? ( media-libs/libsixel ) sndio? ( media-sound/sndio:= )