Package Details: pcem-git 17.r214.gbd1283b9-1

Git Clone URL: https://aur.archlinux.org/pcem-git.git (read-only, click to copy)
Package Base: pcem-git
Description: Emulator for various IBM PC computers and clones - development version
Upstream URL: http://pcem-emulator.co.uk/
Keywords: emulator pc pcem
Licenses: GPL-2.0-or-later
Conflicts: pcem
Submitter: FredBezies
Maintainer: FredBezies
Last Packager: FredBezies
Votes: 5
Popularity: 0.031503
First Submitted: 2020-06-30 19:07 (UTC)
Last Updated: 2025-01-24 13:37 (UTC)

Latest Comments

1 2 Next › Last »

FredBezies commented on 2025-01-24 13:38 (UTC)

@ogarcia: modifications applied. Thanks a lot!

ogarcia commented on 2025-01-24 11:52 (UTC)

@FredBezies as you have now the icon in the .desktop file you do not allow the icon themes to modify it. Fixing it is very simple:

  1. Install icon on /usr/share/icons/hicolor/512x512/apps/ instead of /usr/share/pcem: install -Dm644 ../../pcem.png "$pkgdir/usr/share/icons/hicolor/512x512/apps/pcem.png"
  2. In the .destop in the icon line simply put the name (without the path and extension). Icon=pcem

And with this it would be solved.

Another interesting option would be to use an svg icon (which scales better in different resolutions). I leave the same one you already have but prepared in SVG here (in case you want to use it). In case of using SVG then you would have to install it in /usr/share/icons/hicolor/scalable/apps/:

install -Dm644 ../../pcem.svg "$pkgdir/usr/share/icons/hicolor/scalable/apps/pcem.svg"

MarsSeed commented on 2023-06-13 17:22 (UTC)

Thanks for the fix!

MarsSeed commented on 2023-06-13 16:34 (UTC)

Broken by Arch packaging change.

Needs to use wx-config, not wx-config-gtk3, after wxgtk3 dependency got renamed in Arch repo to wxwidgets-gtk3.

Bco1981 commented on 2022-06-17 15:47 (UTC) (edited on 2022-06-17 16:13 (UTC) by Bco1981)

I have libpcap installed, but i can't select pcap from the "configure host" menu.

just did a yay -S pcem-git.

I saw this after i couldn't find pcap as a option in the host config.

PCem vNext - Build Type: Release
***************************************************************
OS Building For: Linux
System Processor: x86_64
***************************************************************
Plugin Support: ON
Networking Support: ON
       PCAP Networking Support: ON
ALSA MIDI Support: ON
Experimental Modules: OFF
***************************************************************

And

-- Found ALSA: /usr/lib/libasound.so (found version "1.2.6.1") 
-- Found PCAP: /usr/lib/libpcap.so  
-- Performing Test PCAP_LINKS_SOLO
-- Performing Test PCAP_LINKS_SOLO - Success
-- Looking for pcap_get_pfring_id
-- Looking for pcap_get_pfring_id - not found
-- Looking for pcap_set_immediate_mode
-- Looking for pcap_set_immediate_mode - found
-- Looking for pcap_set_tstamp_precision
-- Looking for pcap_set_tstamp_precision - found

i can't seem to find any package i can install to get the "pcap_get_pfring_id" other then Readline, and i have that.

And tcpdump works, though i have to sudo to use it.

yataghan012 commented on 2022-03-18 09:46 (UTC) (edited on 2022-03-18 09:48 (UTC) by yataghan012)

Build error on Manjaro, I don't understand:

[6/348] Compiling C object src/plugin-api/libpcem.so.p/paths.c.o
FAILED: src/plugin-api/libpcem.so.p/paths.c.o 
cc -Isrc/plugin-api/libpcem.so.p -Isrc/plugin-api -I../src/plugin-api -I../includes/private -I../includes/private/bus -I../includes/private/cdrom -I../includes/private/codegen -I../includes/private/cpu -I../includes/private/devices -I../includes/private/disc -I../includes/private/flash -I../includes/private/floppy -I../includes/private/hdd -I../includes/private/ide -I../includes/private/joystick -I../includes/private/keyboard -I../includes/private/lpt -I../includes/private/memory -I../includes/private/mfm -I../includes/private/models -I../includes/private/mouse -I../includes/private/networking -I../includes/private/plugin-api -I../includes/private/scsi -I../includes/private/sound -I../includes/private/video -I../includes/private/wx-ui -I../includes/public -I/usr/include/SDL2 -I/usr/include/AL -I/usr/lib/wx/include/gtk3-unicode-3.0 -I/usr/include/wx-3.0 -fdiagnostics-color=always -Wall -Winvalid-pch -O3 '-DPCEM_VERSION_STRING="vNext"' -fcommon -DPLUGIN_ENGINE -DUSE_NETWORKING -DUSE_PCAP_NETWORKING -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security -fstack-clash-protection -fcf-protection -fPIC -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXGTK__ -pthread -D_REENTRANT -MD -MQ src/plugin-api/libpcem.so.p/paths.c.o -MF src/plugin-api/libpcem.so.p/paths.c.o.d -o src/plugin-api/libpcem.so.p/paths.c.o -c ../src/plugin-api/paths.c
En el fichero incluido desde ../src/plugin-api/paths.c:6:
../includes/private/wx-ui/wx-utils.h:3:10: error fatal: wx/defs.h: No existe el fichero o el directorio
    3 | #include <wx/defs.h>
      |          ^~~~~~~~~~~
compilación terminada.
ninja: build stopped: subcommand failed.
==> ERROR: Se produjo un fallo en build().
    Cancelando...

rvalles commented on 2022-01-25 19:05 (UTC) (edited on 2022-01-25 19:05 (UTC) by rvalles)

@FredBezies: A little different today. Still broken.

==> Entering fakeroot environment...
==> Starting package()...
ninja: error: unknown target 'install'
==> ERROR: A failure occurred in package().
    Aborting...
 -> error making: pcem-git