Skip to content

Commit

Permalink
libnice: extract gstreamer subpackage
Browse files Browse the repository at this point in the history
This breaks a loop within the dependency tree that was introduced in
2e65d90:

gtk4 -> gst-plugins-bad1 -> libnice -> gupnp-igd -> gssdp -> gtk4
  • Loading branch information
Gottox committed Dec 12, 2021
1 parent 4621b86 commit f808ea9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions srcpkgs/libnice-gstreamer
9 changes: 8 additions & 1 deletion srcpkgs/libnice/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'libnice'
pkgname=libnice
version=0.1.18
revision=3
revision=4
build_style=meson
build_helper="gir"
configure_args="-Dcrypto-library=openssl -Dgtk_doc=disabled -Dtests=disabled
Expand Down Expand Up @@ -30,3 +30,10 @@ libnice-devel_package() {
fi
}
}

libnice-gstreamer_package() {
short_desc+=" - gstreamer plugin"
pkg_install() {
vmove usr/lib/gstreamer-1.0
}
}

0 comments on commit f808ea9

Please sign in to comment.