Upgrade to 0.3.13
Change meson configurations
This commit is contained in:
parent
96fccb3dc3
commit
a13be02a15
BIN
grilo-plugins-0.3.13.tar.xz
Normal file
BIN
grilo-plugins-0.3.13.tar.xz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,17 +1,17 @@
|
|||||||
Name: grilo-plugins
|
Name: grilo-plugins
|
||||||
Version: 0.3.8
|
Version: 0.3.13
|
||||||
Release: 4
|
Release: 1
|
||||||
Summary: Plugins for the Grilo framework
|
Summary: Plugins for the Grilo framework
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: https://wiki.gnome.org/Projects/Grilo
|
URL: https://gitlab.gnome.org/GNOME/grilo-plugins
|
||||||
Source0: https://download.gnome.org/sources/grilo-plugins/0.3/grilo-plugins-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/grilo-plugins/0.3/grilo-plugins-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: gcc meson avahi-gobject-devel avahi-gobject glib2-devel grilo-devel >= 0.3.1
|
BuildRequires: gcc meson avahi-gobject-devel avahi-gobject glib2-devel grilo-devel >= 0.3.8
|
||||||
BuildRequires: gom-devel gperf intltool gnome-online-accounts-devel >= 3.17.91
|
BuildRequires: gom-devel gperf intltool gnome-online-accounts-devel >= 3.17.91 gettext
|
||||||
BuildRequires: libgcrypt-devel libxml2-devel itstool libarchive-devel libmediaart-devel
|
BuildRequires: libgcrypt-devel libxml2-devel itstool libarchive-devel libmediaart-devel
|
||||||
BuildRequires: libsoup-devel lua-devel rest-devel sqlite-devel libgdata-devel
|
BuildRequires: libsoup-devel lua-devel rest-devel sqlite-devel libgdata-devel
|
||||||
BuildRequires: totem-pl-parser-devel tracker-devel libdmapsharing-devel json-glib-devel git cmake liboauth-devel
|
BuildRequires: totem-pl-parser-devel tracker3-devel libdmapsharing-devel json-glib-devel git cmake liboauth-devel
|
||||||
Requires: dleyna-server gnome-online-accounts%{_isa} >= 3.17.91 grilo%{_isa} >= 0.3.1
|
Requires: dleyna-server gnome-online-accounts%{_isa} >= 3.17.91 grilo%{_isa} >= 0.3.8
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The framework named grilo which provides access to different sources of multimedia
|
The framework named grilo which provides access to different sources of multimedia
|
||||||
@ -28,8 +28,8 @@ Radio France,Shoutcast,The Guardian Videos,Tracker,Vimeo,Youtube
|
|||||||
-Denable-dleyna=yes -Denable-dmap=yes -Denable-filesystem=yes \
|
-Denable-dleyna=yes -Denable-dmap=yes -Denable-filesystem=yes \
|
||||||
-Denable-flickr=yes -Denable-freebox=yes -Denable-gravatar=yes \
|
-Denable-flickr=yes -Denable-freebox=yes -Denable-gravatar=yes \
|
||||||
-Denable-jamendo=yes -Denable-lua-factory=yes -Denable-metadata-store=yes \
|
-Denable-jamendo=yes -Denable-lua-factory=yes -Denable-metadata-store=yes \
|
||||||
-Denable-tmdb=yes -Denable-tracker=yes -Denable-vimeo=yes \
|
-Denable-podcasts=yes -Denable-tmdb=yes -Denable-vimeo=yes \
|
||||||
-Denable-youtube=yes -Denable-tracker=yes
|
-Denable-youtube=yes -Denable-tracker=no -Denable-tracker3=yes
|
||||||
|
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
@ -39,7 +39,7 @@ Radio France,Shoutcast,The Guardian Videos,Tracker,Vimeo,Youtube
|
|||||||
|
|
||||||
%files -f grilo-plugins.lang
|
%files -f grilo-plugins.lang
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS NEWS README
|
%doc AUTHORS NEWS README.md
|
||||||
%doc %{_datadir}/help/*/examples/example-tmdb.c
|
%doc %{_datadir}/help/*/examples/example-tmdb.c
|
||||||
%{_datadir}/grilo-plugins/
|
%{_datadir}/grilo-plugins/
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
@ -48,6 +48,10 @@ Radio France,Shoutcast,The Guardian Videos,Tracker,Vimeo,Youtube
|
|||||||
%exclude %{_bindir}/*
|
%exclude %{_bindir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 17 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 0.3.13-1
|
||||||
|
- Upgrade to 0.3.13
|
||||||
|
- Change meson configurations
|
||||||
|
|
||||||
* Mon Jun 7 2021 baizhonggui <baizhonggui@huawei.com> - 0.3.8-4
|
* Mon Jun 7 2021 baizhonggui <baizhonggui@huawei.com> - 0.3.8-4
|
||||||
- Fix building error: /usr/bin/git: No such file or directory
|
- Fix building error: /usr/bin/git: No such file or directory
|
||||||
- Add git/cmake/liboauth-devel in BuildRequires
|
- Add git/cmake/liboauth-devel in BuildRequires
|
||||||
@ -58,4 +62,3 @@ Radio France,Shoutcast,The Guardian Videos,Tracker,Vimeo,Youtube
|
|||||||
|
|
||||||
* Thu Apr 16 2020 Jeffery.Gao <gaojianxing@huawei.com> - 0.3.8-2
|
* Thu Apr 16 2020 Jeffery.Gao <gaojianxing@huawei.com> - 0.3.8-2
|
||||||
- Package init
|
- Package init
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version-ctrl: git
|
version_control: git
|
||||||
src_repo: https://gitlab.gnome.org/GNOME/grilo-plugins.gi
|
src_repo: https://gitlab.gnome.org/GNOME/grilo-plugins.git
|
||||||
tag_prefix: ^
|
tag_prefix: ^
|
||||||
seperator: "."
|
separator: "."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user