]> git.pld-linux.org Git - packages/gstreamer-plugins-base.git/commitdiff
- added pc patch (write libexecdir consistent with actually used path, passed from...
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 16 Apr 2022 18:59:52 +0000 (20:59 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 16 Apr 2022 18:59:52 +0000 (20:59 +0200)
gstreamer-plugins-base-pc.patch [new file with mode: 0644]
gstreamer-plugins-base.spec

diff --git a/gstreamer-plugins-base-pc.patch b/gstreamer-plugins-base-pc.patch
new file mode 100644 (file)
index 0000000..1b5bfb5
--- /dev/null
@@ -0,0 +1,12 @@
+--- gst-plugins-base-1.20.1/meson.build.orig   2022-03-14 12:33:40.000000000 +0100
++++ gst-plugins-base-1.20.1/meson.build        2022-04-16 20:39:18.235165721 +0200
+@@ -452,7 +452,8 @@ pkgconfig_variables = ['exec_prefix=${pr
+     'datadir=${datarootdir}',
+     'girdir=${datadir}/gir-1.0',
+     'typelibdir=${libdir}/girepository-1.0',
+-    'libexecdir=${prefix}/libexec']
++    'libexecdir=' + join_paths(get_option('prefix'), get_option('libexecdir'))
++]
+ pkgconfig_subdirs = ['gstreamer-1.0']
+ meson_pkg_config_file_fixup_script = find_program('scripts/meson-pkg-config-file-fixup.py')
index 6ea1dda54d4dcb48f888b6b03d0ffa2d5523217e..987e9b859bef327618aab8972b099f05700eb9be 100644 (file)
@@ -19,6 +19,7 @@ License:      LGPL v2+
 Group:         Libraries
 Source0:       https://gstreamer.freedesktop.org/src/gst-plugins-base/%{gstname}-%{version}.tar.xz
 # Source0-md5: a9d1a391bee0033f9801f9f3fce7aa1a
+Patch0:                %{name}-pc.patch
 URL:           https://gstreamer.freedesktop.org/
 %{?with_apidocs:BuildRequires: docbook-dtd412-xml}
 BuildRequires: gettext-tools >= 0.17
@@ -403,6 +404,7 @@ Wtyczka wyjścia obrazu Xvideo dla GStreamera.
 
 %prep
 %setup -q -n %{gstname}-%{version}
+%patch0 -p1
 
 %build
 %meson build \
This page took 0.352477 seconds and 4 git commands to generate.