Compilation and snap with ICU libs

This commit is contained in:
brunoherbelin
2021-01-01 15:41:31 +01:00
parent a1e81b58b1
commit 63369223ca
4 changed files with 4 additions and 4 deletions

View File

@@ -91,7 +91,6 @@ set(THREAD_LIBRARY Threads::Threads)
find_package(PNG REQUIRED)
set(PNG_LIBRARY PNG::PNG)
#set(ICU_ROOT "/usr/local/Cellar/icu4c/67.1")
find_package(ICU REQUIRED COMPONENTS i18n io uc)
macro_log_feature(ICU_FOUND "ICU" "International Components for Unicode" "http://site.icu-project.org" TRUE)

View File

@@ -58,8 +58,8 @@ and (recursively) clone all the internal git Dependencies.
**Ubuntu**
apt-get install build-essential cmake libpng-dev libglfw3-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev
apt-get install build-essential cmake libpng-dev libglfw3-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libicu-dev
**OSX with Brew**
brew install cmake libpng glfw gstreamer gst-libav gst-plugins-bad gst-plugins-base gst-plugins-good gst-plugins-ugly
brew install cmake libpng glfw gstreamer gst-libav gst-plugins-bad gst-plugins-base gst-plugins-good gst-plugins-ugly icu4c

View File

@@ -503,7 +503,7 @@ View::Cursor MixingView::grab (Source *s, glm::vec2 from, glm::vec2 to, std::pai
if (s->active()) {
info << "Alpha " << std::fixed << std::setprecision(3) << s->blendingShader()->color.a;
// else if ( Mixer::manager().concealed(s) )
// info << "Stashed";
// info << "Stashed";q
if (s->blendingShader()->color.a > 0.f)
info << " " << ICON_FA_EYE;
else

View File

@@ -51,6 +51,7 @@ parts:
- libglfw3-dev
- libgstreamer1.0-dev
- libgstreamer-plugins-base1.0-dev
- libicu-dev
stage-packages:
- zenity
- libpng16-16