OpenRV icon indicating copy to clipboard operation
OpenRV copied to clipboard

Open source version of RV, the Sci-Tech award-winning media review and playback software.

Results 99 OpenRV issues
Sort by recently updated
recently updated
newest added

Are there plans to release this for debian/ubuntu? I have a studio running on Ubuntu and it would be great to get that supported if possible? Thanks!

If annyone knows how to fix this and has spare time. Followed build instructions on RHEL9. installed Qt5 from qt.io's installer. got stuck at the Configure step. Log ``` cmake...

build

I tried last step to Invoke CMake from an MSYS2-MinGW64 shell `cmake -B cmake-build -G "Visual Studio 16 2019" -A x64 -DCMAKE_BUILD_TYPE=Release -DRV_DEPS_WIN_PERL_ROOT=/c/Strawberry/perl/bin -DRV_DEPS_QT5_LOCATION=/c/Qt/Qt5.15.2/msvc2019_64 cmake --build cmake-build --config Release --target...

`cmake -B cmake-build -DCMAKE_BUILD_TYPE=Release -DRV_DEPS_QT5_LOCATION=$HOME/Qt5.15.11/5.15.11/clang_64` readme tells me to install qt 5.15.2 which defaults installs to `/$HOME/Qt/5.15.2/ ` so the command should be `cmake -B cmake-build -DCMAKE_BUILD_TYPE=Release -DRV_DEPS_QT5_LOCATION=$HOME/Qt/5.15.2/clang_64`

I followed the Windows build guide carefully and everything seems to finish, but there is no RV executable in the 174,433 files in cmake-build. Installing doesn't help, no executable gets...

build

Hi, my name is Chris Horvath, and I am one of the original founders of Tweak Films, which became Tweak Software, which created RV, and which was eventually purchased by...

Thanks for open sourcing OpenRV! Here is a tiny fix to the build instructions.

## Issue: #2 This PR adds two cached variables for the Qt5 dependency: - `RV_DEPS_QT5_RESOURCES_FOLDER` (defaults to `"${RV_DEPS_QT5_LOCATION}/resources"`) - `RV_DEPS_QT5_RESOURCES_FOLDER` (defaults to `"${RV_DEPS_QT5_LOCATION}/translations"`) The variables can be set like this:...

I get an cmake error in a additional packages creation. I followed the install instructions: $ cmake -B cmake-build -G "Visual Studio 16 2019" -A x64 -DCMAKE_BUILD_TYPE=Release -DRV_DEPS_WIN_PERL_ROOT=/c/Strawberry/perl/bin -DRV_DEPS_QT5_LOCATION=/c/Qt/5.15.2/msvc2019_64 --...

build

Hello, Is an RPM release in the plans for this ? It would be great to have one to easily get this deployed.

enhancement