Package Details: phiola-bin 2.3.12-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: 0
Popularity: 0.000000
First Submitted: 2025-04-16 15:34 (UTC)
Last Updated: 2025-04-16 15:34 (UTC)

Latest Comments

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/"