From: Guillaume Desmottes Date: Tue, 5 Dec 2023 08:28:25 +0000 (+0100) Subject: meson: update PACKAGE_BUGREPORT X-Git-Tag: 1.22.8~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=511bf307d4b979bbce59bafdfba9c83e57e8b782;p=platform%2Fupstream%2Fgstreamer.git meson: update PACKAGE_BUGREPORT Some were still using pre-monorepo links. Part-of: --- diff --git a/subprojects/gst-editing-services/meson.build b/subprojects/gst-editing-services/meson.build index e528fb9..59e6ecd 100644 --- a/subprojects/gst-editing-services/meson.build +++ b/subprojects/gst-editing-services/meson.build @@ -86,7 +86,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"') diff --git a/subprojects/gst-plugins-bad/meson.build b/subprojects/gst-plugins-bad/meson.build index 75fb30b..2740ba5 100644 --- a/subprojects/gst-plugins-bad/meson.build +++ b/subprojects/gst-plugins-bad/meson.build @@ -213,7 +213,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)