!14 fix build when Meson >= 0.61.5

From: @zhang__3125 
Reviewed-by: @dwl301 
Signed-off-by: @dwl301
This commit is contained in:
openeuler-ci-bot 2022-06-22 15:40:50 +00:00 committed by Gitee
commit 22d04409bf
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <lin.zhang@turbolinux.com.cn> - 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 <lin.zhang@turbolinux.com.cn> - 0.3.14-1
- Update to 0.3.14