From 82732df8e1791240f843e0fd266e2f16c32e4685 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 28 May 2018 07:32:01 +0200 Subject: extra/gst-plugins-good: added upstream patch for failing test "elements/rtpstorage" --- extra/gst-plugins-good/PKGBUILD | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 extra/gst-plugins-good/PKGBUILD (limited to 'extra/gst-plugins-good/PKGBUILD') diff --git a/extra/gst-plugins-good/PKGBUILD b/extra/gst-plugins-good/PKGBUILD new file mode 100644 index 00000000..66e07bce --- /dev/null +++ b/extra/gst-plugins-good/PKGBUILD @@ -0,0 +1,9 @@ +# fixed upstreams, see https://bugzilla.gnome.org/show_bug.cgi?id=796429 +source+=(gst-plugins-good-1.14.1-fix-elements-rtpstorage-BUG796429.patch) +sha256sums+=('13fb05a15dcf9b3141e71fee6158ddcb59e5a60aba83cd47a58188e5ad93449a') +eval "$( + declare -f prepare | \ + sed ' + /cd /a patch -Np1 -i ${srcdir}/gst-plugins-good-1.14.1-fix-elements-rtpstorage-BUG796429.patch + ' +)" -- cgit v1.2.3-54-g00ecf