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.
Changes of Revision 44
avidemux3.changes
Changed
x
1
2
-------------------------------------------------------------------
3
+Sun Mar 17 01:39:22 UTC 2019 - enzokiel@kabelmail.de
4
+
5
+- Update to version 2.7.2
6
+ + Win64 version are now compiled with Visual C++, it should help
7
+ stability wise. You should de-install the previous version
8
+ first
9
+ + New Demuxer:Native AviSynth demuxer (MSVC++ 64 bits Windows
10
+ builds only), 64bits avisynth only !
11
+ + New Demuxer:VapourSynth demuxer to directly load .vpy scripts
12
+ (MSVC++, macOS with Homebrew, custom Linux builds), 64bits
13
+ vapoursynth only on win64!
14
+ + New Installer:Replace NSIS installer with Qt Installer
15
+ Framework for native MSVC++ 64 bits Windows builds
16
+ + New Encoder:Add FFmpeg-based VA-API HW accelerated H.264
17
+ encoder (Intel/Linux)
18
+ + New Encoder:Add FFmpeg-based VA-API HW accelerated HEVC
19
+ encoder (Intel/Linux)
20
+ + FFmpeg:Migrate to the 4.x branch
21
+ + Decoder:As a result of the FFmpeg upgrade, HW accelerated HEVC
22
+ decoding on macOS is now available when supported by the
23
+ hardware
24
+ + Encoder:Fix issues with image quality and skipped frames in
25
+ the MJPEG encoder
26
+ + Demuxer:Fix audio delay calculation in the Mp4 demuxer
27
+ + Demuxer:Fix crash loading large MP4 files with LPCM audio
28
+ + Demuxer:Fix multiple issues in the ASF demuxer, allow to cancel
29
+ indexing
30
+ + Demuxer:Allow to cancel indexing of MKV files
31
+ + Demuxer:Re-enable multiloading for MPEG-TS streams cut in
32
+ chunks of 256, 512 MiB, 1, 2 and 4 GiB in size only
33
+ + Demuxer:Fix MPEG-TS indexer to start a H.264 or HEVC frame with
34
+ the Access Unit Delimiter
35
+ + Muxer:Add Annex B to Annex B video stream filter to deal with
36
+ misplaced frame boundaries
37
+ + Muxer:Add support for setting rotation flag to the MP4 muxer
38
+ + Filter:Add rubber band selector to the "Blacken Borders" filter
39
+ + Filter:Add option to deal with anamorphic display to the
40
+ subtitle filter, fix issues in SRT to SSA converter
41
+ + UI:Autosave session on video close, add session restore feature
42
+ + UI:Add file name extension when saving audio for some audio
43
+ types
44
+ + Audio:Make maximum level in the "Normalize" filter customizable
45
+ + Audio:Improve AAC sampling frequency detection
46
+ + Audio:Add decoding support for multichannel Opus audio
47
+ + Miscellaneous:Fix regression playback stuck after going to the
48
+ previous picture
49
+ + Miscellaneous:Fix regression "Fade to black" reset when
50
+ starting filtered playback close to the end of video
51
+ + Miscellaneous:Fix regression stopping playback rewinds to the
52
+ start of video if seek back to the last displayed picture fails
53
+- Removed avidemux-cpu_armel.patch, avidemux3.desktop and
54
+ config.mak.diff, fixed upstream.
55
+- Fixed avidemux-linking.patch, avidemux-package_version.patch and
56
+ avidemux-x265_plugins.patch.
57
+- Added avidemux-desktop-file.patch to fix wrong category.
58
+
59
+-------------------------------------------------------------------
60
Tue Jun 05 20:27:49 UTC 2018 - enzokiel@kabelmail.de
61
62
- Update to version 2.7.1
63
avidemux3.spec
Changed
155
1
2
#
3
# spec file for package avidemux3
4
#
5
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
6
+# Copyright (c) 2019 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
#
12
13
14
+%if (0%{?sle_version} >= 150000 && 0%{?is_opensuse}) || 0%{?suse_version} > 1500
15
+%bcond_without vapoursynth
16
+%endif
17
+
18
Name: avidemux3
19
Summary: Graphical video editing and transcoding tool
20
-Version: 2.7.1
21
+Version: 2.7.2
22
Release: 1
23
Url: http://avidemux.sourceforge.net/
24
ExclusiveArch: %ix86 x86_64
25
Source0: avidemux_%{version}.tar.gz
26
-Source1: avidemux3.desktop
27
-Source3: config.mak.diff
28
Patch0: avidemux-cmake-2.8.8.patch
29
Patch1: avidemux-linking.patch
30
Patch2: avidemux-x264_plugins.patch
31
32
Patch4: avidemux-package_version.patch
33
Patch5: avidemux-bootStrap.patch
34
Patch6: avidemux-cmake-permissions.patch
35
-Patch7: avidemux-cpu_armel.patch
36
+Patch7: avidemux-desktop-file.patch
37
Patch8: avidemux-backport_Fix_threads_setup.patch
38
License: GPL-2.0
39
Group: Productivity/Multimedia/Video/Editors and Convertors
40
41
BuildRequires: fdupes
42
BuildRequires: dos2unix
43
BuildRequires: yasm
44
+%if %{with vapoursynth}
45
BuildRequires: pkgconfig(vapoursynth)
46
BuildRequires: pkgconfig(vapoursynth-script)
47
+%endif
48
BuildRequires: pkgconfig(fribidi)
49
BuildRequires: pkgconfig(libxslt)
50
BuildRequires: pkgconfig(libxml-2.0)
51
52
BuildRequires: pkgconfig(fontconfig)
53
BuildRequires: pkgconfig(freetype2)
54
BuildRequires: pkgconfig(sqlite3)
55
+BuildRequires: pkgconfig(ffnvcodec)
56
57
# Sound out
58
BuildRequires: arts-devel
59
60
%patch6 -p0
61
%patch7 -p0
62
%patch8 -p0 -R
63
-cp -f %{S:3} avidemux_core/ffmpeg_package/patches/
64
chmod 755 bootStrap.bash
65
chmod 644 AUTHORS COPYING README
66
67
68
%install
69
cp -r install/* %{buildroot}
70
71
-# Install desktop file
72
-install -D -m644 %{S:1} %{buildroot}%{_datadir}/applications/avidemux3.desktop
73
-
74
-# Install icon
75
-install -D -m644 avidemux_icon.png %{buildroot}%{_datadir}/pixmaps/avidemux3.png
76
-
77
# Install man
78
install -D -m644 man/avidemux.1 %{buildroot}%{_mandir}/man1/avidemux.1
79
80
81
82
%files
83
%defattr(-,root,root)
84
+%if %{with vapoursynth}
85
+%{_bindir}/vsProxy
86
+%endif
87
%{_libdir}/libADM6avcodec.so.*
88
%{_libdir}/libADM6avformat.so.*
89
%{_libdir}/libADM6avutil.so.*
90
91
%{_libdir}/libADM_coreScript.so
92
%{_libdir}/libADM_coreSocket6.so
93
%{_libdir}/libADM_coreSqlLight3.so
94
-%{_libdir}/libADM_coreSubtitle.so
95
+%{_libdir}/libADM_coreSubtitles6.so
96
%{_libdir}/libADM_coreUI6.so
97
%{_libdir}/libADM_coreUtils6.so
98
%{_libdir}/libADM_coreVDPAU6.so
99
100
%{_libdir}/ADM_plugins6/demuxers/libADM_dm_pic.so
101
%{_libdir}/ADM_plugins6/demuxers/libADM_dm_ps.so
102
%{_libdir}/ADM_plugins6/demuxers/libADM_dm_ts.so
103
+%if %{with vapoursynth}
104
+%{_libdir}/ADM_plugins6/demuxers/libADM_dm_vapoursynth.so
105
+%endif
106
%{_libdir}/ADM_plugins6/muxers/libADM_mx_avi.so
107
%{_libdir}/ADM_plugins6/muxers/libADM_mx_dummy.so
108
%{_libdir}/ADM_plugins6/muxers/libADM_mx_ffPS.so
109
110
%{_libdir}/ADM_plugins6/videoEncoders/libADM_ve_ffFlv1.so
111
%{_libdir}/ADM_plugins6/videoEncoders/libADM_ve_ffMpeg2.so
112
%{_libdir}/ADM_plugins6/videoEncoders/libADM_ve_ffMpeg4.so
113
+%{_libdir}/ADM_plugins6/videoEncoders/libADM_ve_ffNvenc.so
114
+%{_libdir}/ADM_plugins6/videoEncoders/libADM_ve_ffNvencHEVC.so
115
+%{_libdir}/ADM_plugins6/videoEncoders/libADM_ve_ffVaEncH264.so
116
+%{_libdir}/ADM_plugins6/videoEncoders/libADM_ve_ffVaEncHEVC.so
117
%{_libdir}/ADM_plugins6/videoEncoders/libADM_ve_huff.so
118
%{_libdir}/ADM_plugins6/videoEncoders/libADM_ve_jpeg.so
119
%{_libdir}/ADM_plugins6/videoEncoders/libADM_ve_libva.so
120
121
%{_datadir}/ADM6_addons/avsfilter/avsload.exe
122
%{_datadir}/ADM6_addons/avsfilter/pipe_source.dll
123
%{_mandir}/man1/avidemux.1.gz
124
-%doc AUTHORS COPYING README
125
+%doc AUTHORS README
126
+%license COPYING
127
128
%files cli
129
%defattr(-,root,root)
130
131
%defattr(-,root,root)
132
%{_bindir}/avidemux3_jobs_qt5
133
%{_bindir}/avidemux3_qt5
134
+%if %{with vapoursynth}
135
+%{_bindir}/vsProxy_gui_qt5
136
+%endif
137
%{_libdir}/libADM_openGLQT56.so
138
%{_libdir}/libADM_render6_QT5.so
139
%{_libdir}/libADM_UIQT56.so
140
141
%{_libdir}/ADM_plugins6/videoFilters/qt5/libADM_vf_sampleGlVertex.so
142
%{_libdir}/ADM_plugins6/videoFilters/qt5/libADM_vf_shaderLoaderGl.so
143
%{_libdir}/ADM_plugins6/videoFilters/qt5/libADM_vf_swscaleResizeQT5.so
144
-%{_datadir}/applications/avidemux3.desktop
145
-%{_datadir}/pixmaps/avidemux3.png
146
+%{_datadir}/applications/org.avidemux.Avidemux.desktop
147
+%{_datadir}/icons/hicolor/128x128/apps/org.avidemux.Avidemux.png
148
+%if (0%{?sle_version} == 120300 && 0%{?is_opensuse}) || (0%{?suse_version} == 1315 && !0%{?is_opensuse})
149
+%dir %{_datadir}/metainfo
150
+%endif
151
+%{_datadir}/metainfo/org.avidemux.Avidemux.appdata.xml
152
153
%files qt5-lang
154
%defattr(-,root,root)
155
avidemux-cpu_armel.patch
Deleted
13
1
2
---- avidemux_plugins/ADM_audioDecoders/ADM_ad_mad/CMakeLists.txt.orig 2016-08-19 21:20:04.500394118 +0200
3
-+++ avidemux_plugins/ADM_audioDecoders/ADM_ad_mad/CMakeLists.txt 2016-08-19 21:20:04.532393539 +0200
4
-@@ -6,6 +6,8 @@
5
- ADD_DEFINITIONS("-DFPM_DEFAULT")
6
- ELSEIF (ADM_CPU_PPC)
7
- ADD_DEFINITIONS("-DFPM_PPC")
8
-+ELSEIF (ADM_CPU_PPC)
9
-+ ADD_DEFINITIONS("-DFPM_DEFAULT")
10
- ELSEIF (ADM_CPU_ARMEL)
11
- ADD_DEFINITIONS("-DFPM_ARM")
12
- ENDIF (ADM_CPU_X86_32)
13
avidemux-desktop-file.patch
Added
19
1
2
+--- avidemux/qt4/xdg_data/org.avidemux.Avidemux.desktop.orig 2019-03-16 13:53:16.346573397 +0100
3
++++ avidemux/qt4/xdg_data/org.avidemux.Avidemux.desktop 2019-03-16 13:53:16.350573314 +0100
4
+@@ -1,5 +1,5 @@
5
+ [Desktop Entry]
6
+-Name=Avidemux
7
++Name=Avidemux3
8
+ GenericName=Video Editor
9
+ Comment=Multiplatform video editor
10
+ Exec=avidemux3_qt5
11
+@@ -7,4 +7,6 @@
12
+ Icon=org.avidemux.Avidemux
13
+ Terminal=false
14
+ Type=Application
15
+-Categories=AudioVideo
16
++Categories=AudioVideo;AudioVideoEditing;
17
++X-KDE-StartupNotify=true
18
++X-SuSE-translate=true
19
avidemux-linking.patch
Changed
80
1
2
---- avidemux/cli/CMakeLists.txt.orig 2016-08-18 21:32:46.369436856 +0200
3
-+++ avidemux/cli/CMakeLists.txt 2016-08-18 21:32:46.325437648 +0200
4
-@@ -111,6 +111,16 @@
5
- )
6
-
7
- ###########################################
8
-+# Missing libs
9
-+###########################################
10
-+TARGET_LINK_LIBRARIES(avidemux3_cli
11
+--- avidemux/cli/CMakeLists.txt.orig 2019-03-16 11:52:18.201947710 +0100
12
++++ avidemux/cli/CMakeLists.txt 2019-03-16 11:52:18.173948283 +0100
13
+@@ -110,6 +110,10 @@
14
+ ADM_gui2Cli6
15
+ ADM_toolkitCli6
16
+ ADM_shellCli
17
+ ADM_coreSqlLight3
18
+ ADM_libswscale
19
+ ADM_libpostproc
20
+ ADM_libavformat
21
-+)
22
-+
23
-+###########################################
24
- # External libs
25
- ###########################################
26
- # gettext
27
---- avidemux/qt4/CMakeLists.txt.orig 2016-08-18 21:32:46.309437935 +0200
28
-+++ avidemux/qt4/CMakeLists.txt 2016-08-18 21:32:45.809446926 +0200
29
-@@ -161,6 +161,16 @@
30
)
31
32
###########################################
33
-+# Missing libs
34
-+###########################################
35
-+TARGET_LINK_LIBRARIES(avidemux3_${QT_EXTENSION}
36
+--- avidemux/qt4/CMakeLists.txt.orig 2019-03-16 11:52:18.201947710 +0100
37
++++ avidemux/qt4/CMakeLists.txt 2019-03-16 11:52:18.173948283 +0100
38
+@@ -183,6 +183,10 @@
39
+ ADM_coreAudio6
40
+ ADM_coreAudioDevice6
41
+ ADM_osSupport6
42
+ ADM_coreSqlLight3
43
+ ADM_libswscale
44
+ ADM_libpostproc
45
+ ADM_libavformat
46
-+)
47
-+
48
-+###########################################
49
- # External libs
50
+ )
51
+
52
###########################################
53
- # gettext
54
---- avidemux/qt4/ADM_jobs/src/CMakeLists.txt.orig 2016-08-18 21:32:45.845446279 +0200
55
-+++ avidemux/qt4/ADM_jobs/src/CMakeLists.txt 2016-08-18 21:32:45.825446639 +0200
56
-@@ -67,6 +67,16 @@
57
+--- avidemux/qt4/ADM_jobs/src/CMakeLists.txt.orig 2019-03-16 11:52:18.201947710 +0100
58
++++ avidemux/qt4/ADM_jobs/src/CMakeLists.txt 2019-03-16 11:52:18.173948283 +0100
59
+@@ -86,6 +86,10 @@
60
TARGET_LINK_LIBRARIES(avidemux3_jobs_${QT_EXTENSION} ADM_coreJobs)
61
TARGET_LINK_LIBRARIES(avidemux3_jobs_${QT_EXTENSION} ADM_coreUtils6)
62
TARGET_LINK_LIBRARIES(avidemux3_jobs_${QT_EXTENSION} ADM_core6)
63
-+###########################################
64
-+# Missing libs
65
-+###########################################
66
-+TARGET_LINK_LIBRARIES(avidemux3_jobs_${QT_EXTENSION}
67
-+ ADM_coreSqlLight3
68
-+ ADM_coreUI6
69
-+ ADM_libavcodec
70
-+ ADM_libavutil
71
-+)
72
-+
73
++TARGET_LINK_LIBRARIES(avidemux3_jobs_${QT_EXTENSION} ADM_coreSqlLight3)
74
++TARGET_LINK_LIBRARIES(avidemux3_jobs_${QT_EXTENSION} ADM_coreUI6)
75
++TARGET_LINK_LIBRARIES(avidemux3_jobs_${QT_EXTENSION} ADM_libavcodec)
76
++TARGET_LINK_LIBRARIES(avidemux3_jobs_${QT_EXTENSION} ADM_libavutil)
77
#
78
target_link_libraries(avidemux3_jobs_${QT_EXTENSION} "-lm -lstdc++")
79
#
80
avidemux-package_version.patch
Changed
89
1
2
-diff -uNr avidemux_2.7.0/avidemux/qt4/ADM_userInterfaces/ADM_gui/Q_gui2_menu.cpp avidemux_2.7.0.new/avidemux/qt4/ADM_userInterfaces/ADM_gui/Q_gui2_menu.cpp
3
---- avidemux_2.7.0/avidemux/qt4/ADM_userInterfaces/ADM_gui/Q_gui2_menu.cpp 2017-08-14 19:48:01.481407444 +0200
4
-+++ avidemux_2.7.0.new/avidemux/qt4/ADM_userInterfaces/ADM_gui/Q_gui2_menu.cpp 2017-08-14 20:01:48.190879204 +0200
5
+diff -uNr avidemux_2.7.2/avidemux/qt4/ADM_userInterfaces/ADM_gui/Q_gui2_menu.cpp avidemux_2.7.2.new/avidemux/qt4/ADM_userInterfaces/ADM_gui/Q_gui2_menu.cpp
6
+--- avidemux_2.7.2/avidemux/qt4/ADM_userInterfaces/ADM_gui/Q_gui2_menu.cpp 2019-03-16 11:52:17.881954253 +0100
7
++++ avidemux_2.7.2.new/avidemux/qt4/ADM_userInterfaces/ADM_gui/Q_gui2_menu.cpp 2019-03-16 11:56:10.833191154 +0100
8
@@ -143,7 +143,7 @@
9
QString referenceFile = QCoreApplication::applicationDirPath() + "/help/" + ((FileAction*)sender())->filePath();
10
#else
11
12
#endif
13
14
QDesktopServices::openUrl(QUrl("file:///" + referenceFile, QUrl::TolerantMode));
15
-diff -uNr avidemux_2.7.0/avidemux_core/ADM_core/src/ADM_folder_linux.cpp avidemux_2.7.0.new/avidemux_core/ADM_core/src/ADM_folder_linux.cpp
16
---- avidemux_2.7.0/avidemux_core/ADM_core/src/ADM_folder_linux.cpp 2017-08-14 19:48:01.433408213 +0200
17
-+++ avidemux_2.7.0.new/avidemux_core/ADM_core/src/ADM_folder_linux.cpp 2017-08-14 20:01:48.022882248 +0200
18
+diff -uNr avidemux_2.7.2/avidemux_core/ADM_core/src/ADM_folder_linux.cpp avidemux_2.7.2.new/avidemux_core/ADM_core/src/ADM_folder_linux.cpp
19
+--- avidemux_2.7.2/avidemux_core/ADM_core/src/ADM_folder_linux.cpp 2019-03-16 11:52:17.853954826 +0100
20
++++ avidemux_2.7.2.new/avidemux_core/ADM_core/src/ADM_folder_linux.cpp 2019-03-16 11:56:07.877251594 +0100
21
@@ -103,14 +103,14 @@
22
if(isPortable)
23
{
24
25
26
strcat(ADM_basedir, ADM_DIR_NAME);
27
strcat(ADM_basedir, ADM_SEPARATOR);
28
-diff -uNr avidemux_2.7.0/avidemux_core/ADM_core/src/ADM_folder_mac.cpp avidemux_2.7.0.new/avidemux_core/ADM_core/src/ADM_folder_mac.cpp
29
---- avidemux_2.7.0/avidemux_core/ADM_core/src/ADM_folder_mac.cpp 2017-08-14 19:48:01.433408213 +0200
30
-+++ avidemux_2.7.0.new/avidemux_core/ADM_core/src/ADM_folder_mac.cpp 2017-08-14 20:01:48.022882248 +0200
31
+diff -uNr avidemux_2.7.2/avidemux_core/ADM_core/src/ADM_folder_mac.cpp avidemux_2.7.2.new/avidemux_core/ADM_core/src/ADM_folder_mac.cpp
32
+--- avidemux_2.7.2/avidemux_core/ADM_core/src/ADM_folder_mac.cpp 2019-03-16 11:52:17.853954826 +0100
33
++++ avidemux_2.7.2.new/avidemux_core/ADM_core/src/ADM_folder_mac.cpp 2019-03-16 11:56:07.877251594 +0100
34
@@ -124,7 +124,7 @@
35
strcpy(ADM_basedir, homeEnv);
36
AddSeparator(ADM_basedir);
37
38
#endif
39
std::string r=std::string(ppath);
40
delete [] ppath;
41
-diff -uNr avidemux_2.7.0/avidemux_plugins/ADM_scriptEngines/tinyPy/src/PythonEngine.cpp avidemux_2.7.0.new/avidemux_plugins/ADM_scriptEngines/tinyPy/src/PythonEngine.cpp
42
---- avidemux_2.7.0/avidemux_plugins/ADM_scriptEngines/tinyPy/src/PythonEngine.cpp 2017-08-14 19:48:01.357409430 +0200
43
-+++ avidemux_2.7.0.new/avidemux_plugins/ADM_scriptEngines/tinyPy/src/PythonEngine.cpp 2017-08-14 20:01:47.582890218 +0200
44
+diff -uNr avidemux_2.7.2/avidemux_plugins/ADM_scriptEngines/tinyPy/src/PythonEngine.cpp avidemux_2.7.2.new/avidemux_plugins/ADM_scriptEngines/tinyPy/src/PythonEngine.cpp
45
+--- avidemux_2.7.2/avidemux_plugins/ADM_scriptEngines/tinyPy/src/PythonEngine.cpp 2019-03-16 11:52:17.737957198 +0100
46
++++ avidemux_2.7.2.new/avidemux_plugins/ADM_scriptEngines/tinyPy/src/PythonEngine.cpp 2019-03-16 11:56:04.405322583 +0100
47
@@ -265,7 +265,7 @@
48
this->callEventHandlers(IScriptEngine::Information, NULL, -1,
49
(string("Executing ") + string(name) + string("...")).c_str());
50
51
52
this->callEventHandlers(IScriptEngine::Information, NULL, -1, "Done");
53
54
-diff -uNr avidemux_2.7.0/cmake/se_plugin.cmake avidemux_2.7.0.new/cmake/se_plugin.cmake
55
---- avidemux_2.7.0/cmake/se_plugin.cmake 2017-08-14 19:47:33.749847944 +0200
56
-+++ avidemux_2.7.0.new/cmake/se_plugin.cmake 2017-08-14 20:01:14.587487760 +0200
57
-@@ -15,7 +15,7 @@
58
+diff -uNr avidemux_2.7.2/cmake/se_plugin.cmake avidemux_2.7.2.new/cmake/se_plugin.cmake
59
+--- avidemux_2.7.2/cmake/se_plugin.cmake 2019-03-16 11:52:17.401964068 +0100
60
++++ avidemux_2.7.2.new/cmake/se_plugin.cmake 2019-03-16 11:56:12.493157213 +0100
61
+@@ -16,7 +16,7 @@
62
if (WIN32)
63
set(helpDir "${CMAKE_INSTALL_PREFIX}/help/${_engineName}")
64
else (WIN32)
65
66
endif (WIN32)
67
68
install(DIRECTORY "${_sourceDirectory}" DESTINATION "${helpDir}" COMPONENT plugins)
69
-diff -uNr avidemux_2.7.0/cmake/sql/update.sh avidemux_2.7.0.new/cmake/sql/update.sh
70
---- avidemux_2.7.0/cmake/sql/update.sh 2017-08-14 19:48:19.685114476 +0200
71
-+++ avidemux_2.7.0.new/cmake/sql/update.sh 2017-08-14 20:02:01.410639682 +0200
72
+diff -uNr avidemux_2.7.2/cmake/sql/update.sh avidemux_2.7.2.new/cmake/sql/update.sh
73
+--- avidemux_2.7.2/cmake/sql/update.sh 2019-03-16 11:52:17.921953435 +0100
74
++++ avidemux_2.7.2.new/cmake/sql/update.sh 2019-03-16 11:56:12.229162611 +0100
75
@@ -1,3 +1,3 @@
76
-sqlite3 ~/.avidemux6/jobs.sql .d > dump
77
+sqlite3 ~/.avidemux3/jobs.sql .d > dump
78
#sql2class -sqlite -global -license -wrapped -lib $PWD dump
79
sql2class -sqlite -build -global -prefix $PWD -lib sqlJobs -namespace db -overwrite dump
80
-diff -uNr avidemux_2.7.0/cmake/Ts.cmake avidemux_2.7.0.new/cmake/Ts.cmake
81
---- avidemux_2.7.0/cmake/Ts.cmake 2017-08-14 19:47:33.737848134 +0200
82
-+++ avidemux_2.7.0.new/cmake/Ts.cmake 2017-08-14 20:01:14.567488123 +0200
83
+diff -uNr avidemux_2.7.2/cmake/Ts.cmake avidemux_2.7.2.new/cmake/Ts.cmake
84
+--- avidemux_2.7.2/cmake/Ts.cmake 2019-03-16 11:52:17.393964231 +0100
85
++++ avidemux_2.7.2.new/cmake/Ts.cmake 2019-03-16 11:56:12.265161875 +0100
86
@@ -28,7 +28,7 @@
87
IF(WIN32)
88
SET(i18dir "${CMAKE_INSTALL_PREFIX}/${BIN_DIR}/${QT_EXTENSION}/i18n")
89
avidemux-x265_plugins.patch
Changed
17
1
2
---- avidemux_plugins/ADM_videoEncoder/x265/CMakeLists.txt.orig 2016-08-18 21:32:39.473560859 +0200
3
-+++ avidemux_plugins/ADM_videoEncoder/x265/CMakeLists.txt 2016-08-18 21:32:39.449561290 +0200
4
-@@ -27,15 +27,16 @@
5
+--- avidemux_plugins/ADM_videoEncoder/x265/CMakeLists.txt.orig 2019-03-16 11:52:18.201947710 +0100
6
++++ avidemux_plugins/ADM_videoEncoder/x265/CMakeLists.txt 2019-03-16 11:52:17.953952781 +0100
7
+@@ -31,15 +31,16 @@
8
INSTALL_VIDEO_ENCODER_QT4(ADM_ve_x265_${QT_LIBRARY_EXTENSION})
9
endif(DO_QT4)
10
#-----------------------/QT4 VERSION---------------------
11
- #-----------------------GTK or CLI VERSION---------------------
12
-+ #-----------------------CLI VERSION----------------------
13
++ #-----------------------CLI VERSION---------------------
14
if(DO_COMMON)
15
- ADD_VIDEO_ENCODER(ADM_ve_x265_other ADM_x265_noui.cpp ${x265_SRCS})
16
- ADD_TARGET_CFLAGS(ADM_ve_x265_other "-DADM_UI_TYPE_BUILD=1") # CLI!
17
config.mak.diff
Deleted
13
1
2
---- config.mak.orig 2016-08-19 12:00:00.000000000 +0200
3
-+++ config.mak 2016-08-19 12:16:19.000000000 +0200
4
-@@ -108,7 +108,7 @@
5
- EXEOBJS=
6
- INSTALL=install
7
- LIBTARGET=
8
--SLIBNAME=$(SLIBPREF)$(FULLNAME)$(SLIBSUF)
9
-+SLIBNAME=$(SLIBPREF)ADM6$(FULLNAME)$(SLIBSUF)
10
- SLIBNAME_WITH_VERSION=$(SLIBNAME).$(LIBVERSION)
11
- SLIBNAME_WITH_MAJOR=$(SLIBNAME).$(LIBMAJOR)
12
- SLIB_CREATE_DEF_CMD=
13
avidemux3.desktop
Deleted
14
1
2
-[Desktop Entry]
3
-Name=Avidemux3
4
-GenericName=Avidemux3
5
-Comment=Video Editor
6
-Exec=avidemux3_qt5
7
-MimeType=video/mpeg;video/quicktime;video/x-msvideo;video/x-anim;audio/x-mp3;audio/x-mp2;
8
-Icon=avidemux3
9
-Terminal=false
10
-Type=Application
11
-Categories=AudioVideo;AudioVideoEditing;
12
-X-KDE-StartupNotify=true
13
-X-SuSE-translate=true
14
avidemux_2.7.1.tar.gz -> avidemux_2.7.2.tar.gz
Changed