Package Details: pilight 7.0-1

Package Base: pilight
Description: Modular domotica with the Raspberry Pi
Upstream URL: http://pilight.org/
Category: multimedia
Licenses: GPL3
Conflicts: pilight-git
Submitter: pschmitt
Maintainer: pschmitt
Last Packager: pschmitt
Votes: 0
First Submitted: 2013-11-15 22:26
Last Updated: 2015-05-27 14:57

Latest Comments

Comment by pschmitt

2015-02-23 20:05

6.0 is out. I'm testing it on my alarmpis, as soon as I get it installed I'll update the package.

Comment by mschaeuble

2015-02-11 21:45

Submitted a PR on github.

Comment by pschmitt

2015-02-05 20:33

If it's ARM, you could just *blindly* trust me and install the precompiled version I uploaded on GitHub (https://github.com/pschmitt/aur-pilight/releases). But since you managed to get it to work you obviously don't have to do that.

Would you mind submitting a PR on the repo at https://github.com/pschmitt/aur-pilight with your fix?

Comment by mschaeuble

2015-02-05 20:30

When trying to install the package, I get the following error message:

error: failed to commit transaction (conflicting files)
pilight: /usr/sbin exists in filesystem

Fixed by slightly adapting the PKGFILE (only the relevant sections are shown):

# Fix paths
cd "${pkgdir}"
mv usr/lib/pilight/libpilight.so.${pkgver} usr/lib/libpilight.so.${pkgver}
ln -s usr/lib/libpilight.so.${pkgver} usr/lib/libpilight.so
mkdir -p usr/share/webapps/${pkgname}
mv usr/local/share/${pkgname}/default usr/share/webapps/${pkgname}
mv usr/sbin/* usr/bin

# Cleanup
rm -rf usr/local usr/lib/pilight etc/init.d usr/sbin

Comment by pschmitt

2014-08-07 04:49

Yes, upstream loves to just replace a release with another without noticing anyone. It's not the first time this has happened. I updated the checksum.

Comment by DerDave

2014-08-04 20:16

Is it possible that in the 5.0-1 PKGBUILD the checksums is not correct?
At least for me the "v5.0.tar.gz" fails in the validity check.
Thanks

Comment by pschmitt

2014-03-30 09:18

Done!

Comment by Holzhaus

2014-03-27 12:32

Please add cmake as makedep.