Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package deepin-screen-recorder for 
openSUSE:Factory checked in at 2024-10-06 17:52:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/deepin-screen-recorder (Old)
 and      /work/SRC/openSUSE:Factory/.deepin-screen-recorder.new.19354 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "deepin-screen-recorder"

Sun Oct  6 17:52:03 2024 rev:10 rq:1205718 version:5.11.6

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/deepin-screen-recorder/deepin-screen-recorder.changes
    2024-08-16 12:24:26.332999282 +0200
+++ 
/work/SRC/openSUSE:Factory/.deepin-screen-recorder.new.19354/deepin-screen-recorder.changes
 2024-10-06 17:52:16.057842078 +0200
@@ -1,0 +2,6 @@
+Fri Oct  4 13:27:54 UTC 2024 - Hillwood Yang <hillw...@opensuse.org>
+
+- Add add-missing-include-header.patch, need include camview.h in
+  3rdparty/libcam/libcam_encoder/mp4.c 
+
+-------------------------------------------------------------------

New:
----
  add-missing-include-header.patch

BETA DEBUG BEGIN:
  New:
- Add add-missing-include-header.patch, need include camview.h in
  3rdparty/libcam/libcam_encoder/mp4.c 
BETA DEBUG END:

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

Other differences:
------------------
++++++ deepin-screen-recorder.spec ++++++
--- /var/tmp/diff_new_pack.QrwmyE/_old  2024-10-06 17:52:17.029882473 +0200
+++ /var/tmp/diff_new_pack.QrwmyE/_new  2024-10-06 17:52:17.033882639 +0200
@@ -30,6 +30,8 @@
 Patch0:         fix-include-path.patch
 # PATCH-FIX-UPSTREAM fix-reture-type.patch hillw...@opensuse.org
 Patch1:         fix-reture-type.patch
+# PATCH-FIX-UPSTREAM add-missing-include-header.patch hillw...@opensuse.org - 
Missing include a header
+Patch2:         add-missing-include-header.patch
 # fdupes macro works
 Source1:        %{name}-rpmlintrc
 %ifarch ppc ppc64 ppc64le s390 s390x

++++++ add-missing-include-header.patch ++++++
diff -Nur deepin-screen-recorder-6.0.6/3rdparty/libcam/libcam_encoder/mp4.c 
deepin-screen-recorder-6.0.6-new/3rdparty/libcam/libcam_encoder/mp4.c
--- deepin-screen-recorder-6.0.6/3rdparty/libcam/libcam_encoder/mp4.c   
2024-07-24 17:58:44.000000000 +0800
+++ deepin-screen-recorder-6.0.6-new/3rdparty/libcam/libcam_encoder/mp4.c       
2024-09-03 22:33:30.524229407 +0800
@@ -22,6 +22,7 @@
 #include "mp4.h"
 #include <libavutil/mathematics.h>
 #include "load_libs.h"
+#include "camview.h"
 
 static int64_t video_pts = 0;
 static int64_t audio_pts = 0;

Reply via email to