Package Details: fmedia-bin 1.20-1

Git Clone URL: https://aur.archlinux.org/fmedia-bin.git (read-only, click to copy)
Package Base: fmedia-bin
Description: Fast media player/recorder/converter
Upstream URL: https://stsaz.github.io/fmedia
Keywords: converter recorder
Licenses: GPL3
Provides: fmedia
Submitter: ragouel
Maintainer: None
Last Packager: ragouel
Votes: 0
Popularity: 0.000000
First Submitted: 2020-05-06 12:52 (UTC)
Last Updated: 2020-11-19 05:58 (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/"