summaryrefslogtreecommitdiff
path: root/multimedia/kdenlive/Makefile
diff options
context:
space:
mode:
authorabs <abs>2016-04-09 14:43:15 +0000
committerabs <abs>2016-04-09 14:43:15 +0000
commit9a7de6ad0071a259bf1c33969b7539a99ce13941 (patch)
tree2d4fbdf7b5cf7a850032213e35ab23ad53a51be4 /multimedia/kdenlive/Makefile
parentbb847b875da54e6bde5006391eff7c210912c2a4 (diff)
downloadpkgsrc-9a7de6ad0071a259bf1c33969b7539a99ce13941.tar.gz
Updated multimedia/kdenlive to 0.9.10
0.9.10 Changes: * handle VBR encoding profiles, and use it! * video stabilizer: added new "vid.stab", removed older ones * environment variable MLT_PREFIX overrides profiles & melt path * several fixes for high dpi screens * change proxy profile, obsolete with libav * add SVG to image formats for slideshows * restore project render bitrate (#3326) * show proxy name in clipproperties * add link to MLT doc in render edit dialog (#3355) Bug fix: * update maximum track height (#3241) * resize render path box (#3300) * change transition settings layout (#3336) * heat colormap in spectrogram (#3142) * fix clip monitor switch on proxy creation end (#3308) * fix clip jobs (stabilize) operating on proxies (#3337) * fix timeline corruption by clip resize end + zoom change * fix title clip duration not taken into account (#3309) * fix timeline thumbs flicker when fully zoomed (#3247) * fix thumbnailer aspect ratio * fix fades for split audio (#3323) * fix transcoding (#3334) * fix 'Clip in Timeline' when project monitor is inactive (#3261) * fix audio analysis (use dynamic memory instead of stack) * fix render end notification * fix render timecode overlay (#3260) * set tooltip for monitor pause button (#3256) * fix slideshow clips adding 1 frame (#3289) * fix archive project icon (#3325) * fix compilation on armhf (#3345) * don't allow creating keyframes for "fixed" filters (#2956) * re-enable compilation on KDE < 4.5 (squeeze) (#3319) * re-enable Clip menu (fix bug #3347) * fix screen recording failure (#3358) * fix crash detected with undo/redo (bug #3240) * fix crash cutting group on a clip edge (#3312, #3350) * fix crash on image sequence (#3331) * fix crash in tracks config editor (#3367) * fix crash on audiofiles * fix crash on opening project file with images * fix warnings from static analyzers (cppcheck, krazy) * sort source files, easier to understand (for new developpers) 0.9.8 Changes: * Clean encoding profiles using MLT presets & profiles * Fades ui: video instead of audio on AV clips * Support a custom suffix for FFmpeg binaries (mostly for packagers) * Make audio align work asynchronously * Remove the MLT processing threads option that never really worked * Copy proxies with 'move project' * Add support for JogShuttle on newer systems, make shuttle device selection more straightforward, add ProV2 keys Bug fix: * Code cleanup (use const ref, fix includes, mem leaks, optimize...) * Fix warnings from gcc, cppcheck, clang, scan-build: fixes many crashs & leaks * 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)
Diffstat (limited to 'multimedia/kdenlive/Makefile')
-rw-r--r--multimedia/kdenlive/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/multimedia/kdenlive/Makefile b/multimedia/kdenlive/Makefile
index 3ed7910c744..9b9d19711fe 100644
--- a/multimedia/kdenlive/Makefile
+++ b/multimedia/kdenlive/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.37 2016/03/29 10:26:41 markd Exp $
+# $NetBSD: Makefile,v 1.38 2016/04/09 14:43:15 abs Exp $
-DISTNAME= kdenlive-0.9.6
-PKGREVISION= 10
+DISTNAME= kdenlive-0.9.10
CATEGORIES= multimedia
-MASTER_SITES= http://download.kde.org/stable/kdenlive/0.9.6/src/
+MASTER_SITES= ${MASTER_SITE_KDE:=kdenlive/0.9.10/src/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= abs@NetBSD.org