summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJannis Achstetter <kripton@kripserver.net>2022-04-03 15:53:10 +0200
committerMart Raudsepp <leio@gentoo.org>2023-11-02 22:48:13 +0200
commit478b52e856622ec5457c31ac1b0c3d00064fc9e1 (patch)
treedb150315d452546681bc28d9c53af99c22b9f4a4 /media-plugins
parentdev-python/sentry-sdk: Enable py3.12 (diff)
downloadgentoo-478b52e856622ec5457c31ac1b0c3d00064fc9e1.tar.gz
gentoo-478b52e856622ec5457c31ac1b0c3d00064fc9e1.tar.bz2
gentoo-478b52e856622ec5457c31ac1b0c3d00064fc9e1.zip
media-plugins/gst-plugins-webp: New package to add WebP support to gstreamer
Closes: https://bugs.gentoo.org/836666 Signed-off-by: Jannis Achstetter <kripton@kripserver.net> Closes: https://github.com/gentoo/gentoo/pull/24876 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/gst-plugins-webp/Manifest1
-rw-r--r--media-plugins/gst-plugins-webp/gst-plugins-webp-1.22.3.ebuild13
-rw-r--r--media-plugins/gst-plugins-webp/metadata.xml8
3 files changed, 22 insertions, 0 deletions
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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>gstreamer@gentoo.org</email>
+ <name>GStreamer package maintainers</name>
+</maintainer>
+</pkgmetadata>