From 1cef8af5b2a792ea8e1b3b1995a4548f3ddcf536 Mon Sep 17 00:00:00 2001 From: zhang__3125 <13466585422@163.com> Date: Wed, 22 Jun 2022 22:24:08 +0800 Subject: [PATCH] fix build when Meson >= 0.61.5 --- grilo-plugins.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/grilo-plugins.spec b/grilo-plugins.spec index c199b7d..390cba7 100644 --- a/grilo-plugins.spec +++ b/grilo-plugins.spec @@ -1,6 +1,6 @@ Name: grilo-plugins Version: 0.3.14 -Release: 1 +Release: 2 Summary: Plugins for the Grilo framework License: LGPLv2+ URL: https://wiki.gnome.org/Projects/Grilo @@ -24,11 +24,11 @@ Radio France,Shoutcast,The Guardian Videos,Tracker,Vimeo,Youtube %autosetup -n grilo-plugins-%{version} -p1 %build -%meson -Denable-static=no -Denable-shoutcast=no -Denable-bookmarks=yes \ +%meson -Denable-shoutcast=no -Denable-bookmarks=yes \ -Denable-dleyna=yes -Denable-dmap=yes -Denable-filesystem=yes \ -Denable-flickr=yes -Denable-freebox=yes -Denable-gravatar=yes \ - -Denable-jamendo=yes -Denable-lua-factory=yes -Denable-metadata-store=yes \ - -Denable-podcasts=yes -Denable-tmdb=yes -Denable-vimeo=yes \ + -Denable-lua-factory=yes -Denable-metadata-store=yes \ + -Denable-podcasts=yes -Denable-tmdb=yes \ -Denable-youtube=yes -Denable-tracker=no -Denable-tracker3=yes %meson_build @@ -47,6 +47,10 @@ Radio France,Shoutcast,The Guardian Videos,Tracker,Vimeo,Youtube %{_libdir}/grilo-0.3/*.so* %changelog +* Mon Jun 20 2022 lin zhang - 0.3.14-2 +- fix build when Meson >= 0.61.5 +- remove meson option enable-jamendo, enable-static, enable-vimeo + * Mon Mar 28 2022 lin zhang - 0.3.14-1 - Update to 0.3.14