Search Criteria
Package Details: xstudio 0.9-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/xstudio.git (read-only, click to copy) |
---|---|
Package Base: | xstudio |
Description: | Media playback and review application designed for professionals working in the film and TV post production industries. |
Upstream URL: | https://materialx.org/ |
Licenses: | Apache 2.0 |
Provides: | xstudio |
Submitter: | adro |
Maintainer: | adro |
Last Packager: | adro |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-01-20 17:34 (UTC) |
Last Updated: | 2023-01-25 16:17 (UTC) |
Dependencies (7)
- actor-framework
- cmake (cmake-git)
- ffmpeg (ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-intel-full-git, ffmpeg-yt-dlp-bin, ffmpeg-shinobi, ffmpeg-git, ffmpeg-ndi, ffmpeg-mmal, ffmpeg-nocuda, ffmpeg-cuda, ffmpeg-decklink, ffmpeg-amd-full-git, ffmpeg-amd-full, ffmpeg-libfdk_aac, ffmpeg-gpl-bin, ffmpeg-full-git, ffmpeg-jxl, ffmpeg-headless, ffmpeg-mpp, ffmpeg-obs, ffmpeg-full, ffmpeg-v4l2-request-git)
- opencolorio (opencolorio-git)
- openexr (openexr-git, openexr2)
- python-sphinx_rtd_theme
- spdlog (spdlog-git)
Latest Comments
mrueg commented on 2023-01-25 21:06 (UTC)
Brilliant, that did work! Thank you for the help
adro commented on 2023-01-25 16:20 (UTC)
@mrueg Okay I added the necessary variables in the .desktop file. Seems like it needs
XSTUDIO_ROOT
You can also run from terminal with
LD_LIBRARY_PATH=/opt/xstudio/lib XSTUDIO_ROOT=/opt/xstudio xstudio
I'll look for a more convinient way to fix this issue, thanks for reporting.
mrueg commented on 2023-01-25 12:37 (UTC) (edited on 2023-01-25 12:38 (UTC) by mrueg)
@adro Strange, it is installed, and the file is there. Trying with
LD_LIBRARY_PATH=/opt/xstudio/lib xstudio
gets me one step further, but complains about a missing file:(I'm using the Pikaur tool for my AUR builds, not sure if something else might work better.)
adro commented on 2023-01-25 10:53 (UTC) (edited on 2023-01-25 10:56 (UTC) by adro)
@mrueg make sure
actor_framework
is installed.libcaf_utility.so
should be in/opt/xstudio/lib
mrueg commented on 2023-01-25 09:47 (UTC)
I had to install
spdlog
for the build to go through. After the successful build I currently getxstudio: error while loading shared libraries: libcaf_utility.so: cannot open shared object file: No such file or directory
when trying to start xstudio