Package Details: daphne-git 100.0e76a0d-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/
Licenses: GPL
Conflicts: daphne
Provides: daphne
Submitter: heavysink
Maintainer: heavysink (lilac)
Last Packager: heavysink
Votes: 0
Popularity: 0.000000
First Submitted: 2019-02-16 00:40 (UTC)
Last Updated: 2019-02-16 00:40 (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.