mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-05 23:40:02 +01:00
Merge remote-tracking branch 'origin/master' into beta
This commit is contained in:
@@ -309,11 +309,14 @@ IF(APPLE)
|
|||||||
|
|
||||||
## POST INSTALL DMG SIGNING AND NOTARIZATION
|
## POST INSTALL DMG SIGNING AND NOTARIZATION
|
||||||
## 1. SIGN DMG
|
## 1. SIGN DMG
|
||||||
## codesign --verify --verbose=2 ./_CPack_Packages/OSX_13_arm64/DragNDrop/vimix_0.8.2_OSX_13_arm64.dm
|
## codesign
|
||||||
|
## codesign --verify --verbose=2 ./_CPack_Packages/OSX_13_arm64/DragNDrop/vimix_0.8.2_OSX_13_arm64.dmg
|
||||||
##
|
##
|
||||||
## 2. SUBMIT TO NOTARIZATION
|
## 2. SUBMIT TO NOTARIZATION
|
||||||
## xcrun notarytool submit ./_CPack_Packages/OSX_13_arm64/DragNDrop/vimix_0.8.2_OSX_13_arm64.dmg --keychain-profile "vimix" --wait
|
## xcrun notarytool submit ./_CPack_Packages/OSX_13_arm64/DragNDrop/vimix_0.8.2_OSX_13_arm64.dmg --keychain-profile "vimix" --wait
|
||||||
##
|
##
|
||||||
|
## verify with: xcrun notarytool log xxxx-xxxx-xxx --keychain-profile "vimix"
|
||||||
|
##
|
||||||
## NB: "vimix" is the name of the app-specific password in keychain
|
## NB: "vimix" is the name of the app-specific password in keychain
|
||||||
## generated online : https://support.apple.com/en-us/102654
|
## generated online : https://support.apple.com/en-us/102654
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -2828,7 +2828,7 @@ void SourceControlWindow::RenderMediaPlayer(MediaSource *ms)
|
|||||||
static uint _status = 0; // 0:unknown, 1:ok, 2:error
|
static uint _status = 0; // 0:unknown, 1:ok, 2:error
|
||||||
static std::string _status_message = "";
|
static std::string _status_message = "";
|
||||||
static std::vector< std::pair< std::string, std::string> > _examples = { {"Primary color", "frei0r-filter-primaries" },
|
static std::vector< std::pair< std::string, std::string> > _examples = { {"Primary color", "frei0r-filter-primaries" },
|
||||||
{"Histogram", "frei0r-filter-rgb-parade mix=0.5"},
|
{"Histogram", "frei0r-filter-levels"},
|
||||||
{"Emboss", "frei0r-filter-emboss"},
|
{"Emboss", "frei0r-filter-emboss"},
|
||||||
{"Denoise", "frei0r-filter-hqdn3d spatial=0.05 temporal=0.1"},
|
{"Denoise", "frei0r-filter-hqdn3d spatial=0.05 temporal=0.1"},
|
||||||
{"Thermal", "coloreffects preset=heat"},
|
{"Thermal", "coloreffects preset=heat"},
|
||||||
|
|||||||
Reference in New Issue
Block a user