Changes between Version 2 and Version 3 of Ticket #66591, comment 11


Ignore:
Timestamp:
Jan 1, 2023, 5:51:41 PM (16 months ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #66591, comment 11

    v2 v3  
    66
    77Happy to work with you more when you can get there too -- it's hard to explain and do this remotely, and will be much easier when you see it for yourself.
     8
     9{{{
     10% sudo port -v destroot rav1e +universal
     11
     12% cd `port work rav1e`
     13
     14% pwd                                             
     15/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_multimedia_rav1e/rav1e/work
     16
     17% find . | grep librav1e.0.5.1.dylib | xargs file 
     18./destroot/opt/local/lib/librav1e.0.5.1.dylib:           ASCII text, with very long lines (411)
     19./destroot-arm64/opt/local/lib/librav1e.0.5.1.dylib:     Mach-O 64-bit dynamically linked shared library arm64
     20./destroot-ppc-intel/opt/local/lib/librav1e.0.5.1.dylib: Mach-O 64-bit dynamically linked shared library arm64
     21./destroot-intel/opt/local/lib/librav1e.0.5.1.dylib:     Mach-O 64-bit dynamically linked shared library arm64
     22./destroot-x86_64/opt/local/lib/librav1e.0.5.1.dylib:    Mach-O 64-bit dynamically linked shared library arm64
     23
     24% cat ./destroot/opt/local/lib/librav1e.0.5.1.dylib
     25Binary files /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_multimedia_rav1e/rav1e/work/destroot-arm64//opt/local/lib/librav1e.0.5.1.dylib and /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_multimedia_rav1e/rav1e/work/destroot-ppc-intel//opt/local/lib/librav1e.0.5.1.dylib differ
     26}}}