gst-plugins-bad: Fix pkgconfig file issue 29/287529/1
authorSangchul Lee <sc11.lee@samsung.com>
Tue, 31 Jan 2023 03:25:31 +0000 (12:25 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Tue, 31 Jan 2023 03:32:51 +0000 (12:32 +0900)
pc files from this project could not be found when compiling other
packages using these pc files as BuildRequires.
As a result, some Tizen native packages could not be built well.
e.g.) capi-media-webrtc, capi-media-streamer

This issue is related to the meson version. See below.
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3061

It is fixed as per the current circumstance of Tizen dev.

Change-Id: Iad46fa21d87416b4b3bec0d90f538dfff74a83d1

packaging/gstreamer.spec
subprojects/gst-plugins-bad/meson.build

index 584fa2c..c46728b 100644 (file)
@@ -62,7 +62,7 @@
 
 Name:           %{_name}
 Version:        1.22.0
-Release:        4
+Release:        5
 Summary:        Streaming-Media Framework Runtime
 License:        LGPL-2.0+
 Group:          Multimedia/Framework
index 5ef350b..815dbb8 100644 (file)
@@ -569,6 +569,7 @@ pkgconfig_variables = ['exec_prefix=${prefix}',
     'toolsdir=${exec_prefix}/bin',
     'pluginsdir=${libdir}/gstreamer-1.0',
     'datarootdir=${prefix}/share',
+    'datadir=${datarootdir}',
     'girdir=${datadir}/gir-1.0',
     'typelibdir=${libdir}/girepository-1.0']