Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-06 | Add provides, revert prepare(), simplify package() | wobbol | |
- Add provides - Other AUR packages exist that provide this same module. - No other nginx-mod-* package lists this so it is pretty much useless. - Revert prepare() - Apparently, prepare() is for patches not ./configure - Simplify package() - No need for a loop we just have one file. - Update package description. - This package has far more than rtmp in it. | |||
2019-04-06 | Add BSD license | wobbol | |
2019-04-06 | Point to more recent sources | wobbol | |
- github.com/arut's sources are too old - the dash spec has changed time formats - arut hasn't commited to this module since 2017 - github.com/sergey-dryabzhinsky's latest tag is too old - the openssl that ships on arch is incompatable with those sources - Patching new openssl support seems non-trivial - using github.com/sergey-dryabzhinsky's dev branch - many people seem to be using this branch without any problem - the author is pretty adament about this branch being unstable - there have been no commits to master since 2016 - the version tags seem to be on the dev branch anyway - I don't like it, but it is the best option right now. - Fixes - variable expansions with double quotes - seperate the ./configure into prepare() |