mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-27 09:38:17 +00:00
meson: update PACKAGE_BUGREPORT
Some were still using pre-monorepo links. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5786>
This commit is contained in:
parent
ef734f1134
commit
511bf307d4
2 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ endif
|
||||||
cdata.set('VERSION', '"@0@"'.format(gst_version))
|
cdata.set('VERSION', '"@0@"'.format(gst_version))
|
||||||
cdata.set('PACKAGE', '"gst-editing-services"')
|
cdata.set('PACKAGE', '"gst-editing-services"')
|
||||||
cdata.set('PACKAGE_VERSION', '"@0@"'.format(gst_version))
|
cdata.set('PACKAGE_VERSION', '"@0@"'.format(gst_version))
|
||||||
cdata.set('PACKAGE_BUGREPORT', '"https://gitlab.freedesktop.org/gstreamer/gst-editing-services/issues/new"')
|
cdata.set('PACKAGE_BUGREPORT', '"https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/new"')
|
||||||
cdata.set('PACKAGE_NAME', '"GStreamer Editing Services"')
|
cdata.set('PACKAGE_NAME', '"GStreamer Editing Services"')
|
||||||
cdata.set('GST_PACKAGE_NAME', '"GStreamer Editing Services"')
|
cdata.set('GST_PACKAGE_NAME', '"GStreamer Editing Services"')
|
||||||
cdata.set('GST_PACKAGE_ORIGIN', '"Unknown package origin"')
|
cdata.set('GST_PACKAGE_ORIGIN', '"Unknown package origin"')
|
||||||
|
|
|
@ -213,7 +213,7 @@ cdata.set('SIZEOF_VOIDP', cc.sizeof('void*'))
|
||||||
cdata.set_quoted('VERSION', gst_version)
|
cdata.set_quoted('VERSION', gst_version)
|
||||||
cdata.set_quoted('PACKAGE', 'gst-plugins-bad')
|
cdata.set_quoted('PACKAGE', 'gst-plugins-bad')
|
||||||
cdata.set_quoted('PACKAGE_VERSION', gst_version)
|
cdata.set_quoted('PACKAGE_VERSION', gst_version)
|
||||||
cdata.set_quoted('PACKAGE_BUGREPORT', 'https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/new')
|
cdata.set_quoted('PACKAGE_BUGREPORT', 'https://gitlab.freedesktop.org/gstreamer/gstreamer/issues/new')
|
||||||
cdata.set_quoted('PACKAGE_NAME', 'GStreamer Bad Plug-ins')
|
cdata.set_quoted('PACKAGE_NAME', 'GStreamer Bad Plug-ins')
|
||||||
cdata.set_quoted('GETTEXT_PACKAGE', 'gst-plugins-bad-1.0')
|
cdata.set_quoted('GETTEXT_PACKAGE', 'gst-plugins-bad-1.0')
|
||||||
cdata.set_quoted('GST_API_VERSION', api_version)
|
cdata.set_quoted('GST_API_VERSION', api_version)
|
||||||
|
|
Loading…
Reference in a new issue