aboutsummaryrefslogtreecommitdiff
path: root/multimedia/crtmpserver/Makefile
Commit message (Collapse)AuthorAge
* crtmpserver: RemoveRosen Penev2019-10-14
| | | | | | | | It has several compilation bugs in addition to being under no development. There are also alternatives in the tree. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: avoid deref symlinks when installing .soYousong Zhou2019-06-21
| | | | | | | | | | | | | | This change is inspired by commit openwrt/openwrt@38b22b1e ("nghttp2: deduplicate files in libnghttp2") The packages in this commit are identified with the following command grep -rin -E 'INSTALL_(DATA|BIN)' | grep -F '.so' | grep -F '*' Some of them do not have symlinks and are not affected, but the change is still applied for consideration of best practices just in case Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* crtmpserver: Update to official git repoRosen Penev2019-03-12
| | | | | | | | | | | | The previous source location was an SVN mirror from long ago. This one is from the author himself. Reduced overall patch count. A lot of them are no longer necessary. Switched back to libstdcpp as the necessary uclibc++ changes are not being merged. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* crtmpserver: Fix compilation without deprecated OpenSSL APIsRosen Penev2018-12-26
| | | | | | | | | | | | | | | | Switched to codeload to simplify the Makefile. Removed the website as it is no longer valid. Renamed .diff file to .patch Added uclibc++ support. Fixed 060-add-missing-includes.patch , which was totally wrong to begin with. C headers are generally not used with C++ programs. Minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* 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: 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>