gstreamer/subprojects/gst-editing-services
Nirbheek Chauhan a0e6278dba meson: Use implicit builtin dirs in pkgconfig generation
Starting with Meson 0.62, meson automatically populates the variables
list in the pkgconfig file if you reference builtin directories in the
pkgconfig file (whether via a custom pkgconfig variable or elsewhere).
We need this, because ${prefix}/libexec is a hard-coded value which is
incorrect on, for example, Debian.

Bump requirement to 0.62, and remove version compares that retained
support for older Meson versions.

Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1245

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3061>
2022-09-21 21:08:11 +05:30
..
bindings/python Fix license as GES is released under the LGPL2+ license 2022-03-24 01:18:24 +00:00
data/completions
docs doc: Do not build plugins to build the doc 2022-09-15 20:11:46 +00:00
examples
ges ges-video-source: Remove limit on frame duplication on EOS in videorate 2022-09-20 13:23:02 +00:00
plugins nlecomposition: Minor debug enhancement 2022-09-20 13:23:02 +00:00
scripts
tests ges: preserve discovery order 2022-08-02 15:48:12 +00:00
tools tools: Add support for building gstreamer tools against gst-full 2022-03-30 17:43:17 +00:00
.gitignore
AUTHORS
ChangeLog Release 1.20.0 2022-02-03 20:03:15 +00:00
COPYING
COPYING.LIB
gst-editing-services.doap Release 1.20.0 2022-02-03 20:03:15 +00:00
meson.build meson: Use implicit builtin dirs in pkgconfig generation 2022-09-21 21:08:11 +05:30
meson_options.txt meson: Remove duplicate definition of 'examples' option 2021-10-12 22:54:56 +00:00
NEWS Release 1.20.0 2022-02-03 20:03:15 +00:00
README
RELEASE Release 1.20.0 2022-02-03 20:03:15 +00:00

GStreamer Editing Services
--------------------------

 This is a high-level library for facilitating the creation of audio/video
non-linear editors.

License:
--------

  This package and its contents are licensend under the GNU Lesser General
Public License (LGPL).

Dependencies:
-------------

 * GStreamer core
 * gst-plugins-base