-
-
Save stemcc/8db5d246cf85942dc9dce4d60b760c44 to your computer and use it in GitHub Desktop.
GST-INTERPIPE
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Name: gst-interpipe | |
| Version: 1.1.8 | |
| Release: 1%{?dist} | |
| Summary: GStreamer plug-in for interpipeline communication | |
| License: LGPL2.1 | |
| URL: https://github.com/RidgeRun/gst-interpipe | |
| Source0: https://github.com/RidgeRun/gst-interpipe/archive/refs/tags/v1.1.8.tar.gz | |
| BuildRequires: git | |
| BuildRequires: meson | |
| BuildRequires: valgrind | |
| Requires: gstreamer >= 1.8 | |
| Requires: gstreamer1-plugins-base >= 1.8 | |
| Requires: gtk-doc | |
| %description | |
| GStreamer plug-in for interpipeline communication | |
| %build | |
| meson ../build --prefix=/usr \ | |
| -D enable-gtk-doc=false | |
| ninja -C ../build | |
| %install | |
| meson install -C ../build | |
| %files | |
| libgstinterpipe.so | |
| %changelog |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment