Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package deepin-movie for openSUSE:Factory 
checked in at 2022-09-01 22:10:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/deepin-movie (Old)
 and      /work/SRC/openSUSE:Factory/.deepin-movie.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "deepin-movie"

Thu Sep  1 22:10:17 2022 rev:11 rq:1000249 version:5.10.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/deepin-movie/deepin-movie.changes        
2022-04-22 21:54:40.758835057 +0200
+++ /work/SRC/openSUSE:Factory/.deepin-movie.new.2083/deepin-movie.changes      
2022-09-01 22:11:09.944243277 +0200
@@ -1,0 +2,19 @@
+Thu Aug 25 08:19:47 UTC 2022 - Hillwood Yang <hillw...@opensuse.org>
+
+- Update version to 5.10.8
+  * Support gstreamer
+  * Fix bugs
+- Drop drop-MPV_EVENT_TRACKS_CHANGED.patch, fix-mpv_opengl_init_params.patch,
+  drop-setCanShowInUI.patch and fix-build-on-mpv-0_34_1.patch, fixed by
+  Upstream
+
+-------------------------------------------------------------------
+Sat Jul  2 14:07:07 UTC 2022 - Hillwood Yang <hillw...@opensuse.org>
+
+- Update version to 5.9.18
+  * Support feiteng graphics card
+  * Fix bugs
+  * Optimzize wayland support
+  * Update documents 
+
+-------------------------------------------------------------------

Old:
----
  deepin-movie-reborn-5.9.8.tar.gz
  drop-MPV_EVENT_TRACKS_CHANGED.patch
  drop-setCanShowInUI.patch
  fix-build-on-mpv-0_34_1.patch
  fix-mpv_opengl_init_params.patch

New:
----
  deepin-movie-reborn-5.10.8.tar.gz

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

Other differences:
------------------
++++++ deepin-movie.spec ++++++
--- /var/tmp/diff_new_pack.DkArO2/_old  2022-09-01 22:11:10.684245301 +0200
+++ /var/tmp/diff_new_pack.DkArO2/_new  2022-09-01 22:11:10.692245323 +0200
@@ -24,7 +24,7 @@
 %define sover 0_1
 
 Name:           deepin-movie
-Version:        5.9.8
+Version:        5.10.8
 Release:        0
 Summary:        Deepin Video Players
 License:        GPL-3.0-or-later AND OpenSSL
@@ -38,22 +38,9 @@
 # PATCH-FIX-UPSTEAM fix-build-on-ARM.patch hillw...@opensuse.org
 Patch1:         fix-build-on-ARM.patch
 %endif
-# PATCH-FIX-UPSTEAM drop-MPV_EVENT_TRACKS_CHANGED.patch hillw...@opensuse.org
-# MPV_EVENT_TRACKS_CHANGED have been dropped by upstream
-# https://github.com/linuxdeepin/deepin-movie-reborn/pull/83
-Patch2:         drop-MPV_EVENT_TRACKS_CHANGED.patch
-# PATCH-FIX-UPSTEAM fix-mpv_opengl_init_params.patch hillw...@opensuse.org
-# Upstream of MPV changed this api
-# https://github.com/linuxdeepin/deepin-movie-reborn/pull/83
-Patch3:         fix-mpv_opengl_init_params.patch
-# PATCH-FIX-UPSTEAM drop-setCanShowInUI.patch
-# https://github.com/linuxdeepin/deepin-movie-reborn/pull/80/files
-Patch4:         drop-setCanShowInUI.patch
-# # PATCH-FIX-UPSTEAM fix-build-on-mpv-0_34_1.patch
-# https://github.com/linuxdeepin/developer-center/issues/2233
-Patch5:         fix-build-on-mpv-0_34_1.patch
 BuildRequires:  dtkcore >= 5.0.0
 BuildRequires:  fdupes
+BuildRequires:  libQt5Gui-private-headers-devel
 %ifarch ppc ppc64 ppc64le s390 s390x
 BuildRequires:  deepin-desktop-base
 %else
@@ -68,6 +55,7 @@
 BuildRequires:  pkgconfig(Qt5Svg)
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5X11Extras)
+BuildRequires:  pkgconfig(Qt5Gui)
 BuildRequires:  pkgconfig(dtkcore) >= 5.0.0
 BuildRequires:  pkgconfig(dtkgui) >= 5.0.0
 BuildRequires:  pkgconfig(dtkwidget) >= 5.0.0
@@ -91,6 +79,9 @@
 BuildRequires:  pkgconfig(xcb-util)
 BuildRequires:  pkgconfig(xtst)
 BuildRequires:  pkgconfig(mpris-qt5)
+BuildRequires:  pkgconfig(gstreamer-1.0)
+BuildRequires:  pkgconfig(gstreamer-plugins-base-1.0)
+BuildRequires:  cmake(Qt5MultimediaWidgets)
 BuildRequires:  pkgconfig(dbusextended-qt5)
 %if 0%{?suse_version} <= 1500
 BuildRequires:  qtdbusextended-devel < 3.1.2
@@ -128,6 +119,9 @@
 %prep
 %autosetup -p1 -n %{name}-reborn-%{version}
 sed -i 's/Exec=deepin-movie/Exec=env QT_QPA_PLATFORMTHEME=deepin 
deepin-movie/g' %{name}.desktop
+%if %{?suse_version} > 1500
+sed -i 's/MPV_EVENT_TRACKS_CHANGED/MP_EVENT_TRACKS_CHANGED/g' 
src/backends/mpv/mpv_proxy.cpp
+%endif
 
 %build
 %cmake -DCMAKE_BUILD_TYPE=Release \

++++++ Fix-library-link.patch ++++++
--- /var/tmp/diff_new_pack.DkArO2/_old  2022-09-01 22:11:10.720245400 +0200
+++ /var/tmp/diff_new_pack.DkArO2/_new  2022-09-01 22:11:10.724245411 +0200
@@ -1,7 +1,7 @@
-diff -Nur deepin-movie-reborn-5.7.11/src/CMakeLists.txt 
deepin-movie-reborn-5.7.11-new/src/CMakeLists.txt
---- deepin-movie-reborn-5.7.11/src/CMakeLists.txt      2021-03-22 
12:01:47.000000000 +0800
-+++ deepin-movie-reborn-5.7.11-new/src/CMakeLists.txt  2021-04-28 
20:36:58.860380331 +0800
-@@ -7,6 +7,7 @@
+diff -Nur deepin-movie-reborn-5.10.8/src/CMakeLists.txt 
deepin-movie-reborn-5.10.8-new/src/CMakeLists.txt
+--- deepin-movie-reborn-5.10.8/src/CMakeLists.txt      2022-08-09 
15:33:32.000000000 +0800
++++ deepin-movie-reborn-5.10.8-new/src/CMakeLists.txt  2022-08-25 
16:05:20.083901453 +0800
+@@ -9,6 +9,7 @@
  
  include_directories(${CMAKE_INCLUDE_CURRENT_DIR})
  include_directories(${CMAKE_CURRENT_BINARY_DIR})
@@ -9,15 +9,15 @@
  
  find_package(Qt5Widgets)
  find_package(Qt5DBus)
-diff -Nur deepin-movie-reborn-5.7.11/src/libdmr/CMakeLists.txt 
deepin-movie-reborn-5.7.11-new/src/libdmr/CMakeLists.txt
---- deepin-movie-reborn-5.7.11/src/libdmr/CMakeLists.txt       2021-03-22 
12:01:47.000000000 +0800
-+++ deepin-movie-reborn-5.7.11-new/src/libdmr/CMakeLists.txt   2021-04-28 
20:38:43.480136035 +0800
-@@ -22,7 +22,7 @@
+diff -Nur deepin-movie-reborn-5.10.8/src/libdmr/CMakeLists.txt 
deepin-movie-reborn-5.10.8-new/src/libdmr/CMakeLists.txt
+--- deepin-movie-reborn-5.10.8/src/libdmr/CMakeLists.txt       2022-08-09 
15:33:32.000000000 +0800
++++ deepin-movie-reborn-5.10.8-new/src/libdmr/CMakeLists.txt   2022-08-25 
16:07:58.615934066 +0800
+@@ -23,7 +23,7 @@
+     ${PROJECT_SOURCE_DIR}/../common 
${PROJECT_SOURCE_DIR}/../backends/mediaplayer 
${PROJECT_SOURCE_DIR}/../backends/mpv /usr/include/glib-2.0 
/usr/include/gstreamer-1.0)
  
  target_link_libraries(${CMD_NAME} PkgConfig::Dtk Qt5::Widgets Qt5::Concurrent
-     Qt5::Network Qt5::X11Extras Qt5::Sql Qt5::Svg Qt5::DBus PkgConfig::AV
--    ${FFTHUMB_LIBRARIES} GL)
-+    gsettings-qt ${FFTHUMB_LIBRARIES} GL)
+-    Qt5::Network Qt5::X11Extras Qt5::Sql Qt5::Svg Qt5::Multimedia 
Qt5::MultimediaWidgets Qt5::DBus PkgConfig::Gst GL)
++    Qt5::Network Qt5::X11Extras Qt5::Sql Qt5::Svg Qt5::Multimedia 
Qt5::MultimediaWidgets Qt5::DBus PkgConfig::Gst GL gsettings-qt)
  #target_link_libraries(${CMD_NAME} PkgConfig::Dtk Qt5::Widgets Qt5::Concurrent
  #    Qt5::Network Qt5::X11Extras Qt5::Sql Qt5::DBus PkgConfig::AV GL png jpeg)
  

++++++ deepin-movie-reborn-5.9.8.tar.gz -> deepin-movie-reborn-5.10.8.tar.gz 
++++++
/work/SRC/openSUSE:Factory/deepin-movie/deepin-movie-reborn-5.9.8.tar.gz 
/work/SRC/openSUSE:Factory/.deepin-movie.new.2083/deepin-movie-reborn-5.10.8.tar.gz
 differ: char 13, line 1

Reply via email to