Package Release Info

kdenlive-17.12.3-bp150.2.4

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

kdenlive
kdenlive-lang

Change Logs

* Thu Mar 08 2018 lbeltrame@kde.org
- Update to 17.12.3
  * New bugfix release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-17.12.3.php
- Changes since 17.12.2:
  * Use KAboutData::setDesktopFileName instead of QGuiApplication version.
* Wed Feb 07 2018 lbeltrame@kde.org
- Update to 17.12.2
  * New bugfix release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-17.12.2.php
- Changes since 17.12.1:
  * Fix compatibility with MLT >= 6.6.0
  * Fix build with Qt 5.6
  * Fix backwards seeking not stoping when reaching clip start
  * Add release version number to AppData
  * Don't query available widget styles on each startup
  * Fix webM encoding (auto replace vorbis by libvorbis if installed) BUG: 388503 (kde#388503)
- Dropped patches, now upstream:
  * fix-build-with-Qt5.6.patch
* Wed Jan 17 2018 wbauer@tmo.at
- Escape the usage of %{NAME} when calling out to rpm.
  RPM 4.14 has %{NAME} defined as 'the main package's name'.
* Thu Jan 11 2018 lbeltrame@kde.org
- Update to 17.12.1
  * New bugfix release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-17.12.1.php
- Changes since 17.12.0:
  * Fix translation install
* Wed Jan 03 2018 wbauer@tmo.at
- Add fix-build-with-Qt5.6.patch to make it compile on standard
  Leap 42.3
* Sat Dec 09 2017 lbeltrame@kde.org
- Update to 17.12.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-17.12.0.php
- Changes since 17.11.90:
  * remove useless audio bitrate on pcm proxy encoding
  * Update proxy profiles
  * Make sure playlist proxies have an even height
  * Fix crash on playlists concurrent jobs using library clips CCBUG: 386616
  * Timeline preview fixes: Don't invalidate on expand/collapse effect, invalidate on master clip edit
  * Don't restart clip if trying to play backwards from clip monitor end
  * Use smaller size for image proxies BUG: 353577 (kde#353577)
  * Fix playing backwards forwards one second BUG: 375634 (kde#375634)
* Sat Dec 02 2017 lbeltrame@kde.org
- Update to 17.11.90
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-17.12-rc.php
- Changes since 17.11.80:
  * None
* Mon Nov 20 2017 lbeltrame@kde.org
- Update to 17.11.80
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-17.12-beta.php
- Changes since 17.08.3:
  * Fix extension in transcode file dialog
  * Sort clip zones by position instead of name
  * Set a proper desktop file name to fix an icon under Wayland.
  * FreeBSD does not have sys/asm.h -- for what is this include needed on linux?
  * doc: fix option (qwindowtitle instead of caption)
  * Fix terminology: mimetype(s) -> MIME type(s)
  * Fix UI string: Control Center -> System Settings
  * Const'ify code
  * fix import image sequence
* Thu Nov 09 2017 lbeltrame@kde.org
- Update to 17.08.3
  * New bugfix release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-17.08.3.php
- Changes since 17.08.2:
  * Set a proper desktop file name to fix an icon under Wayland.
  * Sort clip zones by position instead of name
  * Fix melt.exe finding on windows
  * Revert "Windows: terminate KDE session on window close"
  * Make KCrash optional
* Mon Oct 16 2017 lbeltrame@kde.org
- Update to 17.08.2
  * New bugfix release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-17.08.2.php
- Changes since 17.08.1:
  * Fix autosave : workaround KAutoSaveFile bug with non ascii chars
  * Get ready for transform centered rotation
  * Fix keyframes unseekable on bin effects
  * Fix lift to handle negative values (requires latest MLT version)
  * Prefer SDL2 to SDL1 (dropped by FFmpeg and so MLT)
* Thu Sep 07 2017 lbeltrame@kde.org
- Update to 17.08.1
  * New bugfix release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-17.08.1.php
- Changes since 17.08.0:
  * Remember last selected title template CCBUG: 384340
  * Fix proxy error (height not multiple of 2) BUG: 384345 (kde#384345)
  * Fix extract frame from bin exporting lower than source image
  * Fix visibility check of tracks in multitrack-view Differential Revision: https://phabricator.kde.org/D7670
  * Allow disabling autosave until we improve it BUG: 384197 (kde#384197)
  * Windows: find Kdenlive lumas (kde#375337)
  * Windows: terminate KDE session on window close (kde#380854)
  * Windows: always use bundled MLT (kde#380036)
  * Remove project profiles sharing (knsrc) (kde#383238)
  * Gardening: fix GCC warnings (8)
* Fri Aug 11 2017 christophe@krop.fr
- Update to KDE Applications 17.08.0
  * New feature release
  * https://www.kde.org/announcements/announce-applications-17.08.0.php
- Changes since 17.04.3 :
- Too many changes to list here
* Sat Aug 05 2017 christophe@krop.fr
- Update to KDE Applications 17.07.90
  * KDE Applications 17.07.90
  * https://www.kde.org/announcements/announce-applications-17.07.90.php
* Sat Jul 15 2017 lbeltrame@kde.org
- Update to 17.04.3
  * New bugfix release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-17.04.3.php
- Changes since 17.04.2:
  * Fix crash on importing multistream clip BUG: 381584 (kde#381584)
  * Fix crash when creating proxies - real issue not yet fixed CCBUG: 381738
  * fix compile (gcc7) (kde#379688)
  * show info on MLT found by CMake
  * non-portable flag, let build system handle it
  * Windows icons are delivered in icontheme.rcc
  * Fix compilation
  * Fix custom profile not found on creation
  * Fix loop zone BUG: 378813 BUG: 381146 (kde#378813, kde#381146)
- Remove patches, now upstream:
  * gcc7-fixes.patch
Version: 17.04.2-2.1
* Wed Jun 07 2017 lbeltrame@kde.org
- Update to 17.04.2
  * New bugfix release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-17.04.2.php
- Changes since 17.04.1:
  * Forgot this file in previous commit :(
  * Fix crash changing title font for 2nd time (kde#379606)
  * more Windows rendering fixes
  * Fix init of geometryWidget
* Mon May 29 2017 wbauer@tmo.at
- Add gcc7-fixes.patch to fix build with gcc7 (boo#1041232)
* Tue May 23 2017 wbauer@tmo.at
- Only use the %kf5_find_htmldocs macro on Leap 42.3 and higher,
  this should fix the build for 42.2 on Packman
* Wed May 17 2017 lbeltrame@kde.org
- Update to 17.04.1
  * New bugfix release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-17.04.1.php
- Changes since 17.04.0:
  * Fix title clip duration cannot be changed BUG: 379582 (kde#379582)
  * Allow passing pre-parameters using "-i" to specify where the input file name should go in ffmpeg parameters Should work in proxy and transcoding, for example: -vaapi_device /dev/dri/renderD128 -hwaccel vaapi -hwaccel_output_format vaapi -i -an -c:v dnxhd Will insert source file name after "-i". CCBUG: 378832
  * Fixed off-by-one errors in fft-based cross-correlation computations Patch by raphaelm Differential Revision: https://phabricator.kde.org/D5454
  * Don't show color theme configuration option unavailable on Windows (kde#375723)
  * Fix temp path on Windows (kde#375717)
  * Fix MLT doc link (kde#375316)
  * Fix script export & QScript header left
* Sun Apr 16 2017 lbeltrame@kde.org
- Update to 17.04.0
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-17.04.0.php
- Changes since 17.03.90:
  * Don't show color theme configuration option unavailable on Windows
  * Fix temp path on Windows
  * Fix MLT doc link
  * Fix script export & QScript header left
  * Fix glitch on pause and does not play last second of project BUG: 371762 (kde#371762)
  * remove QScript dependency
  * Fix render scripts on Windows: generate .bat files
* Wed Apr 12 2017 lbeltrame@kde.org
- Update to 17.03.90
  * New bugfix release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-17.04-rc.php
- Changes since 17.03.80:
  * Fix possible crash on rendering with "play after render" option
  * Images also use qimage producer
  * fix Windows build with C++ threads
  * Fix some effects incorrectly initialized on tracks BUG: 378071
  * Remove beta message in preparation of release
  * Fix locked ratio scaling
  * Fix archived project wrong path and missing images/slideshows CCBUG: 377999 CCBUG: 378000
  * More clever ratio locking in effect/transition
* Sun Mar 26 2017 lbeltrame@kde.org
- Update to 17.03.80
  * New feature release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-17.03.80.php
- Changes since 16.12.3:
  * Too many changes to list here
* Thu Mar 23 2017 wbauer@tmo.at
- Don't generate the oxygen icon theme cache on (un)installation,
  no oxygen icons are getting installed
- Drop use-mlt_datadir.patch, no longer necessary since a while
* Thu Mar 09 2017 lbeltrame@kde.org
- Update to 16.12.3
  * New bugfix release
  * For more details please see:
  * https://www.kde.org/announcements/announce-applications-16.12.3.php
- Changes since 16.12.2:
  * Fix crash & corruption on dragging multiple clips in timeline, fix thread warning on monitor refresh
  * Avoid possible profile corruption with xml producer CCBUG: 371189
  * Avoid relying on xml to clone a clip.
  * src/dvdwizard/dvdwizardmenu.cpp: do not show "grid" in output (kde#377256)
  * src/dvdwizard/dvdwizard.cpp: fix file loading in slotLoad (kde#377254)
  * Fix Render Widget's file dialog not working correctly (requires KDE Frameworks >= 5.33) BUG: 371685 (kde#371685)
  * Fix render job duration when past midnight BUG: 372370 (kde#372370)
  * Fix Bin Effect reset BUG: 376494 (kde#376494)
  * Fix unnecessary refresh of tools when selecting titler item
  * Fix fadeouts re-appearing on clip cut+resize
* Thu Feb 09 2017 lbeltrame@kde.org
- Update to KDE Applications 16.12.2
  * KDE Applications 16.12.2
  * https://www.kde.org/announcements/announce-applications-16.12.2.php
* Mon Jan 30 2017 guoyunhebrave@gmail.com
- Add frei0r-plugins recommends
* Sat Jan 14 2017 lbeltrame@kde.org
- - Update to KDE Applications 16.12.1
  * KDE Applications 16.12.1
  * https://www.kde.org/announcements/announce-applications-16.12.1.php
* Tue Dec 13 2016 tittiatcoke@gmail.com
- Update to KDE Applications 16.12.0
  * KDE Applications 16.12.0
  * https://www.kde.org/announcements/announce-applications-16.12.0.php
- Drop the full url for the source file. This is causing issues
  when submitting non-released versions and causes false declines
  from factory-auto
* Thu Dec 08 2016 lbeltrame@kde.org
- Fix source URL
* Sat Dec 03 2016 tittiatcoke@gmail.com
- Update to KDE Applications 16.11.90
  * KDE Applications 16.12.0 RC
  * https://www.kde.org/announcements/announce-applications-16.12-rc.php
* Tue Nov 29 2016 tittiatcoke@gmail.com
- Update to KDE Applications 16.11.80
  * KDE Applications 16.12.0 Beta
  * https://www.kde.org/announcements/announce-applications-16.12-beta.php
* Wed Nov 09 2016 lbeltrame@kde.org
- Update to KDE Applications 16.08.3
  * KDE Applications 16.08.3
  * https://www.kde.org/announcements/announce-applications-16.08.3.php
* Tue Oct 11 2016 lbeltrame@kde.org
- KDE Applications 16.08.2
  https://www.kde.org/announcements/announce-applications-16.08.2.php
* Fri Sep 09 2016 tittiatcoke@gmail.com
- Update to KDE Applications 16.08.1
  * KDE Applications 16.08.1
  * https://www.kde.org/announcements/announce-applications-16.08.1.php
* Fri Aug 19 2016 wbauer@tmo.at
- Require libqt5-qtquickcontrols, it doesn't start without it (boo#994649)
- Minimum required mlt version is 6.0.0 now