updated to provide/conflict with shairplay from [community]
Search Criteria
Package Details: shairplay-git 122.64d59e3-1
Package Actions
| Package Base: | shairplay-git |
|---|---|
| Description: | Apple airplay and raop protocol server |
| Upstream URL: | https://github.com/juhovh/shairplay |
| Category: | multimedia |
| Licenses: | |
| Submitter: | winlu |
| Maintainer: | winlu |
| Last Packager: | None |
| Votes: | 16 |
| First Submitted: | 2013-05-06 06:50 |
| Last Updated: | 2014-05-14 10:56 |
Latest Comments
Comment by winlu
Comment by justin8
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
hi tritron,
have a look at this http://www.mythtv.org/wiki/AirTunes/AirPlay
Comment by tritron
Any support for mythtv 0.27 ?
Comment by graysky
yw
Comment by winlu
ty for your input graysky
package updated
Comment by graysky
Errors in your PKGBUILD can be fixed with this patch. Thank you for maintaining.
https://gist.github.com/graysky2/6691606
Comment by winlu
-fixed airport.key installing into wrong directory
-added shairplay.service file to tar and sources/sha256sums array
thanks for the help!
Comment by justin8
You didn't include the service file in the tar, so now it fails to build as the file is missing.
Comment by skunark
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