Package Details: phiola-bin 2.8.11-1

Git Clone URL: https://aur.archlinux.org/phiola-bin.git (read-only, click to copy)
Package Base: phiola-bin
Description: Fast audio player, recorder, converter.(Prebuilt version)
Upstream URL: https://github.com/stsaz/phiola
Keywords: audio audio-converter audio-player audio-processing audio-recorder
Licenses: BSD-2-Clause
Conflicts: phiola
Provides: phiola
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 1
Popularity: 0.020951
First Submitted: 2025-04-16 15:34 (UTC)
Last Updated: 2026-07-22 03:11 (UTC)

Latest Comments

zxp19821005 commented on 2025-09-15 06:08 (UTC)

@joemaro Thanks for your feedback, fixed it.

zxp19821005 commented on 2025-09-15 06:06 (UTC)

@joemaro Thanks for your feedback, fixed it.

joemaro commented on 2025-09-14 12:07 (UTC) (edited on 2025-09-14 12:09 (UTC) by joemaro)

icotool: /home/jojo/.cache/yay/phiola-bin/src/phiola-2/mod/gui/phiola.ico: cannot open file
[...]
install: der Aufruf von stat für '/home/jojo/.cache/yay/phiola-bin/src/phiola-2/mod/gui/phiola_*_16x16x32.png' ist nicht möglich: Datei oder Verzeichnis nicht gefunden

Can't currently be installed, because some icon file can't be found

ragouel commented on 2020-06-05 07:12 (UTC)

Thanks, sorted.

Teteros commented on 2020-06-05 03:15 (UTC)

This package does not install as is, you've missed a slash when creating the symlink so ln makes a link to /usr/bin rather than /usr/bin/fmedia, which would be very bad if pacman didn't abort.

Simple to fix:

  install -dm755 "${pkgdir}/usr/bin"
  ln -s /opt/fmedia/fmedia "${pkgdir}/usr/bin/"