Overview
avidemux3.changes
Changed
x
1
2
-------------------------------------------------------------------
3
+Sat Apr 07 14:05:21 UTC 2018 - enzokiel@kabelmail.de
4
+
5
+- Added avidemux-glibc-2.27.patch to Fix compilation with
6
+ glibc >= 2.27.
7
+
8
+-------------------------------------------------------------------
9
Mon Aug 14 17:18:32 UTC 2017 - joerg.lorenzen@ki.tng.de
10
11
- Update to version 2.7.0
12
avidemux3.spec
Changed
38
1
2
#
3
# spec file for package avidemux3
4
#
5
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
6
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
7
#
8
# All modifications and additions to the file contributed by third parties
9
# remain the property of their copyright owners, unless otherwise agreed
10
11
Patch5: avidemux-bootStrap.patch
12
Patch6: avidemux-cmake-permissions.patch
13
Patch7: avidemux-cpu_armel.patch
14
+Patch8: avidemux-glibc-2.27.patch
15
License: GPL-2.0
16
Group: Productivity/Multimedia/Video/Editors and Convertors
17
18
19
%patch5 -p0
20
%patch6 -p0
21
%patch7 -p0
22
+%if 0%{?suse_version} > 1500
23
+%patch8 -p0
24
+%endif
25
cp -f %{S:3} avidemux_core/ffmpeg_package/patches/
26
chmod 755 bootStrap.bash
27
chmod 644 AUTHORS COPYING README
28
29
%{_libdir}/ADM_plugins6/videoFilters/libADM_vf_removePlane.so
30
%{_libdir}/ADM_plugins6/videoFilters/libADM_vf_resampleFps.so
31
%{_libdir}/ADM_plugins6/videoFilters/libADM_vf_rotate.so
32
+%if 0%{?suse_version} <= 1500
33
%{_libdir}/ADM_plugins6/videoFilters/libADM_vf_ssa.so
34
+%endif
35
%{_libdir}/ADM_plugins6/videoFilters/libADM_vf_separateField.so
36
%{_libdir}/ADM_plugins6/videoFilters/libADM_vf_sharpen.so
37
%{_libdir}/ADM_plugins6/videoFilters/libADM_vf_stackField.so
38
avidemux-glibc-2.27.patch
Added
13
1
2
+--- avidemux/common/ADM_audioFilter/src/audiofilter_normalize.cpp.orig
3
++++ avidemux/common/ADM_audioFilter/src/audiofilter_normalize.cpp
4
+@@ -35,7 +35,7 @@
5
+ #elif defined(ADM_BSD_FAMILY) || defined(__sun__)
6
+ #define POW10(x) powf(10.0,x)
7
+ #else
8
+-#define POW10(x) pow10f(x)
9
++#define POW10(x) exp10f(x)
10
+ #endif
11
+
12
+ #define LINEAR_TO_DB(x) (20.*log10(x))
13
Refresh
Refresh
Login required, please
login
or
signup
in order to comment