Version: 21.01.29, Package name: shotcut-21.01.29 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description Shotcut is a free, open source, cross-platform video editor. Major features include support for a wide range of formats; no import required meaning native timeline editing; Blackmagic Design support for input and preview monitoring; and resolution support to 4k. |
Filesize: 3998.655 KB |
Version History (View Complete History) |
|
2021-03-05 01:16:24 by Marc Espie | Files touched by this commit (5) |
Log message: update to newer release "works great okay" tracey@ |
2020-12-11 03:13:14 by Marc Espie | Files touched by this commit (6) |
Log message: update to a way more recent version. highlight: does no longer depend on qtwebkit, it uses richtext directly this fixes issues ian@ had with cwm, apparently okay tracey@ ian@ |
2020-09-08 21:19:10 by Marc Espie | Files touched by this commit (2) |
Log message: minor update, okay tracey@ |
2020-07-30 08:40:07 by Marc Espie | Files touched by this commit (9) |
Log message: update to newer version most of the patches have been upstream there's a new "preview" feature that creates lo-res versions of the video streams you're working on for quick editing. okay tracey@ |
2020-06-01 09:48:28 by Stuart Henderson | Files touched by this commit (1) |
Log message: shotcut: RUN_DEPENDS on multimedia/mlt,-gpl2 to avoid crash when opening files. found by tracey@. |
2020-05-26 13:11:22 by Marc Espie | Files touched by this commit (4) |
Log message: upstream was more thorough than me... other instances of the same bug in other files! bump REV since shotcut is now linked to the tree |
2020-05-26 11:05:42 by Marc Espie | Files touched by this commit (1) |
Log message: as usual, this was a REALLY stupid bug turns out name.toUf8().constData() is a temporary, so storing the pointer for later use is a REALLY bad idea. convert to convenience function qUtf8Printable() while at it |