archivers/draco: Update 1.5.4 -> 1.5.5
This commit is contained in:
parent
86e80a529f
commit
24ae8e2317
@ -1,5 +1,5 @@
|
||||
PORTNAME= draco
|
||||
DISTVERSION= 1.5.4
|
||||
DISTVERSION= 1.5.5
|
||||
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 # 1 test fails, see https://github.com/google/draco/issues/935
|
||||
USES= cmake:testing compiler:c++11-lang
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
TIMESTAMP = 1666974242
|
||||
SHA256 (google-draco-1.5.4_GH0.tar.gz) = 7698cce91c24725562fb73811d24823f0f0a25e3ac0941e792993c5191d3baee
|
||||
SIZE (google-draco-1.5.4_GH0.tar.gz) = 62925341
|
||||
TIMESTAMP = 1667008661
|
||||
SHA256 (google-draco-1.5.5_GH0.tar.gz) = 6b7994150bbc513abcdbe22ad778d6b2df10fc8cdc7035e916985b2a209ab826
|
||||
SIZE (google-draco-1.5.5_GH0.tar.gz) = 62930164
|
||||
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.4
|
||||
bin/draco_decoder-1.5.5
|
||||
bin/draco_encoder
|
||||
bin/draco_encoder-1.5.4
|
||||
bin/draco_encoder-1.5.5
|
||||
include/draco/animation/keyframe_animation.h
|
||||
include/draco/animation/keyframe_animation_decoder.h
|
||||
include/draco/animation/keyframe_animation_encoder.h
|
||||
@ -203,8 +203,8 @@ include/draco/point_cloud/point_cloud.h
|
||||
include/draco/point_cloud/point_cloud_builder.h
|
||||
lib/libdraco.a
|
||||
lib/libdraco.so
|
||||
lib/libdraco.so.6
|
||||
lib/libdraco.so.6.0.0
|
||||
lib/libdraco.so.7
|
||||
lib/libdraco.so.7.0.0
|
||||
libdata/pkgconfig/draco.pc
|
||||
share/cmake/draco/draco-config-version.cmake
|
||||
share/cmake/draco/draco-config.cmake
|
||||
|
Loading…
Reference in New Issue
Block a user