<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/multimedia/crtmpserver, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2019-10-15T02:11:04Z</updated>
<entry>
<title>crtmpserver: Remove</title>
<updated>2019-10-15T02:11:04Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-10-14T23:59:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=63913d9849ce1222d92b6137ef33e7cace21d078'/>
<id>urn:sha1:63913d9849ce1222d92b6137ef33e7cace21d078</id>
<content type='text'>
It has several compilation bugs in addition to being under no development.

There are also alternatives in the tree.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: avoid deref symlinks when installing .so</title>
<updated>2019-06-21T01:52:32Z</updated>
<author>
<name>Yousong Zhou</name>
</author>
<published>2019-06-20T13:25:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9ac5ac81ab2241b7c13c01e8801e0e7d95ebb4eb'/>
<id>urn:sha1:9ac5ac81ab2241b7c13c01e8801e0e7d95ebb4eb</id>
<content type='text'>
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 &lt;yszhou4tech@gmail.com&gt;
</content>
</entry>
<entry>
<title>crtmpserver: Update to official git repo</title>
<updated>2019-03-12T22:22:51Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2019-02-01T00:16:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a54da6e6138dfb166668da206d292e420a350526'/>
<id>urn:sha1:a54da6e6138dfb166668da206d292e420a350526</id>
<content type='text'>
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 &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>crtmpserver: Fix compilation without deprecated OpenSSL APIs</title>
<updated>2018-12-27T02:01:10Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2018-11-26T02:37:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=80826d8b7b7b8610d4c0769bd6dea8b5af64f883'/>
<id>urn:sha1:80826d8b7b7b8610d4c0769bd6dea8b5af64f883</id>
<content type='text'>
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 &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>crtmpserver: fix whitspaces</title>
<updated>2018-11-07T12:36:46Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2018-11-07T12:36:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=da4b47557aefebe257e2f0a83da0fef00c5da773'/>
<id>urn:sha1:da4b47557aefebe257e2f0a83da0fef00c5da773</id>
<content type='text'>
Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>crtmpserver: add compatibility with openssl 1.1</title>
<updated>2018-05-24T23:15:52Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2018-05-24T23:15:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e75f27900e948b99ec9e8167eb2dacf06b3521f0'/>
<id>urn:sha1:e75f27900e948b99ec9e8167eb2dacf06b3521f0</id>
<content type='text'>
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 &lt;cote2004-github@yahoo.com&gt;
</content>
</entry>
<entry>
<title>treewide: run "make check FIXUP=1"</title>
<updated>2017-08-30T04:41:14Z</updated>
<author>
<name>Etienne Champetier</name>
</author>
<published>2017-08-28T04:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=4006865ae81b20b1793ae2a07db20235fefd2c71'/>
<id>urn:sha1:4006865ae81b20b1793ae2a07db20235fefd2c71</id>
<content type='text'>
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 &lt;champetier.etienne@gmail.com&gt;
</content>
</entry>
<entry>
<title>crtmpserver: Disable apple streaming to fix build</title>
<updated>2016-10-30T21:58:49Z</updated>
<author>
<name>Michal Hrušecký</name>
</author>
<published>2016-10-30T21:58:49Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=dd33cc5a720c3538a54bb1628ffb94f52c1b55cd'/>
<id>urn:sha1:dd33cc5a720c3538a54bb1628ffb94f52c1b55cd</id>
<content type='text'>
Apple streaming is quite broken so disabling it to make package building again.

Signed-off-by: Michal Hrušecký &lt;Michal.Hrusecky@nic.cz&gt;
</content>
</entry>
<entry>
<title>packages: cleanup Makefile variables</title>
<updated>2016-07-09T18:50:58Z</updated>
<author>
<name>Stephen Walker</name>
</author>
<published>2016-07-09T18:50:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=a53bf7192b3b961d6cd075bab5332aae1ad94ab9'/>
<id>urn:sha1:a53bf7192b3b961d6cd075bab5332aae1ad94ab9</id>
<content type='text'>
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 &lt;stephendwalker+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>crtmpserver: fix multiple issues</title>
<updated>2016-05-30T17:13:08Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2016-05-30T17:11:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=08fe1432ef2783ddcf7addba631f82dd7bdb58d7'/>
<id>urn:sha1:08fe1432ef2783ddcf7addba631f82dd7bdb58d7</id>
<content type='text'>
 - 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 &lt;jo@mein.io&gt;
</content>
</entry>
</feed>
