diff --git a/graphics/libopenraw/Makefile b/graphics/libopenraw/Makefile index 139b7687f473..be9eee51de37 100644 --- a/graphics/libopenraw/Makefile +++ b/graphics/libopenraw/Makefile @@ -1,116 +1,88 @@ PORTNAME= libopenraw -PORTVERSION= 0.3.1 -PORTREVISION= 5 +PORTVERSION= 0.3.2 CATEGORIES= graphics MASTER_SITES= http://libopenraw.freedesktop.org/download/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= jhale@FreeBSD.org COMMENT= Library for camera RAW files decoding WWW= https://libopenraw.freedesktop.org/ LICENSE= LGPL3+ LICENSE_FILE= ${WRKSRC}/COPYING.LESSER BUILD_DEPENDS= ${LOCALBASE}/include/boost/variant.hpp:devel/boost-libs TEST_DEPENDS= curl:ftp/curl USES= cargo compiler:c++14-lang gnome jpeg libtool localbase pkgconfig \ tar:bz2 USE_GNOME= libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-boost=${LOCALBASE}/include \ --disable-silent-rules INSTALL_TARGET= install-strip TEST_TARGET= check -CARGO_CRATES= ahash-0.3.8 \ - aho-corasick-0.7.15 \ - ansi_term-0.11.0 \ +CARGO_CRATES= ahash-0.7.6 \ + aho-corasick-0.7.18 \ atty-0.2.14 \ - autocfg-1.0.1 \ - bitflags-1.2.1 \ + autocfg-1.0.0 \ bitreader-0.3.2 \ - byteorder-1.3.4 \ - cbindgen-0.14.3 \ + byteorder-1.2.2 \ cfg-if-0.1.10 \ - clap-2.33.3 \ - env_logger-0.7.1 \ - getrandom-0.1.15 \ - hashbrown-0.7.2 \ - heck-0.3.1 \ - hermit-abi-0.1.17 \ - humantime-1.3.0 \ - itoa-0.4.6 \ - lazy_static-1.4.0 \ - libc-0.2.81 \ - log-0.4.11 \ - memchr-2.3.4 \ - num-traits-0.2.14 \ - ppv-lite86-0.2.10 \ - proc-macro2-1.0.24 \ - quick-error-1.2.3 \ - quote-1.0.7 \ - rand-0.7.3 \ - rand_chacha-0.2.2 \ - rand_core-0.5.1 \ - rand_hc-0.2.0 \ - redox_syscall-0.1.57 \ - regex-1.4.2 \ - regex-syntax-0.6.21 \ - remove_dir_all-0.5.3 \ - ryu-1.0.5 \ - serde-1.0.118 \ - serde_derive-1.0.118 \ - serde_json-1.0.60 \ + cfg-if-1.0.0 \ + env_logger-0.8.4 \ + fallible_collections-0.4.4 \ + getrandom-0.2.7 \ + hashbrown-0.11.2 \ + hermit-abi-0.1.8 \ + humantime-2.1.0 \ + libc-0.2.126 \ + log-0.4.17 \ + memchr-2.5.0 \ + num-traits-0.2.15 \ + once_cell-1.12.0 \ + regex-1.5.6 \ + regex-syntax-0.6.26 \ static_assertions-1.1.0 \ - strsim-0.8.0 \ - syn-1.0.54 \ - tempfile-3.1.0 \ - termcolor-1.1.2 \ - textwrap-0.11.0 \ - thread_local-1.0.1 \ - toml-0.5.7 \ - unicode-segmentation-1.7.1 \ - unicode-width-0.1.8 \ - unicode-xid-0.2.1 \ - vec_map-0.8.2 \ - wasi-0.9.0+wasi-snapshot-preview1 \ - winapi-0.3.9 \ + termcolor-1.1.3 \ + version_check-0.9.4 \ + wasi-0.11.0+wasi-snapshot-preview1 \ + winapi-0.3.8 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.5 \ winapi-x86_64-pc-windows-gnu-0.4.0 CARGO_CARGOTOML=${WRKSRC}/lib/mp4/Cargo.toml -CARGO_CARGOLOCK=${WRKSRC}/lib/mp4/mp4parse_capi/Cargo.lock +CARGO_CARGOLOCK=${WRKSRC}/lib/mp4/Cargo.lock CARGO_BUILD= no CARGO_INSTALL= no CARGO_TEST= no PLIST_SUB= VER=${PORTVERSION:R} OPTIONS_DEFINE= GNOME TEST OPTIONS_DEFAULT= GNOME OPTIONS_SUB= yes GNOME_CONFIGURE_ENABLE= gnome GNOME_USES= gettext-runtime GNOME_USE= GNOME=glib20,gdkpixbuf2 TEST_BUILD_DEPENDS= curl:ftp/curl post-patch: @${REINPLACE_CMD} -E \ -e 's|\{libdir\}/pkgconfig|{prefix}/libdata/pkgconfig|g' \ ${WRKSRC}/configure post-patch-TEST-off: @${REINPLACE_CMD} -e 's|testsuite ||' ${WRKSRC}/Makefile.in pre-configure: @${CARGO_CARGO_RUN} update \ --manifest-path ${WRKSRC}/lib/mp4/mp4parse_capi/Cargo.toml \ --verbose .include diff --git a/graphics/libopenraw/distinfo b/graphics/libopenraw/distinfo index e76bcb4bb9e4..c11a1fa39a5f 100644 --- a/graphics/libopenraw/distinfo +++ b/graphics/libopenraw/distinfo @@ -1,115 +1,61 @@ -TIMESTAMP = 1650416499 -SHA256 (libopenraw-0.3.1.tar.bz2) = 5069a79cea1385a66fdfecff28f58c06f6ae1a8de6b2e6fa16f7f6b0e4094d7a -SIZE (libopenraw-0.3.1.tar.bz2) = 641867 -SHA256 (rust/crates/ahash-0.3.8.crate) = e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217 -SIZE (rust/crates/ahash-0.3.8.crate) = 28650 -SHA256 (rust/crates/aho-corasick-0.7.15.crate) = 7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5 -SIZE (rust/crates/aho-corasick-0.7.15.crate) = 113071 -SHA256 (rust/crates/ansi_term-0.11.0.crate) = ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b -SIZE (rust/crates/ansi_term-0.11.0.crate) = 17087 +TIMESTAMP = 1656682054 +SHA256 (libopenraw-0.3.2.tar.bz2) = 2c54a9a06a6700cba9020b0b588d4a6cc26b3f521628de2147dc8955830ea91a +SIZE (libopenraw-0.3.2.tar.bz2) = 660018 +SHA256 (rust/crates/ahash-0.7.6.crate) = fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47 +SIZE (rust/crates/ahash-0.7.6.crate) = 38030 +SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f +SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923 SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8 SIZE (rust/crates/atty-0.2.14.crate) = 5470 -SHA256 (rust/crates/autocfg-1.0.1.crate) = cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a -SIZE (rust/crates/autocfg-1.0.1.crate) = 12908 -SHA256 (rust/crates/bitflags-1.2.1.crate) = cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693 -SIZE (rust/crates/bitflags-1.2.1.crate) = 16745 +SHA256 (rust/crates/autocfg-1.0.0.crate) = f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d +SIZE (rust/crates/autocfg-1.0.0.crate) = 12870 SHA256 (rust/crates/bitreader-0.3.2.crate) = 5fa7f0adf37cd5472c978a1ff4be89c1880a923d10df4cfef6a10855a666e09b SIZE (rust/crates/bitreader-0.3.2.crate) = 10778 -SHA256 (rust/crates/byteorder-1.3.4.crate) = 08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de -SIZE (rust/crates/byteorder-1.3.4.crate) = 21943 -SHA256 (rust/crates/cbindgen-0.14.3.crate) = e6e03a705df2e735cc5486f104a48e25a8f72ae06eaea5b7753a81270ed00859 -SIZE (rust/crates/cbindgen-0.14.3.crate) = 165874 +SHA256 (rust/crates/byteorder-1.2.2.crate) = 73b5bdfe7ee3ad0b99c9801d58807a9dbc9e09196365b0203853b99889ab3c87 +SIZE (rust/crates/byteorder-1.2.2.crate) = 18909 SHA256 (rust/crates/cfg-if-0.1.10.crate) = 4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822 SIZE (rust/crates/cfg-if-0.1.10.crate) = 7933 -SHA256 (rust/crates/clap-2.33.3.crate) = 37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002 -SIZE (rust/crates/clap-2.33.3.crate) = 201925 -SHA256 (rust/crates/env_logger-0.7.1.crate) = 44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36 -SIZE (rust/crates/env_logger-0.7.1.crate) = 32281 -SHA256 (rust/crates/getrandom-0.1.15.crate) = fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6 -SIZE (rust/crates/getrandom-0.1.15.crate) = 24786 -SHA256 (rust/crates/hashbrown-0.7.2.crate) = 96282e96bfcd3da0d3aa9938bedf1e50df3269b6db08b4876d2da0bb1a0841cf -SIZE (rust/crates/hashbrown-0.7.2.crate) = 70480 -SHA256 (rust/crates/heck-0.3.1.crate) = 20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205 -SIZE (rust/crates/heck-0.3.1.crate) = 54666 -SHA256 (rust/crates/hermit-abi-0.1.17.crate) = 5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8 -SIZE (rust/crates/hermit-abi-0.1.17.crate) = 10065 -SHA256 (rust/crates/humantime-1.3.0.crate) = df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f -SIZE (rust/crates/humantime-1.3.0.crate) = 17020 -SHA256 (rust/crates/itoa-0.4.6.crate) = dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6 -SIZE (rust/crates/itoa-0.4.6.crate) = 12167 -SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 -SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 -SHA256 (rust/crates/libc-0.2.81.crate) = 1482821306169ec4d07f6aca392a4681f66c75c9918aa49641a2595db64053cb -SIZE (rust/crates/libc-0.2.81.crate) = 513105 -SHA256 (rust/crates/log-0.4.11.crate) = 4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b -SIZE (rust/crates/log-0.4.11.crate) = 36276 -SHA256 (rust/crates/memchr-2.3.4.crate) = 0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525 -SIZE (rust/crates/memchr-2.3.4.crate) = 23077 -SHA256 (rust/crates/num-traits-0.2.14.crate) = 9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290 -SIZE (rust/crates/num-traits-0.2.14.crate) = 45476 -SHA256 (rust/crates/ppv-lite86-0.2.10.crate) = ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857 -SIZE (rust/crates/ppv-lite86-0.2.10.crate) = 20915 -SHA256 (rust/crates/proc-macro2-1.0.24.crate) = 1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71 -SIZE (rust/crates/proc-macro2-1.0.24.crate) = 37716 -SHA256 (rust/crates/quick-error-1.2.3.crate) = a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0 -SIZE (rust/crates/quick-error-1.2.3.crate) = 15066 -SHA256 (rust/crates/quote-1.0.7.crate) = aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37 -SIZE (rust/crates/quote-1.0.7.crate) = 25170 -SHA256 (rust/crates/rand-0.7.3.crate) = 6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03 -SIZE (rust/crates/rand-0.7.3.crate) = 112246 -SHA256 (rust/crates/rand_chacha-0.2.2.crate) = f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402 -SIZE (rust/crates/rand_chacha-0.2.2.crate) = 13267 -SHA256 (rust/crates/rand_core-0.5.1.crate) = 90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19 -SIZE (rust/crates/rand_core-0.5.1.crate) = 21116 -SHA256 (rust/crates/rand_hc-0.2.0.crate) = ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c -SIZE (rust/crates/rand_hc-0.2.0.crate) = 11670 -SHA256 (rust/crates/redox_syscall-0.1.57.crate) = 41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce -SIZE (rust/crates/redox_syscall-0.1.57.crate) = 17087 -SHA256 (rust/crates/regex-1.4.2.crate) = 38cf2c13ed4745de91a5eb834e11c00bcc3709e773173b2ce4c56c9fbde04b9c -SIZE (rust/crates/regex-1.4.2.crate) = 236931 -SHA256 (rust/crates/regex-syntax-0.6.21.crate) = 3b181ba2dcf07aaccad5448e8ead58db5b742cf85dfe035e2227f137a539a189 -SIZE (rust/crates/regex-syntax-0.6.21.crate) = 293572 -SHA256 (rust/crates/remove_dir_all-0.5.3.crate) = 3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7 -SIZE (rust/crates/remove_dir_all-0.5.3.crate) = 9184 -SHA256 (rust/crates/ryu-1.0.5.crate) = 71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e -SIZE (rust/crates/ryu-1.0.5.crate) = 49570 -SHA256 (rust/crates/serde-1.0.118.crate) = 06c64263859d87aa2eb554587e2d23183398d617427327cf2b3d0ed8c69e4800 -SIZE (rust/crates/serde-1.0.118.crate) = 74248 -SHA256 (rust/crates/serde_derive-1.0.118.crate) = c84d3526699cd55261af4b941e4e725444df67aa4f9e6a3564f18030d12672df -SIZE (rust/crates/serde_derive-1.0.118.crate) = 50589 -SHA256 (rust/crates/serde_json-1.0.60.crate) = 1500e84d27fe482ed1dc791a56eddc2f230046a040fa908c08bda1d9fb615779 -SIZE (rust/crates/serde_json-1.0.60.crate) = 114828 +SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd +SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 +SHA256 (rust/crates/env_logger-0.8.4.crate) = a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3 +SIZE (rust/crates/env_logger-0.8.4.crate) = 33342 +SHA256 (rust/crates/fallible_collections-0.4.4.crate) = 52db5973b6a19247baf19b30f41c23a1bfffc2e9ce0a5db2f60e3cd5dc8895f7 +SIZE (rust/crates/fallible_collections-0.4.4.crate) = 48989 +SHA256 (rust/crates/getrandom-0.2.7.crate) = 4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6 +SIZE (rust/crates/getrandom-0.2.7.crate) = 28854 +SHA256 (rust/crates/hashbrown-0.11.2.crate) = ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e +SIZE (rust/crates/hashbrown-0.11.2.crate) = 85713 +SHA256 (rust/crates/hermit-abi-0.1.8.crate) = 1010591b26bbfe835e9faeabeb11866061cc7dcebffd56ad7d0942d0e61aefd8 +SIZE (rust/crates/hermit-abi-0.1.8.crate) = 7581 +SHA256 (rust/crates/humantime-2.1.0.crate) = 9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4 +SIZE (rust/crates/humantime-2.1.0.crate) = 16749 +SHA256 (rust/crates/libc-0.2.126.crate) = 349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836 +SIZE (rust/crates/libc-0.2.126.crate) = 590481 +SHA256 (rust/crates/log-0.4.17.crate) = abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e +SIZE (rust/crates/log-0.4.17.crate) = 38028 +SHA256 (rust/crates/memchr-2.5.0.crate) = 2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d +SIZE (rust/crates/memchr-2.5.0.crate) = 65812 +SHA256 (rust/crates/num-traits-0.2.15.crate) = 578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd +SIZE (rust/crates/num-traits-0.2.15.crate) = 49262 +SHA256 (rust/crates/once_cell-1.12.0.crate) = 7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225 +SIZE (rust/crates/once_cell-1.12.0.crate) = 31549 +SHA256 (rust/crates/regex-1.5.6.crate) = d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1 +SIZE (rust/crates/regex-1.5.6.crate) = 238593 +SHA256 (rust/crates/regex-syntax-0.6.26.crate) = 49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64 +SIZE (rust/crates/regex-syntax-0.6.26.crate) = 293912 SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480 -SHA256 (rust/crates/strsim-0.8.0.crate) = 8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a -SIZE (rust/crates/strsim-0.8.0.crate) = 9309 -SHA256 (rust/crates/syn-1.0.54.crate) = 9a2af957a63d6bd42255c359c93d9bfdb97076bd3b820897ce55ffbfbf107f44 -SIZE (rust/crates/syn-1.0.54.crate) = 228322 -SHA256 (rust/crates/tempfile-3.1.0.crate) = 7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9 -SIZE (rust/crates/tempfile-3.1.0.crate) = 25823 -SHA256 (rust/crates/termcolor-1.1.2.crate) = 2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4 -SIZE (rust/crates/termcolor-1.1.2.crate) = 17287 -SHA256 (rust/crates/textwrap-0.11.0.crate) = d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060 -SIZE (rust/crates/textwrap-0.11.0.crate) = 17322 -SHA256 (rust/crates/thread_local-1.0.1.crate) = d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14 -SIZE (rust/crates/thread_local-1.0.1.crate) = 12609 -SHA256 (rust/crates/toml-0.5.7.crate) = 75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645 -SIZE (rust/crates/toml-0.5.7.crate) = 54372 -SHA256 (rust/crates/unicode-segmentation-1.7.1.crate) = bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796 -SIZE (rust/crates/unicode-segmentation-1.7.1.crate) = 93066 -SHA256 (rust/crates/unicode-width-0.1.8.crate) = 9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3 -SIZE (rust/crates/unicode-width-0.1.8.crate) = 16732 -SHA256 (rust/crates/unicode-xid-0.2.1.crate) = f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564 -SIZE (rust/crates/unicode-xid-0.2.1.crate) = 14392 -SHA256 (rust/crates/vec_map-0.8.2.crate) = f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191 -SIZE (rust/crates/vec_map-0.8.2.crate) = 14466 -SHA256 (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.crate) = cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519 -SIZE (rust/crates/wasi-0.9.0+wasi-snapshot-preview1.crate) = 31521 -SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 -SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 +SHA256 (rust/crates/termcolor-1.1.3.crate) = bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755 +SIZE (rust/crates/termcolor-1.1.3.crate) = 17242 +SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f +SIZE (rust/crates/version_check-0.9.4.crate) = 14895 +SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 +SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 +SHA256 (rust/crates/winapi-0.3.8.crate) = 8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6 +SIZE (rust/crates/winapi-0.3.8.crate) = 1128308 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 SHA256 (rust/crates/winapi-util-0.1.5.crate) = 70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178 SIZE (rust/crates/winapi-util-0.1.5.crate) = 10164 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 diff --git a/graphics/libopenraw/files/patch-lib_Makefile.in b/graphics/libopenraw/files/patch-lib_Makefile.in new file mode 100644 index 000000000000..be183faa1242 --- /dev/null +++ b/graphics/libopenraw/files/patch-lib_Makefile.in @@ -0,0 +1,36 @@ +Revert [1]. According to the commit message, this was supposed to fix linking, +but strip(1) fails to strip the static libraries, saying that the file +format is not recognized. "all-static" with two leading dashes is not a valid +libtool command, either. Even with one leading dash and building with -fPIC, +linking fails with missing symbols. Regression tests pass after revert. + +[1] https://gitlab.freedesktop.org/libopenraw/libopenraw/-/commit/13d5f630910f85787578b540db4d154b30dca3aa + +--- lib/Makefile.in.orig 2022-06-25 02:10:51 UTC ++++ lib/Makefile.in +@@ -135,7 +135,7 @@ LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) + } + am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(pkgconfigdir)" + LTLIBRARIES = $(lib_LTLIBRARIES) $(noinst_LTLIBRARIES) +-libopenraw_la_DEPENDENCIES = $(RUST_LIB) libopenraw_internals.la ++libopenraw_la_DEPENDENCIES = libopenraw_internals.la + am__dirstamp = $(am__leading_dot)dirstamp + am_libopenraw_la_OBJECTS = capi/capi.lo capi/debug.lo capi/rawdata.lo \ + capi/rawfile.lo capi/bitmapdata.lo capi/mosaicinfo.lo \ +@@ -709,14 +709,12 @@ RUST_LIB = $(RUST_PATH)/libmp4.a + CARGO_TARGET_DIR = @abs_top_builddir@/lib/mp4/target + RUST_PATH = $(CARGO_TARGET_DIR)/@CARGO_TARGET_SUBDIR@ + RUST_LIB = $(RUST_PATH)/libmp4.a +- +-# The use of --all-static is necesary for the RUST_LIB ++RUST_LIBADD = -L$(RUST_PATH) -lmp4 + libopenraw_la_LDFLAGS = \ + -version-info @LIBOPENRAW_VERSION_INFO@ \ +- --all-static \ + -lpthread -ldl + +-libopenraw_la_LIBADD = -ljpeg $(RUST_LIB) libopenraw_internals.la ++libopenraw_la_LIBADD = -ljpeg $(RUST_LIBADD) libopenraw_internals.la + libopenraw_la_SOURCES = \ + capi/capi.h \ + capi/capi.cpp \ diff --git a/graphics/libopenraw/files/patch-powerpc b/graphics/libopenraw/files/patch-powerpc deleted file mode 100644 index 15718f32a5ab..000000000000 --- a/graphics/libopenraw/files/patch-powerpc +++ /dev/null @@ -1,62 +0,0 @@ ---- cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/mod.rs.orig 2020-03-17 20:35:43 UTC -+++ cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/mod.rs -@@ -1486,6 +1486,9 @@ cfg_if! { - } else if #[cfg(target_arch = "powerpc64")] { - mod powerpc64; - pub use self::powerpc64::*; -+ } else if #[cfg(target_arch = "powerpc")] { -+ mod powerpc; -+ pub use self::powerpc::*; - } else { - // Unknown target_arch - } ---- cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/powerpc.rs.orig 2021-06-23 22:40:24 UTC -+++ cargo-crates/libc-0.2.81/src/unix/bsd/freebsdlike/freebsd/powerpc.rs -@@ -0,0 +1,47 @@ -+pub type c_char = u8; -+pub type c_long = i32; -+pub type c_ulong = u32; -+pub type wchar_t = i32; -+pub type time_t = i64; -+pub type suseconds_t = i32; -+pub type register_t = i32; -+ -+s! { -+ pub struct stat { -+ pub st_dev: ::dev_t, -+ pub st_ino: ::ino_t, -+ pub st_mode: ::mode_t, -+ pub st_nlink: ::nlink_t, -+ pub st_uid: ::uid_t, -+ pub st_gid: ::gid_t, -+ pub st_rdev: ::dev_t, -+ pub st_atime: ::time_t, -+ pub st_atime_nsec: ::c_long, -+ pub st_mtime: ::time_t, -+ pub st_mtime_nsec: ::c_long, -+ pub st_ctime: ::time_t, -+ pub st_ctime_nsec: ::c_long, -+ pub st_size: ::off_t, -+ pub st_blocks: ::blkcnt_t, -+ pub st_blksize: ::blksize_t, -+ pub st_flags: ::fflags_t, -+ pub st_gen: u32, -+ pub st_lspare: i32, -+ pub st_birthtime: ::time_t, -+ pub st_birthtime_nsec: ::c_long, -+ } -+} -+ -+// should be pub(crate), but that requires Rust 1.18.0 -+cfg_if! { -+ if #[cfg(libc_const_size_of)] { -+ #[doc(hidden)] -+ pub const _ALIGNBYTES: usize = ::mem::size_of::<::c_int>() - 1; -+ } else { -+ #[doc(hidden)] -+ pub const _ALIGNBYTES: usize = 4 - 1; -+ } -+} -+ -+pub const MAP_32BIT: ::c_int = 0x00080000; -+pub const MINSIGSTKSZ: ::size_t = 2048; // 512 * 4 diff --git a/graphics/libopenraw/pkg-plist b/graphics/libopenraw/pkg-plist index a22247195d22..cfc9b69d535a 100644 --- a/graphics/libopenraw/pkg-plist +++ b/graphics/libopenraw/pkg-plist @@ -1,29 +1,29 @@ %%GNOME%%include/libopenraw-%%VER%%/libopenraw-gnome/gdkpixbuf.h include/libopenraw-%%VER%%/libopenraw/bitmapdata.h include/libopenraw-%%VER%%/libopenraw/cameraids.h include/libopenraw-%%VER%%/libopenraw/consts.h include/libopenraw-%%VER%%/libopenraw/debug.h include/libopenraw-%%VER%%/libopenraw/demosaic.h include/libopenraw-%%VER%%/libopenraw/exif.h include/libopenraw-%%VER%%/libopenraw/ifd.h include/libopenraw-%%VER%%/libopenraw/io.h include/libopenraw-%%VER%%/libopenraw/libopenraw.h include/libopenraw-%%VER%%/libopenraw/metadata.h include/libopenraw-%%VER%%/libopenraw/mosaicinfo.h include/libopenraw-%%VER%%/libopenraw/prefix.h include/libopenraw-%%VER%%/libopenraw/rawdata.h include/libopenraw-%%VER%%/libopenraw/rawfile.h include/libopenraw-%%VER%%/libopenraw/thumbnails.h include/libopenraw-%%VER%%/libopenraw/types.h %%GNOME%%lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libopenraw_pixbuf.a %%GNOME%%lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libopenraw_pixbuf.so lib/libopenraw.a lib/libopenraw.so lib/libopenraw.so.9 -lib/libopenraw.so.9.0.1 +lib/libopenraw.so.9.0.2 %%GNOME%%lib/libopenrawgnome.a %%GNOME%%lib/libopenrawgnome.so %%GNOME%%lib/libopenrawgnome.so.9 -%%GNOME%%lib/libopenrawgnome.so.9.0.1 +%%GNOME%%lib/libopenrawgnome.so.9.0.2 libdata/pkgconfig/libopenraw-%%VER%%.pc %%GNOME%%libdata/pkgconfig/libopenraw-gnome-%%VER%%.pc