summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMart Raudsepp <leio@gentoo.org>2021-02-13 20:05:37 +0200
committerMart Raudsepp <leio@gentoo.org>2021-02-13 21:48:44 +0200
commitc33bb744104590a787f6e06485847c9be9ab80a6 (patch)
tree544715ea86ed1cfffab4439e51d7a9c2c726b1c1 /media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.16.3.ebuild
parentmedia-plugins/gst-plugins-openh264: bump to 1.16.3 (diff)
downloadgentoo-c33bb744104590a787f6e06485847c9be9ab80a6.tar.gz
gentoo-c33bb744104590a787f6e06485847c9be9ab80a6.tar.bz2
gentoo-c33bb744104590a787f6e06485847c9be9ab80a6.zip
media-plugins/gst-plugins-resindvd: bump to 1.16.3
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.16.3.ebuild')
-rw-r--r--media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.16.3.ebuild17
1 files changed, 17 insertions, 0 deletions
diff --git a/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.16.3.ebuild b/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.16.3.ebuild
new file mode 100644
index 000000000000..371c2aac4826
--- /dev/null
+++ b/media-plugins/gst-plugins-resindvd/gst-plugins-resindvd-1.16.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="DVD playback support plugin for GStreamer"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+ >=media-libs/libdvdnav-4.2.0-r1:=[${MULTILIB_USEDEP}]
+ >=media-libs/libdvdread-4.2.0-r1:=[${MULTILIB_USEDEP}]
+"
+DEPEND="${RDEPEND}"