Merged
Conversation
Implement a way to get an idea of the free memory available on FreeBSD.
Member
|
Thank you |
uqs
pushed a commit
to freebsd/freebsd-ports
that referenced
this pull request
Mar 23, 2021
From ChangeLog: https://shotcut.org/blog/new-release-210321/ * Fixed <tractor> and blank considered missing and blocking export * Added an Ignore button to the missing files error dialog in Export. * Fixed black frames appearing in Slideshow Generator * Fixed being able to use mouse wheel over Timeline and Keyframes zoom sliders * Improved sound quality with small changes in Speed with Pitch Compensation or Pitch audio filter (broke in v20.11). * Fixed the Timeline clip audio waveform incorrect after adding transition by dragging the clip left. * Fixed repairing a project file opened using a network path on Windows. * Fixed writing a raw FLAC file does not set its duration. * Fixed an elided file name in clip Properties can become the clip name. Deleteing patch integrated upstream: mltframework/shotcut#1050 Reported by: portscout git-svn-id: svn+ssh://svn.freebsd.org/ports/head@569012 35697150-7ecd-e111-bb59-0022644237b5
uqs
pushed a commit
to freebsd/freebsd-ports
that referenced
this pull request
Mar 23, 2021
From ChangeLog: https://shotcut.org/blog/new-release-210321/ * Fixed <tractor> and blank considered missing and blocking export * Added an Ignore button to the missing files error dialog in Export. * Fixed black frames appearing in Slideshow Generator * Fixed being able to use mouse wheel over Timeline and Keyframes zoom sliders * Improved sound quality with small changes in Speed with Pitch Compensation or Pitch audio filter (broke in v20.11). * Fixed the Timeline clip audio waveform incorrect after adding transition by dragging the clip left. * Fixed repairing a project file opened using a network path on Windows. * Fixed writing a raw FLAC file does not set its duration. * Fixed an elided file name in clip Properties can become the clip name. Deleteing patch integrated upstream: mltframework/shotcut#1050 Reported by: portscout
Jehops
pushed a commit
to Jehops/freebsd-ports-legacy
that referenced
this pull request
Mar 23, 2021
From ChangeLog: https://shotcut.org/blog/new-release-210321/ * Fixed <tractor> and blank considered missing and blocking export * Added an Ignore button to the missing files error dialog in Export. * Fixed black frames appearing in Slideshow Generator * Fixed being able to use mouse wheel over Timeline and Keyframes zoom sliders * Improved sound quality with small changes in Speed with Pitch Compensation or Pitch audio filter (broke in v20.11). * Fixed the Timeline clip audio waveform incorrect after adding transition by dragging the clip left. * Fixed repairing a project file opened using a network path on Windows. * Fixed writing a raw FLAC file does not set its duration. * Fixed an elided file name in clip Properties can become the clip name. Deleteing patch integrated upstream: mltframework/shotcut#1050 Reported by: portscout git-svn-id: svn+ssh://svn.freebsd.org/ports/head@569012 35697150-7ecd-e111-bb59-0022644237b5
netgate-git-updates
pushed a commit
to pfsense/FreeBSD-ports
that referenced
this pull request
Apr 7, 2021
From ChangeLog: https://shotcut.org/blog/new-release-210321/ * Fixed <tractor> and blank considered missing and blocking export * Added an Ignore button to the missing files error dialog in Export. * Fixed black frames appearing in Slideshow Generator * Fixed being able to use mouse wheel over Timeline and Keyframes zoom sliders * Improved sound quality with small changes in Speed with Pitch Compensation or Pitch audio filter (broke in v20.11). * Fixed the Timeline clip audio waveform incorrect after adding transition by dragging the clip left. * Fixed repairing a project file opened using a network path on Windows. * Fixed writing a raw FLAC file does not set its duration. * Fixed an elided file name in clip Properties can become the clip name. Deleteing patch integrated upstream: mltframework/shotcut#1050 Reported by: portscout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implement a way to get an idea of the free memory available on FreeBSD.
It can be argued how accurate this is, but we apply this patch in out ports infrastructure. Without it, shotcut segfaults.
fernape@FreeBSD.org