Date: Fri, 28 Oct 2022 17:08:08 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 41579481e022 - main - archivers/draco: Update 1.5.2 -> 1.5.4 Message-ID: <202210281708.29SH88vt083278@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=41579481e0222baaa5e4a8e89f8cd101f1345392 commit 41579481e0222baaa5e4a8e89f8cd101f1345392 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-10-28 16:55:44 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-10-28 17:08:03 +0000 archivers/draco: Update 1.5.2 -> 1.5.4 Reported by: portscout --- archivers/draco/Makefile | 4 ++-- archivers/draco/distinfo | 6 +++--- archivers/draco/pkg-plist | 23 +++++++++++++++++------ 3 files changed, 22 insertions(+), 11 deletions(-) diff --git a/archivers/draco/Makefile b/archivers/draco/Makefile index 64b0dab05611..d49504c5281c 100644 --- a/archivers/draco/Makefile +++ b/archivers/draco/Makefile @@ -1,5 +1,5 @@ PORTNAME= draco -DISTVERSION= 1.5.2 +DISTVERSION= 1.5.4 CATEGORIES= archivers PKGNAMESUFFIX= -3d-compression @@ -10,7 +10,7 @@ WWW= https://google.github.io/draco/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake:testing compiler:c++11-lang +USES= cmake:testing compiler:c++11-lang # 1 test fails, see https://github.com/google/draco/issues/935 USE_LDCONFIG= yes USE_GITHUB= yes diff --git a/archivers/draco/distinfo b/archivers/draco/distinfo index 4c9c0e17aa7f..0503b1756f24 100644 --- a/archivers/draco/distinfo +++ b/archivers/draco/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1655481047 -SHA256 (google-draco-1.5.2_GH0.tar.gz) = a887e311ec04a068ceca0bd6f3865083042334fbff26e65bc809e8978b2ce9cd -SIZE (google-draco-1.5.2_GH0.tar.gz) = 60006541 +TIMESTAMP = 1666974242 +SHA256 (google-draco-1.5.4_GH0.tar.gz) = 7698cce91c24725562fb73811d24823f0f0a25e3ac0941e792993c5191d3baee +SIZE (google-draco-1.5.4_GH0.tar.gz) = 62925341 SHA256 (google-googletest-16f637f_GH0.tar.gz) = 89a3acd83a83bbc7f0ec50751fee79ec9fb3eaec7d515bb57abeda89b70a8806 SIZE (google-googletest-16f637f_GH0.tar.gz) = 831917 diff --git a/archivers/draco/pkg-plist b/archivers/draco/pkg-plist index c245980d72c2..2418b2508660 100644 --- a/archivers/draco/pkg-plist +++ b/archivers/draco/pkg-plist @@ -1,7 +1,7 @@ bin/draco_decoder -bin/draco_decoder-1.5.2 +bin/draco_decoder-1.5.4 bin/draco_encoder -bin/draco_encoder-1.5.2 +bin/draco_encoder-1.5.4 include/draco/animation/keyframe_animation.h include/draco/animation/keyframe_animation_decoder.h include/draco/animation/keyframe_animation_encoder.h @@ -14,6 +14,7 @@ include/draco/attributes/geometry_attribute.h include/draco/attributes/geometry_indices.h include/draco/attributes/point_attribute.h include/draco/compression/attributes/attributes_decoder.h +include/draco/compression/attributes/attributes_decoder_interface.h include/draco/compression/attributes/attributes_encoder.h include/draco/compression/attributes/kd_tree_attributes_decoder.h include/draco/compression/attributes/kd_tree_attributes_encoder.h @@ -90,6 +91,7 @@ include/draco/compression/config/draco_options.h include/draco/compression/config/encoder_options.h include/draco/compression/config/encoding_features.h include/draco/compression/decode.h +include/draco/compression/draco_compression_options.h include/draco/compression/encode.h include/draco/compression/encode_base.h include/draco/compression/entropy/ans.h @@ -138,6 +140,7 @@ include/draco/compression/point_cloud/point_cloud_sequential_decoder.h include/draco/compression/point_cloud/point_cloud_sequential_encoder.h include/draco/core/bit_utils.h include/draco/core/bounding_box.h +include/draco/core/constants.h include/draco/core/cycle_timer.h include/draco/core/data_buffer.h include/draco/core/decoder_buffer.h @@ -176,12 +179,16 @@ include/draco/io/ply_reader.h include/draco/io/point_cloud_io.h include/draco/io/stdio_file_reader.h include/draco/io/stdio_file_writer.h +include/draco/io/stl_decoder.h +include/draco/io/stl_encoder.h include/draco/mesh/corner_table.h include/draco/mesh/corner_table_iterators.h include/draco/mesh/mesh.h include/draco/mesh/mesh_are_equivalent.h include/draco/mesh/mesh_attribute_corner_table.h include/draco/mesh/mesh_cleanup.h +include/draco/mesh/mesh_features.h +include/draco/mesh/mesh_indices.h include/draco/mesh/mesh_misc_functions.h include/draco/mesh/mesh_stripifier.h include/draco/mesh/triangle_soup_mesh_builder.h @@ -190,12 +197,16 @@ include/draco/metadata/geometry_metadata.h include/draco/metadata/metadata.h include/draco/metadata/metadata_decoder.h include/draco/metadata/metadata_encoder.h +include/draco/metadata/property_table.h +include/draco/metadata/structural_metadata.h include/draco/point_cloud/point_cloud.h include/draco/point_cloud/point_cloud_builder.h lib/libdraco.a lib/libdraco.so -lib/libdraco.so.4 -lib/libdraco.so.4.0.0 +lib/libdraco.so.6 +lib/libdraco.so.6.0.0 libdata/pkgconfig/draco.pc -share/cmake/draco-config.cmake -share/cmake/draco-version.cmake +share/cmake/draco/draco-config-version.cmake +share/cmake/draco/draco-config.cmake +share/cmake/draco/draco-targets-%%CMAKE_BUILD_TYPE%%.cmake +share/cmake/draco/draco-targets.cmake
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210281708.29SH88vt083278>