gstreamer/gstreamer-pie.patch
Dominique Leuenberger d38bfce134 Accepting request 919672 from home:iznogood:branches:multimedia:libs
- Stop building doc sub-package, we will in the future use
  upstreams own standalone doc package. Following this: Drop
  fdupes, gtk-doc and hotdoc BuildRequires, and fdupes call, no
  longer needed nor usefull.
- Refresh patches with quilt.

OBS-URL: https://build.opensuse.org/request/show/919672
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer?expand=0&rev=172
2021-09-22 08:24:21 +00:00

31 lines
1.0 KiB
Diff

Index: gstreamer-1.18.5/libs/gst/helpers/meson.build
===================================================================
--- gstreamer-1.18.5.orig/libs/gst/helpers/meson.build
+++ gstreamer-1.18.5/libs/gst/helpers/meson.build
@@ -5,6 +5,7 @@ executable('gst-plugin-scanner',
dependencies : [gobject_dep, gmodule_dep, glib_dep, mathlib, gst_dep],
install_dir : helpers_install_dir,
install: true,
+ pie: true,
)
# Used in test env setup to make tests find plugin scanner in build tree
@@ -18,6 +19,7 @@ if bashcomp_found
dependencies : [gobject_dep, glib_dep, gst_dep],
install_dir : helpers_install_dir,
install: true,
+ pie: true,
)
endif
@@ -114,7 +116,8 @@ if have_ptp
include_directories : [configinc, libsinc],
dependencies : [gio_dep, gobject_dep, glib_dep, mathlib, gst_dep, cap_dep],
install_dir : helpers_install_dir,
- install : true)
+ install : true,
+ pie : true)
meson.add_install_script('ptp_helper_post_install.sh',
helpers_install_dir, with_ptp_helper_permissions,