KaOS-Community-Packages / sayonara-player

Is a small, clear and fast audio player for Linux written in C++, supported by the Qt framework. It uses Gstreamer as audio backend.
5 stars 0 forks source link

outdated Sayonara source #1

Open evenbecker opened 5 months ago

evenbecker commented 5 months ago

This source is outdated : https://sayonara-player.com/sw/sayonara-player-${_pkgver}-${pkgver}.tar.gz The new source is https://gitlab.com/luciocarreras/sayonara-player.git I suggest to take the example of the PKGBUILD from AUR.

evenbecker commented 4 months ago

I have updated the PKGBUILD and tested locally on my laptop (makepkg -si). When I run pckcp, it says command not found. Do I need to install a package to have pckcp?

bvaudour commented 4 months ago

pckcp is part of the kcp package. So, you need to install kcp: https://kaosx.us/packages/view.php?name=apps/kcp-1.2.4-1

evenbecker commented 4 months ago

Thanks for your reply