media-plugins/gst-plugins-dtls: bump to 1.16.2
authorMart Raudsepp <leio@gentoo.org>
Sun, 3 May 2020 17:05:12 +0000 (20:05 +0300)
committerMart Raudsepp <leio@gentoo.org>
Sun, 3 May 2020 19:11:54 +0000 (22:11 +0300)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
media-plugins/gst-plugins-dtls/Manifest
media-plugins/gst-plugins-dtls/gst-plugins-dtls-1.16.2.ebuild [new file with mode: 0644]

index 7340942584bdbb0ef4093100e128e0c345845c58..cf517f25a29bd8631a300e52544d455b46027f3e 100644 (file)
@@ -1 +1,2 @@
 DIST gst-plugins-bad-1.14.5.tar.xz 4686916 BLAKE2B b22377fbadf54828e86cc4e0bb17fb9b25efe4394c64eeceb228084e58d0db595622670c6c0a2d87fb760fce34974f9e425a2b810460465130ce1a4c2c679e7d SHA512 64d2a9f6203fbeb3db19816f936f4db32dd8bb7d1f4ce1f958ae795f008e72946e8e2e8bcf8c456c33d5567cb66dc34ca95836c52e404835300a3a5f38d52b6b
+DIST gst-plugins-bad-1.16.2.tar.xz 4887812 BLAKE2B edf10aeb365d9a7cf4b5172af29b46cff4c7a49a3e4dde881469f5738b5a525eb51a6f70bb1dd6f680e4e48977d65769ac8e8f41d914b7ce7719b9fa260a7bd4 SHA512 aeaf3388156fe7317e193a3f940d391a6d8a1187f93e6925cee4cb02c4e78d9b456c22c27c318f0f9b2212ca68887c5cdcc256adaf068bfab8ec5c091a1e8805
diff --git a/media-plugins/gst-plugins-dtls/gst-plugins-dtls-1.16.2.ebuild b/media-plugins/gst-plugins-dtls/gst-plugins-dtls-1.16.2.ebuild
new file mode 100644 (file)
index 0000000..5e660c0
--- /dev/null
@@ -0,0 +1,17 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GST_ORG_MODULE=gst-plugins-bad
+
+inherit gstreamer
+
+DESCRIPTION="DTLS encoder/decoder with SRTP support plugin for GStreamer"
+KEYWORDS="~amd64 ~x86"
+IUSE="libressl"
+
+RDEPEND="
+       libressl? ( dev-libs/libressl:=[${MULTILIB_USEDEP}] )
+       !libressl? ( >=dev-libs/openssl-1.0.1:0=[${MULTILIB_USEDEP}] )
+"
+DEPEND="${RDEPEND}"