From 56a2b8c52d91730888c52ef352794867ebaa815d Mon Sep 17 00:00:00 2001 From: cherry530 <707078654@qq.com> Date: Fri, 1 Sep 2023 09:20:18 +0800 Subject: [PATCH] Remove dependence on dleyna-server because it has declined. Signed-off-by: cherry530 <707078654@qq.com> --- grilo-plugins.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/grilo-plugins.spec b/grilo-plugins.spec index 24588e9..62cec26 100644 --- a/grilo-plugins.spec +++ b/grilo-plugins.spec @@ -2,8 +2,8 @@ %global goa_version 3.17.91 Name: grilo-plugins -Version: 0.3.15 -Release: 1 +Version: 0.3.15 +Release: 2 Summary: Plugins for the Grilo framework License: LGPLv2+ URL: https://wiki.gnome.org/Projects/Grilo @@ -14,7 +14,7 @@ BuildRequires: gom-devel gperf intltool gettext gnome-online-accounts%{_isa} >= BuildRequires: libgcrypt-devel libxml2-devel itstool libarchive-devel libmediaart-devel BuildRequires: libsoup3-devel lua-devel rest-devel sqlite-devel libgdata-devel BuildRequires: totem-pl-parser-devel tracker3-devel libdmapsharing-devel json-glib-devel cmake liboauth-devel -Requires: dleyna-server gnome-online-accounts%{_isa} >= %{goa_version} grilo%{_isa} >= %{grilo_version} +Requires: gnome-online-accounts%{_isa} >= %{goa_version} grilo%{_isa} >= %{grilo_version} %description The framework named grilo which provides access to different sources of multimedia @@ -28,7 +28,7 @@ Radio France,Shoutcast,The Guardian Videos,Tracker,Vimeo,Youtube %build %meson -Denable-shoutcast=no -Denable-bookmarks=yes \ - -Denable-dleyna=yes -Denable-dmap=yes -Denable-filesystem=yes \ + -Denable-dleyna=no -Denable-dmap=yes -Denable-filesystem=yes \ -Denable-flickr=yes -Denable-freebox=yes -Denable-gravatar=yes \ -Denable-lua-factory=yes -Denable-metadata-store=yes \ -Denable-podcasts=yes -Denable-tmdb=yes \ @@ -50,6 +50,9 @@ Radio France,Shoutcast,The Guardian Videos,Tracker,Vimeo,Youtube %{_libdir}/grilo-0.3/*.so* %changelog +* Fri Sep 01 2023 xu_ping <707078654@qq.com> - 0.3.15-2 +- Remove dependence on dleyna-server because it has declined. + * Mon Jan 2 2023 lin zhang - 0.3.15-1 - Update to 0.3.15 -- Gitee