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 6E909158089 for ; Thu, 2 Nov 2023 20:50:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 84BA02BC021; Thu, 2 Nov 2023 20:50:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 66D0D2BC021 for ; Thu, 2 Nov 2023 20:50:15 +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 8E999335CA6 for ; Thu, 2 Nov 2023 20:50:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A356FAA6 for ; Thu, 2 Nov 2023 20:50:12 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1698958093.478b52e856622ec5457c31ac1b0c3d00064fc9e1.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-webp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gst-plugins-webp/Manifest media-plugins/gst-plugins-webp/gst-plugins-webp-1.22.3.ebuild media-plugins/gst-plugins-webp/metadata.xml X-VCS-Directories: media-plugins/gst-plugins-webp/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 478b52e856622ec5457c31ac1b0c3d00064fc9e1 X-VCS-Branch: master Date: Thu, 2 Nov 2023 20:50:12 +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: 0405c76b-96a8-4b3e-9f8e-85582aa98420 X-Archives-Hash: 4b523510bdc94c43a20008cd1a7cfd91 commit: 478b52e856622ec5457c31ac1b0c3d00064fc9e1 Author: Jannis Achstetter kripserver net> AuthorDate: Sun Apr 3 13:53:10 2022 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Thu Nov 2 20:48:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=478b52e8 media-plugins/gst-plugins-webp: New package to add WebP support to gstreamer Closes: https://bugs.gentoo.org/836666 Signed-off-by: Jannis Achstetter kripserver.net> Closes: https://github.com/gentoo/gentoo/pull/24876 Signed-off-by: Mart Raudsepp gentoo.org> media-plugins/gst-plugins-webp/Manifest | 1 + .../gst-plugins-webp/gst-plugins-webp-1.22.3.ebuild | 13 +++++++++++++ media-plugins/gst-plugins-webp/metadata.xml | 8 ++++++++ 3 files changed, 22 insertions(+) diff --git a/media-plugins/gst-plugins-webp/Manifest b/media-plugins/gst-plugins-webp/Manifest new file mode 100644 index 000000000000..2a4c680aa0b1 --- /dev/null +++ b/media-plugins/gst-plugins-webp/Manifest @@ -0,0 +1 @@ +DIST gst-plugins-bad-1.22.3.tar.xz 5523924 BLAKE2B 8015098ac2d19546de58cebdbe29fd7fbb2c7f076bf775564d7b862ed99a59968a2f751ff1137534d178fea5cf1c2022e53e4159ca2e5d3bf71c9fa4663be4f5 SHA512 1512e26111174ea4a9da26203a635e7ec7673ea5b6ca8dae8aaa8a20ffae36c9b68904d669344a8efc31f751093a00e22d2a1f1affcdd037f162493441c77628 diff --git a/media-plugins/gst-plugins-webp/gst-plugins-webp-1.22.3.ebuild b/media-plugins/gst-plugins-webp/gst-plugins-webp-1.22.3.ebuild new file mode 100644 index 000000000000..beeb536925a1 --- /dev/null +++ b/media-plugins/gst-plugins-webp/gst-plugins-webp-1.22.3.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="WebP image format support for GStreamer" +KEYWORDS="~amd64 ~arm64" + +RDEPEND=">=media-libs/libwebp-0.2.1[${MULTILIB_USEDEP}]" +DEPEND="${RDEPEND}" diff --git a/media-plugins/gst-plugins-webp/metadata.xml b/media-plugins/gst-plugins-webp/metadata.xml new file mode 100644 index 000000000000..33fa99dbc4ba --- /dev/null +++ b/media-plugins/gst-plugins-webp/metadata.xml @@ -0,0 +1,8 @@ + + + + + gstreamer@gentoo.org + GStreamer package maintainers + +