Hi Adam, we have talked two weeks earlier again about kdenlive and we decided that I should ping you again, if the package has been aged. So *ping*, 11/10 days old. :)
Am 31.08.2010 21:07, schrieb Patrick Matthäi: > Am 31.08.2010 14:15, schrieb Adam D. Barratt: >> On Mon, August 30, 2010 21:40, Patrick Matthäi wrote: >>> I have talked again with some kdenlive upstreams about the current >>> situation. >>> They are currently in a feature freeze and they plan to release in the >>> mid of september. But, as ago, the current changeset is quite big to the >>> version in squeeze: >>> 172 files changed, 22489 insertions(+), 8212 deletions(-) >>> >>> This diffstat includes also translation updates. >> >> What does the diffstat look like if you remove the translation changes? >> (possibly also other documentation changes) > > You will see it at the end of my email. > Please also note, that there is a big new feature, which has been > removed for 0.7.8, which is currently included in the debian version. > The summary is: > 153 files changed, 10516 insertions(+), 1888 deletions(-) > >> >>> 3) Switching back to 0.7.7.1 >>> As upstream said "it has bugs, but less than the current squeeze >>> snapshot". I have to add a period to the version and backporting some >>> changes, as: >>> - Fixes incorrect recordmydesktop command line options. >>> Closes: #584523 >>> * New upstream svn snapshot. >>> - Fixes FTBFS on armel. >> >> Do you have an approximate idea of the number / scale of changes which >> would be involved in the backport? (i.e. on top of the upstream 0.7.7.1 >> release) > > The patches I had wrote, they would be minimal. > But the bugs reported against upstream 0.7.7.1 and which are fixed in > the upcoming 0.7.8 release are huge. This does not mean, that 0.7.7.1 is > unuseable, but (for me) I think this could be the first Debian release, > where our users do not need debian-multimedia.org. > > I will just list a few bug ids from upstream, where I think, that they > should enter Squeeze: > > First, a reported Debian translation bug will be fixed: > http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=592755 > > Upstream: > http://www.kdenlive.org/mantis/view.php?id=1207 > http://www.kdenlive.org/mantis/view.php?id=1528 > http://www.kdenlive.org/mantis/view.php?id=1033 > http://www.kdenlive.org/mantis/view.php?id=1474 > http://www.kdenlive.org/mantis/view.php?id=1197 > http://www.kdenlive.org/mantis/view.php?id=1547 > http://www.kdenlive.org/mantis/view.php?id=1511 > http://www.kdenlive.org/mantis/view.php?id=1539 > http://www.kdenlive.org/mantis/view.php?id=1539 > http://www.kdenlive.org/mantis/view.php?id=1599 > http://www.kdenlive.org/mantis/view.php?id=1595 > http://www.kdenlive.org/mantis/view.php?id=1482 > http://www.kdenlive.org/mantis/view.php?id=1542 > http://www.kdenlive.org/mantis/view.php?id=1573 > http://www.kdenlive.org/mantis/view.php?id=1316 > http://www.kdenlive.org/mantis/view.php?id=1613 > http://www.kdenlive.org/mantis/view.php?id=1633 > http://www.kdenlive.org/mantis/view.php?id=1693 > http://www.kdenlive.org/mantis/view.php?id=1706 > http://www.kdenlive.org/mantis/view.php?id=1676 > http://www.kdenlive.org/mantis/view.php?id=1734 > http://www.kdenlive.org/mantis/view.php?id=1742 > http://www.kdenlive.org/mantis/view.php?id=1731 > http://www.kdenlive.org/mantis/view.php?id=1670 > > > > CMakeLists.txt | 1 > data/blacklisted_effects.txt | 9 > data/kdenliveeffectscategory.rc | 5 > effects/CMakeLists.txt | 37 - > effects/README | 3 > effects/audiobalance.xml | 9 > effects/audiopan.xml | 13 > effects/channelcopy.xml | 8 > effects/crop.xml | 3 > effects/frei0r_alpha0ps.xml | 33 + > effects/frei0r_alphagrad.xml | 33 + > effects/frei0r_alphaspot.xml | 50 + > effects/frei0r_coloradj_rgb.xml | 37 + > effects/frei0r_curves.xml | 2 > effects/frei0r_levels.xml | 2 > effects/frei0r_pr0be.xml | 40 + > effects/frei0r_pr0file.xml | 93 +++ > effects/frei0r_saturat0r.xml | 2 > effects/frei0r_select0r.xml | 47 + > effects/frei0r_sopsat.xml | 49 + > effects/swapchannels.xml | 6 > kdenlive-mindmap.svg | 38 + > src/CMakeLists.txt | 40 + > src/abstractgroupitem.cpp | 87 +++ > src/abstractgroupitem.h | 16 > src/abstractscopewidget.cpp | 403 ++++++++++++++ > src/abstractscopewidget.h | 241 ++++++++ > src/choosecolorwidget.cpp | 61 ++ > src/choosecolorwidget.h | 60 ++ > src/clipitem.cpp | 69 -- > src/clipitem.h | 3 > src/clipmanager.cpp | 31 + > src/clipmanager.h | 3 > src/clipproperties.cpp | 71 ++ > src/cliptranscode.cpp | 4 > src/colorcorrection/histogramgenerator.cpp | 171 ++++++ > src/colorcorrection/histogramgenerator.h | 43 + > src/colorcorrection/rgbparadegenerator.cpp | 202 +++++++ > src/colorcorrection/rgbparadegenerator.h | 33 + > src/colorcorrection/vectorscopegenerator.cpp | 201 +++++++ > src/colorcorrection/vectorscopegenerator.h | 40 + > src/colorcorrection/waveformgenerator.cpp | 120 ++++ > src/colorcorrection/waveformgenerator.h | 36 + > src/colorpickerwidget.cpp | 257 +++++++++ > src/colorpickerwidget.h | 88 +++ > src/colorplaneexport.cpp | 227 ++++++++ > src/colorplaneexport.h | 49 + > src/colortools.cpp | 244 ++++++++ > src/colortools.h | 70 ++ > src/configtrackscommand.cpp | 1 > src/configtrackscommand.h | 1 > src/customtrackview.cpp | 745 > +++++++++++++++++++++------ > src/customtrackview.h | 69 ++ > src/definitions.h | 2 > src/docclipbase.cpp | 48 + > src/doubleparameterwidget.cpp | 96 +++ > src/doubleparameterwidget.h | 74 ++ > src/dvdwizardchapters.cpp | 4 > src/effectslistwidget.cpp | 80 +- > src/effectslistwidget.h | 2 > src/effectstackedit.cpp | 177 +++--- > src/effectstackedit.h | 32 - > src/effectstackview.cpp | 125 +++- > src/effectstackview.h | 33 - > src/folderprojectitem.cpp | 7 > src/folderprojectitem.h | 1 > src/geometryval.cpp | 25 > src/geometryval.h | 4 > src/geometrywidget.cpp | 526 +++++++++++++++++++ > src/geometrywidget.h | 150 +++++ > src/headertrack.cpp | 27 > src/headertrack.h | 5 > src/histogram.cpp | 114 ++++ > src/histogram.h | 46 + > src/initeffects.cpp | 2 > src/kdenlive.desktop | 1 > src/kdenlivedoc.cpp | 399 +++++++++----- > src/kdenlivedoc.h | 10 > src/kdenlivesettings.kcfg | 58 +- > src/kdenlivesettingsdialog.cpp | 56 +- > src/kdenlivesettingsdialog.h | 7 > src/kdenlivetranscodingrc | 8 > src/kdenliveui.rc | 2 > src/keyframeedit.cpp | 51 + > src/keyframeedit.h | 2 > src/kis_curve_widget.cpp | 10 > src/kis_curve_widget.h | 2 > src/kthumb.cpp | 13 > src/mainwindow.cpp | 306 +++++++---- > src/mainwindow.h | 20 > src/markerdialog.cpp | 4 > src/monitor.cpp | 78 ++ > src/monitor.h | 11 > src/monitormanager.cpp | 2 > src/monitormanager.h | 1 > src/monitorscene.cpp | 362 +++++++++++++ > src/monitorscene.h | 79 ++ > src/positionedit.cpp | 2 > src/profilesdialog.cpp | 21 > src/projectitem.cpp | 8 > src/projectlist.cpp | 70 ++ > src/projectlist.h | 1 > src/projectlistview.cpp | 65 +- > src/projectlistview.h | 9 > src/projectsettings.cpp | 10 > src/razorgroupcommand.cpp | 48 + > src/razorgroupcommand.h | 48 + > src/rebuildgroupcommand.cpp | 43 + > src/rebuildgroupcommand.h | 42 + > src/renderer.cpp | 413 ++++++++++++-- > src/renderer.h | 12 > src/renderwidget.cpp | 114 +++- > src/renderwidget.h | 60 +- > src/rgbparade.cpp | 104 +++ > src/rgbparade.h | 51 + > src/slideshowclip.cpp | 149 +++++ > src/slideshowclip.h | 10 > src/subprojectitem.cpp | 2 > src/timecode.cpp | 178 ++++-- > src/timecode.h | 20 > src/timecodedisplay.cpp | 39 - > src/timecodedisplay.h | 13 > src/trackview.cpp | 405 +++++++------- > src/trackview.h | 12 > src/transition.cpp | 2 > src/transitionsettings.cpp | 20 > src/transitionsettings.h | 8 > src/vectorscope.cpp | 420 +++++++++++++++ > src/vectorscope.h | 100 +++ > src/waveform.cpp | 106 +++ > src/waveform.h | 54 + > src/widgets/clipproperties_ui.ui | 34 - > src/widgets/colorplaneexport_ui.ui | 209 +++++++ > src/widgets/colorval_ui.ui | 38 - > src/widgets/configcapture_ui.ui | 30 - > src/widgets/configdisplay_ui.ui | 125 ---- > src/widgets/configmisc_ui.ui | 159 ----- > src/widgets/configproject_ui.ui | 165 +++++ > src/widgets/configsdl_ui.ui | 149 +++-- > src/widgets/configtimeline_ui.ui | 132 ++++ > src/widgets/constval_ui.ui | 84 --- > src/widgets/effectstack_ui.ui | 14 > src/widgets/geometrywidget_ui.ui | 567 ++++++++++++++++++++ > src/widgets/histogram_ui.ui | 69 ++ > src/widgets/keyframeeditor_ui.ui | 34 + > src/widgets/profiledialog_ui.ui | 263 +++++---- > src/widgets/projectsettings_ui.ui | 26 > src/widgets/renderwidget_ui.ui | 7 > src/widgets/rgbparade_ui.ui | 54 + > src/widgets/slideshowclip_ui.ui | 146 ++++- > src/widgets/vectorscope_ui.ui | 116 ++++ > src/widgets/waveform_ui.ui | 54 + > thumbnailer/westleypreview.desktop | 2 > 153 files changed, 10516 insertions(+), 1888 deletions(-) > > > -- /* Mit freundlichem Gruß / With kind regards, Patrick Matthäi GNU/Linux Debian Developer E-Mail: pmatth...@debian.org patr...@linux-dev.org Comment: Always if we think we are right, we were maybe wrong. */
signature.asc
Description: OpenPGP digital signature