Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fooyin for openSUSE:Factory checked 
in at 2026-09-07 11:29:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fooyin (Old)
 and      /work/SRC/openSUSE:Factory/.fooyin.new.1265 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fooyin"

Mon Sep  7 11:29:49 2026 rev:13 rq:1375911 version:0.9.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/fooyin/fooyin.changes    2026-01-02 
14:27:36.014169317 +0100
+++ /work/SRC/openSUSE:Factory/.fooyin.new.1265/fooyin.changes  2026-09-07 
11:31:33.606687700 +0200
@@ -1,0 +2,10 @@
+Sat Sep  5 09:32:33 UTC 2026 - Jan Engelhardt <[email protected]>
+
+- Add delete-extra-deps.patch
+
+-------------------------------------------------------------------
+Thu Sep  3 20:43:20 UTC 2026 - Phakin Kongkha <[email protected]>
+
+- Add missing runtime dependency qt6-sql-sqlite (boo#1277778)
+
+-------------------------------------------------------------------

New:
----
  delete-extra-deps.patch

----------(New B)----------
  New:
- Add delete-extra-deps.patch
----------(New E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fooyin.spec ++++++
--- /var/tmp/diff_new_pack.FDaVZq/_old  2026-09-07 11:31:34.229709538 +0200
+++ /var/tmp/diff_new_pack.FDaVZq/_new  2026-09-07 11:31:34.231709609 +0200
@@ -31,11 +31,10 @@
 # see https://github.com/fooyin/fooyin/pull/725
 # fixed upstream in master-branch, can be removed in the next version
 Patch1:         Add-missing-header-include-for-QElapsedTimer-class.patch
+Patch2:         delete-extra-deps.patch
 BuildRequires:  c++_compiler
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
-# Fixes conflict with ffmepg-8-mini-devel
-BuildRequires:  ffmpeg-7-mini-devel
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  ninja
 BuildRequires:  qt6-base-devel
@@ -51,12 +50,10 @@
 BuildRequires:  pkgconfig(icu-uc)
 BuildRequires:  pkgconfig(libarchive)
 BuildRequires:  pkgconfig(libavcodec)
-BuildRequires:  pkgconfig(libavdevice)
 BuildRequires:  pkgconfig(libavformat)
 BuildRequires:  pkgconfig(libavutil)
 BuildRequires:  pkgconfig(libopenmpt)
 BuildRequires:  pkgconfig(libpipewire-0.3)
-BuildRequires:  pkgconfig(libpostproc)
 BuildRequires:  pkgconfig(libswresample)
 BuildRequires:  pkgconfig(libswscale)
 BuildRequires:  pkgconfig(sdl2)
@@ -64,6 +61,8 @@
 BuildRequires:  pkgconfig(taglib)
 BuildRequires:  pkgconfig(xkbcommon)
 
+Requires:       qt6-sql-sqlite
+
 %description
 fooyin is a Qt6 music player built around customisation. It offers a
 growing list of widgets to manage and play a local music collection.

++++++ delete-extra-deps.patch ++++++
From: Jan Engelhardt <[email protected]>
Date: 2026-09-05 11:30:29.101166149 +0200
References: https://github.com/fooyin/fooyin/pull/1582

fooyin's cmake files erroneously request packages whose header files
it never uses. Turn that off.
(postproc is also gone in ffmpeg-9)

---
 cmake/modules/FindFFmpeg.cmake |    2 --
 1 file changed, 2 deletions(-)

Index: fooyin-0.9.2/cmake/modules/FindFFmpeg.cmake
===================================================================
--- fooyin-0.9.2.orig/cmake/modules/FindFFmpeg.cmake
+++ fooyin-0.9.2/cmake/modules/FindFFmpeg.cmake
@@ -132,12 +132,10 @@ unset(FFMPEG_TARGETS CACHE)
 # Check for all possible component.
 find_component(AVCODEC     libavcodec     avcodec     libavcodec/avcodec.h)
 find_component(AVFORMAT    libavformat    avformat    libavformat/avformat.h)
-find_component(AVDEVICE    libavdevice    avdevice    libavdevice/avdevice.h)
 find_component(AVUTIL      libavutil      avutil      libavutil/avutil.h)
 find_component(AVFILTER    libavfilter    avfilter    libavfilter/avfilter.h)
 find_component(SWSCALE     libswscale     swscale     libswscale/swscale.h)
 find_component(SWRESAMPLE  libswresample  swresample  
libswresample/swresample.h)
-find_component(POSTPROC    libpostproc    postproc    
libpostproc/postprocess.h)
 
 # Check if the required components were found and add their stuff to the 
FFMPEG_* vars.
 foreach (_component ${FFmpeg_FIND_COMPONENTS})

Reply via email to