Daniel Bermond
Daniel Bermond
I'm getting the following build error: ``` bin-x86_64/diet gcc -D__dietlibc__ -Os -fstrict-aliasing -momit-leaf-frame-pointer -mfancy-math-387 -ffunction-sections -fdata-sections -W -Wall -Wextra -Wchar-subscripts -Wmissing-prototypes -Wmissing-declarations -Wno-switch -Wno-unused -Wredundant-decls -Wshadow -o bin-x86_64/elftrunc contrib/elftrunc.c -Wl,--gc-sections...
This will add support for ```depends```, ```makedepends``` and ```optdepends``` arrays that are accompanied by an architecture name. For example: ```depends_x86_64```, ```makedepends_i686``` and ```optdepends_x86_64```.
Can you please add an option to display the dimensions inside the rectangle on-the-fly while it's being drawn? Just like Spectacle does. This would allow the user to select a...
I'm getting the following compile error when trying to build screencloud git master with Python 3.7: ``` [ 65%] Building CXX object CMakeFiles/screencloud.dir/src/uploaders/pythonuploader.cpp.o In file included from /usr/include/python3.7m/pystate.h:11, from /usr/include/python3.7m/traceback.h:8,...
I'm having the following error when _starting_ ScreenCloud. It happens with the git master version and also with the 1.2.0 release version. When using the git master version compiled with...
Are there plans to support other platforms? I'm needing Haswell support (4th generation cpu).
Copperspice 1.7.3 fails to build for me with LTO enabled. Disabling LTO makes it to build fine. Error log: ``` [ 7%] Linking CXX shared library ../../lib/libCsSql1.7.so ... /usr/bin/ld: /tmp/ccGk6fNj.ltrans0.ltrans.o:(.data.rel.ro+0x20):...
When building CopperSpice with `-DCMAKE_INSTALL_INCLUDEDIR=`, the CMake-generated files does not honor the specified headers path. Instead, it always generates CMake files pointing the header files to `/include/Qt`. Namely, `CopperSpiceLibraryTargets.cmake` will...
Please consider providing the `Cargo.lock` file. This file is important, from a packaging point of view, for making [reproducible builds](https://reproducible-builds.org/). Without the lockfile, a given version of this project cannot...
Feature Request: capture selection starting with specific rectangular region (defined by profiles)
I very often take screenshots of two programs that I work with. In each program there is one specific and precise rectangular region that I need to capture, being these...