X-Original-To: alpine-aports@lists.alpinelinux.org Received: from fx.arvanta.net (static-213-198-238-194.adsl.eunet.rs [213.198.238.194]) by lists.alpinelinux.org (Postfix) with ESMTP id 5E116F8566C for ; Wed, 2 Jan 2019 14:26:07 +0000 (UTC) Received: from arya.arvanta.net (arya.arvanta.net [10.5.1.6]) by fx.arvanta.net (Postfix) with ESMTP id D9B3C1A39C; Wed, 2 Jan 2019 15:26:05 +0100 (CET) From: =?UTF-8?q?Milan=20P=2E=20Stani=C4=87?= To: alpine-aports@lists.alpinelinux.org Cc: =?UTF-8?q?Milan=20P=2E=20Stani=C4=87?= Subject: [alpine-aports] [PATCH] community/gst-plugins-bad: add tiff-dev to makedepends Date: Wed, 2 Jan 2019 15:25:59 +0100 Message-Id: <20190102142559.1770-1-mps@arvanta.net> X-Mailer: git-send-email 2.18.1 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: 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 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 +++ /dev/null @@ -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 ---