Changelog for
cheese-lang-44.1-2.1.noarch.rpm :
* Tue May 07 2024 Michael Gorse
- Add cheese-c99.patch: fix cast to invalid pointer type (glgo#GNOME/cheese!70).
* Sun Jul 16 2023 Bjørn Lie - Update to version 44.1: + Update AppStream metadata. + Updated translations.
* Tue Apr 18 2023 Bjørn Lie - Update to version 44.0.1: + Update AppStream metadata.
* Mon Apr 10 2023 Bjørn Lie - Update to version 44.0: + Avoid creating duplicated camera devices. Devices detected in `cheese_camera_device_monitor_coldplug()` may get duplicated, as Gstreamer will emit `GST_MESSAGE_DEVICE_ADDED` for them. While this issue could be fixed by reorganizing the initialization code, let\'s go with a simple and robust solution and check if a `CheeseCameraDevice` using the `GstDevice` is already present. - build: Use GNOME module post_install(). + Updated translations.- Replace update-desktop-files with desktop-file-utils, add appstream-glib BuildRequires and check section where we validate desktopfile and appdata.
* Tue Dec 13 2022 Bjørn Lie - Update to version 43.0: + Remove glibc debug environment variables. + Updated translations.- Build libcheese-common as noarch.
* Wed Jul 27 2022 Bjørn Lie - Update to version 43.alpha: + TODO (upstream will add it later it seems...).
* Mon Nov 15 2021 Bjørn Lie - Update to version 41.1: + meson: avoid positional arguments in merge_file. + tests: Compile gsettings schemas for use in build tests. + Update DOAP with Gitlab account information. + introspection: Pin the API version for now. + Updated translations.- Rename typelib-1_0-Cheese-41_0 subpackage to typelib-1_0-Cheese-3_0 again, following upstreams revert. Do this via 2 new defines, typelib_major 3 and typelib_minor 0.- Use ldconfig_scriptlets for post(un) handling.- Drop removal of la files, not needed with meson buildsystem.- Drop libcheese-gtk18 Obsoletes, it was added 10 years ago, we can probably expect everyone to have updated by now.- Stop packaging help files as docs, silence rpmlint.
* Mon Sep 20 2021 Dominique Leuenberger - Update to version 41.0: + Allow headerbar to appear on all desktops. + Update to runtime 40 and some meta-data fixes. + Reference of [GtkChild] fields is handled by GtkBuilder, type must be unowned. + Change GLib.PtrArray into GLib.GenericArray. + libcheese: Fix critical on failing to load cropping cursor. + Allow device parameter to understand api.v4l2.path. + Update flatpak manifest and appdata. + Remember last used camera. + Enable cameras with only MJPEG output. + Preserve video/x-raw over image/jpeg. + Support camera video formats with MJPEG output. + Show better error when file info query fails. + Fix infinite loop if thumbnailer is not available. + Updated translations.- Rename typelib-1_0-Cheese-3_0 subpackage to typelib-1_0-Cheese-41_0, following upstream.- Drop upstream fixed patches: + 1c1e7fa0c4608331fd89683ccb342ed3518acccc.patch + 5587daca748e9010f59250c5dcb8e8ea42266685.patch + 58de82b3d463b69f4c0bef75667e47020924e28b.patch + 7cf6268e54620bbbe5e6e61800c50fb0cb4bea57.patch + 9f0825c3169047da75d3fe91a3cb02bfe6fb7f25.patch
* Thu Sep 16 2021 Stanislav Brabec - Remove obsolete translation-update-upstream support (jsc#SLE-21105).
* Mon Sep 13 2021 Bjørn Lie - Add upstream patches adding support for video MJPEG output: + 58de82b3d463b69f4c0bef75667e47020924e28b.patch + 1c1e7fa0c4608331fd89683ccb342ed3518acccc.patch + 5587daca748e9010f59250c5dcb8e8ea42266685.patch + 9f0825c3169047da75d3fe91a3cb02bfe6fb7f25.patch
* Thu Feb 18 2021 Bjørn Lie - Add 7cf6268e54620bbbe5e6e61800c50fb0cb4bea57.patch: Fix build with new vala.