Skip to content

Instantly share code, notes, and snippets.

@stemcc
Created May 25, 2022 18:59
Show Gist options
  • Select an option

  • Save stemcc/8db5d246cf85942dc9dce4d60b760c44 to your computer and use it in GitHub Desktop.

Select an option

Save stemcc/8db5d246cf85942dc9dce4d60b760c44 to your computer and use it in GitHub Desktop.
GST-INTERPIPE
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