Package Details: shairplay-git 122.64d59e3-1

Package Base: shairplay-git
Description: Apple airplay and raop protocol server
Upstream URL: https://github.com/juhovh/shairplay
Category: multimedia
Licenses: GPLv3
Submitter: winlu
Maintainer: winlu
Last Packager: None
Votes: 16
First Submitted: 2013-05-06 06:50
Last Updated: 2014-05-14 10:56

Dependencies (2)

Required by (0)

Sources

Latest Comments

Comment by winlu

2014-05-14 10:56

updated to provide/conflict with shairplay from [community]

Comment by justin8

2014-05-14 10:24

This should have conflicts/provides shairplay; when going to install the one from the official repos it has file conflicts with it.

Comment by winlu

2013-10-02 06:26

hi tritron,

have a look at this http://www.mythtv.org/wiki/AirTunes/AirPlay

Comment by tritron

2013-10-02 02:46

Any support for mythtv 0.27 ?

Comment by graysky

2013-10-01 21:29

yw

Comment by winlu

2013-09-27 06:15

ty for your input graysky

package updated

Comment by graysky

2013-09-24 21:36

Errors in your PKGBUILD can be fixed with this patch. Thank you for maintaining.

https://gist.github.com/graysky2/6691606

Comment by winlu

2013-08-28 12:41

-fixed airport.key installing into wrong directory
-added shairplay.service file to tar and sources/sha256sums array

thanks for the help!

Comment by justin8

2013-08-28 12:17

You didn't include the service file in the tar, so now it fails to build as the file is missing.

Comment by skunark

2013-08-28 03:30

Opps, typo with
install -Dm644 airport.key "${pkgdir}"/etc/${pkgname}/airport.key

probably should be
install -Dm644 airport.key "${pkgdir}"/etc/$_gitname/airport.key
or just
install -Dm644 airport.key "${pkgdir}"/etc/shairplay/airport.key

All comments