Package Details: daphne-git 134.3675284-1

Git Clone URL: https://aur.archlinux.org/daphne-git.git (read-only, click to copy)
Package Base: daphne-git
Description: A command-line multiple arcade laserdisc emulator. GIT fork
Upstream URL: http://www.daphne-emu.com/
Keywords: emulator
Licenses: GPL
Conflicts: daphne
Provides: daphne
Submitter: heavysink
Maintainer: marcs
Last Packager: marcs
Votes: 1
Popularity: 0.85
First Submitted: 2019-02-16 00:40 (UTC)
Last Updated: 2024-04-07 17:38 (UTC)

Latest Comments

bazza commented on 2021-08-04 19:38 (UTC) (edited on 2021-08-04 19:39 (UTC) by bazza)

This makes a error:

DAPHNE_BIN=/usr/share/daphne.bin 
...
./$DAPHNE_BIN $1 vldp 

but it's easy to correct:

DAPHNE_BIN=/usr/share/daphne/daphne 
...
$DAPHNE_BIN $1 vldp 

stephenhouser commented on 2021-01-11 03:17 (UTC)

  • PKGBUILD installs the daphne binary as /usr/share/daphne/daphne but the daphne.sh refers to it as /usr/share/daphne/daphne.sh
  • PKGBUILD does not install the shared library libvldp.so anywhere and it is required for virtual laser discs
  • libvldp.so needs to be in the LD_LIBRARY_PATH. daphne.sh should do this, but it does not.