Changes of Revision 61

avidemux3.spec Changed
x
 
1
@@ -19,7 +19,6 @@
2
 Name:           avidemux3
3
 Summary:        Graphical video editing and transcoding tool
4
 License:        GPL-2.0-only
5
-Group:          Productivity/Multimedia/Video/Editors and Convertors
6
 Version:        2.8.1
7
 Release:        0
8
 URL:            http://avidemux.sourceforge.net/
9
@@ -90,9 +89,7 @@
10
 
11
 # Video Codecs
12
 BuildRequires:  libxvidcore-devel
13
-%if 0%{?is_opensuse}
14
 BuildRequires:  pkgconfig(aom)
15
-%endif
16
 BuildRequires:  pkgconfig(libass)
17
 BuildRequires:  pkgconfig(x264)
18
 BuildRequires:  pkgconfig(x265)
19
@@ -519,7 +516,6 @@
20
 %{_libdir}/ADM_plugins6/videoFilters/qt5/libADM_vf_zoomQT5.so
21
 %{_datadir}/applications/org.avidemux.Avidemux.desktop
22
 %{_datadir}/icons/hicolor/128x128/apps/org.avidemux.Avidemux.png
23
-%dir %{_datadir}/metainfo
24
 %{_datadir}/metainfo/org.avidemux.Avidemux.appdata.xml
25
 
26
 %files qt5-lang -f %{name}-qt5.lang
27
avidemux3.patch Changed
27
 
1
@@ -1,9 +1,6 @@
2
---- a/avidemux_core/ffmpeg_package/patches/libavcodec_mathops.h.patch
3
-+++ b/avidemux_core/ffmpeg_package/patches/libavcodec_mathops.h.patch
4
-@@ -11,3 +11,74 @@
5
-  
6
-  #define MAX_NEG_CROP 1024
7
-  
8
+--- /dev/null
9
++++ b/avidemux_core/ffmpeg_package/patches/upstream/avcodec-x86-mathops-clip-constants-used-with-shift-i.patch
10
+@@ -0,0 +1,73 @@
11
 +From effadce6c756247ea8bae32dc13bb3e6f464f0eb Mon Sep 17 00:00:00 2001
12
 +From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= <remi@remlab.net>
13
 +Date: Sun, 16 Jul 2023 18:18:02 +0300
14
@@ -17,8 +14,10 @@
15
 + libavcodec/x86/mathops.h | 26 +++++++++++++++++++++++---
16
 + 1 file changed, 23 insertions(+), 3 deletions(-)
17
 +
18
-+--- libavcodec/x86/mathops.h
19
-++++ libavcodec/x86/mathops.h
20
++diff --git a/libavcodec/x86/mathops.h b/libavcodec/x86/mathops.h
21
++index 6298f5ed19..ca7e2dffc1 100644
22
++--- a/libavcodec/x86/mathops.h
23
+++++ b/libavcodec/x86/mathops.h
24
 +@@ -35,12 +35,20 @@
25
 + static av_always_inline av_const int MULL(int a, int b, unsigned shift)
26
 + {
27