Overview

Request 1016 (accepted)

- Update to 0.9.8
+ Fades: timeline shortcut now applies to video on clips
containing video and audio;
+ Copy proxies with 'move project';
+ Remove the MLT processing threads option that never really
worked;
+ Clean encoding profiles using MLT presets and profiles;
+ Support a custom suffix for FFmpeg binaries (mostly for
packagers);
+ Make audio align work asynchronously;
+ Add support for JogShuttle on newer systems, make shuttle
device selection more straightforward, add ProV2 keys;
+ Fix warnings from gcc, cppcheck, clang, scan-build: fixes
many crashs & leaks;
+ Code cleanup (use const ref, fix includes, mem leaks,
optimize...);
+ Fix keyframing messed up for some effects;
+ Fix timeline corruption when trying to move clip before 0;
+ Fix crash when closing title widget;
+ Fix thumbnails for image clips in timeline;
+ Fix crash on quick undo/redo (#3240);
+ Fix multithreading (#3186);
+ Fix some problems with transitions keyframes;
+ Fix scopes (#3052).
- Updated kdenlive-0.9.2-mlt_datadir.patch &
kdenlive-0.9.2-no_avformat.patch.
- Switched to download files service.

Submit package home:dap / kdenlive to package Essentials / kdenlive

kdenlive.changes Changed
x
 
1
@@ -1,4 +1,35 @@
2
 -------------------------------------------------------------------
3
+Wed May 21 19:37:22 UTC 2014 - dap.darkness@gmail.com
4
+
5
+- Update to 0.9.8
6
+  + Fades: timeline shortcut now applies to video on clips
7
+    containing video and audio;
8
+  + Copy proxies with 'move project';
9
+  + Remove the MLT processing threads option that never really
10
+    worked;
11
+  + Clean encoding profiles using MLT presets and profiles;
12
+  + Support a custom suffix for FFmpeg binaries (mostly for
13
+    packagers);
14
+  + Make audio align work asynchronously;
15
+  + Add support for JogShuttle on newer systems, make shuttle
16
+    device selection more straightforward, add ProV2 keys;
17
+  + Fix warnings from gcc, cppcheck, clang, scan-build: fixes
18
+    many crashs & leaks;
19
+  + Code cleanup (use const ref, fix includes, mem leaks,
20
+    optimize...);
21
+  + Fix keyframing messed up for some effects;
22
+  + Fix timeline corruption when trying to move clip before 0;
23
+  + Fix crash when closing title widget;
24
+  + Fix thumbnails for image clips in timeline;
25
+  + Fix crash on quick undo/redo (#3240);
26
+  + Fix multithreading (#3186);
27
+  + Fix some problems with transitions keyframes;
28
+  + Fix scopes (#3052).
29
+- Updated kdenlive-0.9.2-mlt_datadir.patch &
30
+  kdenlive-0.9.2-no_avformat.patch.
31
+- Switched to download files service.
32
+
33
+-------------------------------------------------------------------
34
 Sun Sep  8 18:55:27 UTC 2013 - fisiu@opensuse.org
35
 
36
 - Rebuild package to fix PM#86.
37
kdenlive.spec Changed
10
 
1
@@ -21,7 +21,7 @@
2
 %define qt_version 4.5
3
 
4
 Name:           kdenlive
5
-Version:        0.9.6
6
+Version:        0.9.8
7
 Release:        0
8
 Summary:        Non-linear video editor
9
 License:        GPL-3.0+
10
kdenlive-0.9.2-mlt_datadir.patch Changed
41
 
1
@@ -2,7 +2,7 @@
2
 ===================================================================
3
 --- src/CMakeLists.txt.orig
4
 +++ src/CMakeLists.txt
5
-@@ -11,6 +11,24 @@ endif(APPLE)
6
+@@ -11,6 +11,24 @@
7
  macro_optional_find_package(Nepomuk)
8
  macro_optional_find_package(QJSON)
9
  
10
@@ -24,23 +24,25 @@
11
 +  add_definitions(-DMLT_MELTBIN=\\\"\"${MLT_MELTBIN}\"\\\")
12
 +endif(NOT MLT_MELTBIN_failed)
13
 +
14
- option(WITH_V4L "Build capture support with Video4Linux" ON)
15
  option(WITH_JogShuttle "Build Jog/Shuttle support" ON)
16
  
17
+ set(FFMPEG_SUFFIX "" CACHE STRING "FFmpeg custom suffix")
18
+
19
 Index: src/mainwindow.cpp
20
 ===================================================================
21
 --- src/mainwindow.cpp.orig
22
 +++ src/mainwindow.cpp
23
-@@ -2183,10 +2183,10 @@ void MainWindow::parseProfiles(const QSt
24
+@@ -2359,11 +2359,11 @@
25
      }
26
  
27
-     if (KdenliveSettings::mltpath().isEmpty())
28
+     if (KdenliveSettings::mltpath().isEmpty()) {
29
 -        KdenliveSettings::setMltpath(QString(MLT_PREFIX) + QString("/share/mlt/profiles/"));
30
 +        KdenliveSettings::setMltpath(QString(MLT_DATADIR) + QString("/profiles/"));
31
+     }
32
  
33
      if (KdenliveSettings::rendererpath().isEmpty() || KdenliveSettings::rendererpath().endsWith("inigo")) {
34
 -        QString meltPath = QString(MLT_PREFIX) + QString("/bin/melt");
35
 +        QString meltPath = QString(MLT_MELTBIN);
36
-         if (!QFile::exists(meltPath))
37
+         if (!QFile::exists(meltPath)) {
38
              meltPath = KStandardDirs::findExe("melt");
39
-         KdenliveSettings::setRendererpath(meltPath);
40
+         }
41
kdenlive-0.9.2-no_avformat.patch Changed
37
 
1
@@ -1,7 +1,7 @@
2
-Index: src/renderwidget.cpp
3
+Index: src/widgets/renderwidget.cpp
4
 ===================================================================
5
---- src/renderwidget.cpp.orig
6
-+++ src/renderwidget.cpp
7
+--- src/widgets/renderwidget.cpp.orig
8
++++ src/widgets/renderwidget.cpp
9
 @@ -1280,53 +1280,47 @@ void RenderWidget::refreshView()
10
                  }
11
                  
12
@@ -97,14 +97,14 @@
13
 ===================================================================
14
 --- export/profiles.xml.orig
15
 +++ export/profiles.xml
16
-@@ -8,6 +8,10 @@
17
-   <profile name="NTSC 720 30p" standard="NTSC" args="f=mpegts acodec=mp2 ab=384k ar=48000 ac=2 vcodec=mpeg2video s=1280x720 vb=19700k g=15 trellis=1 mlt_profile=hdv_720_30p pass=%passes" />
18
- </group>
19
+@@ -59,6 +59,10 @@
20
+     <profile name="Apple Quicktime" bitrates="400,1000,2000" defaultbitrate="2000"
21
+       extension="mov" args="acodec=aac ab=128k ac=2 ar=48000 vcodec=mpeg4 vb=%bitrate+'k' aspect=%dar pass=%passes" />
22
+   </group>
23
++ 
24
++  <group name="Raw DV" renderer="libdv" type="av" extension="dv">
25
++    <profile name="libdv" />
26
++  </group>
27
  
28
-+<group name="Raw DV" renderer="libdv" type="av" extension="dv">
29
-+  <profile name="libdv" />
30
-+</group>
31
-+
32
- <group name="Raw DV" renderer="avformat" type="av" extension="dv">
33
-   <profile name="DV PAL 4:3" standard="PAL" args="f=dv pix_fmt=yuv420p s=720x576 mlt_profile=dv_pal" />
34
-   <profile name="DV PAL 16:9" standard="PAL" args="f=dv pix_fmt=yuv420p s=720x576 mlt_profile=dv_pal_wide" />
35
+   <group name="Raw DV" renderer="avformat" type="av" extension="dv">
36
+     <profile name="DV PAL 4:3"         standard="PAL"  args="properties=dv_pal/DV             mlt_profile=dv_pal" />
37
_service Added
5
 
1
@@ -0,0 +1,3 @@
2
+<services>
3
+  <service name="download_files"/>
4
+</services>
5
kdenlive-0.9.6.tar.bz2 Deleted
Refresh
Refresh

Olaf Hering

olh wrote almost 11 years ago

Is this really the right place to submit kdenlive? Looks like it should go rather to OBS. kdenlive is broken now.

Request History
Dmitriy A. Perlow's avatar

dap created request almost 11 years ago

- Update to 0.9.8
+ Fades: timeline shortcut now applies to video on clips
containing video and audio;
+ Copy proxies with 'move project';
+ Remove the MLT processing threads option that never really
worked;
+ Clean encoding profiles using MLT presets and profiles;
+ Support a custom suffix for FFmpeg binaries (mostly for
packagers);
+ Make audio align work asynchronously;
+ Add support for JogShuttle on newer systems, make shuttle
device selection more straightforward, add ProV2 keys;
+ Fix warnings from gcc, cppcheck, clang, scan-build: fixes
many crashs & leaks;
+ Code cleanup (use const ref, fix includes, mem leaks,
optimize...);
+ Fix keyframing messed up for some effects;
+ Fix timeline corruption when trying to move clip before 0;
+ Fix crash when closing title widget;
+ Fix thumbnails for image clips in timeline;
+ Fix crash on quick undo/redo (#3240);
+ Fix multithreading (#3186);
+ Fix some problems with transitions keyframes;
+ Fix scopes (#3052).
- Updated kdenlive-0.9.2-mlt_datadir.patch &
kdenlive-0.9.2-no_avformat.patch.
- Switched to download files service.


Stefan Botter's avatar

jsjhb accepted request almost 11 years ago

OK