We truncated the diff of some files because they were too big.
If you want to see the full diff for every file, click here.
Overview
avidemux3.changes
Changed
x
1
2
-------------------------------------------------------------------
3
+Wed Sep 21 10:16:37 UTC 2016 - joerg.lorenzen@ki.tng.de
4
+
5
+- Update to version 2.6.14
6
+ i18n:
7
+ + A lot more is now translatable (D. Amm)
8
+ + Hungarian translation (rezso)
9
+ + German translation update (euma)
10
+ + French translation update
11
+ + PT/BR translation partially fixed
12
+ + Dannish translation update (scootergrisen)
13
+ Platforms:
14
+ + Qtx : Automatically check if a new version is available once a
15
+ day
16
+ + WIN32 : Reverted to MXE cross compiler, XP now works again
17
+ + OSX : Fixed the packager, it should work every time now (no
18
+ more borked dmg)
19
+ Application:
20
+ + Decoding : Deal with corrupted stream in a nicer way (H264/TS)
21
+ + Decoding : Enable lagarith
22
+ + Decoding : Support for flac through libavcodec
23
+ + VDPAU : Try harder to release resources at exit
24
+ + Demuxer : Image loader improved and cleaned up, more jpeg
25
+ formats are supported
26
+ + Editor : Try to deal better with corrupted audio in copy mode
27
+ + TS : Add support for new EAC3 identifier such as the ones used
28
+ by numericable / DVB-T
29
+ + Encoder : Fix most of the libavcodec based encoders
30
+
31
+-------------------------------------------------------------------
32
Sat Aug 20 11:14:21 UTC 2016 - joerg.lorenzen@ki.tng.de
33
34
- Update to version 2.6.13
35
avidemux3.spec
Changed
62
1
2
3
Name: avidemux3
4
Summary: Graphical video editing and transcoding tool
5
-Version: 2.6.13
6
+Version: 2.6.14
7
Release: 1
8
Url: http://avidemux.sourceforge.net/
9
Source0: avidemux_%{version}.tar.gz
10
11
# QT5-GUI
12
BuildRequires: cmake(Qt5Core)
13
BuildRequires: cmake(Qt5LinguistTools)
14
+BuildRequires: cmake(Qt5Network)
15
BuildRequires: cmake(Qt5OpenGL)
16
BuildRequires: cmake(Qt5Script)
17
BuildRequires: cmake(Qt5Widgets)
18
19
Requires: avidemux3-frontend = %{version}-%{release}
20
BuildRoot: %{_tmppath}/%{name}-%{version}-build
21
22
-# ix86 build for SLES 11 currently fails
23
-%if 0%{?sles_version}
24
-ExclusiveArch: x86_64
25
-%endif
26
-
27
%description
28
Avidemux is a free video editor designed for simple cutting, filtering and
29
encoding tasks. It supports many file types, including AVI, DVD compatible
30
31
chmod 644 AUTHORS COPYING README
32
33
%build
34
-%if ! 0%{?sles_version}
35
-export CXXFLAGS="%optflags -fno-strict-aliasing"
36
-%else
37
-export CXXFLAGS="%optflags -D__STDC_CONSTANT_MACROS -fno-strict-aliasing"
38
+flags+="%optflags -fno-strict-aliasing "
39
+%if 0%{?sles_version}
40
+flags+="-D__STDC_CONSTANT_MACROS "
41
+%ifarch %ix86
42
+flags+="-fomit-frame-pointer "
43
+%endif
44
+%endif
45
+%if 0%{?suse_version} == 1320
46
+%ifarch %ix86
47
+flags+="-fno-stack-protector "
48
+%endif
49
%endif
50
+export CXXFLAGS="$flags"
51
52
options+="--with-cli "
53
%if 0%{?sles_version}
54
55
%{_libdir}/ADM_plugins6/videoEncoders/libADM_ve_png.so
56
%{_libdir}/ADM_plugins6/videoEncoders/libADM_ve_xvid4.so
57
%{_libdir}/ADM_plugins6/videoEncoders/libADM_ve_yv12.so
58
+%{_libdir}/ADM_plugins6/videoFilters/libADM_vf_ascii.so
59
%{_libdir}/ADM_plugins6/videoFilters/libADM_vf_addBorders.so
60
%{_libdir}/ADM_plugins6/videoFilters/libADM_vf_black.so
61
%{_libdir}/ADM_plugins6/videoFilters/libADM_vf_blackenBorders.so
62
avidemux-bootStrap.patch
Changed
10
1
2
--- bootStrap.bash.orig 2016-08-18 21:32:47.081424053 +0200
3
+++ bootStrap.bash 2016-08-18 21:32:42.637503964 +0200
4
@@ -19,6 +19,7 @@
5
- export O_PARAL="-j 2"
6
+ export O_PARAL="-j $(nproc)"
7
fail()
8
{
9
+ cat /tmp/log$BUILDDIR
10
avidemux_2.6.13.tar.gz -> avidemux_2.6.14.tar.gz
Changed
Refresh
Refresh
Login required, please
login
or
signup
in order to comment
Request History
enzokiel created request over 8 years ago
Update to version 2.6.14
enzokiel accepted request over 8 years ago
Please add a comment