X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=subprojects%2Fgst-python%2Fmeson.build;h=336065d6cc7cf22988d41ae5284853d3f90632a3;hb=a9ec35b1ca3193820f434fd17a71207cde19de2b;hp=acc3502e3ded92bdc118a2ee07279734134188ee;hpb=f0b045a69bb0b36515b84e3b64df9dc30c8f1e1a;p=platform%2Fupstream%2Fgstreamer.git diff --git a/subprojects/gst-python/meson.build b/subprojects/gst-python/meson.build index acc3502..336065d 100644 --- a/subprojects/gst-python/meson.build +++ b/subprojects/gst-python/meson.build @@ -1,6 +1,6 @@ -project('gst-python', 'c', 'cpp', - version : '1.20.0', - meson_version : '>= 0.59', +project('gst-python', 'c', + version : '1.21.90', + meson_version : '>= 0.62', default_options : [ 'warning_level=1', 'c_std=gnu99', 'buildtype=debugoptimized' ]) @@ -19,7 +19,7 @@ gst_dep = dependency('gstreamer-1.0', version : gst_req, fallback : ['gstreamer', 'gst_dep']) gstbase_dep = dependency('gstreamer-base-1.0', version : gst_req, fallback : ['gstreamer', 'gst_base_dep']) -gmodule_dep = dependency('gmodule-2.0') +gmodule_dep = dependency('gmodule-no-export-2.0') pygobject_dep = dependency('pygobject-3.0', fallback: ['pygobject', 'pygobject_dep'], version : '>= 3.8') pymod = import('python') @@ -87,6 +87,8 @@ cdata.set('PYTHON_VERSION', '"@0@"'.format(python_dep.version())) configure_file(output : 'config.h', configuration : cdata) configinc = include_directories('.') +meson.add_dist_script('scripts/gen-changelog.py', meson.project_name(), '1.20.0', meson.project_version()) + pkgconfig = import('pkgconfig') plugins_install_dir = join_paths(libdir, 'gstreamer-1.0') plugins_pkgconfig_install_dir = join_paths(plugins_install_dir, 'pkgconfig')