Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: typelib-1_0-Grl-0_3 | Distribution: SUSE Linux Enterprise 15 |
Version: 0.3.16 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 150600.1.3 | Build date: Thu May 9 21:11:07 2024 |
Group: System/Libraries | Build host: h01-armsrv3 |
Size: 54664 | Source RPM: grilo-0.3.16-150600.1.3.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://live.gnome.org/Grilo | |
Summary: Framework for browsing and searching media content -- Introspection bindings |
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 libgrl library.
LGPL-2.1-or-later
* Tue May 09 2023 bjorn.lie@gmail.com - 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. * Fri Sep 23 2022 bjorn.lie@gmail.com - Switch to soup3 again: Drop pkgconfig(libsoup-2.4) and enable pkgconfig(libsoup-3.0) BuildRequires and pass soup3=true to meson. * Mon Aug 29 2022 bjorn.lie@gmail.com - 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. * Tue Aug 16 2022 bjorn.lie@gmail.com - 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. * Wed Oct 06 2021 dimstar@opensuse.org - 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. * Fri Aug 27 2021 xiaoguang.wang@suse.com - Add grilo-CVE-2021-39365.patch: Fix missing TLS certificate verification(glgo#GNOME#grilo#146 bsc#1189839 CVE-2021-39365). * Fri Sep 04 2020 dimstar@opensuse.org - 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. * Fri Feb 14 2020 bjorn.lie@gmail.com - Update to version 0.3.12: + grl-source: Fix reference count in the bindings. + Updated translations. * Sat Jan 25 2020 dimstar@opensuse.org - No longer recommend -lang: supplements are in use * Wed Jan 08 2020 bjorn.lie@gmail.com - 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. * Tue Nov 12 2019 bjorn.lie@gmail.com - Add grilo-fix-build-totem-pl-parser.patch: Fix build with totem-pl-parser 3.26.4. * Sat Sep 14 2019 bjorn.lie@gmail.com - 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. * Wed Jul 17 2019 bjorn.lie@gmail.com - Update to version 0.3.9: + grl-metadata-key: fix introspection. + grl-inspect: Fix core keys extraction. * Tue Jul 16 2019 bjorn.lie@gmail.com - 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. * Wed Nov 21 2018 bjorn.lie@gmail.com - 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. * Fri Jul 27 2018 bjorn.lie@gmail.com - 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. * Tue Jul 17 2018 bjorn.lie@gmail.com - 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. * Wed Feb 28 2018 dimstar@opensuse.org - Modernize spec-file by calling spec-cleaner * Thu Aug 24 2017 zaitor@opensuse.org - Update to version 0.3.4: + Bugs fixed: bgo#707643, bgo#778612. + Updated translations. * Tue Feb 14 2017 zaitor@opensuse.org - 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. * Sat Sep 10 2016 dimstar@opensuse.org - Add grilo-fix-32bit-build.patch: Fix build on i586 (bgo#769331). * Sat Sep 10 2016 dimstar@opensuse.org - Pass --disable-debug to configure: make use of fortified sources as passed in our optflags (-D_FORTIFY_SOURCE=2). * Sat Sep 10 2016 zaitor@opensuse.org - Update to version 0.3.2: + Bugs fixed: bgo#766386, bgo#769331, bgo#769830. + Updated translations. * Fri Jun 17 2016 zaitor@opensuse.org - 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. * Mon Dec 21 2015 damjanovic.ivo@gmail.com - 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. * Sat Dec 19 2015 zaitor@opensuse.org - 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. * Wed Sep 09 2015 dimstar@opensuse.org - 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}). * Tue Feb 17 2015 dimstar@opensuse.org - 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.
/usr/lib64/girepository-1.0/Grl-0.3.typelib
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 20:14:19 2024