After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 775957 - Add Meson build support in Grilo Plugins
Add Meson build support in Grilo Plugins
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: plugins
git master
Other All
: Normal enhancement
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2016-12-11 18:50 UTC by Juan A. Suarez Romero
Modified: 2017-02-06 09:01 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
local-metadata: rename localmetadata references to local-metadata (6.04 KB, patch)
2016-12-11 18:50 UTC, Juan A. Suarez Romero
committed Details | Review
build: add Meson build support (49.03 KB, patch)
2016-12-11 18:50 UTC, Juan A. Suarez Romero
committed Details | Review

Description Juan A. Suarez Romero 2016-12-11 18:50:04 UTC
Meson build is a fast and modern build tool, and GNOME is moving torwards using it.

So let's add support in Grilo Plugins.
Comment 1 Juan A. Suarez Romero 2016-12-11 18:50:08 UTC
Created attachment 341769 [details] [review]
local-metadata: rename localmetadata references to local-metadata

While source name is local-metadata, we use localmetadata in some other
places, like '--enable/disable-localmetadata'.

So let's add some coherence and use always local-metadata.
Comment 2 Juan A. Suarez Romero 2016-12-11 18:50:14 UTC
Created attachment 341770 [details] [review]
build: add Meson build support
Comment 3 Victor Toso 2017-02-05 06:55:29 UTC
Review of attachment 341769 [details] [review]:

Sure
Comment 4 Victor Toso 2017-02-05 07:13:21 UTC
(In reply to Juan A. Suarez Romero from comment #2)
> Created attachment 341770 [details] [review] [review]
> build: add Meson build support

So fast! I'm reading the manual to see if I can catch anything in the review, but this is truly fantastic!
Comment 5 Juan A. Suarez Romero 2017-02-06 09:01:44 UTC
Attachment 341769 [details] pushed as f5e77c5 - local-metadata: rename localmetadata references to local-metadata
Attachment 341770 [details] pushed as ea047c4 - build: add Meson build support