summarylogtreecommitdiffstats
path: root/gstreamer.install
diff options
context:
space:
mode:
authorkuma2022-05-22 12:55:52 +0800
committerkuma2022-05-22 12:55:52 +0800
commit849b5c80d13b21bdb632d4c1954faf6c8f1dae64 (patch)
treec6d42a5b90c2235aed9e0f23939ce43caa872717 /gstreamer.install
downloadaur-849b5c80d13b21bdb632d4c1954faf6c8f1dae64.tar.gz
gstreamer 32-bit, git version, 1.20.2
Diffstat (limited to 'gstreamer.install')
-rw-r--r--gstreamer.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/gstreamer.install b/gstreamer.install
new file mode 100644
index 000000000000..616f1b88311b
--- /dev/null
+++ b/gstreamer.install
@@ -0,0 +1,7 @@
+post_install() {
+ post_upgrade $1 ''
+}
+
+post_upgrade() {
+ setcap cap_net_bind_service,cap_net_admin+ep usr/lib32/gstreamer-1.0/gst-ptp-helper
+}