GNOME Bugzilla – Bug 784082
meson option 'with-package-name'
Last modified: 2017-07-03 20:13:09 UTC
GST_PACKAGE_NAME is only set when you can match it, so meson build fails when used with 'with-package-name'. Error is: ../gst/gst.c:710:7: error: 'GST_PACKAGE_NAME' undeclared (first use in this function); did you mean 'PACKAGE_NAME'?
This should fix it: commit 3683a0753aa4fc43f3fa9c14114076d5dbfc1420 Author: Tim-Philipp Müller <tim@centricular.com> Date: Fri Jun 23 11:11:44 2017 +0100 meson: fix with-package-name option https://bugzilla.gnome.org/show_bug.cgi?id=784082 Any chance you could test, just to double-check? I'll then backport it to 1.12 and to the other modules.
I get the following message when I click on your commit : "No repositories found" ???
That's because it's not hosted in gnome's git :) https://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=3683a0753aa4fc43f3fa9c14114076d5dbfc1420
I confirm the patch works fine ! Thanks !! :-)