diff --git a/srcpkgs/gst-plugins-bad1/patches/faac_cfg_105.patch b/srcpkgs/gst-plugins-bad1/patches/faac_cfg_105.patch deleted file mode 100644 index b2b0f3a32c0..00000000000 --- a/srcpkgs/gst-plugins-bad1/patches/faac_cfg_105.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/ext/faac/gstfaac.c 2017-05-15 17:46:30.000000000 +0200 -+++ b/ext/faac/gstfaac.c 2017-11-06 11:40:30.458137107 +0100 -@@ -490,7 +490,9 @@ - conf = faacEncGetCurrentConfiguration (faac->handle); - conf->mpegVersion = (faac->mpegversion == 4) ? MPEG4 : MPEG2; - conf->aacObjectType = faac->profile; -+#if FAAC_CFG_VERSION < 105 - conf->allowMidside = faac->midside; -+#endif - conf->useLfe = 0; - conf->useTns = faac->tns; - diff --git a/srcpkgs/gst-plugins-bad1/patches/libressl.patch b/srcpkgs/gst-plugins-bad1/patches/libressl.patch deleted file mode 100644 index cc947c9f69b..00000000000 --- a/srcpkgs/gst-plugins-bad1/patches/libressl.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/ext/dtls/gstdtlsagent.c 2018-03-23 21:45:15.000000000 +0100 -+++ b/ext/dtls/gstdtlsagent.c 2018-03-23 21:45:15.000000000 +0100 -@@ -176,7 +176,7 @@ - - ERR_clear_error (); - --#if OPENSSL_VERSION_NUMBER >= 0x1000200fL -+#if OPENSSL_VERSION_NUMBER >= 0x1000200fL && !defined(LIBRESSL_VERSION_NUMBER) - priv->ssl_context = SSL_CTX_new (DTLS_method ()); - #else - priv->ssl_context = SSL_CTX_new (DTLSv1_method ()); diff --git a/srcpkgs/gst-plugins-bad1/template b/srcpkgs/gst-plugins-bad1/template index fcd3538cd5c..4fe7053c359 100644 --- a/srcpkgs/gst-plugins-bad1/template +++ b/srcpkgs/gst-plugins-bad1/template @@ -1,6 +1,6 @@ # Template file for 'gst-plugins-bad1' pkgname=gst-plugins-bad1 -version=1.22.7 +version=1.22.9 revision=1 build_helper="gir" build_style=meson @@ -36,7 +36,7 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later" homepage="https://gstreamer.freedesktop.org" changelog="https://gstreamer.freedesktop.org/releases/${version%.*}/#${version}" distfiles="https://gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-${version}.tar.xz" -checksum=c716f8dffa8fac3fb646941af1c6ec72fff05a045131311bf2d049fdc87bce2e +checksum=1bc65d0fd5f53a3636564efd3fcf318c3edcdec39c4109a503c1fc8203840a1d build_options="gir gme wayland" build_options_default="gir wayland"