Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cosmic-player for openSUSE:Factory checked in at 2024-10-09 22:12:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cosmic-player (Old) and /work/SRC/openSUSE:Factory/.cosmic-player.new.19354 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "cosmic-player" Wed Oct 9 22:12:48 2024 rev:4 rq:1206437 version:0.1.0+git20241008.d614269 Changes: -------- --- /work/SRC/openSUSE:Factory/cosmic-player/cosmic-player.changes 2024-09-16 17:46:20.989189709 +0200 +++ /work/SRC/openSUSE:Factory/.cosmic-player.new.19354/cosmic-player.changes 2024-10-09 22:13:14.250980720 +0200 @@ -1,0 +2,12 @@ +Tue Oct 8 15:35:23 UTC 2024 - Richard Rahl <rrahl0@opensuse.org> + +- update to 0.1.0+git20241008.d614269: + * rework app to use gstreamer, not ffmpeg + * update dependencies + * auto hide controls + * add fullscreen toggle + * auto selecting audio and subtitles +- remove patch ffmpeg-7.patch as ffmpeg is not directly a requirement + anymore + +------------------------------------------------------------------- Old: ---- cosmic-player-0.1.0+git20240702.52b9439.tar.zst ffmpeg-7.patch New: ---- cosmic-player-0.1.0+git20241008.d614269.tar.zst BETA DEBUG BEGIN: Old: * auto selecting audio and subtitles - remove patch ffmpeg-7.patch as ffmpeg is not directly a requirement anymore BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cosmic-player.spec ++++++ --- /var/tmp/diff_new_pack.X0mjji/_old 2024-10-09 22:13:22.355318615 +0200 +++ /var/tmp/diff_new_pack.X0mjji/_new 2024-10-09 22:13:22.355318615 +0200 @@ -18,7 +18,7 @@ %define appname com.system76.CosmicPlayer Name: cosmic-player -Version: 0.1.0+git20240702.52b9439 +Version: 0.1.0+git20241008.d614269 Release: 0 Summary: COSMIC media player License: GPL-3.0-only @@ -26,28 +26,24 @@ Source0: %{name}-%{version}.tar.zst Source1: vendor.tar.zst Patch0: ffmpeg-next.patch -Patch1: ffmpeg-7.patch BuildRequires: cargo-packaging BuildRequires: clang-devel BuildRequires: just BuildRequires: pkgconfig +BuildRequires: rust >= 1.80 BuildRequires: update-desktop-files BuildRequires: pkgconfig(alsa) -BuildRequires: pkgconfig(libavcodec) -BuildRequires: pkgconfig(libavdevice) -BuildRequires: pkgconfig(libavfilter) -BuildRequires: pkgconfig(libavformat) +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gstreamer-1.0) +BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) +BuildRequires: pkgconfig(gstreamer-video-1.0) BuildRequires: pkgconfig(xkbcommon) %description %{summary}. %prep -%autosetup -N -a1 -%patch -P0 -p1 -%if 0%{?suse_version} >= 1600 -%patch -P1 -p1 -%endif +%autosetup -a1 -p1 %build just build-release ++++++ cosmic-player-0.1.0+git20240702.52b9439.tar.zst -> cosmic-player-0.1.0+git20241008.d614269.tar.zst ++++++ ++++ 7776 lines of diff (skipped) ++++++ ffmpeg-next.patch ++++++ --- /var/tmp/diff_new_pack.X0mjji/_old 2024-10-09 22:13:22.475323618 +0200 +++ /var/tmp/diff_new_pack.X0mjji/_new 2024-10-09 22:13:22.479323785 +0200 @@ -1,13 +1,13 @@ diff -rub cosmic-player/Cargo.toml cosmic-player-patched/Cargo.toml ---- cosmic-player/Cargo.toml 2024-09-16 13:50:59.801481433 +0200 -+++ cosmic-player-patched/Cargo.toml 2024-09-16 14:36:29.042729336 +0200 -@@ -5,7 +5,7 @@ - - [dependencies] - cpal = "0.15" --ffmpeg-next = "6" -+ffmpeg-next = "7" - lazy_static = "1" - paste = "1" - serde = { version = "1", features = ["serde_derive"] } +--- cosmic-player/Cargo.toml 2024-10-07 18:36:28.317281878 +0200 ++++ cosmic-player-patched/Cargo.toml 2024-10-07 18:37:05.974062247 +0200 +@@ -11,7 +11,7 @@ + url = "2" + # ffmpeg + cpal = { version = "0.15", optional = true } +-ffmpeg-next = { version = "6", optional = true } ++ffmpeg-next = { version = "7", optional = true } + # Internationalization + i18n-embed = { version = "0.13", features = ["fluent-system", "desktop-requester"] } + i18n-embed-fl = "0.6" ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/cosmic-player/vendor.tar.zst /work/SRC/openSUSE:Factory/.cosmic-player.new.19354/vendor.tar.zst differ: char 7, line 1