aboutsummaryrefslogtreecommitdiff
path: root/multimedia/crtmpserver
Commit message (Collapse)AuthorAge
* crtmpserver: fix whitspacesFlorian Eckert2018-11-07
| | | | Signed-off-by: Florian Eckert <fe@dev.tdt.de>
* crtmpserver: add compatibility with openssl 1.1Eneas U de Queiroz2018-05-24
| | | | | | | Patched to compile with openssl 1.1, and also added -std=gnu++03 to allow compilation with gcc 7. Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* crtmpserver: Disable apple streaming to fix buildMichal Hrušecký2016-10-30
| | | | | | Apple streaming is quite broken so disabling it to make package building again. Signed-off-by: Michal Hrušecký <Michal.Hrusecky@nic.cz>
* packages: cleanup Makefile variablesStephen Walker2016-07-09
| | | | | | Standard assignment is immediate expansion without any extraneous spacing, RFC822 compliant email addresses without any quotation marks and long git hashes Signed-off-by: Stephen Walker <stephendwalker+github@gmail.com>
* crtmpserver: fix multiple issuesJo-Philipp Wich2016-05-30
| | | | | | | | | - Switch download to the Github clone of crtmpserver - Rebase patches against latest version - Pregenerate version.h file - Disable applestreamingclient as it is broken Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* crtmpserver: fix musl buildDirk Neukirchen2015-08-19
| | | | | | MAX values should be defined in stdint.h Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* crtmpserver: import from packages, add myself as the maintainerThomas Heil2014-06-23
This adds the crtmpserver package from the old svn package tree. I adopt the licensing information and will maintain the package in the future. I also updated the package to the latest version and ensure that is building on x86_64, ar71xx and avr32. Signed-off-by: Thomas Heil <heil@terminal-consulting.de>