Skip to content

Commit 47db808

Browse files
committed
Add gst-libav dependency for robot-log-visualizer
1 parent b53f7a6 commit 47db808

5 files changed

Lines changed: 18233 additions & 18236 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
# Dependencies
7878
conda install ace asio assimp libboost-devel cli11 eigen freetype gz-sim8 glew glfw glm graphviz gsl "ipopt>=3.13.0" irrlicht libjpeg-turbo libmatio libode libxml2 nlohmann_json qhull "pcl>=1.11.1" vtk "libopencv>=4.10.0" opencv portaudio qt-main sdl sdl2 sqlite tinyxml spdlog lua soxr cmake cxx-compiler make ninja pkg-config tomlplusplus libzlib ffmpeg onnxruntime-cpp "qt6-main>=6.7.2" catch2 gtest
7979
# Python
80-
conda install python numpy swig pybind11 qtpy pyqt pyqtgraph pyqtwebengine pyside2 matplotlib h5py tornado u-msgpack-python pyzmq ipython gst-plugins-good gst-plugins-bad pyyaml
80+
conda install python numpy swig pybind11 qtpy pyqt pyqtgraph pyqtwebengine pyside2 matplotlib h5py tornado u-msgpack-python pyzmq ipython gst-plugins-good gst-plugins-bad gst-libav pyyaml
8181
8282
# Additional dependencies useful only on Linux
8383
- name: Dependencies [Conda/Linux]

cmake/Buildrobot-log-visualizer.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ rob_sup_pure_python_ycm_ep_helper(robot-log-visualizer
1616
COMPONENT dynamics
1717
FOLDER src)
1818

19-
set(robot-log-visualizer_CONDA_DEPENDENCIES numpy qtpy pyqt pyqtwebengine pyside2 pyqtgraph matplotlib h5py gst-plugins-good gst-plugins-bad)
19+
set(robot-log-visualizer_CONDA_DEPENDENCIES numpy qtpy pyqt pyqtwebengine pyside2 pyqtgraph matplotlib h5py gst-plugins-good gst-plugins-bad gst-libav)
2020
set(robot-log-visualizer_CONDA_ENTRY_POINTS "robot-log-visualizer = robot_log_visualizer.__main__:main")

doc/conda-forge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ For some [profile](doc/cmake-options.md#profile-cmake-options) or [dependency](d
165165

166166
To install python and the other required dependencies when using `conda-forge` provided dependencies, use:
167167
~~~
168-
conda install -c conda-forge python pip numpy swig pybind11 qtpy pyqt pyqtwebengine pyside2 pyqtgraph matplotlib h5py tornado u-msgpack-python pyzmq ipython gst-plugins-good gst-plugins-bad pyyaml
168+
conda install -c conda-forge python pip numpy swig pybind11 qtpy pyqt pyqtwebengine pyside2 pyqtgraph matplotlib h5py tornado u-msgpack-python pyzmq ipython gst-plugins-good gst-plugins-bad gst-libav pyyaml
169169
~~~
170170

171171
#### `ROBOTOLOGY_USES_PCL_AND_VTK`

0 commit comments

Comments
 (0)