box64 0.2.4+dfsg-1 source package in Ubuntu

Changelog

box64 (0.2.4+dfsg-1) unstable; urgency=medium

  * New upstream version 0.2.4+dfsg
  * drop patches
  * add debian/salsa-ci.yml
  * add autopkgtest
  * debian/rules: run loops with -e
  * debian/rules: build with cmake+ninja
  * debian/control: add B-D on ninja-build

 -- Johannes Schauer Marin Rodrigues <email address hidden>  Sat, 26 Aug 2023 00:46:05 +0200

Upload details

Uploaded by:
Johannes Schauer Marin Rodrigues
Uploaded to:
Sid
Original maintainer:
Johannes Schauer Marin Rodrigues
Architectures:
arm64 ppc64el riscv64
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
box64_0.2.4+dfsg-1.dsc 2.0 KiB 431a8f69c63e21cdb3fdcce5ec375962d50c0ddbdb71a2c19fbed96696fa497e
box64_0.2.4+dfsg.orig.tar.xz 1.0 MiB c38f9ba639e8297f4c819a9e25a35740beec9ae3a59ffb7c8300863494b89a8f
box64_0.2.4+dfsg-1.debian.tar.xz 9.7 KiB 1dc492a265dbcd329044ef7c5d204e438cd45ac417ab9690b750aa5292e9e215

Available diffs

No changes file available.

Binary packages built by this source

box64: run amd64 binaries on arm64 without emulating library calls

 Using DynaRec on arm64, box64 will dynamically recompile x64_64 code to
 aarch64 but will also translate calls to foreign library functions to
 native library calls. This usually makes amd64 executables run via
 box64 much faster than emulating amd64 on arm64 via qemu which will
 emulate everything down to the C library. For example OpenArena emulated
 with box64 will be at about 85% of its native speed.
 .
 This package contains the generic executable without optimization for a
 specific platform.

box64-dbgsym: debug symbols for box64
box64-rk3588: run amd64 binaries on RK3588 without emulating library calls

 Using DynaRec on arm64, box64 will dynamically recompile x64_64 code to
 aarch64 but will also translate calls to foreign library functions to
 native library calls. This usually makes amd64 executables run via
 box64 much faster than emulating amd64 on arm64 via qemu which will
 emulate everything down to the C library. For example OpenArena emulated
 with box64 will be at about 85% of its native speed.
 .
 This package is optimized with -mcpu=cortex-a76.cortex-a55+crypto and
 built with workaround for incoherent si_info on SIGSEGV.

box64-rk3588-dbgsym: debug symbols for box64-rk3588
box64-rpi4: run amd64 binaries on RPI4 without emulating library calls

 Using DynaRec on arm64, box64 will dynamically recompile x64_64 code to
 aarch64 but will also translate calls to foreign library functions to
 native library calls. This usually makes amd64 executables run via
 box64 much faster than emulating amd64 on arm64 via qemu which will
 emulate everything down to the C library. For example OpenArena emulated
 with box64 will be at about 85% of its native speed.
 .
 This package is optimized with -march=armv8-a+crc -mtune=cortex-a72.

box64-rpi4-dbgsym: debug symbols for box64-rpi4