- Transfer maintainership to games@ team
- Use PYGAME instead of PYTHON_SITELIBDIR
- Add license (GPLv2)
- Add DOCS and Option
- Add Desktop entry file
- Remove .placeholder
- Fix the usage of 'python' to get rid of the implicit lang/python dependency
- Symlink the icon
- Recreate patch with make makepatch
- Recreate pkg-plist with make makeplist
- Switch CONFLICTS to CONFLICTS_INSTALL
- Use USES=tar
- Use HOME=/dev/null during build to fix /root/.rnd leftover
PR: ports/188091
Submitted by: ohauer
Approved by: zi (maintainer)
<ChangeLog>
*) Change: improved hash table handling; the default values of the
"variables_hash_max_size" and "types_hash_bucket_size" were changed
to 1024 and 64 respectively.
*) Feature: the ngx_http_mp4_module now supports the "end" argument.
*) Feature: byte ranges support in the ngx_http_mp4_module and while
saving responses to cache.
*) Bugfix: alerts "ngx_slab_alloc() failed: no memory" no longer logged
when using shared memory in the "ssl_session_cache" directive and in
the ngx_http_limit_req_module.
*) Bugfix: the "underscores_in_headers" directive did not allow
underscore as a first character of a header.
Thanks to Piotr Sikora.
*) Bugfix: cache manager might hog CPU on exit in nginx/Windows.
*) Bugfix: nginx/Windows terminated abnormally if the
"ssl_session_cache" directive was used with the "shared" parameter.
*) Bugfix: in the ngx_http_spdy_module.
</ChangeLog>
Main features:
- Search and play audio/video from YouTube
- Search and import YouTube playlists
- Create and save local playlists
- Download audio/video
- Works with Python 2.7+ and 3.x
- Works with Windows, Linux and Mac OS X
- Requires mplayer or mpv
WWW: http://github.com/np1/mps-youtube
- Search and stream music
- Create playlists
- Download music
- Works with Python 2.7 and 3.x
- Works with Windows, Linux and Mac OS X
- No Python dependencies
- Requires mplayer or mpv
WWW: http://github.com/np1/mps/
- add Note how the OpenSSL version used to build httpd is found (apr-1-config)
Upstream r1576233 commit message
================================
In pre_config, default socache_provider is created, but socache_instance
initialization is missing. This leads to crash on startup if default
socache_provider is used (AuthnCacheSOCache is not called) and
AuthnCacheEnable or AuthnCacheProvideFor is used.
Submitted by: Michael Bennett (per PM)
Obtained from: http://svn.apache.org/viewvc?view=revision&revision=1576233
- Transfer maintainership to games@ team
- Use PYGAME instead of PYTHON_SITELIBDIR
- Remove NO_BUILD=yes
- Change DOCS, add Option
- Use supplied icons, add INSTALLS_ICONS=yes and ICON_SIZES
- Add pkg-message, information about config file, add 4stattack.desktop
and 4stattack.in
- Remove obsolete REINPLACE, add for icons
- Simplify installation handling and port
- Remove obsolete patch files/patch-4stattack and scripts/py-compile
- Recreate pkg-plist with make makeplist, remove DOCS, add icons
- Unbreak on all supported FreeBSD versions (package builders)
- Enable support for wavpack and webp en/decoding
- Enable parallel installation with multimedia/ffmpeg by installing the shared
libraries, headers and .pc files within separate directories (libav/) or
using an own suffix (-libav)
Changelog for version 10: http://git.libav.org/?p=libav.git;a=blob;f=Changelog;hb=refs/tags/v10