Package Release Info

clutter-gst-3.0.27-bp160.1.13

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

clutter-gst-devel
gstreamer-plugin-cluttergst3
libclutter-gst-3_0-0
typelib-1_0-ClutterGst-3_0

Change Logs

* Wed Aug 10 2022 Bjørn Lie <bjorn.lie@gmail.com>
- Add 0001-video-sink-Remove-RGBx-BGRx-support.patch: video-sink:
  Remove RGBx/BGRx support. The rgb24 renderer uses the wrong pixel
  stride and the rgb32 renderer assumes alpha is meaningful. We can
  use neither.
  Fixes: https://gitlab.gnome.org/GNOME/cheese/-/issues/51
- Update Supplements to current standard.
* Thu Feb 07 2019 bjorn.lie@gmail.com
- Update to version 3.0.27:
  + Explicitly link to gdk-pixbuf.
- Add explicit pkgconfig(gdk-pixbuf-2.0) BuildRequires following
  upstream changes.
* Sun Mar 11 2018 dimstar@opensuse.org
- Update to version 3.0.26:
  + Fix compilation error with -Werror=format-nonliteral.
  + Rename plugin to avoid dash in the name.
- Drop clutter-gst-video-sink-fix-compilation-error.patch: fixed
  upstream.
- Rename gstreamer-plugin-gstclutter-3_0 subpackage to
  gstreamer-plugin-cluttergst3, following upstream. Since some
  software might refer to the old name, there is no obsoletes
  added, allowing users to keep the old package. As there is no
  conflict, this is acceptable.
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
* Sat Dec 23 2017 zaitor@opensuse.org
- Add clutter-gst-video-sink-fix-compilation-error.patch:
  video-sink: Fix compilation error.
- Clean up spec with spec-cleaner, use modern macros.
* Thu Mar 30 2017 zaitor@opensuse.org
- Update to version 3.0.24:
  + Enable inspection of gstreamer plugin without connecting to
    display servers.
  + Fix issue with RGBx/BGRx formats not showing.
  + Fix memory leaks.
- Drop clutter-gst-mem-leak-fixes.patch: Fixed upstream.
* Sat Feb 11 2017 jengelh@inai.de
- Fix RPM groups
* Mon Jan 09 2017 zaitor@opensuse.org
- Add clutter-gst-mem-leak-fixes.patch: Fix various memory leaks in
  video-sink, patches from upstream git.
* Tue Dec 06 2016 zaitor@opensuse.org
- Update to version 3.0.22:
  + A couple of video sink fixes (crashes & not up-to-date data).
  + A bunch of content fixes.
* Thu Sep 08 2016 zaitor@opensuse.org
- Update to version 3.0.20:
  + Build cleanups and improvments.
  + Fix BT.2020 YUV to RGB conversion.