Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ The repository consists mostly of externally hosted subrepositories:
+------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+
| `flac <https://github.com/xiph/flac>`_ | `1.5.0 with cross-compilation patch <https://github.com/xiph/flac/releases/tag/1.5.0>`_ | `BSD-3 license (+ GPL for utils, not used by DALI) <https://github.com/xiph/flac/blob/master/COPYING.Xiph>`_ |
+------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+
| `opus <https://github.com/xiph/opus>`_ | `1.5.2 <https://github.com/xiph/opus/releases/tag/v1.5.2>`_ | `BSD-3 license <https://github.com/xiph/opus/blob/master/COPYING>`_ |
| `opus <https://github.com/xiph/opus>`_ | `1.6.1 <https://github.com/xiph/opus/releases/tag/v1.6.1>`_ | `BSD-3 license <https://github.com/xiph/opus/blob/master/COPYING>`_ |
+------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+
| `FFmpeg <https://github.com/FFmpeg/FFmpeg>`_ | `8.0.1 <https://github.com/FFmpeg/FFmpeg/releases/tag/n8.0.1>`_ | `LGPL v2.1 license <https://github.com/FFmpeg/FFmpeg/blob/master/LICENSE.md>`_ |
| | `(Source Snapshot) <https://developer.download.nvidia.com/compute/redist/nvidia-dali/FFmpeg-n8.0.1.tar.gz>`_ | |
| `FFmpeg <https://github.com/FFmpeg/FFmpeg>`_ | `8.1 <https://github.com/FFmpeg/FFmpeg/releases/tag/n8.1>`_ | `LGPL v2.1 license <https://github.com/FFmpeg/FFmpeg/blob/master/LICENSE.md>`_ |
| | `(Source Snapshot) <https://developer.download.nvidia.com/compute/redist/nvidia-dali/FFmpeg-n8.1.tar.gz>`_ | |
Comment on lines +30 to +31
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 RST grid table column width misalignment

The FFmpeg version string changed from 8.0.1 (5 chars) to 8.1 (3 chars), and the URL fragment from n8.0.1 (6 chars) to n8.1 (4 chars) — a total of 4 fewer characters per cell across both the version link and the source snapshot URL. In RST grid tables, every | separator must land in the same column position across all rows. If the trailing spaces in these two lines weren't padded out by 4 extra spaces to compensate, the column borders will be misaligned and the table will fail to render correctly.

Please verify that the | character closing the second column still sits at the same horizontal position as in all other rows (e.g. compare against the libsndfile or curl rows), and add trailing spaces to both lines if needed:

Suggested change
| `FFmpeg <https://github.com/FFmpeg/FFmpeg>`_ | `8.1 <https://github.com/FFmpeg/FFmpeg/releases/tag/n8.1>`_ | `LGPL v2.1 license <https://github.com/FFmpeg/FFmpeg/blob/master/LICENSE.md>`_ |
| | `(Source Snapshot) <https://developer.download.nvidia.com/compute/redist/nvidia-dali/FFmpeg-n8.1.tar.gz>`_ | |
| `FFmpeg <https://github.com/FFmpeg/FFmpeg>`_ | `8.1 <https://github.com/FFmpeg/FFmpeg/releases/tag/n8.1>`_ | `LGPL v2.1 license <https://github.com/FFmpeg/FFmpeg/blob/master/LICENSE.md>`_ |
| | `(Source Snapshot) <https://developer.download.nvidia.com/compute/redist/nvidia-dali/FFmpeg-n8.1.tar.gz>`_ | |

+------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+
| `OpenCV <https://github.com/opencv/opencv/>`_ | `4.13.0 <https://github.com/opencv/opencv/releases/tag/4.13.0>`_ | `Apache License 2.0 <https://github.com/opencv/opencv/blob/master/LICENSE>`_ |
+------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+
Expand All @@ -42,19 +42,19 @@ The repository consists mostly of externally hosted subrepositories:
+------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+
| `liblmdb <https://github.com/LMDB/lmdb/blob/mdb.master/libraries/liblmdb/>`_ | `0.9.35 <https://github.com/LMDB/lmdb/releases/tag/LMDB_0.9.35>`_ | `OpenLDAP Public License <https://github.com/LMDB/lmdb/blob/mdb.master/libraries/liblmdb/LICENSE>`_ |
+------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+
| `protobuf <https://github.com/protocolbuffers/protobuf/>`_ | `34.0 <https://github.com/protocolbuffers/protobuf/releases/tag/v34.0>`_ | `BSD-3 license <https://github.com/protocolbuffers/protobuf/blob/master/LICENSE>`_ |
| `protobuf <https://github.com/protocolbuffers/protobuf/>`_ | `34.1 <https://github.com/protocolbuffers/protobuf/releases/tag/v34.1>`_ | `BSD-3 license <https://github.com/protocolbuffers/protobuf/blob/master/LICENSE>`_ |
+------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+
| `zlib <https://github.com/madler/zlib>`_ | `1.3.2 <https://github.com/madler/zlib/releases/tag/v1.3.2>`_ | `zlib License <https://github.com/madler/zlib/blob/master/README>`_ |
+------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+
| `libtar <https://github.com/tklauser/libtar.git>`_ | `1.2.20 + patches (master) <https://github.com/tklauser/libtar/commit/6379b5d2ae777dad576aeae70566740670057821>`_ | `BSD-3 license <https://github.com/tklauser/libtar/blob/master/COPYRIGHT>`_ |
+------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+
| `cfitsio <https://github.com/HEASARC/cfitsio>`_ | `4.6.3 <https://github.com/HEASARC/cfitsio/releases/tag/cfitsio-4.6.3>`_ | `MIT-like license (NASA) <https://github.com/healpy/cfitsio/blob/master/License.txt>`_ |
+------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+
| `curl <https://github.com/curl/curl.git>`_ | `8.18.0 <https://github.com/curl/curl/releases/tag/curl-8_18_0>`_ | `CURL license <https://github.com/curl/curl/blob/master/LICENSES/curl.txt>`_ |
| `curl <https://github.com/curl/curl.git>`_ | `8.19.0 <https://github.com/curl/curl/releases/tag/curl-8_19_0>`_ | `CURL license <https://github.com/curl/curl/blob/master/LICENSES/curl.txt>`_ |
+------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+
| `OpenSSL <https://github.com/openssl/openssl.git>`_ | `3.6.1 <https://github.com/openssl/openssl/releases/tag/openssl-3.6.1>`_ | `Apache 2.0 license <https://github.com/openssl/openssl/blob/master/LICENSE.txt>`_ |
+------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+
| `aws_sdk_cpp <https://github.com/aws/aws-sdk-cpp.git>`_ | `1.11.760 <https://github.com/aws/aws-sdk-cpp/tree/1.11.760>`_ | `Apache 2.0 license <https://github.com/aws/aws-sdk-cpp/blob/main/LICENSE.txt>`_ |
| `aws_sdk_cpp <https://github.com/aws/aws-sdk-cpp.git>`_ | `1.11.776 <https://github.com/aws/aws-sdk-cpp/tree/1.11.776>`_ | `Apache 2.0 license <https://github.com/aws/aws-sdk-cpp/blob/main/LICENSE.txt>`_ |
+------------------------------------------------------------------------------+-------------------------------------------------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------------------------+

Installing dependencies locally
Expand Down
2 changes: 1 addition & 1 deletion third_party/FFmpeg
Submodule FFmpeg updated 1975 files
2 changes: 1 addition & 1 deletion third_party/aws-sdk-cpp
Submodule aws-sdk-cpp updated 2245 files
2 changes: 1 addition & 1 deletion third_party/curl
Submodule curl updated 1260 files
2 changes: 1 addition & 1 deletion third_party/opus
Submodule opus updated 301 files
2 changes: 1 addition & 1 deletion third_party/protobuf