Skip to content

Commit

Permalink
main/gst-plugins-rs: separate gstgtk4
Browse files Browse the repository at this point in the history
so things can depend on it directly (warp, snapshot, ..) and not pull the whole
71mb of plugins here
  • Loading branch information
nekopsykose committed Sep 25, 2024
1 parent e7f1f98 commit 0d85a70
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions main/gst-plugins-rs-gtk4
7 changes: 7 additions & 0 deletions main/gst-plugins-rs/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ def post_install(self):
self.install_license("LICENSE-MIT")


@subpackage("gst-plugins-rs-gtk4")
def _(self):
self.subdesc = "GTK4 sink"
self.install_if = [self.parent]
return ["usr/lib/gstreamer-1.0/libgstgtk4.so"]


@subpackage("gst-plugins-rs-devel")
def _(self):
return self.default_devel()

0 comments on commit 0d85a70

Please sign in to comment.