2011-08-04 13:07:18 +00:00
|
|
|
#
|
2011-08-11 11:23:21 +00:00
|
|
|
# spec file for package grilo
|
2011-08-04 13:07:18 +00:00
|
|
|
#
|
2025-03-06 18:43:06 +00:00
|
|
|
# Copyright (c) 2025 SUSE LLC
|
2011-08-04 13:07:18 +00:00
|
|
|
#
|
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
2018-11-27 20:36:31 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2011-08-04 13:07:18 +00:00
|
|
|
#
|
|
|
|
|
|
2012-06-12 18:07:12 +00:00
|
|
|
|
2011-08-04 13:07:18 +00:00
|
|
|
Name: grilo
|
2025-06-16 07:00:16 +00:00
|
|
|
Version: 0.3.19
|
2011-12-21 11:05:18 +00:00
|
|
|
Release: 0
|
2011-08-04 13:46:19 +00:00
|
|
|
Summary: Framework for browsing and searching media content
|
2018-03-05 13:51:10 +00:00
|
|
|
License: LGPL-2.1-or-later
|
2011-08-04 13:46:19 +00:00
|
|
|
Group: Productivity/Multimedia/Other
|
2018-03-05 13:51:10 +00:00
|
|
|
URL: https://live.gnome.org/Grilo
|
2025-03-31 10:05:23 +00:00
|
|
|
Source0: %{name}-%{version}.tar.zst
|
2018-11-27 20:36:31 +00:00
|
|
|
|
2011-08-04 13:07:18 +00:00
|
|
|
BuildRequires: fdupes
|
|
|
|
|
BuildRequires: gtk-doc
|
2012-09-07 16:26:05 +00:00
|
|
|
BuildRequires: intltool
|
2023-05-10 14:20:37 +00:00
|
|
|
BuildRequires: meson >= 0.62.0
|
2018-03-05 13:51:10 +00:00
|
|
|
BuildRequires: pkgconfig
|
2011-08-04 13:07:18 +00:00
|
|
|
BuildRequires: vala
|
2020-09-07 15:28:26 +00:00
|
|
|
BuildRequires: pkgconfig(gio-2.0) >= 2.58
|
|
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.58
|
2011-08-04 13:07:18 +00:00
|
|
|
BuildRequires: pkgconfig(gmodule-2.0)
|
|
|
|
|
BuildRequires: pkgconfig(gobject-2.0)
|
|
|
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
2023-03-20 12:49:39 +00:00
|
|
|
BuildRequires: pkgconfig(libsoup-3.0)
|
2012-06-12 18:07:12 +00:00
|
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
2019-09-24 09:00:34 +00:00
|
|
|
BuildRequires: pkgconfig(oauth)
|
Accepting request 225149 from GNOME:Next
- Update to version 0.2.9:
+ Several fixes, including:
- Fix introspection scanner warnings (bgo#724620).
- Return an error when the entry media is of the wrong type
(bgo#724540).
- Remove check for libvala in configure.ac (bgo#724430).
- Replace pkgconfig(libvala-0.24) for pkgconfig(vapigen) since
configure does not look for a particular version anymore.
- Update to version 0.2.8:
+ Added support for Vala 0.22 and 0.24.
+ Bump required libglib version to 2.32.
+ Added new core function: grl_deinit().
+ Added new property in GrlSource: "source-icon".
+ Added a new library: Grilo Playlist, to handle playlists as
containers.
+ Bugs fixed: bgo#657926, bgo#695303, bgo#709208, bgo#709651,
bgo#710185, bgo#722358, bgo#722398, bgo#722407, bgo#723077,
bgo#723191, bgo#723989, bgo#724018.
+ Updated translations.
- Pass --enable-grl-pls to configure to ensure playlist support is
being enabled.
- Add pkgconfig(totem-plparser) BuildRequires: dependency for the
playlist support.
- Drop grilo-libvala-0.22.patch and grilo-libvala-0.24.patch: fixed
upstream.
- Drop gnome-common BuildRequires and call to gnome-autgen.sh: no
longer required, as we don't carry any patches.
- Add libgrlpls-0_2-0 and typelib-1_0-GrlNet-0_2 subpackages: new
libraries.
OBS-URL: https://build.opensuse.org/request/show/225149
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=35
2014-03-09 19:16:36 +00:00
|
|
|
BuildRequires: pkgconfig(totem-plparser) >= 3.4.1
|
2015-03-10 15:07:15 +00:00
|
|
|
BuildRequires: pkgconfig(vapigen) >= 0.27
|
2011-08-04 13:07:18 +00:00
|
|
|
|
|
|
|
|
%description
|
2011-08-04 13:46:19 +00:00
|
|
|
Grilo is a framework for browsing and searching media content from
|
|
|
|
|
various sources using a single API.
|
2011-08-04 13:07:18 +00:00
|
|
|
|
2016-02-19 14:36:35 +00:00
|
|
|
%package -n libgrilo-0_3-0
|
2011-08-04 13:46:19 +00:00
|
|
|
Summary: Framework for browsing and searching media content
|
2013-05-17 18:48:35 +00:00
|
|
|
# Needed for the -lang package to be installable
|
2011-08-04 13:46:19 +00:00
|
|
|
# Without plugins, grilo is useless
|
2020-02-17 21:40:11 +00:00
|
|
|
Group: System/Libraries
|
2011-08-04 13:46:19 +00:00
|
|
|
Recommends: grilo-plugins
|
2018-03-05 13:51:10 +00:00
|
|
|
Provides: %{name} = %{version}
|
2011-08-04 13:07:18 +00:00
|
|
|
|
2016-02-19 14:36:35 +00:00
|
|
|
%description -n libgrilo-0_3-0
|
2011-08-04 13:46:19 +00:00
|
|
|
Grilo is a framework for browsing and searching media content from
|
|
|
|
|
various sources using a single API.
|
2011-08-04 13:07:18 +00:00
|
|
|
|
2016-02-19 14:36:35 +00:00
|
|
|
%package -n typelib-1_0-Grl-0_3
|
2011-12-21 11:05:18 +00:00
|
|
|
Summary: Framework for browsing and searching media content -- Introspection bindings
|
2011-12-21 11:01:40 +00:00
|
|
|
Group: System/Libraries
|
|
|
|
|
|
2016-02-19 14:36:35 +00:00
|
|
|
%description -n typelib-1_0-Grl-0_3
|
2011-12-21 11:01:40 +00:00
|
|
|
Grilo is a framework for browsing and searching media content from
|
|
|
|
|
various sources using a single API.
|
|
|
|
|
|
2011-12-21 11:05:18 +00:00
|
|
|
This package provides the GObject Introspection bindings for the
|
|
|
|
|
libgrl library.
|
|
|
|
|
|
2016-02-19 14:36:35 +00:00
|
|
|
%package -n libgrlnet-0_3-0
|
2011-08-04 13:46:19 +00:00
|
|
|
Summary: Framework for browsing and searching media content -- Networking Helper Library
|
|
|
|
|
Group: System/Libraries
|
2011-08-04 13:07:18 +00:00
|
|
|
|
2016-02-19 14:36:35 +00:00
|
|
|
%description -n libgrlnet-0_3-0
|
2011-08-04 13:46:19 +00:00
|
|
|
Grilo is a framework for browsing and searching media content from
|
|
|
|
|
various sources using a single API.
|
2011-08-04 13:07:18 +00:00
|
|
|
|
2016-02-19 14:36:35 +00:00
|
|
|
%package -n libgrlpls-0_3-0
|
Accepting request 225149 from GNOME:Next
- Update to version 0.2.9:
+ Several fixes, including:
- Fix introspection scanner warnings (bgo#724620).
- Return an error when the entry media is of the wrong type
(bgo#724540).
- Remove check for libvala in configure.ac (bgo#724430).
- Replace pkgconfig(libvala-0.24) for pkgconfig(vapigen) since
configure does not look for a particular version anymore.
- Update to version 0.2.8:
+ Added support for Vala 0.22 and 0.24.
+ Bump required libglib version to 2.32.
+ Added new core function: grl_deinit().
+ Added new property in GrlSource: "source-icon".
+ Added a new library: Grilo Playlist, to handle playlists as
containers.
+ Bugs fixed: bgo#657926, bgo#695303, bgo#709208, bgo#709651,
bgo#710185, bgo#722358, bgo#722398, bgo#722407, bgo#723077,
bgo#723191, bgo#723989, bgo#724018.
+ Updated translations.
- Pass --enable-grl-pls to configure to ensure playlist support is
being enabled.
- Add pkgconfig(totem-plparser) BuildRequires: dependency for the
playlist support.
- Drop grilo-libvala-0.22.patch and grilo-libvala-0.24.patch: fixed
upstream.
- Drop gnome-common BuildRequires and call to gnome-autgen.sh: no
longer required, as we don't carry any patches.
- Add libgrlpls-0_2-0 and typelib-1_0-GrlNet-0_2 subpackages: new
libraries.
OBS-URL: https://build.opensuse.org/request/show/225149
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=35
2014-03-09 19:16:36 +00:00
|
|
|
Summary: Framework for browsing and searching media content -- Playlist Helper Library
|
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
2016-02-19 14:36:35 +00:00
|
|
|
%description -n libgrlpls-0_3-0
|
Accepting request 225149 from GNOME:Next
- Update to version 0.2.9:
+ Several fixes, including:
- Fix introspection scanner warnings (bgo#724620).
- Return an error when the entry media is of the wrong type
(bgo#724540).
- Remove check for libvala in configure.ac (bgo#724430).
- Replace pkgconfig(libvala-0.24) for pkgconfig(vapigen) since
configure does not look for a particular version anymore.
- Update to version 0.2.8:
+ Added support for Vala 0.22 and 0.24.
+ Bump required libglib version to 2.32.
+ Added new core function: grl_deinit().
+ Added new property in GrlSource: "source-icon".
+ Added a new library: Grilo Playlist, to handle playlists as
containers.
+ Bugs fixed: bgo#657926, bgo#695303, bgo#709208, bgo#709651,
bgo#710185, bgo#722358, bgo#722398, bgo#722407, bgo#723077,
bgo#723191, bgo#723989, bgo#724018.
+ Updated translations.
- Pass --enable-grl-pls to configure to ensure playlist support is
being enabled.
- Add pkgconfig(totem-plparser) BuildRequires: dependency for the
playlist support.
- Drop grilo-libvala-0.22.patch and grilo-libvala-0.24.patch: fixed
upstream.
- Drop gnome-common BuildRequires and call to gnome-autgen.sh: no
longer required, as we don't carry any patches.
- Add libgrlpls-0_2-0 and typelib-1_0-GrlNet-0_2 subpackages: new
libraries.
OBS-URL: https://build.opensuse.org/request/show/225149
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=35
2014-03-09 19:16:36 +00:00
|
|
|
Grilo is a framework for browsing and searching media content from
|
|
|
|
|
various sources using a single API.
|
|
|
|
|
|
2016-02-19 14:36:35 +00:00
|
|
|
%package -n typelib-1_0-GrlNet-0_3
|
2019-09-24 09:00:34 +00:00
|
|
|
Summary: Introspection bindings for grilo
|
2011-12-21 11:01:40 +00:00
|
|
|
Group: System/Libraries
|
|
|
|
|
|
2016-02-19 14:36:35 +00:00
|
|
|
%description -n typelib-1_0-GrlNet-0_3
|
2011-12-21 11:01:40 +00:00
|
|
|
Grilo is a framework for browsing and searching media content from
|
|
|
|
|
various sources using a single API.
|
|
|
|
|
|
2011-12-21 11:05:18 +00:00
|
|
|
This package provides the GObject Introspection bindings for the
|
|
|
|
|
libgrlnet library.
|
|
|
|
|
|
2016-02-19 14:36:35 +00:00
|
|
|
%package -n typelib-1_0-GrlPls-0_3
|
2019-09-24 09:00:34 +00:00
|
|
|
Summary: Introspection bindings for grilo
|
Accepting request 225149 from GNOME:Next
- Update to version 0.2.9:
+ Several fixes, including:
- Fix introspection scanner warnings (bgo#724620).
- Return an error when the entry media is of the wrong type
(bgo#724540).
- Remove check for libvala in configure.ac (bgo#724430).
- Replace pkgconfig(libvala-0.24) for pkgconfig(vapigen) since
configure does not look for a particular version anymore.
- Update to version 0.2.8:
+ Added support for Vala 0.22 and 0.24.
+ Bump required libglib version to 2.32.
+ Added new core function: grl_deinit().
+ Added new property in GrlSource: "source-icon".
+ Added a new library: Grilo Playlist, to handle playlists as
containers.
+ Bugs fixed: bgo#657926, bgo#695303, bgo#709208, bgo#709651,
bgo#710185, bgo#722358, bgo#722398, bgo#722407, bgo#723077,
bgo#723191, bgo#723989, bgo#724018.
+ Updated translations.
- Pass --enable-grl-pls to configure to ensure playlist support is
being enabled.
- Add pkgconfig(totem-plparser) BuildRequires: dependency for the
playlist support.
- Drop grilo-libvala-0.22.patch and grilo-libvala-0.24.patch: fixed
upstream.
- Drop gnome-common BuildRequires and call to gnome-autgen.sh: no
longer required, as we don't carry any patches.
- Add libgrlpls-0_2-0 and typelib-1_0-GrlNet-0_2 subpackages: new
libraries.
OBS-URL: https://build.opensuse.org/request/show/225149
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=35
2014-03-09 19:16:36 +00:00
|
|
|
Group: System/Libraries
|
|
|
|
|
|
2016-02-19 14:36:35 +00:00
|
|
|
%description -n typelib-1_0-GrlPls-0_3
|
Accepting request 225149 from GNOME:Next
- Update to version 0.2.9:
+ Several fixes, including:
- Fix introspection scanner warnings (bgo#724620).
- Return an error when the entry media is of the wrong type
(bgo#724540).
- Remove check for libvala in configure.ac (bgo#724430).
- Replace pkgconfig(libvala-0.24) for pkgconfig(vapigen) since
configure does not look for a particular version anymore.
- Update to version 0.2.8:
+ Added support for Vala 0.22 and 0.24.
+ Bump required libglib version to 2.32.
+ Added new core function: grl_deinit().
+ Added new property in GrlSource: "source-icon".
+ Added a new library: Grilo Playlist, to handle playlists as
containers.
+ Bugs fixed: bgo#657926, bgo#695303, bgo#709208, bgo#709651,
bgo#710185, bgo#722358, bgo#722398, bgo#722407, bgo#723077,
bgo#723191, bgo#723989, bgo#724018.
+ Updated translations.
- Pass --enable-grl-pls to configure to ensure playlist support is
being enabled.
- Add pkgconfig(totem-plparser) BuildRequires: dependency for the
playlist support.
- Drop grilo-libvala-0.22.patch and grilo-libvala-0.24.patch: fixed
upstream.
- Drop gnome-common BuildRequires and call to gnome-autgen.sh: no
longer required, as we don't carry any patches.
- Add libgrlpls-0_2-0 and typelib-1_0-GrlNet-0_2 subpackages: new
libraries.
OBS-URL: https://build.opensuse.org/request/show/225149
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=35
2014-03-09 19:16:36 +00:00
|
|
|
Grilo is a framework for browsing and searching media content from
|
|
|
|
|
various sources using a single API.
|
|
|
|
|
|
|
|
|
|
This package provides the GObject Introspection bindings for the
|
|
|
|
|
libgrlnet library.
|
|
|
|
|
|
2011-08-04 13:46:19 +00:00
|
|
|
%package tools
|
|
|
|
|
Summary: Framework for browsing and searching media content -- Tools
|
|
|
|
|
Group: Productivity/Multimedia/Other
|
|
|
|
|
|
|
|
|
|
%description tools
|
|
|
|
|
Grilo is a framework for browsing and searching media content from
|
|
|
|
|
various sources using a single API.
|
2011-08-04 13:07:18 +00:00
|
|
|
|
2011-08-04 13:46:19 +00:00
|
|
|
This package provides tools related to Grilo.
|
2011-08-04 13:07:18 +00:00
|
|
|
|
|
|
|
|
%package devel
|
2011-08-04 13:46:19 +00:00
|
|
|
Summary: Framework for browsing and searching media content -- Development Files
|
2011-08-04 13:07:18 +00:00
|
|
|
Group: Development/Libraries/GNOME
|
2016-02-19 14:36:35 +00:00
|
|
|
Requires: libgrilo-0_3-0 = %{version}
|
|
|
|
|
Requires: libgrlnet-0_3-0 = %{version}
|
|
|
|
|
Requires: libgrlpls-0_3-0 = %{version}
|
|
|
|
|
Requires: typelib-1_0-Grl-0_3 = %{version}
|
|
|
|
|
Requires: typelib-1_0-GrlNet-0_3 = %{version}
|
|
|
|
|
Requires: typelib-1_0-GrlPls-0_3 = %{version}
|
2011-08-04 13:07:18 +00:00
|
|
|
|
|
|
|
|
%description devel
|
2011-08-04 13:46:19 +00:00
|
|
|
Grilo is a framework for browsing and searching media content from
|
|
|
|
|
various sources using a single API.
|
2011-08-04 13:07:18 +00:00
|
|
|
|
2013-05-17 18:48:35 +00:00
|
|
|
%lang_package
|
2018-03-05 13:51:10 +00:00
|
|
|
|
2011-08-04 13:07:18 +00:00
|
|
|
%prep
|
2019-11-18 10:47:57 +00:00
|
|
|
%autosetup -p1
|
2011-08-04 13:07:18 +00:00
|
|
|
|
|
|
|
|
%build
|
2018-11-27 20:36:31 +00:00
|
|
|
%meson \
|
2023-03-20 12:49:39 +00:00
|
|
|
-D soup3=true \
|
2025-03-06 18:43:06 +00:00
|
|
|
-D enable-test-ui=false \
|
2018-11-27 20:36:31 +00:00
|
|
|
%{nil}
|
|
|
|
|
%meson_build
|
2011-08-04 13:07:18 +00:00
|
|
|
|
|
|
|
|
%install
|
2018-11-27 20:36:31 +00:00
|
|
|
%meson_install
|
Accepting request 1251120 from GNOME:Next
- Drop pkgconfig(gtk+-3.0) BuildRequires and pass
enable-test-ui=false to meson setup, do not build
grilo-test-ui-0.3 binary, avoid depending on gtk3 just for a
rarely used test tool.
- Increase test timeout on s390x. lib-net test can be slow and
sometimes times out in our builds.
- Update to version 0.3.16:
+ Fix usage of depcreated GSimpleAsyncResult.
+ Build updates. Meson requirement is now 0.62.
+ Fix build on Darwin.
+ Updated translations.
- Switch to soup3 again: Drop pkgconfig(libsoup-2.4) and enable
pkgconfig(libsoup-3.0) BuildRequires and pass soup3=true to
meson.
- Add back pkgconfig(libsoup-2.4) and disable
pkgconfig(libsoup-3.0) BuildRequires, and pass soup3=false to
meson, grilo will not be ready to use new soup3 this cycle.
- Update to version 0.3.15:
+ Increase glib requirement to 2.66 so we can use GUri.
+ net:
- Add libsoup3 support with compile-time option.
- Add documentation on throttling property in libsoup3.
+ Build fixes and cleanups.
+ Updated translations.
- Replace pkgconfig(libsoup-2.4) with pkgconfig(libsoup-3.0)
BuildRequires, build with soup3 support.
- Stop passing enable-gtk-doc=true to meson, it is the default
anyway.
- Use ldconfig_scriptlets macro for post(un) handling.
- Update to version 0.3.14:
+ CVE-2021-39365: Fix TLS cert validation not being done for any
network call.
+ Fix double-free when using GrlNet in Python.
+ Load config from GRL_CONFIG_PATH if set.
+ Clarify LGPLv2.1 or later license.
+ Handle numeric limits for GrlOperationOptions.
+ Updated translations.
- Drop grilo-CVE-2021-39365.patch: fixed upstream.
- Add grilo-CVE-2021-39365.patch: Fix missing TLS certificate
verification(glgo#GNOME#grilo#146 bsc#1189839 CVE-2021-39365).
- Update to version 0.3.13:
+ API addition: grl_related_keys_set_for_id().
+ Fix trying to load .so.p files as plugins.
+ Fix crash using get_plugins() from bindings.
+ Several other fixes and cleanups.
+ Updated translations.
- Update to version 0.3.12:
+ grl-source: Fix reference count in the bindings.
+ Updated translations.
- No longer recommend -lang: supplements are in use
- Update to version 0.3.11:
+ pls: Support totem-pl-parser 3.26.4.
+ build:
- Add a Meson dependency variable for libgrlpls.
- Avoid using meson.source_root().
- Drop grilo-fix-build-totem-pl-parser.patch: Fixed upstream.
- Add grilo-fix-build-totem-pl-parser.patch: Fix build with
totem-pl-parser 3.26.4.
- Update to version 0.3.10:
+ build: Use variables in pc files.
+ Fix grl_data_add_related_keys annotation.
+ Use only one primary header for style.
- Add optional pkgconfig(oauth) BuildRequires: Build oauth support.
- Enable check section and run meson_test.
- Update to version 0.3.9:
+ grl-metadata-key: fix introspection.
+ grl-inspect: Fix core keys extraction.
- Update to version 0.3.8:
+ Add missing symbols to the docs.
+ pls: Simplify thumbnail validity handling.
+ media: Fix get_last_played annotation.
+ Add metadata keys for MB Release ID and MB Release Group ID.
+ Deprecates GRL_METADATA_KEY_MB_RELEASE_ID and
GRL_METADATA_KEY_MB_RELEASE_GROUP_ID.
+ Removes obsolte GRL_CAPS_TYPE and GRL_OPERATION_OPTIONS_TYPE.
+ Updated translations.
- Update to version 0.3.7:
+ Fix crash in totem after emitting source-{add remove}.
+ Add grl_related_keys_{get,set}_int64 functions.
+ Support transform GValue on grl_data_*_for_id().
+ Add per Source configs on keyfile.
+ Pattern matching for GRL_PLUGIN_RANKS.
+ Documentation improvements.
+ Removed Autotools supported.
+ Updated translations.
- Add meson BuildRequires and macros, switch to meson buildsystem
following upstreams changes.
- Update to version 0.3.6:
+ Last release with Autotools included.
+ Add support to build of grl-inspect with Python3.
+ Bugs fixed: glgo#GNOME/grilo!1
+ Updated translations.
- Update to version 0.3.5:
+ Bugs fixed: glgo#GNOME/grilo!10, glgo#GNOME/grilo!9,
glgo#GNOME/grilo#4, glgo#GNOME/grilo#2.
+ Updated translations.
- Modernize spec-file by calling spec-cleaner
- Update to version 0.3.4:
+ Bugs fixed: bgo#707643, bgo#778612.
+ Updated translations.
- Update to version 0.3.3:
+ Support for Meson build included.
+ Updated Travis CI to use docker and support meson builds.
+ Bugs fixed: bgo#771339, bgo#773422, bgo#774394, bgo#774578,
bgo#775950.
+ Updated translations.
- Drop grilo-fix-32bit-build.patch: Fixed upstream.
- Add grilo-fix-32bit-build.patch: Fix build on i586 (bgo#769331).
- Pass --disable-debug to configure: make use of fortified sources
as passed in our optflags (-D_FORTIFY_SOURCE=2).
- Update to version 0.3.2:
+ Bugs fixed: bgo#766386, bgo#769331, bgo#769830.
+ Updated translations.
- Update to version 0.3.1:
+ Added new keys: GRL_METADATA_KEY_ALBUM_DISC_NUMBER,
GRL_METADATA_KEY_COMPOSER, GRL_METADATA_KEY_ALBUM_ARTIST.
+ Deprecated GRL_NET errors in favour of GRL_IO errors.
+ Bugs fixed: bgo#732879, bgo##760426, bgo#760648, bgo#761820,
bgo#761868, bgo#763009, bgo#764077.
+ Updated translations.
- Update to version 0.3.0:
+ "last-played-time" now is a GDateTime key, instead of string.
+ Support builtin plugins.
+ Get rid of XML plugin definitions.
+ New way of defining plugins (GRL_PLUGIN_DEFINE).
+ Plugins must be explicitly activated after loading them.
+ Merge GrlMedia{Audio,Video,Image,Box} in GrlMedia.
+ Updated translations.
- Rename libgrilo-0_2-1 to libgrilo-0_3-0, typelib-1_0-Grl-0_2 to
typelib-1_0-Grl-0_3, libgrlnet-0_2-0 to libgrlnet-0_3-0,
libgrlpls-0_2 to libgrlpls-0_3, typelib-1_0-GrlNet-0_2 to
typelib-1_0-GrlNet-0_3, typelib-1_0-GrlPls-0_2 to
typelib-1_0-GrlPls-0_3 following upstreams soname bumps.
- Update to version 0.2.15:
+ Support builtin plugins.
+ Bugs fixed: bgo#747026, bgo#755368, bgo#755433, bgo#755516,
bgo#755702, bgo#758654, bgo#758655.
+ Updated translations.
- Update to version 0.2.14:
+ Fix soname bump version.
- Changes from version 0.2.13:
+ Updated i18n
+ Fixed tests
+ Added GRL_CORE_ERROR_AUTHENTICATION_TOKEN
+ Bugs fixed: bgo#745676, bgo#747029, bgo#747953, bgo#748455,
bgo#748550, bgo#748873, bgo#748896, bgo#749587, bgo#749887,
bgo#754093, bgo#754401.
+ Updated translations.
- Disable make check: as we installed to %{buildroot}, the plugins
cannot be found in the location configured (outside of
%{buildroot}).
- Update to version 0.2.12:
+ Add man pages for grilo-test-ui and grl-launch.
+ Modernized Vala bindings.
+ Sources are network aware.
+ Internal changes.
+ Several fixes, including: bgo#724308, bgo#725148, bgo#730663,
bgo#732878, bgo#740113, bgo#740128, bgo#740186, bgo#740761,
bgo#740942, bgo#740943, bgo#741020, bgo#741081, bgo#741207,
bgo#741230, bgo#741315, bgo#741605, bgo#742645, bgo#743351,
bgo#743353, bgo#744168, bgo#744408.
+ Updated translations.
- Update to version 0.2.11:
+ Fixes in build system.
+ Generate AUTHORS file automatically-
+ Added new keys: GRL_METADATA_KEY_TITLE_FROM_FILENAME,
GRL_METADATA_KEY_MB_ALBUM_ID.
+ Added new tool: grl-launch, to run Grilo operations from
command line.
+ Bugs fixed: bgo#706877, bgo#726698, bgo#727223, bgo#728812,
bgo#730003, bgo#730548, bgo#731282, bgo#733232, bgo#733285.
+ Updated translations.
- Update to version 0.2.10:
+ Increase glib requirement to 2.34 or greater.
+ Added new property in GrlSource: "source-tags".
+ Added new signal in GrlRegistry: "metadata-key-added".
+ Added new functions: grl_media_{set,get}_size().
+ Added new key: GRL_METADATA_KEY_SIZE.
+ Updated man page.
+ Bugs fixed: bgo#629002, bgo#724019, bgo#724648, bgo#724658,
bgo#724660, bgo#724871, bgo#725419, bgo#726197, bgo#726340.
+ Updated translations.
- Update to version 0.2.9:
+ Several fixes, including:
- Fix introspection scanner warnings (bgo#724620).
- Return an error when the entry media is of the wrong type
(bgo#724540).
- Remove check for libvala in configure.ac (bgo#724430).
- Replace pkgconfig(libvala-0.24) for pkgconfig(vapigen) since
configure does not look for a particular version anymore.
- Update to version 0.2.8:
+ Added support for Vala 0.22 and 0.24.
+ Bump required libglib version to 2.32.
+ Added new core function: grl_deinit().
+ Added new property in GrlSource: "source-icon".
+ Added a new library: Grilo Playlist, to handle playlists as
containers.
+ Bugs fixed: bgo#657926, bgo#695303, bgo#709208, bgo#709651,
bgo#710185, bgo#722358, bgo#722398, bgo#722407, bgo#723077,
bgo#723191, bgo#723989, bgo#724018.
+ Updated translations.
- Pass --enable-grl-pls to configure to ensure playlist support is
being enabled.
- Add pkgconfig(totem-plparser) BuildRequires: dependency for the
playlist support.
- Drop grilo-libvala-0.22.patch and grilo-libvala-0.24.patch: fixed
upstream.
- Drop gnome-common BuildRequires and call to gnome-autgen.sh: no
longer required, as we don't carry any patches.
- Add libgrlpls-0_2-0 and typelib-1_0-GrlNet-0_2 subpackages: new
libraries.
- Require libgrlpls-0_2-0 and typelib-1_0-GrlNet-0_2 by the
-devel package.
- Switch to vala 0.24 for GNOME 3.12 target:
+ Replace pkgconfig(libvala-0.22) BuildRequires with
pkgconfig(libvala-0.24), for the actual switch.
+ Add grilo-libvala-0.24.patch: Add support for Vala 0.24.
- Update to version 0.2.7:
+ Added Travis CI support for building.
+ Bump required libsoup version to 2.4.
+ Re-factored Grilo Net library and fixed several bugs.
+ Show 'slow' keys in grl-inspect.
+ Updates in documentation.
+ dded new core function: grl_operation_set_data_full().
+ Bugs fixed: bgo#700478, bgo#704804, bgo#705944, bgo#706132,
bgo#706412, bgo#706487, bgo#706491, bgo#706495, bgo#706805,
lp#1224410.
+ Updated translations.
- Add grilo-libvala-0.22.patch: Add libvala 0.22 support.
- Add gnome-common BuildRequires and call to gnome-autogen.sh, as
above patch touches the build system.
- Exchange pkgconfig(libvala-0.20) for pkgconfig(libvala-0.22)
BuildRequires.
- Update to version 0.2.6:
+ Fixed GrlNet cache.
+ Added support for Vala 0.20.
+ Improved test-ui.
+ Some fixes, including bgo#696860, bgo#697175, bgo#700310,
bgo#700311.
+ Added new functions in GrlConfig
- grl_config_get_api_token_secret().
- grl_config_set_api_token_secret().
+ Improved grl-inspect
- Print list of available keys.
- Show more information about plugins.
+ Updated translations.
- Drop grilo-libvala-0.20.patch: fixed upstream.
- Drop gnome-common BuildRequires and call to gnome-autogen.sh, as
we no longer carry any patches.
- Create a -lang package.
- Provide %{name} by libgrilo package, in order to have the -lang
package installable.
- Recommend grilo-lang from libgrilo.
- Add grilo-libvala-0.20.patch: Add libvala 0.20 support.
- Add gnome-common BuildRequires and call to gnome-autogen.sh, as
above patch touches the build system.
- Update to version 0.2.5:
+ Fixed compilation problem with gcc 4.2.
+ Removed some warnings.
+ Several changes in test-ui
+ Bugs fixed: bgo#689577, bgo#690612, bgo#690613, bgo#692118,
bgo#692873, bgo#694390.
- Update to version 0.2.4:
+ Fixed compilation problem with gcc 4.2.
+ Improved documentation.
+ Added support for boolean, float and datetime keys in filters.
+ Some fixes in core, including:
- bgo#688301: docs: GrlMedia: Improve certificate/region
function docs.
- bgo#689053: grl-source: fix compare_queue_element function.
- Update to version 0.2.3:
+ Added TMDb plugin in the Test UI program.
+ grl_source_resolve() can be invoked with sources that do not
implement it
+ grl_source_store_metadata() can be invoked with sources that do
not implement it
+ Added support for mocking network answers, for testing purpose
+ Added support for capturing network content, for testing
purpose
+ Improved (de)serialization: support all metadata key types and
multi-valued elements
+ Added new keys: GRL_METADATA_KEY_FAVOURITE,
GRL_METADATA_KEY_REGION, GRL_METADATA_KEY_KEYWORD,
GRL_METADATA_KEY_PERFORMER, GRL_METADATA_KEY_PRODUCER,
GRL_METADATA_KEY_DIRECTOR and GRL_METADATA_KEY_ORIGINAL_TITLE
+ Sources can expose the type of media they can handle
+ Improved documentation
+ Bugs fixed: bgo#679686, bgo#685274, bgo#685861, bgo#685967,
bgo#686032, bgo#686033, bgo#686206, bgo#686271, bgo#687104.
- Drop grilo-linking.patch: fixed upstream.
- Drop gnome-common BuildRequires and call to gnome-autogen.sh, as
we no longer carry any patches.
- Add grilo-linking.patch: Fix linking of GrlNet.gir.
- Add gnome-common BuildRequires and call to gnome-autogen.sh, as
above patch touches the BuildSystem.
- Update to version 0.2.2:
+ Rename macro from GRL_CAPS_TYPE to GRL_TYPE_CAPS
+ Sort entries in documentation
+ net: Add possibility to set custom HTTP headers on requests
(bgo#680436)
+ Several bug fixes.
- Update to version 0.2.1:
+ Use G_MODULE_BIND_LOCAL to load modules
+ Less disturbances using warnings instead of errors
+ Add option to disable Test UI
+ Bugs fixed: bgo#681757, bgo#681983, bgo#681984, bgo#681992,
bgo#682024, bgo#682791, bgo#682793, bgo#682855, bgo#685161,
bgo#685169.
- Drop grilo-int2pointer.patch: fixed upstream.
- Replace pkgconfig(libvala-0.16) BuildRequires with
pkgconfig(libvala-0.18): As this package lives in the same
devel project as vala, we don't have to care too much about older
versions to be found in older openSUSE releases.
- Pass --enable-vala to configure: this helps us to abort the build
early in case something does not work out as expected rather than
only at the end, when the files section does not match.
- Update to version 0.2.0:
+ Merged GrlMediaSource and GrlMetadataSource in one GrlSource
+ Improvements in the full resolution algorithm
+ Added operation options and source capabilities
+ Added filtering capabilities
+ Changes in API names
+ Added support for Vala 0.14 - 0.18
+ Added support for Windows building
+ Use GDateTime for date-based keys
+ Use numbers to identify metadata keys
+ Improvements in Grilo Net library
+ Improvements in Vala bindings
+ Improvements in documentation
+ Improvements in the build system
+ Bugs fixed: bgo#662748, bgo#662762, bgo#662763, bgo#665938.
- Add grilo-int2pointer.patch: Fix brp errors, taken from git.
- Rename libgrilo-0_1-0 to libgrilo-0_2-1, typelib-1_0-Grl-0_1 to
typelib-1_0-Grl-0_2, libgrlnet-0_1-0 to libgrlnet-0_2-0,
typelib-1_0-GrlNet-0_1 to typelib-1_0-GrlNet-0_2, following
upstreams soname bumps.
- Update to version 0.1.20:
+ Test UI requires Gtk+ 3
+ Fixes in the Test UI
+ Improved documentation
+ Bugs fixed: bgo#676822, bgo#676823, bgo#679674.
- Update to version 0.1.19:
+ Fixes in the Test UI
+ Improvements in Grilo Net library
+ Added support for Vala 0.16 and 0.18
+ Improvements in the build system
+ Several fixes, including:
- bgo#662748: tracker plugin: support multiple resources in a
larger file
- bgo#665938: Do not dist gir_DATA
- bgo#672923: Make it possible to override the user-agent in
GrlNetWc
- Drop grilo-vala-0_16.patch: fixed upstream
- Drop gnome-commong BuildRequires and call to gnome-autogen.sh:
no longer needed, as we don't carry any patches anymore.
- Drop xz BuildRequires as it now comes for free in the build
system.
- Change pkgconfig(libvala-0.14) BuildRequires to
pkgconfig(libvala-0.16)
- Add grilo-vala-0_16.patch: Detect libvala 0.16
- Add gnome-common BuildRequires and call to gnome-autogen.sh, as
above patch touches the build system.
- Update to version 0.1.18:
+ Added support for Windows builds
+ Bugs fixed: bgo#662762, bgo#662763.
- Drop grilo-no-wc-test.patch: fixed upstream
- Remove gnome-common BuildRequires and call to gnome-autogen.sh,
as we do no longer carry any patches.
- Add xz BuildRequires because we can't build a package for a
xz-compressed tarball without explicitly specifying that...
See bnc#697467 for more details.
- Split typelib files into their own subpackages:
typelib-1_0-Grl-0_1 and typelib-1_0-GrlNet-0_1.
- Add typelib-1_0-Grl-0_1 and typelib-1_0-GrlNet-0_1 Requires to
devel subpackage.
- Add grilo-no-wc-test.patch: wc-test fails to build with new glib.
Instead of fixing the build, we follow upstreams approch and drop
it.
- Add gnome-common BuildRequires and call to gnome-autogen.sh, as
the patch modifies the build system.
- Update to version 0.1.17:
+ Minor improvements in documentation
+ Well-manage end of search/browse in splitted sources
+ Minor fixes in build system
+ Install XML files in the same place as libraries
+ Restrict loading of a subset of plugins
+ Added support for Vala 0.14
+ Fixed some bugs, including: bgo#657549, bgo#657920.
- Remove sed hack in %build to support vala 0.14: fixed upstream.
- Spec cleanup for inclusion into Factory.
- Added vala and gtk+3 dependencies
- Spec file cleanup
- Created initial packages with grilo 0.1.16
OBS-URL: https://build.opensuse.org/request/show/1251120
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=93
2025-03-07 07:42:19 +00:00
|
|
|
# No need for manpages since the binary is not built
|
|
|
|
|
rm -vrf %{buildroot}%{_mandir}/man1/grilo-test-ui-*
|
2013-05-17 18:48:35 +00:00
|
|
|
%find_lang %{name} %{?no_lang_C}
|
2011-08-04 13:46:19 +00:00
|
|
|
# Create directories needed for plugins
|
2016-02-19 14:36:35 +00:00
|
|
|
install -d %{buildroot}%{_libdir}/grilo-0.3
|
|
|
|
|
install -d %{buildroot}%{_datadir}/grilo-0.3/plugins
|
2011-08-04 13:07:18 +00:00
|
|
|
%fdupes %{buildroot}%{_datadir}
|
|
|
|
|
|
2019-09-24 09:00:34 +00:00
|
|
|
%check
|
2024-12-19 15:38:31 +00:00
|
|
|
%ifarch s390x
|
|
|
|
|
%meson_test -t 5
|
|
|
|
|
%else
|
2019-09-24 09:00:34 +00:00
|
|
|
%meson_test
|
2024-12-19 15:38:31 +00:00
|
|
|
%endif
|
2011-08-04 13:07:18 +00:00
|
|
|
|
2022-08-31 14:30:58 +00:00
|
|
|
%ldconfig_scriptlets -n libgrilo-0_3-0
|
|
|
|
|
%ldconfig_scriptlets -n libgrlnet-0_3-0
|
|
|
|
|
%ldconfig_scriptlets -n libgrlpls-0_3-0
|
Accepting request 225149 from GNOME:Next
- Update to version 0.2.9:
+ Several fixes, including:
- Fix introspection scanner warnings (bgo#724620).
- Return an error when the entry media is of the wrong type
(bgo#724540).
- Remove check for libvala in configure.ac (bgo#724430).
- Replace pkgconfig(libvala-0.24) for pkgconfig(vapigen) since
configure does not look for a particular version anymore.
- Update to version 0.2.8:
+ Added support for Vala 0.22 and 0.24.
+ Bump required libglib version to 2.32.
+ Added new core function: grl_deinit().
+ Added new property in GrlSource: "source-icon".
+ Added a new library: Grilo Playlist, to handle playlists as
containers.
+ Bugs fixed: bgo#657926, bgo#695303, bgo#709208, bgo#709651,
bgo#710185, bgo#722358, bgo#722398, bgo#722407, bgo#723077,
bgo#723191, bgo#723989, bgo#724018.
+ Updated translations.
- Pass --enable-grl-pls to configure to ensure playlist support is
being enabled.
- Add pkgconfig(totem-plparser) BuildRequires: dependency for the
playlist support.
- Drop grilo-libvala-0.22.patch and grilo-libvala-0.24.patch: fixed
upstream.
- Drop gnome-common BuildRequires and call to gnome-autgen.sh: no
longer required, as we don't carry any patches.
- Add libgrlpls-0_2-0 and typelib-1_0-GrlNet-0_2 subpackages: new
libraries.
OBS-URL: https://build.opensuse.org/request/show/225149
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=35
2014-03-09 19:16:36 +00:00
|
|
|
|
2016-02-19 14:36:35 +00:00
|
|
|
%files -n libgrilo-0_3-0
|
2018-03-05 13:51:10 +00:00
|
|
|
%license COPYING
|
2018-11-27 20:36:31 +00:00
|
|
|
%doc AUTHORS NEWS README.md
|
2016-02-19 14:36:35 +00:00
|
|
|
%{_libdir}/libgrilo-0.3.so.*
|
2011-08-04 13:46:19 +00:00
|
|
|
# Directories needed for plugins
|
2016-02-19 14:36:35 +00:00
|
|
|
%dir %{_libdir}/grilo-0.3
|
2011-08-04 13:46:19 +00:00
|
|
|
|
2016-02-19 14:36:35 +00:00
|
|
|
%files -n typelib-1_0-Grl-0_3
|
|
|
|
|
%{_libdir}/girepository-1.0/Grl-0.3.typelib
|
2011-12-21 11:01:40 +00:00
|
|
|
|
2016-02-19 14:36:35 +00:00
|
|
|
%files -n libgrlnet-0_3-0
|
2018-03-05 13:51:10 +00:00
|
|
|
%license COPYING
|
|
|
|
|
|
2016-02-19 14:36:35 +00:00
|
|
|
%{_libdir}/libgrlnet-0.3.so.*
|
2011-12-21 11:01:40 +00:00
|
|
|
|
2016-02-19 14:36:35 +00:00
|
|
|
%files -n libgrlpls-0_3-0
|
2018-03-05 13:51:10 +00:00
|
|
|
%license COPYING
|
|
|
|
|
|
2016-02-19 14:36:35 +00:00
|
|
|
%{_libdir}/libgrlpls-0.3.so.*
|
Accepting request 225149 from GNOME:Next
- Update to version 0.2.9:
+ Several fixes, including:
- Fix introspection scanner warnings (bgo#724620).
- Return an error when the entry media is of the wrong type
(bgo#724540).
- Remove check for libvala in configure.ac (bgo#724430).
- Replace pkgconfig(libvala-0.24) for pkgconfig(vapigen) since
configure does not look for a particular version anymore.
- Update to version 0.2.8:
+ Added support for Vala 0.22 and 0.24.
+ Bump required libglib version to 2.32.
+ Added new core function: grl_deinit().
+ Added new property in GrlSource: "source-icon".
+ Added a new library: Grilo Playlist, to handle playlists as
containers.
+ Bugs fixed: bgo#657926, bgo#695303, bgo#709208, bgo#709651,
bgo#710185, bgo#722358, bgo#722398, bgo#722407, bgo#723077,
bgo#723191, bgo#723989, bgo#724018.
+ Updated translations.
- Pass --enable-grl-pls to configure to ensure playlist support is
being enabled.
- Add pkgconfig(totem-plparser) BuildRequires: dependency for the
playlist support.
- Drop grilo-libvala-0.22.patch and grilo-libvala-0.24.patch: fixed
upstream.
- Drop gnome-common BuildRequires and call to gnome-autgen.sh: no
longer required, as we don't carry any patches.
- Add libgrlpls-0_2-0 and typelib-1_0-GrlNet-0_2 subpackages: new
libraries.
OBS-URL: https://build.opensuse.org/request/show/225149
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=35
2014-03-09 19:16:36 +00:00
|
|
|
|
2016-02-19 14:36:35 +00:00
|
|
|
%files -n typelib-1_0-GrlNet-0_3
|
|
|
|
|
%{_libdir}/girepository-1.0/GrlNet-0.3.typelib
|
2011-08-04 13:46:19 +00:00
|
|
|
|
2016-02-19 14:36:35 +00:00
|
|
|
%files -n typelib-1_0-GrlPls-0_3
|
|
|
|
|
%{_libdir}/girepository-1.0/GrlPls-0.3.typelib
|
Accepting request 225149 from GNOME:Next
- Update to version 0.2.9:
+ Several fixes, including:
- Fix introspection scanner warnings (bgo#724620).
- Return an error when the entry media is of the wrong type
(bgo#724540).
- Remove check for libvala in configure.ac (bgo#724430).
- Replace pkgconfig(libvala-0.24) for pkgconfig(vapigen) since
configure does not look for a particular version anymore.
- Update to version 0.2.8:
+ Added support for Vala 0.22 and 0.24.
+ Bump required libglib version to 2.32.
+ Added new core function: grl_deinit().
+ Added new property in GrlSource: "source-icon".
+ Added a new library: Grilo Playlist, to handle playlists as
containers.
+ Bugs fixed: bgo#657926, bgo#695303, bgo#709208, bgo#709651,
bgo#710185, bgo#722358, bgo#722398, bgo#722407, bgo#723077,
bgo#723191, bgo#723989, bgo#724018.
+ Updated translations.
- Pass --enable-grl-pls to configure to ensure playlist support is
being enabled.
- Add pkgconfig(totem-plparser) BuildRequires: dependency for the
playlist support.
- Drop grilo-libvala-0.22.patch and grilo-libvala-0.24.patch: fixed
upstream.
- Drop gnome-common BuildRequires and call to gnome-autgen.sh: no
longer required, as we don't carry any patches.
- Add libgrlpls-0_2-0 and typelib-1_0-GrlNet-0_2 subpackages: new
libraries.
OBS-URL: https://build.opensuse.org/request/show/225149
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/grilo?expand=0&rev=35
2014-03-09 19:16:36 +00:00
|
|
|
|
2011-08-04 13:46:19 +00:00
|
|
|
%files tools
|
2018-03-05 13:51:10 +00:00
|
|
|
%license COPYING
|
2018-11-27 20:36:31 +00:00
|
|
|
%doc AUTHORS NEWS README.md
|
2016-02-19 14:36:35 +00:00
|
|
|
%{_bindir}/grl-inspect-0.3
|
|
|
|
|
%{_bindir}/grl-launch-0.3
|
|
|
|
|
%{_mandir}/man1/grl-inspect-0.3.1%{?ext_man}
|
|
|
|
|
%{_mandir}/man1/grl-launch-0.3.1%{?ext_man}
|
2011-08-04 13:07:18 +00:00
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%doc %{_datadir}/gtk-doc/html/grilo/
|
2016-02-19 14:36:35 +00:00
|
|
|
%{_includedir}/grilo-0.3/
|
2011-08-04 13:46:19 +00:00
|
|
|
%{_libdir}/*.so
|
2016-02-19 14:36:35 +00:00
|
|
|
%{_libdir}/pkgconfig/grilo-0.3.pc
|
|
|
|
|
%{_libdir}/pkgconfig/grilo-net-0.3.pc
|
|
|
|
|
%{_libdir}/pkgconfig/grilo-pls-0.3.pc
|
2011-08-04 13:46:19 +00:00
|
|
|
%{_datadir}/gir-1.0/*.gir
|
2012-09-07 16:26:05 +00:00
|
|
|
%dir %{_datadir}/vala/vapi
|
|
|
|
|
%{_datadir}/vala/vapi/*.deps
|
|
|
|
|
%{_datadir}/vala/vapi/*.vapi
|
2011-08-04 13:07:18 +00:00
|
|
|
|
2013-05-17 18:48:35 +00:00
|
|
|
%files lang -f %{name}.lang
|
|
|
|
|
|
2011-08-04 13:07:18 +00:00
|
|
|
%changelog
|