gnu: gst-editing-services: Fix build.

* gnu/packages/patches/gst-editing-services-fix-api.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it here.
* gnu/packages/gstreamer.scm (gst-editing-services): Use it here.
This commit is contained in:
Liliana Marie Prikler 2024-10-28 09:27:57 +01:00
parent 19d906f82f
commit 2a5ab42e6f
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87
3 changed files with 33 additions and 0 deletions

View file

@ -1047,6 +1047,7 @@ decoders, muxers, and demuxers provided by FFmpeg.")
(uri (string-append
"https://gstreamer.freedesktop.org/src/" name "/"
"gst-editing-services-" version ".tar.xz"))
(patches (search-patches "gst-editing-services-fix-api.patch"))
(sha256
(base32
"0rm2w7g1rgbzh3i659lw61hgzfhqk8cmx9y0zkjzwnwxmdfa53qk"))))