diff options
author | 2024-12-24 10:27:10 +0000 | |
---|---|---|
committer | 2025-01-04 21:31:51 +0000 | |
commit | 30a0d7fb7fc087a2af1b4fdbb27c1dce724f8cef (patch) | |
tree | e34e30a5aef626d16052e5acc8ebaf76ba7782cc /media-plugins/gst-plugins-resindvd | |
parent | media-plugins/gst-plugins-pulse: add 1.24.10 (diff) | |
download | gentoo-30a0d7fb7fc087a2af1b4fdbb27c1dce724f8cef.tar.gz gentoo-30a0d7fb7fc087a2af1b4fdbb27c1dce724f8cef.tar.bz2 gentoo-30a0d7fb7fc087a2af1b4fdbb27c1dce724f8cef.zip |
media-plugins/gst-plugins-resindvd: add 1.24.10
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-plugins/gst-plugins-resindvd')
-rw-r--r-- | media-plugins/gst-plugins-resindvd/Manifest | 1 | ||||
-rw-r--r-- | media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.24.10.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-resindvd/Manifest b/media-plugins/gst-plugins-resindvd/Manifest index 3a7efee38684..06ebf87982b5 100644 --- a/media-plugins/gst-plugins-resindvd/Manifest +++ b/media-plugins/gst-plugins-resindvd/Manifest @@ -1,2 +1,3 @@ DIST gst-plugins-bad-1.22.11.tar.xz 5552716 BLAKE2B 2b1106f22114c6133d27c4cf8ea00af7efb60a21239b9a7655e35550ffa8401e5c04f9b4894d3ad74126ca67c3eb840b2257c86ad4f78ada208606f679e70fb4 SHA512 cf1901b4d4459be253d00bb65fdf6c86920ad4f034d91bd278509dfcb4e1729fdbedc127aebcd4470cc24c841d94e4199ef60747576b881ded6afc6d41985c70 DIST gst-plugins-bad-1.22.12.tar.xz 5555004 BLAKE2B d15aa65ffef15e691f84882ee76ce9d3f6e2ec31a95f1c18f56ebcda93043faa11fcd0f0d4d5783fc5aaeac020fe139449651c2008b9ff56a6853d9c55bfd2f7 SHA512 3de9decfce7f16308b077ef687cebc665f9cad7ed327fc0cc816e93c0c842dfbabf673e42cf8915c83d2f80d8ba9496508bc3b94dd587c4ae39798f67682f0bb +DIST gst-plugins-bad-1.24.10.tar.xz 7078644 BLAKE2B 928a79f10e93cad4bddfa1a8ce31ea2ea61e7e0424ed83789ed08c52d44665ce9da44a8b79c5f1b29cb69371ad220daafc741cf1c3bb3eababe0636dbd1b994d SHA512 b4f0ca2899052ba48aca2b4364479cfe580f6150e2b2b043e2a0e687409f5529f548fa06dedd73733d857c1243871426668664228d74bbdfcbd7ed35aea24189 diff --git a/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.24.10.ebuild b/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.24.10.ebuild new file mode 100644 index 000000000000..e07086ed0a14 --- /dev/null +++ b/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.24.10.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +GST_ORG_MODULE=gst-plugins-bad + +inherit gstreamer-meson + +DESCRIPTION="DVD playback support plugin for GStreamer" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND=" + >=media-libs/libdvdnav-4.2.0-r1:=[${MULTILIB_USEDEP}] + >=media-libs/libdvdread-4.2.0-r1:=[${MULTILIB_USEDEP}] +" +DEPEND="${RDEPEND}" + +multilib_src_configure() { + local emesonargs=( + -Dgpl=enabled + ) + + gstreamer_multilib_src_configure +} |