Search Criteria
Package Details: 86box 4.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/86box.git (read-only, click to copy) |
---|---|
Package Base: | 86box |
Description: | An emulator for classic IBM PC clones |
Upstream URL: | https://86box.net/ |
Keywords: | emulator |
Licenses: | GPL2 |
Submitter: | Lili1228 |
Maintainer: | Lili1228 |
Last Packager: | Lili1228 |
Votes: | 4 |
Popularity: | 0.39 |
First Submitted: | 2022-02-16 18:01 (UTC) |
Last Updated: | 2023-08-27 07:17 (UTC) |
Dependencies (30)
- fluidsynth (fluidsynth-git)
- freetype2 (freetype2-git, freetype2-v35, freetype2-infinality-remix, freetype2-ultimate5)
- gcc-libs (gccrs-libs-git, gcc-libs-git, gcc11-libs)
- glib2 (glib2-selinux, glib2-git, glib2-patched-thumbnailer)
- glibc (glibc-widevine, glibc-git, glibc-linux4)
- hicolor-icon-theme (hicolor-icon-theme-git)
- libevdev (libevdev-git)
- libglvnd
- libpng (libpng-apng, libpng-git)
- libslirp
- libx11 (libx11-git)
- libxcb (libxcb-git)
- libxext (libxext-git)
- libxi (libxi-git)
- libxkbcommon (libxkbcommon-git)
- libxkbcommon-x11 (libxkbcommon-x11-git)
- openal (openal-git)
- qt6-base (qt6-base-git, qt6-base-headless)
- rtmidi
- sdl2 (sdl2-git)
- Show 10 more dependencies...
Required by (3)
- 86box-manager (optional)
- 86box-manager-bin (optional)
- 86box-manager-git (optional)
Latest Comments
mikearch commented on 2022-11-24 19:19 (UTC)
I'm sorry for double posting @oscareczek
It works. All is well now. Thank you
Lili1228 commented on 2022-11-24 18:39 (UTC)
@mikearch You didn't have to comment both packages :P I consulted 86Box Discord and added a dependency, please tell me if that fixed the issue.
mikearch commented on 2022-11-24 15:37 (UTC)
According to this:
https://github.com/86Box/86Box/issues/2666
This package seems not to contain specific wayland code, which can make the mouse non-functional under wayland.
Would you consider looking in to this?
Thank you for your work.
Lili1228 commented on 2022-10-22 09:41 (UTC)
Fixed, thanks.
VorpalWay commented on 2022-10-20 21:18 (UTC)
As of the latest update I'm getting a build error (x86-64, building using aurutils in a chroot, this has worked before):
My guess is that there is a missing dependency on
vulkan-headers
that was implicit when using qt6 (qt6-base depends on vulkan-headers). You probably will not notice unless you build in a clean chroot.chungy commented on 2022-05-16 23:54 (UTC)
In order to deal with upstream issue 2333 (https://github.com/86Box/86Box/issues/2333), I recommend making this package depend on qt5-base and remove
-DUSE_QT6=ON
from the PKGBUILD.Lili1228 commented on 2022-03-22 20:07 (UTC)
Fixed, thanks.
Solskogen commented on 2022-03-22 09:59 (UTC)
faudio is missing
Lili1228 commented on 2022-02-27 11:26 (UTC)
Applied the patch, thanks! I also made issue 2171 on GitHub since I have a feeling it shouldn't be really needed to use presets in the first place, we'll see how it goes.
ed209 commented on 2022-02-25 11:04 (UTC) (edited on 2022-02-25 11:21 (UTC) by ed209)
The code produced by the PKGBUILD doesn't work correctly because of missing compiler flags (-fno-strict-aliasing, and for Intel additionaly -mstackrealign). Try, for example, installing NEXTSTEP in an emulated Pentium machine. It behaves extremely erratic and is impossible to install. Instead of adding these flags, I've changed the PKGBUILD to use the provided cmake configuration files and disable the makepkg provided build flags. This leads to the usage of the correct compiler flags and NEXTSTEP works nicely. Thank you for providing this package.