Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 427194 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-11 / +15 lines)
Lines 21-24 Link Here
21
HTTP_HEADERS_MORE_MODULE_PV="0.2.1"
21
RTMP_MODULE_PV="0.2.1"
22
HTTP_HEADERS_MORE_MODULE_P="ngx_rtmp_module-${HTTP_HEADERS_MORE_MODULE_PV}"
22
RTMP_MODULE_P="ngx_rtmp_module-${RTMP_MODULE_PV}"
23
HTTP_HEADERS_MORE_MODULE_SHA1="3580526"
23
RTMP_MODULE_SHA1="9df1331"
24
HTTP_HEADERS_MORE_MODULE_URI="http://github.com/arut/nginx-rtmp-module/tarball/v${HTTP_HEADERS_MORE_MODULE_PV}"
24
RTMP_MODULE_URI="http://github.com/arut/nginx-rtmp-module/tarball/v${RTMP_MODULE_PV}"
25
--
Line 78 Link Here
78
	nginx_modules_http_fancyindex? ( ${HTTP_FANCYINDEX_MODULE_URI} -> ${HTTP_FANCYINDEX_MODULE_P}.tar.gz )"
78
	nginx_modules_http_fancyindex? ( ${HTTP_FANCYINDEX_MODULE_URI} -> ${HTTP_FANCYINDEX_MODULE_P}.tar.gz )
79
--
79
	rtmp? ( ${RTMP_MODULE_URI} -> ${RTMP_MODULE_P}.tar.gz ) "
Line 98 Link Here
98
	http_fancyindex"
99
	http_fancyindex
99
--
100
	"
Line 100 Link Here
100
IUSE="aio debug +http +http-cache ipv6 libatomic +pcre pcre-jit selinux ssl vim-syntax"
102
IUSE="aio debug +http +http-cache ipv6 libatomic +pcre pcre-jit selinux ssl vim-syntax rtmp"
101
--
Line 220 Link Here
222
223
	if use rtmp; then
224
		http_enabled=1
225
		myconf+=" --add-module=${WORKDIR}/arut-nginx-rtmp-module-${RTMP_MODULE_SHA1}"
226
	fi
227

Return to bug 427194