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 E92D9158091 for ; Thu, 12 May 2022 22:42:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3D37E0825; Thu, 12 May 2022 22:42:58 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A96F9E0825 for ; Thu, 12 May 2022 22:42:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 879663415AF for ; Thu, 12 May 2022 22:42:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1AA1448 for ; Thu, 12 May 2022 22:42:54 +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: <1652395354.b18864ad15c01d915a8bb15c2404f3a6aeb6a61b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-base/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gst-plugins-base/gst-plugins-base-1.20.2.ebuild X-VCS-Directories: media-libs/gst-plugins-base/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b18864ad15c01d915a8bb15c2404f3a6aeb6a61b X-VCS-Branch: master Date: Thu, 12 May 2022 22:42: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: 02b2532b-db51-4c37-a9b8-bd63ef440166 X-Archives-Hash: ff38664125d55e7ac52d5fa774f20060 commit: b18864ad15c01d915a8bb15c2404f3a6aeb6a61b Author: Igor V. Kovalenko gmail com> AuthorDate: Sun May 8 14:22:29 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 12 22:42:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b18864ad media-libs/gst-plugins-base: Switch to media-libs/libjpeg-turbo Away from deprecated virtual/jpeg Signed-off-by: Igor V. Kovalenko gmail.com> Signed-off-by: Sam James gentoo.org> media-libs/gst-plugins-base/gst-plugins-base-1.20.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/gst-plugins-base/gst-plugins-base-1.20.2.ebuild b/media-libs/gst-plugins-base/gst-plugins-base-1.20.2.ebuild index 11cce3fa5f2d..8ffc7922f107 100644 --- a/media-libs/gst-plugins-base/gst-plugins-base-1.20.2.ebuild +++ b/media-libs/gst-plugins-base/gst-plugins-base-1.20.2.ebuild @@ -58,7 +58,7 @@ GL_DEPS=" >=media-libs/graphene-1.4.0[${MULTILIB_USEDEP}] media-libs/libpng:0[${MULTILIB_USEDEP}] - virtual/jpeg:0[${MULTILIB_USEDEP}] + media-libs/libjpeg-turbo:0=[${MULTILIB_USEDEP}] " # graphene for optional gltransformation and glvideoflip elements and more GLSL Uniforms support in glshader; libpng/jpeg for gloverlay element # >=media-libs/graphene-1.4.0[${MULTILIB_USEDEP}]