summaryrefslogtreecommitdiff
path: root/extra/gst-plugins-good/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-05-28 07:32:01 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-05-28 07:32:01 +0200
commit82732df8e1791240f843e0fd266e2f16c32e4685 (patch)
treea606ad902fa24c9be6784219c7018caca5426ae6 /extra/gst-plugins-good/PKGBUILD
parent03d49bc59ec3f06e99c14760237a09012f9b4958 (diff)
downloadpackages-82732df8e1791240f843e0fd266e2f16c32e4685.tar.xz
extra/gst-plugins-good: added upstream patch for failing test "elements/rtpstorage"
Diffstat (limited to 'extra/gst-plugins-good/PKGBUILD')
-rw-r--r--extra/gst-plugins-good/PKGBUILD9
1 files changed, 9 insertions, 0 deletions
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
+ '
+)"