blob: 66e07bcee1018abb66ecd317d627bb86afb31a6a (
plain)
1
2
3
4
5
6
7
8
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
'
)"
|