MayaPosch / NymphCast

Audio and video casting system with support for custom applications.
http://nyanko.ws/nymphcast.php
BSD 3-Clause "New" or "Revised" License
2.42k stars 81 forks source link

Change install location of NymphCastPlayer to a more sane default and allow overriding by packagers #49

Closed PureTryOut closed 3 years ago

PureTryOut commented 3 years ago

Convert NymphCastPlayer.pro to Unix line endings. I couldn't edit NymphCastPlayer.pro without changing the line-endings on files I touched. On Windows Git will automatically convert line-endings to Unix-style anyway.

Allow changing install location of the player using PREFIX

On Linux binaries normally install to a bin directory that is not in /opt. Distros often install it to /bin or /usr/bin, and if manually installed by the user it tends to be installed to /usr/local/bin. So let's default to /usr/local/bin if nothing is specified, but allow overriding that by the user, for example:

qmake PREFIX=/usr