Search Criteria
Package Details: nymphrpc-git 0.1.r7.g6e25d3a-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/nymphrpc-git.git (read-only, click to copy) |
---|---|
Package Base: | nymphrpc-git |
Description: | Versatile and fast remote procedure call library. |
Upstream URL: | https://github.com/MayaPosch/NymphRPC |
Licenses: | BSD |
Conflicts: | nymphrpc |
Provides: | nymphrpc |
Submitter: | cafehaine |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-03-04 07:47 (UTC) |
Last Updated: | 2022-11-28 21:29 (UTC) |
Required by (7)
- libnymphcast-git (requires nymphrpc)
- nymphcast-client-git (requires nymphrpc)
- nymphcast-client-git (requires nymphrpc) (make)
- nymphcast-mediaserver-git (requires nymphrpc)
- nymphcast-player-git (requires nymphrpc) (make)
- nymphcast-server-git (requires nymphrpc)
- nymphcast-server-git (requires nymphrpc) (make)
Latest Comments
cafehaine commented on 2020-05-23 13:01 (UTC)
@m040601 my bad, none of them should have 'any' as an architecture. I've added all the architectures listed in the wiki in the PKGBUILD page, so most cases should be covered.
m040601 commented on 2020-05-23 10:21 (UTC) (edited on 2020-05-23 10:30 (UTC) by m040601)
Why does the nymphrpc PKGBUILD contains:
All of the other 3:
have
According to, https://github.com/MayaPosch/NymphCast)
So if I try to install nymphcast-server-git on my SBC, for example, Raspberry Pi, it fails because it requires nymphrpc-git as dependency.
cafehaine commented on 2020-04-21 06:20 (UTC)
@solstice Should be fixed, my bad. To be honest, I learned about DESTDIR yesterday while trying to make another package work, so quite a lot of my other packages will need some kind of update.
solsticedhiver commented on 2020-04-20 22:30 (UTC) (edited on 2020-04-20 22:30 (UTC) by solsticedhiver)
Please use
make DESTDIR=$pkgdir install
to install the libs. This would have avoided to forget to install libnymphrpc.so