mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
meson: update PACKAGE_BUGREPORT
Some were still using pre-monorepo links. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5762>
This commit is contained in:
parent
a56923d5e6
commit
56e72889c1
2 changed files with 2 additions and 2 deletions
|
@ -84,7 +84,7 @@ endif
|
|||
cdata.set('VERSION', '"@0@"'.format(gst_version))
|
||||
cdata.set('PACKAGE', '"gst-editing-services"')
|
||||
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('GST_PACKAGE_NAME', '"GStreamer Editing Services"')
|
||||
cdata.set('GST_PACKAGE_ORIGIN', '"Unknown package origin"')
|
||||
|
|
|
@ -211,7 +211,7 @@ cdata.set('SIZEOF_VOIDP', cc.sizeof('void*'))
|
|||
cdata.set_quoted('VERSION', gst_version)
|
||||
cdata.set_quoted('PACKAGE', 'gst-plugins-bad')
|
||||
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('GETTEXT_PACKAGE', 'gst-plugins-bad-1.0')
|
||||
cdata.set_quoted('GST_API_VERSION', api_version)
|
||||
|
|
Loading…
Reference in a new issue