~alpine/aports

[alpine-aports] [PATCH] community/gst-plugins-bad: add tiff-dev to makedepends

Milan P. Stanić <mps@arvanta.net>
Details
Message ID
<20190102142559.1770-1-mps@arvanta.net>
Sender timestamp
1546439159
DKIM signature
missing
Download raw message
Patch: +4 -23
add missing tiff-dev to makedepends
remove unneeded libressl270-dtsl_method.patch
bump pkgrel
---
 community/gst-plugins-bad/APKBUILD             |  9 ++++-----
 .../libressl270-dtsl_method.patch              | 18 ------------------
 2 files changed, 4 insertions(+), 23 deletions(-)
 delete mode 100644 community/gst-plugins-bad/libressl270-dtsl_method.patch

diff --git a/community/gst-plugins-bad/APKBUILD b/community/gst-plugins-bad/APKBUILD
index a776624e8e..b1de4da94d 100644
--- a/community/gst-plugins-bad/APKBUILD
+++ b/community/gst-plugins-bad/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gst-plugins-bad
pkgver=1.14.4
pkgrel=0
pkgrel=1
pkgdesc="GStreamer bad plugins"
url="https://gstreamer.freedesktop.org"
arch="all"
@@ -40,10 +40,10 @@ makedepends="
	libsrtp-dev
	orc-compiler
	opus-dev
	tiff-dev
	"
subpackages="$pkgname-lang $pkgname-dev $pkgname-doc"
source="https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-$pkgver.tar.xz
	libressl270-dtsl_method.patch"
source="https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-$pkgver.tar.xz"
ldpath="/usr/lib/gstreamer-1.0"

build() {
@@ -77,5 +77,4 @@ doc() {
	replaces="${pkgname}1-doc"
}

sha512sums="a5bef1863110ae25ef4c75ad2cdbbde011e1d1a722754cc0372e8de9c81aee9159e2301d90d6f9b04b66a20887abe20de20d74dbe207d20102e8081130eaf839  gst-plugins-bad-1.14.4.tar.xz
82106a8fa7ac01c63c3298c33a3b6177a4115f380d475634ea8ba4c67654f96275ab4b35eb4ea712a997165fefa7e9b65fd6b14ed3cea478c200d7e8d61423c4  libressl270-dtsl_method.patch"
sha512sums="a5bef1863110ae25ef4c75ad2cdbbde011e1d1a722754cc0372e8de9c81aee9159e2301d90d6f9b04b66a20887abe20de20d74dbe207d20102e8081130eaf839  gst-plugins-bad-1.14.4.tar.xz"
diff --git a/community/gst-plugins-bad/libressl270-dtsl_method.patch b/community/gst-plugins-bad/libressl270-dtsl_method.patch
deleted file mode 100644
index 6ea6085180..0000000000
--- a/community/gst-plugins-bad/libressl270-dtsl_method.patch
@@ -1,18 +0,0 @@
--- a/ext/dtls/gstdtlsagent.c
+++ b/ext/dtls/gstdtlsagent.c
@@ -176,11 +176,11 @@
 
   ERR_clear_error ();
 
-#if OPENSSL_VERSION_NUMBER >= 0x1000200fL
-  priv->ssl_context = SSL_CTX_new (DTLS_method ());
-#else
+//#if OPENSSL_VERSION_NUMBER >= 0x1000200fL
+ // priv->ssl_context = SSL_CTX_new (DTLS_method ());
+//#else
   priv->ssl_context = SSL_CTX_new (DTLSv1_method ());
-#endif
+//#endif
   if (ERR_peek_error () || !priv->ssl_context) {
     char buf[512];
 
-- 
2.18.1



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)