archivers/draco: Update 1.5.2 -> 1.5.4
Reported by: portscout
This commit is contained in:
parent
e1dfb45b6d
commit
41579481e0
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user